Repository: leeoniya/uPlot Branch: master Commit: 976b207e0132 Files: 154 Total size: 4.5 MB Directory structure: gitextract_i61lb1k0/ ├── .editorconfig ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── bench/ │ ├── ApexCharts.html │ ├── CanvasJS.html │ ├── Chart.js4-sine-stream.html │ ├── Chart.js4.html │ ├── ECharts5-sine-stream.html │ ├── ECharts5.html │ ├── Flot.html │ ├── Highcharts.html │ ├── LightningChart.html │ ├── Plotly.js.html │ ├── ZingChart.html │ ├── amCharts5.html │ ├── data.json │ ├── dvxCharts.html │ ├── dygraphs.html │ ├── fmtDate.js │ ├── lightweight-charts.html │ ├── results.json │ ├── table.js │ ├── table.md │ ├── uPlot-10M.html │ ├── uPlot-600-series.html │ └── uPlot.html ├── demos/ │ ├── add-del-series.html │ ├── align-data.html │ ├── annotations.html │ ├── arcsinh-scales.html │ ├── area-fill.html │ ├── axis-autosize.html │ ├── axis-control.html │ ├── axis-indicators.html │ ├── bars-grouped-stacked.html │ ├── bars-values-autosize.html │ ├── box-whisker.html │ ├── candlestick-ohlc.html │ ├── cursor-bind.html │ ├── cursor-snap.html │ ├── cursor-tooltip.html │ ├── custom-scales.html │ ├── data/ │ │ ├── AAPL.csv │ │ ├── AMD.csv │ │ ├── AMZN.csv │ │ ├── CSCO.csv │ │ ├── FB.csv │ │ ├── MSFT.csv │ │ ├── QCOM.csv │ │ ├── SBUX.csv │ │ ├── TSLA.csv │ │ ├── ZNGA.csv │ │ ├── ms_spectrum.csv │ │ ├── results.json │ │ ├── rustc-perf.json │ │ ├── sparse.json │ │ ├── taxi-trips.json │ │ └── traffic.json │ ├── data-smoothing.html │ ├── dependent-scale.html │ ├── draw-hooks.html │ ├── focus-cursor.html │ ├── gradients.html │ ├── grid-over-series.html │ ├── grouped-bars.js │ ├── high-low-bands.html │ ├── index.html │ ├── latency-heatmap.html │ ├── lib/ │ │ ├── ASAP-optimized.js │ │ ├── ASAP-simple.js │ │ ├── distr.js │ │ ├── quadtree.js │ │ ├── rand.js │ │ ├── randomWalk.js │ │ ├── sgg.js │ │ └── stats.js │ ├── line-paths.html │ ├── log-scales.html │ ├── log-scales2.html │ ├── mass-spectrum.html │ ├── measure-datums.html │ ├── missing-data.html │ ├── months-ru.html │ ├── months.html │ ├── multi-bars.html │ ├── nearest-non-null.html │ ├── nice-scale.html │ ├── no-data.html │ ├── path-gap-clip.html │ ├── pixel-align.html │ ├── points.html │ ├── resize.html │ ├── scale-padding.html │ ├── scales-dir-ori.html │ ├── scatter.html │ ├── scroll-sync.html │ ├── sine-stream.html │ ├── soft-minmax.html │ ├── sparklines-bars.html │ ├── sparklines.html │ ├── sparse.html │ ├── stack.js │ ├── stacked-series.html │ ├── stream-data.html │ ├── svg-image.html │ ├── sync-cursor.html │ ├── sync-y-zero.html │ ├── thin-bars-stroke-fill.html │ ├── time-periods.html │ ├── timeline-discrete.html │ ├── timeseries-discrete.html │ ├── timezones-dst.html │ ├── tooltips-closest.html │ ├── tooltips.html │ ├── trendlines.html │ ├── update-cursor-select-resize.html │ ├── wind-direction.html │ ├── y-scale-drag.html │ ├── y-shifted-series.html │ ├── zoom-fetch.html │ ├── zoom-ranger-grips.html │ ├── zoom-ranger-xy.html │ ├── zoom-ranger.html │ ├── zoom-touch.html │ ├── zoom-variations.html │ └── zoom-wheel.html ├── dist/ │ ├── uPlot.cjs.js │ ├── uPlot.d.ts │ ├── uPlot.esm.js │ └── uPlot.iife.js ├── docs/ │ └── README.md ├── jsconfig.json ├── package.json ├── rollup.config.js └── src/ ├── dom.js ├── domClasses.js ├── feats.js ├── fmtDate.js ├── opts.js ├── paths/ │ ├── bars.js │ ├── catmullRomCentrip.js │ ├── linear.js │ ├── monotoneCubic.js │ ├── points.js │ ├── spline.js │ ├── stepped.js │ └── utils.js ├── strings.js ├── sync.js ├── uPlot.css ├── uPlot.js └── utils.js ================================================ FILE CONTENTS ================================================ ================================================ FILE: .editorconfig ================================================ root = true [*] indent_style = tab indent_size = 4 end_of_line = lf charset = utf-8 insert_final_newline = true ================================================ FILE: .github/FUNDING.yml ================================================ github: leeoniya ================================================ FILE: .gitignore ================================================ node_modules ================================================ FILE: LICENSE ================================================ The MIT License (MIT) Copyright (c) 2022 Leon Sorokin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================

uPlot logo μPlot

A small ([~50 KB min](https://github.com/leeoniya/uPlot/tree/master/dist/uPlot.iife.min.js)), [fast](#performance) chart for time series, lines, areas, ohlc & bars _(MIT Licensed)_ --- ### Introduction uPlot is a [fast, memory-efficient](#performance) [Canvas 2D](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D)-based chart for plotting [time series](https://en.wikipedia.org/wiki/Time_series), lines, areas, ohlc & bars. From a cold start it can create an [interactive chart containing 166,650 data points](https://leeoniya.github.io/uPlot/bench/uPlot.html) in 25ms, scaling linearly at [~100,000 pts/ms](https://leeoniya.github.io/uPlot/bench/uPlot-10M.html) afterwards. In addition to fast initial render, the zooming and cursor performance is by far the best of any similar charting lib; at ~50 KB, it's likely the smallest and fastest time series plotter that doesn't make use of [context-limited](https://bugs.chromium.org/p/chromium/issues/detail?id=771792) WebGL shaders or WASM, both of which have much higher startup cost and code size. In most sane cases, you can live-stream data with uPlot at 60fps, though it may begin to struggle beyond 100k in-view points. When [updating 3,600 points at 60fps](https://leeoniya.github.io/uPlot/demos/sine-stream.html), uPlot uses 10% CPU and 12.3MB RAM. The next fastest Canvas-based libs (Chart.js and ECharts) use [40% / 77MB](https://leeoniya.github.io/uPlot/bench/Chart.js4-sine-stream.html) and [70% / 85MB](https://leeoniya.github.io/uPlot/bench/ECharts5-sine-stream.html), respectively. If you need to stream, give [unclog your rendering pipeline](#unclog-your-rendering-pipeline) a try. If that does not help, consider reducing the update frequency or switch to a WebGL/WebGPU solution, like [danchitnis/webgl-plot](https://github.com/danchitnis/webgl-plot), [huww98/TimeChart](https://github.com/huww98/TimeChart), [epezent/implot](https://github.com/epezent/implot). --- ![uPlot Chart](uPlot.png "uPlot Chart") --- ### Features - Multiple series w/toggle - Multiple y-axes, scales & grids - Temporal or numeric x-axis - Linear, uniform or [logarithmic](https://leeoniya.github.io/uPlot/demos/log-scales.html) scales - Line & Area styles (stroke, fill, width, dash) - Pluggable path renderers [linear, spline, stepped, bars](https://leeoniya.github.io/uPlot/demos/line-paths.html) - Zoom with auto-rescale - Legend with live values - Support for [IANA Time Zone Names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) & DST - [Support for missing data](https://leeoniya.github.io/uPlot/demos/missing-data.html) - [Cursor sync for multiple charts](https://leeoniya.github.io/uPlot/demos/sync-cursor.html) - [Focus closest series](https://leeoniya.github.io/uPlot/demos/focus-cursor.html) - [Data streaming (live update)](https://leeoniya.github.io/uPlot/demos/stream-data.html) - [High / Low bands](https://leeoniya.github.io/uPlot/demos/high-low-bands.html) - A lean, consistent, and powerful API with hooks & plugins --- ### Non-Features In order to stay lean, fast and focused the following features will not be added: - No data parsing, aggregation, summation or statistical processing - just do it in advance. e.g. [simples-statistics](https://simple-statistics.github.io/), https://github.com/leeoniya/uDSV - No transitions or animations - they're always pure distractions. - No collision avoidance for axis tick labels, so may require manual tweaking of spacing metrics if label customization significiantly increases default label widths. - No stacked series: see ["Stacked Area Graphs Are Not Your Friend"](https://web.archive.org/web/20221208193656/https://everydayanalytics.ca/2014/08/stacked-area-graphs-are-not-your-friend.html) and a [horrific demo](https://leeoniya.github.io/uPlot/demos/stacked-series.html). While smooth spline interpolation is available, its use is strongly discouraged: [Your data is misrepresented!](http://www.vizwiz.com/2011/12/when-you-use-smoothed-line-chart-your.html). Both visualizations are terrible at accurately communicating information. - No built-in drag scrolling/panning due to ambiguous native zoom/selection behavior. However, this can be added externally via the plugin/hooks API: [zoom-wheel](https://leeoniya.github.io/uPlot/demos/zoom-wheel.html), [zoom-touch](https://leeoniya.github.io/uPlot/demos/zoom-touch.html). --- ### Documentation (WIP) The docs are a perpetual work in progress, it seems. Start with [/docs/README.md](https://github.com/leeoniya/uPlot/tree/master/docs) for a conceptual overview. The full API is further documented via comments in [/dist/uPlot.d.ts](https://github.com/leeoniya/uPlot/blob/master/dist/uPlot.d.ts). Additionally, an ever-expanding collection of runnable [/demos](https://leeoniya.github.io/uPlot/demos/index.html) covers the vast majority of uPlot's API. --- ### Third-party Integrations - [React, Vue.js and Svelte](https://github.com/skalinichev/uplot-wrappers) (Sergey Kalinichev) - [Python](https://github.com/stephane-caron/uplot-python) (Stéphane Caron) --- ### Performance Benchmarks done on this hardware: - Date: 2023-03-11 - AMD Ryzen 7 PRO 5850U @ 1.9GHz, 32GB RAM - EndeavourOS/Arch (KDE/Plasma), Chrome 113.0.5638.0 (64-bit) - 4K display scaled to 1440p (1.5 devicePixelRatio) ![uPlot Performance](perf.png "uPlot Performance") Full size: https://leeoniya.github.io/uPlot/demos/multi-bars.html Raw data: https://github.com/leeoniya/uPlot/blob/master/bench/results.json
| lib                    | size    | done    | js,rend,paint,sys | heap peak,final | mousemove (10s)     |
| ---------------------- | ------- | ------- | ----------------- | --------------- | ------------------- |
| uPlot v1.6.24          | 47.9 KB |   34 ms |   51   2   1   34 |  21 MB   3 MB   |  218  360  146  196 |
| Chart.js v4.2.1        |  254 KB |   38 ms |   90   2   1   40 |  29 MB  10 MB   | 1154   46  165  235 |
| Flot v3.0.0            |  494 KB |   60 ms |  105   5   1   52 |  41 MB  21 MB   | ---                 |
| ECharts v5.4.1         | 1000 KB |   55 ms |  148   3   1   35 |  17 MB   3 MB   | 1943  444  203  208 |
| dygraphs v2.2.1        |  132 KB |   90 ms |  163   2   1   33 |  88 MB  42 MB   | 1438  371  174  268 |
| LightningChart® v4.0.2 | 1300 KB |  --- ms |  250   2   1   33 |  33 MB  13 MB   | 5390  120  128  325 |
| CanvasJS v3.7.5        |  489 KB |  130 ms |  266   4   1   35 |  98 MB  69 MB   | 1030  445   90  246 |
| dvxCharts v5.1.0       |  373 KB |  160 ms |  264  23   1   62 | 100 MB  61 MB   |  687  779  206  197 |
| Highcharts v10.3.3     |  413 KB |  --- ms |  416   7   1   38 |  97 MB  55 MB   | 1286  824  205  242 |
| Plotly.js v2.18.2      | 3600 KB |  310 ms |  655  14   1   40 | 104 MB  70 MB   | 1814  163   25  208 |
| ApexCharts v3.37.1     |  503 KB |  685 ms |  694   9   1   33 | 175 MB  46 MB   | 1708  421  106  207 |
| ZingChart v2.9.10      |  871 KB |  681 ms |  717   7   1  105 | 290 MB 195 MB   | 9021  305   41   71 |
| amCharts v5.3.7        |  625 KB |  --- ms | 1601   3   3   46 | 147 MB 121 MB   | 9171   71  460  167 |
- libs are sorted by their initial, cold-start, render performance (excluding network transfer time to download the lib) - `size` includes the lib itself plus any dependencies required to render the benchmark, e.g. Moment, jQuery, etc. - Flot does not make available any minified assets and all their examples use the uncompressed sources; they also use an uncompressed version of jQuery :/ Some libraries provide their own performance demos: - https://echarts.apache.org/next/examples/en/index.html - https://github.com/sveinn-steinarsson/flot-downsample/ - https://dygraphs.com/tests/dygraph-many-points-benchmark.html - https://www.chartjs.org/docs/latest/general/performance.html - https://dash.plotly.com/performance - https://www.highcharts.com/docs/advanced-chart-features/boost-module - https://danchitnis.github.io/webgl-plot-examples/vanilla/ - https://huww98.github.io/TimeChart/docs/performance - https://www.arction.com/lightningchart-js-performance/ TODO (all of these use SVG, so performance should be similar to Highcharts): - Chartist.js - d3-based - C3.js - dc.js - MetricsGraphics - rickshaw --- ### Unclog your rendering pipeline Your browser's performance is highly dependent on your hardware, operating system, and GPU drivers. If you're using a Chromium-based browser, there are some hidden settings that can unlock significant performance improvements for Canvas2D rendering. Most of these have to do with where and how the rasterization is performed. Head over to https://leeoniya.github.io/uPlot/demos/sine-stream.html and open up Chrome's DevTools (F12), then toggle the Performance Monitor. ![Chrome DevTools Peformance Monitor](img/chrome-perf-monitor.png "Chrome DevTools Peformance Monitor") For me: - On Windows 10 Desktop, Core i7-8700, 16GB RAM, AMD RX480 GPU, 2048 x 1080 resolution = 57% CPU usage - On Manjaro Laptop (Arch Linux), AMD Ryzen 7 PRO 5850U, 48GB RAM, AMD Radeon RX Vega 8 (integrated GPU), 4K resolution = **99% CPU usage** If your CPU is close to 100%, it may be rasterizing everything in the same CPU process. Pop open `chrome://gpu` and see what's orange or red. ![Chrome gpu](img/chrome-gpu.png "Chrome gpu") Then open `chrome://flags` and search for "raster" to see what can be force-enabled. ![Chrome flags](img/chrome-flags.png "Chrome flags") - On my Manjaro/Ryzen/Integrated GPU setup, force-enabling `Canvas out-of-process rasterization` resulted in a dramatic framerate improvement. - On my Windows/i7/Dedicated GPU setup, toggling the same flags moved the work to another process (still good), but did not have a significant framerate impact. YMMV! --- ### Acknowledgements - Dan Vanderkam's [dygraphs](https://github.com/danvk/dygraphs) was a big inspiration; in fact, my stale [pull request #948](https://github.com/danvk/dygraphs/pull/948) was a primary motivator for μPlot's inception. - Adam Pearce for [#15 - remove redundant lineTo commands](https://github.com/leeoniya/uPlot/issues/15). ================================================ FILE: bench/ApexCharts.html ================================================ ApexCharts Demo

Loading lib....

================================================ FILE: bench/CanvasJS.html ================================================ CanvasJS Demo

Loading lib....

Code based on
https://canvasjs.com/docs/charts/intro/high-performance-javascript-charts/
https://canvasjs.com/javascript-charts/performance-demo-chart/

================================================ FILE: bench/Chart.js4-sine-stream.html ================================================ Sine Stream (Chart.js)
================================================ FILE: bench/Chart.js4.html ================================================ Chart.js v4.2.1 Demo

Loading lib....

Code based on
https://www.chartjs.org/samples/latest/scales/time/financial.html

================================================ FILE: bench/ECharts5-sine-stream.html ================================================ Sine Stream (ECharts)

This is an adaptation of /demos/sine-stream.html using ECharts5 (currently the next-fastest lib after uPlot).

================================================ FILE: bench/ECharts5.html ================================================ ECharts v5.1.0 Demo

Loading lib....

================================================ FILE: bench/Flot.html ================================================ Flot Demo

Loading lib....

================================================ FILE: bench/Highcharts.html ================================================ Highcharts Demo

Loading lib....

================================================ FILE: bench/LightningChart.html ================================================ LightningChart® JS Demo

Loading lib....

Code based on
https://www.arction.com/lightningchart-js-interactive-examples/#edit/lcjs_example_0000_lineSeries

================================================ FILE: bench/Plotly.js.html ================================================ Plotly.js Demo

Loading lib....

================================================ FILE: bench/ZingChart.html ================================================ ZingChart Demo

Loading lib....

================================================ FILE: bench/amCharts5.html ================================================ amCharts5 Demo

Loading lib....

Code based on
https://www.amcharts.com/docs/v4/concepts/performance/
https://codepen.io/team/amcharts/pen/KYRvNd/

================================================ FILE: bench/data.json ================================================ [7,"epoch","idl","recv","send","writ","used","free",26107560,99.46,0,0,0.63,614.52,3767.67,26107561,99.85,0,0,0.41,614.04,3768.14,26107562,99.84,0,0,0.18,614.01,3768.18,26107563,99.85,0,0,0.16,613.98,3768.2,26107564,99.81,0,0,0.18,613.95,3768.22,26107565,99.74,0,0,0.32,614.99,3767.2,26107566,99.68,0,0,0.63,614.99,3767.19,26107567,99.85,0,0,0.17,614.54,3767.63,26107568,99.85,0,0,0.18,614.52,3767.66,26107569,99.72,0,0,0.34,614.73,3767.44,26107570,99.71,0,0,0.31,614.96,3767.22,26107571,99.67,0,0,0.59,615.39,3766.79,26107572,99.82,0,0,0.14,614.81,3767.36,26107573,99.83,0,0,0.15,614.8,3767.37,26107574,99.83,0,0,0.14,614.77,3767.41,26107575,99.67,0,0,0.29,614.53,3767.67,26107576,99.68,0.01,0.01,0.51,615.16,3767.04,26107577,99.77,0,0,0.29,614.7,3767.49,26107578,99.85,0,0,0.15,614.75,3767.44,26107579,99.85,0,0,0.15,614.82,3767.37,26107580,99.76,0,0,0.3,614.71,3767.5,26107581,99.71,0,0,0.42,614.9,3767.3,26107582,99.84,0,0,0.31,614.98,3767.21,26107583,99.83,0,0,0.14,614.95,3767.24,26107584,99.83,0,0,0.16,614.92,3767.26,26107585,99.55,0,0,0.32,615.03,3767.17,26107586,99.72,0,0,0.43,615.46,3766.74,26107587,99.84,0,0,0.28,615.07,3767.12,26107588,99.83,0,0,0.16,615.03,3767.15,26107589,99.83,0,0,0.14,615.01,3767.17,26107590,99.76,0,0,0.28,614.76,3767.44,26107591,99.7,0,0,0.43,615.47,3766.72,26107592,99.81,0,0,0.3,615.03,3767.16,26107593,99.81,0,0,0.18,615.09,3767.1,26107594,99.83,0,0,0.18,615.06,3767.12,26107595,99.76,0,0,0.34,615.29,3766.91,26107596,99.71,0,0,0.34,615.86,3766.33,26107597,99.78,0,0,0.45,614.99,3767.2,26107598,99.82,0,0,0.16,614.95,3767.23,26107599,99.72,0,0,0.3,615,3767.14,26107600,99.74,0,0,0.28,615.32,3766.84,26107601,99.83,0,0,0.16,615.3,3766.86,26107602,99.7,0,0,0.62,615.53,3766.62,26107603,99.84,0,0,0.2,614.99,3767.16,26107604,99.79,0,0,0.2,614.96,3767.18,26107605,99.76,0,0,0.36,614.96,3767.2,26107606,99.84,0,0,0.18,615.01,3767.14,26107607,99.71,0,0,0.62,615.58,3766.56,26107608,99.83,0,0,0.16,615.28,3766.86,26107609,99.82,0,0,0.17,615.25,3766.88,26107610,99.73,0,0,0.35,615.07,3767.09,26107611,99.84,0,0,0.2,614.97,3767.18,26107612,99.67,0,0,0.61,615.3,3766.87,26107613,99.84,0,0,0.2,614.91,3767.25,26107614,99.81,0,0,0.21,615.06,3767.1,26107615,99.76,0,0,0.32,615.07,3767.1,26107616,99.82,0,0,0.15,615.03,3767.14,26107617,98.3,0,0,0.46,615.35,3766.81,26107618,99.82,0,0,0.29,614.95,3767.2,26107619,99.84,0,0,0.16,614.91,3767.24,26107620,99.66,0,0,0.28,614.99,3767.19,26107621,99.82,0,0,0.16,614.69,3767.48,26107622,99.72,0,0,0.51,614.48,3767.68,26107623,99.82,0,0,0.29,614.26,3767.9,26107624,99.83,0,0,0.18,614.22,3767.93,26107625,99.66,0,0,0.34,613.98,3768.19,26107626,99.83,0,0,0.18,613.94,3768.22,26107627,99.72,0,0,0.47,614.37,3767.79,26107628,99.83,0,0,0.36,614.54,3767.59,26107629,99.78,0,0,0.32,614.5,3767.6,26107630,99.77,0,0,0.3,614.25,3767.87,26107631,99.86,0,0,0.16,614.21,3767.91,26107632,99.71,0,0,0.31,614.53,3767.58,26107633,99.8,0,0,0.42,613.91,3768.2,26107634,99.84,0,0,0.14,613.98,3768.14,26107635,99.76,0,0,0.33,614.32,3767.82,26107636,99.84,0.01,0.01,0.15,614.29,3767.85,26107637,99.83,0,0,0.18,614.5,3767.63,26107638,99.71,0,0,0.57,614.83,3767.3,26107639,99.83,0,0,0.14,614.43,3767.69,26107640,99.62,0,0,0.3,613.43,3768.71,26107641,99.8,0,0,0.19,614.32,3767.81,26107642,99.84,0,0,0.18,614.3,3767.83,26107643,99.7,0,0,0.63,615.25,3766.87,26107644,99.82,0,0,0.15,614.71,3767.4,26107645,99.69,0,0,0.28,614.46,3767.67,26107646,99.84,0,0,0.16,614.43,3767.69,26107647,99.84,0,0,0.18,614.4,3767.72,26107648,99.71,0,0,0.59,614.85,3767.27,26107649,99.85,0,0,0.15,614.52,3767.6,26107650,99.69,0,0,0.32,614.76,3767.37,26107651,99.83,0,0,0.16,614.73,3767.4,26107652,99.83,0,0,0.18,614.69,3767.43,26107653,99.7,0,0,0.61,614.89,3767.23,26107654,99.8,0,0,0.18,614.39,3767.73,26107655,99.73,0,0,0.29,614.42,3767.71,26107656,99.84,0,0,0.16,614.28,3767.85,26107657,99.85,0,0,0.14,614.25,3767.88,26107658,99.7,0,0,0.42,614.57,3767.54,26107659,99.59,0,0,0.43,614.42,3767.67,26107660,99.72,0,0,0.29,614.4,3767.7,26107661,99.84,0,0,0.13,614.38,3767.72,26107662,99.85,0,0,0.16,614.52,3767.57,26107663,99.72,0,0,0.44,614.89,3767.21,26107664,99.85,0,0,0.31,614.71,3767.38,26107665,99.67,0,0.01,0.32,614.46,3767.64,26107666,99.82,0,0,0.16,614.39,3767.7,26107667,99.82,0,0,0.16,614.36,3767.73,26107668,99.83,0,0,0.14,614.45,3767.63,26107669,94.8,0.39,0.01,265.68,629.49,3752.89,26107670,99.77,0,0,0.43,616.92,3765.12,26107671,99.83,0,0,0.18,616.89,3765.14,26107672,99.84,0,0,0.18,617.03,3765,26107673,99.84,0,0,0.18,617,3765.03,26107674,99.67,0,0,0.69,615.44,3766.62,26107675,99.7,0,0,0.3,614.78,3767.31,26107676,99.81,0,0,0.16,614.75,3767.34,26107677,99.84,0,0,0.14,614.72,3767.36,26107678,99.08,0,0,0.15,614.78,3767.3,26107679,99.72,0,0,0.6,614.89,3767.22,26107680,99.67,0,0,0.28,614.83,3767.31,26107681,99.83,0,0,0.14,614.81,3767.32,26107682,99.79,0.01,0,0.16,614.78,3767.36,26107683,99.85,0,0,0.14,614.73,3767.4,26107684,99.68,0,0,0.52,614.95,3767.17,26107685,99.39,0,0,0.35,613.6,3768.54,26107686,98.52,0,0,0.14,613.65,3768.49,26107687,99.85,0,0,0.14,613.62,3768.52,26107688,99.83,0,0,0.15,613.59,3768.55,26107689,99.56,0,0,0.57,614.73,3767.38,26107690,99.77,0,0,0.41,614.79,3767.35,26107691,99.81,0,0.01,0.17,614.82,3767.32,26107692,99.83,0,0,0.14,614.88,3767.25,26107693,99.76,0,0,0.15,614.85,3767.28,26107694,99.67,0,0,0.46,615,3767.13,26107695,99.74,0,0,0.44,614.79,3767.35,26107696,99.83,0.01,0.01,0.14,614.76,3767.37,26107697,99.83,0,0,0.2,614.96,3767.16,26107698,99.83,0,0,0.14,615.12,3767,26107699,99.73,0,0,0.43,615.33,3766.79,26107700,99.75,0,0,0.45,614.61,3767.54,26107701,99.89,0,0,0.19,614.07,3768.07,26107702,99.9,0,0,0.14,614.05,3768.09,26107703,99.93,0,0,0.15,614.01,3768.12,26107704,99.91,0,0,0.15,613.98,3768.15,26107705,99.63,0,0,0.74,614.61,3767.53,26107706,99.92,0,0,0.14,614.13,3768,26107707,99.91,0,0,0.16,614.1,3768.04,26107708,99.92,0,0,0.15,614.08,3768.05,26107709,99.93,0,0,0.15,614.04,3768.09,26107710,99.66,0,0,0.75,615.29,3766.85,26107711,99.93,0,0,0.13,614.97,3767.16,26107712,99.92,0,0,0.14,615.06,3767.07,26107713,99.93,0,0,0.16,615.1,3767.02,26107714,99.93,0,0,0.14,615.07,3767.05,26107715,99.63,0,0,0.74,614.38,3767.75,26107716,99.93,0,0,0.16,614.04,3768.09,26107717,99.93,0.01,0,0.17,614.05,3768.07,26107718,99.93,0,0,0.14,614.12,3767.99,26107719,99.75,0,0.01,0.32,614.78,3767.31,26107720,99.74,0,0,0.76,615.37,3766.73,26107721,99.94,0,0,0.16,614.97,3767.12,26107722,99.9,0,0,0.16,614.93,3767.15,26107723,99.93,0,0,0.14,615.01,3767.06,26107724,99.91,0,0,0.16,615.06,3767.01,26107725,99.69,0,0,0.56,615.39,3766.71,26107726,99.92,0,0,0.3,614.99,3767.09,26107727,99.89,0,0,0.16,614.95,3767.12,26107728,99.89,0,0,0.14,614.98,3767.09,26107729,99.88,0,0,0.15,615.09,3766.98,26107730,99.74,0,0,0.68,615.73,3766.35,26107731,99.92,0,0,0.21,615.04,3767.04,26107732,99.91,0,0,0.14,615,3767.07,26107733,99.93,0,0,0.16,614.97,3767.1,26107734,99.9,0,0,0.14,614.94,3767.12,26107735,99.75,0,0,0.53,614.96,3767.12,26107736,99.94,0,0,0.38,615.09,3767,26107737,99.94,0,0,0.14,615.06,3767.02,26107738,99.93,0,0,0.15,615.03,3767.04,26107739,99.93,0,0,0.16,615,3767.07,26107740,99.64,0,0,0.29,614.99,3767.09,26107741,99.74,0,0,0.57,615.32,3766.77,26107742,99.92,0,0,0.17,614.99,3767.09,26107743,99.92,0,0,0.14,615.08,3767,26107744,99.91,0,0,0.15,615.04,3767.03,26107745,99.84,0,0,0.29,615.03,3767.05,26107746,99.77,0,0,0.58,615.36,3766.73,26107747,99.93,0,0,0.14,614.97,3767.11,26107748,99.91,0,0,0.17,614.94,3767.14,26107749,99.79,0,0,0.36,615.03,3767.04,26107750,99.78,0,0,0.3,615.13,3766.94,26107751,99.79,0,0,0.58,615.59,3766.48,26107752,99.91,0,0,0.14,615.25,3766.81,26107753,99.93,0,0,0.14,615.22,3766.84,26107754,99.91,0,0,0.19,615.18,3766.89,26107755,99.78,0,0,0.29,614.24,3767.86,26107756,99.7,0.01,0.01,0.57,615.49,3766.6,26107757,99.88,0,0,0.21,615.05,3767.04,26107758,99.93,0,0,0.14,615.01,3767.08,26107759,99.89,0.01,0.03,0.21,614.94,3767.14,26107760,99.78,0,0,0.32,615.14,3766.96,26107761,99.8,0,0,0.47,615.51,3766.58,26107762,99.9,0,0,0.27,615.04,3767.04,26107763,99.94,0,0,0.17,615.01,3767.07,26107764,99.91,0,0,0.14,614.99,3767.09,26107765,99.85,0,0,0.29,614.98,3767.12,26107766,99.73,0,0,0.56,615.37,3766.72,26107767,99.87,0,0,0.19,615.16,3766.93,26107768,99.89,0,0,0.16,615.27,3766.82,26107769,99.87,0,0,0.16,615.31,3766.77,26107770,99.83,0,0,0.31,615.06,3767.03,26107771,99.78,0,0,0.6,614.87,3767.22,26107772,99.91,0,0,0.14,613.27,3768.81,26107773,99.91,0,0,0.15,613.24,3768.84,26107774,99.91,0,0,0.14,613.2,3768.87,26107775,99.8,0,0,0.29,614.29,3767.8,26107776,99.78,0,0,0.44,614.71,3767.38,26107777,99.88,0,0,0.31,614.55,3767.54,26107778,99.94,0,0,0.18,614.51,3767.57,26107779,99.82,0,0,0.31,614.25,3767.79,26107780,99.85,0,0,0.29,614.23,3767.83,26107781,99.91,0,0,0.14,614.2,3767.86,26107782,99.8,0,0,0.64,615.24,3766.81,26107783,99.95,0,0,0.15,614.57,3767.48,26107784,99.93,0,0,0.15,614.54,3767.52,26107785,99.87,0,0,0.3,614.3,3767.78,26107786,99.9,0,0,0.38,614.24,3767.84,26107787,99.74,0,0,0.62,614.37,3767.7,26107788,99.93,0,0,0.17,613.93,3768.13,26107789,99.94,0,0,0.16,614,3768.06,26107790,99.86,0,0,0.29,614.33,3767.75,26107791,99.92,0,0,0.16,614.3,3767.79,26107792,99.78,0,0,0.63,614.82,3767.27,26107793,99.9,0,0,0.15,614.49,3767.6,26107794,99.9,0,0,0.14,614.45,3767.63,26107795,99.78,0,0,0.37,614.48,3767.61,26107796,99.93,0,0,0.19,614.5,3767.59,26107797,99.78,0,0,0.61,614.76,3767.32,26107798,99.94,0,0,0.18,614.27,3767.81,26107799,96.75,0,0,0.14,614.25,3767.83,26107800,99.71,0,0,0.29,613.28,3768.81,26107801,99.92,0,0,0.16,613.21,3768.88,26107802,99.76,0,0,0.58,613.83,3768.25,26107803,99.91,0,0,0.14,614.07,3768.01,26107804,99.92,0.01,0.01,0.17,613.97,3768.1,26107805,99.82,0,0,0.3,613.7,3768.38,26107806,99.93,0,0,0.14,613.72,3768.36,26107807,98.68,0,0,0.6,614.17,3767.91,26107808,99.94,0,0,0.14,613.78,3768.29,26107809,99.78,0.01,0.02,0.3,614.43,3767.61,26107810,99.83,0.01,0.02,0.29,614.79,3767.27,26107811,99.88,0.01,0.02,0.16,614.74,3767.3,26107812,99.75,0.01,0.03,0.34,615.09,3766.95,26107813,99.83,0.01,0.03,0.39,615,3767.04,26107814,99.81,0.01,0.02,0.14,614.97,3767.06,26107815,99.8,0.01,0.02,0.29,614.71,3767.34,26107816,99.8,0.01,0.03,0.16,614.75,3767.29,26107817,99.84,0.01,0.02,0.18,614.72,3767.32,26107818,99.67,0.01,0.03,0.63,615.17,3766.87,26107819,99.82,0.01,0.02,0.15,614.73,3767.3,26107820,99.73,0.01,0.02,0.32,614.72,3767.33,26107821,99.71,0.01,0.02,0.16,614.5,3767.55,26107822,99.71,0.01,0.03,0.18,614.5,3767.54,26107823,99.64,0.01,0.02,0.57,614.83,3767.2,26107824,99.82,0.01,0.02,0.15,614.48,3767.55,26107825,99.66,0.01,0.02,0.3,614.99,3767.05,26107826,99.8,0.01,0.03,0.16,614.96,3767.08,26107827,99.82,0,0.02,0.17,614.96,3767.08,26107828,99.71,0.01,0.02,0.6,615.05,3766.99,26107829,99.91,0.01,0.03,0.2,614.46,3767.57,26107830,99.77,0.01,0.02,0.32,614.72,3767.33,26107831,99.91,0.01,0.02,0.18,614.75,3767.29,26107832,99.88,0.01,0.03,0.18,614.73,3767.31,26107833,99.77,0.01,0.02,0.64,615.08,3766.96,26107834,99.89,0.01,0.02,0.14,614.74,3767.29,26107835,99.8,0.01,0.02,0.3,614.48,3767.57,26107836,99.88,0.01,0.02,0.14,614.49,3767.56,26107837,99.88,0.01,0.03,0.16,614.48,3767.56,26107838,99.76,0.01,0.02,0.57,614.87,3767.17,26107839,99.81,0,0.02,0.33,614.75,3767.26,26107840,99.76,0.01,0.02,0.32,614.8,3767.23,26107841,99.9,0.01,0.02,0.15,614.7,3767.32,26107842,99.87,0.01,0.02,0.16,614.77,3767.25,26107843,99.75,0.01,0.02,0.42,615.48,3766.53,26107844,99.81,0.01,0.03,0.29,614.72,3767.3,26107845,99.78,0.01,0.02,0.29,614.77,3767.28,26107846,99.87,0.01,0.02,0.16,614.75,3767.29,26107847,99.84,0.01,0.02,0.14,614.71,3767.33,26107848,99.85,0.01,0.03,0.15,614.74,3767.29,26107849,99.74,0.01,0.03,0.56,615.51,3766.51,26107850,99.73,0.01,0.02,0.28,614.03,3768.01,26107851,99.9,0,0.02,0.16,613.99,3768.05,26107852,99.9,0,0.02,0.14,614,3768.03,26107853,99.88,0.01,0.02,0.14,613.98,3768.05,26107854,99.77,0.01,0.02,0.61,615,3767.02,26107855,99.81,0.01,0.02,0.3,614.99,3767.05,26107856,99.87,0.01,0.02,0.13,614.98,3767.05,26107857,99.83,0.01,0.03,0.17,614.99,3767.04,26107858,99.88,0.01,0.02,0.14,614.98,3767.05,26107859,99.59,0.01,0.02,0.53,615.3,3766.73,26107860,99.66,0.01,0.02,0.38,615,3767.04,26107861,99.89,0.01,0.03,0.16,614.97,3767.06,26107862,82.09,94.15,0.14,328.66,654.79,3661.71,26107863,80.94,0.01,0.02,486.87,657.63,3667.58,26107864,99.72,0.01,0.02,33.35,617.72,3851.77,26107865,99.79,0.01,0.02,0.34,616.79,3852.15,26107866,99.83,0.01,0.02,0.17,616.69,3852.16,26107867,95.97,0.01,0.02,0.14,616.65,3852.13,26107868,99.87,0.01,0.03,0.17,615.93,3852.8,26107869,99.64,0.01,0.03,0.66,615.36,3853.02,26107870,99.76,0.01,0.03,0.38,614.61,3853.68,26107871,99.88,0.01,0.02,0.15,614.42,3853.66,26107872,99.86,0.01,0.02,0.16,614.52,3853.48,26107873,99.87,0.01,0.02,0.15,614.49,3853.43,26107874,99.68,0.01,0.03,0.46,615.3,3852.56,26107875,99.79,0.01,0.02,0.45,614.6,3853.2,26107876,99.87,0.01,0.03,0.16,614.48,3853.24,26107877,99.87,0.01,0.03,0.19,614.67,3852.97,26107878,99.91,0.01,0.02,0.16,614.57,3852.98,26107879,99.73,0.01,0.02,0.36,615.08,3852.39,26107880,99.81,0.01,0.02,0.49,615.18,3852.23,26107881,99.84,0.01,0.02,0.18,614.85,3852.47,26107882,99.87,0.01,0.04,0.15,614.81,3852.43,26107883,99.87,0.01,0.03,0.15,614.68,3852.47,26107884,99.88,0.01,0.02,0.14,614.59,3852.49,26107885,98.44,0.01,0.02,16.37,617.6,3848.16,26107886,99.87,0.01,0.02,0.19,614.85,3850.28,26107887,99.84,0.01,0.03,0.16,614.75,3850.29,26107888,99.88,0.01,0.02,0.14,614.72,3850.24,26107889,99.88,0.01,0.03,0.15,614.6,3850.28,26107890,99.63,0.01,0.03,0.69,615.61,3849.2,26107891,99.88,0.01,0.02,0.16,615.2,3849.53,26107892,99.86,0.01,0.02,0.14,615.15,3849.49,26107893,99.88,0.01,0.03,0.15,615.04,3849.52,26107894,99.89,0.01,0.03,0.14,614.94,3849.54,26107895,99.67,0.01,0.02,0.7,615.59,3848.83,26107896,99.85,0.01,0.02,0.14,615.06,3849.28,26107897,99.87,0.01,0.02,0.17,614.94,3849.31,26107898,99.87,0.01,0.03,0.14,614.9,3849.27,26107899,99.84,0.01,0.02,0.3,615.05,3849.02,26107900,99.63,0.01,0.03,0.68,615.47,3848.54,26107901,99.87,0.01,0.02,0.18,615.17,3848.76,26107902,99.89,0.01,0.03,0.16,615.08,3848.76,26107903,99.85,0.01,0.03,0.14,615,3848.76,26107904,99.85,0.01,0.02,0.15,614.89,3848.8,26107905,99.62,0.01,0.03,0.75,615.71,3847.76,26107906,99.9,0.01,0.03,0.21,615.24,3848.06,26107907,99.87,0.01,0.02,0.14,615.13,3848.09,26107908,99.83,0.01,0.02,0.15,615.08,3848.05,26107909,99.83,0.01,0.02,0.15,615,3848.05,26107910,99.64,0.01,0.02,0.54,615.33,3847.66,26107911,99.87,0.01,0.02,0.29,615.11,3847.8,26107912,99.86,0.01,0.02,0.16,615.03,3847.8,26107913,99.88,0.01,0.02,0.14,614.93,3847.82,26107914,99.86,0.01,0.02,0.15,614.87,3847.8,26107915,99.6,0.01,0.02,0.5,614.03,3848.57,26107916,99.87,0.01,0.02,0.4,615.19,3847.32,26107917,99.88,0.01,0.02,0.14,615.12,3847.31,26107918,99.85,0.01,0.02,0.15,615.03,3847.32,26107919,99.88,0.01,0.03,0.14,614.93,3847.33,26107920,99.62,0.01,0.03,0.28,615.59,3846.62,26107921,99.69,0.01,0.03,0.56,615.71,3846.41,26107922,99.81,0.01,0.02,0.14,615.23,3846.81,26107923,99.85,0.01,0.03,0.15,614.38,3847.58,26107924,99.85,0.01,0.02,0.16,614.1,3847.78,26107925,99.76,0.01,0.03,0.32,614.02,3847.8,26107926,99.68,0.01,0.03,0.53,614.9,3846.84,26107927,99.83,0,0.02,0.16,614.57,3847.08,26107928,99.88,0.01,0.02,0.15,614.49,3847.08,26107929,99.69,0.01,0.02,0.31,614.37,3847.09,26107930,99.68,0.01,0.02,0.32,614.56,3846.83,26107931,99.61,0.01,0.02,0.39,614.99,3846.32,26107932,99.75,0.01,0.03,0.29,614.67,3846.55,26107933,99.59,0.01,0.02,0.14,614.55,3846.59,26107934,99.69,0.01,0.03,0.14,614.52,3846.54,26107935,99.74,0.01,0.02,0.3,614.2,3846.8,26107936,99.65,0.01,0.03,0.51,614.43,3846.48,26107937,99.82,0.01,0.02,0.23,614.05,3846.78,26107938,99.81,0.01,0.02,0.15,613.94,3846.81,26107939,99.77,0.01,0.03,0.16,613.82,3846.84,26107940,99.73,0.01,0.02,0.3,614.05,3846.56,26107941,99.71,0.01,0.02,0.42,614.33,3846.19,26107942,99.75,0.01,0.02,0.31,614.36,3846.08,26107943,99.8,0.01,0.03,0.14,614.32,3846.03,26107944,99.81,0.01,0.03,0.15,614.21,3846.07,26107945,99.72,0.01,0.02,0.33,614.6,3845.61,26107946,99.7,0.01,0.02,0.56,614.99,3845.13,26107947,99.87,0.01,0.02,0.19,614.93,3845.09,26107948,99.83,0.01,0.02,0.15,614.81,3845.12,26107949,99.82,0.01,0.02,0.14,614.78,3845.07,26107950,99.61,0.01,0.03,0.34,614.02,3845.67,26107951,99.79,0.01,0.03,0.17,614.28,3845.33,26107952,99.79,0.01,0.03,0.56,615.02,3844.5,26107953,99.81,0.01,0.02,0.15,614.63,3844.81,26107954,99.85,0.01,0.02,0.15,614.51,3844.85,26107955,99.73,0.01,0.02,0.3,614.46,3844.86,26107956,99.84,0.01,0.02,0.14,614.41,3844.84,26107957,99.68,0.01,0.03,0.56,615.2,3843.97,26107958,99.87,0.01,0.02,0.13,614.72,3844.37,26107959,99.79,0.01,0.03,0.31,614.67,3844.32,26107960,99.73,0.01,0.03,0.29,613.88,3845.06,26107961,99.84,0.01,0.02,0.16,613.84,3845.04,26107962,99.66,0.01,0.02,0.55,614.91,3843.93,26107963,99.86,0.01,0.02,0.15,614.73,3844.08,26107964,99.83,0.01,0.03,0.15,614.68,3844.09,26107965,99.7,0.01,0.03,0.3,614.38,3844.34,26107966,99.85,0.01,0.02,0.14,614.34,3844.32,26107967,99.61,0.01,0.02,0.57,615.09,3843.51,26107968,99.85,0.01,0.02,0.14,614.93,3843.64,26107969,99.84,0.01,0.02,0.16,614.95,3843.59,26107970,99.74,0.01,0.02,0.31,614.67,3843.85,26107971,99.84,0.01,0.03,0.14,614.56,3843.88,26107972,99.72,0.01,0.02,0.51,615.35,3843.02,26107973,99.84,0.01,0.03,0.2,614.5,3843.83,26107974,99.85,0.01,0.03,0.14,614.46,3843.85,26107975,99.74,0.01,0.02,0.29,615.13,3843.15,26107976,99.84,0.01,0.03,0.17,615.15,3843.09,26107977,99.75,0.01,0.02,0.43,615.58,3842.59,26107978,99.83,0.01,0.03,0.3,615.23,3842.89,26107979,99.85,0.01,0.02,0.16,615.21,3842.88,26107980,99.55,0.01,0.02,0.3,614.96,3843.11,26107981,99.54,0.01,0.02,0.14,614.89,3843.14,26107982,99.69,0.01,0.03,0.49,615.22,3842.73,26107983,99.84,0.01,0.02,0.26,615.03,3842.83,26107984,99.8,0.01,0.03,0.15,614.98,3842.8,26107985,99.73,0.01,0.02,0.31,614.64,3843.1,26107986,99.84,0.01,0.02,0.16,614.62,3843.09,26107987,99.73,0,0.02,0.42,614.93,3842.76,26107988,99.88,0,0.01,0.29,614.8,3842.83,26107989,99.8,0,0.01,0.3,614.66,3842.91,26107990,99.72,0.01,0.02,0.32,614.98,3842.56,26107991,99.89,0,0,0.16,614.89,3842.63,26107992,99.91,0,0,0.14,614.83,3842.66,26107993,99.77,0,0,0.54,615.36,3842.09,26107994,99.9,0,0,0.15,614.94,3842.47,26107995,99.78,0,0,0.32,614.99,3842.39,26107996,99.87,0.01,0.01,0.13,614.99,3842.35,26107997,99.9,0,0,0.21,615.15,3842.15,26107998,99.76,0,0,0.56,615.23,3842.02,26107999,99.9,0,0,0.14,614.76,3842.45,26108000,99.79,0,0,0.31,615.15,3842.02,26108001,99.85,0,0,0.18,614.96,3842.17,26108002,99.91,0,0,0.17,615.04,3842.06,26108003,99.77,0,0,0.54,615.63,3841.43,26108004,99.86,0,0,0.14,615.39,3841.61,26108005,99.86,0,0,0.3,615.07,3841.89,26108006,99.92,0,0,0.2,614.99,3841.93,26108007,99.9,0,0,0.14,614.93,3841.96,26108008,99.78,0,0,0.56,615.34,3841.52,26108009,99.92,0,0,0.15,615.17,3841.64,26108010,99.85,0,0,0.3,614.69,3842.08,26108011,99.94,0,0,0.14,614.6,3842.12,26108012,99.92,0,0,0.15,614.7,3842,26108013,99.79,0,0,0.56,615.1,3841.57,26108014,99.92,0,0,0.16,614.69,3841.95,26108015,99.86,0,0,0.36,614.86,3841.74,26108016,99.91,0,0,0.12,615.04,3841.5,26108017,99.93,0,0,0.16,615.14,3841.36,26108018,99.8,0,0,0.55,615.48,3840.97,26108019,99.87,0,0,0.29,614.4,3841.86,26108020,99.76,0,0,0.29,614.54,3841.67,26108021,99.86,0,0,0.14,614.46,3841.69,26108022,99.92,0,0,0.16,614.38,3841.73,26108023,99.78,0,0,0.4,614.95,3841.12,26108024,99.93,0,0,0.31,615.15,3840.85,26108025,99.77,0.03,0.85,0.34,615.04,3840.87,26108026,99.93,0,0,0.21,614.74,3840.92,26108027,99.92,0,0,0.14,614.9,3840.72,26108028,99.9,0,0,0.16,615,3840.58,26108029,99.75,0,0,0.59,615.49,3840.02,26108030,99.79,0,0,0.31,615.12,3840.36,26108031,99.92,0,0,0.14,615.02,3840.4,26108032,99.9,0,0,0.14,614.94,3840.43,26108033,99.9,0,0,0.16,614.87,3840.45,26108034,94.64,0.37,0.01,264.83,625.65,3829.51,26108035,99.79,0,0,0.37,617.03,3837.56,26108036,99.93,0,0,0.16,616.89,3837.65,26108037,99.93,0,0,0.14,616.81,3837.68,26108038,99.91,0,0,0.15,616.72,3837.7,26108039,99.78,0,0,0.55,616.3,3838.12,26108040,99.71,0,0,0.39,615.14,3839.29,26108041,99.87,0,0,0.15,615.06,3839.32,26108042,99.92,0,0,0.16,614.98,3839.35,26108043,99.92,0,0,0.14,614.88,3839.38,26108044,99.77,0,0,0.55,615.5,3838.73,26108045,99.82,0,0,0.35,614.78,3839.44,26108046,99.89,0,0,0.17,614.78,3839.38,26108047,99.91,0,0,0.16,614.88,3839.24,26108048,99.88,0,0,0.18,614.96,3839.09,26108049,99.72,0,0,0.75,615.69,3838.28,26108050,99.81,0,0,0.29,614.81,3839.14,26108051,99.9,0,0,0.16,614.73,3839.18,26108052,99.92,0,0,0.14,614.66,3839.2,26108053,99.8,0,0,0.15,614.75,3839.05,26108054,99.75,0,0,0.5,615.31,3838.46,26108055,99.81,0,0,0.35,614.64,3839.11,26108056,99.88,0.01,0.01,0.16,614.55,3839.16,26108057,99.9,0,0,0.18,614.5,3839.19,26108058,99.89,0,0,0.17,614.44,3839.22,26108059,99.77,0,0,0.4,615.04,3838.59,26108060,99.77,0,0,0.42,615.25,3838.37,26108061,99.87,0,0,0.21,614.74,3838.87,26108062,99.88,0,0,0.14,614.68,3838.93,26108063,99.89,0,0,0.14,614.62,3838.96,26108064,99.89,0,0,0.16,614.56,3838.99,26108065,99.58,0,0,0.72,615.16,3838.39,26108066,99.83,0,0,0.14,614.68,3838.85,26108067,99.88,0,0,0.17,614.6,3838.9,26108068,99.87,0,0,0.15,614.53,3838.93,26108069,99.89,0,0,0.15,614.48,3838.97,26108070,99.72,0,0,0.71,615.28,3838.17,26108071,99.88,0,0,0.16,614.83,3838.61,26108072,99.88,0,0,0.15,614.77,3838.65,26108073,99.86,0,0,0.17,614.71,3838.68,26108074,99.89,0,0.01,0.18,614.6,3838.66,26108075,99.65,0,0,0.73,614.95,3838.27,26108076,99.83,0.01,0.01,0.16,614.29,3838.9,26108077,99.78,0.01,0.03,0.16,614.26,3838.9,26108078,99.85,0.01,0.02,0.16,614.3,3838.81,26108079,99.77,0.01,0.02,0.41,614.44,3838.43,26108080,99.57,0.01,0.02,0.72,614.88,3837.97,26108081,99.83,0.01,0.02,0.18,614.67,3838.15,26108082,99.79,0.03,0.88,0.16,614.63,3838.17,26108083,99.83,0.01,0.02,0.2,614.63,3838.15,26108084,99.82,0.01,0.02,0.19,614.61,3838.16,26108085,99.61,0.01,0.02,0.71,614.76,3838.01,26108086,99.84,0.01,0.02,0.18,614.12,3838.63,26108087,99.83,0.01,0.02,0.15,614.07,3838.66,26108088,99.86,0.01,0.02,0.16,614.05,3838.65,26108089,99.76,0.03,0.87,0.23,614.02,3838.64,26108090,99.51,0.01,0.02,0.74,615.31,3837.33,26108091,99.83,0.01,0.03,0.16,614.47,3838.15,26108092,99.83,0.01,0.02,0.17,614.43,3838.15,26108093,99.82,0.01,0.02,0.14,614.39,3838.16,26108094,99.75,0.01,0.03,0.16,614.4,3838.12,26108095,99.61,0.01,0.02,0.51,614.93,3837.59,26108096,99.77,0.01,0.02,0.38,614.35,3838.16,26108097,99.73,0.03,0.58,0.3,614.16,3838.16,26108098,99.81,0,0.02,0.15,614,3838.19,26108099,99.8,0.01,0.02,0.14,614.01,3838.14,26108100,99.38,0.01,0.02,0.65,615.07,3837.07,26108101,99.75,0.01,0.03,0.23,614.69,3837.43,26108102,99.8,0.01,0.07,0.16,614.56,3837.42,26108103,99.78,0.01,0.03,0.14,614.55,3837.39,26108104,99.8,0.01,0.02,0.14,614.51,3837.4,26108105,99.71,0.01,0.03,0.41,611.4,3840.73,26108106,99.67,0.01,0.02,0.56,609.85,3842.41,26108107,99.77,0.01,0.03,0.15,609.5,3842.73,26108108,99.75,0.01,0.02,0.16,605.36,3846.95,26108109,99.71,0.01,0.02,0.3,598.7,3853.75,26108110,99.7,0.01,0.03,0.31,598.51,3853.96,26108111,99.69,0,0.02,0.56,599.03,3853.43,26108112,99.79,0.01,0.02,0.15,598.68,3853.74,26108113,99.76,0,0.02,0.14,598.72,3853.69,26108114,99.78,0.01,0.02,0.16,598.66,3853.75,26108115,99.67,0,0.02,0.32,598.44,3853.98,26108116,99.65,0,0.02,0.59,598.54,3853.86,26108117,99.79,0.01,0.02,0.19,597.85,3854.52,26108118,99.78,0.01,0.02,0.14,597.87,3854.46,26108119,99.8,0.01,0.05,0.14,597.95,3854.34,26108120,99.55,0.01,0.19,0.43,597.84,3854.46,26108121,99.63,0,0.02,0.7,598.04,3854.23,26108122,99.79,0,0.02,0.16,598.29,3853.95,26108123,99.81,0,0.02,0.14,598.26,3853.97,26108124,99.84,0,0,0.15,598.3,3853.92,26108125,99.71,0.01,0.13,0.3,598.52,3853.71,26108126,99.74,0,0,0.63,598.76,3853.33,26108127,99.84,0,0,0.16,598.71,3853.35,26108128,99.86,0,0,0.14,598.8,3853.2,26108129,99.84,0,0,0.14,598.74,3853.2,26108130,99.73,0,0,0.3,598.72,3853.21,26108131,99.68,0,0.02,0.58,598.97,3852.93,26108132,99.76,0.03,1.04,0.2,598.32,3853.54,26108133,99.81,0.01,0.03,0.15,598.1,3853.74,26108134,95.44,7.24,0.05,151.08,606.85,3839.1,26108135,99.72,0,0.02,0.32,599.54,3843.11,26108136,99.63,0,0.02,0.32,599.96,3842.67,26108137,99.78,0,0.02,0.39,600.47,3842.13,26108138,99.78,0.01,0.03,0.15,600.49,3842.1,26108139,99.71,0,0.02,0.32,599.04,3843.56,26108140,99.66,0,0.02,0.31,598.08,3844.55,26108141,99.8,0.01,0.02,0.14,598.01,3844.59,26108142,99.67,0,0.02,0.61,598.14,3844.43,26108143,99.8,0,0.02,0.14,597.27,3845.29,26108144,99.8,0.01,0.02,0.16,597.01,3845.57,26108145,99.7,0,0.02,0.29,597.78,3844.81,26108146,99.8,0,0.02,0.16,597.7,3844.87,26108147,99.62,0.01,0.02,0.59,598.52,3844.02,26108148,99.78,0,0.02,0.16,598.18,3844.36,26108149,99.78,0,0.02,0.16,598.16,3844.36,26108150,99.63,0,0.02,0.3,598.19,3844.34,26108151,99.78,0.01,0.03,0.14,598.12,3844.4,26108152,99.64,0,0.02,0.55,598.51,3843.99,26108153,99.8,0.01,0.03,0.15,598.11,3844.35,26108154,99.73,0.01,0.02,0.14,598.08,3844.36,26108155,99.64,0.01,0.03,0.34,598.13,3844.32,26108156,99.77,0.01,0.03,0.14,598.1,3844.35,26108157,99.65,0,0.03,0.57,598.4,3844.03,26108158,99.81,0.01,0.02,0.17,598.09,3844.31,26108159,99.85,0,0,0.18,598.01,3844.39,26108160,99.68,0,0,0.3,598.08,3844.32,26108161,99.81,0,0,0.16,597.96,3844.42,26108162,99.71,0,0,0.55,598.29,3844.06,26108163,99.84,0,0,0.14,598.05,3844.28,26108164,99.86,0,0,0.14,598.01,3844.29,26108165,99.73,0,0,0.3,598.24,3844.05,26108166,99.81,0,0,0.16,598.21,3844.08,26108167,99.64,0,0.02,0.55,598.56,3843.72,26108168,99.82,0,0.02,0.16,598.43,3843.83,26108169,99.63,0,0.02,0.29,597.42,3844.82,26108170,99.64,0.01,0.03,0.3,597.19,3845.05,26108171,99.79,0,0.02,0.16,597.11,3845.09,26108172,99.66,0.01,0.03,0.32,597.73,3844.44,26108173,99.77,0,0.02,0.38,597.61,3844.52,26108174,99.75,0,0.02,0.14,597.5,3844.61,26108175,99.69,0,0.02,0.36,598.03,3844.09,26108176,99.78,0.01,0.03,0.16,597.98,3844.12,26108177,99.77,0.01,0.03,0.2,597.97,3844.12,26108178,99.66,0,0.02,0.55,598.74,3843.33,26108179,99.81,0.01,0.02,0.17,598.42,3843.62,26108180,99.68,0.01,0.03,0.35,598.15,3843.9,26108181,99.77,0,0.02,0.18,597.99,3844.03,26108182,99.78,0.01,0.02,0.14,597.86,3844.14,26108183,99.66,0.03,1,0.65,598.75,3843.23,26108184,99.8,0.01,0.03,0.16,598.59,3843.37,26108185,99.75,0,0.02,0.33,598.85,3843.12,26108186,99.73,0.02,0.11,0.23,598.73,3843.06,26108187,99.75,0.13,0.04,0.38,597.93,3842.88,26108188,99.65,0.01,0.02,0.55,598.55,3842.16,26108189,99.75,0.06,1.72,0.25,598.58,3842.1,26108190,99.64,0.01,0.02,0.36,599.12,3841.43,26108191,99.8,0,0.02,0.14,599.17,3841.37,26108192,99.77,0.01,0.02,0.15,599.11,3841.4,26108193,99.62,0.03,1.16,0.67,599.29,3841.12,26108194,99.8,0.01,0.02,0.21,598.67,3841.67,26108195,99.7,0.01,0.02,0.32,598.85,3841.38,26108196,99.78,0,0.02,0.15,598.81,3841.4,26108197,99.8,0,0.02,0.17,598.78,3841.4,26108198,99.67,0,0.02,0.55,599.22,3840.95,26108199,99.62,0,0.02,0.39,598.94,3841.18,26108200,99.7,0,0.02,0.34,599.04,3841.08,26108201,99.76,0.05,0.7,0.23,598.95,3841.13,26108202,94.41,35.83,1.96,99.79,608.92,3828.22,26108203,84.38,0.01,0.05,636.5,514.24,3693.5,26108204,99.8,0.01,0.02,0.5,503.79,3675.66,26108205,99.66,0,0.02,0.38,503.3,3676.15,26108206,99.78,0.01,0.02,0.17,503.3,3676.15,26108207,99.77,0.01,0.02,0.14,503.27,3676.15,26108208,99.68,0,0.02,0.33,502.71,3676.79,26108209,99.8,0,0.02,0.43,501.09,3678.48,26108210,99.77,0.01,0.02,0.29,501.13,3678.45,26108211,99.81,0,0.02,0.14,501.07,3678.5,26108212,99.83,0.01,0.02,0.16,501.1,3678.44,26108213,99.69,0,0.02,0.29,501.37,3678.18,26108214,99.73,0.01,0.03,0.39,501.07,3678.5,26108215,99.66,0,0.02,0.28,501.29,3678.29,26108216,99.81,0,0.02,0.16,501.29,3678.29,26108217,99.8,0,0.02,0.14,501.29,3678.27,26108218,99.75,0.01,0.02,0.15,501.23,3678.32,26108219,99.64,0,0.02,0.56,501.43,3678.11,26108220,99.58,0.01,0.02,0.28,501.02,3678.54,26108221,86.27,0.02,0.03,1.08,570.47,3609.02,26108222,94.49,0.03,0.89,3.05,905.76,3273.34,26108223,99.79,0.02,0.02,0.22,553.09,3626.01,26108224,98.56,0.03,0.03,0.67,539.48,3639.61,26108225,99.72,0.01,0.03,0.4,506.34,3672.77,26108226,99.75,0.01,0.03,0.17,506.34,3672.77,26108227,84.43,0.03,0.89,3.51,864.7,3314.37,26108228,98.78,0.01,0.03,0.23,556.45,3622.63,26108229,84.5,0.04,0.89,4.03,788.44,3390.58,26108230,98.1,0.04,1.71,0.39,698.38,3480.65,26108231,99.74,0.01,0.02,0.24,535.21,3643.8,26108232,99.77,0,0.02,0.16,507.09,3671.9,26108233,99.77,0.01,0.03,0.15,507.11,3671.87,26108234,87.61,0.58,0.08,7.23,568.94,3608.29,26108235,90.59,0.05,1.75,7.19,784.93,3389.52,26108236,99.53,0.21,1.11,0.49,506.77,3667.1,26108237,99.64,0.05,0.22,0.31,507.58,3665.52,26108238,99.73,0.01,0.03,0.2,508.05,3665.01,26108239,90.82,0.01,0.03,1.06,560.87,3612.16,26108240,80.68,0.05,0.9,3.75,659.8,3513.21,26108241,92.99,0.74,1.81,4.6,645.73,3526.88,26108242,91.98,0.62,0.1,54.8,526.67,3626.78,26108243,96.33,0.04,0.03,1.14,520.07,3629.42,26108244,87.78,0.06,1.75,3.8,887.41,3262.06,26108245,82.52,0.1,1.96,12.18,794.21,3355.31,26108246,84.52,0.04,0.05,3.36,835.31,3314.21,26108247,95.79,0.01,0.03,0.65,524.18,3625.33,26108248,99.73,0.03,0.08,0.28,510.76,3638.64,26108249,99.78,0.01,0.03,0.29,510.99,3638.19,26108250,97.08,0.01,0.02,0.92,513.9,3635.28,26108251,97.59,0.02,0.03,0.48,513.4,3635.78,26108252,96.38,0.03,0.02,0.53,518.69,3630.48,26108253,99.78,0,0.02,0.19,510.57,3638.6,26108254,99.83,0,0.02,0.16,510.54,3638.62,26108255,99.6,0,0.02,0.74,511.22,3637.93,26108256,99.86,0,0.02,0.17,510.78,3638.36,26108257,99.86,0,0.02,0.17,510.77,3638.36,26108258,99.87,0,0.02,0.14,510.77,3638.35,26108259,99.72,0,0.02,0.28,510.74,3638.35,26108260,99.63,0,0.02,0.71,511.14,3637.95,26108261,99.88,0,0.02,0.14,510.76,3638.33,26108262,97.83,0.01,0.02,0.41,514.42,3634.66,26108263,87.45,0.02,0.03,0.78,584.92,3564.14,26108264,84.49,0.02,0.05,3.35,916.05,3233.01,26108265,81.7,0.1,2.63,6.84,906.69,3242.37,26108266,99.63,0,0.02,0.23,837.62,3311.44,26108267,81.21,0.22,4.35,9.77,698.11,3450.86,26108268,82.62,0.17,4.01,8.47,835.62,3313.19,26108269,99.72,0.01,0.02,0.33,724.2,3424.6,26108270,97.2,0.02,0.03,0.93,548.1,3600.72,26108271,84.63,0.11,2.78,3.55,757.04,3391.76,26108272,84.79,0.12,4.3,3.46,904.08,3244.66,26108273,99.68,0.13,4.55,0.26,628.66,3520.06,26108274,99.81,0.04,1.22,0.35,556.59,3592.07,26108275,99.61,0.02,0.72,0.79,558.82,3589.85,26108276,99.85,0.02,0.66,0.23,558.47,3590.19,26108277,99.79,0.01,0.03,0.14,558.43,3590.22,26108278,99.79,0.01,0.03,0.15,558.42,3590.23,26108279,99.84,0.01,0.03,0.15,558.46,3590.18,26108280,99.39,0.01,0.02,0.57,559.93,3588.72,26108281,99.75,0.01,0.03,0.3,559.18,3589.47,26108282,99.83,0,0.02,0.14,559.2,3589.44,26108283,99.79,0.01,0.02,0.15,558.49,3590.15,26108284,99.86,0,0.02,0.16,558.15,3590.47,26108285,99.56,0.01,0.03,0.55,559,3589.64,26108286,99.83,0.01,0.02,0.27,558.42,3590.22,26108287,99.8,0,0.02,0.17,558.4,3590.21,26108288,84.78,0.04,0.62,3.53,820.75,3327.83,26108289,92.73,0.01,0.03,0.74,753.48,3395.09,26108290,88.54,0.08,1.18,3.5,930.73,3217.83,26108291,99.55,0.01,0.03,0.61,786.38,3362.18,26108292,99.76,0.02,0.03,0.21,556.12,3592.41,26108293,84.74,0.1,3.5,3.62,825.79,3322.71,26108294,99.64,0,0.02,0.2,730.52,3417.94,26108295,99.71,0,0.02,0.35,557.54,3590.93,26108296,99.61,0.02,0.02,0.62,558.87,3589.58,26108297,84.97,0.07,1.2,3.57,854.35,3294.08,26108298,99.6,0.13,4.6,0.37,635.43,3512.97,26108299,99.84,0,0.02,0.23,555.21,3593.15,26108300,99.73,0.01,0.03,0.32,556.97,3591.4,26108301,99.71,0,0.02,0.57,557.88,3590.47,26108302,99.88,0,0.02,0.18,557.68,3590.67,26108303,99.83,0.01,0.02,0.16,557.69,3590.65,26108304,99.85,0.01,0.03,0.21,557.64,3590.69,26108305,99.72,0,0.02,0.39,557.96,3590.39,26108306,99.71,0,0.02,0.57,558.71,3589.64,26108307,99.86,0,0.02,0.16,558.42,3589.93,26108308,99.85,0,0.02,0.16,557.82,3590.51,26108309,99.85,0,0.02,0.17,557.4,3590.92,26108310,99.71,0,0.02,0.32,557.99,3590.36,26108311,99.62,0,0.02,0.51,558.17,3590.17,26108312,99.75,0,0.02,0.19,557.74,3590.59,26108313,99.84,0.01,0.03,0.15,557.68,3590.65,26108314,99.83,0.01,0.03,0.16,557.67,3590.65,26108315,99.75,0,0.03,0.32,557.96,3590.38,26108316,99.73,0,0.02,0.57,558.58,3589.75,26108317,99.84,0.01,0.03,0.15,558.67,3589.66,26108318,99.83,0,0.02,0.14,558.51,3589.81,26108319,99.65,0.01,0.02,0.29,557.63,3590.67,26108320,99.68,0.02,0.03,0.34,557.92,3590.39,26108321,83.78,0.05,0.68,3.59,669.85,3478.45,26108322,99.81,0.04,1.3,0.61,892.83,3255.44,26108323,83.89,0.08,0.09,4.14,794.26,3353.94,26108324,99.84,0,0.02,0.16,509.5,3638.7,26108325,99.76,0,0.02,0.33,511.49,3636.72,26108326,99.68,0,0.02,0.43,512.09,3636.12,26108327,99.79,0.04,1.27,0.31,511.52,3636.68,26108328,99.83,0.01,0.05,0.23,511.47,3636.72,26108329,99.8,0.01,0.03,0.16,511.48,3636.72,26108330,99.7,0,0.02,0.29,511.98,3636.24,26108331,99.88,0,0.02,0.16,511.95,3636.26,26108332,99.69,0.01,0.03,0.54,511.89,3636.31,26108333,99.87,0,0.02,0.16,511.47,3636.73,26108334,99.88,0,0.02,0.15,511.5,3636.69,26108335,99.7,0,0.02,0.29,511.74,3636.47,26108336,99.86,0.01,0.03,0.16,511.7,3636.5,26108337,99.74,0.01,0.02,0.55,510.98,3637.2,26108338,99.88,0,0.02,0.15,510.46,3637.71,26108339,99.89,0,0.02,0.16,510.47,3637.7,26108340,99.5,0.01,0.02,0.28,510.96,3637.22,26108341,99.82,0.01,0.02,0.2,510.93,3637.25,26108342,99.66,0,0.02,0.55,511.54,3636.63,26108343,99.89,0,0.02,0.14,511.19,3636.98,26108344,99.89,0,0.02,0.16,511.22,3636.94,26108345,99.8,0.01,0.02,0.3,511.93,3636.25,26108346,99.84,0.01,0.02,0.13,511.97,3636.2,26108347,99.65,0.01,0.02,0.59,512.12,3636.05,26108348,99.83,0.01,0.03,0.14,510.92,3637.24,26108349,99.73,0,0.02,0.28,512.19,3635.94,26108350,99.78,0.01,0.02,0.29,511.93,3636.21,26108351,98.89,0,0.02,0.16,511.96,3636.18,26108352,99.75,0.02,0.02,0.5,512.25,3635.89,26108353,85.1,0.01,0.06,1.74,853.43,3294.85,26108354,99.65,0,0.02,0.16,722.21,3426.16,26108355,99.75,0.01,0.03,0.33,560.48,3587.91,26108356,99.86,0.01,0.03,0.16,560.52,3587.86,26108357,99.69,0.01,0.02,0.6,560.88,3587.5,26108358,99.86,0,0.02,0.14,561.5,3586.87,26108359,97.43,0.02,0.04,0.27,541.67,3606.69,26108360,91.79,0.04,0.03,0.75,548.86,3599.5,26108361,97.4,0.01,0.04,0.31,520.25,3628.1,26108362,97.62,0.03,0.03,0.59,517.14,3631.2,26108363,84.36,0.01,0.06,2.44,701.61,3446.71,26108364,84.35,0.03,0.06,2.55,889.95,3258.35,26108365,83.78,0.04,0.63,3.63,901.92,3246.25,26108366,84.27,0.04,0.63,3.4,791.26,3356.76,26108367,99.47,0.02,0.06,0.45,814.53,3333.49,26108368,99.82,0.01,0.02,0.43,555.71,3592.3,26108369,99.84,0,0.02,0.17,555.65,3592.35,26108370,99.67,0.01,0.02,0.31,555.43,3592.58,26108371,99.87,0.02,0.03,0.21,555.45,3592.55,26108372,95.59,0.02,0.03,0.48,555.68,3592.28,26108373,99.62,0.01,0.02,0.7,512.12,3635.74,26108374,98.94,0.04,0.02,0.24,513.75,3634.1,26108375,82.26,0.05,0.64,3.56,668,3479.8,26108376,99.66,0,0.02,0.46,840.03,3307.57,26108377,87.75,0.03,0.03,0.75,620.9,3526.69,26108378,95.88,0.03,0.71,3.46,903.38,3244.2,26108379,97.16,0.02,0.02,0.51,663.75,3483.77,26108380,83.65,0.03,0.62,3.54,916.84,3230.68,26108381,99.54,0,0.04,0.24,575.38,3572.15,26108382,99.78,0.1,3.42,0.35,558.52,3588.98,26108383,99.68,0.02,0.59,0.59,559.61,3587.85,26108384,99.83,0.05,1.78,0.25,558.94,3588.49,26108385,99.71,0,0.02,0.34,558.65,3588.8,26108386,99.88,0,0.02,0.16,558.66,3588.79,26108387,99.86,0,0.02,0.15,558.65,3588.79,26108388,99.67,0.01,0.02,0.76,559.41,3586.96,26108389,99.83,0.01,0.03,0.21,559.17,3586.29,26108390,99.79,0,0.02,0.3,558.89,3586.58,26108391,99.83,0.01,0.02,0.14,558.05,3587.42,26108392,99.86,0.01,0.05,0.2,557.9,3587.56,26108393,99.66,0.01,0.05,0.68,558.4,3587,26108394,99.82,0.04,1.84,0.3,558.21,3587.07,26108395,99.67,0.02,0.65,0.3,558.25,3587.05,26108396,99.78,0.14,5.29,0.41,558.22,3586.96,26108397,95.81,0.3,4.07,5.86,551.35,3590.16,26108398,96.11,0.66,14.65,14.87,518.19,3624.42,26108399,99.34,1.02,27.97,66.31,514.87,3625.05,26108400,98.69,1.8,59.93,0.74,515.01,3624.88,26108401,99.81,0.04,0.08,0.25,515.04,3624.85,26108402,99.83,0.04,0.1,0.25,514.97,3624.93,26108403,99.63,0.02,0.05,0.52,513.22,3626.71,26108404,99.87,0.02,0.03,0.41,512.38,3627.6,26108405,99.61,0.03,0.06,0.39,511.22,3628.77,26108406,99.78,0.04,0.41,0.3,511.15,3628.83,26108407,99.76,0.78,0.79,1.03,510.99,3628.6,26108408,83.03,0.01,0.05,4.05,741.01,3398.26,26108409,99.51,0.06,2.35,0.75,852.35,3286.84,26108410,99.68,0.03,0.95,0.43,560.16,3579.03,26108411,99.8,0.05,2.02,0.24,560.21,3578.96,26108412,99.84,0.01,0.03,0.19,524.87,3614.29,26108413,99.8,0,0.03,0.16,513.14,3626.02,26108414,99.6,0.01,0.02,0.61,514.17,3624.98,26108415,99.6,0,0.02,0.34,513.35,3625.81,26108416,99.85,0,0.02,0.17,513.34,3625.81,26108417,99.82,0.01,0.03,0.21,513.3,3625.84,26108418,99.82,0,0.02,0.17,513.33,3625.8,26108419,99.71,0,0.02,0.59,513.76,3625.37,26108420,99.64,0.01,0.02,0.36,513.31,3625.82,26108421,99.67,0.08,3.04,0.41,513.14,3625.97,26108422,99.77,0.01,0.02,0.18,513.03,3626.06,26108423,99.8,0,0.02,0.14,513.08,3626.01,26108424,99.52,0.01,0.03,0.5,513.5,3625.58,26108425,99.73,0.01,0.03,0.36,513.54,3625.55,26108426,99.79,0.01,0.02,0.14,513.57,3625.52,26108427,99.81,0.01,0.03,0.14,513.53,3625.55,26108428,99.83,0.01,0.02,0.15,513.55,3625.52,26108429,99.71,0.01,0.03,0.63,513.76,3625.3,26108430,99.76,0.01,0.03,0.36,513.28,3625.8,26108431,99.83,0.01,0.02,0.16,513.29,3625.78,26108432,99.83,0.01,0.02,0.14,513.27,3625.8,26108433,99.88,0,0.02,0.17,513.23,3625.84,26108434,99.69,0.01,0.04,0.42,513.72,3625.34,26108435,99.69,0.01,0.02,0.48,513.52,3625.55,26108436,99.85,0.03,1.07,0.19,513.52,3625.55,26108437,99.85,0.03,0.72,0.21,513.54,3625.51,26108438,99.84,0.04,1.8,0.28,513.7,3625.32,26108439,99.47,0.01,0.03,0.59,514.28,3624.71,26108440,99.71,0.01,0.02,0.45,513.81,3625.2,26108441,99.85,0,0.02,0.14,513.69,3625.3,26108442,99.83,0.01,0.03,0.16,513.69,3625.3,26108443,99.86,0,0.02,0.14,513.64,3625.35,26108444,99.83,0,0.02,0.16,513.9,3625.08,26108445,99.62,0,0.02,0.72,513.28,3625.72,26108446,99.83,0,0.02,0.16,512.95,3626.04,26108447,99.85,0,0.02,0.14,512.94,3626.05,26108448,99.83,0,0.02,0.16,512.9,3626.09,26108449,99.87,0.01,0.02,0.15,512.97,3626.01,26108450,99.56,0,0.02,0.75,513.46,3625.53,26108451,99.88,0.01,0.02,0.18,513.2,3625.79,26108452,99.88,0,0.02,0.18,513.23,3625.76,26108453,99.89,0,0.02,0.18,513.15,3625.83,26108454,99.89,0.01,0.02,0.19,513.21,3625.77,26108455,99.66,0.01,0.02,0.76,513.95,3625.06,26108456,99.85,0.01,0.03,0.14,513.67,3625.34,26108457,99.89,0.01,0.03,0.19,513.7,3625.3,26108458,99.88,0.01,0.02,0.15,513.66,3625.34,26108459,99.87,0.01,0.03,0.15,513.66,3625.34,26108460,99.38,0.01,0.03,0.78,513.81,3625.19,26108461,99.73,0.05,1.71,0.28,513.37,3625.61,26108462,99.8,0,0.02,0.16,513.41,3625.56,26108463,99.86,0,0.02,0.14,513.37,3625.61,26108464,99.83,0.01,0.02,0.14,513.39,3625.57,26108465,99.47,0.04,1.21,0.62,513.87,3625.11,26108466,99.78,0.18,7.54,0.55,513.66,3625.29,26108467,99.83,0.09,3.62,0.44,513.74,3625.12,26108468,99.88,0.01,0.05,0.16,513.74,3625.1,26108469,99.68,0.02,0.03,0.32,513.76,3625.06,26108470,83.01,0.08,2.61,4.41,876.19,3262.61,26108471,99.68,0.03,0.94,0.32,729.11,3409.67,26108472,99.87,0,0.02,0.16,560.3,3578.47,26108473,99.84,0.01,0.03,0.14,560.42,3578.35,26108474,99.86,0.01,0.03,0.16,560.52,3578.24,26108475,99.52,0.01,0.02,0.62,561.8,3576.98,26108476,99.85,0,0.02,0.27,562.02,3576.76,26108477,99.8,0.01,0.02,0.2,561.96,3576.81,26108478,99.88,0,0.02,0.15,562,3576.76,26108479,99.84,0,0.02,0.15,561.97,3576.78,26108480,99.55,0.01,0.03,0.56,562.28,3576.49,26108481,99.78,0,0.02,0.37,562.19,3576.58,26108482,99.84,0,0.02,0.14,561.48,3577.29,26108483,99.86,0.01,0.03,0.18,561.51,3577.25,26108484,99.79,0,0.02,0.19,561.56,3577.2,26108485,99.61,0,0.02,0.32,560.99,3577.78,26108486,99.54,0.19,0.11,0.65,562.63,3576.06,26108487,99.83,0.01,0.05,0.35,562.31,3576.28,26108488,99.8,0.01,0.02,0.16,562.29,3576.3,26108489,99.84,0.01,0.02,0.16,562.58,3576,26108490,99.61,0,0.02,0.29,562.81,3575.79,26108491,99.68,0.01,0.03,0.57,564.12,3574.48,26108492,99.79,0,0.02,0.14,562.62,3575.97,26108493,99.85,0.01,0.03,0.15,562.57,3576.02,26108494,99.86,0.01,0.02,0.14,562.55,3576.03,26108495,99.7,0.01,0.03,0.31,563.08,3575.52,26108496,99.67,0.15,0.11,0.74,563.67,3574.85,26108497,99.83,0.01,0.03,0.22,563.44,3575.02,26108498,99.84,0,0.02,0.14,563.38,3575.07,26108499,99.66,0,0.02,0.3,563.42,3575,26108500,99.74,0.04,1.05,0.38,563.89,3574.54,26108501,99.74,0.1,0.09,0.59,564.03,3574.34,26108502,99.84,0.01,0.02,0.33,563.45,3574.88,26108503,99.8,0.03,0.86,0.16,562.75,3575.57,26108504,99.81,0.07,2.54,0.27,562.77,3575.53,26108505,99.72,0.01,0.03,0.36,563,3575.3,26108506,99.63,0.09,3.27,0.63,563.48,3574.81,26108507,99.81,0.03,1.21,0.34,563.19,3575.05,26108508,99.79,0.04,1.24,0.2,563.27,3574.95,26108509,99.76,0.07,2.44,0.27,563.42,3574.77,26108510,99.59,0.05,1.81,0.39,563.19,3575,26108511,99.64,0.07,2.62,0.66,563.59,3574.55,26108512,99.83,0.06,2.13,0.28,563.56,3574.58,26108513,99.75,0.14,5.08,0.29,563.46,3574.63,26108514,99.85,0,0.02,0.28,562.78,3575.26,26108515,99.68,0.02,0.71,0.32,563.26,3574.8,26108516,99.67,0,0.02,0.59,563.95,3574.1,26108517,99.83,0.01,0.02,0.21,563.27,3574.78,26108518,99.84,0,0.02,0.14,563.21,3574.83,26108519,99.86,0.01,0.02,0.14,563.29,3574.74,26108520,99.67,0,0.02,0.33,563.51,3574.54,26108521,99.81,0.01,0.02,0.16,563.51,3574.53,26108522,99.68,0,0.02,0.56,564.11,3573.92,26108523,99.81,0.01,0.02,0.17,563.71,3574.31,26108524,99.71,0.01,0.03,0.14,563.75,3574.27,26108525,99.75,0,0.02,0.33,563.01,3575.03,26108526,99.68,0.01,0.02,0.14,562.73,3575.3,26108527,99.68,0,0.02,0.57,563.34,3574.69,26108528,99.85,0.01,0.02,0.15,562.97,3575.05,26108529,99.6,0.01,0.02,0.28,563.24,3574.76,26108530,99.75,0.01,0.03,0.31,563.49,3574.53,26108531,99.86,0.01,0.03,0.16,563.47,3574.53,26108532,99.75,0,0.02,0.62,563.51,3574.49,26108533,99.75,0,0.02,0.14,562.96,3575.03,26108534,99.75,0,0.02,0.14,563,3574.98,26108535,99.67,0.01,0.02,0.33,563.47,3574.54,26108536,99.84,0,0.02,0.14,563.11,3574.88,26108537,99.68,0.01,0.02,0.65,563.12,3574.88,26108538,99.79,0.02,0.68,0.2,562.71,3575.27,26108539,99.82,0.01,0.02,0.18,562.12,3575.86,26108540,99.7,0,0.02,0.31,562.46,3575.54,26108541,99.83,0.01,0.02,0.2,562.35,3575.64,26108542,99.71,0.01,0.05,0.61,563.1,3574.88,26108543,99.88,0,0.02,0.15,562.45,3575.52,26108544,99.88,0,0.02,0.15,562.49,3575.48,26108545,99.75,0.01,0.02,0.33,562.97,3575.01,26108546,99.83,0.02,0.41,0.25,562.95,3575.03,26108547,99.68,0.01,0.26,0.45,563.63,3574.34,26108548,99.83,0,0.02,0.29,562.22,3575.74,26108549,99.85,0,0.02,0.16,562.21,3575.76,26108550,99.72,0.01,0.03,0.34,562.23,3575.75,26108551,99.79,0.01,0.02,0.14,562.2,3575.78,26108552,99.68,0,0.02,0.42,562.66,3575.31,26108553,99.85,0,0.02,0.29,562.69,3575.27,26108554,99.87,0,0.02,0.14,562.69,3575.26,26108555,99.67,0.01,0.02,0.32,562,3575.97,26108556,99.83,0,0.02,0.17,561.95,3576.02,26108557,99.71,0,0.02,0.4,562.41,3575.56,26108558,99.88,0.01,0.02,0.3,562.65,3575.31,26108559,99.69,0.01,0.02,0.29,562.37,3575.56,26108560,99.73,0,0.02,0.35,561.93,3576.01,26108561,99.86,0,0.02,0.16,561.95,3575.99,26108562,99.83,0.01,0.02,0.14,561.95,3575.98,26108563,99.68,0.01,0.02,0.55,562.97,3574.96,26108564,99.83,0.01,0.03,0.14,562.71,3575.23,26108565,99.71,0,0.02,0.33,562.69,3575.27,26108566,99.79,0,0.02,0.14,562.68,3575.27,26108567,99.81,0.01,0.03,0.15,562.71,3575.24,26108568,99.68,0.01,0.02,0.56,563.74,3574.2,26108569,99.84,0.01,0.02,0.15,563.41,3574.53,26108570,99.71,0.01,0.03,0.32,562.23,3575.72,26108571,99.89,0.01,0.03,0.17,562.16,3575.8,26108572,99.8,0.05,0.18,0.16,561.84,3576.11,26108573,99.67,0.01,0.02,0.65,559.45,3578.54,26108574,99.84,0.01,0.03,0.15,559.21,3578.78,26108575,99.65,0.03,0.07,0.38,559.22,3578.78,26108576,99.84,0,0.02,0.15,559.21,3578.78,26108577,99.87,0.01,0.02,0.15,559.17,3578.82,26108578,99.72,0.01,0.02,0.41,559.79,3578.19,26108579,99.89,0,0.02,0.3,559.69,3578.28,26108580,99.61,0,0.02,0.32,559.92,3578.07,26108581,99.84,0.01,0.02,0.16,559.96,3578.03,26108582,99.85,0.01,0.02,0.14,559.58,3578.4,26108583,99.73,0,0.02,0.5,559.16,3578.82,26108584,99.84,0.01,0.02,0.21,558.7,3579.27,26108585,99.67,0.01,0.02,0.34,559.46,3578.54,26108586,99.83,0.01,0.03,0.13,559.42,3578.57,26108587,99.87,0,0.02,0.16,559.44,3578.55,26108588,99.73,0.01,0.03,0.4,560.01,3577.97,26108589,99.69,0,0.02,0.48,559.41,3578.54,26108590,99.63,0.11,0.29,0.48,560.41,3577.46,26108591,99.86,0.02,0.05,0.3,560.71,3577.07,26108592,99.87,0.03,0.05,0.25,560.72,3577.06,26108593,83.26,0.01,0.05,7,619.52,3517.49,26108594,99.86,0,0.02,0.41,505.08,3632,26108595,99.68,0,0.02,0.34,504.81,3632.3,26108596,99.82,0,0.02,0.14,504.86,3632.24,26108597,99.82,0.01,0.02,0.2,504.82,3632.28,26108598,99.73,0,0.02,0.32,505.18,3631.94,26108599,99.88,0,0.02,0.38,505.05,3632.08,26108600,99.8,0.01,0.02,0.31,504.81,3632.36,26108601,99.83,0,0.02,0.18,504.75,3632.41,26108602,99.88,0.01,0.03,0.16,504.6,3632.56,26108603,99.87,0,0.02,0.15,504.58,3632.58,26108604,99.73,0,0.02,0.58,505.15,3632,26108605,99.72,0.01,0.03,0.36,504.33,3632.84,26108606,99.9,0.01,0.03,0.16,504.36,3632.82,26108607,99.9,0,0.02,0.14,504.35,3632.83,26108608,99.88,0,0.02,0.15,504.11,3633.06,26108609,99.74,0,0.02,0.54,504.65,3632.51,26108610,99.74,0.01,0.02,0.32,504.56,3632.62,26108611,99.9,0.01,0.02,0.19,504.58,3632.59,26108612,99.85,0,0.02,0.14,504.56,3632.61,26108613,99.81,0,0.02,0.14,504.57,3632.59,26108614,99.72,0,0.02,0.54,505.37,3631.78,26108615,99.76,0.01,0.02,0.32,505.05,3632.12,26108616,99.86,0.01,0.03,0.16,505.1,3632.07,26108617,99.84,0,0.02,0.14,505.07,3632.09,26108618,99.85,0,0.02,0.16,505.06,3632.1,26108619,99.57,0,0.02,0.63,505.47,3631.67,26108620,99.66,0,0.02,0.37,504.79,3632.36,26108621,99.85,0.01,0.02,0.15,504.82,3632.32,26108622,99.86,0,0.02,0.16,504.75,3632.39,26108623,99.8,0,0.02,0.14,504.82,3632.32,26108624,99.66,0,0.02,0.57,504.95,3632.18,26108625,99.62,0.01,0.02,0.33,503.45,3633.7,26108626,99.88,0,0.02,0.13,503.35,3633.8,26108627,99.85,0,0.02,0.16,503.3,3633.84,26108628,99.86,0.01,0.02,0.14,503.36,3633.78,26108629,99.69,0,0.02,0.44,503.86,3633.28,26108630,99.73,0,0.02,0.46,504.35,3632.79,26108631,99.87,0.01,0.03,0.18,504.31,3632.83,26108632,99.87,0,0.02,0.14,504.29,3632.84,26108633,99.81,0,0.02,0.14,504.31,3632.83,26108634,99.68,0.01,0.03,0.36,504.64,3632.49,26108635,99.74,0,0.02,0.52,505.32,3631.83,26108636,99.84,0.01,0.03,0.18,505.3,3631.84,26108637,99.83,0,0.02,0.15,505.3,3631.83,26108638,99.83,0,0.02,0.15,505.31,3631.83,26108639,99.86,0,0.02,0.16,505.28,3631.85,26108640,99.5,0,0.02,0.75,505.74,3631.4,26108641,99.82,0.01,0.02,0.16,505.02,3632.12,26108642,99.83,0.01,0.03,0.15,505.06,3632.07,26108643,99.86,0,0.02,0.16,505.03,3632.1,26108644,99.8,0,0.02,0.14,505.03,3632.09,26108645,99.59,0,0.02,0.79,505.75,3631.39,26108646,99.81,0.01,0.02,0.19,505.29,3631.84,26108647,99.84,0.01,0.02,0.2,505.26,3631.87,26108648,99.81,0,0.02,0.2,505.23,3631.89,26108649,99.58,0,0.02,0.32,505.32,3631.77,26108650,99.52,0.01,0.02,0.73,505.26,3631.85,26108651,99.78,0,0.02,0.17,504.83,3632.28,26108652,99.83,0,0.02,0.14,504.79,3632.32,26108653,99.66,0,0.02,0.17,504.8,3632.3,26108654,99.69,0,0.02,0.15,504.76,3632.35,26108655,99.33,0,0.02,0.73,505.37,3631.76,26108656,99.75,0,0.02,0.16,504.55,3632.57,26108657,99.77,0.01,0.02,0.19,504.54,3632.58,26108658,99.8,0,0.02,0.14,504.54,3632.59,26108659,99.76,0,0.02,0.14,504.52,3632.6,26108660,99.6,0,0.02,0.66,505.37,3631.77,26108661,99.75,0,0.02,0.26,504.91,3632.23,26108662,99.78,0,0.02,0.14,504.79,3632.34,26108663,99.77,0,0.02,0.15,504.78,3632.34,26108664,99.73,0,0.02,0.16,504.78,3632.34,26108665,99.5,0,0.02,0.71,505.24,3631.9,26108666,99.77,0,0.02,0.15,504.55,3632.59,26108667,99.76,0,0.02,0.16,504.54,3632.6,26108668,99.8,0,0.02,0.16,504.56,3632.57,26108669,99.8,0,0.02,0.18,504.49,3632.63,26108670,99.58,0.01,0.02,0.45,504.94,3632.2,26108671,99.77,0,0.02,0.41,505.26,3631.87,26108672,99.77,0,0.01,0.14,505.3,3631.83,26108673,99.77,0,0.02,0.14,505.22,3631.9,26108674,99.78,0,0.01,0.14,505.25,3631.87,26108675,99.4,0,0.02,0.32,505.05,3632.09,26108676,99.62,0,0.01,0.62,505.58,3631.56,26108677,99.81,0,0.02,0.15,505.32,3631.81,26108678,99.76,0,0.02,0.16,505.23,3631.9,26108679,99.71,0,0.02,0.29,505.56,3631.54,26108680,99.68,0,0.02,0.32,505.49,3631.63,26108681,99.68,0,0.01,0.57,505.72,3631.39,26108682,99.8,0,0.01,0.16,505.24,3631.86,26108683,99.79,0,0.01,0.14,505.26,3631.84,26108684,99.78,0,0.02,0.15,505.26,3631.86,26108685,99.73,0,0.02,0.32,505.23,3631.91,26108686,99.68,0,0.02,0.57,505.64,3631.49,26108687,99.76,0,0.02,0.14,505.18,3631.94,26108688,99.78,0,0.02,0.14,505.27,3631.84,26108689,99.81,0,0.02,0.17,505.19,3631.92,26108690,99.71,0,0.01,0.32,505.07,3632.06,26108691,99.65,0,0.02,0.55,504.73,3632.39,26108692,99.81,0,0.02,0.16,504.25,3632.86,26108693,99.81,0,0.01,0.16,504.29,3632.82,26108694,99.81,0,0.01,0.16,504.2,3632.9,26108695,99.67,0,0.01,0.41,504.55,3632.57,26108696,99.66,0,0.01,0.57,505.15,3631.97,26108697,99.83,0,0.01,0.14,504.45,3632.65,26108698,99.81,0,0.02,0.14,504.53,3632.56,26108699,99.78,0,0.04,0.17,504.46,3632.63,26108700,99.51,0,0.02,0.34,504.77,3632.34,26108701,99.65,0.01,0.02,0.57,505.06,3632.05,26108702,99.79,0.01,0.02,0.14,504.76,3632.34,26108703,99.8,0,0.02,0.15,504.7,3632.39,26108704,99.73,0,0.02,0.14,504.74,3632.35,26108705,99.7,0,0.01,0.37,504.2,3632.91,26108706,99.65,0.01,0.02,0.43,504.67,3632.43,26108707,99.81,0,0.01,0.29,504.44,3632.66,26108708,99.82,0,0.02,0.14,504.49,3632.6,26108709,99.62,0,0.02,0.29,504.95,3632.12,26108710,99.54,0.01,0.02,0.34,503.12,3633.97,26108711,99.82,0,0.02,0.16,503,3634.08,26108712,99.69,0,0.02,0.55,505.12,3631.96,26108713,99.79,0,0.01,0.19,504.72,3632.36,26108714,99.77,0,0.02,0.22,504.72,3632.36,26108715,99.66,0,0.01,0.38,504.52,3632.58,26108716,99.78,0,0.01,0.18,504.43,3632.67,26108717,99.61,0.01,0.02,0.67,504.72,3632.38,26108718,99.77,0,0.02,0.15,503.94,3633.16,26108719,99.82,0,0.01,0.18,504.03,3633.06,26108720,99.71,0,0.02,0.32,504.45,3632.66,26108721,99.81,0,0.02,0.18,504.63,3632.47,26108722,99.66,0,0.01,0.56,504.93,3632.17,26108723,99.78,0,0.02,0.14,504.46,3632.64,26108724,99.82,0,0.01,0.17,504.52,3632.57,26108725,99.73,0,0.02,0.32,504.7,3632.4,26108726,99.83,0,0.01,0.17,504.79,3632.31,26108727,99.65,0,0.02,0.54,504.74,3632.35,26108728,99.78,0,0.02,0.16,504.26,3632.84,26108729,99.81,0,0.02,0.15,504.22,3632.87,26108730,99.68,0,0.01,0.33,503.74,3633.37,26108731,99.8,0,0.02,0.14,503.78,3633.32,26108732,99.66,0,0.01,0.52,504.63,3632.46,26108733,99.8,0,0.01,0.18,505.02,3632.06,26108734,99.82,0,0.01,0.15,504.95,3632.14,26108735,99.64,0,0.02,0.33,503.52,3633.59,26108736,99.79,0,0.02,0.16,503.5,3633.6,26108737,99.64,0,0.01,0.59,504.18,3632.91,26108738,99.8,0,0.02,0.14,504.75,3632.34,26108739,99.63,0,0.02,0.32,504.67,3632.39,26108740,99.69,0,0.02,0.33,504.79,3632.29,26108741,99.81,0,0.02,0.16,504.7,3632.36,26108742,99.66,0.01,0.02,0.52,505.15,3631.92,26108743,99.79,0,0.02,0.2,504.94,3632.12,26108744,99.81,0,0.02,0.15,504.97,3632.08,26108745,99.66,0,0.01,0.34,504.74,3632.33,26108746,99.79,0,0.01,0.16,504.7,3632.37,26108747,99.81,0,0.01,0.14,504.76,3632.31,26108748,99.6,0,0.02,0.56,504.68,3632.37,26108749,99.78,0,0.02,0.16,504.02,3633.04,26108750,99.67,0,0.02,0.32,503.25,3633.82,26108751,99.77,0,0.01,0.14,503.25,3633.82,26108752,99.82,0,0.02,0.15,503.23,3633.84,26108753,99.67,0,0.01,0.55,504.76,3632.3,26108754,99.42,0,0.01,0.3,504.68,3632.37,26108755,99.63,0,0.02,0.34,504.91,3632.16,26108756,99.71,0,0.02,0.16,505.04,3632.03,26108757,99.78,0,0.02,0.14,504.95,3632.11,26108758,99.61,0,0.01,0.55,505.65,3631.41,26108759,99.8,0,0.01,0.16,504.97,3632.08,26108760,99.56,0,0.01,0.32,505.19,3631.9,26108761,99.75,0,0.02,0.13,505.26,3631.82,26108762,99.73,0,0.02,0.16,505.18,3631.9,26108763,94.87,0.33,0.03,80.23,520.31,3617.09,26108764,99.63,0,0.02,185.11,507.44,3629.39,26108765,99.62,0,0.01,0.32,507.28,3629.56,26108766,99.72,0.01,0.02,0.14,507.19,3629.66,26108767,99.56,0,0.01,0.16,507.27,3629.57,26108768,99.63,0,0.01,0.6,506.55,3630.3,26108769,99.68,0,0.02,0.28,504.77,3632.08,26108770,99.71,0.01,0.02,0.34,505.33,3631.53,26108771,99.75,0,0.01,0.16,505.25,3631.61,26108772,99.79,0,0.02,0.14,505.34,3631.51,26108773,99.57,0.08,2.97,0.63,505.55,3631.29,26108774,99.72,0.03,1.1,0.37,505.06,3631.78,26108775,99.64,0,0.02,0.31,505.24,3631.62,26108776,99.78,0,0.01,0.16,505.28,3631.58,26108777,99.8,0.01,0.02,0.18,505.05,3631.8,26108778,99.61,0.02,0.94,0.6,505.7,3631.14,26108779,99.76,0,0.02,0.28,505.3,3631.54,26108780,99.66,0,0.01,0.31,505,3631.86,26108781,99.77,0,0.01,0.18,504.85,3632.01,26108782,99.76,0,0.02,0.18,504.51,3632.34,26108783,99.75,0,0.01,0.15,504.53,3632.32,26108784,99.63,0,0.01,0.58,505.26,3631.57,26108785,99.7,0,0.01,0.33,505.01,3631.85,26108786,99.8,0,0.02,0.16,505.02,3631.83,26108787,99.77,0,0.02,0.14,505.01,3631.84,26108788,99.8,0,0.02,0.16,504.99,3631.86,26108789,99.63,0,0.02,0.54,505.36,3631.48,26108790,99.64,0,0.01,0.33,505.23,3631.63,26108791,99.78,0,0.02,0.14,505.29,3631.57,26108792,99.76,0,0.02,0.16,505.23,3631.62,26108793,99.79,0,0.02,0.14,505.3,3631.54,26108794,99.64,0,0.02,0.58,505,3631.84,26108795,99.51,0,0.02,0.34,504.11,3632.75,26108796,99.77,0,0.01,0.16,504.01,3632.85,26108797,99.8,0,0.01,0.14,504.04,3632.8,26108798,99.79,0,0.01,0.16,504.04,3632.8,26108799,99.47,0,0.02,0.7,505.02,3631.8,26108800,99.68,0,0.02,0.37,504.81,3632.02,26108801,99.77,0,0.02,0.14,504.72,3632.11,26108802,99.78,0,0.02,0.14,504.81,3632.02,26108803,99.79,0.02,0.16,0.18,504.74,3632.08,26108804,99.64,0,0.01,0.61,505.3,3631.5,26108805,99.68,0.01,0.02,0.32,505.27,3631.55,26108806,99.76,0,0.02,0.16,505.2,3631.62,26108807,99.78,0.01,0.04,0.18,505.27,3631.55,26108808,99.76,0,0.02,0.16,505.21,3631.6,26108809,99.63,0,0.02,0.55,505.56,3631.24,26108810,99.61,0,0.02,0.32,504.97,3631.85,26108811,99.83,0,0.02,0.15,505.06,3631.76,26108812,99.88,0,0.01,0.19,504.97,3631.84,26108813,99.87,0.01,0.03,0.17,504.98,3631.82,26108814,99.72,0.06,3.98,0.84,505.39,3631.39,26108815,99.76,0,0.02,0.4,504.06,3632.73,26108816,99.88,0,0.01,0.13,503.97,3632.82,26108817,99.88,0,0.01,0.17,504,3632.78,26108818,99.87,0,0.02,0.15,503.98,3632.78,26108819,99.73,0,0.02,0.43,504.73,3632.03,26108820,99.42,0,0.01,0.43,503.76,3633.01,26108821,99.8,0.01,0.02,0.16,503.68,3633.09,26108822,99.83,0,0.01,0.14,503.78,3632.99,26108823,99.81,0,0.01,0.15,503.71,3633.05,26108824,99.87,0,0.01,0.16,503.7,3633.06,26108825,99.53,0,0.01,0.73,505.99,3630.78,26108826,99.81,0.01,0.02,0.14,505.42,3631.34,26108827,99.83,0,0.01,0.15,505.51,3631.25,26108828,98.77,0,0.02,0.14,505.44,3631.32,26108829,99.64,0,0.02,0.29,505.22,3631.52,26108830,99.53,0.01,0.02,0.72,505.4,3631.35,26108831,99.86,0,0.01,0.17,505.19,3631.55,26108832,99.84,0,0.01,0.14,505.23,3631.52,26108833,99.88,0,0.02,0.16,505.15,3631.59,26108834,99.72,0,0.01,0.16,505.25,3631.49,26108835,99.57,0,0.01,0.72,505.78,3630.97,26108836,99.88,0,0.02,0.16,505.45,3631.29,26108837,99.82,0,0.02,0.18,505.69,3631.06,26108838,99.85,0,0.02,0.16,505.65,3631.09,26108839,99.85,0,0.02,0.15,505.7,3631.03,26108840,99.64,0,0.02,0.73,506.26,3630.49,26108841,99.89,0,0.02,0.2,505.55,3631.2,26108842,99.85,0,0.02,0.14,505.17,3631.57,26108843,99.88,0,0.02,0.14,505.25,3631.49,26108844,99.89,0.01,0.02,0.15,505.18,3631.55,26108845,99.66,0,0.02,0.76,505.82,3630.93,26108846,99.88,0,0.01,0.16,504.46,3632.29,26108847,99.89,0.01,0.02,0.14,504.46,3632.28,26108848,99.87,0,0.02,0.16,504.46,3632.28,26108849,99.88,0,0.01,0.14,504.43,3632.3,26108850,99.6,0,0.02,0.6,505.08,3631.66,26108851,99.86,0,0.02,0.29,504.68,3632.06,26108852,99.83,0,0.02,0.18,504.74,3632,26108853,99.88,0,0.02,0.14,504.65,3632.09,26108854,99.88,0,0.02,0.14,504.73,3632.02,26108855,99.6,0,0.02,0.75,504.8,3631.96,26108856,99.88,0,0.02,0.17,504.52,3632.24,26108857,99.8,0,0.02,0.16,504.45,3632.3,26108858,99.88,0,0.01,0.14,504.46,3632.28,26108859,99.59,0,0.01,0.29,504,3632.72,26108860,99.59,0,0.02,0.55,504.36,3632.37,26108861,99.86,0,0.01,0.39,504.74,3632,26108862,99.82,0,0.02,0.18,504.65,3632.07,26108863,99.88,0,0.01,0.16,504.74,3631.98,26108864,99.87,0,0.02,0.16,504.65,3632.07,26108865,99.65,0,0.01,0.32,504.28,3632.46,26108866,99.75,0,0.01,0.6,505.57,3631.17,26108867,99.86,0,0.02,0.17,504.92,3631.81,26108868,99.9,0,0.02,0.16,504.94,3631.78,26108869,99.87,0,0.01,0.17,504.88,3631.84,26108870,99.8,0,0.02,0.38,504.02,3632.72,26108871,99.76,0,0.02,0.58,505.02,3631.71,26108872,99.88,0,0.02,0.16,504.75,3631.97,26108873,99.89,0,0.02,0.17,504.66,3632.06,26108874,99.87,0,0.02,0.17,504.74,3631.98,26108875,99.75,0,0.02,0.36,504.68,3632.05,26108876,99.7,0,0.02,0.48,504.96,3631.77,26108877,99.9,0,0.01,0.28,504.45,3632.28,26108878,99.89,0,0.01,0.21,504.44,3632.28,26108879,99.86,0,0.02,0.21,504.46,3632.25,26108880,99.61,0,0.01,0.42,504.65,3632.08,26108881,99.71,0.01,0.02,0.43,505.1,3631.64,26108882,99.81,0,0.02,0.32,504.66,3632.07,26108883,99.85,0,0.01,0.16,504.71,3632.02,26108884,99.86,0,0.02,0.18,504.68,3632.06,26108885,99.8,0,0.01,0.34,504.92,3631.84,26108886,99.75,0,0.01,0.53,505.23,3631.52,26108887,99.9,0,0.01,0.21,504.65,3632.1,26108888,99.86,0,0.01,0.15,504.75,3631.99,26108889,99.79,0,0.02,0.32,504.69,3632.02,26108890,99.75,0.01,0.02,0.34,504.71,3632.02,26108891,99.72,0,0.01,0.4,505.43,3631.3,26108892,99.88,0,0.01,0.3,504.89,3631.83,26108893,99.81,0,0.02,0.14,504.99,3631.73,26108894,99.83,0,0.02,0.15,504.91,3631.82,26108895,99.63,0,0.02,0.33,504.74,3632.01,26108896,99.66,0,0.02,0.34,505.2,3631.55,26108897,99.84,0.01,0.02,0.4,504.95,3631.79,26108898,99.88,0,0.02,0.14,504.94,3631.8,26108899,99.85,0,0.02,0.14,504.91,3631.82,26108900,99.71,0,0.02,0.33,504.96,3631.79,26108901,99.79,0,0.01,0.18,504.7,3632.05,26108902,99.7,0,0.01,0.54,504.2,3632.55,26108903,99.85,0,0.02,0.16,503.67,3633.07,26108904,99.83,0,0.02,0.15,503.71,3633.02,26108905,99.78,0,0.01,0.36,504.95,3631.8,26108906,99.86,0,0.02,0.15,504.93,3631.82,26108907,99.75,0,0.01,0.56,505.33,3631.41,26108908,99.85,0,0.02,0.14,504.9,3631.84,26108909,99.85,0,0.02,0.17,504.98,3631.75,26108910,99.67,0,0.02,0.33,504.68,3632.07,26108911,99.86,0,0.01,0.14,504.73,3632.02,26108912,99.65,0,0.02,0.56,504.16,3632.58,26108913,99.81,0,0.02,0.15,503.45,3633.28,26108914,99.87,0,0.02,0.15,503.45,3633.28,26108915,99.69,0,0.02,0.32,504.88,3631.87,26108916,99.85,0,0.01,0.16,504.96,3631.78,26108917,99.78,0,0.02,0.51,504.86,3631.88,26108918,99.9,0,0.02,0.2,504.23,3632.51,26108919,99.71,0,0.01,0.29,504.86,3631.85,26108920,99.77,0.01,0.03,0.32,504.98,3631.75,26108921,99.87,0,0.02,0.19,504.93,3631.79,26108922,99.74,0,0.01,0.55,505.49,3631.23,26108923,99.88,0,0.01,0.14,505.18,3631.53,26108924,99.85,0,0.02,0.14,505.16,3631.55,26108925,99.7,0,0.01,0.34,504.98,3631.74,26108926,99.87,0,0.02,0.14,504.89,3631.83,26108927,99.69,0,0.02,0.42,505.27,3631.45,26108928,99.88,0,0.01,0.29,504.65,3632.06,26108929,99.87,0,0.02,0.14,504.7,3632,26108930,99.79,0,0.01,0.34,504.94,3631.79,26108931,99.88,0,0.02,0.15,504.9,3631.82,26108932,99.7,0,0.02,0.43,505.32,3631.4,26108933,99.86,0,0.01,0.3,504.87,3631.84,26108934,99.87,0,0.02,0.15,504.96,3631.74,26108935,99.73,0,0.02,0.34,504.9,3631.82,26108936,99.85,0,0.02,0.15,504.99,3631.74,26108937,99.75,0,0.02,0.16,505.22,3631.5,26108938,99.83,0,0.01,0.54,505.28,3631.43,26108939,99.85,0,0.02,0.2,504.95,3631.76,26108940,98.18,0,0.02,10.15,504.76,3631.07,26108941,99.83,0,0.02,0.16,504.71,3631.12,26108942,99.89,0,0.02,0.14,504.63,3631.21,26108943,99.72,0.01,0.03,0.62,505.25,3630.57,26108944,99.86,0,0.02,0.18,504.82,3630.97,26108945,99.64,0,0.01,0.34,503.99,3631.84,26108946,99.82,0.01,0.02,0.14,503.88,3631.95,26108947,99.85,0,0.02,0.16,503.92,3631.9,26108948,99.75,0,0.02,0.56,504.85,3630.97,26108949,99.68,0,0.02,0.3,505.14,3630.67,26108950,99.8,0.01,0.02,0.32,505.37,3630.46,26108951,99.88,0,0.02,0.14,505.4,3630.42,26108952,99.88,0,0.02,0.15,505.39,3630.42,26108953,99.74,0,0.02,0.57,505.58,3630.23,26108954,99.85,0,0.01,0.16,505.16,3630.66,26108955,99.65,0,0.01,0.32,505.12,3630.73,26108956,99.81,0,0.02,0.16,505.2,3630.64,26108957,99.85,0,0.02,0.19,505.11,3630.72,26108958,99.7,0,0.01,0.41,505.99,3629.84,26108959,99.89,0,0.02,0.29,505.4,3630.42,26108960,99.69,0,0.02,0.32,505.43,3630.41,26108961,99.83,0,0.02,0.22,505.43,3630.41,26108962,99.87,0,0.01,0.18,505.36,3630.47,26108963,99.74,0,0.02,0.43,505.99,3629.85,26108964,99.87,0,0.02,0.28,505.36,3630.5,26108965,99.72,0,0.02,0.37,505.45,3630.43,26108966,99.85,0,0.02,0.16,505.4,3630.48,26108967,99.88,0,0.01,0.14,505.42,3630.44,26108968,99.63,0,0.01,0.56,505.81,3630.05,26108969,99.87,0,0.01,0.18,505.37,3630.49,26108970,99.63,0,0.02,0.37,504.52,3631.36,26108971,99.8,0,0.01,0.14,504.42,3631.45,26108972,99.84,0,0.01,0.14,504.48,3631.39,26108973,99.73,0,0.02,0.57,504.96,3630.91,26108974,99.85,0,0.01,0.14,505.35,3630.51,26108975,99.69,0,0.02,0.33,504.29,3631.58,26108976,99.89,0,0.02,0.17,504.16,3631.71,26108977,99.83,0,0.01,0.14,504.21,3631.66,26108978,99.86,0,0.01,0.15,504.18,3631.69,26108979,99.28,0,0.02,0.71,505.93,3629.89,26108980,99.76,0,0.01,0.37,505.43,3630.4,26108981,99.88,0,0.02,0.16,505.39,3630.45,26108982,99.85,0,0.01,0.15,505.45,3630.38,26108983,99.88,0,0.02,0.14,505.36,3630.46,26108984,99.75,0,0.02,0.57,506.11,3629.7,26108985,99.75,0,0.01,0.39,505.67,3630.16,26108986,99.87,0,0.01,0.18,505.63,3630.19,26108987,99.83,0,0.02,0.14,505.7,3630.12,26108988,99.86,0,0.02,0.16,505.61,3630.21,26108989,99.73,0,0.02,0.56,506.13,3629.68,26108990,99.77,0,0.02,0.34,505.63,3630.2,26108991,99.88,0,0.02,0.16,505.69,3630.13,26108992,99.85,0,0.02,0.14,505.61,3630.21,26108993,99.85,0,0.01,0.15,505.68,3630.14,26108994,99.75,0,0.01,0.51,505.77,3630.04,26108995,99.77,0,0.01,0.4,505.16,3630.67,26108996,99.88,0,0.02,0.16,505.18,3630.64,26108997,99.83,0,0.01,0.14,505.1,3630.72,26108998,99.85,0,0.01,0.15,505.19,3630.63,26108999,99.73,0,0.02,0.5,505.61,3630.2,26109000,99.6,0,0.01,0.43,504.91,3630.91,26109001,99.8,0.01,0.02,0.15,504.94,3630.88,26109002,99.81,0,0.02,0.16,504.88,3630.93,26109003,99.78,0,0.02,0.15,504.96,3630.85,26109004,99.68,0,0.02,0.58,505.22,3630.59,26109005,99.73,0,0.02,0.3,503.75,3632.08,26109006,99.85,0.01,0.02,0.16,503.66,3632.16,26109007,99.85,0,0.02,0.14,503.71,3632.11,26109008,99.85,0,0.01,0.16,503.67,3632.14,26109009,99.52,0,0.01,0.7,504.97,3630.81,26109010,93.01,0.01,0.01,0.24,503.81,3631.99,26109011,99.83,0,0.01,0.14,503.63,3632.17,26109012,99.9,0,0.01,0.16,503.67,3632.12,26109013,99.82,0,0.01,0.14,503.68,3632.11,26109014,99.84,0,0.02,0.17,503.6,3632.19,26109015,99.52,0,0.02,0.72,504.56,3631.24,26109016,99.89,0,0.01,0.18,503.87,3631.93,26109017,99.85,0.01,0.02,0.23,503.96,3631.84,26109018,99.81,0,0.01,0.15,503.92,3631.87,26109019,99.88,0,0.02,0.16,503.91,3631.87,26109020,99.66,0,0.02,0.75,505.21,3630.59,26109021,99.88,0,0.01,0.21,504.65,3631.14,26109022,99.87,0,0.01,0.15,504.45,3631.34,26109023,99.88,0,0.02,0.15,504.37,3631.42,26109024,99.89,0,0.02,0.14,504.41,3631.37,26109025,99.45,0,0.02,0.72,504.82,3630.98,26109026,99.84,0,0.02,0.16,504.63,3631.17,26109027,99.88,0,0.02,0.17,504.66,3631.15,26109028,99.83,0,0.02,0.14,504.6,3631.2,26109029,99.8,0,0.02,0.16,504.67,3631.13,26109030,99.49,0,0.01,0.72,504.64,3631.17,26109031,99.87,0,0.01,0.16,504.4,3631.4,26109032,99.81,0,0.01,0.15,504.39,3631.41,26109033,99.86,0,0.02,0.16,504.36,3631.44,26109034,99.88,0,0.01,0.15,504.43,3631.37,26109035,99.6,0,0,0.77,505.27,3630.54,26109036,99.88,0,0,0.15,504.62,3631.19,26109037,99.89,0,0,0.14,504.61,3631.2,26109038,99.94,0,0,0.14,504.57,3631.23,26109039,99.75,0,0,0.31,505.06,3630.71,26109040,99.59,0,0,0.75,505.15,3630.65,26109041,99.87,0,0,0.19,504.97,3630.82,26109042,99.88,0,0,0.15,504.95,3630.84,26109043,99.91,0,0,0.14,504.93,3630.85,26109044,99.93,0,0,0.15,504.91,3630.87,26109045,99.67,0,0,0.54,505.62,3630.17,26109046,99.88,0,0,0.32,504.15,3631.64,26109047,99.88,0,0,0.18,504.14,3631.64,26109048,99.88,0,0.01,0.18,504.1,3631.68,26109049,99.88,0,0,0.17,504.07,3631.7,26109050,99.75,0,0,0.25,505.07,3630.72,26109051,99.73,0,0,0.6,505.65,3630.13,26109052,99.91,0,0,0.16,504.95,3630.84,26109053,99.93,0,0,0.16,504.94,3630.85,26109054,99.91,0,0,0.14,504.91,3630.87,26109055,99.77,0,0,0.27,503.96,3631.83,26109056,99.69,0,0,0.62,505.39,3630.41,26109057,99.9,0,0,0.15,505.1,3630.68,26109058,99.91,0,0,0.14,505.1,3630.69,26109059,99.86,0,0,0.16,505.08,3630.7,26109060,99.77,0,0,0.28,505.32,3630.48,26109061,99.76,0,0,0.58,505.37,3630.42,26109062,99.88,0,0,0.13,504.94,3630.84,26109063,99.89,0,0,0.16,504.95,3630.82,26109064,99.86,0,0,0.16,504.93,3630.84,26109065,99.83,0,0,0.29,505.17,3630.61,26109066,99.74,0,0,0.54,504.94,3630.85,26109067,99.92,0,0,0.19,504.14,3631.64,26109068,99.91,0,0,0.14,504.13,3631.64,26109069,99.7,0,0,0.31,503.63,3632.12,26109070,99.69,0,0,0.26,504.58,3631.18,26109071,99.74,0,0,0.43,505.16,3630.6,26109072,99.88,0,0,0.3,505.05,3630.7,26109073,99.92,0,0,0.14,505.04,3630.71,26109074,99.85,0,0,0.14,505.07,3630.68,26109075,99.76,0,0,0.3,505.21,3630.56,26109076,99.77,0,0,0.44,505.88,3629.9,26109077,99.17,0,0,0.32,504.9,3630.87,26109078,99.89,0,0,0.15,504.9,3630.87,26109079,99.84,0,0,0.19,504.87,3630.9,26109080,99.64,0,0,0.26,505.11,3630.67,26109081,99.68,0,0,0.43,505.4,3630.38,26109082,99.85,0,0,0.3,504.82,3630.96,26109083,99.85,0,0,0.14,504.8,3630.97,26109084,99.9,0,0,0.15,504.79,3630.97,26109085,99.74,0,0,0.26,504.32,3631.46,26109086,99.91,0,0,0.16,504.2,3631.58,26109087,99.77,0,0,0.55,505.21,3630.56,26109088,99.9,0,0,0.15,504.9,3630.88,26109089,99.9,0,0,0.15,504.87,3630.91,26109090,99.7,0,0,0.24,504.41,3631.4,26109091,99.94,0,0,0.16,504.36,3631.44,26109092,99.71,0,0,0.56,505.39,3630.41,26109093,99.9,0,0,0.14,505.06,3630.73,26109094,99.91,0,0,0.15,505.05,3630.73,26109095,99.76,0,0,0.25,505.28,3630.52,26109096,99.87,0,0,0.14,505.37,3630.43,26109097,99.73,0,0,0.59,505.61,3630.18,26109098,99.88,0,0,0.16,505.18,3630.61,26109099,99.69,0,0,0.28,505.39,3630.38,26109100,99.76,0,0,0.26,505.39,3630.39,26109101,99.9,0,0,0.16,505.37,3630.41,26109102,99.72,0,0,0.55,505.85,3629.91,26109103,99.88,0,0,0.16,505.56,3630.2,26109104,99.89,0,0,0.16,505.55,3630.22,26109105,99.77,0,0,0.26,505.06,3630.72,26109106,99.9,0,0,0.16,505.02,3630.76,26109107,99.76,0,0,0.55,505.26,3630.52,26109108,99.85,0,0,0.14,504.92,3630.85,26109109,99.9,0.01,0,0.14,504.94,3630.83,26109110,99.69,0.02,0.02,0.28,504.19,3631.59,26109111,99.86,0,0,0.14,504.18,3631.59,26109112,99.72,0,0,0.41,505.2,3630.57,26109113,99.86,0,0,0.29,505.62,3630.15,26109114,99.89,0,0,0.14,505.58,3630.18,26109115,99.81,0,0,0.28,504.14,3631.63,26109116,99.92,0,0,0.18,504.08,3631.69,26109117,99.75,0,0,0.33,504.71,3631.06,26109118,99.88,0,0,0.45,505.28,3630.49,26109119,99.88,0,0,0.18,505.27,3630.49,26109120,99.56,0,0,0.25,505.31,3630.47,26109121,99.84,0,0,0.14,505.44,3630.34,26109122,99.84,0,0,0.16,505.41,3630.36,26109123,99.73,0,0,0.57,505.97,3629.79,26109124,99.87,0,0,0.14,505.62,3630.14,26109125,99.8,0,0,0.27,505.39,3630.38,26109126,99.86,0,0,0.14,505.35,3630.42,26109127,99.83,0,0,0.13,505.32,3630.44,26109128,94.57,0.34,0.01,265.28,517,3618.7,26109129,99.76,0,0,0.36,507.89,3627.72,26109130,99.71,0,0,0.27,507.9,3627.72,26109131,99.85,0,0,0.16,508.04,3627.57,26109132,99.92,0,0,0.14,508.06,3627.55,26109133,99.74,0,0,0.62,506.44,3629.19,26109134,99.82,0,0,0.15,505.36,3630.32,26109135,99.66,0,0,0.26,504.87,3630.84,26109136,99.8,0,0,0.15,504.86,3630.85,26109137,99.9,0,0,0.2,505.08,3630.62,26109138,98.96,0,0,0.55,505.97,3629.72,26109139,99.91,0,0,0.16,505.27,3630.42,26109140,99.74,0,0,0.33,505.53,3630.18,26109141,99.81,0,0,0.23,505.45,3630.26,26109142,99.83,0,0,0.15,505.25,3630.45,26109143,99.66,0,0,0.51,505.77,3629.92,26109144,99.9,0,0,0.2,505.64,3630.05,26109145,99.73,0,0,0.32,505.63,3630.07,26109146,99.9,0,0,0.15,505.62,3630.08,26109147,99.89,0,0,0.16,505.58,3630.11,26109148,99.68,0,0,0.55,505.93,3629.75,26109149,99.89,0,0,0.14,505.51,3630.17,26109150,99.66,0,0,0.31,504.29,3631.41,26109151,99.78,0.01,0.01,0.16,504.35,3631.34,26109152,99.83,0,0,0.15,504.33,3631.37,26109153,99.7,0,0,0.4,504.89,3630.8,26109154,99.78,0,0,0.3,505.26,3630.42,26109155,99.53,0,0,0.28,503.88,3631.81,26109156,99.82,0,0,0.14,503.77,3631.93,26109157,99.84,0,0,0.17,503.76,3631.93,26109158,99.7,0,0,0.42,504.13,3631.56,26109159,99.61,0,0,0.45,504.55,3631.11,26109160,99.75,0,0,0.36,504.17,3631.51,26109161,99.88,0,0,0.15,504.14,3631.54,26109162,99.82,0,0,0.14,504.1,3631.57,26109163,99.84,0,0,0.14,504.1,3631.57,26109164,99.7,0,0,0.55,504.78,3630.88,26109165,99.73,0,0,0.28,503.84,3631.84,26109166,99.86,0,0,0.14,503.8,3631.87,26109167,99.85,0,0,0.16,503.78,3631.89,26109168,99.85,0,0,0.16,503.76,3631.91,26109169,99.63,0,0,0.55,504.97,3630.69,26109170,99.78,0,0,0.28,504.83,3630.85,26109171,99.87,0,0,0.13,504.88,3630.8,26109172,99.88,0,0,0.16,504.86,3630.81,26109173,99.91,0,0,0.14,504.84,3630.83,26109174,99.72,0,0,0.56,505.49,3630.17,26109175,99.72,0,0,0.26,503.85,3631.83,26109176,99.81,0,0,0.16,503.8,3631.88,26109177,99.87,0,0,0.14,503.78,3631.89,26109178,99.88,0,0,0.15,503.76,3631.91,26109179,99.74,0,0,0.57,504.49,3631.18,26109180,99.44,0,0,0.26,503.76,3631.92,26109181,99.71,0,0,0.18,503.91,3631.77,26109182,99.78,0,0,0.14,503.92,3631.75,26109183,99.85,0,0,0.15,503.89,3631.78,26109184,99.71,0,0,0.56,504.54,3631.13,26109185,99.78,0,0,0.3,504.85,3630.83,26109186,99.83,0,0,0.13,504.84,3630.83,26109187,99.85,0,0,0.17,504.81,3630.86,26109188,99.85,0,0,0.14,504.8,3630.87,26109189,99.56,0,0,0.55,505.4,3630.24,26109190,99.69,0,0,0.52,504.98,3630.68,26109191,99.87,0,0,0.14,504.74,3630.91,26109192,99.84,0,0,0.15,504.79,3630.85,26109193,99.79,0,0,0.16,504.91,3630.73,26109194,99.89,0,0,0.14,504.92,3630.72,26109195,99.56,0,0,0.67,505.32,3630.34,26109196,99.88,0,0,0.16,504.9,3630.77,26109197,99.85,0,0,0.17,504.88,3630.79,26109198,99.85,0,0,0.16,504.85,3630.82,26109199,99.84,0,0,0.14,504.83,3630.83,26109200,99.56,0,0,0.66,505.42,3630.27,26109201,99.84,0,0,0.18,504.95,3630.73,26109202,99.82,0,0,0.14,504.54,3631.13,26109203,99.85,0,0,0.15,504.56,3631.11,26109204,99.82,0,0,0.16,504.69,3630.98,26109205,99.59,0,0,0.67,505.58,3630.1,26109206,99.82,0,0,0.14,505.16,3630.52,26109207,99.8,0,0,0.18,505.14,3630.53,26109208,99.73,0,0,0.17,505.12,3630.55,26109209,99.78,0,0,0.14,505.1,3630.56,26109210,99.42,0,0,0.71,505.32,3630.35,26109211,99.76,0,0,0.17,504.85,3630.82,26109212,99.78,0,0,0.14,504.81,3630.86,26109213,99.81,0,0,0.16,504.78,3630.88,26109214,99.77,0,0,0.16,504.77,3630.89,26109215,99.58,0,0,0.7,505.76,3629.92,26109216,99.78,0,0,0.15,505.19,3630.48,26109217,99.83,0,0,0.13,505.15,3630.52,26109218,99.83,0,0,0.16,505.15,3630.52,26109219,99.65,0,0,0.3,505.13,3630.52,26109220,99.52,0,0,0.66,505.84,3629.83,26109221,99.8,0,0,0.2,504.88,3630.78,26109222,99.82,0,0,0.15,504.86,3630.8,26109223,99.81,0,0,0.15,504.83,3630.83,26109224,99.8,0,0,0.14,504.81,3630.85,26109225,99.59,0,0,0.43,505.39,3630.28,26109226,99.76,0,0,0.59,504.56,3631.09,26109227,99.8,0,0,0.17,504.63,3631.02,26109228,99.81,0,0,0.14,504.69,3630.95,26109229,99.77,0,0,0.16,504.68,3630.95,26109230,99.69,0,0,0.29,505.19,3630.47,26109231,99.64,0,0,0.58,505.29,3630.36,26109232,99.77,0,0,0.15,504.88,3630.77,26109233,99.81,0,0,0.16,504.85,3630.79,26109234,99.82,0,0,0.15,504.84,3630.8,26109235,99.66,0,0,0.28,503.15,3632.5,26109236,99.69,0,0,0.6,504.9,3630.75,26109237,99.83,0,0,0.14,504.78,3630.86,26109238,99.83,0,0,0.15,504.93,3630.7,26109239,99.83,0,0,0.14,504.93,3630.7,26109240,99.53,0,0,0.26,504.95,3630.71,26109241,99.56,0,0,0.56,505.96,3629.69,26109242,99.79,0,0,0.15,505.39,3630.26,26109243,99.77,0,0,0.14,505.36,3630.28,26109244,99.76,0,0,0.16,505.33,3630.3,26109245,99.73,0,0,0.27,505.33,3630.32,26109246,99.68,0,0,0.46,505.85,3629.8,26109247,99.83,0,0,0.28,505.29,3630.35,26109248,99.8,0,0,0.14,505.28,3630.36,26109249,99.55,0,0,0.29,505.43,3630.19,26109250,99.7,0,0,0.29,505.44,3630.19,26109251,99.68,0,0,0.47,505.76,3629.87,26109252,99.82,0,0,0.3,505.39,3630.23,26109253,99.8,0,0,0.16,505.36,3630.25,26109254,99.78,0,0,0.16,505.36,3630.27,26109255,99.68,0,0,0.3,505.35,3630.3,26109256,99.67,0,0,0.59,505.78,3629.87,26109257,99.81,0,0,0.23,505.55,3630.09,26109258,99.79,0,0,0.16,505.55,3630.09,26109259,99.68,0,0.01,0.17,505.59,3630.04,26109260,99.58,0,0.02,0.29,505.16,3630.49,26109261,99.43,0,0.02,0.45,505.51,3630.14,26109262,99.71,0,0.02,0.32,505.12,3630.51,26109263,99.69,0.01,0.02,0.17,505.12,3630.5,26109264,99.72,0.01,0.03,0.18,505.09,3630.53,26109265,99.54,0,0.02,0.31,504.66,3630.97,26109266,99.62,0,0.02,0.17,504.63,3631.01,26109267,99.54,0.01,0.03,0.61,506.13,3629.5,26109268,99.69,0,0.02,0.16,505.39,3630.23,26109269,99.76,0.01,0.02,0.17,505.33,3630.29,26109270,99.63,0,0.02,0.35,505.44,3630.2,26109271,99.7,0,0.02,0.16,505.34,3630.31,26109272,99.6,0,0.02,0.57,505.95,3629.72,26109273,99.79,0,0.01,0.17,505.56,3630.1,26109274,99.78,0,0.01,0.21,505.67,3629.99,26109275,99.63,0,0.02,0.34,505.6,3630.07,26109276,99.8,0,0.02,0.2,505.64,3630.03,26109277,99.6,0,0.02,0.6,505.97,3629.7,26109278,99.76,0,0.01,0.17,505.6,3630.06,26109279,99.59,0,0.02,0.32,505.61,3630.03,26109280,99.6,0,0.01,0.29,504.65,3631,26109281,99.82,0,0.01,0.17,504.66,3630.99,26109282,99.63,0,0.01,0.58,505.27,3630.37,26109283,99.76,0,0.01,0.17,505.03,3630.6,26109284,99.72,0,0.01,0.2,505.14,3630.49,26109285,99.61,0,0.01,0.32,505.59,3630.06,26109286,99.75,0,0.01,0.16,505.54,3630.11,26109287,99.62,0,0.01,0.59,506.19,3629.46,26109288,99.77,0,0,0.16,505.65,3629.98,26109289,99.79,0,0,0.17,505.64,3629.99,26109290,99.7,0,0,0.29,505.88,3629.77,26109291,99.85,0,0,0.17,505.86,3629.78,26109292,99.63,0,0,0.48,506.2,3629.44,26109293,99.81,0,0,0.31,505.58,3630.06,26109294,99.8,0,0,0.18,505.55,3630.08,26109295,99.73,0,0,0.32,505.54,3630.11,26109296,99.79,0,0,0.17,505.54,3630.11,26109297,99.65,0,0,0.43,505.65,3629.99,26109298,99.81,0,0,0.3,503.77,3631.86,26109299,99.82,0,0,0.17,503.95,3631.68,26109300,99.53,0,0,0.29,505.67,3629.98,26109301,99.79,0,0,0.18,505.66,3629.98,26109302,99.64,0,0,0.43,505.92,3629.72,26109303,99.8,0,0,0.33,504.88,3630.75,26109304,99.8,0,0,0.17,504.88,3630.75,26109305,99.68,0,0,0.33,504.87,3630.78,26109306,99.81,0,0,0.19,504.43,3631.22,26109307,99.78,0,0,0.2,503.84,3631.8,26109308,99.62,0,0,0.57,505.18,3630.46,26109309,99.6,0,0.01,0.31,504.61,3631,26109310,99.59,0.01,0.03,0.3,504.17,3631.46,26109311,99.73,0,0.02,0.16,504.16,3631.47,26109312,99.74,0.01,0.02,0.16,504.1,3631.52,26109313,99.64,0,0.02,0.56,505.22,3630.39,26109314,99.72,0,0.02,0.15,504.83,3630.78,26109315,99.66,0,0.01,0.29,503.95,3631.69,26109316,99.8,0,0,0.15,503.91,3631.73,26109317,99.79,0,0,0.2,504.11,3631.52,26109318,99.66,0,0,0.56,504.77,3630.86,26109319,99.83,0,0,0.14,504.57,3631.05,26109320,99.71,0,0,0.3,505.07,3630.57,26109321,99.79,0,0,0.18,504.99,3630.65,26109322,99.79,0,0,0.16,504.54,3631.09,26109323,99.67,0,0,0.56,505.17,3630.46,26109324,99.81,0,0,0.14,505.09,3630.53,26109325,98.38,0,0,15.88,507.82,3628.49,26109326,99.82,0,0,0.14,504.37,3631.45,26109327,99.83,0,0,0.16,504.34,3631.48,26109328,99.66,0,0,0.51,504.91,3630.91,26109329,89.69,34,0.06,186.7,523.79,3600.69,26109330,99.64,0,0,32.96,507.65,3625.07,26109331,99.79,0,0,0.15,507.66,3625.07,26109332,99.78,0,0,0.15,507.63,3625.1,26109333,99.68,0,0,0.4,508.09,3624.63,26109334,99.83,0,0,0.36,507.39,3625.34,26109335,99.67,0,0,0.29,505.12,3627.73,26109336,99.78,0,0,0.16,505.09,3627.75,26109337,99.8,0,0,0.15,505.07,3627.79,26109338,99.69,0,0,0.42,505.63,3627.24,26109339,99.75,0,0,0.41,505.05,3627.8,26109340,99.67,0,0,0.28,505.28,3627.6,26109341,99.81,0,0,0.14,505.26,3627.61,26109342,99.85,0,0,0.16,505.24,3627.63,26109343,99.78,0,0,0.14,505.22,3627.65,26109344,99.67,0,0,0.59,505.32,3627.53,26109345,99.71,0,0,0.34,505.62,3627.25,26109346,99.8,0,0,0.16,505.64,3627.22,26109347,99.81,0,0,0.13,505.61,3627.25,26109348,99.78,0,0,0.16,505.6,3627.25,26109349,99.66,0,0,0.57,505.69,3627.16,26109350,99.67,0,0,0.27,504.85,3628.01,26109351,99.8,0,0,0.16,504.82,3628.04,26109352,99.8,0,0,0.15,504.8,3628.05,26109353,99.83,0,0,0.15,504.77,3628.09,26109354,99.66,0,0,0.54,505.3,3627.55,26109355,99.73,0,0,0.31,505.05,3627.81,26109356,99.8,0,0,0.14,504.99,3627.87,26109357,99.79,0,0,0.16,505.12,3627.74,26109358,99.8,0,0,0.14,505.13,3627.72,26109359,99.65,0,0,0.59,506.03,3626.81,26109360,99.48,0,0,0.27,504.42,3628.44,26109361,99.76,0,0,0.17,504.35,3628.51,26109362,99.81,0,0,0.14,504.33,3628.52,26109363,99.83,0,0,0.16,504.3,3628.55,26109364,99.69,0,0,0.57,504.36,3628.49,26109365,99.68,0,0,0.29,504.49,3628.36,26109366,99.86,0,0,0.16,504.51,3628.35,26109367,99.89,0,0,0.15,504.49,3628.36,26109368,99.85,0,0,0.15,504.54,3628.31,26109369,99.65,0,0,0.7,505.23,3627.61,26109370,99.71,0,0,0.26,504.85,3628.01,26109371,99.85,0,0,0.14,504.86,3628,26109372,99.88,0,0,0.16,504.83,3628.03,26109373,99.82,0,0,0.14,504.82,3628.03,26109374,99.66,0,0,0.55,505.41,3627.44,26109375,99.65,0,0,0.29,504.55,3628.31,26109376,99.86,0,0,0.13,504.52,3628.34,26109377,99.9,0,0,0.21,504.5,3628.36,26109378,99.9,0,0,0.14,504.47,3628.38,26109379,99.77,0,0,0.31,504.96,3627.89,26109380,99.69,0,0,0.5,504.64,3628.23,26109381,99.9,0,0.01,0.16,504.65,3628.21,26109382,99.9,0,0,0.18,505.29,3627.57,26109383,99.8,0,0,0.17,505.28,3627.57,26109384,99.75,0,0,0.3,505.53,3627.32,26109385,99.84,0,0,0.5,504.52,3628.34,26109386,99.88,0,0,0.17,504.49,3628.37,26109387,99.9,0,0,0.14,504.48,3628.37,26109388,99.91,0,0,0.14,504.5,3628.35,26109389,99.91,0,0,0.15,504.62,3628.22,26109390,99.51,0,0,0.76,505.43,3627.43,26109391,99.88,0,0,0.16,504.6,3628.26,26109392,99.86,0,0,0.16,504.58,3628.28,26109393,99.91,0,0,0.15,504.56,3628.29,26109394,99.9,0,0,0.14,504.54,3628.31,26109395,99.6,0,0,0.73,505.71,3627.15,26109396,99.93,0,0,0.15,505.25,3627.6,26109397,99.87,0,0,0.15,505.24,3627.61,26109398,99.89,0,0,0.14,505.21,3627.63,26109399,99.86,0,0,0.28,505.2,3627.62,26109400,99.55,0,0,0.7,505.78,3627.05,26109401,99.93,0,0,0.14,505.62,3627.21,26109402,99.89,0,0,0.14,505.58,3627.25,26109403,99.91,0,0,0.17,505.58,3627.25,26109404,99.92,0,0,0.15,505.54,3627.28,26109405,99.59,0,0,0.7,505.81,3627.04,26109406,99.89,0,0,0.14,505.53,3627.32,26109407,99.89,0,0,0.17,505.51,3627.34,26109408,99.88,0,0,0.17,505.49,3627.36,26109409,99.91,0,0,0.14,505.47,3627.36,26109410,99.65,0,0,0.73,505.92,3626.94,26109411,99.88,0,0,0.21,505.43,3627.41,26109412,99.91,0,0,0.14,505.57,3627.27,26109413,99.88,0,0,0.13,505.58,3627.26,26109414,99.93,0,0,0.16,505.56,3627.28,26109415,99.7,0,0,0.62,505.91,3626.94,26109416,99.9,0,0,0.21,505.52,3627.32,26109417,99.88,0,0,0.16,505.52,3627.32,26109418,99.93,0,0,0.16,505.49,3627.35,26109419,99.94,0,0,0.14,505.48,3627.36,26109420,99.58,0,0,0.7,505.67,3627.17,26109421,99.91,0,0,0.14,505.7,3627.14,26109422,99.92,0,0,0.13,505.67,3627.17,26109423,99.93,0,0,0.16,505.66,3627.17,26109424,99.91,0,0,0.14,505.85,3626.98,26109425,99.7,0,0,0.51,505.74,3627.1,26109426,99.89,0,0,0.39,505.58,3627.26,26109427,99.91,0,0,0.14,505.57,3627.26,26109428,99.9,0,0,0.15,505.54,3627.29,26109429,99.79,0,0,0.3,505.53,3627.28,26109430,99.76,0,0,0.36,504.55,3628.27,26109431,99.74,0,0,0.55,506.34,3626.48,26109432,99.89,0,0,0.16,505.73,3627.09,26109433,99.9,0,0,0.14,505.72,3627.09,26109434,99.86,0,0,0.15,505.69,3627.12,26109435,99.68,0,0,0.29,504.76,3628.06,26109436,99.72,0,0,0.54,506.25,3626.57,26109437,99.85,0,0,0.18,505.85,3626.96,26109438,99.93,0,0,0.16,505.82,3626.99,26109439,99.86,0,0,0.14,505.81,3626.99,26109440,99.79,0,0,0.36,506.04,3626.78,26109441,99.74,0,0,0.56,506.45,3626.37,26109442,99.92,0,0,0.21,505.51,3627.3,26109443,99.92,0,0,0.16,505.51,3627.3,26109444,99.92,0,0,0.14,505.47,3627.33,26109445,99.78,0,0,0.28,505.48,3627.34,26109446,99.76,0,0,0.41,505.8,3627.01,26109447,99.88,0,0,0.28,505.44,3627.36,26109448,99.85,0,0,0.15,505.47,3627.34,26109449,99.88,0,0,0.14,505.59,3627.21,26109450,99.77,0,0,0.27,505.82,3627,26109451,99.77,0,0,0.49,506.16,3626.65,26109452,99.87,0,0,0.21,505.78,3627.02,26109453,99.85,0,0,0.14,505.77,3627.03,26109454,99.86,0,0,0.14,505.74,3627.05,26109455,99.79,0,0,0.29,505.26,3627.55,26109456,99.75,0,0,0.39,505.83,3626.98,26109457,99.9,0.02,1.13,0.41,505.5,3627.31,26109458,99.83,0.01,0.89,0.29,505.47,3627.31,26109459,99.81,0.01,0.58,0.36,505.99,3626.77,26109460,99.81,0,0.01,0.35,506.05,3626.72,26109461,99.91,0,0.01,0.16,505.82,3626.95,26109462,99.75,0,0,0.55,505.14,3627.62,26109463,99.88,0,0,0.14,504.79,3627.96,26109464,99.89,0,0,0.14,504.56,3628.2,26109465,99.83,0,0,0.29,504.05,3628.73,26109466,99.93,0,0,0.17,504.01,3628.77,26109467,99.72,0,0,0.54,504.61,3628.17,26109468,99.91,0,0,0.14,504.22,3628.56,26109469,99.85,0,0,0.14,504.21,3628.56,26109470,99.84,0,0,0.27,504.44,3628.35,26109471,99.89,0,0,0.16,504.44,3628.35,26109472,99.8,0,0,0.54,503.85,3628.93,26109473,99.88,0,0,0.16,502.85,3629.92,26109474,99.89,0,0,0.18,502.83,3629.95,26109475,99.81,0,0,0.29,503.8,3628.99,26109476,99.9,0,0,0.16,503.79,3628.99,26109477,99.76,0,0,0.53,504.29,3628.49,26109478,99.9,0,0,0.16,504,3628.78,26109479,99.9,0,0,0.14,503.99,3628.78,26109480,99.66,0,0,0.28,503.99,3628.8,26109481,99.9,0,0,0.16,503.97,3628.83,26109482,99.76,0,0,0.56,504.46,3628.34,26109483,99.91,0,0,0.16,504.17,3628.62,26109484,99.88,0,0,0.16,504.3,3628.48,26109485,99.75,0,0,0.32,504.57,3628.22,26109486,99.9,0,0,0.16,504.55,3628.24,26109487,99.78,0,0,0.51,504.31,3628.48,26109488,99.93,0,0,0.19,503.28,3629.5,26109489,99.84,0,0,0.34,504.21,3628.55,26109490,99.76,0,0,0.27,503.52,3629.25,26109491,99.92,0,0,0.16,503.46,3629.3,26109492,94.96,0.35,0.86,80.02,515.98,3617.29,26109493,99.75,0,0,185.15,506.81,3625.43,26109494,99.9,0,0,0.14,506.79,3625.45,26109495,99.82,0,0,0.28,506.78,3625.47,26109496,99.9,0,0,0.16,506.77,3625.48,26109497,99.75,0,0,0.63,506.98,3625.27,26109498,99.88,0,0,0.16,504.56,3627.72,26109499,99.91,0,0,0.14,504.54,3627.74,26109500,99.83,0,0,0.26,504.9,3627.39,26109501,99.92,0,0,0.14,504.98,3627.3,26109502,99.74,0,0.02,0.46,504.86,3627.42,26109503,99.86,0,0.01,0.32,504.66,3627.61,26109504,99.87,0.05,1.76,0.35,504.7,3627.56,26109505,99.75,0.03,0.9,0.52,504.91,3627.38,26109506,99.85,0.01,0.2,0.27,504.86,3627.42,26109507,99.94,0,0,0.14,504.83,3627.45,26109508,99.7,0.01,0.01,0.54,505.27,3626.99,26109509,99.84,0,0,0.2,504.63,3627.62,26109510,99.83,0,0,0.29,504.88,3627.39,26109511,99.91,0,0,0.14,504.86,3627.41,26109512,99.83,0,0,0.16,504.83,3627.44,26109513,99.75,0,0,0.55,505.08,3627.19,26109514,99.88,0,0,0.16,504.54,3627.72,26109515,99.83,0,0,0.27,504.56,3627.72,26109516,99.9,0,0,0.17,504.61,3627.66,26109517,99.9,0,0,0.14,504.69,3627.57,26109518,99.8,0,0,0.54,505.17,3627.09,26109519,99.74,0,0,0.39,504.88,3627.36,26109520,99.77,0,0,0.31,504.89,3627.37,26109521,99.93,0,0,0.16,504.86,3627.39,26109522,99.9,0,0,0.14,504.85,3627.4,26109523,99.68,0,0,0.55,505.03,3627.21,26109524,99.89,0,0,0.14,504.56,3627.69,26109525,99.8,0,0,0.28,504.79,3627.48,26109526,99.92,0,0,0.14,504.79,3627.48,26109527,99.86,0,0,0.16,504.76,3627.5,26109528,99.76,0,0,0.55,505.58,3626.68,26109529,99.88,0,0,0.15,504.91,3627.34,26109530,99.74,0,0,0.29,504.22,3628.05,26109531,99.91,0,0,0.13,504.15,3628.12,26109532,99.9,0,0,0.16,504.14,3628.12,26109533,99.77,0,0,0.55,504.88,3627.38,26109534,99.9,0,0,0.14,504.84,3627.41,26109535,99.76,0,0,0.3,504.12,3628.15,26109536,99.86,0,0,0.14,504.07,3628.19,26109537,99.92,0,0,0.16,504.05,3628.21,26109538,99.72,0,0,0.35,504.59,3627.66,26109539,99.88,0,0,0.37,504.68,3627.58,26109540,99.61,0,0,0.28,504.19,3628.07,26109541,99.87,0,0,0.16,504.17,3628.1,26109542,99.84,0,0,0.16,504.14,3628.12,26109543,99.89,0,0,0.16,504.13,3628.12,26109544,99.73,0,0,0.59,505.15,3627.1,26109545,99.73,0,0,0.31,504.85,3627.41,26109546,99.88,0,0,0.18,504.82,3627.44,26109547,99.89,0,0,0.16,504.81,3627.45,26109548,99.88,0,0,0.17,504.78,3627.48,26109549,99.61,0,0,0.72,505.3,3626.93,26109550,99.78,0,0,0.32,504.86,3627.39,26109551,99.85,0,0,0.17,504.92,3627.32,26109552,99.93,0,0,0.16,504.91,3627.33,26109553,99.88,0,0,0.17,504.88,3627.36,26109554,99.68,0,0,0.61,505.35,3626.88,26109555,99.74,0,0,0.32,504.86,3627.39,26109556,99.88,0,0,0.16,504.82,3627.42,26109557,99.85,0,0,0.21,505.06,3627.18,26109558,99.88,0,0,0.16,505.04,3627.19,26109559,99.76,0,0,0.6,505.37,3626.85,26109560,99.79,0,0,0.34,504.54,3627.71,26109561,99.14,0,0,0.17,504.51,3627.73,26109562,99.9,0,0,0.19,504.22,3628.01,26109563,99.9,0,0,0.17,504.16,3628.07,26109564,99.71,0,0,0.59,504.69,3627.53,26109565,99.8,0,0,0.37,504.9,3627.34,26109566,99.9,0,0,0.15,504.85,3627.39,26109567,99.86,0,0,0.22,504.82,3627.42,26109568,99.9,0,0,0.2,504.8,3627.43,26109569,99.79,0,0,0.59,505.25,3626.98,26109570,99.7,0,0,0.31,504.09,3628.15,26109571,99.91,0,0.01,0.18,504.15,3628.09,26109572,99.87,0,0,0.16,504.2,3628.04,26109573,99.91,0,0,0.18,504.18,3628.05,26109574,99.77,0,0,0.42,504.97,3627.25,26109575,99.76,0,0.01,0.47,505.13,3627.11,26109576,99.89,0,0.01,0.2,505.04,3627.2,26109577,99.86,0,0,0.17,505.03,3627.21,26109578,99.91,0,0,0.17,505.09,3627.14,26109579,99.73,0,0,0.33,505.16,3627.04,26109580,99.63,0,0,0.71,505.69,3626.53,26109581,99.89,0,0.01,0.18,505.14,3627.08,26109582,99.88,0.01,0.13,0.19,505.03,3627.18,26109583,99.92,0,0,0.17,505.07,3627.14,26109584,99.91,0,0,0.16,505.16,3627.05,26109585,99.63,0,0,0.71,505.56,3626.66,26109586,99.88,0.04,1.13,0.21,505.12,3627.09,26109587,99.85,0,0,0.22,505.07,3627.13,26109588,99.85,0,0,0.16,505.06,3627.14,26109589,99.9,0,0,0.16,505.03,3627.16,26109590,99.69,0,0,0.69,505.4,3626.81,26109591,99.92,0,0,0.14,505.01,3627.19,26109592,99.9,0,0,0.14,505,3627.2,26109593,99.88,0,0,0.16,504.98,3627.21,26109594,99.88,0,0,0.16,504.96,3627.23,26109595,99.71,0,0,0.69,505.51,3626.69,26109596,99.9,0,0,0.14,505.16,3627.04,26109597,99.9,0,0,0.17,505.14,3627.06,26109598,99.89,0,0,0.14,505.12,3627.07,26109599,99.86,0,0,0.14,505.1,3627.09,26109600,99.51,0,0,0.64,504.65,3627.55,26109601,99.87,0,0,0.19,504.82,3627.38,26109602,99.85,0,0,0.14,504.81,3627.39,26109603,99.87,0,0,0.16,504.78,3627.41,26109604,99.91,0,0,0.14,504.77,3627.42,26109605,99.66,0,0,0.54,505.16,3627.04,26109606,99.63,0,0,0.32,505.08,3627.13,26109607,99.87,0,0,0.14,505.15,3627.04,26109608,99.88,0,0,0.14,505.13,3627.06,26109609,99.8,0,0,0.39,505.14,3627.02,26109610,99.59,0,0,0.45,505.49,3626.69,26109611,99.89,0,0,0.4,505.09,3627.09,26109612,99.87,0,0,0.14,505.06,3627.12,26109613,99.83,0,0,0.15,505.05,3627.12,26109614,94.16,0.47,0.01,263.98,515.91,3616.28,26109615,99.51,0,0,0.55,506.97,3625.89,26109616,99.9,0,0,0.39,506.79,3626.07,26109617,99.83,0,0,0.21,506.77,3626.08,26109618,99.89,0,0,0.16,506.75,3626.1,26109619,99.86,0,0,0.21,505.24,3627.63,26109620,99.81,0,0,0.3,504.61,3628.3,26109621,99.71,0,0,0.57,505.06,3627.84,26109622,99.88,0,0,0.21,503.93,3628.96,26109623,99.87,0,0,0.17,504,3628.89,26109624,99.85,0,0,0.17,503.98,3628.92,26109625,99.83,0,0,0.32,503.75,3629.2,26109626,99.7,0,0,0.56,504.26,3628.69,26109627,99.88,0.02,0.1,0.2,503.96,3628.98,26109628,99.89,0,0,0.2,503.94,3628.97,26109629,99.93,0,0,0.18,503.93,3628.98,26109630,99.78,0,0,0.32,504.4,3628.52,26109631,99.78,0,0,0.58,504.76,3628.17,26109632,99.9,0,0,0.16,504.38,3628.56,26109633,99.93,0,0,0.18,504.36,3628.57,26109634,99.92,0,0,0.16,504.34,3628.59,26109635,99.77,0,0,0.33,504.35,3628.59,26109636,99.77,0,0,0.43,504.77,3628.17,26109637,99.92,0,0,0.31,504.49,3628.44,26109638,99.92,0,0,0.16,504.47,3628.46,26109639,99.63,0,0,0.34,504.47,3628.44,26109640,99.8,0,0,0.34,503.96,3628.96,26109641,99.8,0,0,0.54,504.78,3628.13,26109642,99.91,0,0,0.21,504.4,3628.51,26109643,99.91,0,0,0.17,504.39,3628.52,26109644,99.93,0,0,0.17,504.36,3628.56,26109645,99.85,0,0,0.41,504.62,3628.32,26109646,99.77,0,0,0.62,505.08,3627.86,26109647,99.9,0,0,0.15,504.34,3628.6,26109648,99.9,0,0,0.18,504.38,3628.55,26109649,99.85,0,0,0.17,504.48,3628.44,26109650,99.67,0.03,0,0.43,504.51,3628.43,26109651,99.69,0.02,0.09,0.54,504.72,3628.21,26109652,99.89,0,0,0.36,504.81,3628.1,26109653,99.93,0,0,0.17,504.8,3628.11,26109654,99.89,0,0,0.19,504.89,3628.01,26109655,99.69,0,0,0.38,503.77,3629.15,26109656,99.74,0,0,0.36,504.07,3628.84,26109657,99.85,0,0,0.38,504.41,3628.5,26109658,99.83,0,0,0.17,504.39,3628.52,26109659,99.88,0,0,0.14,504.37,3628.53,26109660,99.7,0,0,0.3,504.62,3628.31,26109661,99.87,0,0,0.14,504.6,3628.31,26109662,99.67,0,0,0.55,505.34,3627.57,26109663,99.79,0,0,0.15,504.8,3628.11,26109664,99.85,0,0,0.14,504.77,3628.13,26109665,99.86,0,0,0.3,504.9,3628.02,26109666,99.86,0,0,0.14,504.94,3627.97,26109667,99.76,0,0,0.53,505.28,3627.63,26109668,99.9,0,0,0.15,504.9,3628,26109669,99.73,0,0,0.27,504.65,3628.23,26109670,99.79,0,0,0.3,504.89,3628.02,26109671,99.86,0,0,0.16,504.86,3628.04,26109672,99.7,0,0,0.56,505.2,3627.69,26109673,99.85,0,0,0.16,504.82,3628.07,26109674,99.89,0,0,0.14,504.81,3628.07,26109675,88.97,0,0,0.3,503.59,3629.31,26109676,99.88,0,0,0.14,503.56,3629.34,26109677,99.7,0,0,0.53,504.73,3628.16,26109678,99.9,0,0,0.22,504.71,3628.18,26109679,99.86,0,0,0.15,504.69,3628.2,26109680,99.74,0,0,0.28,504.69,3628.21,26109681,99.86,0,0,0.15,504.67,3628.23,26109682,99.53,0,0,0.57,504.76,3628.13,26109683,99.89,0,0,0.15,504.63,3628.26,26109684,99.93,0,0,0.14,504.61,3628.27,26109685,99.85,0,0,0.32,504.91,3627.99,26109686,99.93,0,0,0.14,504.82,3628.1,26109687,99.79,0,0,0.41,505.13,3627.79,26109688,99.86,0,0,0.29,504.7,3628.22,26109689,99.88,0,0,0.16,504.71,3628.2,26109690,99.61,0,0,0.29,503.99,3628.94,26109691,99.9,0,0,0.14,503.95,3628.98,26109692,99.76,0,0,0.3,504.29,3628.63,26109693,99.81,0,0,0.38,504.9,3628.02,26109694,99.83,0,0,0.14,504.87,3628.04,26109695,99.69,0,0,0.35,505.1,3627.83,26109696,99.91,0,0,0.18,505.09,3627.84,26109697,99.89,0,0,0.17,505.06,3627.86,26109698,99.71,0,0,0.59,505.33,3627.58,26109699,99.73,0,0,0.28,504.68,3628.22,26109700,99.71,0,0,0.29,504.21,3628.71,26109701,99.85,0,0,0.13,504.18,3628.74,26109702,99.84,0,0,0.16,504.15,3628.76,26109703,99.67,0,0,0.56,504.98,3627.93,26109704,99.87,0,0,0.17,504.86,3628.08,26109705,99.76,0,0,0.29,504.85,3628.11,26109706,99.9,0,0,0.16,504.83,3628.11,26109707,99.85,0,0,0.14,504.82,3628.12,26109708,99.73,0,0,0.56,505.15,3627.79,26109709,99.88,0,0,0.14,504.78,3628.15,26109710,99.78,0,0,0.29,505.18,3627.77,26109711,99.91,0,0,0.17,505.2,3627.75,26109712,99.91,0,0,0.14,505.17,3627.77,26109713,99.76,0,0,0.49,505.6,3627.34,26109714,99.89,0,0,0.2,504.88,3628.05,26109715,99.75,0,0,0.3,503.92,3629.03,26109716,99.91,0,0,0.16,503.88,3629.07,26109717,99.9,0,0,0.13,503.87,3629.07,26109718,99.77,0,0,0.51,504.11,3628.83,26109719,99.92,0,0,0.19,503.58,3629.35,26109720,99.59,0,0,0.3,503.66,3629.29,26109721,99.84,0,0,0.16,503.56,3629.38,26109722,99.86,0,0,0.14,503.6,3629.34,26109723,99.73,0,0,0.41,504.28,3628.66,26109724,99.87,0,0,0.29,505.16,3627.77,26109725,99.75,0,0,0.3,505.39,3627.56,26109726,99.85,0,0,0.16,505.39,3627.56,26109727,99.79,0,0,0.14,505.35,3627.59,26109728,99.75,0,0,0.41,505.7,3627.24,26109729,99.82,0,0,0.4,504.83,3628.08,26109730,99.79,0,0,0.37,504.83,3628.1,26109731,99.83,0,0,0.16,504.8,3628.12,26109732,99.88,0,0,0.14,504.8,3628.12,26109733,99.88,0,0,0.15,504.76,3628.15,26109734,99.72,0,0,0.54,505.82,3627.09,26109735,98.18,0,0,0.34,505.42,3627.5,26109736,99.77,0,0,0.18,505.41,3627.5,26109737,99.85,0,0.01,0.22,505.37,3627.55,26109738,99.78,0,0,0.18,505.32,3627.58,26109739,99.72,0,0,0.58,505.46,3627.44,26109740,99.79,0,0,0.34,505.05,3627.87,26109741,99.86,0,0,0.18,505.03,3627.88,26109742,99.47,0,0,0.21,504.8,3628.1,26109743,99.79,0,0,0.16,504.82,3628.08,26109744,99.68,0,0,0.54,504.86,3628.03,26109745,99.72,0,0,0.35,505.4,3627.52,26109746,99.86,0,0,0.16,505.38,3627.53,26109747,99.81,0,0,0.14,505.37,3627.54,26109748,99.82,0,0,0.17,505.33,3627.57,26109749,99.71,0,0,0.54,505.68,3627.22,26109750,99.65,0,0,0.3,504.84,3628.07,26109751,99.83,0,0,0.14,504.82,3628.09,26109752,99.86,0,0,0.14,504.79,3628.12,26109753,99.85,0,0,0.15,504.78,3628.12,26109754,99.71,0,0,0.55,504.44,3628.45,26109755,99.69,0,0,0.3,503.1,3629.81,26109756,99.82,0,0,0.14,503.22,3629.69,26109757,99.83,0,0,0.16,503.22,3629.69,26109758,99.86,0,0,0.15,503.19,3629.71,26109759,99.53,0,0,0.71,505.49,3627.39,26109760,99.71,0,0,0.31,504.66,3628.24,26109761,99.83,0,0,0.15,504.62,3628.27,26109762,99.84,0,0,0.16,504.59,3628.3,26109763,99.84,0,0,0.15,504.58,3628.3,26109764,99.67,0,0,0.41,504.99,3627.9,26109765,99.7,0,0,0.44,505.31,3627.6,26109766,99.85,0,0,0.15,505.28,3627.63,26109767,99.83,0,0,0.16,505.28,3627.63,26109768,99.82,0,0,0.15,505.42,3627.48,26109769,99.69,0,0,0.41,505.76,3627.14,26109770,99.71,0,0,0.42,504.71,3628.2,26109771,99.82,0,0,0.16,504.39,3628.51,26109772,99.84,0,0,0.15,504.37,3628.53,26109773,99.8,0,0,0.15,504.35,3628.55,26109774,99.83,0,0,0.14,504.33,3628.56,26109775,99.62,0,0,0.71,505.12,3627.78,26109776,99.83,0,0,0.2,504.56,3628.34,26109777,99.84,0,0,0.15,504.52,3628.37,26109778,99.79,0.02,0.06,0.19,504.54,3628.35,26109779,99.8,0.04,0.03,0.17,504.56,3628.31,26109780,99.51,0,0,0.75,505.21,3627.68,26109781,99.83,0,0,0.14,504.82,3628.07,26109782,99.82,0,0,0.15,504.79,3628.08,26109783,99.75,0.02,0.01,0.66,505.82,3626.98,26109784,88.96,25.5,0.19,102.73,528.85,3595.44,26109785,81.11,0.02,0.07,181.16,873.74,3231.25,26109786,99.52,0.02,0.03,0.35,586.99,3521,26109787,99.77,0.02,0.04,0.25,556.69,3551.29,26109788,99.83,0,0,0.2,556.78,3551.2,26109789,99.7,0,0,0.36,558.94,3549,26109790,99.58,0,0,0.77,556.58,3551.43,26109791,99.79,0,0,0.17,556.29,3551.73,26109792,99.79,0.02,0,0.23,556.26,3551.75,26109793,83.37,0.06,2.09,3.98,629.78,3478.21,26109794,83.22,0.07,2.02,3.88,765.75,3342.22,26109795,83.03,0.02,0.03,4.51,915.83,3192.12,26109796,99.72,0.04,1.09,0.31,898.99,3208.97,26109797,99.68,0,0,0.21,559.17,3548.78,26109798,99.82,0,0,0.14,557.41,3550.54,26109799,99.75,0.1,3.81,0.25,557.99,3549.93,26109800,99.51,0.01,0.02,0.56,558.82,3549.1,26109801,99.74,0,0.01,0.36,559.49,3548.42,26109802,99.79,0,0,0.18,558.97,3548.94,26109803,99.8,0,0.01,0.17,558.22,3549.68,26109804,99.81,0,0,0.15,558.19,3549.7,26109805,99.53,0,0,0.72,559.26,3548.65,26109806,85.66,0.11,0.87,1.03,640.04,3467.81,26109807,97.02,0.05,1.76,3.19,888.33,3219.5,26109808,99.83,0,0,0.16,554.61,3553.21,26109809,99.83,0,0,0.18,554.59,3553.23,26109810,99.56,0,0,0.57,555.58,3552.25,26109811,99.83,0,0,0.39,553.83,3554,26109812,99.78,0,0,0.18,553.92,3553.91,26109813,99.84,0,0,0.17,553.93,3553.89,26109814,99.8,0.01,0.06,0.22,553.84,3553.97,26109815,99.71,0.01,0.07,0.36,555.81,3552.01,26109816,99.68,0,0,0.57,556.42,3551.4,26109817,99.82,0.01,0.07,0.18,556.12,3551.69,26109818,99.79,0.02,0.78,0.23,556.15,3551.66,26109819,99.54,0,0.03,0.38,556.34,3551.44,26109820,99.61,0,0,0.31,555.36,3552.44,26109821,99.67,0,0,0.56,556.9,3550.89,26109822,99.8,0,0,0.18,556.52,3551.27,26109823,99.8,0,0,0.16,555.97,3551.81,26109824,99.78,0.02,0,0.21,555.6,3552.18,26109825,68.01,0.05,0.91,5.05,874.48,3233.3,26109826,98.18,0.02,0.89,3.36,911.84,3195.93,26109827,99.66,0,0,0.34,608.45,3499.32,26109828,99.78,0.01,0.64,0.22,554.84,3552.92,26109829,99.82,0.02,0.96,0.23,554.79,3552.97,26109830,99.69,0,0,0.37,555.78,3551.99,26109831,99.7,0.01,0.86,0.59,556.51,3551.26,26109832,99.83,0,0.02,0.49,556.23,3551.52,26109833,99.82,0.01,0.6,0.24,556.24,3551.51,26109834,99.83,0,0.01,0.19,556.24,3551.5,26109835,99.73,0,0.01,0.4,556.78,3550.97,26109836,99.69,0,0,0.7,556.95,3550.8,26109837,99.82,0,0,0.14,556.54,3551.21,26109838,99.8,0.03,0.89,0.24,556.49,3551.25,26109839,99.78,0,0,0.17,556.55,3551.18,26109840,99.45,0,0,0.35,556.16,3551.59,26109841,99.68,0.01,0.41,0.54,556.66,3551.08,26109842,99.82,0,0.03,0.34,556.09,3551.64,26109843,99.83,0,0,0.13,555.25,3552.48,26109844,99.81,0.03,0.62,0.29,555.3,3552.42,26109845,99.66,0.01,0.03,0.42,555.5,3552.23,26109846,99.66,0.01,0.05,0.38,555.97,3551.75,26109847,99.82,0,0,0.39,556.97,3550.75,26109848,99.83,0,0,0.15,556.96,3550.75,26109849,99.64,0,0,0.32,557.16,3550.52,26109850,99.71,0,0,0.32,557.46,3550.24,26109851,99.79,0,0,0.14,557.58,3550.11,26109852,99.65,0.01,0.05,0.58,557.66,3550.04,26109853,99.45,0.11,1.25,0.43,558.21,3549.39,26109854,99.35,0.43,12.02,0.59,558.93,3548.53,26109855,98.97,0.6,17.85,0.8,560.43,3547.05,26109856,99.39,0.38,10.44,0.64,560.42,3547.05,26109857,95.55,1.53,53.1,80.43,572.05,3536.82,26109858,99.25,0.64,19.14,0.74,563.42,3543.63,26109859,99.36,0.25,5.46,0.4,563.18,3543.88,26109860,99.65,0.01,0.66,0.51,562.4,3544.68,26109861,99.76,0,0,0.16,562.45,3544.63,26109862,99.63,0,0,0.66,560.69,3546.41,26109863,99.75,0.03,0.03,0.22,558.92,3548.19,26109864,98.5,0.03,0.04,0.29,558.8,3548.28,26109865,99.65,0.02,0.02,0.43,559.51,3547.57,26109866,99.77,0.05,0.05,0.34,559.52,3547.56,26109867,99.31,17.1,0.77,5.04,560.27,3544.24,26109868,99.4,13.18,28.19,23.96,560.14,3519.5,26109869,83.49,0.06,1.71,4.06,769.03,3309.45,26109870,99.46,0.02,0.87,0.47,814.47,3264.01,26109871,99.86,0,0,0.16,559.34,3519.13,26109872,99.69,0,0,0.54,560.44,3518.02,26109873,99.83,0,0,0.15,560.89,3517.56,26109874,99.83,0,0,0.15,560.93,3517.53,26109875,99.66,0,0,0.31,560.93,3517.54,26109876,99.79,0.03,0.88,0.22,560.89,3517.57,26109877,99.72,0,0,0.57,561.37,3517.08,26109878,99.85,0,0,0.15,561.3,3517.14,26109879,99.51,0,0,0.28,559.88,3518.53,26109880,99.68,0,0,0.3,560.3,3518.13,26109881,99.8,0.04,2.36,0.21,560.44,3517.98,26109882,99.63,0.01,0.08,0.59,560.92,3517.49,26109883,99.83,0,0.01,0.22,561.51,3516.89,26109884,99.79,0.01,0.19,0.18,561.61,3516.78,26109885,99.69,0,0.02,0.42,561.77,3516.63,26109886,99.84,0,0.01,0.17,561.38,3517.02,26109887,99.71,0,0,0.3,561.36,3517.03,26109888,99.79,0,0,0.41,560.92,3517.47,26109889,99.8,0,0,0.14,560.89,3517.5,26109890,99.64,0,0,0.3,561.14,3517.26,26109891,99.81,0,0,0.16,561.11,3517.29,26109892,99.72,0,0,0.3,561.43,3516.97,26109893,99.82,0,0,0.38,559.85,3518.54,26109894,99.8,0,0.01,0.16,559.82,3518.56,26109895,99.68,0,0,0.3,560.55,3517.86,26109896,99.8,0,0,0.14,560.62,3517.78,26109897,99.84,0,0,0.16,560.71,3517.69,26109898,99.68,0,0,0.57,561.03,3517.36,26109899,99.83,0,0,0.16,560.66,3517.73,26109900,99.42,0,0,0.37,561.63,3516.78,26109901,99.76,0,0,0.18,561.63,3516.77,26109902,99.73,0.01,0.64,0.29,561.6,3516.8,26109903,99.69,0,0.01,0.6,562.21,3516.17,26109904,99.83,0,0,0.15,561.13,3517.25,26109905,99.7,0,0,0.32,560.89,3517.5,26109906,99.84,0.01,0.1,0.18,560.85,3517.54,26109907,99.83,0.01,0.59,0.23,560.85,3517.53,26109908,99.68,0.01,0.9,0.73,561.51,3516.87,26109909,99.65,0.01,0.88,0.36,561.38,3516.97,26109910,99.74,0,0.01,0.35,561.23,3517.12,26109911,99.78,0,0,0.16,561.15,3517.2,26109912,99.8,0.04,1.3,0.23,561.14,3517.19,26109913,99.69,0,0,0.43,561.72,3516.62,26109914,99.83,0,0.01,0.3,561.84,3516.52,26109915,99.7,0,0,0.37,562.3,3516.07,26109916,99.84,0,0,0.16,562.31,3516.06,26109917,99.82,0.01,0.01,0.2,561.98,3516.39,26109918,99.67,0.01,0.18,0.44,561.86,3516.5,26109919,99.85,0,0,0.31,561.31,3517.04,26109920,99.72,0,0,0.3,561.54,3516.83,26109921,99.86,0,0.01,0.17,561.48,3516.89,26109922,99.85,0,0.02,0.22,559.97,3518.39,26109923,99.9,0.01,0.52,0.21,559.61,3518.75,26109924,99.75,0,0,0.55,560.15,3518.2,26109925,99.86,0.02,0.94,0.33,560.12,3518.26,26109926,99.93,0,0.01,0.21,560.18,3518.19,26109927,99.9,0,0.01,0.16,560.13,3518.22,26109928,99.9,0,0.01,0.2,560.1,3518.25,26109929,99.8,0,0,0.57,560.92,3517.43,26109930,99.81,0,0.02,0.41,560.06,3518.3,26109931,99.91,0.05,2.39,0.15,560.06,3518.29,26109932,99.89,0,0.02,0.25,560.03,3518.3,26109933,99.86,0.02,0.71,0.26,560.01,3518.32,26109934,99.77,0,0,0.57,560.92,3517.4,26109935,99.79,0,0,0.32,560.95,3517.4,26109936,99.89,0,0,0.14,561.11,3517.25,26109937,99.88,0,0,0.16,561.13,3517.23,26109938,99.91,0,0,0.15,561.1,3517.26,26109939,99.61,0,0,0.67,561.66,3516.67,26109940,99.82,0,0,0.31,561.13,3517.22,26109941,99.93,0,0.02,0.14,560.31,3518.04,26109942,99.87,0,0,0.18,560.26,3518.08,26109943,99.89,0,0,0.14,560.23,3518.11,26109944,99.77,0,0,0.55,560.25,3518.1,26109945,99.77,0,0,0.36,560.38,3517.98,26109946,99.9,0,0,0.13,560.37,3517.99,26109947,99.9,0,0,0.18,560.35,3518.01,26109948,99.86,0,0,0.15,560.32,3518.04,26109949,99.75,0,0,0.43,560.66,3517.69,26109950,99.72,0,0,0.43,560.79,3517.57,26109951,99.88,0,0,0.15,560.77,3517.59,26109952,99.9,0,0,0.16,560.75,3517.61,26109953,99.89,0,0,0.15,560.72,3517.64,26109954,99.77,0,0,0.55,560.99,3517.36,26109955,99.79,0,0,0.38,560.44,3517.93,26109956,99.85,0,0,0.14,560.38,3517.99,26109957,99.87,0.01,0.01,0.15,560.34,3518.02,26109958,99.91,0.01,0.05,0.21,560.27,3518.08,26109959,99.78,0,0,0.47,560.74,3517.6,26109960,99.68,0,0,0.45,560.36,3517.99,26109961,99.87,0,0,0.14,560.33,3518.02,26109962,99.87,0,0,0.16,560.31,3518.04,26109963,99.89,0,0,0.14,560.28,3518.06,26109964,99.88,0,0,0.18,560.26,3518.07,26109965,99.6,0,0,0.7,560.84,3517.51,26109966,99.91,0,0,0.16,560.47,3517.88,26109967,99.91,0,0,0.14,560.46,3517.88,26109968,99.91,0,0,0.15,560.43,3517.91,26109969,99.79,0.02,0.81,0.29,561.08,3517.24,26109970,99.69,0,0.05,0.75,561.71,3516.62,26109971,99.86,0,0,0.14,561,3517.33,26109972,99.88,0,0,0.14,560.97,3517.35,26109973,99.84,0,0,0.15,560.94,3517.38,26109974,99.83,0,0,0.14,560.92,3517.39,26109975,99.6,0,0,0.82,561.89,3516.44,26109976,99.9,0,0,0.14,561.35,3516.97,26109977,99.88,0,0,0.2,561.34,3516.97,26109978,99.87,0,0,0.14,561.31,3517,26109979,99.9,0,0,0.21,560.35,3517.96,26109980,99.64,0,0,0.73,560.85,3517.48,26109981,99.82,0,0,0.16,560.54,3517.77,26109982,99.78,0,0,0.17,560.36,3517.95,26109983,99.91,0,0,0.17,560.25,3518.06,26109984,99.88,0,0,0.15,560.22,3518.08,26109985,98.34,0,0,0.58,561.11,3517.21,26109986,99.9,0,0,0.28,561.07,3517.24,26109987,99.86,0,0,0.16,561.09,3517.22,26109988,99.88,0,0,0.14,561.06,3517.25,26109989,99.87,0,0,0.15,561.05,3517.25,26109990,99.51,0,0,0.63,560.65,3517.66,26109991,99.86,0,0,0.23,560.78,3517.53,26109992,99.88,0,0,0.18,560.75,3517.55,26109993,99.84,0,0,0.14,560.74,3517.56,26109994,99.9,0,0,0.14,560.71,3517.59,26109995,99.58,0,0,0.72,561.76,3516.56,26109996,99.84,0,0,0.16,561.19,3517.13,26109997,99.86,0,0,0.16,561.24,3517.07,26109998,99.88,0,0,0.14,561.33,3516.97,26109999,99.79,0,0,0.29,561.21,3517.07,26110000,99.74,0,0,0.35,559.63,3518.66,26110001,99.78,0,0,0.57,560.75,3517.53,26110002,99.86,0,0,0.18,560.29,3518,26110003,99.93,0,0,0.15,560.27,3518.01,26110004,99.91,0,0,0.15,560.25,3518.03,26110005,99.84,0,0,0.32,560.98,3517.31,26110006,99.79,0,0,0.54,561.33,3516.97,26110007,99.85,0.01,0.01,0.23,532.52,3546,26110008,99.92,0,0,0.24,506.53,3572.21,26110009,99.91,0,0,0.15,505.63,3573.12,26110010,99.81,0,0,0.29,505.66,3573.13,26110011,99.76,0,0,0.59,506.18,3572.6,26110012,99.91,0,0,0.17,505.87,3572.92,26110013,99.91,0,0,0.16,505.84,3572.95,26110014,99.89,0,0,0.15,505.82,3572.97,26110015,99.85,0,0,0.34,505.34,3573.47,26110016,99.76,0,0.02,0.46,506.26,3572.53,26110017,99.94,0,0,0.26,505.68,3573.11,26110018,99.91,0,0,0.15,505.67,3573.11,26110019,99.93,0,0,0.14,505.64,3573.14,26110020,99.72,0,0,0.3,504.69,3574.11,26110021,99.75,0,0,0.58,505.52,3573.27,26110022,99.87,0,0,0.16,505.36,3573.42,26110023,99.9,0,0,0.14,505.34,3573.45,26110024,99.91,0,0,0.16,505.31,3573.48,26110025,99.79,0,0,0.3,505.32,3573.48,26110026,99.79,0,0,0.49,505.75,3573.05,26110027,99.88,0,0,0.21,505.71,3573.08,26110028,99.93,0,0,0.14,505.68,3573.11,26110029,99.75,0,0,0.29,505.95,3572.81,26110030,99.77,0,0,0.29,505.91,3572.87,26110031,99.75,0,0,0.51,506.22,3572.55,26110032,99.92,0,0,0.19,505.85,3572.92,26110033,99.89,0,0.02,0.15,505.82,3572.94,26110034,99.9,0,0,0.17,505.8,3572.99,26110035,99.81,0,0,0.31,505.32,3573.5,26110036,99.78,0,0,0.39,505.74,3573.07,26110037,99.9,0,0,0.34,505.94,3572.89,26110038,99.18,0,0,0.16,505.92,3572.9,26110039,99.91,0,0,0.15,505.89,3572.95,26110040,99.78,0,0,0.3,505.9,3572.96,26110041,99.91,0,0,0.18,505.87,3572.98,26110042,99.76,0,0,0.59,506.25,3572.61,26110043,99.92,0,0,0.14,505.34,3573.51,26110044,99.91,0,0,0.16,505.32,3573.52,26110045,99.86,0,0,0.31,505.08,3573.78,26110046,99.92,0,0,0.16,505.06,3573.8,26110047,99.79,0,0,0.54,505.88,3572.98,26110048,99.89,0,0,0.15,505.47,3573.38,26110049,99.93,0,0,0.16,505.44,3573.41,26110050,99.77,0,0,0.29,505.93,3572.94,26110051,99.92,0,0,0.14,505.9,3572.95,26110052,99.74,0,0,0.57,506.25,3572.6,26110053,99.91,0,0,0.14,505.87,3572.98,26110054,99.9,0,0,0.14,505.86,3572.98,26110055,99.86,0,0,0.32,505.61,3573.25,26110056,99.94,0,0,0.18,505.6,3573.26,26110057,99.76,0,0,0.55,506.02,3572.84,26110058,99.89,0,0,0.14,505.84,3573.01,26110059,99.73,0,0,0.3,505.95,3572.88,26110060,99.79,0,0,0.38,506.19,3572.65,26110061,99.92,0,0,0.18,506.17,3572.67,26110062,99.78,0,0,0.54,506.35,3572.48,26110063,99.94,0,0,0.15,505.88,3572.95,26110064,99.93,0,0,0.14,505.84,3572.97,26110065,99.86,0,0,0.36,505.62,3573.21,26110066,99.93,0,0,0.12,505.58,3573.25,26110067,99.79,0,0,0.58,505.99,3572.84,26110068,99.9,0,0,0.14,505.78,3573.04,26110069,99.92,0,0,0.15,505.78,3573.04,26110070,99.84,0,0,0.28,505.93,3572.9,26110071,99.93,0,0,0.14,505.95,3572.88,26110072,99.76,0,0,0.43,506.41,3572.42,26110073,99.94,0,0,0.31,505.91,3572.91,26110074,99.9,0,0,0.14,505.88,3572.94,26110075,99.83,0,0,0.33,506.13,3572.7,26110076,99.93,0,0,0.17,506.1,3572.73,26110077,99.9,0,0,0.14,505.72,3573.11,26110078,99.76,0,0,0.56,505.45,3573.37,26110079,99.92,0,0,0.18,505.05,3573.77,26110080,99.72,0,0,0.34,504.39,3574.44,26110081,99.9,0,0,0.16,504.37,3574.46,26110082,99.9,0,0,0.14,504.46,3574.37,26110083,99.78,0,0,0.55,505.14,3573.68,26110084,99.89,0,0,0.14,504.92,3573.9,26110085,99.72,0,0,0.3,505.15,3573.68,26110086,99.94,0,0,0.14,505.13,3573.7,26110087,99.93,0,0,0.17,505.11,3573.71,26110088,99.8,0,0,0.54,505.64,3573.19,26110089,99.79,0,0,0.29,505.31,3573.48,26110090,99.86,0,0,0.31,505.08,3573.74,26110091,99.93,0,0,0.14,505.05,3573.76,26110092,99.93,0,0,0.16,505.01,3573.79,26110093,99.73,0,0,0.53,505.88,3572.92,26110094,99.87,0,0,0.18,505.4,3573.39,26110095,99.84,0,0,0.32,505.42,3573.39,26110096,99.86,0,0,0.16,505.38,3573.42,26110097,99.89,0,0,0.19,505.14,3573.66,26110098,99.8,0,0,0.51,505.45,3573.34,26110099,98.82,0,0,0.2,505.09,3573.7,26110100,99.83,0,0,0.3,505.32,3573.48,26110101,99.87,0,0,0.16,505.31,3573.49,26110102,99.86,0,0.01,0.19,505.01,3573.79,26110103,99.79,0,0,0.41,505.28,3573.51,26110104,99.9,0,0,0.28,504.9,3573.88,26110105,99.87,0,0,0.35,505.16,3573.64,26110106,99.76,0,0,0.15,505.13,3573.67,26110107,99.92,0,0.01,0.18,505.06,3573.73,26110108,99.8,0,0,0.5,505.47,3573.32,26110109,99.93,0,0,0.19,505.27,3573.51,26110110,99.79,0,0,0.32,505.28,3573.52,26110111,99.93,0,0,0.14,505.27,3573.53,26110112,99.91,0,0,0.17,505.24,3573.55,26110113,99.79,0,0,0.42,505.77,3573.02,26110114,99.9,0,0,0.31,505.39,3573.39,26110115,99.74,0,0,0.32,505.63,3573.17,26110116,99.91,0,0,0.14,505.62,3573.18,26110117,99.93,0,0,0.15,505.59,3573.2,26110118,99.93,0,0,0.15,505.58,3573.21,26110119,99.68,0,0,0.73,505.88,3572.88,26110120,99.76,0,0,0.31,505.32,3573.45,26110121,99.9,0,0,0.14,505.28,3573.49,26110122,99.91,0,0,0.14,505.28,3573.49,26110123,99.88,0,0,0.15,505.26,3573.51,26110124,99.8,0,0,0.55,505.64,3573.12,26110125,99.76,0,0,0.29,505.45,3573.33,26110126,99.93,0,0,0.16,505.43,3573.34,26110127,99.91,0,0,0.14,505.4,3573.37,26110128,99.93,0,0,0.14,505.38,3573.38,26110129,99.75,0,0,0.6,505.73,3573.03,26110130,99.73,0,0,0.3,505.61,3573.17,26110131,99.93,0,0,0.15,505.59,3573.18,26110132,99.93,0,0,0.16,505.56,3573.21,26110133,99.9,0,0,0.15,505.55,3573.21,26110134,99.78,0,0,0.55,505.77,3572.99,26110135,99.89,0,0,0.31,505.68,3573.1,26110136,99.93,0,0,0.16,505.65,3573.12,26110137,99.9,0,0,0.14,505.65,3573.12,26110138,99.93,0,0,0.14,505.62,3573.15,26110139,99.76,0,0,0.5,506.22,3572.54,26110140,99.69,0,0,0.38,505.61,3573.17,26110141,99.92,0,0,0.13,505.59,3573.18,26110142,99.93,0,0,0.19,505.58,3573.19,26110143,99.89,0,0,0.18,505.55,3573.21,26110144,99.78,0,0,0.43,505.89,3572.87,26110145,99.88,0,0,0.44,505.28,3573.49,26110146,99.9,0,0,0.15,505.26,3573.51,26110147,99.91,0,0,0.14,505.42,3573.35,26110148,99.91,0,0,0.19,505.41,3573.35,26110149,99.66,0,0,0.73,505.78,3572.95,26110150,99.75,0,0,0.37,505.39,3573.36,26110151,99.91,0,0,0.18,505.36,3573.38,26110152,99.93,0,0,0.18,505.33,3573.41,26110153,99.9,0,0,0.18,505.32,3573.41,26110154,99.78,0,0,0.33,505.65,3573.11,26110155,99.78,0,0,0.56,505.79,3572.98,26110156,99.9,0,0,0.16,505.61,3573.17,26110157,99.9,0,0,0.17,505.51,3573.26,26110158,99.92,0,0,0.16,505.52,3573.24,26110159,99,0,0,0.14,505.66,3573.11,26110160,99.73,0,0,0.7,505.91,3572.87,26110161,99.91,0,0,0.16,505.39,3573.38,26110162,99.91,0,0,0.17,505.11,3573.66,26110163,99.94,0,0,0.15,504.85,3573.92,26110164,99.93,0,0,0.15,504.83,3573.94,26110165,99.74,0,0,0.72,505.89,3572.88,26110166,99.93,0,0,0.13,505.54,3573.23,26110167,99.91,0,0,0.16,505.51,3573.25,26110168,99.94,0,0,0.14,505.5,3573.26,26110169,99.91,0,0,0.14,505.48,3573.28,26110170,99.58,0,0,0.7,505.9,3572.87,26110171,99.91,0,0,0.14,505.65,3573.12,26110172,99.91,0,0,0.18,505.63,3573.14,26110173,99.91,0,0,0.14,505.6,3573.17,26110174,99.92,0,0,0.18,505.58,3573.18,26110175,99.64,0,0,0.74,506.38,3572.39,26110176,99.9,0,0,0.16,505.8,3572.97,26110177,99.92,0,0,0.15,505.78,3572.98,26110178,99.92,0,0,0.14,505.75,3573.01,26110179,99.74,0,0,0.28,505.5,3573.24,26110180,99.58,0,0,0.59,506.07,3572.69,26110181,99.93,0,0,0.29,505.8,3572.95,26110182,99.92,0,0,0.14,505.87,3572.88,26110183,99.9,0,0,0.16,505.86,3572.88,26110184,99.91,0,0,0.15,505.84,3572.9,26110185,99.71,0,0,0.68,505.96,3572.8,26110186,99.92,0,0,0.21,505.57,3573.19,26110187,99.91,0,0,0.14,505.56,3573.19,26110188,99.91,0,0,0.15,505.52,3573.22,26110189,99.92,0,0,0.14,505.5,3573.24,26110190,99.69,0,0,0.57,505.89,3572.86,26110191,99.92,0,0,0.29,505.73,3573.02,26110192,99.9,0,0,0.16,505.76,3572.99,26110193,99.9,0,0,0.14,505.87,3572.88,26110194,99.93,0,0,0.15,505.86,3572.88,26110195,99.79,0,0.01,0.36,504.62,3574.13,26110196,99.76,0,0,0.6,506.13,3572.62,26110197,99.92,0,0,0.16,505.79,3572.95,26110198,99.9,0,0,0.14,505.76,3572.98,26110199,99.92,0,0,0.16,505.73,3573.01,26110200,99.67,0,0,0.32,505.98,3572.77,26110201,99.68,0,0,0.58,506.42,3572.32,26110202,99.85,0,0,0.14,505.87,3572.86,26110203,99.87,0,0,0.16,505.86,3572.87,26110204,99.84,0,0,0.14,505.84,3572.88,26110205,99.77,0,0,0.33,505.83,3572.91,26110206,99.71,0,0,0.57,506.17,3572.57,26110207,99.87,0,0,0.15,505.79,3572.95,26110208,99.9,0,0,0.14,505.75,3572.97,26110209,99.8,0,0,0.28,505.54,3573.16,26110210,99.75,0,0,0.36,505.78,3572.95,26110211,99.77,0,0,0.55,506.13,3572.59,26110212,99.83,0,0,0.14,505.89,3572.83,26110213,99.88,0,0,0.15,505.87,3572.84,26110214,99.85,0,0,0.17,505.85,3572.86,26110215,99.72,0,0,0.32,505.63,3573.09,26110216,99.78,0,0,0.57,506.06,3572.67,26110217,99.82,0,0,0.21,505.81,3572.9,26110218,99.9,0,0,0.14,505.79,3572.92,26110219,99.92,0,0,0.14,505.76,3572.95,26110220,99.8,0,0,0.33,505.78,3572.95,26110221,95,0.47,0.02,79.45,515.64,3563.75,26110222,99.74,0,0,185.53,508.19,3571.66,26110223,99.9,0,0,0.17,508.03,3571.82,26110224,99.91,0,0,0.14,508.02,3571.82,26110225,99.82,0,0,0.34,508.17,3571.69,26110226,99.79,0,0,0.41,508.36,3571.49,26110227,99.9,0,0,0.3,506,3573.89,26110228,99.93,0,0,0.15,505.99,3573.89,26110229,99.89,0,0,0.15,505.97,3573.91,26110230,99.81,0,0,0.36,506.21,3573.68,26110231,99.9,0,0,0.16,505.78,3574.11,26110232,99.7,0,0,0.55,505.54,3574.36,26110233,99.87,0,0,0.14,505.16,3574.74,26110234,99.9,0,0,0.14,505.15,3574.75,26110235,99.79,0,0,0.32,504.66,3575.25,26110236,99.88,0,0,0.14,504.64,3575.27,26110237,99.76,0,0,0.56,505.36,3574.55,26110238,99.9,0,0,0.14,505.04,3574.86,26110239,99.67,0,0,0.3,504.52,3575.37,26110240,99.8,0,0,0.34,505.49,3574.43,26110241,99.9,0,0,0.14,505.48,3574.44,26110242,99.74,0,0,0.55,505.76,3574.15,26110243,99.94,0,0,0.14,504.94,3574.96,26110244,99.93,0,0,0.15,504.91,3574.99,26110245,99.72,0,0,0.32,505.16,3574.76,26110246,99.9,0,0,0.14,505.14,3574.78,26110247,99.73,0,0,0.55,505.18,3574.72,26110248,99.9,0,0,0.16,504.2,3575.71,26110249,99.92,0,0,0.15,504.29,3575.61,26110250,99.77,0,0,0.37,505.29,3574.62,26110251,99.9,0,0,0.16,505.26,3574.65,26110252,99.68,0,0,0.61,505.75,3574.15,26110253,99.93,0,0,0.17,505.21,3574.68,26110254,99.88,0,0,0.18,505.18,3574.71,26110255,99.77,0,0,0.32,505.44,3574.47,26110256,99.88,0,0.01,0.18,505.39,3574.52,26110257,99.78,0,0,0.56,505.66,3574.24,26110258,99.92,0,0,0.19,505.11,3574.77,26110259,99.92,0,0,0.16,505.26,3574.62,26110260,99.52,0,0,0.34,505.48,3574.41,26110261,99.85,0,0,0.16,505.49,3574.41,26110262,99.72,0,0,0.4,505.78,3574.1,26110263,99.9,0,0,0.37,505.2,3574.69,26110264,99.92,0,0,0.17,505.16,3574.71,26110265,99.85,0,0,0.34,505.67,3574.23,26110266,99.9,0,0,0.17,505.64,3574.25,26110267,99.77,0,0,0.45,505.95,3573.94,26110268,99.92,0,0,0.31,505.35,3574.53,26110269,99.74,0,0,0.31,505.1,3574.76,26110270,99.82,0,0,0.39,504.89,3574.99,26110271,99.87,0,0,0.2,505,3574.88,26110272,99.9,0,0,0.19,504.99,3574.88,26110273,99.74,0,0,0.59,505.56,3574.31,26110274,98.72,0,0,0.19,505.2,3574.68,26110275,99.76,0,0,0.37,505.2,3574.69,26110276,99.89,0,0,0.17,505.17,3574.71,26110277,99.03,0,0,0.22,505.14,3574.74,26110278,99.74,0,0,0.55,505.49,3574.39,26110279,99.8,0,0,0.15,505.1,3574.78,26110280,99.75,0,0,0.3,505.11,3574.79,26110281,98.66,0,0,0.15,505.16,3574.73,26110282,99.81,0,0,0.17,505.13,3574.75,26110283,99.78,0,0,0.57,505.51,3574.37,26110284,99.91,0,0,0.16,504.96,3574.92,26110285,99.39,0,0,0.47,505.76,3574.13,26110286,99.93,0,0,0.18,505.68,3574.19,26110287,99.94,0,0,0.18,505.66,3574.21,26110288,99.52,0,0,0.59,505.69,3574.18,26110289,99.93,0,0,0.14,504.88,3574.98,26110290,99.6,0,0,0.34,504.88,3575,26110291,99.9,0,0,0.14,504.86,3575.02,26110292,98.61,0,0,0.16,504.83,3575.04,26110293,99.75,0,0,0.39,505.13,3574.74,26110294,99.9,0,0,0.29,504.52,3575.34,26110295,99.51,0,0,0.34,504.74,3575.14,26110296,99.94,0,0,0.18,504.56,3575.32,26110297,99.82,0,0,0.14,504.46,3575.41,26110298,99.75,0,0,0.57,505.09,3574.78,26110299,99.63,0,0,0.29,505.41,3574.44,26110300,99.7,0,0,0.36,505.4,3574.48,26110301,99.9,0,0,0.18,505.38,3574.49,26110302,99.65,0,0,0.14,505.35,3574.52,26110303,99.81,0,0,0.31,506.11,3573.75,26110304,99.93,0,0,0.41,504.76,3575.1,26110305,99.85,0,0,0.33,504.76,3575.11,26110306,99.74,0,0,0.15,504.74,3575.13,26110307,99.9,0,0,0.16,504.73,3575.14,26110308,99.79,0,0,0.15,504.7,3575.16,26110309,99.75,0,0,0.58,506.47,3573.38,26110310,99.8,0,0,0.32,505.67,3574.2,26110311,99.85,0,0,0.16,505.66,3574.21,26110312,99.9,0,0,0.18,505.63,3574.24,26110313,99.91,0,0,0.15,505.62,3574.24,26110314,99.72,0,0,0.59,505.66,3574.19,26110315,99.72,0,0,0.4,505.11,3574.76,26110316,99.88,0.01,0.02,0.21,505.19,3574.67,26110317,99.88,0,0,0.14,505.19,3574.67,26110318,99.86,0,0,0.16,505.16,3574.7,26110319,99.57,0,0,0.56,504.78,3575.08,26110320,99.48,0,0,0.31,505.37,3574.5,26110321,99.77,0,0,0.14,505.37,3574.5,26110322,99.83,0,0,0.16,505.35,3574.52,26110323,99.85,0,0,0.14,505.37,3574.49,26110324,99.69,0,0,0.5,505.27,3574.59,26110325,99.78,0,0,0.41,504.5,3575.37,26110326,99.83,0,0,0.17,504.46,3575.4,26110327,99.82,0,0,0.15,504.44,3575.41,26110328,99.85,0,0,0.14,504.42,3575.44,26110329,99.45,0,0,0.62,505.74,3574.09,26110330,99.73,0,0,0.37,504.64,3575.21,26110331,99.83,0,0,0.16,504.63,3575.21,26110332,99.83,0,0,0.16,504.6,3575.24,26110333,99.79,0,0,0.15,504.58,3575.25,26110334,99.71,0,0,0.55,505.02,3574.83,26110335,99.72,0,0,0.37,505.99,3573.89,26110336,99.84,0,0,0.14,505.96,3573.91,26110337,99.79,0,0,0.18,505.93,3573.94,26110338,97.78,0,0,0.16,505.92,3573.95,26110339,99.72,0,0,0.38,506.23,3573.63,26110340,99.49,0,0,0.53,504.69,3575.2,26110341,99.82,0,0,0.13,504.64,3575.25,26110342,99.65,0,0,0.2,504.89,3575,26110343,99.84,0,0,0.14,505.34,3574.55,26110344,99.82,0,0,0.15,505.32,3574.56,26110345,99.57,0,0,0.71,505.91,3573.99,26110346,99.48,0,0,0.16,505.74,3574.16,26110347,99.86,0,0,0.14,505.71,3574.18,26110348,99.83,0,0,0.16,505.71,3574.18,26110349,99.83,0,0,0.13,505.67,3574.21,26110350,99.38,0,0,0.79,506.07,3573.83,26110351,99.85,0,0,0.18,505.66,3574.23,26110352,99.82,0,0,0.18,505.65,3574.24,26110353,99.84,0,0,0.18,505.62,3574.27,26110354,99.85,0,0,0.14,505.6,3574.28,26110355,99.46,0,0,0.73,506.12,3573.77,26110356,99.85,0,0,0.14,505.82,3574.07,26110357,99.8,0,0,0.16,505.85,3574.04,26110358,99.86,0,0,0.14,505.96,3573.93,26110359,99.64,0,0,0.32,505.95,3573.92,26110360,99.6,0,0,0.72,506.11,3573.77,26110361,99.83,0,0,0.14,505.93,3573.95,26110362,99.83,0,0,0.16,505.91,3573.96,26110363,99.8,0,0,0.14,505.89,3573.98,26110364,99.84,0,0,0.15,505.86,3574.03,26110365,99.38,0,0,0.7,505.35,3574.55,26110366,99.83,0,0,0.21,505.1,3574.8,26110367,98.78,0,0,0.14,505.1,3574.8,26110368,99.82,0,0,0.15,505.07,3574.83,26110369,99.82,0,0,0.14,505.05,3574.83,26110370,99.54,0,0,0.73,506.29,3573.62,26110371,99.82,0,0,0.14,505.75,3574.15,26110372,99.82,0,0,0.17,505.72,3574.17,26110373,99.83,0,0,0.14,505.71,3574.18,26110374,99.43,0,0,0.13,505.7,3574.19,26110375,99.1,0,0,0.58,506.28,3573.62,26110376,99.84,0,0,0.36,504.92,3574.98,26110377,99.83,0,0,0.14,504.91,3574.98,26110378,99.67,0,0,0.18,504.9,3574.99,26110379,99.66,0,0,0.19,504.87,3575.01,26110380,98.49,0,0,10.84,505.8,3575.4,26110381,99.82,0,0,0.36,506.11,3575.19,26110382,99.85,0,0,0.17,506.11,3575.19,26110383,99.84,0,0,0.16,506.25,3575.04,26110384,99.7,0,0,0.14,506.24,3575.05,26110385,99.61,0,0,0.31,506.01,3575.35,26110386,99.53,0,0,0.57,505.12,3576.24,26110387,99.81,0,0,0.14,504.49,3576.87,26110388,99.69,0,0,0.15,504.47,3576.88,26110389,99.22,0,0,0.29,504.93,3576.41,26110390,99.76,0,0,0.37,504.95,3576.41,26110391,99.68,0,0,0.58,505.73,3575.63,26110392,99.85,0,0,0.15,505.4,3575.95,26110393,99.81,0,0,0.17,505.38,3575.97,26110394,99.85,0,0,0.14,505.36,3575.98,26110395,99.75,0,0,0.32,505.53,3575.82,26110396,99.66,0,0,0.54,505.37,3575.99,26110397,99.82,0,0,0.2,504.52,3576.83,26110398,99.83,0,0,0.14,504.52,3576.83,26110399,99.68,0,0,0.15,504.48,3576.86,26110400,99.69,0,0,0.34,504.73,3576.63,26110401,98.14,0,0,0.53,505.36,3575.99,26110402,99.81,0,0,0.2,505.11,3576.24,26110403,99.83,0,0,0.15,504.92,3576.43,26110404,99.83,0,0,0.15,504.9,3576.44,26110405,99.72,0,0,0.34,505.14,3576.22,26110406,99.66,0,0,0.56,505.8,3575.56,26110407,99.33,0,0,0.14,505.49,3575.86,26110408,99.81,0,0,0.14,505.52,3575.83,26110409,99.84,0,0,0.14,505.5,3575.84,26110410,99.71,0,0,0.33,505.27,3576.09,26110411,99.7,0,0,0.57,505.59,3575.76,26110412,99.82,0,0,0.14,505.22,3576.13,26110413,99.82,0,0,0.16,505.19,3576.15,26110414,99.83,0,0,0.14,505.18,3576.16,26110415,99.62,0,0,0.33,505,3576.36,26110416,99.85,0,0,0.18,504.91,3576.44,26110417,99.49,0,0,0.54,504.76,3576.59,26110418,99.83,0,0,0.15,504.37,3576.98,26110419,99.73,0,0,0.27,505.46,3575.86,26110420,99.76,0,0,0.35,505.51,3575.82,26110421,99.34,0,0,0.16,505.49,3575.84,26110422,99.71,0,0,0.54,505.82,3575.51,26110423,99.85,0,0,0.16,505.45,3575.88,26110424,99.84,0,0,0.15,505.42,3575.9,26110425,99.76,0,0,0.36,505.42,3575.91,26110426,99.86,0,0,0.14,505.4,3575.93,26110427,99.72,0,0,0.54,505.74,3575.6,26110428,99.66,0,0,0.15,505.36,3575.98,26110429,99.85,0,0,0.13,505.36,3575.98,26110430,99.52,0,0,0.32,505.1,3576.25,26110431,99.84,0,0,0.18,505.26,3576.08,26110432,99.7,0,0,0.55,505.42,3575.92,26110433,99.84,0,0,0.16,504.73,3576.6,26110434,99.84,0,0,0.17,504.71,3576.62,26110435,99.78,0,0,0.35,504.94,3576.4,26110436,99.85,0,0,0.17,504.94,3576.41,26110437,99.7,0,0,0.61,505.62,3575.74,26110438,99.84,0,0,0.16,505.64,3575.73,26110439,99.83,0,0.01,0.17,505.61,3575.75,26110440,99.55,0,0.02,0.36,505.45,3575.93,26110441,99.59,0.01,0.02,0.16,505.42,3575.96,26110442,99.63,0.01,0.03,0.53,505.22,3576.15,26110443,99.78,0,0.02,0.17,504.23,3577.13,26110444,99.76,0.01,0.02,0.17,504.18,3577.18,26110445,99.48,0,0.02,0.3,505.44,3575.94,26110446,99.79,0.01,0.02,0.16,505.43,3575.95,26110447,99.48,0,0.02,0.57,505.78,3575.59,26110448,99.8,0,0.02,0.14,505.45,3575.91,26110449,99.59,0.01,0.02,0.27,505.67,3575.67,26110450,99.68,0,0.02,0.29,504.72,3576.63,26110451,99.78,0,0.01,0.16,504.62,3576.73,26110452,99.59,0,0.02,0.49,505.51,3575.84,26110453,99.75,0.01,0.02,0.2,505.63,3575.7,26110454,99.43,0,0.02,0.15,505.68,3575.66,26110455,99.63,0.01,0.02,0.3,505.47,3575.88,26110456,99.73,0.01,0.03,0.19,505.41,3575.94,26110457,99.72,0.01,0.03,0.25,505.43,3575.91,26110458,99.57,0.01,0.02,0.57,505.84,3575.49,26110459,99.74,0,0.02,0.17,505.36,3575.97,26110460,99.69,0.01,0.03,0.28,505.45,3575.9,26110461,99.74,0.01,0.02,0.18,505.41,3575.93,26110462,99.75,0.01,0.02,0.21,505.3,3576.04,26110463,99.61,0.01,0.02,0.57,505.93,3575.41,26110464,99.73,0,0.02,0.17,505.64,3575.68,26110465,99.28,0,0.02,0.32,504.73,3576.61,26110466,99.77,0,0.02,0.17,504.7,3576.63,26110467,99.58,0,0.02,0.22,504.64,3576.69,26110468,99.62,0.01,0.03,0.59,505.82,3575.5,26110469,99.8,0,0.02,0.17,505.64,3575.68,26110470,99.64,0.01,0.02,0.29,505.4,3575.94,26110471,99.81,0.01,0.03,0.13,505.42,3575.92,26110472,99.81,0.01,0.03,0.16,505.38,3575.95,26110473,99.64,0,0.02,0.54,505.43,3575.89,26110474,99.78,0.01,0.02,0.14,504.9,3576.42,26110475,99.73,0,0.02,0.28,505.11,3576.23,26110476,99.8,0.01,0.02,0.16,505.2,3576.13,26110477,99.83,0,0.02,0.15,505.16,3576.17,26110478,99.68,0,0.02,0.49,505.74,3575.58,26110479,99.75,0,0.02,0.32,505.16,3576.14,26110480,99.76,0.01,0.02,0.27,504.89,3576.43,26110481,99.66,0.01,0.03,0.16,504.94,3576.37,26110482,99.81,0.01,0.02,0.14,504.9,3576.41,26110483,99.71,0,0.02,0.4,505.62,3575.68,26110484,99.6,0,0.02,0.3,505.67,3575.65,26110485,99.72,0.01,0.02,0.28,505.37,3575.97,26110486,99.68,0.01,0.02,0.15,505.42,3575.91,26110487,99.8,0,0.02,0.16,505.39,3575.93,26110488,99.73,0.01,0.02,0.4,505.79,3575.54,26110489,98.86,0,0.02,0.29,505.68,3575.64,26110490,99.72,0.01,0.02,0.28,505.88,3575.46,26110491,99.85,0,0.02,0.14,505.93,3575.41,26110492,99.87,0,0.02,0.14,505.9,3575.45,26110493,99.73,0,0.02,0.41,506.21,3575.13,26110494,99.88,0.01,0.03,0.29,505.66,3575.68,26110495,99.76,0.01,0.05,0.29,504.68,3576.68,26110496,99.86,0.01,0.02,0.19,504.64,3576.71,26110497,99.83,0.01,0.03,0.15,504.67,3576.67,26110498,99.82,0.01,0.03,0.14,504.67,3576.67,26110499,99.71,0,0.02,0.56,505.94,3575.4,26110500,99.54,0,0.02,0.32,505.7,3575.66,26110501,99.79,0.01,0.02,0.18,505.65,3575.7,26110502,99.8,0,0.02,0.18,505.66,3575.69,26110503,99.84,0,0.02,0.2,505.65,3575.69,26110504,98.76,0.01,0.03,0.56,506.29,3575.04,26110505,99.75,0,0.02,0.3,505.93,3575.42,26110506,99.86,0.01,0.03,0.16,505.89,3575.46,26110507,97.76,0,0.02,0.12,505.88,3575.47,26110508,99,0,0.02,0.17,505.9,3575.44,26110509,99.66,0.01,0.02,0.75,506.33,3574.98,26110510,99.74,0,0.02,0.3,505.68,3575.65,26110511,99.83,0.01,0.03,0.21,505.67,3575.65,26110512,99.88,0.01,0.02,0.16,505.67,3575.65,26110513,99.85,0.01,0.02,0.15,505.61,3575.7,26110514,99.7,0,0.02,0.56,506.11,3575.21,26110515,99.49,0,0.02,0.27,505.88,3575.46,26110516,99.85,0,0.02,0.14,505.89,3575.45,26110517,99.86,0.01,0.02,0.21,505.88,3575.46,26110518,99.85,0,0.02,0.14,505.86,3575.47,26110519,99.67,0,0.02,0.59,506.32,3575,26110520,99.68,0.01,0.03,0.28,505.9,3575.44,26110521,99.82,0,0.02,0.16,505.92,3575.42,26110522,98.54,0.01,0.02,0.17,505.82,3575.51,26110523,99.87,0,0.02,0.18,505.6,3575.73,26110524,99.68,0.01,0.02,0.55,506.08,3575.25,26110525,99.72,0,0.02,0.3,506.11,3575.23,26110526,99.88,0,0.02,0.13,506.14,3575.2,26110527,99.89,0.01,0.03,0.16,506.15,3575.19,26110528,99.86,0,0.02,0.16,506.08,3575.25,26110529,99.7,0.01,0.02,0.55,506.39,3574.93,26110530,99.67,0,0.02,0.27,505.18,3576.16,26110531,99.87,0,0.02,0.16,505.18,3576.16,26110532,99.84,0,0.02,0.14,505.16,3576.17,26110533,99.89,0.01,0.03,0.15,505.12,3576.2,26110534,99.88,0,0.02,0.14,505.18,3576.14,26110535,99.5,0.01,0.02,0.69,506.75,3574.58,26110536,99.88,0.01,0.02,0.18,506.13,3575.2,26110537,99.89,0.01,0.02,0.14,506.12,3575.21,26110538,99.87,0,0.02,0.16,505.51,3575.81,26110539,99.74,0,0.02,0.27,505.41,3575.89,26110540,99.11,0.01,0.02,0.66,505.5,3575.81,26110541,99.85,0.01,0.02,0.16,505.12,3576.19,26110542,99.86,0,0.02,0.14,505.16,3576.14,26110543,99.88,0.01,0.02,0.15,505.11,3576.19,26110544,99.87,0,0.02,0.14,505.18,3576.14,26110545,99.64,0.01,0.02,0.7,505.17,3576.18,26110546,99.8,0,0.02,0.18,504.9,3576.45,26110547,99.82,0.01,0.02,0.14,504.91,3576.42,26110548,99.86,0,0.02,0.16,504.85,3576.48,26110549,99.81,0.01,0.02,0.15,504.92,3576.41,26110550,99.56,0,0.02,0.67,505.29,3576.06,26110551,99.84,0,0.02,0.16,504.64,3576.7,26110552,99.87,0,0.02,0.14,504.66,3576.68,26110553,99.87,0,0.02,0.15,504.59,3576.74,26110554,99.87,0,0.02,0.16,504.7,3576.63,26110555,99.57,0.01,0.03,0.71,504.64,3576.7,26110556,99.82,0,0.02,0.22,505.37,3575.96,26110557,99.86,0.01,0.03,0.15,505.42,3575.91,26110558,98.05,0.01,0.02,0.15,505.38,3575.95,26110559,99.86,0,0.02,0.13,505.37,3575.95,26110560,99.37,0.01,0.02,0.82,505.7,3575.64,26110561,99.84,0.01,0.03,0.12,505.11,3576.23,26110562,98.9,0,0.02,0.16,505.16,3576.17,26110563,99.83,0.01,0.02,0.14,505.13,3576.2,26110564,99.85,0,0.02,0.14,505.09,3576.24,26110565,99.48,0.01,0.02,0.44,505.19,3576.15,26110566,99.85,0.01,0.03,0.37,505.38,3575.96,26110567,99.83,0,0.02,0.18,505.38,3575.96,26110568,99.82,0.01,0.03,0.14,505.4,3575.92,26110569,99.74,0.01,0.02,0.32,505.1,3576.2,26110570,99.75,0,0.02,0.3,505.38,3575.93,26110571,99.59,0.01,0.02,0.55,505.74,3575.57,26110572,99.8,0.01,0.02,0.14,505.35,3575.95,26110573,99.77,0.01,0.03,0.15,505.38,3575.92,26110574,99.83,0.01,0.02,0.16,505.34,3575.97,26110575,99.57,0.01,0.03,0.28,504.86,3576.47,26110576,98,0,0.02,0.56,505.73,3575.6,26110577,99.82,0.01,0.03,0.18,505.38,3575.95,26110578,99.85,0.01,0.02,0.16,505.36,3575.96,26110579,99.87,0,0.02,0.16,505.38,3575.93,26110580,99.64,0.01,0.03,0.3,505.13,3576.2,26110581,99.69,0,0.02,0.55,504.79,3576.54,26110582,99.83,0,0.02,0.16,504.36,3576.96,26110583,98.87,0.01,0.02,0.17,505.07,3576.25,26110584,99.87,0,0.02,0.14,505.14,3576.18,26110585,99.84,0,0.02,0.29,505.09,3576.24,26110586,94.84,0.34,0.04,197.05,515.9,3566.17,26110587,99.71,0.01,0.03,64.41,507.94,3574.15,26110588,99.85,0,0.02,0.18,507.9,3574.18,26110589,99.88,0,0.02,0.18,507.93,3574.15,26110590,99.63,0,0.02,0.34,507.19,3574.9,26110591,98.97,0,0.02,0.62,507.1,3575.02,26110592,99.81,0.01,0.02,0.18,505.76,3576.39,26110593,99.85,0.01,0.03,0.18,505.74,3576.41,26110594,99.8,0,0.02,0.17,505.75,3576.4,26110595,99.74,0.01,0.03,0.31,505.54,3576.62,26110596,99.65,0.01,0.02,0.61,505.86,3576.31,26110597,99.84,0.01,0.02,0.14,505.5,3576.69,26110598,99.84,0.01,0.03,0.15,505.52,3576.67,26110599,99.72,0.01,0.02,0.29,505.77,3576.4,26110600,99.73,0.01,0.03,0.32,505.58,3576.6,26110601,99.75,0,0.02,0.4,505.87,3576.3,26110602,99.88,0,0.02,0.32,505.47,3576.7,26110603,99.87,0.01,0.03,0.17,505.49,3576.67,26110604,99.88,0,0.02,0.19,505.47,3576.7,26110605,99.69,0,0.02,0.36,505.3,3576.88,26110606,99.74,0.01,0.02,0.3,505.65,3576.53,26110607,99.87,0,0.02,0.38,505.75,3576.43,26110608,99.89,0,0.02,0.14,505.76,3576.4,26110609,99.84,0.01,0.03,0.14,505.71,3576.45,26110610,99.76,0.01,0.02,0.27,505.3,3576.88,26110611,99.85,0,0.02,0.16,505.27,3576.91,26110612,98.8,0,0.02,0.57,506.23,3575.94,26110613,99.88,0.01,0.02,0.15,505.75,3576.41,26110614,99.85,0,0.02,0.14,505.71,3576.45,26110615,99.71,0,0.02,0.29,505.29,3576.89,26110616,99.86,0,0.02,0.16,505.25,3576.93,26110617,99.71,0,0.02,0.55,504.78,3577.4,26110618,99.87,0.01,0.03,0.15,504.05,3578.12,26110619,99.85,0,0.02,0.14,503.98,3578.19,26110620,99.46,0.01,0.03,0.29,505.5,3576.68,26110621,99.78,0.01,0.03,0.16,505.51,3576.67,26110622,99.72,0.01,0.02,0.56,505.66,3576.52,26110623,99.85,0,0.02,0.17,505.28,3576.89,26110624,99.88,0,0.02,0.15,505.22,3576.94,26110625,99.78,0.01,0.03,0.33,505.5,3576.68,26110626,99.93,0.01,0.02,0.14,505.53,3576.65,26110627,99.74,0.01,0.03,0.55,505.97,3576.21,26110628,99.86,0,0.02,0.14,505.78,3576.39,26110629,99.76,0,0.02,0.39,505.73,3576.41,26110630,99.66,0.01,0.03,0.32,505.5,3576.66,26110631,99.87,0.01,0.03,0.22,505.51,3576.66,26110632,99.73,0,0.02,0.61,505.89,3576.26,26110633,99.9,0,0.02,0.2,505.75,3576.4,26110634,99.79,0.01,0.02,0.18,505.7,3576.46,26110635,99.66,0,0.02,0.32,504.77,3577.41,26110636,99.85,0.01,0.02,0.18,504.76,3577.42,26110637,99.71,0.01,0.02,0.45,505.26,3576.91,26110638,99.88,0.01,0.03,0.29,505.23,3576.95,26110639,99.85,0,0.02,0.17,505.26,3576.91,26110640,99.73,0.01,0.03,0.28,505.47,3576.71,26110641,99.87,0,0.02,0.13,505.52,3576.66,26110642,99.7,0.01,0.02,0.33,505.79,3576.39,26110643,99.86,0,0.02,0.41,505.49,3576.69,26110644,99.86,0.01,0.02,0.19,505.48,3576.69,26110645,99.8,0.01,0.03,0.33,505.71,3576.47,26110646,99.86,0.01,0.03,0.14,505.72,3576.46,26110647,99.77,0,0.02,0.3,506.09,3576.09,26110648,99.82,0,0.02,0.42,504.93,3577.24,26110649,99.9,0,0,0.19,504.97,3577.2,26110650,99.67,0,0,0.29,504.82,3577.37,26110651,99.88,0,0,0.14,504.78,3577.4,26110652,99.91,0,0,0.16,504.78,3577.41,26110653,99.76,0,0,0.54,505.13,3577.05,26110654,99.93,0,0,0.15,504.74,3577.44,26110655,99.84,0,0,0.29,505.7,3576.5,26110656,99.93,0,0,0.14,505.68,3576.51,26110657,99.9,0,0,0.14,505.67,3576.52,26110658,99.76,0,0,0.55,506.51,3575.67,26110659,99.75,0,0,0.27,505.69,3576.47,26110660,99.84,0,0,0.27,506.09,3576.09,26110661,99.9,0,0,0.16,506.08,3576.09,26110662,99.89,0,0,0.14,506.05,3576.12,26110663,99.71,0,0,0.49,506.51,3575.65,26110664,99.9,0,0,0.2,506,3576.15,26110665,99.77,0,0,0.28,505.78,3576.4,26110666,99.94,0,0,0.33,505.74,3576.43,26110667,99.88,0,0,0.16,505.74,3576.43,26110668,99.77,0,0,0.57,506.05,3576.11,26110669,99.9,0,0,0.18,505.67,3576.49,26110670,99.77,0,0,0.31,505.93,3576.25,26110671,99.93,0,0,0.18,506.04,3576.15,26110672,99.94,0,0,0.18,506.08,3576.11,26110673,99.75,0.01,0.01,0.57,506.33,3575.85,26110674,99.92,0,0,0.14,505.95,3576.23,26110675,99.86,0,0,0.36,505.72,3576.47,26110676,99.88,0,0,0.18,505.68,3576.51,26110677,99.9,0,0,0.18,505.67,3576.51,26110678,99.76,0,0,0.43,506.13,3576.05,26110679,99.88,0,0,0.3,506.05,3576.12,26110680,99.53,0.03,0.02,0.32,505.85,3576.34,26110681,99.76,0.03,0.02,0.14,505.73,3576.46,26110682,99.81,0.04,0.02,0.16,505.75,3576.43,26110683,99.81,0.04,0.03,0.14,505.74,3576.43,26110684,99.6,0.04,0.05,0.55,506.45,3575.72,26110685,99.67,0.04,0.05,0.35,505.75,3576.44,26110686,99.88,0.03,0.04,0.14,505.74,3576.45,26110687,99.89,0.02,0.04,0.18,505.74,3576.44,26110688,99.87,0.05,0.05,0.16,505.74,3576.44,26110689,99.61,0.04,0.04,0.74,506.32,3575.83,26110690,99.69,0.02,0.04,0.33,505.99,3576.18,26110691,99.8,0.01,0.02,0.18,506.02,3576.15,26110692,99.79,0.01,0.03,0.18,506.01,3576.15,26110693,99.73,0.01,0.02,0.2,505.35,3576.81,26110694,99.63,0.01,0.02,0.61,505.52,3576.63,26110695,99.65,0,0.02,0.35,505.27,3576.9,26110696,99.78,0,0.02,0.18,505.24,3576.93,26110697,99.78,0.01,0.02,0.25,505.26,3576.9,26110698,99.73,0.01,0.02,0.21,505.2,3576.95,26110699,99.63,0.01,0.02,0.63,505.73,3576.42,26110700,99.71,0,0.02,0.36,505.23,3576.93,26110701,99.7,0.01,0.02,0.2,505.24,3576.93,26110702,99.68,0.01,0.03,0.24,505.24,3576.92,26110703,99.71,0.01,0.03,0.2,505,3577.16,26110704,99.69,0,0.02,0.59,505.47,3576.68,26110705,99.57,0.01,0.03,0.35,505.02,3577.14,26110706,99.68,0,0.02,0.18,504.98,3577.19,26110707,99.76,0.01,0.03,0.18,505.02,3577.14,26110708,99.79,0.01,0.02,0.19,504.99,3577.16,26110709,99.58,0,0.02,0.56,505.22,3576.93,26110710,99.65,0.01,0.03,0.32,505.52,3576.65,26110711,99.83,0.01,0.03,0.18,505.48,3576.68,26110712,99.78,0,0.02,0.18,505.45,3576.71,26110713,99.78,0.01,0.02,0.18,505.52,3576.63,26110714,99.73,0,0.02,0.55,506.07,3576.08,26110715,99.79,0,0.02,0.39,505.27,3576.9,26110716,99.77,0.01,0.03,0.18,505.27,3576.9,26110717,99.82,0,0.02,0.18,505.23,3576.93,26110718,99.9,0,0.02,0.18,505.26,3576.89,26110719,99.67,0.01,0.02,0.3,505.73,3576.39,26110720,99.46,0.01,0.03,0.68,505.35,3576.79,26110721,99.84,0.01,0.02,0.14,505.04,3577.1,26110722,99.84,0,0.02,0.17,504.97,3577.16,26110723,99.86,0,0.02,0.18,504.99,3577.14,26110724,99.86,0,0.02,0.21,504.98,3577.18,26110725,99.42,0,0.02,0.67,505.89,3576.29,26110726,99.89,0,0.02,0.16,505.53,3576.64,26110727,99.76,0.01,0.03,0.14,505.49,3576.67,26110728,99.78,0,0.02,0.16,505.49,3576.67,26110729,99.86,0.01,0.02,0.14,505.5,3576.66,26110730,99.54,0.01,0.02,0.65,504.94,3577.23,26110731,99.87,0.01,0.03,0.16,504.52,3577.65,26110732,99.85,0,0.03,0.15,504.51,3577.65,26110733,99.82,0.01,0.03,0.14,504.46,3577.7,26110734,99.83,0.01,0.02,0.16,504.51,3577.64,26110735,99.56,0.01,0.03,0.7,506.22,3575.95,26110736,99.82,0.01,0.02,0.13,505.47,3576.69,26110737,99.85,0.01,0.03,0.16,505.53,3576.63,26110738,99.79,0.01,0.03,0.14,505.49,3576.67,26110739,99.82,0,0.02,0.15,505.46,3576.69,26110740,99.46,0,0.02,0.65,506,3576.17,26110741,99.85,0.01,0.02,0.23,505.46,3576.7,26110742,99.85,0,0.02,0.17,505.53,3576.64,26110743,93.13,1.41,0.03,73.86,520.9,3555.01,26110744,99.83,0,0.02,0.2,508.22,3573.59,26110745,99.59,0.01,0.02,0.75,508.69,3573.13,26110746,99.86,0.01,0.03,0.14,508.49,3573.31,26110747,99.86,0,0.02,0.15,508.43,3573.37,26110748,99.84,0.01,0.02,0.18,506.72,3575.13,26110749,99.75,0,0.03,0.3,505.53,3576.33,26110750,99.55,0,0.02,0.54,505.88,3576,26110751,99.86,0.01,0.03,0.3,504.84,3577.04,26110752,99.87,0,0.02,0.14,504.81,3577.07,26110753,99.83,0.01,0.02,0.15,504.83,3577.06,26110754,99.89,0,0.02,0.16,504.83,3577.07,26110755,99.52,0,0.02,0.54,506.13,3575.79,26110756,99.88,0,0.02,0.32,506.09,3575.83,26110757,99.85,0.01,0.02,0.22,506.01,3575.9,26110758,99.88,0.01,0.03,0.18,506.05,3575.85,26110759,99.85,0.01,0.03,0.19,506.05,3575.86,26110760,99.7,0.01,0.02,0.3,505.83,3576.09,26110761,99.75,0.01,0.03,0.57,506.6,3575.32,26110762,99.85,0.01,0.03,0.17,505.78,3576.13,26110763,99.88,0.01,0.03,0.16,505.3,3576.61,26110764,99.88,0.01,0.03,0.14,505.31,3576.59,26110765,98.66,0,0.02,15.71,508.08,3574.44,26110766,99.72,0.01,0.03,0.57,506.29,3575.77,26110767,99.83,0.01,0.03,0.16,505.69,3576.36,26110768,99.84,0.01,0.02,0.14,505.71,3576.34,26110769,99.88,0.01,0.03,0.15,505.67,3576.37,26110770,99.74,0,0.02,0.3,505.7,3576.37,26110771,99.71,0.01,0.02,0.57,505.93,3576.13,26110772,99.82,0,0.02,0.14,505.42,3576.63,26110773,99.85,0,0.02,0.14,505.49,3576.56,26110774,99.85,0.01,0.02,0.14,505.43,3576.61,26110775,99.65,0.01,0.03,0.27,505.7,3576.37,26110776,99.67,0,0.02,0.57,506.1,3575.97,26110777,99.87,0.01,0.02,0.15,505.7,3576.36,26110778,99.86,0.01,0.02,0.14,505.67,3576.38,26110779,99.79,0,0.02,0.32,505.73,3576.31,26110780,99.78,0,0.01,0.26,505.73,3576.32,26110781,99.78,0,0,0.55,506.14,3575.91,26110782,99.89,0,0,0.15,505.88,3576.15,26110783,99.89,0,0,0.14,505.89,3576.14,26110784,99.89,0,0,0.15,505.98,3576.05,26110785,99.78,0,0,0.36,505.75,3576.3,26110786,99.74,0,0,0.57,506.13,3575.92,26110787,99.91,0,0,0.14,505.94,3576.09,26110788,99.9,0,0,0.15,505.91,3576.12,26110789,99.91,0,0,0.14,505.91,3576.14,26110790,99.81,0,0,0.26,505.9,3576.16,26110791,99.75,0,0,0.31,506.24,3575.82,26110792,99.88,0,0,0.4,505.86,3576.2,26110793,99.89,0,0,0.16,505.93,3576.12,26110794,99.92,0,0,0.14,506.04,3576.01,26110795,99.85,0,0,0.29,505.56,3576.5,26110796,99.91,0,0,0.17,505.53,3576.54,26110797,99.77,0,0,0.54,506.73,3575.33,26110798,97.02,0.02,0.01,0.52,511.48,3571.88,26110799,99.83,0.01,0,78.2,508.56,3573.14,26110800,99.67,0.01,0,0.26,508.36,3573.35,26110801,99.89,0.01,0,0.16,508.36,3573.35,26110802,99.73,0.01,0,0.56,508.84,3572.86,26110803,99.8,0.01,0,0.16,508.14,3573.57,26110804,99.85,0.01,0,0.18,506.2,3575.54,26110805,99.8,0.01,0,0.29,505.43,3576.32,26110806,99.85,0.01,0,0.15,505.43,3576.31,26110807,99.76,0.01,0,0.57,505.82,3575.93,26110808,99.88,0,0,0.15,505.43,3576.3,26110809,99.83,0,0,0.29,506.14,3575.59,26110810,99.74,0,0,0.27,505.67,3576.08,26110811,99.91,0,0,0.15,505.62,3576.12,26110812,99.64,0,0,0.53,506.65,3575.09,26110813,99.82,0,0,0.23,506.26,3575.47,26110814,99.87,0,0,0.15,506.26,3575.48,26110815,99.73,0,0,0.29,506.49,3575.28,26110816,99.85,0,0,0.18,506.49,3575.27,26110817,99.74,0,0,0.46,506.67,3575.08,26110818,99.92,0,0,0.31,505.46,3576.29,26110819,99.92,0,0,0.16,505.43,3576.32,26110820,99.81,0,0,0.27,505.44,3576.32,26110821,99.84,0,0,0.13,505.41,3576.35,26110822,99.77,0,0,0.63,506.14,3575.61,26110823,99.92,0,0,0.16,505.84,3575.9,26110824,99.86,0,0,0.14,506,3575.74,26110825,99.72,0,0,0.28,506.25,3575.5,26110826,99.88,0,0,0.14,506.23,3575.52,26110827,99.72,0.01,0,0.32,506.51,3575.24,26110828,99.88,0,0,0.39,506.21,3575.53,26110829,99.88,0,0,0.14,506.17,3575.56,26110830,98.56,0,0,0.31,505.46,3576.3,26110831,99.86,0,0,0.15,505.42,3576.33,26110832,99.9,0,0,0.16,505.4,3576.35,26110833,99.72,0,0,0.64,505.73,3576.02,26110834,99.92,0,0,0.14,505.36,3576.38,26110835,99.74,0,0,0.28,505.37,3576.39,26110836,99.87,0,0,0.15,505.48,3576.28,26110837,99.88,0,0,0.16,505.5,3576.26,26110838,99.79,0,0,0.59,506.71,3575.03,26110839,99.76,0,0,0.29,505.98,3575.74,26110840,99.75,0,0,0.26,506.18,3575.55,26110841,99.85,0,0,0.14,506.17,3575.57,26110842,99.85,0,0,0.16,506.15,3575.58,26110843,99.78,0,0,0.55,506.65,3575.07,26110844,99.9,0,0,0.16,506.34,3575.38,26110845,99.75,0,0,0.29,506.35,3575.38,26110846,99.23,0,0,0.14,506.33,3575.4,26110847,99.83,0,0,0.16,505.93,3575.8,26110848,99.75,0,0,0.57,506.31,3575.4,26110849,99.89,0,0,0.15,505.47,3576.24,26110850,99.71,0,0,0.29,504.74,3576.99,26110851,99.89,0,0,0.17,504.71,3577.01,26110852,99.91,0,0,0.14,504.7,3577.02,26110853,99.7,0,0,0.59,505.4,3576.32,26110854,99.9,0,0,0.16,505.14,3576.58,26110855,99.77,0,0,0.27,505.4,3576.33,26110856,99.89,0,0,0.14,505.36,3576.36,26110857,99.85,0,0,0.17,505.4,3576.32,26110858,99.74,0,0,0.56,505.74,3575.98,26110859,99.91,0,0,0.16,505.18,3576.53,26110860,99.67,0,0,0.28,504.93,3576.79,26110861,99.88,0,0,0.18,504.91,3576.81,26110862,99.84,0,0,0.16,504.88,3576.84,26110863,99.66,0,0,0.55,505.41,3576.3,26110864,99.8,0,0,0.15,505.8,3575.9,26110865,99.77,0,0,0.32,505.34,3576.38,26110866,99.82,0,0,0.16,505.48,3576.23,26110867,99.83,0,0,0.17,505.49,3576.22,26110868,99.66,0,0,0.4,505.83,3575.87,26110869,99.77,0,0,0.54,505.68,3576,26110870,99.72,0,0,0.33,505.44,3576.25,26110871,99.83,0,0,0.17,505.4,3576.29,26110872,99.81,0,0,0.16,505.39,3576.3,26110873,99.81,0,0,0.15,505.37,3576.31,26110874,99.56,0,0,0.6,506.31,3575.37,26110875,99.66,0,0,0.29,505.59,3576.11,26110876,99.83,0,0,0.14,505.58,3576.11,26110877,99.76,0,0,0.19,505.67,3576.02,26110878,99.79,0,0,0.15,505.72,3575.96,26110879,99.67,0,0,0.59,506.29,3575.38,26110880,99.71,0,0,0.29,505.92,3575.77,26110881,99.83,0,0,0.15,505.9,3575.78,26110882,99.76,0,0,0.18,505.86,3575.82,26110883,99.84,0,0,0.15,505.35,3576.32,26110884,99.68,0,0,0.59,505.95,3575.72,26110885,99.67,0,0,0.29,505.6,3576.09,26110886,99.82,0.01,0,0.16,505.66,3576.03,26110887,99.8,0.01,0,0.17,505.64,3576.04,26110888,99.8,0.01,0,0.16,505.62,3576.05,26110889,99.67,0,0,0.54,505.93,3575.73,26110890,99.71,0,0,0.28,505.57,3576.11,26110891,99.82,0,0,0.18,505.56,3576.12,26110892,99.82,0,0,0.15,505.53,3576.14,26110893,99.77,0,0,0.14,505.7,3575.97,26110894,99.68,0,0,0.4,506.12,3575.55,26110895,99.71,0,0,0.43,505.93,3575.77,26110896,99.84,0,0,0.14,505.91,3575.79,26110897,99.81,0,0,0.14,505.9,3575.8,26110898,99.83,0,0,0.16,505.87,3575.82,26110899,99.59,0,0,0.65,506.23,3575.44,26110900,99.7,0,0,0.34,505.87,3575.81,26110901,99.83,0,0,0.16,505.84,3575.84,26110902,99.79,0,0,0.15,505.82,3575.85,26110903,99.77,0,0,0.14,505.79,3575.88,26110904,99.71,0,0,0.3,506.36,3575.31,26110905,99.64,0,0,0.6,504.81,3576.87,26110906,99.83,0,0,0.16,504.72,3576.96,26110907,99.76,0,0,0.14,504.7,3576.97,26110908,99.81,0,0,0.15,504.68,3576.99,26110909,99.8,0,0,0.13,504.66,3577,26110910,99.58,0,0,0.71,506.03,3575.65,26110911,99.85,0,0,0.14,505.87,3575.8,26110912,99.84,0,0,0.16,505.85,3575.82,26110913,99.83,0,0,0.15,505.84,3575.83,26110914,99.82,0,0,0.15,505.81,3575.85,26110915,99.58,0,0,0.69,506.16,3575.52,26110916,99.81,0,0,0.14,505.79,3575.88,26110917,99.83,0,0,0.16,505.96,3575.71,26110918,99.84,0,0,0.14,505.97,3575.7,26110919,99.83,0,0,0.14,505.95,3575.71,26110920,99.51,0,0,0.7,506.31,3575.36,26110921,99.83,0,0,0.14,505.93,3575.74,26110922,99.83,0,0,0.16,505.91,3575.76,26110923,99.85,0,0,0.14,505.88,3575.78,26110924,99.84,0,0,0.16,505.87,3575.79,26110925,99.62,0,0,0.71,506.76,3574.91,26110926,99.83,0,0,0.18,506.09,3575.57,26110927,99.83,0,0,0.14,506.06,3575.6,26110928,99.78,0,0,0.14,506.09,3575.57,26110929,99.67,0,0,0.36,505.97,3575.67,26110930,99.61,0,0.02,0.74,506.56,3575.09,26110931,99.8,0,0,0.14,505.89,3575.76,26110932,99.79,0,0,0.14,505.87,3575.77,26110933,99.85,0,0,0.17,505.84,3575.79,26110934,99.8,0,0,0.15,505.84,3575.81,26110935,99.41,0,0,0.55,505.58,3576.08,26110936,99.8,0,0,0.3,505.81,3575.84,26110937,99.82,0,0,0.18,505.87,3575.79,26110938,99.83,0,0,0.16,505.96,3575.69,26110939,99.77,0,0,0.15,505.93,3575.72,26110940,99.55,0,0,0.7,505.68,3576,26110941,99.83,0,0,0.15,505.67,3576.01,26110942,99.82,0,0,0.16,505.64,3576.04,26110943,99.82,0,0,0.2,505.63,3576.04,26110944,99.78,0,0,0.15,505.59,3576.07,26110945,99.67,0,0,0.31,505.82,3575.86,26110946,99.67,0,0,0.57,504.96,3576.72,26110947,99.77,0,0,0.14,504.6,3577.08,26110948,99.83,0,0,0.17,504.73,3576.94,26110949,99.8,0,0,0.16,504.7,3576.96,26110950,99.66,0,0,0.32,505.67,3576.01,26110951,94.82,0.34,0.01,260.98,518.39,3563.6,26110952,99.73,0,0,0.16,508.93,3572.83,26110953,99.78,0,0,0.15,508.9,3572.86,26110954,99.78,0,0,0.15,508.88,3572.87,26110955,99.68,0,0,0.3,508.64,3573.13,26110956,99.66,0,0,0.64,507.77,3574.01,26110957,99.78,0,0,0.2,506.37,3575.43,26110958,99.82,0,0,0.17,506.12,3575.67,26110959,99.62,0,0,0.43,506.09,3575.68,26110960,99.71,0,0,0.31,506.58,3575.2,26110961,99.67,0,0,0.52,506.97,3574.82,26110962,99.8,0,0,0.25,506.3,3575.49,26110963,99.79,0,0,0.17,506.27,3575.51,26110964,99.84,0,0,0.17,506.27,3575.51,26110965,99.69,0,0,0.37,506.27,3575.53,26110966,99.68,0,0,0.57,506.6,3575.19,26110967,99.82,0,0,0.17,506.22,3575.57,26110968,99.85,0,0,0.17,506.21,3575.58,26110969,99.84,0,0,0.17,506.33,3575.46,26110970,99.74,0,0,0.32,506.14,3575.66,26110971,99.62,0,0,0.44,506.49,3575.3,26110972,99.8,0,0,0.3,506.34,3575.45,26110973,99.79,0,0,0.18,506.31,3575.48,26110974,99.81,0,0,0.18,506.3,3575.48,26110975,99.64,0,0,0.34,506.54,3575.27,26110976,99.66,0,0,0.57,506.87,3574.93,26110977,99.81,0,0,0.2,506.5,3575.3,26110978,99.84,0,0,0.2,506.49,3575.3,26110979,99.82,0,0,0.2,506.46,3575.33,26110980,99.51,0,0,0.36,506.53,3575.27,26110981,99.73,0,0,0.17,506.52,3575.28,26110982,99.58,0,0,0.59,506.96,3574.83,26110983,99.81,0,0,0.19,506.59,3575.22,26110984,99.83,0,0,0.21,506.58,3575.23,26110985,99.64,0,0,0.32,505.39,3576.44,26110986,99.81,0,0,0.18,505.33,3576.49,26110987,99.69,0,0,0.57,506.63,3575.19,26110988,99.84,0,0,0.17,506.27,3575.54,26110989,99.67,0,0,0.38,506.72,3575.07,26110990,99.73,0,0,0.32,506.72,3575.08,26110991,99.76,0,0,0.18,506.71,3575.09,26110992,99.7,0,0,0.57,506.72,3575.07,26110993,99.8,0,0,0.18,506.35,3575.43,26110994,99.82,0,0,0.16,506.33,3575.48,26110995,99.7,0,0,0.32,506.58,3575.25,26110996,99.84,0,0,0.17,506.56,3575.27,26110997,99.65,0,0,0.62,507.05,3574.77,26110998,99.83,0,0,0.16,506.76,3575.06,26110999,99.82,0,0,0.17,506.75,3575.07,26111000,99.75,0,0,0.32,506.5,3575.33,26111001,99.84,0,0,0.18,506.48,3575.34,26111002,99.63,0,0,0.58,506.15,3575.67,26111003,99.78,0,0,0.22,505.46,3576.36,26111004,99.83,0,0,0.16,505.52,3576.3,26111005,99.7,0,0,0.33,505.61,3576.22,26111006,99.83,0,0,0.21,505.6,3576.23,26111007,99.68,0,0,0.58,506.24,3575.59,26111008,99.01,0,0,0.17,505.55,3576.27,26111009,99.81,0,0,0.17,505.52,3576.29,26111010,98.56,0,0,0.3,504.8,3577.03,26111011,99.79,0,0,0.14,504.77,3577.06,26111012,99.69,0,0,0.39,505.17,3576.65,26111013,99.78,0,0,0.32,505.47,3576.35,26111014,99.81,0,0,0.14,505.45,3576.37,26111015,99.69,0,0,0.31,505.45,3576.38,26111016,99.84,0,0,0.16,505.61,3576.21,26111017,99.68,0,0,0.39,505.99,3575.83,26111018,99.81,0,0,0.3,505.84,3575.98,26111019,99.55,0,0,0.32,505.81,3575.98,26111020,99.71,0,0,0.32,505.82,3575.99,26111021,99.77,0,0,0.15,505.8,3576.01,26111022,99.83,0,0,0.18,505.78,3576.02,26111023,99.68,0,0,0.58,506.11,3575.69,26111024,99.83,0,0,0.17,505.75,3576.05,26111025,99.6,0,0,0.33,505.03,3576.78,26111026,99.81,0,0,0.17,504.99,3576.82,26111027,99.82,0,0,0.17,504.97,3576.84,26111028,99.65,0,0,0.6,506.25,3575.55,26111029,99.81,0,0,0.17,505.86,3575.93,26111030,99.8,0,0,0.31,506.13,3575.68,26111031,99.85,0,0,0.14,506.1,3575.71,26111032,99.88,0,0,0.16,506.09,3575.71,26111033,99.73,0,0,0.54,506.54,3575.25,26111034,99.88,0,0,0.15,505.8,3575.99,26111035,99.79,0,0,0.31,506.04,3575.77,26111036,99.87,0,0,0.14,506,3575.8,26111037,99.91,0,0,0.14,505.97,3575.84,26111038,99.75,0,0,0.51,506.32,3575.48,26111039,99.91,0,0,0.19,505.82,3575.97,26111040,99.76,0,0,0.28,505.89,3575.92,26111041,99.85,0,0,0.16,505.85,3575.95,26111042,99.91,0,0,0.14,505.84,3575.96,26111043,99.73,0,0,0.4,506.23,3575.56,26111044,99.91,0,0,0.29,506.04,3575.75,26111045,99.77,0,0,0.31,505.31,3576.5,26111046,99.9,0,0,0.13,505.28,3576.52,26111047,99.92,0,0,0.16,505.26,3576.54,26111048,99.78,0,0,0.39,505.79,3576,26111049,99.66,0,0,0.46,505.95,3575.81,26111050,99.78,0,0,0.29,505.99,3575.79,26111051,99.88,0.01,0,0.18,506.07,3575.71,26111052,99.78,0,0,0.14,505.99,3575.79,26111053,99.68,0,0,0.41,506.41,3575.36,26111054,99.83,0.01,0,0.29,506.26,3575.51,26111055,99.68,0,0,0.31,505.65,3576.14,26111056,99.9,0,0,0.16,505.49,3576.29,26111057,99.89,0.01,0,0.18,505.56,3576.21,26111058,99.87,0,0,0.14,505.46,3576.31,26111059,99.76,0,0,0.58,506.12,3575.65,26111060,99.75,0,0,0.3,505.69,3576.11,26111061,99.87,0,0,0.14,505.86,3575.94,26111062,99.9,0,0,0.16,505.86,3575.93,26111063,99.85,0,0,0.19,505.83,3575.95,26111064,99.73,0,0,0.6,505.97,3575.81,26111065,99.69,0,0,0.33,505.09,3576.71,26111066,99.91,0,0,0.15,505.07,3576.73,26111067,99.9,0,0,0.13,505.05,3576.75,26111068,99.92,0,0,0.16,505.02,3576.77,26111069,99.76,0,0,0.55,505.91,3575.89,26111070,99.77,0,0,0.31,505.8,3576.02,26111071,99.83,0,0,0.17,505.78,3576.04,26111072,99.84,0,0,0.16,505.8,3576.01,26111073,99.9,0,0,0.19,505.8,3576,26111074,99.71,0,0,0.57,506.19,3575.61,26111075,99.72,0,0,0.38,505.06,3576.75,26111076,99.89,0.01,0,0.13,505.03,3576.78,26111077,99.87,0,0,0.18,504.98,3576.83,26111078,99.84,0,0,0.14,505.04,3576.75,26111079,99.6,0,0,0.67,506.56,3575.22,26111080,99.74,0,0,0.43,506.21,3575.58,26111081,99.87,0,0,0.17,506.31,3575.48,26111082,99.87,0.01,0,0.14,506.22,3575.57,26111083,99.85,0.01,0,0.15,506.29,3575.49,26111084,99.74,0.01,0,0.57,506.53,3575.25,26111085,99.75,0,0,0.36,506.26,3575.53,26111086,99.85,0.01,0,0.16,506.26,3575.52,26111087,99.89,0,0,0.14,506.21,3575.56,26111088,99.82,0,0,0.15,506.17,3575.61,26111089,99.71,0.01,0,0.41,507,3574.77,26111090,99.65,0.01,0,0.44,506.25,3575.54,26111091,99.9,0,0,0.16,506.25,3575.53,26111092,99.89,0,0,0.14,506.24,3575.54,26111093,99.84,0,0,0.15,506.22,3575.56,26111094,99.83,0,0,0.14,506.19,3575.58,26111095,99.51,0,0,0.7,506.91,3574.88,26111096,99.85,0.01,0,0.16,506.22,3575.57,26111097,99.84,0.01,0,0.14,506.24,3575.55,26111098,99.83,0.01,0,0.16,506.27,3575.51,26111099,99.85,0,0,0.13,506.23,3575.55,26111100,99.33,0.01,0,0.7,506.42,3575.37,26111101,99.86,0.01,0,0.17,506.02,3575.76,26111102,99.89,0.01,0,0.15,505.97,3575.81,26111103,99.88,0,0,0.14,506.02,3575.76,26111104,99.87,0,0,0.18,505.98,3575.79,26111105,99.64,0.01,0,0.68,506.52,3575.26,26111106,99.87,0.01,0,0.16,506.26,3575.52,26111107,99.9,0.01,0,0.15,506.22,3575.56,26111108,99.88,0,0,0.14,506.21,3575.56,26111109,99.84,0,0,0.3,506.16,3575.59,26111110,99.66,0,0,0.73,506.51,3575.26,26111111,99.87,0,0,0.14,506.33,3575.43,26111112,99.89,0,0,0.13,506.33,3575.43,26111113,99.93,0,0,0.16,506.3,3575.45,26111114,99.89,0,0,0.14,506.29,3575.46,26111115,99.67,0,0,0.7,506.72,3575.05,26111116,99.9,0,0,0.14,506.53,3575.24,26111117,99.89,0,0,0.22,506.5,3575.26,26111118,99.9,0,0,0.16,506.48,3575.27,26111119,99.88,0,0,0.14,506.47,3575.28,26111120,99.67,0,0,0.7,506.88,3574.88,26111121,99.89,0,0,0.15,506.69,3575.07,26111122,99.9,0,0,0.17,506.66,3575.09,26111123,99.83,0,0,0.18,506.25,3575.5,26111124,99.87,0,0,0.14,506.32,3575.43,26111125,99.65,0,0,0.46,507.36,3574.41,26111126,99.92,0,0,0.42,506.3,3575.47,26111127,99.9,0,0,0.13,506.29,3575.49,26111128,99.9,0,0,0.16,506.26,3575.5,26111129,99.88,0,0,0.14,506.24,3575.52,26111130,99.77,0,0,0.3,506.49,3575.29,26111131,99.69,0,0,0.57,506.82,3574.96,26111132,99.9,0,0,0.16,506.45,3575.33,26111133,99.9,0,0,0.14,506.42,3575.35,26111134,99.89,0,0,0.14,506.4,3575.36,26111135,99.76,0,0,0.3,506.58,3575.2,26111136,99.79,0,0,0.55,507.12,3574.65,26111137,99.9,0,0,0.15,506.76,3575,26111138,99.9,0,0,0.14,506.74,3575.02,26111139,99.71,0,0,0.3,506.24,3575.49,26111140,99.71,0,0,0.29,505.27,3576.47,26111141,99.75,0,0,0.57,506.49,3575.26,26111142,99.85,0.01,0,0.14,506.47,3575.27,26111143,99.93,0,0,0.14,506.44,3575.29,26111144,99.88,0,0,0.15,506.47,3575.27,26111145,99.79,0,0,0.3,506.44,3575.33,26111146,99.75,0,0,0.51,506.92,3574.84,26111147,99.88,0,0,0.19,506.44,3575.31,26111148,99.83,0,0,0.15,506.49,3575.26,26111149,99.88,0,0,0.15,506.47,3575.27,26111150,99.76,0.01,0,0.32,506.47,3575.29,26111151,99.74,0,0,0.54,506.86,3574.9,26111152,99.86,0,0,0.18,506.45,3575.3,26111153,99.86,0,0,0.15,506.2,3575.55,26111154,99.88,0,0,0.14,505.46,3576.28,26111155,99.73,0,0,0.3,505.76,3576.01,26111156,99.75,0,0,0.41,506.17,3575.59,26111157,99.87,0,0,0.29,505.98,3575.78,26111158,99.85,0,0,0.14,505.94,3575.81,26111159,99.92,0,0,0.14,505.96,3575.78,26111160,99.69,0,0,0.3,505.76,3576,26111161,99.71,0.01,0,0.54,506.45,3575.31,26111162,99.85,0.01,0,0.15,505.77,3575.98,26111163,99.91,0,0,0.14,505.69,3576.06,26111164,99.88,0,0,0.14,505.75,3575.99,26111165,99.72,0,0,0.34,504.76,3577,26111166,99.75,0,0,0.34,505.23,3576.52,26111167,99.83,0,0,0.42,505.96,3575.79,26111168,99.91,0,0,0.16,505.98,3575.76,26111169,99.69,0,0,0.31,505.97,3575.76,26111170,99.77,0,0,0.29,505.7,3576.04,26111171,99.87,0,0,0.16,505.77,3575.97,26111172,99.7,0,0,0.54,506.25,3575.48,26111173,99.86,0,0,0.16,505.93,3575.79,26111174,99.91,0,0,0.14,505.96,3575.76,26111175,99.73,0,0,0.3,505.22,3576.51,26111176,99.86,0,0,0.15,505.27,3576.46,26111177,99.76,0,0,0.61,505.74,3575.98,26111178,99.89,0,0,0.14,505.45,3576.27,26111179,99.9,0,0,0.15,505.51,3576.21,26111180,99.8,0,0,0.33,505.93,3575.8,26111181,99.9,0,0,0.14,505.98,3575.75,26111182,99.76,0,0,0.49,506.48,3575.25,26111183,99.88,0,0,0.27,505.76,3575.96,26111184,99.87,0,0,0.14,505.74,3575.98,26111185,99.75,0,0,0.3,505.05,3576.69,26111186,99.9,0,0,0.14,504.95,3576.79,26111187,99.75,0,0,0.41,505.64,3576.08,26111188,99.86,0,0,0.29,505.78,3575.95,26111189,99.88,0,0,0.15,505.74,3575.98,26111190,99.76,0,0,0.29,505.93,3575.81,26111191,99.33,0,0,0.16,505.88,3575.85,26111192,99.68,0,0,0.52,506.38,3575.35,26111193,99.9,0,0,0.2,506,3575.73,26111194,99.93,0,0,0.14,505.99,3575.73,26111195,99.84,0,0,0.29,505.74,3576,26111196,99.93,0,0,0.16,505.72,3576.01,26111197,99.77,0,0,0.59,506.48,3575.25,26111198,99.89,0,0,0.14,506.16,3575.56,26111199,99.7,0,0,0.29,506.12,3575.57,26111200,99.79,0,0,0.29,505.89,3575.83,26111201,99.93,0,0,0.14,505.86,3575.85,26111202,99.88,0,0.01,0.16,506,3575.7,26111203,99.8,0,0,0.6,506.57,3575.13,26111204,99.91,0,0,0.16,506.21,3575.52,26111205,99.8,0,0,0.32,506.2,3575.54,26111206,99.93,0,0,0.16,506.19,3575.56,26111207,99.88,0,0,0.17,506.16,3575.57,26111208,99.77,0,0,0.55,506.49,3575.25,26111209,99.88,0,0,0.14,506.12,3575.61,26111210,99.74,0,0,0.3,505.87,3575.87,26111211,99.92,0,0,0.14,505.9,3575.84,26111212,99.91,0,0,0.13,506.04,3575.69,26111213,99.77,0,0,0.55,506.55,3575.18,26111214,99.87,0,0,0.16,506.25,3575.48,26111215,99.71,0,0,0.3,505.35,3576.4,26111216,99.86,0,0,0.16,505.24,3576.5,26111217,99.92,0,0,0.15,505.22,3576.52,26111218,99.79,0,0,0.59,506.05,3575.68,26111219,99.93,0,0,0.17,506.16,3575.57,26111220,99.6,0,0,0.31,505.22,3576.53,26111221,99.89,0,0,0.14,505.16,3576.58,26111222,99.9,0,0,0.14,505.15,3576.58,26111223,99.76,0,0,0.41,505.99,3575.74,26111224,99.94,0,0,0.29,506.27,3575.46,26111225,99.81,0,0,0.3,506.51,3575.24,26111226,99.9,0,0,0.14,506.49,3575.25,26111227,99.9,0,0,0.16,506.47,3575.27,26111228,99.78,0,0,0.55,506.77,3574.97,26111229,99.77,0,0,0.29,506.42,3575.3,26111230,99.81,0,0,0.29,506.17,3575.56,26111231,99.9,0,0,0.14,506.16,3575.57,26111232,99.92,0,0,0.16,506.14,3575.59,26111233,99.9,0,0,0.15,506.12,3575.61,26111234,99.77,0,0,0.57,506.91,3574.8,26111235,99.84,0,0,0.3,506.53,3575.2,26111236,99.9,0,0,0.16,506.5,3575.23,26111237,99.92,0,0,0.19,506.49,3575.23,26111238,99.92,0,0,0.17,506.46,3575.26,26111239,99.8,0,0,0.55,506.8,3574.92,26111240,99.82,0,0,0.3,506.22,3575.52,26111241,99.93,0,0,0.13,506.19,3575.54,26111242,99.89,0,0,0.16,506.18,3575.55,26111243,99.88,0,0,0.2,505.95,3575.77,26111244,99.78,0,0,0.57,506.38,3575.33,26111245,99.79,0,0,0.3,505.89,3575.84,26111246,99.93,0,0,0.16,505.93,3575.8,26111247,99.93,0,0,0.14,506.02,3575.7,26111248,99.9,0,0,0.2,505.99,3575.73,26111249,99.76,0,0,0.57,506.68,3575.03,26111250,99.71,0,0,0.34,506.69,3575.03,26111251,95.81,0,0,0.17,506.67,3575.05,26111252,99.88,0,0,0.14,506.65,3575.06,26111253,99.88,0,0,0.14,506.63,3575.08,26111254,99.75,0,0,0.56,506.74,3574.97,26111255,99.73,0,0,0.31,506.59,3575.13,26111256,99.93,0,0,0.13,506.59,3575.13,26111257,99.86,0,0,0.14,506.69,3575.02,26111258,99.9,0,0,0.16,506.73,3574.98,26111259,99.59,0,0,0.75,506.84,3574.85,26111260,99.73,0,0,0.34,506.23,3575.47,26111261,99.89,0,0,0.18,506.2,3575.5,26111262,99.92,0,0,0.14,506.17,3575.52,26111263,99.88,0,0,0.14,506.16,3575.53,26111264,99.73,0,0,0.55,506.92,3574.76,26111265,99.83,0,0,0.32,506.39,3575.31,26111266,99.93,0,0,0.18,506.36,3575.34,26111267,99.9,0,0,0.16,506.35,3575.34,26111268,99.89,0,0,0.17,506.32,3575.37,26111269,99.9,0,0,0.18,506.34,3575.35,26111270,99.49,0,0,0.71,506.08,3575.62,26111271,99.92,0,0,0.18,505.49,3576.2,26111272,99.9,0,0,0.18,505.48,3576.21,26111273,99.89,0,0,0.18,505.45,3576.23,26111274,99.89,0,0,0.15,505.44,3576.24,26111275,99.67,0,0,1.01,506.63,3575.08,26111276,99.85,0,0,0.13,506.41,3575.29,26111277,99.89,0,0,0.16,506.38,3575.31,26111278,99.92,0,0,0.14,506.37,3575.32,26111279,99.91,0,0,0.15,506.33,3575.36,26111280,99.51,0,0,0.83,506.73,3574.98,26111281,99.89,0,0,0.14,506.49,3575.21,26111282,99.88,0,0,0.16,506.48,3575.22,26111283,99.87,0,0,0.15,506.46,3575.24,26111284,99.92,0,0,0.14,506.44,3575.25,26111285,99.55,0,0,0.73,507.36,3574.34,26111286,99.88,0,0,0.18,506.67,3575.04,26111287,99.9,0,0,0.18,506.63,3575.06,26111288,99.91,0,0,0.18,506.62,3575.07,26111289,99.7,0,0,0.3,506.9,3574.77,26111290,99.67,0,0,0.56,506.86,3574.83,26111291,99.9,0,0,0.29,506.58,3575.1,26111292,99.86,0,0,0.16,506.7,3574.97,26111293,99.89,0,0,0.14,506.76,3574.91,26111294,99.77,0,0,0.15,506.73,3574.96,26111295,99.5,0,0,0.77,506.74,3574.97,26111296,99.85,0,0,0.18,506.71,3575,26111297,99.84,0,0,0.23,506.68,3575.03,26111298,99.89,0,0,0.18,506.64,3575.06,26111299,99.89,0,0,0.16,506.63,3575.07,26111300,99.53,0,0,0.59,506.81,3574.9,26111301,99.89,0,0,0.29,506.85,3574.85,26111302,99.88,0,0,0.13,506.84,3574.86,26111303,99.84,0,0,0.24,506.61,3575.09,26111304,99.88,0,0,0.15,506.5,3575.19,26111305,99.8,0,0,0.34,506.74,3574.97,26111306,99.7,0,0,0.57,506.85,3574.86,26111307,99.9,0,0,0.16,506.46,3575.25,26111308,99.91,0,0,0.18,506.28,3575.42,26111309,98.23,0,0,0.18,505.68,3576.02,26111310,99.81,0,0,0.34,505.68,3576.03,26111311,99.81,0,0,0.59,506.02,3575.69,26111312,99.88,0,0,0.18,505.65,3576.06,26111313,99.92,0,0,0.18,505.62,3576.08,26111314,99.9,0,0,0.18,505.61,3576.09,26111315,99.79,0,0,0.29,506.01,3575.7,26111316,94.91,0.34,0.01,261.79,520.7,3561.49,26111317,99.88,0,0,0.24,508.33,3573.19,26111318,99.84,0,0,0.14,508.3,3573.22,26111319,99.84,0,0,0.35,508.04,3573.46,26111320,99.8,0,0,0.3,508.03,3573.48,26111321,99.77,0,0,0.6,507.05,3574.48,26111322,99.9,0,0,0.2,505.86,3575.69,26111323,99.9,0,0,0.18,505.99,3575.55,26111324,99.9,0,0,0.15,505.96,3575.59,26111325,99.77,0,0,0.33,506.22,3575.35,26111326,99.77,0,0,0.54,506.45,3575.14,26111327,99.9,0,0,0.19,505.92,3575.68,26111328,99.88,0,0,0.16,505.91,3575.69,26111329,99.87,0,0,0.15,505.88,3575.72,26111330,99.84,0,0,0.34,505.89,3575.72,26111331,99.77,0,0,0.4,506.27,3575.33,26111332,99.91,0,0,0.27,506.09,3575.51,26111333,99.88,0,0,0.18,506.06,3575.54,26111334,99.9,0,0,0.16,506.13,3575.46,26111335,99.79,0,0,0.32,505.56,3576.05,26111336,99.76,0,0,0.42,505.91,3575.69,26111337,99.9,0,0,0.29,506.19,3575.41,26111338,99.88,0,0,0.16,506.18,3575.42,26111339,99.92,0,0,0.15,506.15,3575.44,26111340,99.56,0,0,0.36,504.96,3576.64,26111341,99.86,0,0,0.13,504.9,3576.7,26111342,99.75,0,0,0.6,506.72,3574.88,26111343,99.91,0,0,0.14,506.09,3575.5,26111344,99.91,0,0,0.14,506.08,3575.51,26111345,99.83,0,0,0.3,506.32,3575.29,26111346,99.9,0,0,0.17,506.47,3575.13,26111347,99.78,0,0,0.57,506.93,3574.67,26111348,99.94,0,0,0.14,506.22,3575.38,26111349,99.73,0,0,0.29,505.96,3575.63,26111350,99.86,0,0,0.29,505.95,3575.66,26111351,99.9,0,0,0.16,505.94,3575.66,26111352,99.78,0,0,0.63,506.57,3575.03,26111353,99.91,0,0,0.18,506.14,3575.45,26111354,99.93,0,0,0.15,506.11,3575.47,26111355,99.85,0,0,0.34,506.12,3575.48,26111356,99.9,0,0,0.16,506.09,3575.5,26111357,99.78,0,0,0.55,506.55,3575.04,26111358,99.93,0,0,0.21,506.24,3575.35,26111359,99.9,0,0,0.14,506.22,3575.36,26111360,99.85,0,0,0.29,506.23,3575.37,26111361,99.9,0,0,0.14,506.2,3575.39,26111362,99.77,0,0,0.56,506.53,3575.06,26111363,99.91,0,0,0.18,505.79,3575.8,26111364,99.9,0,0,0.17,505.65,3575.93,26111365,99.86,0,0,0.34,505.88,3575.72,26111366,99.91,0,0,0.14,505.88,3575.72,26111367,99.78,0,0,0.41,506.28,3575.32,26111368,99.92,0,0,0.29,506.09,3575.5,26111369,99.94,0,0,0.14,506.1,3575.49,26111370,99.81,0,0,0.3,506.26,3575.34,26111371,99.92,0,0,0.14,506.23,3575.37,26111372,99.77,0,0,0.36,506.57,3575.03,26111373,99.93,0,0,0.37,506.2,3575.4,26111374,99.93,0,0,0.14,506.18,3575.41,26111375,99.83,0,0,0.39,505.69,3575.91,26111376,99.86,0,0,0.15,505.66,3575.93,26111377,99.92,0,0,0.16,505.65,3575.95,26111378,99.76,0,0,0.54,506.66,3574.97,26111379,99.69,0,0,0.32,506.14,3575.46,26111380,99.75,0,0,0.34,506.19,3575.43,26111381,99.93,0,0,0.18,506.09,3575.52,26111382,99.92,0,0,0.18,506.21,3575.39,26111383,99.79,0,0,0.54,506.59,3575.01,26111384,99.92,0,0,0.14,506.21,3575.39,26111385,99.72,0,0,0.3,506.24,3575.38,26111386,99.93,0,0,0.16,506.2,3575.42,26111387,99.95,0,0,0.14,506.19,3575.42,26111388,99.76,0,0,0.56,506.53,3575.08,26111389,99.94,0,0,0.15,506.15,3575.46,26111390,99.78,0,0,0.31,506.15,3575.47,26111391,99.93,0,0,0.14,506.12,3575.49,26111392,99.92,0,0,0.16,506.1,3575.51,26111393,99.79,0,0,0.57,506.58,3575.03,26111394,99.92,0,0,0.14,506.38,3575.22,26111395,99.86,0,0,0.3,506.48,3575.13,26111396,99.9,0,0,0.16,506.47,3575.14,26111397,99.88,0,0,0.14,506.44,3575.17,26111398,99.73,0,0,0.51,506.83,3574.77,26111399,99.89,0,0,0.2,506.15,3575.45,26111400,99.73,0,0,0.33,506.16,3575.48,26111401,99.88,0,0,0.19,506.14,3575.5,26111402,99.89,0,0,0.2,506.1,3575.52,26111403,99.76,0,0,0.44,506.5,3575.12,26111404,99.94,0,0,0.31,506.31,3575.31,26111405,99.86,0,0,0.32,506.47,3575.16,26111406,99.86,0,0,0.16,506.48,3575.15,26111407,99.88,0,0,0.16,506.46,3575.17,26111408,99.78,0,0,0.43,506.79,3574.83,26111409,99.66,0.03,0.08,0.5,506.43,3575.19,26111410,99.77,0,0,0.35,506.74,3574.89,26111411,99.9,0,0,0.21,506.71,3574.92,26111412,99.86,0,0,0.19,506.71,3574.92,26111413,99.72,0,0,0.35,507.07,3574.54,26111414,99.83,0,0,0.41,506.42,3575.2,26111415,99.76,0,0,0.3,506.65,3574.98,26111416,99.9,0,0,0.16,506.64,3574.98,26111417,99.88,0,0,0.22,506.37,3575.25,26111418,99.9,0,0,0.17,506.35,3575.26,26111419,99.75,0,0,0.6,507,3574.61,26111420,99.74,0,0,0.35,505.86,3575.77,26111421,99.89,0,0,0.19,505.9,3575.73,26111422,99.85,0,0,0.19,505.99,3575.63,26111423,99.84,0,0,0.23,505.98,3575.64,26111424,99.72,0,0,0.59,507.06,3574.55,26111425,99.69,0,0,0.38,506.75,3574.88,26111426,99.85,0,0,0.14,506.67,3574.95,26111427,99.83,0,0,0.2,506.64,3574.98,26111428,99.84,0,0,0.15,506.62,3574.99,26111429,99.63,0,0,0.56,507.1,3574.51,26111430,99.7,0,0,0.35,506.59,3575.03,26111431,99.83,0,0,0.19,506.58,3575.04,26111432,99.8,0,0,0.18,506.57,3575.05,26111433,99.82,0,0,0.18,506.72,3574.89,26111434,99.68,0,0,0.56,507.05,3574.56,26111435,99.69,0,0,0.36,505.52,3576.11,26111436,99.82,0,0,0.13,505.45,3576.17,26111437,99.81,0,0,0.16,505.44,3576.18,26111438,99.8,0,0,0.16,505.42,3576.19,26111439,99.6,0,0,0.72,507.12,3574.47,26111440,99.64,0,0,0.35,506.63,3574.97,26111441,99.79,0,0,0.18,506.61,3574.99,26111442,99.8,0,0,0.18,506.58,3575.01,26111443,99.8,0,0,0.18,506.57,3575.02,26111444,99.7,0,0,0.57,506.9,3574.68,26111445,99.63,0,0,0.37,506.98,3574.63,26111446,99.81,0,0,0.18,506.95,3574.65,26111447,99.8,0,0,0.14,506.94,3574.65,26111448,99.82,0,0,0.15,506.91,3574.68,26111449,99.66,0,0,0.36,507.55,3574.04,26111450,99.7,0,0,0.51,506.65,3574.95,26111451,99.85,0,0,0.14,506.63,3574.97,26111452,99.79,0,0,0.18,506.6,3574.99,26111453,99.83,0,0,0.16,506.58,3575.04,26111454,99.8,0,0,0.15,506.55,3575.05,26111455,99.54,0,0,0.74,506.94,3574.68,26111456,99.83,0,0,0.14,506.47,3575.15,26111457,99.8,0,0,0.15,506.45,3575.17,26111458,99.83,0,0,0.14,506.42,3575.19,26111459,99.79,0,0,0.15,506.39,3575.22,26111460,99.48,0,0,0.7,507.22,3574.4,26111461,99.81,0,0,0.17,506.86,3574.76,26111462,99.8,0,0,0.14,506.71,3574.91,26111463,99.84,0,0,0.14,505.86,3575.75,26111464,99.84,0,0,0.15,505.96,3575.65,26111465,99.54,0,0,0.76,505.37,3576.25,26111466,99.85,0,0,0.16,505.18,3576.43,26111467,99.82,0,0,0.16,505.16,3576.45,26111468,99.83,0,0,0.18,505.12,3576.48,26111469,99.74,0,0,0.3,506.04,3575.54,26111470,99.45,0,0,0.64,506.06,3575.54,26111471,99.83,0,0,0.22,505.63,3575.96,26111472,99.82,0,0,0.14,505.73,3575.86,26111473,99.8,0,0,0.14,505.7,3575.88,26111474,99.83,0,0,0.15,505.68,3575.9,26111475,99.57,0,0,0.57,506.27,3575.33,26111476,99.78,0,0,0.27,505.89,3575.7,26111477,99.79,0,0,0.2,505.86,3575.73,26111478,99.78,0,0,0.14,505.84,3575.74,26111479,99.81,0,0,0.15,505.83,3575.74,26111480,99.54,0,0,0.56,506.58,3575.02,26111481,99.82,0,0,0.29,506.2,3575.39,26111482,99.83,0,0,0.14,506.18,3575.41,26111483,99.76,0,0,0.18,505.81,3575.77,26111484,99.83,0,0,0.14,505.63,3575.95,26111485,99.62,0,0,0.56,506.11,3575.49,26111486,99.8,0,0,0.36,505.86,3575.73,26111487,99.8,0,0,0.15,505.83,3575.76,26111488,99.82,0,0,0.14,505.82,3575.76,26111489,99.8,0,0,0.14,505.97,3575.61,26111490,98.26,0,0,0.3,505.23,3576.36,26111491,99.66,0,0,0.56,506.52,3575.07,26111492,99.8,0,0,0.14,506.16,3575.43,26111493,98.75,0,0,0.17,506.13,3575.45,26111494,99.85,0,0,0.15,506.11,3575.47,26111495,99.7,0,0,0.32,506.11,3575.49,26111496,99.71,0,0,0.55,505.79,3575.8,26111497,99.81,0,0,0.18,505.08,3576.5,26111498,99.83,0,0,0.17,505.14,3576.44,26111499,99.66,0,0,0.33,505.73,3575.83,26111500,99.61,0,0,0.35,505.52,3576.06,26111501,99.68,0,0,0.54,506.28,3575.28,26111502,99.8,0,0,0.15,506.15,3575.41,26111503,99.83,0,0,0.14,506.13,3575.43,26111504,99.85,0,0,0.14,506.1,3575.51,26111505,99.68,0,0,0.34,506.11,3575.53,26111506,99.72,0,0,0.51,506.78,3574.85,26111507,99.83,0,0,0.19,506.06,3575.57,26111508,99.79,0,0,0.15,506.05,3575.59,26111509,99.83,0,0,0.15,506.17,3575.46,26111510,99.66,0,0,0.32,505.25,3576.41,26111511,99.67,0,0,0.56,505.89,3575.76,26111512,99.82,0,0,0.15,505.91,3575.73,26111513,99.84,0,0,0.15,505.88,3575.76,26111514,99.83,0,0,0.14,505.87,3575.77,26111515,99.76,0,0,0.3,506.11,3575.55,26111516,99.65,0,0,0.4,506.21,3575.44,26111517,99.83,0,0,0.3,505.33,3576.32,26111518,99.84,0,0,0.14,505.3,3576.34,26111519,99.82,0,0,0.14,505.43,3576.21,26111520,99.57,0,0,0.31,505.46,3576.2,26111521,99.66,0,0,0.57,505.76,3575.89,26111522,99.83,0,0,0.13,505.17,3576.47,26111523,99.82,0,0,0.16,505.14,3576.5,26111524,99.82,0,0,0.15,505.13,3576.5,26111525,99.76,0,0,0.31,506.33,3575.32,26111526,99.81,0,0,0.16,506.33,3575.32,26111527,99.7,0,0,0.55,507.01,3574.63,26111528,99.83,0,0,0.18,506.27,3575.36,26111529,99.68,0,0,0.32,506.39,3575.22,26111530,99.72,0,0,0.34,506.18,3575.44,26111531,99.84,0,0,0.18,506.16,3575.46,26111532,99.67,0,0,0.54,506.93,3574.69,26111533,99.8,0,0,0.14,506.36,3575.26,26111534,99.77,0,0,0.15,506.35,3575.28,26111535,99.55,0,0,0.32,505.62,3576.03,26111536,99.83,0,0,0.13,505.59,3576.05,26111537,99.66,0,0,0.63,506.41,3575.23,26111538,99.81,0,0,0.14,506.29,3575.34,26111539,99.82,0,0,0.16,506.27,3575.36,26111540,99.63,0,0,0.32,506.51,3575.14,26111541,99.83,0,0,0.16,506.6,3575.04,26111542,99.66,0,0,0.55,506.72,3574.91,26111543,99.77,0,0,0.18,506.03,3575.6,26111544,99.81,0,0,0.14,505.91,3575.71,26111545,99.7,0,0,0.3,505.69,3575.95,26111546,99.82,0,0,0.14,505.65,3575.98,26111547,99.68,0,0,0.55,506.47,3575.16,26111548,99.77,0,0,0.15,506.6,3575.03,26111549,99.8,0,0,0.14,506.59,3575.04,26111550,99.69,0,0,0.35,506.09,3575.54,26111551,99.09,0,0,0.16,506.07,3575.56,26111552,99.68,0,0,0.53,506.83,3574.8,26111553,99.8,0,0,0.15,506.28,3575.34,26111554,98.43,0,0,0.14,506.4,3575.22,26111555,99.7,0,0,0.3,506.45,3575.19,26111556,99.81,0,0,0.14,506.42,3575.22,26111557,99.67,0,0,0.41,506.88,3574.74,26111558,99.83,0,0,0.29,506.12,3575.5,26111559,99.78,0,0,0.31,506.35,3575.24,26111560,99.75,0,0,0.32,506.6,3575.02,26111561,99.82,0,0,0.14,506.59,3575.02,26111562,99.85,0,0,0.16,506.56,3575.04,26111563,99.65,0,0,0.58,506.91,3574.69,26111564,99.85,0,0,0.14,506.52,3575.09,26111565,99.7,0,0,0.31,506.53,3575.1,26111566,99.83,0,0,0.16,506.68,3574.95,26111567,99.8,0,0,0.15,506.66,3574.96,26111568,99.69,0,0,0.56,506.21,3575.4,26111569,99.83,0,0,0.15,505.63,3575.98,26111570,99.65,0,0,0.35,506.36,3575.26,26111571,99.81,0,0,0.13,506.35,3575.27,26111572,99.81,0,0,0.15,506.34,3575.28,26111573,99.69,0,0,0.6,506.65,3574.95,26111574,99.83,0,0,0.14,506.28,3575.31,26111575,99.71,0,0,0.32,506.77,3574.84,26111576,99.83,0,0,0.14,506.76,3574.84,26111577,99.82,0,0,0.15,506.74,3574.87,26111578,99.65,0,0,0.6,507.23,3574.37,26111579,99.8,0,0,0.15,506.88,3574.72,26111580,99.48,0,0,0.31,505.52,3576.09,26111581,99.82,0,0,0.16,505.38,3576.23,26111582,99.83,0,0,0.15,505.36,3576.25,26111583,99.7,0,0,0.5,506.63,3574.97,26111584,99.82,0,0,0.2,506.53,3575.07,26111585,99.71,0,0,0.31,506.52,3575.09,26111586,99.81,0,0,0.14,506.49,3575.11,26111587,99.84,0,0,0.16,506.64,3574.97,26111588,99.74,0,0,0.49,507.01,3574.59,26111589,99.76,0,0,0.34,506.62,3574.95,26111590,99.82,0,0,0.3,506.84,3574.74,26111591,99.89,0,0,0.16,506.84,3574.74,26111592,99.88,0,0,0.14,506.81,3574.77,26111593,99.75,0,0,0.55,507.13,3574.45,26111594,99.91,0,0,0.14,506.52,3575.08,26111595,99.83,0,0,0.34,506.76,3574.86,26111596,99.9,0,0,0.19,506.75,3574.87,26111597,99.85,0,0,0.19,506.48,3575.13,26111598,99.77,0,0,0.39,506.93,3574.68,26111599,99.91,0,0,0.29,506.87,3574.74,26111600,99.83,0,0,0.29,506.88,3574.74,26111601,99.91,0,0,0.16,506.85,3574.77,26111602,99.93,0,0,0.16,506.84,3574.77,26111603,99.89,0,0,0.17,506.52,3575.09,26111604,99.78,0,0,0.55,507.13,3574.48,26111605,99.77,0,0,0.35,506.8,3574.82,26111606,99.9,0,0,0.16,506.78,3574.84,26111607,99.93,0,0,0.14,506.77,3574.85,26111608,99.91,0,0,0.15,506.74,3574.87,26111609,99.79,0,0,0.6,507.06,3574.55,26111610,99.7,0,0,0.32,506.72,3574.9,26111611,99.91,0,0,0.17,506.9,3574.72,26111612,99.9,0,0,0.14,506.9,3574.71,26111613,99.88,0,0,0.15,506.88,3574.72,26111614,99.29,0.01,0.65,0.54,506.92,3574.68,26111615,96.98,0,0,0.49,506.81,3574.81,26111616,99.89,0,0,0.18,506.79,3574.82,26111617,99.92,0,0,0.18,506.76,3574.84,26111618,99.88,0,0,0.14,506.34,3575.26,26111619,99.66,0,0,0.66,505.79,3575.79,26111620,99.81,0,0,0.4,505,3576.59,26111621,99.91,0,0,0.16,505.07,3576.52,26111622,99.91,0,0,0.13,505.15,3576.43,26111623,99.89,0,0,0.17,505.14,3576.44,26111624,99.8,0,0,0.57,505.77,3575.8,26111625,99.83,0,0,0.31,505.46,3576.13,26111626,99.94,0,0,0.16,505.33,3576.26,26111627,99.89,0,0,0.15,505.33,3576.26,26111628,99.92,0,0,0.14,505.3,3576.28,26111629,99.78,0,0,0.55,505.7,3575.87,26111630,99.83,0,0,0.29,506,3575.59,26111631,99.91,0,0,0.19,506.01,3575.58,26111632,99.93,0,0,0.18,505.99,3575.59,26111633,99.9,0,0,0.18,506,3575.58,26111634,99.79,0,0,0.43,506.49,3575.08,26111635,99.81,0,0,0.47,505.18,3576.41,26111636,99.87,0,0,0.18,505.12,3576.47,26111637,99.92,0,0,0.18,505.11,3576.47,26111638,99.91,0,0,0.18,505.08,3576.5,26111639,99.92,0,0,0.21,505.06,3576.52,26111640,99.58,0,0,0.76,506.68,3574.9,26111641,99.88,0,0,0.16,506.02,3575.56,26111642,99.87,0,0,0.14,506,3575.58,26111643,99.91,0,0,0.15,505.98,3575.59,26111644,99.89,0,0,0.14,505.96,3575.61,26111645,99.69,0,0,0.74,505.95,3575.64,26111646,99.86,0,0,0.16,505.42,3576.16,26111647,99.9,0,0,0.18,505.39,3576.19,26111648,99.93,0,0,0.16,505.38,3576.2,26111649,99.75,0,0,0.3,506.32,3575.24,26111650,99.69,0,0,0.72,506.63,3574.94,26111651,99.88,0,0,0.16,506.3,3575.26,26111652,99.9,0,0,0.14,506.27,3575.29,26111653,99.88,0,0,0.15,506.26,3575.3,26111654,99.93,0,0,0.16,506.23,3575.32,26111655,99.5,0,0,0.68,506.59,3574.97,26111656,99.89,0,0,0.2,506.29,3575.27,26111657,99.88,0.01,0.01,0.2,506.13,3575.42,26111658,99.9,0,0,0.16,506.1,3575.46,26111659,99.85,0,0,0.14,506.07,3575.48,26111660,99.66,0,0,0.69,506.26,3575.3,26111661,99.87,0,0,0.22,505.8,3575.76,26111662,99.9,0,0,0.14,505.8,3575.76,26111663,99.83,0,0,0.17,505.62,3575.93,26111664,99.88,0,0,0.16,505.51,3576.04,26111665,99.6,0,0,0.72,506.6,3574.97,26111666,99.9,0,0,0.18,506.23,3575.34,26111667,99.9,0,0,0.15,506.35,3575.22,26111668,99.88,0,0,0.16,506.37,3575.19,26111669,99.9,0,0,0.18,506.34,3575.22,26111670,99.56,0,0,0.52,506.65,3574.92,26111671,99.87,0,0.01,0.41,505.08,3576.49,26111672,99.86,0,0,0.18,505.06,3576.51,26111673,99.87,0,0,0.18,505.03,3576.54,26111674,99.88,0,0,0.18,505.02,3576.54,26111675,99.7,0,0,0.37,505.47,3576.1,26111676,99.76,0,0,0.55,506.51,3575.06,26111677,99.93,0,0,0.16,506.27,3575.29,26111678,99.9,0,0,0.14,506.36,3575.19,26111679,99.81,0,0,0.3,506.33,3575.21,26111680,99.77,0,0,0.36,506.32,3575.22,26111681,94.75,0.3,0.01,260.98,520.97,3561.02,26111682,99.83,0,0,0.22,508.93,3572.5,26111683,99.9,0,0,0.14,508.91,3572.52,26111684,99.93,0,0,0.17,508.89,3572.53,26111685,99.8,0,0,0.34,508.65,3572.79,26111686,99.75,0,0,0.61,507.78,3573.68,26111687,99.84,0.03,0.02,0.16,506.53,3574.95,26111688,99.88,0.01,0,0.15,506.47,3575.01,26111689,99.83,0.06,0.03,0.14,506.5,3574.97,26111690,99.82,0.06,0.04,0.31,506.51,3574.97,26111691,99.71,0.03,0.02,0.59,507.1,3574.39,26111692,99.84,0.04,0.02,0.15,506.27,3575.25,26111693,99.87,0.05,0.03,0.15,506.25,3575.26,26111694,99.9,0.02,0.02,0.17,506.28,3575.22,26111695,99.82,0.01,0.01,0.32,506.56,3574.96,26111696,99.75,0,0,0.41,507.15,3574.37,26111697,99.83,0,0,0.3,506.27,3575.25,26111698,99.8,0,0,0.14,506.25,3575.26,26111699,99.9,0,0,0.15,506.23,3575.28,26111700,99.45,0,0,0.35,506,3575.53,26111701,99.68,0,0,0.57,506.49,3575.03,26111702,99.85,0,0,0.14,506.25,3575.27,26111703,99.86,0,0,0.16,506.36,3575.16,26111704,99.9,0,0,0.15,506.33,3575.18,26111705,99.75,0,0,0.32,506.69,3574.84,26111706,99.69,0,0,0.34,506.91,3574.61,26111707,99.9,0,0,0.38,506.78,3574.74,26111708,99.86,0,0,0.14,506.76,3574.76,26111709,99.69,0,0,0.29,506,3575.49,26111710,99.75,0,0,0.3,506.22,3575.28,26111711,99.77,0,0,0.33,506.57,3574.93,26111712,99.88,0,0,0.42,506.44,3575.06,26111713,99.9,0,0,0.15,506.48,3575.01,26111714,99.88,0,0,0.17,506.57,3574.94,26111715,99.77,0,0,0.31,506.81,3574.73,26111716,99.87,0,0,0.16,506.8,3574.73,26111717,99.7,0,0,0.59,506.92,3574.61,26111718,99.91,0,0,0.16,506.5,3575.02,26111719,99.92,0,0,0.14,506.49,3575.03,26111720,99.83,0,0,0.32,506.73,3574.81,26111721,99.93,0,0,0.18,506.72,3574.81,26111722,99.78,0,0,0.61,506.86,3574.66,26111723,99.9,0,0,0.21,506.3,3575.22,26111724,99.93,0,0,0.18,506.15,3575.36,26111725,99.8,0,0,0.37,506.32,3575.21,26111726,99.87,0,0,0.14,506.32,3575.21,26111727,99.73,0,0,0.55,507.16,3574.37,26111728,99.85,0,0,0.15,506.77,3574.75,26111729,99.87,0,0,0.15,506.76,3574.76,26111730,99.75,0,0.01,0.32,506.73,3574.81,26111731,99.9,0,0,0.13,506.72,3574.81,26111732,99.76,0,0,0.57,507.17,3574.36,26111733,99.84,0,0,0.16,506.68,3574.84,26111734,99.9,0,0,0.14,506.64,3574.87,26111735,99.41,0,0,0.34,506.56,3574.97,26111736,99.9,0,0,0.16,506.57,3574.96,26111737,99.75,0,0,0.54,506.91,3574.62,26111738,99.9,0,0,0.14,506.52,3575,26111739,99.8,0,0,0.29,506.27,3575.22,26111740,99.7,0,0,0.31,506.76,3574.76,26111741,99.9,0,0,0.16,506.73,3574.78,26111742,99.76,0,0,0.36,507.06,3574.46,26111743,99.9,0,0,0.36,506.45,3575.07,26111744,99.85,0,0,0.15,506.43,3575.1,26111745,99.84,0,0,0.32,506.43,3575.12,26111746,99.88,0,0,0.17,506.42,3575.13,26111747,99.77,0,0,0.37,506.94,3574.6,26111748,99.86,0,0,0.36,506.6,3574.94,26111749,99.91,0,0,0.15,506.58,3574.95,26111750,99.72,0,0,0.33,506.82,3574.73,26111751,99.9,0,0,0.16,506.82,3574.73,26111752,99.85,0,0,0.14,506.79,3574.75,26111753,99.75,0,0,0.57,506.92,3574.62,26111754,99.87,0,0,0.18,506.5,3575.03,26111755,99.76,0,0,0.31,506.5,3575.05,26111756,99.89,0,0,0.14,506.48,3575.07,26111757,99.89,0,0,0.16,506.47,3575.07,26111758,99.8,0,0,0.55,507.27,3574.27,26111759,99.84,0,0,0.15,506.68,3574.85,26111760,99.59,0,0,0.32,506.84,3574.71,26111761,99.8,0,0,0.14,506.85,3574.7,26111762,99.87,0,0,0.15,506.82,3574.72,26111763,99.75,0,0,0.54,507.25,3574.29,26111764,99.87,0,0,0.16,506.78,3574.75,26111765,99.8,0,0,0.35,506.79,3574.76,26111766,99.86,0,0,0.16,506.75,3574.79,26111767,99.88,0,0,0.15,506.74,3574.8,26111768,99.72,0,0,0.56,507.06,3574.47,26111769,99.79,0,0,0.3,506.92,3574.58,26111770,99.81,0,0,0.31,506.93,3574.6,26111771,99.92,0,0,0.16,506.04,3575.48,26111772,99.88,0,0,0.15,506.09,3575.43,26111773,99.76,0,0,0.51,506.42,3575.09,26111774,99.82,0,0,0.2,506.06,3575.47,26111775,99.8,0,0,0.31,506.05,3575.5,26111776,99.86,0,0,0.15,506.04,3575.5,26111777,99.87,0,0,0.19,505.77,3575.77,26111778,99.77,0,0,0.42,506.15,3575.38,26111779,99.85,0,0,0.3,505.97,3575.56,26111780,99.77,0,0,0.32,506.22,3575.32,26111781,99.9,0,0,0.15,506.19,3575.35,26111782,99.87,0,0,0.13,506.17,3575.36,26111783,99.78,0,0,0.32,506.54,3574.99,26111784,99.87,0,0,0.39,506.42,3575.11,26111785,99.78,0,0,0.32,505.35,3576.2,26111786,99.86,0,0,0.15,505.31,3576.23,26111787,99.92,0,0,0.16,505.3,3576.24,26111788,99.9,0,0,0.14,505.26,3576.27,26111789,99.75,0,0,0.58,506.46,3575.07,26111790,99.62,0,0,0.31,506.05,3575.49,26111791,99.88,0,0,0.14,505.96,3575.58,26111792,99.88,0,0,0.16,505.94,3575.6,26111793,99.86,0,0,0.15,505.91,3575.62,26111794,99.76,0,0,0.61,506.59,3574.94,26111795,99.64,0,0,0.34,505.38,3576.18,26111796,99.28,0,0,0.15,505.33,3576.23,26111797,99.91,0,0,0.17,505.31,3576.25,26111798,99.9,0,0,0.14,505.29,3576.26,26111799,99.67,0,0,0.73,506.59,3574.94,26111800,99.81,0,0,0.32,506.01,3575.53,26111801,99.87,0,0,0.16,505.98,3575.56,26111802,99.89,0,0,0.15,505.97,3575.57,26111803,99.81,0,0,0.14,505.94,3575.59,26111804,99.73,0,0,0.61,506.41,3575.12,26111805,99.73,0,0,0.37,505.92,3575.62,26111806,99.87,0,0,0.14,506.05,3575.48,26111807,99.87,0,0,0.16,506.06,3575.47,26111808,99.87,0,0,0.14,506.04,3575.49,26111809,99.72,0,0,0.57,506.38,3575.14,26111810,99.75,0,0,0.3,506.25,3575.29,26111811,99.85,0,0,0.14,506.24,3575.29,26111812,99.88,0,0,0.16,506.21,3575.32,26111813,99.88,0,0,0.14,506.2,3575.32,26111814,99.73,0,0,0.42,506.49,3575.03,26111815,99.77,0,0,0.49,504.97,3576.57,26111816,99.84,0,0,0.18,504.96,3576.58,26111817,99.83,0,0,0.18,505.09,3576.44,26111818,99.8,0,0,0.16,505.07,3576.46,26111819,99.88,0,0,0.21,505.28,3576.24,26111820,98.14,0,0,11.5,506.17,3575.71,26111821,99.79,0,0,0.19,505.39,3576.54,26111822,99.82,0,0,0.14,505.37,3576.56,26111823,99.87,0,0,0.14,505.34,3576.59,26111824,99.84,0,0,0.14,505.32,3576.59,26111825,99.44,0,0,0.78,506.7,3575.25,26111826,99.83,0,0,0.16,506.04,3575.91,26111827,99.83,0,0,0.15,506.02,3575.93,26111828,99.91,0,0,0.14,506.05,3575.89,26111829,99.7,0,0,0.29,506.66,3575.27,26111830,99.57,0,0,0.73,507.04,3574.91,26111831,99.83,0,0,0.15,506.41,3575.54,26111832,99.85,0,0,0.17,506.4,3575.54,26111833,99.81,0,0,0.14,506.37,3575.57,26111834,99.81,0,0,0.16,506.36,3575.57,26111835,99.64,0,0,0.76,506.52,3575.43,26111836,99.86,0,0,0.18,505.61,3576.34,26111837,99.88,0,0,0.2,505.57,3576.37,26111838,99.91,0,0,0.17,505.57,3576.37,26111839,99.94,0,0,0.17,505.54,3576.4,26111840,99.65,0,0,0.75,506.74,3575.21,26111841,99.88,0,0,0.18,506.36,3575.58,26111842,99.92,0,0,0.17,506.43,3575.51,26111843,99.88,0,0,0.19,506.3,3575.64,26111844,99.92,0,0,0.18,506.14,3575.79,26111845,99.64,0,0,0.77,506.76,3575.19,26111846,99.85,0,0,0.14,506.37,3575.57,26111847,99.9,0,0,0.18,506.37,3575.57,26111848,99.92,0,0,0.18,506.33,3575.6,26111849,99.89,0,0,0.17,506.32,3575.61,26111850,99.74,0.01,0.02,0.35,506.55,3575.39,26111851,99.7,0.01,0.04,0.61,506.49,3575.45,26111852,99.85,0,0,0.18,506.09,3575.84,26111853,99.35,0,0,0.17,506.08,3575.85,26111854,99.9,0,0,0.18,506.06,3575.86,26111855,99.81,0,0,0.33,506.3,3575.64,26111856,99.74,0,0,0.62,506.86,3575.07,26111857,99.9,0,0,0.17,506.5,3575.42,26111858,99.86,0,0,0.17,506.62,3575.3,26111859,99.76,0,0,0.34,506.67,3575.22,26111860,99.78,0,0,0.32,506.66,3575.26,26111861,99.72,0,0,0.61,506.77,3575.13,26111862,99.85,0,0,0.16,506.36,3575.54,26111863,99.89,0,0,0.17,506.33,3575.57,26111864,99.9,0,0,0.17,506.32,3575.58,26111865,99.76,0,0,0.35,506.36,3575.55,26111866,99.73,0,0,0.57,507.32,3574.59,26111867,99.89,0,0,0.16,506.76,3575.14,26111868,99.89,0,0,0.17,506.73,3575.16,26111869,99.89,0,0,0.15,506.89,3575,26111870,99.79,0,0,0.32,506.66,3575.25,26111871,99.75,0,0,0.46,507.34,3574.57,26111872,99.87,0,0,0.25,506.61,3575.29,26111873,99.87,0,0,0.15,506.59,3575.31,26111874,99.92,0,0,0.15,506.57,3575.32,26111875,99.75,0,0,0.32,506.33,3575.58,26111876,99.76,0,0,0.52,506.87,3575.04,26111877,99.86,0,0,0.25,506.27,3575.62,26111878,99.87,0,0,0.18,506.25,3575.64,26111879,99.91,0,0,0.17,506.26,3575.63,26111880,99.64,0,0,0.37,506.65,3575.25,26111881,99.7,0,0,0.55,506.99,3574.91,26111882,99.85,0,0,0.15,506.62,3575.27,26111883,99.88,0,0,0.14,506.6,3575.29,26111884,99.89,0,0,0.14,506.59,3575.29,26111885,99.78,0,0,0.28,506.58,3575.32,26111886,99.86,0,0,0.16,506.56,3575.34,26111887,99.67,0,0,0.59,506.41,3575.48,26111888,99.85,0,0,0.15,506.01,3575.88,26111889,99.7,0,0,0.29,506.49,3575.37,26111890,99.78,0,0.01,0.31,506.55,3575.32,26111891,99.89,0,0,0.17,506.63,3575.24,26111892,99.69,0,0,0.56,506.95,3574.91,26111893,99.87,0,0,0.14,506.59,3575.27,26111894,99.81,0,0,0.14,506.57,3575.31,26111895,99.74,0,0,0.29,506.56,3575.33,26111896,99.86,0,0,0.16,506.53,3575.36,26111897,99.73,0,0,0.66,507.06,3574.82,26111898,99.88,0,0,0.15,506.73,3575.15,26111899,99.89,0,0,0.14,506.77,3575.11,26111900,99.82,0,0,0.27,506.45,3575.45,26111901,99.86,0,0,0.14,506.43,3575.46,26111902,99.72,0,0,0.58,506.93,3574.98,26111903,99.89,0,0,0.18,506.53,3575.37,26111904,99.89,0,0,0.17,506.37,3575.53,26111905,99.34,0,0,0.29,506.18,3575.73,26111906,99.91,0,0,0.16,506.09,3575.82,26111907,99.7,0,0,0.53,506.88,3575.03,26111908,99.86,0,0,0.21,506.54,3575.36,26111909,99.92,0,0,0.15,506.51,3575.39,26111910,99.65,0,0,0.31,505.65,3576.26,26111911,99.88,0,0,0.16,505.69,3576.21,26111912,99.69,0,0,0.51,506.44,3575.46,26111913,99.86,0,0,0.2,506.88,3575.02,26111914,99.86,0,0,0.17,506.85,3575.04,26111915,99.75,0,0,0.27,506.86,3575.05,26111916,99.91,0,0,0.14,506.83,3575.07,26111917,99.78,0,0,0.39,507.17,3574.73,26111918,99.9,0,0,0.39,506.78,3575.11,26111919,99.73,0,0,0.3,506.77,3575.1,26111920,99.76,0,0,0.26,506.82,3575.06,26111921,99.9,0.01,0,0.16,506.86,3575.02,26111922,99.72,0,0,0.45,507.19,3574.68,26111923,99.9,0,0,0.29,507.05,3574.82,26111924,99.82,0,0,0.14,507.03,3574.85,26111925,99.79,0,0,0.28,506.8,3575.11,26111926,99.89,0,0,0.14,506.5,3575.4,26111927,99.73,0,0,0.14,506.01,3575.88,26111928,99.69,0,0,0.57,505.79,3576.09,26111929,99.91,0,0,0.14,505.17,3576.71,26111930,99.81,0,0,0.26,505.89,3576.01,26111931,99.91,0,0,0.16,505.89,3576,26111932,99.92,0,0,0.13,505.87,3576.02,26111933,99.78,0,0,0.57,506.63,3575.25,26111934,99.88,0,0,0.14,506.06,3575.82,26111935,99.81,0,0,0.32,506.06,3575.84,26111936,99.87,0,0,0.18,506.05,3575.85,26111937,99.87,0,0,0.18,506.01,3575.88,26111938,99.75,0,0,0.57,506.35,3575.53,26111939,99.89,0,0,0.16,505.97,3575.91,26111940,99.54,0,0,0.27,506.19,3575.7,26111941,99.9,0,0,0.14,506.14,3575.75,26111942,99.84,0,0,0.16,506.12,3575.77,26111943,99.72,0,0,0.57,506.46,3575.43,26111944,99.9,0,0,0.14,506.08,3575.8,26111945,99.77,0,0,0.28,506.09,3575.81,26111946,99.9,0,0,0.13,506.05,3575.84,26111947,99.9,0,0,0.17,506.04,3575.85,26111948,99.75,0,0,0.55,506.47,3575.41,26111949,99.78,0,0,0.32,505.75,3576.12,26111950,99.86,0,0,0.26,506.3,3575.59,26111951,99.87,0,0,0.14,506.39,3575.5,26111952,99.87,0,0,0.16,506.38,3575.5,26111953,99.76,0,0,0.57,506.7,3575.18,26111954,99.84,0,0,0.18,506.34,3575.55,26111955,99.81,0,0,0.28,506.09,3575.83,26111956,99.9,0,0,0.14,506.05,3575.86,26111957,99.84,0,0,0.18,506.04,3575.86,26111958,99.68,0,0,0.43,506.36,3575.54,26111959,99.84,0,0,0.29,506,3575.89,26111960,99.76,0,0,0.25,505.99,3575.92,26111961,99.82,0,0,0.17,506.09,3575.82,26111962,99.82,0,0,0.14,506.08,3575.83,26111963,99.8,0,0,0.18,505.87,3576.03,26111964,99.67,0,0,0.57,506.46,3575.44,26111965,99.72,0,0,0.27,506.33,3575.58,26111966,99.88,0,0,0.15,506.32,3575.59,26111967,99.88,0,0,0.15,506.31,3575.6,26111968,99.86,0,0,0.15,506.28,3575.62,26111969,99.77,0,0,0.55,506.57,3575.32,26111970,99.72,0,0,0.3,506.02,3575.89,26111971,99.9,0,0,0.18,506.01,3575.89,26111972,99.9,0,0,0.18,505.98,3575.92,26111973,99.91,0,0,0.16,506.02,3575.88,26111974,99.44,0,0,0.5,506.66,3575.23,26111975,99.62,0,0,0.32,505.2,3576.71,26111976,99.89,0,0,0.14,505.15,3576.75,26111977,99.85,0,0,0.17,505.14,3576.76,26111978,99.85,0,0,0.15,505.11,3576.79,26111979,99.63,0,0.01,0.61,506.54,3575.33,26111980,99.76,0,0,0.36,506.31,3575.57,26111981,99.82,0,0,0.15,506.26,3575.62,26111982,99.82,0,0,0.15,506.23,3575.64,26111983,99.83,0,0,0.14,506.35,3575.52,26111984,99.74,0,0,0.52,506.63,3575.25,26111985,99.64,0,0,0.36,505.41,3576.48,26111986,99.86,0,0,0.14,505.38,3576.52,26111987,99.8,0,0,0.15,505.35,3576.54,26111988,99.8,0,0,0.16,505.34,3576.55,26111989,99.7,0,0,0.44,506.16,3575.72,26111990,99.75,0,0,0.43,506.05,3575.85,26111991,99.8,0,0,0.17,506.03,3575.86,26111992,99.83,0,0,0.14,506.01,3575.87,26111993,99.8,0,0,0.15,505.98,3575.9,26111994,93.69,2.43,0.03,263.77,517.02,3563.53,26111995,99.74,0,0,0.48,508.76,3570.76,26111996,99.83,0,0,0.17,508.73,3570.79,26111997,99.83,0,0,0.18,508.72,3570.79,26111998,99.82,0,0,0.15,508.69,3570.82,26111999,99.83,0,0,0.2,506.87,3572.68,26112000,99.17,0,0,0.71,504.6,3575,26112001,99.8,0,0,0.17,504.2,3575.4,26112002,99.78,0,0,0.16,504.18,3575.41,26112003,99.78,0,0,0.18,504.15,3575.44,26112004,99.84,0,0,0.17,504.13,3575.45,26112005,99.6,0,0,0.76,506.41,3573.19,26112006,99.81,0,0,0.14,506.09,3573.51,26112007,99.83,0,0,0.16,506.06,3573.53,26112008,99.79,0,0,0.14,506.06,3573.53,26112009,99.74,0,0,0.29,506.03,3573.54,26112010,99.56,0,0,0.72,506.87,3572.71,26112011,99.82,0,0,0.24,506.25,3573.33,26112012,99.84,0,0,0.15,506.31,3573.26,26112013,99.79,0,0,0.15,506.39,3573.18,26112014,99.78,0,0,0.15,506.38,3573.18,26112015,99.42,0,0,0.71,506.97,3572.61,26112016,99.77,0,0,0.13,506.61,3572.97,26112017,99.83,0.01,0.03,0.21,506.56,3573.01,26112018,99.78,0,0,0.14,506.52,3573.05,26112019,99.81,0,0,0.15,506.51,3573.05,26112020,99.55,0,0,0.65,507.23,3572.35,26112021,99.76,0,0,0.21,506.49,3573.09,26112022,99.81,0,0,0.14,506.66,3572.91,26112023,99.83,0,0,0.19,506.67,3572.89,26112024,99.81,0,0,0.13,506.64,3572.92,26112025,99.6,0,0,0.59,506.9,3572.68,26112026,99.83,0,0,0.31,506.61,3572.96,26112027,99.83,0,0,0.14,506.59,3572.98,26112028,99.82,0,0,0.14,506.57,3572.99,26112029,99.81,0,0,0.15,506.55,3573,26112030,99.53,0,0,0.46,506.89,3572.68,26112031,99.78,0,0,0.38,506.3,3573.28,26112032,99.81,0,0,0.16,506.27,3573.3,26112033,99.76,0,0,0.14,506.26,3573.3,26112034,99.78,0.01,0.02,0.16,506.36,3573.2,26112035,99.48,0,0,0.47,506.7,3572.88,26112036,99.82,0,0,0.38,506.57,3573,26112037,99.82,0,0,0.14,506.54,3573.02,26112038,99.84,0,0,0.16,506.53,3573.03,26112039,99.74,0,0,0.29,506.75,3572.8,26112040,99.74,0,0,0.32,506.64,3572.93,26112041,99.68,0,0,0.57,507.04,3572.53,26112042,99.79,0,0,0.14,506.64,3572.92,26112043,99.8,0,0,0.16,506.63,3572.93,26112044,99.84,0,0,0.15,506.6,3572.97,26112045,99.78,0,0,0.3,506.86,3572.73,26112046,96.58,0.02,0.01,78.75,519.39,3562.1,26112047,99.83,0,0,0.25,509.42,3570.18,26112048,99.8,0,0,0.14,509.39,3570.21,26112049,99.8,0,0,0.15,509.38,3570.21,26112050,99.76,0,0,0.27,509.13,3570.47,26112051,99.7,0,0,0.67,508.02,3571.6,26112052,99.81,0,0,0.18,506.42,3573.21,26112053,99.85,0,0,0.18,506.41,3573.23,26112054,99.84,0,0,0.16,506.38,3573.25,26112055,99.75,0,0,0.36,506.63,3573.01,26112056,99.7,0,0,0.58,506.96,3572.68,26112057,99.82,0,0,0.14,506.59,3573.04,26112058,99.84,0,0,0.15,506.61,3573.02,26112059,99.82,0,0,0.17,506.74,3572.89,26112060,99.39,0,0,0.33,506.02,3573.63,26112061,99.58,0,0,0.42,506.61,3573.02,26112062,99.71,0,0,0.29,506.69,3572.94,26112063,99.78,0,0,0.14,506.67,3572.96,26112064,99.81,0,0,0.15,506.65,3572.97,26112065,99.71,0,0,0.3,506.65,3572.99,26112066,99.69,0,0,0.51,506.89,3572.75,26112067,99.8,0,0,0.18,506.13,3573.51,26112068,99.84,0,0,0.16,506.1,3573.52,26112069,99.59,0,0,0.43,506.09,3573.51,26112070,99.72,0,0,0.28,506.64,3572.99,26112071,99.68,0,0,0.33,507.4,3572.23,26112072,99.74,0,0,0.4,506.93,3572.7,26112073,99.8,0,0,0.15,506.9,3572.72,26112074,99.77,0,0,0.15,506.89,3572.73,26112075,99.6,0,0,0.29,506.65,3572.98,26112076,99.82,0,0,0.14,506.62,3573.01,26112077,99.59,0,0,0.6,507.08,3572.54,26112078,99.78,0,0,0.18,506.57,3573.05,26112079,99.8,0,0,0.14,506.54,3573.07,26112080,99.69,0,0,0.27,506.47,3573.16,26112081,99.75,0,0,0.18,506.29,3573.34,26112082,99.68,0,0,0.55,506.25,3573.37,26112083,99.8,0,0,0.19,505.76,3573.86,26112084,99.78,0,0,0.14,505.44,3574.18,26112085,99.6,0,0,0.29,504.72,3574.92,26112086,99.79,0,0,0.14,504.68,3574.95,26112087,99.65,0,0,0.52,505.76,3573.87,26112088,99.76,0,0,0.19,506.11,3573.51,26112089,99.75,0,0,0.15,506.08,3573.53,26112090,99.58,0,0,0.28,506.34,3573.3,26112091,99.78,0,0,0.16,506.31,3573.32,26112092,99.63,0,0,0.41,506.61,3573.01,26112093,99.81,0,0,0.3,506.24,3573.38,26112094,99.79,0,0,0.16,506.21,3573.4,26112095,99.62,0,0,0.34,506.22,3573.41,26112096,99.77,0,0,0.18,506.19,3573.44,26112097,99.63,0,0,0.44,506.89,3572.73,26112098,99.79,0,0,0.31,506.15,3573.47,26112099,99.6,0,0,0.36,505.89,3573.7,26112100,99.68,0,0,0.33,506.13,3573.48,26112101,99.78,0,0,0.18,506.12,3573.48,26112102,99.68,0,0,0.47,506.47,3573.12,26112103,99.79,0,0,0.29,506.33,3573.26,26112104,99.8,0,0,0.14,506.45,3573.15,26112105,99.58,0,0,0.29,506.5,3573.12,26112106,99.75,0,0,0.33,506.22,3573.4,26112107,99.6,0,0,0.54,506.53,3573.08,26112108,99.78,0,0,0.23,505.94,3573.67,26112109,99.83,0,0,0.16,505.92,3573.68,26112110,99.64,0,0,0.32,505.93,3573.7,26112111,99.74,0,0,0.13,505.92,3573.72,26112112,99.81,0,0,0.16,505.88,3573.75,26112113,99.62,0,0,0.61,506.72,3572.91,26112114,99.79,0,0,0.19,506.33,3573.29,26112115,99.66,0,0,0.34,506.1,3573.54,26112116,99.79,0,0,0.17,506.21,3573.43,26112117,99.79,0,0,0.18,506.24,3573.39,26112118,99.67,0,0,0.55,506.77,3572.86,26112119,99.79,0,0,0.14,506.45,3573.18,26112120,99.57,0,0,0.27,506.45,3573.2,26112121,99.71,0,0,0.15,506.43,3573.21,26112122,99.71,0,0,0.14,506.4,3573.23,26112123,99.6,0,0,0.55,506.86,3572.77,26112124,99.78,0,0,0.15,506.36,3573.26,26112125,99.65,0,0,0.29,505.42,3574.22,26112126,99.78,0,0,0.15,505.36,3574.28,26112127,99.79,0,0,0.19,505.35,3574.28,26112128,99.65,0,0,0.58,506.22,3573.41,26112129,99.68,0,0,0.29,506.71,3572.89,26112130,99.69,0,0,0.28,506.23,3573.4,26112131,99.82,0,0,0.16,506.2,3573.42,26112132,99.73,0,0,0.15,506.18,3573.44,26112133,99.61,0,0,0.45,506.5,3573.11,26112134,99.68,0,0,0.3,506.14,3573.47,26112135,99.6,0,0,0.34,506.37,3573.25,26112136,99.77,0,0,0.18,506.36,3573.26,26112137,99.76,0,0,0.22,506.09,3573.53,26112138,99.65,0,0,0.44,506.68,3572.93,26112139,99.73,0,0,0.31,506.08,3573.52,26112140,99.58,0,0,0.33,506.48,3573.14,26112141,99.72,0,0,0.17,506.46,3573.16,26112142,99.78,0,0,0.17,506.45,3573.17,26112143,99.56,0,0,0.46,506.63,3572.97,26112144,99.81,0,0,0.31,505.67,3573.94,26112145,99.64,0,0,0.31,505.18,3574.44,26112146,99.85,0,0,0.18,505.15,3574.47,26112147,99.85,0,0,0.17,505.13,3574.48,26112148,99.62,0,0,0.57,505.58,3574.02,26112149,99.9,0,0,0.16,506.07,3573.53,26112150,99.74,0,0,0.33,506.38,3573.24,26112151,99.9,0,0,0.2,506.44,3573.18,26112152,99.87,0,0,0.19,506.45,3573.16,26112153,99.89,0,0,0.18,506.44,3573.17,26112154,99.68,0,0,0.57,507.08,3572.52,26112155,99.54,0,0,0.29,505.48,3574.15,26112156,99.9,0,0,0.17,505.41,3574.21,26112157,99.9,0,0,0.18,505.41,3574.21,26112158,99.88,0,0,0.16,505.38,3574.24,26112159,99.62,0,0,0.75,505.61,3573.98,26112160,99.76,0,0,0.29,506.55,3573.05,26112161,99.81,0,0,0.18,506.56,3573.04,26112162,99.76,0,0,0.17,506.54,3573.05,26112163,99.89,0,0,0.18,506.68,3572.91,26112164,99.68,0,0,0.59,506.83,3572.78,26112165,99.77,0,0,0.28,506.46,3573.16,26112166,99.85,0,0,0.14,506.42,3573.19,26112167,99.76,0,0,0.16,506.4,3573.22,26112168,99.88,0,0,0.14,506.38,3573.22,26112169,99.75,0,0,0.56,506.77,3572.83,26112170,99.77,0,0,0.28,506.37,3573.26,26112171,99.89,0,0,0.14,506.34,3573.28,26112172,99.91,0,0,0.14,506.33,3573.29,26112173,99.84,0,0,0.15,506.3,3573.31,26112174,99.71,0,0,0.51,506.75,3572.86,26112175,99.66,0,0,0.36,506.53,3573.09,26112176,99.86,0,0,0.16,506.49,3573.13,26112177,99.92,0,0,0.14,506.46,3573.15,26112178,99.91,0,0,0.14,506.45,3573.16,26112179,99.75,0,0,0.43,506.78,3572.82,26112180,99.55,0,0,0.41,506.68,3572.95,26112181,99.84,0,0,0.14,506.65,3572.97,26112182,99.88,0,0,0.17,506.58,3573.04,26112183,99.92,0,0,0.14,506.37,3573.25,26112184,99.73,0,0,0.55,506.51,3573.1,26112185,99.84,0,0,0.37,506.55,3573.07,26112186,99.82,0,0,0.16,506.62,3572.99,26112187,99.85,0,0,0.16,506.73,3572.88,26112188,99.81,0,0,0.16,506.71,3572.89,26112189,99.68,0,0,0.56,506.91,3572.67,26112190,99.8,0,0,0.43,506.69,3572.91,26112191,99.88,0,0,0.14,506.67,3572.92,26112192,99.91,0,0,0.14,506.65,3572.95,26112193,99.9,0,0,0.16,506.63,3572.95,26112194,87.29,0,0,69.42,536.01,3527.1,26112195,99.72,0,0,34.11,509.46,3565.71,26112196,99.86,0,0,0.17,509.41,3565.77,26112197,99.86,0,0,0.17,509.15,3566.03,26112198,99.81,0,0,0.16,509.3,3565.88,26112199,99.84,0,0,0.14,509.3,3565.87,26112200,99.56,0,0,0.71,507.27,3568.02,26112201,99.86,0,0,0.16,506.86,3568.43,26112202,99.88,0,0,0.15,506.83,3568.45,26112203,99.83,0,0,0.18,506.7,3568.57,26112204,99.87,0,0,0.13,506.3,3568.97,26112205,98.35,0,0,16.07,509.94,3565.85,26112206,99.87,0,0,0.22,506.89,3568.53,26112207,99.88,0,0,0.14,506.88,3568.53,26112208,99.9,0,0,0.14,506.86,3568.56,26112209,99.84,0,0,0.15,506.84,3568.56,26112210,99.6,0,0,0.55,506.58,3568.84,26112211,99.88,0,0,0.26,507,3568.42,26112212,99.85,0,0,0.16,506.99,3568.43,26112213,99.88,0,0,0.14,506.97,3568.44,26112214,99.89,0,0,0.14,506.94,3568.47,26112215,99.51,0,0,0.69,507.45,3567.98,26112216,99.72,0,0,0.19,507.17,3568.25,26112217,99.88,0,0,0.18,507.16,3568.26,26112218,99.88,0,0,0.19,507.12,3568.29,26112219,99.08,0,0,0.33,506.37,3569,26112220,99.55,0,0,0.75,507.23,3568.16,26112221,99.85,0,0,0.19,506.83,3568.56,26112222,99.8,0,0,0.18,506.87,3568.51,26112223,99.84,0,0,0.18,506.97,3568.41,26112224,99.85,0,0,0.19,506.95,3568.43,26112225,99.64,0,0,0.79,506.77,3568.62,26112226,99.83,0,0,0.18,506.93,3568.46,26112227,99.79,0,0,0.21,506.91,3568.48,26112228,99.88,0,0,0.14,506.89,3568.49,26112229,99.91,0,0,0.17,506.87,3568.5,26112230,99.55,0,0,0.72,507.23,3568.17,26112231,99.88,0,0,0.18,506.85,3568.54,26112232,99.87,0,0,0.18,506.83,3568.55,26112233,99.83,0,0,0.18,506.81,3568.57,26112234,99.88,0,0,0.18,506.79,3568.59,26112235,99.51,0,0,0.45,507.79,3567.61,26112236,99.88,0,0,0.42,506.85,3568.54,26112237,99.87,0,0,0.18,506.2,3569.18,26112238,99.9,0,0,0.14,506.18,3569.2,26112239,99.88,0,0,0.14,506.16,3569.22,26112240,99.6,0,0,0.28,505.93,3569.47,26112241,99.73,0,0,0.54,506.24,3569.15,26112242,99.87,0,0,0.15,505.87,3569.51,26112243,99.9,0,0,0.17,505.85,3569.54,26112244,99.83,0,0,0.15,505.83,3569.55,26112245,99.67,0,0,0.38,506.06,3569.33,26112246,99.7,0,0,0.52,506.49,3568.9,26112247,99.84,0,0,0.16,506.22,3569.17,26112248,99.85,0,0,0.14,506.21,3569.17,26112249,99.79,0,0,0.27,506.22,3569.14,26112250,99.75,0,0,0.3,506.45,3568.92,26112251,99.74,0,0,0.54,506.95,3568.42,26112252,99.8,0,0,0.16,506.16,3569.21,26112253,99.8,0,0,0.16,506.13,3569.24,26112254,99.86,0,0,0.14,506.12,3569.26,26112255,99.66,0,0,0.3,506.12,3569.28,26112256,99.73,0,0,0.54,506.46,3568.93,26112257,99.88,0,0,0.19,506.07,3569.32,26112258,99.84,0,0,0.16,506.22,3569.17,26112259,99.85,0,0,0.16,506.25,3569.13,26112260,99.72,0,0,0.29,506.5,3568.89,26112261,99.78,0,0,0.48,506.22,3569.17,26112262,99.9,0,0,0.21,505.22,3570.17,26112263,99.85,0,0,0.17,505.34,3570.04,26112264,99.9,0,0,0.16,505.91,3569.46,26112265,99.7,0,0,0.29,504.98,3570.42,26112266,99.73,0,0,0.39,506,3569.39,26112267,99.91,0,0,0.29,506.13,3569.25,26112268,99.85,0,0,0.14,506.12,3569.26,26112269,99.85,0,0,0.15,506.25,3569.13,26112270,99.74,0,0,0.33,506.26,3569.13,26112271,99.73,0,0,0.57,506.66,3568.73,26112272,99.88,0,0,0.18,506.71,3568.67,26112273,99.89,0,0,0.18,506.68,3568.7,26112274,99.9,0,0,0.18,506.67,3568.7,26112275,99.78,0,0,0.29,506.42,3568.97,26112276,99.75,0,0,0.46,506.71,3568.68,26112277,99.88,0,0,0.32,506.48,3568.9,26112278,99.9,0,0,0.15,506.48,3568.89,26112279,99.68,0,0,0.27,506.45,3568.91,26112280,99.8,0,0,0.27,506.68,3568.69,26112281,99.89,0,0,0.14,506.67,3568.69,26112282,99.77,0,0,0.58,506.77,3568.59,26112283,99.93,0,0,0.14,506.39,3568.97,26112284,99.91,0,0,0.15,506.37,3568.98,26112285,99.77,0,0,0.32,506.37,3569,26112286,99.92,0,0,0.14,506.36,3569,26112287,99.76,0,0,0.54,506.78,3568.58,26112288,99.76,0,0,0.16,506.32,3569.03,26112289,99.89,0,0,0.14,506.34,3569.01,26112290,99.77,0,0,0.29,506.73,3568.63,26112291,99.86,0,0,0.13,506.7,3568.66,26112292,99.68,0,0,0.54,507.04,3568.32,26112293,99.88,0,0,0.16,506.66,3568.69,26112294,99.85,0,0,0.14,506.64,3568.7,26112295,99.72,0,0,0.28,506.16,3569.2,26112296,99.82,0,0,0.18,506.13,3569.23,26112297,99.71,0,0,0.55,506.7,3568.66,26112298,99.79,0,0,0.15,506.58,3568.77,26112299,99.84,0,0,0.17,506.56,3568.79,26112300,99.55,0,0,0.29,506.6,3568.76,26112301,99.83,0,0,0.15,506.68,3568.68,26112302,99.7,0,0,0.43,507.19,3568.16,26112303,99.87,0,0,0.3,506.68,3568.66,26112304,99.88,0,0,0.16,506.66,3568.68,26112305,99.71,0,0,0.32,505.95,3569.4,26112306,99.84,0,0,0.13,505.91,3569.44,26112307,99.69,0,0,0.45,506.33,3569.01,26112308,99.88,0,0,0.29,506.6,3568.73,26112309,99.75,0,0,0.29,506.59,3568.72,26112310,99.83,0,0,0.33,506.58,3568.75,26112311,99.88,0,0,0.14,506.57,3568.76,26112312,99.73,0,0,0.46,506.92,3568.4,26112313,99.91,0,0,0.26,506.82,3568.51,26112314,99.89,0,0,0.14,506.95,3568.39,26112315,99.72,0,0,0.28,506.7,3568.65,26112316,99.88,0,0,0.16,506.68,3568.66,26112317,99.85,0,0,0.21,506.66,3568.68,26112318,99.73,0,0,0.55,507.4,3567.94,26112319,99.85,0,0,0.14,506.84,3568.49,26112320,99.78,0,0,0.32,506.84,3568.51,26112321,99.86,0,0,0.18,506.82,3568.53,26112322,99.85,0,0,0.18,506.79,3568.56,26112323,99.65,0,0,0.56,507.25,3568.08,26112324,99.86,0,0,0.16,506.68,3568.65,26112325,99.72,0,0,0.34,506.94,3568.41,26112326,99.88,0,0,0.18,506.9,3568.44,26112327,99.86,0,0,0.18,506.89,3568.45,26112328,99.73,0,0,0.54,507.22,3568.11,26112329,99.9,0,0,0.14,506.84,3568.49,26112330,99.74,0,0,0.29,506.61,3568.74,26112331,99.88,0,0,0.14,506.58,3568.77,26112332,99.91,0,0,0.14,506.56,3568.78,26112333,99.76,0,0,0.57,506.9,3568.44,26112334,99.9,0,0,0.16,506.52,3568.81,26112335,99.79,0,0,0.32,506.93,3568.41,26112336,99.65,0,0,0.17,506.97,3568.38,26112337,99.93,0,0,0.18,506.94,3568.4,26112338,99.75,0,0,0.54,507.52,3567.81,26112339,99.7,0,0,0.28,506.4,3568.92,26112340,99.46,0,0,0.3,506.92,3568.41,26112341,99.9,0,0,0.14,506.86,3568.47,26112342,99.88,0,0,0.17,506.83,3568.49,26112343,99.74,0,0,0.55,507.18,3568.15,26112344,99.89,0,0,0.16,506.8,3568.54,26112345,99.68,0,0,0.28,506.57,3568.79,26112346,99.93,0,0,0.18,506.69,3568.66,26112347,99.82,0,0,0.16,506.71,3568.64,26112348,99.72,0,0,0.48,507.16,3568.18,26112349,99.93,0,0,0.21,507.16,3568.18,26112350,99.81,0,0,0.29,506.66,3568.69,26112351,99.86,0,0,0.14,506.63,3568.72,26112352,99.9,0,0,0.14,506.62,3568.73,26112353,99.71,0,0,0.4,507.28,3568.06,26112354,99.89,0,0,0.31,506.82,3568.52,26112355,99.75,0,0,0.3,506.59,3568.76,26112356,99.87,0,0,0.16,506.56,3568.8,26112357,99.85,0,0,0.16,506.55,3568.81,26112358,99.82,0,0,0.14,506.68,3568.68,26112359,99.65,0,0,0.53,507.51,3567.85,26112360,99.58,0,0,0.3,506.94,3568.43,26112361,99.89,0,0,0.14,506.93,3568.44,26112362,99.86,0,0,0.16,506.9,3568.47,26112363,99.8,0.01,0.06,0.15,506.94,3568.42,26112364,99.74,0,0,0.54,507.25,3568.11,26112365,99.75,0,0,0.29,505.69,3569.68,26112366,99.85,0,0,0.14,505.66,3569.71,26112367,99.78,0,0,0.17,505.63,3569.73,26112368,99.85,0,0,0.15,505.6,3569.75,26112369,99.5,0,0,0.7,507.58,3567.75,26112370,99.75,0,0,0.28,506.56,3568.79,26112371,99.88,0,0,0.14,506.54,3568.81,26112372,99.75,0,0,0.16,506.55,3568.79,26112373,99.83,0,0,0.15,506.69,3568.65,26112374,99.64,0,0,0.54,507.29,3568.04,26112375,99.65,0,0,0.33,505.95,3569.4,26112376,99.9,0,0,0.17,505.87,3569.47,26112377,99.88,0,0,0.18,506.08,3569.26,26112378,99.9,0,0,0.15,506.07,3569.26,26112379,99.69,0,0,0.49,506.81,3568.52,26112380,99.72,0,0,0.34,506.8,3568.55,26112381,99.87,0,0,0.15,506.76,3568.58,26112382,99.9,0,0,0.16,506.9,3568.44,26112383,99.86,0,0,0.17,506.91,3568.43,26112384,99.76,0,0,0.49,507.34,3567.99,26112385,99.75,0,0,0.33,506.9,3568.45,26112386,99.89,0,0,0.16,506.87,3568.47,26112387,99.9,0,0,0.14,506.85,3568.49,26112388,99.82,0,0,0.15,506.77,3568.56,26112389,99.73,0,0,0.48,506.27,3569.07,26112390,99.74,0,0,0.34,506.04,3569.31,26112391,99.85,0,0,0.14,506.08,3569.27,26112392,99.87,0,0,0.15,506.17,3569.17,26112393,99.81,0,0,0.14,506.16,3569.17,26112394,99.7,0,0,0.56,506.55,3568.78,26112395,99.8,0,0,0.29,506.39,3568.95,26112396,99.73,0,0,0.18,506.36,3568.98,26112397,99.83,0,0,0.12,506.34,3569,26112398,99.83,0,0,0.18,506.31,3569.02,26112399,99.54,0,0,0.7,506.91,3568.4,26112400,99.73,0,0,0.41,506.79,3568.54,26112401,99.9,0,0,0.18,506.76,3568.57,26112402,99.9,0,0,0.15,506.83,3568.49,26112403,99.89,0,0,0.14,506.94,3568.38,26112404,99.83,0,0,0.15,506.93,3568.4,26112405,99.61,0,0,0.67,507.13,3568.22,26112406,99.86,0,0,0.16,506.67,3568.68,26112407,99.81,0,0,0.14,506.63,3568.71,26112408,99.9,0,0,0.16,506.63,3568.71,26112409,99.85,0,0,0.14,506.59,3568.74,26112410,94.74,0.33,0.01,261.16,520.91,3555.12,26112411,99.88,0,0,0.21,508.8,3566.36,26112412,99.89,0,0,0.16,508.78,3566.37,26112413,99.87,0,0,0.14,508.9,3566.25,26112414,99.9,0,0,0.15,508.92,3566.22,26112415,99.59,0,0,0.76,507.49,3567.69,26112416,99.87,0,0,0.14,505.52,3569.67,26112417,99.93,0,0,0.16,505.49,3569.69,26112418,99.9,0,0,0.14,505.46,3569.72,26112419,99.85,0,0,0.15,505.45,3569.73,26112420,99.31,0,0,0.55,506.35,3568.85,26112421,99.85,0,0,0.32,506.42,3568.81,26112422,99.84,0,0,0.15,506.39,3568.83,26112423,99.83,0,0,0.14,506.38,3568.83,26112424,99.86,0,0,0.14,506.35,3568.86,26112425,99.52,0,0,0.71,506.49,3568.73,26112426,99.87,0,0,0.19,506.51,3568.71,26112427,99.83,0,0,0.16,506.48,3568.74,26112428,99.85,0,0,0.14,506.46,3568.74,26112429,99.8,0,0,0.26,506.68,3568.5,26112430,99.7,0,0,0.44,507.04,3568.17,26112431,99.88,0,0,0.42,506.67,3568.53,26112432,99.87,0,0,0.16,506.64,3568.56,26112433,99.88,0,0,0.14,506.62,3568.57,26112434,99.89,0,0,0.15,506.6,3568.61,26112435,99.64,0,0,0.47,507.36,3567.86,26112436,99.88,0,0,0.38,507.01,3568.21,26112437,99.86,0,0,0.17,506.99,3568.23,26112438,99.86,0,0,0.16,506.97,3568.24,26112439,99.91,0,0,0.14,506.94,3568.27,26112440,99.8,0,0,0.29,506.71,3568.51,26112441,99.74,0,0,0.58,507.34,3567.88,26112442,99.85,0,0,0.14,506.66,3568.55,26112443,99.84,0,0,0.16,506.63,3568.59,26112444,99.86,0,0,0.17,506.13,3569.08,26112445,99.72,0,0,0.3,506.37,3568.85,26112446,99.74,0,0,0.59,507.06,3568.16,26112447,99.88,0,0,0.14,506.79,3568.42,26112448,99.87,0,0,0.14,506.77,3568.44,26112449,99.9,0,0,0.15,506.75,3568.45,26112450,99.69,0,0,0.29,506.51,3568.72,26112451,99.77,0,0,0.54,507.01,3568.21,26112452,99.86,0,0,0.16,506.72,3568.5,26112453,99.85,0,0,0.14,506.7,3568.52,26112454,99.85,0,0,0.15,506.67,3568.54,26112455,99.79,0,0,0.33,505.7,3569.52,26112456,99.78,0,0,0.45,506.9,3568.31,26112457,99.93,0,0,0.28,506.79,3568.42,26112458,99.89,0,0,0.15,506.77,3568.43,26112459,99.73,0,0,0.27,506.5,3568.68,26112460,98.41,0,0,0.31,506.04,3569.16,26112461,99.73,0,0,0.52,506.49,3568.7,26112462,99.9,0,0,0.21,506.47,3568.72,26112463,99.91,0,0,0.14,506.44,3568.75,26112464,99.9,0,0,0.15,506.43,3568.77,26112465,99.8,0,0,0.28,506.43,3568.79,26112466,99.75,0,0,0.45,506.85,3568.37,26112467,99.88,0,0,0.3,506.63,3568.58,26112468,99.91,0,0,0.14,506.62,3568.59,26112469,99.89,0,0,0.16,506.72,3568.48,26112470,99.75,0,0,0.27,507.04,3568.18,26112471,99.75,0,0,0.4,507.33,3567.89,26112472,99.9,0,0,0.3,506.75,3568.46,26112473,99.9,0,0,0.14,506.73,3568.48,26112474,99.91,0,0,0.15,506.71,3568.49,26112475,99.81,0,0,0.29,506.73,3568.5,26112476,99.88,0,0,0.13,506.69,3568.52,26112477,99.74,0,0,0.59,506.42,3568.79,26112478,99.9,0,0,0.16,505.92,3569.29,26112479,99.87,0,0,0.17,505.91,3569.3,26112480,99.67,0,0,0.27,506.87,3568.35,26112481,99.88,0,0,0.14,506.89,3568.32,26112482,99.73,0,0,0.55,507.38,3567.83,26112483,99.9,0,0,0.14,507,3568.21,26112484,99.85,0,0,0.14,506.99,3568.21,26112485,99.76,0,0,0.32,506.75,3568.47,26112486,99.88,0,0,0.14,506.73,3568.49,26112487,99.71,0,0,0.54,506.32,3568.89,26112488,99.9,0,0,0.16,505.69,3569.52,26112489,99.79,0,0,0.26,506.9,3568.28,26112490,99.71,0,0,0.29,507.17,3568.03,26112491,99.9,0,0,0.14,507.12,3568.08,26112492,99.73,0,0,0.46,507.34,3567.86,26112493,99.88,0,0,0.23,506.77,3568.42,26112494,99.93,0,0,0.15,506.75,3568.47,26112495,99.69,0,0,0.3,507,3568.24,26112496,99.86,0,0,0.12,506.98,3568.25,26112497,99.73,0,0,0.54,507.32,3567.91,26112498,99.88,0,0,0.23,506.94,3568.29,26112499,99.9,0,0,0.14,506.91,3568.31,26112500,99.74,0,0,0.32,506.92,3568.33,26112501,99.82,0,0,0.16,506.89,3568.36,26112502,99.74,0,0,0.45,507.23,3568.01,26112503,99.88,0,0,0.28,506.84,3568.39,26112504,99.9,0,0,0.17,506.78,3568.45,26112505,99.76,0,0,0.29,506.53,3568.72,26112506,99.88,0,0,0.14,506.51,3568.73,26112507,99.73,0,0,0.41,507.13,3568.11,26112508,99.92,0,0,0.28,506.72,3568.52,26112509,99.85,0,0,0.15,506.69,3568.54,26112510,99.75,0,0,0.3,506.94,3568.31,26112511,99.84,0,0,0.16,506.91,3568.33,26112512,99.73,0,0,0.4,507.26,3567.98,26112513,99.9,0,0,0.28,506.87,3568.36,26112514,99.9,0,0,0.15,506.86,3568.37,26112515,99.78,0,0,0.3,507.09,3568.15,26112516,99.9,0,0,0.16,507.23,3568.01,26112517,98.96,0,0,0.4,507.59,3567.64,26112518,99.88,0,0,0.29,507.23,3568,26112519,99.59,0,0,0.3,507.2,3568.01,26112520,99.72,0,0,0.33,505.51,3569.71,26112521,99.67,0,0,0.16,505.46,3569.76,26112522,99.85,0,0,0.16,505.43,3569.79,26112523,99.71,0,0,0.57,507.71,3567.51,26112524,99.77,0,0,0.15,507.11,3568.13,26112525,99.78,0,0,0.38,506.88,3568.38,26112526,99.86,0,0,0.13,506.84,3568.41,26112527,99.75,0,0,0.16,506.92,3568.32,26112528,99.68,0,0,0.57,507.56,3567.68,26112529,99.83,0,0,0.14,507.26,3567.98,26112530,99.64,0,0,0.31,507.5,3567.76,26112531,99.84,0,0,0.14,507.49,3567.76,26112532,99.83,0,0,0.14,507.46,3567.79,26112533,99.58,0,0,0.55,507.8,3567.44,26112534,99.82,0,0,0.14,507.42,3567.82,26112535,99.73,0,0,0.29,507.43,3567.82,26112536,99.84,0,0,0.16,507.4,3567.85,26112537,99.71,0.01,0.87,0.21,507.41,3567.83,26112538,99.67,0,0,0.46,507.62,3567.62,26112539,99.8,0,0,0.24,507.13,3568.1,26112540,99.51,0,0,0.29,506.42,3568.83,26112541,99.77,0,0,0.14,506.37,3568.87,26112542,99.78,0,0,0.16,506.41,3568.83,26112543,99.63,0,0,0.58,507.41,3567.82,26112544,99.74,0,0,0.14,506.75,3568.48,26112545,99.73,0,0,0.32,506.74,3568.51,26112546,99.77,0,0,0.14,506.72,3568.53,26112547,99.79,0,0,0.16,506.7,3568.54,26112548,99.63,0,0,0.55,507.06,3568.18,26112549,99.59,0,0,0.27,505.68,3569.53,26112550,99.67,0,0,0.33,506.14,3569.09,26112551,99.76,0,0,0.15,506.13,3569.09,26112552,99.77,0,0,0.14,506.11,3569.11,26112553,99.66,0,0,0.39,506.51,3568.7,26112554,99.8,0,0,0.35,506.49,3568.71,26112555,99.72,0,0,0.33,506.72,3568.5,26112556,99.78,0,0,0.18,506.7,3568.52,26112557,99.79,0,0,0.2,506.68,3568.54,26112558,99.58,0,0,0.33,507.01,3568.21,26112559,99.79,0,0,0.42,506.62,3568.58,26112560,99.68,0,0,0.32,506.64,3568.59,26112561,99.76,0,0,0.13,506.6,3568.62,26112562,99.8,0,0,0.17,506.59,3568.63,26112563,99.77,0,0,0.18,506.62,3568.59,26112564,99.65,0,0,0.57,507.09,3568.12,26112565,99.72,0,0,0.34,506.73,3568.49,26112566,99.8,0,0,0.18,506.72,3568.5,26112567,99.8,0,0,0.18,506.69,3568.52,26112568,99.81,0,0,0.18,506.68,3568.53,26112569,99.64,0,0,0.61,507.41,3567.8,26112570,99.62,0,0,0.29,506.66,3568.55,26112571,99.8,0,0.01,0.18,506.61,3568.61,26112572,99.78,0,0,0.17,506.59,3568.62,26112573,99.8,0,0,0.14,506.56,3568.65,26112574,99.62,0,0,0.5,507.17,3568.03,26112575,99.66,0,0,0.41,506.97,3568.24,26112576,99.73,0,0,0.12,506.96,3568.25,26112577,99.76,0,0,0.18,506.92,3568.28,26112578,99.76,0,0,0.14,506.89,3568.31,26112579,99.35,0,0,0.68,506.98,3568.2,26112580,99.61,0,0,0.36,505.91,3569.28,26112581,99.77,0,0,0.16,505.87,3569.31,26112582,99.81,0,0,0.16,505.85,3569.33,26112583,99.8,0,0,0.14,505.84,3569.34,26112584,99.65,0,0,0.42,506.46,3568.73,26112585,99.62,0,0,0.43,506.47,3568.73,26112586,99.76,0,0,0.18,506.48,3568.73,26112587,99.74,0,0,0.14,506.45,3568.75,26112588,99.8,0,0,0.14,506.43,3568.76,26112589,99.63,0,0,0.5,506.96,3568.23,26112590,99.73,0,0,0.36,506.86,3568.34,26112591,99.8,0,0,0.15,506.87,3568.33,26112592,99.77,0,0,0.15,506.86,3568.33,26112593,99.79,0,0,0.14,506.83,3568.36,26112594,99.63,0,0,0.37,507.32,3567.87,26112595,99.7,0,0,0.53,506.58,3568.64,26112596,99.78,0,0,0.18,506.62,3568.6,26112597,99.76,0,0,0.16,506.74,3568.47,26112598,99.79,0,0,0.15,506.73,3568.48,26112599,99.79,0,0,0.15,506.7,3568.5,26112600,99.46,0,0,0.68,507.27,3567.95,26112601,99.74,0,0,0.16,506.93,3568.29,26112602,99.78,0,0,0.14,506.9,3568.31,26112603,99.83,0,0,0.15,506.89,3568.32,26112604,99.81,0,0,0.14,506.86,3568.34,26112605,99.56,0,0,0.69,507.39,3567.83,26112606,99.82,0,0,0.15,507.08,3568.13,26112607,99.81,0,0,0.17,507.12,3568.09,26112608,99.8,0,0,0.14,507.23,3567.98,26112609,99.66,0,0,0.28,506.19,3569,26112610,99.56,0,0,0.71,507.21,3567.99,26112611,99.81,0,0,0.16,506.89,3568.31,26112612,99.79,0,0,0.14,506.88,3568.31,26112613,99.8,0,0,0.16,506.85,3568.34,26112614,99.81,0,0,0.15,506.82,3568.36,26112615,99.44,0,0,0.69,506.73,3568.47,26112616,99.79,0,0,0.17,506.62,3568.58,26112617,99.75,0,0,0.22,506.72,3568.47,26112618,99.79,0,0,0.15,506.69,3568.49,26112619,99.73,0,0,0.14,506.68,3568.5,26112620,99.47,0,0,0.69,506.48,3568.71,26112621,99.76,0,0,0.17,506.66,3568.54,26112622,99.79,0,0,0.14,506.63,3568.55,26112623,99.74,0,0,0.15,506.61,3568.58,26112624,99.79,0,0,0.18,506.17,3569.01,26112625,99.5,0,0,0.55,506.91,3568.28,26112626,99.81,0,0,0.3,506.33,3568.86,26112627,99.76,0,0,0.15,506.31,3568.88,26112628,99.79,0,0,0.16,506.43,3568.75,26112629,99.78,0,0,0.17,506.45,3568.73,26112630,99.51,0,0,0.46,506.82,3568.37,26112631,99.71,0,0,0.38,507.18,3568.01,26112632,99.68,0,0,0.18,507.15,3568.03,26112633,99.76,0,0,0.15,507.12,3568.06,26112634,99.8,0,0,0.14,507.11,3568.07,26112635,99.54,0,0,0.48,507.21,3567.98,26112636,99.76,0,0,0.39,507.33,3567.85,26112637,99.77,0,0,0.13,507.3,3567.88,26112638,99.72,0,0,0.16,507.29,3567.88,26112639,99.69,0,0,0.27,507.04,3568.12,26112640,99.66,0,0,0.3,506.24,3568.93,26112641,99.61,0,0,0.56,506.48,3568.71,26112642,99.78,0,0,0.15,505.7,3569.48,26112643,99.76,0,0,0.16,505.66,3569.51,26112644,99.8,0,0,0.14,505.63,3569.54,26112645,99.66,0,0,0.31,506.14,3569.05,26112646,99.66,0,0,0.56,507.12,3568.06,26112647,99.79,0,0,0.15,507.08,3568.1,26112648,99.81,0,0,0.15,507.05,3568.13,26112649,99.84,0,0,0.14,507.04,3568.14,26112650,99.68,0,0,0.32,507.11,3568.07,26112651,99.67,0,0,0.55,507.54,3567.65,26112652,99.79,0,0,0.17,507.18,3568,26112653,99.79,0,0,0.16,507.15,3568.03,26112654,99.79,0,0,0.15,507.14,3568.04,26112655,99.68,0,0,0.33,506.16,3569.03,26112656,99.62,0,0,0.52,507.33,3567.86,26112657,99.75,0,0,0.2,507.09,3568.09,26112658,99.78,0,0,0.14,507.08,3568.09,26112659,99.78,0.01,0.01,0.17,507.12,3568.05,26112660,99.13,0,0,0.29,507.46,3567.73,26112661,99.55,0,0,0.51,507.65,3567.53,26112662,99.81,0,0,0.21,507.1,3568.07,26112663,99.78,0,0,0.15,507.07,3568.09,26112664,99.74,0,0,0.14,507.04,3568.12,26112665,99.63,0,0,0.31,507.05,3568.13,26112666,99.63,0,0,0.57,507.38,3567.79,26112667,99.78,0,0,0.14,507.06,3568.11,26112668,99.79,0,0,0.15,507.2,3567.96,26112669,99.52,0,0,0.27,507.19,3567.95,26112670,99.63,0,0,0.3,507.66,3567.5,26112671,99.68,0,0,0.42,508.32,3566.83,26112672,99.8,0,0,0.29,507.14,3568.01,26112673,99.81,0,0,0.14,507.13,3568.01,26112674,99.78,0,0,0.15,507.11,3568.05,26112675,99.63,0,0,0.4,507.1,3568.08,26112676,99.78,0,0,0.17,507.08,3568.09,26112677,99.43,0,0,0.63,507.42,3567.74,26112678,99.71,0,0,0.16,507.04,3568.12,26112679,99.75,0,0,0.17,507.1,3568.06,26112680,99.6,0,0,0.31,505.76,3569.41,26112681,99.7,0,0,0.18,505.7,3569.47,26112682,99.62,0,0,0.57,507.72,3567.45,26112683,99.69,0,0,0.17,507.39,3567.77,26112684,99.78,0,0,0.2,506.99,3568.17,26112685,99.67,0,0,0.38,506.88,3568.29,26112686,99.8,0,0,0.2,506.86,3568.31,26112687,99.65,0,0,0.57,507.38,3567.78,26112688,99.76,0,0,0.16,507.07,3568.09,26112689,99.79,0,0,0.18,507.04,3568.12,26112690,99.68,0,0,0.33,507.32,3567.85,26112691,99.78,0,0,0.18,507.46,3567.71,26112692,99.49,0,0,0.57,507.83,3567.34,26112693,99.78,0,0,0.14,507.41,3567.75,26112694,99.78,0,0,0.15,507.38,3567.77,26112695,99.69,0,0,0.31,507.4,3567.77,26112696,99.82,0,0,0.14,507.37,3567.8,26112697,99.67,0,0,0.55,507.71,3567.45,26112698,99.8,0,0,0.15,507.34,3567.82,26112699,99.72,0,0,0.29,507.03,3568.1,26112700,99.68,0,0,0.3,505.36,3569.79,26112701,99.9,0,0,0.19,505.31,3569.83,26112702,99.77,0,0,0.43,506.08,3569.05,26112703,99.88,0,0,0.3,506.42,3568.71,26112704,99.88,0,0,0.14,506.4,3568.75,26112705,99.64,0.01,0.01,0.31,505.2,3569.97,26112706,99.87,0,0,0.21,505.17,3570,26112707,99.72,0,0,0.55,505.89,3569.27,26112708,99.85,0,0,0.18,506.11,3569.05,26112709,99.85,0,0,0.15,506.08,3569.07,26112710,99.75,0,0,0.32,506.81,3568.35,26112711,99.87,0,0,0.14,506.79,3568.37,26112712,99.73,0,0,0.42,507.15,3568.01,26112713,99.84,0,0,0.32,506.75,3568.4,26112714,99.88,0,0,0.16,506.82,3568.33,26112715,99.83,0,0,0.31,506.92,3568.25,26112716,99.88,0,0,0.14,506.9,3568.27,26112717,99.77,0,0,0.55,507.25,3567.9,26112718,99.87,0,0,0.45,507.11,3568.04,26112719,99.91,0,0,0.15,507.09,3568.06,26112720,99.7,0,0,0.31,507.09,3568.08,26112721,99.88,0,0,0.15,507.07,3568.09,26112722,99.89,0,0,0.16,507.05,3568.1,26112723,99.72,0,0,0.72,507.34,3567.82,26112724,99.8,0,0,0.17,506.78,3568.37,26112725,99.75,0,0,0.34,506.77,3568.39,26112726,99.85,0,0,0.14,506.87,3568.29,26112727,99.87,0,0,0.16,506.91,3568.25,26112728,99.66,0,0,0.58,507.25,3567.89,26112729,99.78,0,0,0.29,507.11,3568.01,26112730,99.68,0,0,0.34,506.38,3568.75,26112731,99.86,0,0,0.18,506.35,3568.79,26112732,99.83,0,0,0.18,506.33,3568.8,26112733,99.66,0,0,0.55,506.84,3568.28,26112734,99.81,0,0,0.14,506.52,3568.63,26112735,99.6,0,0,0.35,506.14,3569.03,26112736,99.83,0,0,0.13,506.01,3569.16,26112737,99.81,0,0,0.21,506.32,3568.84,26112738,99.75,0,0,0.55,507.45,3567.71,26112739,99.47,0,0,0.55,507.2,3567.94,26112740,99.71,0,0,0.34,506.44,3568.71,26112741,99.8,0,0,0.18,506.41,3568.74,26112742,99.78,0,0,0.18,506.38,3568.77,26112743,99.7,0,0,0.42,506.96,3568.18,26112744,99.83,0,0,0.36,506.66,3568.5,26112745,99.67,0,0,0.32,505.89,3569.3,26112746,99.89,0,0,0.16,505.84,3569.35,26112747,99.87,0,0,0.14,505.83,3569.36,26112748,99.74,0,0,0.5,506.35,3568.83,26112749,99.87,0,0,0.2,506.28,3568.89,26112750,99.73,0,0,0.34,507.14,3568.05,26112751,99.84,0,0,0.16,507.19,3568,26112752,99.83,0,0,0.15,507.16,3568.03,26112753,99.75,0,0,0.59,507.45,3567.73,26112754,99.9,0,0,0.16,506.86,3568.31,26112755,99.77,0,0,0.3,506.88,3568.31,26112756,99.89,0,0,0.16,506.85,3568.33,26112757,99.88,0,0,0.14,506.83,3568.34,26112758,99.73,0,0,0.37,507.57,3567.6,26112759,99.79,0,0,0.52,507.01,3568.13,26112760,99.81,0,0,0.33,507.25,3567.9,26112761,99.89,0,0,0.16,507.27,3567.88,26112762,99.89,0,0,0.14,507.4,3567.74,26112763,99.91,0,0,0.14,507.38,3567.75,26112764,99.76,0,0,0.61,507.79,3567.34,26112765,99.81,0,0,0.31,506.88,3568.27,26112766,99.85,0,0,0.18,506.85,3568.3,26112767,99.86,0,0,0.13,506.82,3568.32,26112768,99.87,0,0,0.17,506.78,3568.35,26112769,99.77,0,0,0.59,507.41,3567.73,26112770,99.83,0,0,0.3,507.02,3568.13,26112771,99.87,0,0,0.15,506.99,3568.15,26112772,99.88,0,0,0.16,507.11,3568.03,26112773,99.9,0,0,0.14,507.14,3568,26112774,95.12,0.32,0.01,79.59,521.81,3554.28,26112775,99.57,0,0,182.22,509.65,3565.32,26112776,99.85,0,0,0.13,509.65,3565.32,26112777,99.88,0,0,0.18,509.62,3565.34,26112778,99.88,0,0,0.2,509.61,3565.35,26112779,99.77,0,0,0.63,509,3565.98,26112780,99.53,0,0,0.37,506.29,3568.74,26112781,99.83,0,0,0.18,506.18,3568.85,26112782,99.82,0,0,0.15,506.3,3568.73,26112783,99.85,0,0,0.15,506.32,3568.7,26112784,99.73,0,0,0.45,506.99,3568.03,26112785,99.78,0,0,0.46,507.26,3567.78,26112786,99.81,0,0,0.14,507.24,3567.8,26112787,99.91,0,0,0.16,507.21,3567.82,26112788,99.89,0,0,0.16,507.2,3567.83,26112789,99.57,0,0,0.5,507.54,3567.48,26112790,99.71,0,0,0.47,506.95,3568.1,26112791,99.89,0,0,0.17,506.92,3568.13,26112792,99.89,0,0,0.15,506.94,3568.1,26112793,99.9,0,0,0.15,507.06,3567.98,26112794,99.78,0,0,0.4,507.41,3567.63,26112795,99.84,0,0,0.58,507.05,3568,26112796,99.91,0,0,0.14,507.03,3568.02,26112797,99.9,0,0,0.18,507,3568.04,26112798,99.9,0,0,0.15,506.99,3568.05,26112799,99.9,0,0,0.14,506.96,3568.07,26112800,99.62,0,0,0.73,507.92,3567.12,26112801,99.87,0,0,0.15,507.19,3567.86,26112802,99.91,0,0,0.14,507.16,3567.88,26112803,99.89,0,0,0.15,507.14,3567.89,26112804,99.83,0,0,0.19,507.08,3567.94,26112805,99.61,0,0,0.76,507.96,3567.09,26112806,99.84,0,0,0.13,507.28,3567.76,26112807,99.85,0,0,0.14,507.25,3567.79,26112808,99.91,0,0,0.17,507.24,3567.8,26112809,99.92,0,0,0.14,507.2,3567.82,26112810,99.53,0,0,0.63,507.93,3567.12,26112811,99.88,0,0,0.23,507.43,3567.61,26112812,99.9,0,0,0.17,507.42,3567.62,26112813,99.91,0,0,0.14,507.39,3567.64,26112814,99.87,0,0,0.15,507.38,3567.65,26112815,99.51,0,0,0.73,507.6,3567.44,26112816,99.88,0,0,0.17,507.05,3568,26112817,99.85,0,0,0.14,507.02,3568.01,26112818,99.88,0,0,0.16,506.99,3568.04,26112819,99.71,0,0,0.27,507.22,3567.81,26112820,99.62,0,0,0.72,508,3567.04,26112821,99.87,0,0,0.18,507.45,3567.59,26112822,99.84,0,0,0.16,507.42,3567.62,26112823,99.85,0,0,0.14,507.39,3567.64,26112824,99.87,0,0,0.15,507.38,3567.66,26112825,99.56,0,0,0.61,506.75,3568.31,26112826,99.82,0,0,0.3,507.3,3567.76,26112827,99.8,0,0,0.14,507.28,3567.78,26112828,99.89,0,0,0.15,507.26,3567.79,26112829,99.83,0,0,0.14,507.24,3567.81,26112830,99.61,0,0,0.45,507.36,3567.7,26112831,99.87,0,0,0.4,507.46,3567.59,26112832,99.88,0,0,0.16,507.43,3567.62,26112833,99.9,0,0,0.14,507.42,3567.63,26112834,99.86,0,0,0.16,507.39,3567.65,26112835,99.71,0,0,0.32,506.92,3568.14,26112836,99.68,0,0,0.55,507.69,3567.36,26112837,99.87,0,0,0.18,507.18,3567.87,26112838,99.9,0,0,0.14,507.28,3567.77,26112839,99.87,0,0,0.15,507.26,3567.78,26112840,99.56,0,0,0.31,507.5,3567.56,26112841,99.74,0,0,0.57,507.93,3567.12,26112842,99.89,0,0,0.16,507.46,3567.59,26112843,99.86,0,0,0.14,507.45,3567.59,26112844,99.85,0,0,0.16,507.42,3567.62,26112845,99.77,0,0,0.34,507.42,3567.63,26112846,99.73,0,0,0.58,507.86,3567.19,26112847,99.89,0,0,0.15,507.63,3567.41,26112848,99.85,0,0,0.14,507.6,3567.44,26112849,99.57,0,0,0.28,507.62,3567.4,26112850,99.65,0,0,0.3,507.91,3567.13,26112851,99.75,0,0,0.49,508.06,3566.97,26112852,99.78,0,0,0.21,507.51,3567.51,26112853,99.89,0,0,0.14,507.51,3567.52,26112854,99.9,0,0,0.15,507.27,3567.75,26112855,99.74,0,0,0.31,506.27,3568.76,26112856,99.73,0,0,0.4,506.77,3568.25,26112857,99.89,0,0,0.3,506.94,3568.08,26112858,99.88,0,0,0.16,506.94,3568.08,26112859,99.84,0,0,0.14,506.91,3568.1,26112860,99.66,0,0,0.31,506.91,3568.12,26112861,99.73,0,0,0.5,507.25,3567.78,26112862,99.88,0,0,0.23,507.03,3567.99,26112863,99.88,0,0,0.17,507.04,3567.98,26112864,99.85,0,0,0.19,506.68,3568.33,26112865,99.74,0,0,0.31,506.77,3568.26,26112866,99.88,0,0,0.16,506.76,3568.27,26112867,99.72,0,0,0.55,507.97,3567.04,26112868,99.85,0,0,0.14,507.21,3567.8,26112869,99.78,0,0,0.15,507.18,3567.82,26112870,99.77,0,0,0.29,506.96,3568.07,26112871,99.9,0,0,0.14,506.92,3568.1,26112872,99.72,0,0,0.55,507.49,3567.53,26112873,99.91,0,0,0.14,506.88,3568.13,26112874,99.89,0,0,0.16,506.88,3568.13,26112875,99.78,0,0,0.37,506.71,3568.32,26112876,99.9,0,0,0.19,506.8,3568.22,26112877,99.76,0,0,0.55,507.49,3567.53,26112878,99.91,0,0,0.17,507.25,3567.77,26112879,99.2,0,0,0.26,507.22,3567.77,26112880,99.74,0,0,0.29,507,3568.01,26112881,99.9,0,0,0.16,506.96,3568.05,26112882,98.96,0,0,0.5,507.32,3567.68,26112883,99.88,0,0,0.2,506.92,3568.08,26112884,99.85,0,0,0.14,506.91,3568.08,26112885,99.74,0,0,0.33,507.14,3567.86,26112886,99.87,0,0,0.14,507.14,3567.86,26112887,99.72,0,0,0.44,507.51,3567.48,26112888,99.82,0,0,0.34,507.27,3567.71,26112889,99.83,0,0,0.14,507.24,3567.74,26112890,99.71,0,0,0.31,507.26,3567.72,26112891,99.87,0,0,0.14,507.21,3567.77,26112892,99.7,0,0,0.52,507.53,3567.45,26112893,99.88,0,0,0.22,507.17,3567.8,26112894,99.89,0,0,0.15,507.14,3567.83,26112895,99.74,0,0,0.3,507.4,3567.59,26112896,99.87,0,0,0.16,507.38,3567.61,26112897,99.68,0,0,0.4,507.68,3567.31,26112898,99.74,0,0,0.29,507.09,3567.88,26112899,99.82,0,0,0.16,507.27,3567.71,26112900,99.43,0,0,0.3,506.54,3568.45,26112901,99.83,0,0,0.14,506.5,3568.49,26112902,99.83,0,0,0.16,506.47,3568.52,26112903,99.76,0,0,0.57,507.6,3567.39,26112904,99.9,0,0,0.16,506.93,3568.06,26112905,99.75,0,0,0.35,507.19,3567.82,26112906,99.88,0,0,0.18,507.16,3567.84,26112907,99.9,0,0,0.18,507.15,3567.85,26112908,99.75,0,0,0.55,507.64,3567.36,26112909,99.7,0,0,0.27,506.62,3568.36,26112910,99.71,0,0,0.31,507.64,3567.35,26112911,99.89,0,0,0.16,507.75,3567.24,26112912,99.89,0,0,0.15,507.74,3567.25,26112913,99.68,0,0,0.55,507.76,3567.22,26112914,99.89,0,0,0.15,507.21,3567.78,26112915,99.64,0,0,0.29,506.72,3568.29,26112916,99.82,0,0,0.14,506.7,3568.31,26112917,99.84,0,0,0.18,506.43,3568.59,26112918,99.68,0,0,0.49,506.98,3568.04,26112919,99.9,0,0,0.21,506.87,3568.14,26112920,99.74,0,0,0.31,507.41,3567.61,26112921,99.89,0,0,0.16,507.34,3567.68,26112922,99.91,0,0,0.16,507.5,3567.52,26112923,99.78,0,0,0.41,507.73,3567.29,26112924,99.87,0,0,0.32,506.93,3568.08,26112925,99.74,0,0,0.3,506.74,3568.29,26112926,99.85,0,0,0.16,506.73,3568.3,26112927,99.85,0,0,0.14,506.7,3568.32,26112928,99.79,0,0,0.5,507.26,3567.75,26112929,99.91,0,0,0.18,507.4,3567.61,26112930,99.69,0,0,0.29,507.41,3567.62,26112931,99.9,0,0,0.16,507.39,3567.64,26112932,99.84,0,0,0.14,507.37,3567.65,26112933,99.77,0,0,0.41,507.71,3567.31,26112934,99.88,0,0,0.28,507.33,3567.68,26112935,99.75,0,0,0.34,507.5,3567.52,26112936,99.91,0,0,0.16,507.53,3567.49,26112937,99.92,0,0,0.15,507.51,3567.5,26112938,99.94,0,0,0.14,507.49,3567.52,26112939,99.57,0,0,0.66,508.16,3566.83,26112940,99.78,0,0,0.3,507.7,3567.3,26112941,99.89,0,0,0.18,507.67,3567.32,26112942,99.9,0,0,0.14,507.66,3567.33,26112943,99.91,0,0,0.16,507.63,3567.36,26112944,99.78,0,0,0.55,507.91,3567.09,26112945,99.86,0,0,0.32,507.61,3567.41,26112946,99.91,0,0,0.13,507.63,3567.38,26112947,99.89,0,0,0.17,507.76,3567.25,26112948,99.9,0,0,0.14,507.75,3567.26,26112949,99.78,0,0,0.54,508.07,3566.93,26112950,99.81,0,0,0.32,507.01,3568.01,26112951,99.93,0,0,0.14,506.97,3568.05,26112952,99.89,0,0,0.14,506.96,3568.05,26112953,99.87,0,0,0.16,506.93,3568.08,26112954,99.76,0,0,0.43,507.6,3567.4,26112955,99.67,0,0,0.42,506.53,3568.5,26112956,99.9,0,0,0.17,506.41,3568.61,26112957,99.93,0,0,0.15,506.38,3568.63,26112958,99.91,0,0,0.14,506.37,3568.64,26112959,99.74,0,0,0.53,507.06,3567.94,26112960,99.66,0,0,0.37,507.52,3567.5,26112961,99.85,0,0,0.14,507.51,3567.51,26112962,99.9,0,0,0.16,507.48,3567.53,26112963,99.82,0,0,0.15,507.47,3567.54,26112964,99.74,0,0,0.55,507.86,3567.14,26112965,99.75,0,0,0.31,507.7,3567.32,26112966,99.91,0,0,0.16,507.67,3567.35,26112967,99.84,0,0,0.14,507.66,3567.36,26112968,99.86,0,0,0.15,507.63,3567.38,26112969,99.64,0,0,0.7,508.31,3566.68,26112970,99.77,0,0,0.29,507.61,3567.39,26112971,99.88,0,0,0.14,507.75,3567.25,26112972,99.83,0,0,0.16,507.74,3567.25,26112973,99.76,0,0,0.14,507.73,3567.26,26112974,99.8,0,0,0.15,507.7,3567.29,26112975,99.43,0,0,0.74,508.05,3566.95,26112976,99.89,0,0,0.14,507.67,3567.32,26112977,99.83,0,0,0.18,507.65,3567.33,26112978,99.92,0,0,0.14,507.63,3567.36,26112979,99.9,0,0,0.14,507.61,3567.37,26112980,99.53,0,0,0.71,507.74,3567.26,26112981,99.86,0,0,0.2,507.35,3567.64,26112982,99.88,0,0,0.18,507.38,3567.61,26112983,99.8,0,0,0.18,507.5,3567.49,26112984,99.83,0,0,0.21,507.33,3567.65,26112985,99.67,0,0,0.74,507.63,3567.37,26112986,99.88,0,0,0.15,507.21,3567.79,26112987,99.86,0,0,0.16,507.18,3567.81,26112988,99.84,0,0,0.14,507.17,3567.82,26112989,99.88,0,0,0.14,507.13,3567.84,26112990,99.6,0,0,0.74,508,3567,26112991,99.87,0,0,0.18,507.62,3567.38,26112992,99.84,0,0,0.18,507.61,3567.4,26112993,99.9,0,0,0.18,507.58,3567.43,26112994,99.91,0,0,0.15,507.71,3567.29,26112995,99.53,0,0,0.64,507.82,3567.2,26112996,99.86,0,0,0.25,507.98,3567.03,26112997,99.91,0,0,0.16,507.95,3567.06,26112998,99.83,0,0,0.14,507.94,3567.06,26112999,99.67,0,0,0.29,507.92,3567.06,26113000,98.46,0,0,0.73,508.25,3566.74,26113001,99.9,0,0,0.18,507.64,3567.35,26113002,99.88,0,0,0.18,507.62,3567.36,26113003,99.84,0,0,0.17,507.59,3567.39,26113004,99.89,0,0,0.14,507.4,3567.6,26113005,99.65,0,0,0.5,508.14,3566.89,26113006,99.91,0,0,0.39,507.64,3567.39,26113007,99.88,0,0,0.14,507.53,3567.49,26113008,99.89,0,0,0.16,506.73,3568.29,26113009,99.88,0,0,0.14,506.72,3568.3,26113010,99.73,0,0,0.32,507.2,3567.84,26113011,99.74,0,0,0.61,507.65,3567.38,26113012,99.88,0,0,0.16,507.17,3567.86,26113013,99.83,0,0,0.17,507.14,3567.88,26113014,99.89,0,0,0.18,507.13,3567.89,26113015,99.85,0,0,0.34,507.12,3567.91,26113016,99.74,0,0,0.57,507.47,3567.56,26113017,99.88,0,0,0.15,507.1,3567.93,26113018,99.88,0,0,0.14,507.07,3567.95,26113019,99.89,0,0,0.14,507.24,3567.78,26113020,99.55,0,0,0.35,507.27,3567.76,26113021,99.71,0,0,0.61,507.41,3567.62,26113022,99.88,0,0,0.15,506.98,3568.04,26113023,99.9,0,0,0.14,506.95,3568.07,26113024,99.9,0,0,0.18,506.93,3568.08,26113025,99.69,0,0,0.34,506.21,3568.82,26113026,99.77,0,0,0.51,507.51,3567.52,26113027,99.88,0,0,0.2,507.13,3567.89,26113028,99.9,0,0,0.16,507.12,3567.9,26113029,99.75,0,0,0.25,507.34,3567.66,26113030,99.74,0,0,0.29,507.48,3567.53,26113031,99.73,0,0,0.55,508.07,3566.93,26113032,99.91,0,0,0.15,507.47,3567.52,26113033,99.91,0,0,0.14,507.46,3567.53,26113034,99.92,0,0,0.18,507.43,3567.56,26113035,99.77,0,0,0.31,507.2,3567.8,26113036,99.74,0,0,0.54,507.68,3567.32,26113037,99.88,0,0,0.18,507.15,3567.84,26113038,99.91,0,0,0.16,507.11,3567.87,26113039,99.91,0,0,0.15,507.08,3567.9,26113040,99.76,0,0,0.29,507.34,3567.66,26113041,99.75,0,0,0.33,507.7,3567.29,26113042,99.88,0,0,0.38,507.49,3567.5,26113043,99.87,0,0,0.14,507.46,3567.52,26113044,99.88,0,0,0.16,507.17,3567.81,26113045,99.73,0,0,0.33,506.96,3568.03,26113046,99.76,0,0,0.3,507.31,3567.68,26113047,99.9,0,0,0.38,507.15,3567.83,26113048,99.88,0,0,0.14,507.14,3567.84,26113049,99.89,0,0,0.14,507.11,3567.86,26113050,99.76,0,0,0.31,507.36,3567.63,26113051,99.88,0,0,0.17,507.33,3567.65,26113052,99.73,0,0,0.54,508.02,3566.97,26113053,99.88,0,0,0.14,507.4,3567.58,26113054,99.92,0,0,0.15,507.46,3567.51,26113055,99.81,0,0,0.32,507.46,3567.53,26113056,99.88,0,0,0.14,507.42,3567.56,26113057,99.73,0,0,0.54,507.41,3567.58,26113058,99.88,0,0,0.17,506.9,3568.1,26113059,99.81,0,0,0.27,507.6,3567.37,26113060,99.77,0,0,0.31,506.88,3568.1,26113061,99.88,0,0.02,0.18,506.83,3568.15,26113062,99.68,0,0,0.58,507.5,3567.48,26113063,99.89,0,0,0.14,507.47,3567.5,26113064,99.9,0,0.02,0.14,507.44,3567.55,26113065,99.75,0,0,0.35,506.21,3568.79,26113066,99.88,0,0,0.16,506.16,3568.84,26113067,99.7,0,0,0.57,506.77,3568.23,26113068,99.83,0,0,0.17,506.61,3568.38,26113069,99.87,0,0,0.16,506.58,3568.4,26113070,99.73,0,0,0.31,506.1,3568.89,26113071,99.91,0,0,0.14,506.08,3568.91,26113072,99.74,0,0,0.42,507.01,3567.97,26113073,99.9,0,0,0.28,507.7,3567.28,26113074,99.88,0,0,0.15,507.68,3567.3,26113075,99.81,0,0,0.31,507.45,3567.55,26113076,99.87,0,0,0.16,507.42,3567.58,26113077,99.75,0,0,0.55,508.02,3566.97,26113078,99.92,0,0,0.18,507.38,3567.61,26113079,99.86,0,0,0.18,507.3,3567.68,26113080,99.7,0,0,0.3,507.45,3567.57,26113081,99.82,0,0,0.14,507.35,3567.66,26113082,99.67,0,0,0.34,507.68,3567.32,26113083,99.86,0,0,0.37,507.8,3567.2,26113084,99.82,0,0,0.16,507.81,3567.19,26113085,99.52,0,0,0.32,507.47,3567.54,26113086,99.77,0,0,0.14,507.44,3567.56,26113087,99.67,0,0,0.3,507.77,3567.23,26113088,99.78,0,0,0.38,507.65,3567.35,26113089,99.7,0,0,0.25,507.63,3567.35,26113090,99.71,0,0,0.3,507.41,3567.58,26113091,99.84,0,0,0.16,507.36,3567.63,26113092,99.83,0,0,0.15,507.35,3567.63,26113093,99.61,0,0,0.55,508.32,3566.65,26113094,99.72,0,0,0.15,507.55,3567.42,26113095,99.63,0,0,0.3,506.33,3568.66,26113096,99.75,0,0,0.16,506.3,3568.68,26113097,99.8,0,0,0.17,506.96,3568.02,26113098,99.67,0,0,0.57,507.95,3567.01,26113099,99.74,0,0,0.16,507.67,3567.29,26113100,99.67,0,0,0.3,506.71,3568.27,26113101,99.85,0,0,0.16,506.67,3568.31,26113102,99.83,0,0,0.15,506.66,3568.31,26113103,99.58,0,0,0.5,507.49,3567.47,26113104,99.78,0,0,0.23,507.47,3567.49,26113105,99.73,0,0,0.32,507.35,3567.63,26113106,99.83,0,0,0.14,507.31,3567.66,26113107,99.84,0,0,0.15,507.33,3567.64,26113108,99.68,0,0,0.5,507.98,3566.98,26113109,99.82,0,0,0.2,507.94,3567.03,26113110,99.64,0,0,0.39,507.7,3567.28,26113111,99.83,0,0,0.18,507.67,3567.3,26113112,99.83,0,0,0.18,507.64,3567.32,26113113,99.67,0,0,0.55,507.97,3566.99,26113114,99.83,0,0,0.19,507.6,3567.36,26113115,99.71,0,0,0.35,507.71,3567.27,26113116,99.84,0,0,0.18,507.58,3567.39,26113117,99.81,0,0,0.18,507.55,3567.41,26113118,99.67,0,0,0.58,507.94,3567.02,26113119,99.67,0,0,0.3,507.89,3567.05,26113120,99.69,0,0,0.29,507.48,3567.48,26113121,99.82,0,0,0.16,507.43,3567.52,26113122,99.82,0,0,0.14,507.42,3567.52,26113123,99.73,0,0,0.31,507.74,3567.2,26113124,99.78,0,0,0.38,507.63,3567.32,26113125,99.68,0,0,0.29,507.87,3567.1,26113126,99.81,0,0,0.14,507.85,3567.12,26113127,99.8,0,0,0.16,507.82,3567.14,26113128,99.82,0,0,0.14,507.82,3567.14,26113129,99.69,0,0,0.54,507.72,3567.23,26113130,99.7,0,0,0.33,507.3,3567.67,26113131,99.82,0,0,0.15,507.41,3567.55,26113132,99.82,0,0,0.14,507.45,3567.51,26113133,99.83,0,0,0.14,507.42,3567.54,26113134,99.67,0,0,0.54,508.32,3566.63,26113135,99.74,0,0,0.3,507.9,3567.06,26113136,99.8,0,0,0.14,507.89,3567.08,26113137,99.81,0,0,0.16,507.86,3567.1,26113138,99.78,0,0,0.14,507.84,3567.11,26113139,94.6,0.33,0.01,260.27,520.69,3555.27,26113140,99.31,0,0.01,0.55,510.2,3565.2,26113141,99.7,0,0,0.18,510.34,3565.06,26113142,99.77,0,0,0.18,510.31,3565.08,26113143,99.8,0,0,0.18,510.28,3565.1,26113144,99.65,0,0,0.61,509.2,3566.2,26113145,99.63,0,0,0.42,507.83,3567.6,26113146,99.73,0,0,0.18,507.76,3567.67,26113147,99.81,0,0,0.18,507.56,3567.86,26113148,99.8,0,0,0.18,507.55,3567.87,26113149,99.42,0,0,0.7,508.48,3566.91,26113150,99.64,0,0,0.31,508.16,3567.25,26113151,99.76,0,0,0.14,508.17,3567.24,26113152,99.78,0,0,0.16,508.13,3567.27,26113153,99.78,0,0,0.14,508.13,3567.27,26113154,99.54,0,0,0.51,508.45,3566.95,26113155,99.51,0,0,0.39,507.16,3568.25,26113156,99.78,0,0,0.14,507.1,3568.31,26113157,99.76,0,0,0.18,506.85,3568.56,26113158,99.78,0,0,0.15,506.81,3568.59,26113159,99.57,0,0,0.43,507.3,3568.09,26113160,99.71,0,0,0.44,508.02,3567.4,26113161,99.81,0,0,0.14,508.01,3567.4,26113162,99.8,0,0,0.14,508.06,3567.35,26113163,99.82,0,0,0.14,507.55,3567.85,26113164,99.77,0,0,0.19,507.03,3568.37,26113165,99.49,0,0,0.73,506.6,3568.81,26113166,99.79,0,0,0.16,505.89,3569.52,26113167,99.79,0,0,0.14,505.86,3569.55,26113168,99.81,0,0,0.16,505.85,3569.55,26113169,99.82,0,0,0.14,505.82,3569.58,26113170,99.46,0,0,0.68,507.72,3567.7,26113171,99.78,0,0,0.16,507.28,3568.13,26113172,99.78,0,0,0.14,507.28,3568.13,26113173,99.79,0,0,0.15,507.28,3568.13,26113174,99.83,0,0,0.16,507.41,3567.99,26113175,99.59,0,0,0.72,507.73,3567.7,26113176,99.78,0,0,0.16,507.39,3568.03,26113177,99.74,0,0,0.14,507.37,3568.05,26113178,99.8,0,0,0.15,507.34,3568.08,26113179,99.61,0,0,0.27,507.09,3568.3,26113180,99.53,0,0,0.71,507.04,3568.38,26113181,99.78,0,0,0.14,506.82,3568.59,26113182,99.8,0,0,0.16,506.8,3568.61,26113183,99.8,0,0,0.14,506.78,3568.62,26113184,99.81,0,0,0.15,506.77,3568.62,26113185,99.53,0,0,0.7,507.71,3567.7,26113186,99.77,0,0,0.2,507.66,3567.75,26113187,99.72,0,0,0.15,507.65,3567.75,26113188,99.78,0,0,0.14,507.64,3567.76,26113189,99.81,0,0,0.14,507.61,3567.79,26113190,99.56,0,0,0.73,507.8,3567.61,26113191,99.76,0,0,0.15,507.59,3567.82,26113192,99.79,0,0,0.17,507.58,3567.82,26113193,99.82,0,0,0.15,507.55,3567.85,26113194,99.77,0,0,0.15,507.54,3567.85,26113195,99.56,0,0,0.73,507.12,3568.29,26113196,99.79,0,0,0.16,507.53,3567.88,26113197,99.8,0,0,0.15,507.49,3567.91,26113198,99.83,0,0,0.16,507.55,3567.85,26113199,99.76,0,0,0.15,507.64,3567.75,26113200,99.29,0,0,0.57,507.33,3568.08,26113201,99.79,0,0,0.36,507.38,3568.03,26113202,99.74,0,0,0.18,507.36,3568.04,26113203,99.77,0,0,0.18,507.33,3568.06,26113204,99.8,0,0,0.16,507.32,3568.07,26113205,99.62,0,0,0.32,507.55,3567.86,26113206,99.61,0,0,0.57,507.88,3567.52,26113207,99.83,0,0,0.15,507.51,3567.89,26113208,99.79,0,0,0.15,507.49,3567.91,26113209,99.64,0,0,0.29,507.86,3567.51,26113210,99.71,0,0,0.32,507.68,3567.71,26113211,99.65,0,0,0.56,507.53,3567.85,26113212,99.75,0,0,0.14,507.13,3568.25,26113213,99.74,0,0,0.14,507.1,3568.27,26113214,99.8,0,0,0.16,507.09,3568.28,26113215,99.64,0,0,0.31,506.85,3568.54,26113216,99.62,0,0,0.56,508.04,3567.34,26113217,99.78,0,0,0.21,507.53,3567.85,26113218,99.79,0,0,0.15,507.5,3567.87,26113219,99.79,0,0,0.17,507.56,3567.81,26113220,99.68,0,0,0.32,507.42,3567.98,26113221,99.66,0,0,0.43,507.9,3567.51,26113222,99.77,0,0.01,0.25,507.59,3567.8,26113223,99.76,0,0,0.15,507.54,3567.85,26113224,99.77,0,0,0.16,507.43,3567.96,26113225,99.71,0,0,0.32,507.77,3567.63,26113226,99.66,0,0,0.55,507.97,3567.43,26113227,99.78,0,0,0.17,507.55,3567.85,26113228,99.77,0,0,0.16,507.66,3567.73,26113229,99.82,0,0,0.14,507.65,3567.74,26113230,99.61,0,0,0.3,507.65,3567.76,26113231,99.65,0,0,0.56,508.33,3567.07,26113232,99.79,0,0,0.16,507.59,3567.81,26113233,99.8,0,0,0.14,507.57,3567.82,26113234,99.81,0,0,0.14,507.54,3567.85,26113235,99.69,0,0,0.35,507.06,3568.34,26113236,99.65,0,0,0.56,507.54,3567.87,26113237,99.81,0,0,0.13,507.74,3567.68,26113238,99.8,0,0,0.16,507.88,3567.53,26113239,99.61,0,0,0.27,507.89,3567.49,26113240,99.65,0,0,0.3,507.89,3567.51,26113241,99.69,0,0,0.5,508.26,3567.14,26113242,99.26,0,0,0.18,508.09,3567.3,26113243,99.83,0,0,0.19,508.06,3567.33,26113244,99.78,0,0,0.14,508.04,3567.34,26113245,99.59,0,0,0.32,507.57,3567.83,26113246,99.69,0,0,0.31,507.92,3567.48,26113247,99.81,0,0,0.38,507.78,3567.61,26113248,99.83,0,0,0.14,507.74,3567.65,26113249,99.8,0,0,0.18,507.79,3567.6,26113250,99.71,0,0,0.36,508.15,3567.25,26113251,99.8,0,0,0.16,508.13,3567.27,26113252,99.63,0,0,0.55,507.81,3567.59,26113253,99.82,0,0,0.14,507.35,3568.04,26113254,99.83,0,0,0.15,507.32,3568.06,26113255,99.79,0,0,0.33,507.58,3567.83,26113256,99.83,0,0,0.14,507.55,3567.85,26113257,99.77,0,0,0.55,508.11,3567.28,26113258,99.88,0,0,0.16,507.76,3567.63,26113259,99.86,0,0,0.19,507.75,3567.64,26113260,98.66,0,0,6.05,506.96,3568.54,26113261,99.78,0,0,0.15,506.98,3568.53,26113262,99.75,0,0,0.55,507.74,3567.76,26113263,99.89,0,0,0.17,507.51,3567.99,26113264,99.91,0,0,0.16,507.48,3568.02,26113265,99.76,0,0,0.33,507.73,3567.79,26113266,99.9,0,0,0.15,507.71,3567.82,26113267,99.76,0,0,0.5,508.49,3567.03,26113268,99.87,0,0,0.22,507.91,3567.6,26113269,99.67,0,0,0.27,507.96,3567.53,26113270,99.73,0,0,0.31,507.9,3567.61,26113271,99.87,0,0,0.18,507.87,3567.63,26113272,99.77,0,0,0.39,508.32,3567.18,26113273,99.9,0,0,0.28,508.01,3567.48,26113274,99.86,0,0,0.14,508.01,3567.51,26113275,99.74,0,0,0.31,507.55,3567.99,26113276,99.9,0,0,0.16,507.5,3568.04,26113277,99.71,0,0,0.59,507.83,3567.7,26113278,99.88,0,0,0.15,507.46,3568.07,26113279,99.9,0,0,0.15,507.43,3568.11,26113280,99.76,0,0,0.32,507.21,3568.35,26113281,99.9,0,0,0.14,507.17,3568.39,26113282,99.73,0,0,0.32,507.53,3568.03,26113283,99.88,0,0,0.38,507.62,3567.93,26113284,99.84,0,0,0.18,507.61,3567.94,26113285,99.63,0,0,0.34,507.33,3568.23,26113286,99.88,0,0,0.16,507.3,3568.25,26113287,99.76,0,0,0.3,507.63,3567.91,26113288,99.84,0,0,0.39,507.27,3568.27,26113289,99.89,0,0,0.14,507.24,3568.3,26113290,99.79,0,0,0.3,507.97,3567.59,26113291,99.83,0,0,0.16,507.96,3567.59,26113292,99.82,0,0,0.14,507.94,3567.61,26113293,99.73,0,0,0.55,508.28,3567.27,26113294,99.93,0,0,0.14,507.9,3567.64,26113295,99.77,0,0,0.32,508.14,3567.42,26113296,99.92,0,0,0.14,508.19,3567.36,26113297,99.9,0,0,0.15,508.3,3567.25,26113298,99.75,0,0,0.59,508.81,3566.73,26113299,99.65,0,0,0.3,508,3567.53,26113300,99.66,0,0,0.39,507.76,3567.79,26113301,99.84,0,0,0.14,507.73,3567.82,26113302,99.84,0,0,0.14,507.7,3567.84,26113303,99.74,0,0,0.52,508.33,3567.2,26113304,99.85,0,0,0.23,507.9,3567.62,26113305,99.75,0,0,0.33,508.16,3567.38,26113306,99.86,0,0,0.17,508.12,3567.41,26113307,99.84,0,0,0.14,508.11,3567.43,26113308,99.68,0,0,0.55,508.48,3567.05,26113309,99.86,0,0,0.14,508.01,3567.52,26113310,99.67,0,0,0.38,508.25,3567.3,26113311,99.86,0,0,0.17,508.22,3567.32,26113312,99.84,0,0,0.15,508.21,3567.33,26113313,99.71,0,0,0.4,508.44,3567.09,26113314,99.88,0,0,0.31,507.68,3567.85,26113315,99.71,0,0,0.38,508.14,3567.4,26113316,99.92,0,0,0.14,508.15,3567.39,26113317,99.85,0,0,0.21,508.12,3567.41,26113318,99.78,0,0,0.49,508,3567.53,26113319,99.87,0,0,0.2,507.47,3568.05,26113320,99.53,0,0,0.38,507.77,3567.77,26113321,99.84,0,0,0.14,507.75,3567.79,26113322,99.83,0,0,0.15,507.74,3567.8,26113323,99.73,0,0,0.31,508.07,3567.46,26113324,99.83,0,0,0.42,507.85,3567.67,26113325,99.66,0,0,0.27,507.2,3568.34,26113326,99.78,0,0,0.16,507.17,3568.36,26113327,99.85,0,0,0.14,507.15,3568.38,26113328,99.87,0,0,0.14,507.12,3568.4,26113329,99.62,0,0,0.66,507.92,3567.58,26113330,99.76,0,0,0.27,507.38,3568.13,26113331,99.79,0,0,0.14,507.52,3567.99,26113332,99.84,0,0,0.16,507.49,3568.02,26113333,99.86,0,0,0.18,507.46,3568.04,26113334,99.62,0,0,0.55,507.8,3567.69,26113335,99.65,0,0,0.3,506.7,3568.8,26113336,99.87,0,0,0.14,506.68,3568.82,26113337,99.73,0,0,0.24,506.89,3568.61,26113338,99.76,0,0,0.16,506.89,3568.61,26113339,99.71,0,0,0.58,507.05,3568.44,26113340,99.64,0,0,0.29,507.36,3568.14,26113341,99.82,0,0,0.15,507.36,3568.14,26113342,99.86,0,0,0.13,507.5,3568,26113343,99.89,0,0,0.16,507.48,3568.02,26113344,99.68,0,0,0.59,507.79,3567.7,26113345,99.13,0,0,0.31,506.5,3569.01,26113346,99.72,0,0,0.16,506.44,3569.06,26113347,99.82,0,0,0.14,506.43,3569.07,26113348,99.85,0,0,0.15,506.4,3569.09,26113349,99.76,0,0,0.39,506.89,3568.59,26113350,99.7,0,0,0.38,506.87,3568.63,26113351,99.85,0,0,0.16,506.84,3568.66,26113352,99.87,0,0,0.16,506.86,3568.63,26113353,99.84,0,0,0.18,506.99,3568.5,26113354,99.75,0,0,0.54,507.46,3568.03,26113355,99.75,0,0,0.29,507.46,3568.04,26113356,99.83,0,0,0.14,507.43,3568.07,26113357,99.87,0,0,0.14,507.42,3568.08,26113358,99.85,0,0,0.16,507.4,3568.09,26113359,99.45,0,0,0.67,508.55,3566.91,26113360,99.62,0,0,0.26,506.64,3568.83,26113361,99.87,0,0,0.14,506.61,3568.87,26113362,98.42,0,0,0.16,506.58,3568.89,26113363,99.91,0,0,0.14,506.72,3568.75,26113364,99.88,0,0,0.15,506.77,3568.71,26113365,99.42,0,0,0.65,507.48,3568.02,26113366,98.86,0,0,0.14,507,3568.5,26113367,99.8,0,0,0.14,506.97,3568.53,26113368,99.71,0,0,0.16,506.96,3568.53,26113369,99.82,0,0,0.14,506.92,3568.56,26113370,99.49,0,0,0.7,508.09,3567.41,26113371,99.74,0,0,0.14,507.89,3567.61,26113372,99.79,0,0,0.17,507.87,3567.62,26113373,99.85,0,0,0.15,507.84,3567.64,26113374,99.87,0,0,0.14,507.85,3567.63,26113375,99.45,0,0,0.68,507.98,3567.52,26113376,99.76,0,0,0.15,507.51,3567.99,26113377,99.79,0,0,0.2,507.49,3568.01,26113378,99.83,0,0,0.14,507.47,3568.02,26113379,99.84,0,0,0.14,507.45,3568.04,26113380,99.31,0,0,0.62,507.67,3567.83,26113381,99.75,0,0,0.22,507.42,3568.08,26113382,99.79,0,0,0.14,507.39,3568.1,26113383,99.85,0,0,0.16,507.38,3568.1,26113384,99.81,0,0,0.16,507.35,3568.13,26113385,99.44,0,0,0.71,508.49,3567.01,26113386,99.79,0,0,0.15,507.92,3567.57,26113387,99.76,0,0,0.18,508,3567.49,26113388,99.88,0,0,0.14,507.97,3567.52,26113389,99.6,0,0,0.3,507.72,3567.75,26113390,99.59,0,0,0.55,508.54,3566.95,26113391,99.8,0,0,0.29,507.69,3567.8,26113392,99.7,0,0,0.17,507.66,3567.82,26113393,99.8,0,0,0.14,507.63,3567.84,26113394,99.88,0,0,0.15,507.63,3567.88,26113395,99.61,0,0,0.28,507.79,3567.74,26113396,99.57,0,0,0.55,507.73,3567.8,26113397,99.77,0,0,0.19,507.34,3568.19,26113398,99.78,0,0,0.14,507.48,3568.04,26113399,99.82,0,0,0.15,507.48,3568.04,26113400,99.63,0,0,0.27,507.97,3567.56,26113401,99.63,0,0,0.56,508.54,3567,26113402,99.75,0,0,0.18,508.19,3567.34,26113403,99.75,0,0,0.16,508.16,3567.37,26113404,99.7,0,0,0.16,508,3567.52,26113405,99.62,0,0,0.29,507.88,3567.66,26113406,99.59,0,0,0.57,508.59,3566.94,26113407,99.85,0,0,0.14,507.84,3567.68,26113408,99.85,0,0,0.15,507.84,3567.68,26113409,99.84,0,0,0.14,507.99,3567.53,26113410,99.52,0,0,0.27,508.22,3567.32,26113411,99.53,0,0,0.58,508.64,3566.88,26113412,99.77,0,0,0.2,508.19,3567.34,26113413,99.79,0,0,0.18,508.18,3567.34,26113414,99.79,0,0,0.18,508.15,3567.36,26113415,99.57,0,0,0.3,507.92,3567.61,26113416,99.68,0,0,0.53,508.39,3567.14,26113417,99.79,0,0,0.19,508.12,3567.4,26113418,99.82,0,0,0.15,508.08,3567.43,26113419,99.58,0,0,0.29,508.07,3567.42,26113420,99.69,0,0,0.27,508.05,3567.46,26113421,99.71,0,0,0.54,508.43,3567.07,26113422,99.77,0,0,0.19,507.96,3567.54,26113423,99.78,0,0,0.15,507.94,3567.55,26113424,99.76,0,0,0.14,507.91,3567.58,26113425,99.58,0,0,0.3,507.93,3567.58,26113426,99.67,0,0,0.39,508.66,3566.84,26113427,99.8,0,0,0.3,508.12,3567.37,26113428,99.7,0,0,0.14,508.09,3567.39,26113429,99.84,0,0,0.15,508.08,3567.41,26113430,99.54,0,0,0.28,507.2,3568.3,26113431,99.7,0,0,0.43,507.68,3567.82,26113432,99.84,0,0,0.28,508.04,3567.46,26113433,99.83,0,0,0.15,508.18,3567.31,26113434,99.84,0,0,0.14,508.18,3567.3,26113435,99.66,0,0,0.31,508.18,3567.32,26113436,99.85,0,0,0.18,508.16,3567.33,26113437,99.69,0,0,0.57,508.04,3567.45,26113438,99.85,0,0,0.18,507.63,3567.86,26113439,99.85,0,0,0.18,507.6,3567.88,26113440,99.24,0,0,0.32,507.14,3568.36,26113441,99.76,0,0,0.18,507.09,3568.41,26113442,99.59,0,0,0.54,508.33,3567.16,26113443,99.82,0,0,0.14,508.04,3567.45,26113444,99.85,0,0,0.14,508.02,3567.46,26113445,99.69,0,0,0.32,507.23,3568.27,26113446,99.85,0,0,0.14,507.24,3568.26,26113447,99.61,0,0,0.64,508.11,3567.38,26113448,99.8,0,0,0.14,507.94,3567.55,26113449,99.59,0,0,0.27,508.4,3567.06,26113450,99.73,0,0,0.28,507.7,3567.79,26113451,99.79,0,0,0.17,507.66,3567.84,26113452,99.54,0,0,0.56,508.83,3566.66,26113453,99.71,0,0,0.16,508.35,3567.13,26113454,99.64,0,0,0.15,508.35,3567.15,26113455,99.52,0,0,0.32,506.4,3569.12,26113456,99.77,0,0,0.16,506.37,3569.15,26113457,99.56,0,0,0.46,507.64,3567.87,26113458,99.73,0,0,0.29,508.23,3567.27,26113459,99.83,0,0,0.15,508.2,3567.3,26113460,99.59,0,0,0.27,508.72,3566.8,26113461,99.83,0,0,0.16,508.67,3566.84,26113462,99.65,0,0,0.54,508.99,3566.52,26113463,99.82,0,0,0.2,508.14,3567.36,26113464,99.76,0,0,0.19,508.08,3567.42,26113465,99.65,0,0,0.31,507.63,3567.88,26113466,99.8,0,0,0.19,507.6,3567.91,26113467,99.67,0,0,0.39,507.99,3567.51,26113468,99.82,0,0,0.36,508.35,3567.14,26113469,99.8,0,0,0.16,508.46,3567.02,26113470,99.57,0,0,0.29,508.45,3567.05,26113471,99.71,0,0,0.14,508.44,3567.05,26113472,99.58,0,0,0.33,508.72,3566.77,26113473,99.73,0,0,0.37,507.05,3568.44,26113474,99.69,0,0,0.15,505.65,3569.83,26113475,99.65,0,0,0.33,505.65,3569.85,26113476,99.71,0,0,0.14,505.62,3569.88,26113477,99.75,0,0,0.14,505.6,3569.89,26113478,99.52,0,0,0.55,505.93,3569.56,26113479,99.57,0,0,0.3,505.97,3569.49,26113480,99.64,0,0,0.32,505.74,3569.74,26113481,99.8,0,0,0.14,505.71,3569.77,26113482,99.76,0,0,0.16,505.69,3569.78,26113483,99.71,0,0,0.58,506.22,3569.25,26113484,99.8,0,0,0.15,505.66,3569.82,26113485,99.61,0,0,0.29,504.93,3570.57,26113486,99.75,0,0,0.14,504.9,3570.59,26113487,99.79,0,0,0.15,504.89,3570.61,26113488,99.68,0,0,0.58,505.76,3569.75,26113489,99.77,0,0,0.14,505.84,3569.66,26113490,99.62,0,0,0.27,505.84,3569.68,26113491,99.73,0,0,0.16,505.98,3569.53,26113492,99.77,0,0,0.14,505.98,3569.53,26113493,99.62,0,0,0.5,506.26,3569.25,26113494,99.75,0,0,0.2,505.69,3569.81,26113495,99.66,0,0,0.34,505.93,3569.59,26113496,99.8,0,0,0.18,505.92,3569.6,26113497,99.77,0,0,0.14,505.89,3569.63,26113498,99.66,0,0,0.41,506.23,3569.28,26113499,99.84,0,0,0.32,505.85,3569.66,26113500,99.28,0,0,0.3,505.62,3569.9,26113501,99.53,0,0,0.16,505.58,3569.93,26113502,99.56,0,0,0.16,505.73,3569.78,26113503,94.69,0.39,0.01,78.53,518.58,3557.41,26113504,99.67,0,0,183.58,508.27,3567.08,26113505,99.61,0,0,0.29,505.89,3569.48,26113506,99.79,0,0,0.14,505.82,3569.54,26113507,99.8,0,0,0.14,505.95,3569.41,26113508,99.69,0,0,0.32,506.47,3568.89,26113509,99.65,0,0,0.61,505.95,3569.42,26113510,99.62,0,0,0.3,505.93,3569.44,26113511,99.76,0,0,0.16,505.9,3569.47,26113512,99.82,0,0,0.14,505.89,3569.48,26113513,99.81,0,0,0.15,505.86,3569.5,26113514,99.63,0,0,0.54,506.21,3569.21,26113515,99.63,0,0,0.28,505.85,3569.59,26113516,99.82,0,0,0.17,505.84,3569.6,26113517,99.79,0,0,0.2,505.88,3569.56,26113518,99.8,0,0,0.14,505.97,3569.46,26113519,99.59,0,0,0.57,506.47,3568.96,26113520,99.57,0,0,0.3,505.97,3569.47,26113521,99.78,0,0,0.12,505.94,3569.51,26113522,99.79,0,0,0.16,505.92,3569.52,26113523,99.79,0,0,0.14,505.89,3569.54,26113524,99.63,0,0,0.56,506.17,3569.26,26113525,99.49,0,0,0.3,504.91,3570.54,26113526,99.73,0,0,0.16,504.86,3570.59,26113527,99.68,0,0,0.16,504.84,3570.59,26113528,99.62,0,0,0.18,504.87,3570.56,26113529,99.67,0,0,0.44,505.98,3569.45,26113530,99.55,0,0,0.43,506.02,3569.43,26113531,99.8,0,0,0.14,505.94,3569.5,26113532,99.76,0,0,0.16,505.92,3569.52,26113533,99.82,0,0,0.14,505.9,3569.54,26113534,99.67,0,0,0.52,506.47,3568.96,26113535,99.6,0,0,0.35,505.88,3569.56,26113536,99.77,0,0,0.14,505.84,3569.6,26113537,99.82,0,0,0.17,505.83,3569.61,26113538,99.76,0,0,0.14,505.8,3569.63,26113539,99.27,0,0,0.67,506.51,3568.9,26113540,99.44,0,0,0.32,506.2,3569.22,26113541,99.64,0,0,0.16,506.2,3569.22,26113542,99.65,0,0,0.14,506.17,3569.25,26113543,99.83,0,0,0.15,506.15,3569.26,26113544,98.76,0,0,0.52,506.44,3568.98,26113545,99.71,0,0,0.34,506.37,3569.08,26113546,99.85,0,0,0.36,505.87,3569.57,26113547,99.74,0,0,0.15,505.84,3569.59,26113548,99.73,0,0,0.14,505.83,3569.6,26113549,99.55,0,0,0.31,506.17,3569.26,26113550,99.71,0,0,0.5,506.08,3569.36,26113551,99.7,0,0,0.14,506.22,3569.22,26113552,99.7,0,0,0.16,506.18,3569.26,26113553,99.8,0,0,0.14,506.16,3569.27,26113554,99.84,0,0,0.14,506.13,3569.3,26113555,99.55,0,0,0.74,506.58,3568.86,26113556,99.8,0,0,0.14,505.84,3569.59,26113557,99.8,0,0,0.14,505.82,3569.61,26113558,99.86,0,0,0.15,505.79,3569.63,26113559,99.78,0,0,0.14,505.94,3569.49,26113560,99.4,0,0,0.67,506.48,3568.96,26113561,99.71,0.01,0.01,0.16,505.97,3569.47,26113562,99.83,0,0.01,0.19,505.91,3569.52,26113563,99.79,0,0,0.14,505.88,3569.54,26113564,99.79,0,0.01,0.19,505.84,3569.58,26113565,99.66,0,0,0.64,506.56,3568.87,26113566,99.82,0,0,0.19,506.35,3569.08,26113567,99.8,0,0,0.16,506.47,3568.95,26113568,99.78,0,0,0.14,506.46,3568.96,26113569,99.78,0,0,0.27,505.7,3569.7,26113570,99.55,0,0,0.68,506.31,3569.11,26113571,99.8,0,0,0.14,506.16,3569.25,26113572,99.83,0,0,0.16,506.13,3569.27,26113573,99.77,0,0,0.14,506.11,3569.29,26113574,99.64,0,0,0.16,506.09,3569.32,26113575,99.41,0,0,0.66,506.96,3568.47,26113576,99.86,0,0,0.18,506.07,3569.36,26113577,99.76,0,0,0.2,506.09,3569.33,26113578,99.79,0,0,0.14,506.22,3569.2,26113579,99.82,0,0,0.14,506.18,3569.23,26113580,99.32,0,0,0.54,506.44,3568.98,26113581,99.76,0,0,0.29,505.19,3570.24,26113582,99.78,0,0,0.14,505.17,3570.25,26113583,99.78,0,0,0.15,505.14,3570.28,26113584,99.81,0,0,0.16,505.09,3570.32,26113585,99.46,0,0,0.57,505.23,3570.2,26113586,99.65,0,0,0.28,506.34,3569.08,26113587,99.71,0,0,0.16,506.31,3569.11,26113588,99.7,0,0,0.14,506.29,3569.13,26113589,99.84,0,0,0.15,506.44,3568.97,26113590,99.68,0,0,0.3,506.22,3569.21,26113591,99.72,0,0,0.53,507.19,3568.24,26113592,99.81,0,0,0.16,506.42,3569,26113593,99.83,0,0,0.14,506.4,3569.02,26113594,99.78,0,0,0.14,506.37,3569.04,26113595,99.72,0,0,0.29,505.66,3569.77,26113596,96.34,0.08,0.01,0.94,511.79,3565.09,26113597,99.67,0,0,78.31,509.04,3566,26113598,99.83,0,0,0.18,509.04,3565.99,26113599,99.74,0,0,0.29,509.01,3565.98,26113600,99.59,0,0,0.32,508.3,3566.71,26113601,99.69,0,0,0.55,508.99,3566.01,26113602,99.8,0,0,0.2,506.43,3568.63,26113603,99.7,0,0,0.15,506.44,3568.61,26113604,99.81,0,0,0.16,506.41,3568.66,26113605,99.7,0,0,0.36,506.67,3568.42,26113606,99.69,0,0,0.58,506.84,3568.24,26113607,99.79,0,0,0.16,506.38,3568.7,26113608,99.37,0,0,0.15,506.35,3568.72,26113609,99.82,0,0,0.14,506.34,3568.73,26113610,99.63,0,0,0.28,505.63,3569.46,26113611,99.63,0,0,0.55,506.27,3568.81,26113612,99.79,0,0,0.15,506.37,3568.72,26113613,99.78,0,0,0.15,506.48,3568.6,26113614,99.77,0,0,0.15,506.45,3568.62,26113615,99.67,0,0,0.3,506.7,3568.39,26113616,99.64,0,0,0.56,507.03,3568.06,26113617,99.88,0,0,0.14,506.67,3568.42,26113618,99.73,0,0,0.16,506.64,3568.45,26113619,99.77,0,0,0.15,506.61,3568.47,26113620,99.61,0,0,0.27,506.62,3568.48,26113621,99.64,0,0,0.56,507.08,3568.02,26113622,99.87,0,0,0.14,506.09,3569,26113623,99.88,0,0,0.14,506.21,3568.87,26113624,99.88,0,0,0.14,506.23,3568.84,26113625,99.73,0,0,0.29,505.02,3570.08,26113626,99.77,0,0,0.2,504.99,3570.11,26113627,99.58,0,0,0.59,506.72,3568.37,26113628,99.82,0,0,0.14,506.41,3568.68,26113629,99.6,0,0,0.28,506.42,3568.65,26113630,99.64,0,0,0.36,506.62,3568.45,26113631,99.85,0,0,0.13,506.6,3568.47,26113632,99.64,0,0,0.59,506.55,3568.52,26113633,99.83,0,0,0.15,506.07,3568.99,26113634,99.85,0,0,0.14,506.21,3568.85,26113635,99.64,0,0,0.31,506.24,3568.83,26113636,99.76,0,0,0.15,506.21,3568.86,26113637,99.65,0,0,0.66,506.94,3568.13,26113638,99.77,0,0.02,0.16,506.66,3568.4,26113639,99.85,0,0,0.17,506.61,3568.45,26113640,99.7,0,0,0.32,506.66,3568.42,26113641,99.84,0,0,0.14,506.59,3568.48,26113642,99.66,0,0,0.55,506.34,3568.73,26113643,99.78,0,0,0.15,505.58,3569.48,26113644,99.8,0,0,0.18,505.67,3569.38,26113645,98.45,0,0,15.73,506.94,3568.86,26113646,99.75,0,0,0.13,505.47,3569.89,26113647,99.61,0,0,0.54,506.61,3568.74,26113648,99.75,0,0,0.19,506.66,3568.7,26113649,99.76,0,0,0.15,506.63,3568.72,26113650,99.59,0,0,0.36,506.4,3568.97,26113651,99.74,0,0,0.13,505.63,3569.74,26113652,99.63,0,0,0.56,506.01,3569.35,26113653,99.8,0,0,0.17,505.83,3569.53,26113654,99.77,0,0,0.16,505.84,3569.51,26113655,99.52,0,0,0.3,504.57,3570.8,26113656,99.68,0,0,0.16,504.49,3570.88,26113657,99.49,0,0,0.4,504.88,3570.48,26113658,99.73,0,0,0.29,504.7,3570.66,26113659,99.67,0,0,0.3,505.89,3569.46,26113660,99.53,0,0,0.31,506.14,3569.23,26113661,99.65,0,0,0.17,506.12,3569.25,26113662,99.51,0,0,0.37,506.46,3568.91,26113663,99.68,0,0,0.38,506.08,3569.28,26113664,99.7,0,0,0.16,506.06,3569.29,26113665,99.61,0,0,0.37,505.85,3569.52,26113666,99.77,0,0,0.13,505.99,3569.38,26113667,99.69,0,0,0.16,505.96,3569.4,26113668,99.49,0,0,0.62,505.8,3569.55,26113669,99.7,0,0,0.18,504.93,3570.42,26113670,99.64,0,0,0.29,505.89,3569.47,26113671,99.75,0,0,0.16,505.9,3569.47,26113672,99.73,0,0,0.14,505.87,3569.49,26113673,99.64,0,0,0.6,506.17,3569.18,26113674,99.8,0,0,0.15,505.58,3569.77,26113675,99.65,0,0,0.32,506.06,3569.3,26113676,99.71,0,0,0.17,506.1,3569.26,26113677,99.71,0,0,0.15,506.2,3569.15,26113678,99.6,0,0,0.61,506.37,3568.97,26113679,96.3,0,0,47.04,513.3,3559.53,26113680,99.39,0,0,0.35,508.03,3567.08,26113681,99.71,0,0,0.13,508.01,3567.1,26113682,99.76,0,0,0.16,507.98,3567.13,26113683,99.59,0,0,0.59,508.61,3566.49,26113684,99.73,0,0,0.18,507.11,3568.03,26113685,99.63,0,0,0.34,505.37,3569.83,26113686,99.71,0,0,0.19,505.48,3569.72,26113687,99.71,0.01,0.05,0.16,505.47,3569.73,26113688,99.6,0,0.01,0.53,505.62,3569.57,26113689,99.48,0,0,0.37,506.16,3569,26113690,99.59,0,0,0.32,506.19,3568.98,26113691,99.75,0,0,0.15,506.15,3569.02,26113692,99.61,0,0,0.15,506.13,3569.04,26113693,99.32,0,0,0.44,506.84,3568.32,26113694,99.65,0,0,0.26,506.09,3569.09,26113695,99.5,0,0,0.29,504.67,3570.53,26113696,99.62,0,0,0.16,504.59,3570.61,26113697,99.63,0,0,0.2,504.57,3570.62,26113698,99.54,0,0,0.36,505.37,3569.82,26113699,99.78,0,0,0.37,506.18,3569,26113700,99.62,0,0,0.29,505.95,3569.24,26113701,99.38,0,0,0.27,506.28,3568.92,26113702,99.72,0,0,0.16,506.15,3569.05,26113703,99.74,0,0,0.14,506.12,3569.08,26113704,99.47,0,0,0.56,505.83,3569.36,26113705,99.53,0,0,0.34,506.1,3569.11,26113706,99.63,0,0,0.17,506.09,3569.12,26113707,99.68,0,0,0.15,506.06,3569.14,26113708,99.62,0,0,0.14,506.05,3569.15,26113709,99.6,0,0,0.54,506.7,3568.49,26113710,99.59,0,0,0.34,506.46,3568.75,26113711,99.77,0,0,0.16,506.43,3568.77,26113712,99.69,0,0,0.14,506.41,3568.79,26113713,99.74,0,0,0.16,506.39,3568.8,26113714,99.58,0,0,0.59,506.71,3568.48,26113715,99.66,0,0,0.35,506.13,3569.07,26113716,99.77,0,0,0.19,506.09,3569.11,26113717,99.79,0,0,0.18,506.06,3569.14,26113718,99.71,0,0,0.18,506.05,3569.15,26113719,99.33,0,0,0.8,506.56,3568.61,26113720,99.59,0,0,0.31,506.45,3568.73,26113721,99.78,0,0,0.14,506.42,3568.77,26113722,99.71,0,0,0.16,506.41,3568.77,26113723,99.73,0,0,0.14,506.38,3568.8,26113724,99.6,0,0,0.55,506.93,3568.26,26113725,99.59,0,0,0.36,506.37,3568.83,26113726,98.41,0,0,0.19,506.36,3568.84,26113727,99.77,0,0,0.18,506.33,3568.87,26113728,99.72,0,0,0.16,506.32,3568.88,26113729,99.43,0,0,0.43,506.59,3568.6,26113730,99.57,0,0,0.4,504.87,3570.34,26113731,99.75,0,0,0.16,504.88,3570.32,26113732,99.73,0,0,0.18,504.94,3570.25,26113733,99.72,0,0,0.16,504.92,3570.27,26113734,99.55,0,0,0.3,505.29,3569.89,26113735,99.52,0,0,0.51,505.18,3570.02,26113736,99.75,0,0,0.17,505.12,3570.07,26113737,99.69,0,0,0.14,505.11,3570.08,26113738,99.77,0,0,0.14,505.08,3570.11,26113739,99.55,0,0,0.32,505.49,3569.69,26113740,99.4,0,0,0.52,506.3,3568.9,26113741,99.7,0,0,0.13,506.29,3568.91,26113742,99.76,0,0,0.16,506.26,3568.93,26113743,99.78,0,0,0.14,506.34,3568.84,26113744,99.77,0,0,0.16,506.4,3568.78,26113745,99.41,0,0,0.66,506.35,3568.84,26113746,99.74,0,0,0.16,505.4,3569.79,26113747,99.73,0,0,0.14,505.39,3569.8,26113748,99.77,0,0,0.16,505.35,3569.83,26113749,99.54,0,0,0.35,506.31,3568.84,26113750,99.44,0,0,0.78,506.96,3568.21,26113751,99.77,0,0,0.16,506.31,3568.86,26113752,99.76,0,0,0.18,506.28,3568.88,26113753,99.72,0,0,0.18,506.27,3568.89,26113754,99.76,0,0,0.19,506.24,3568.91,26113755,99.46,0,0,0.76,506.08,3569.09,26113756,99.72,0,0,0.2,506.1,3569.07,26113757,99.73,0,0,0.25,506.42,3568.74,26113758,99.75,0,0,0.19,506.41,3568.75,26113759,99.79,0,0,0.16,506.39,3568.78,26113760,99.38,0,0,0.75,506.67,3568.52,26113761,99.79,0,0,0.14,506.11,3569.07,26113762,99.7,0,0,0.14,506.09,3569.09,26113763,99.73,0,0,0.17,506.06,3569.12,26113764,99.72,0,0,0.15,506.03,3569.15,26113765,99.43,0,0,0.7,506.64,3568.55,26113766,99.8,0,0,0.17,506.41,3568.77,26113767,99.75,0,0,0.14,506.43,3568.75,26113768,99.65,0,0,0.15,506.4,3568.78,26113769,99.78,0,0,0.15,506.39,3568.79,26113770,99.45,0,0,0.7,507.02,3568.17,26113771,99.81,0,0,0.14,506.86,3568.32,26113772,99.7,0,0,0.16,506.83,3568.35,26113773,99.72,0,0,0.15,506.81,3568.36,26113774,99.68,0,0,0.17,506.79,3568.38,26113775,99.5,0,0,0.46,506.69,3568.5,26113776,99.71,0,0,0.38,506.27,3568.91,26113777,99.8,0,0,0.14,506.3,3568.87,26113778,99.79,0,0,0.14,506.42,3568.75,26113779,99.61,0,0,0.29,506.39,3568.75,26113780,99.7,0,0,0.29,506.64,3568.52,26113781,99.64,0,0,0.57,507.03,3568.13,26113782,99.79,0,0,0.18,506.6,3568.55,26113783,99.81,0,0,0.18,506.56,3568.58,26113784,99.8,0,0,0.2,506.55,3568.59,26113785,99.71,0,0,0.36,506.3,3568.86,26113786,99.19,0,0,0.6,506.97,3568.19,26113787,99.75,0,0,0.15,506.75,3568.4,26113788,99.78,0,0,0.15,506.82,3568.34,26113789,99.78,0,0,0.14,506.89,3568.27,26113790,99.32,0,0,0.35,506.65,3568.52,26113791,99.62,0,0,0.55,506.99,3568.18,26113792,99.72,0,0,0.18,506.6,3568.57,26113793,99.75,0,0,0.18,506.59,3568.57,26113794,99.72,0,0,0.18,506.56,3568.6,26113795,99.56,0,0,0.34,506.4,3568.78,26113796,99.55,0.01,0.01,0.54,505.94,3569.23,26113797,99.73,0,0,0.19,505.64,3569.53,26113798,99.78,0,0,0.16,505.61,3569.55,26113799,99.74,0,0,0.15,505.59,3569.57,26113800,99.39,0,0,0.36,505.12,3570.06,26113801,99.52,0,0,0.54,506.18,3568.99,26113802,99.59,0,0,0.14,506.04,3569.13,26113803,99.69,0,0,0.15,506.01,3569.15,26113804,99.71,0,0,0.14,506.01,3569.15,26113805,99.61,0,0,0.29,504.81,3570.37,26113806,99.58,0,0,0.41,505.42,3569.75,26113807,99.76,0,0,0.29,505.65,3569.52,26113808,99.77,0,0,0.14,505.65,3569.52,26113809,99.41,0,0,0.34,505.38,3569.76,26113810,99.66,0,0,0.28,506.11,3569.05,26113811,99.64,0,0,0.39,506.43,3568.73,26113812,99.61,0,0,0.3,505.83,3569.31,26113813,99.61,0,0,0.15,505.79,3569.34,26113814,99.65,0,0,0.14,505.78,3569.36,26113815,99.61,0,0,0.29,505.53,3569.62,26113816,99.68,0,0,0.16,505.5,3569.64,26113817,99.49,0,0,0.59,506.74,3568.41,26113818,99.75,0,0,0.17,506.14,3569,26113819,99.82,0,0,0.16,506.1,3569.03,26113820,99.66,0,0,0.33,505.15,3570,26113821,99.84,0,0,0.14,505.1,3570.05,26113822,99.66,0,0,0.56,506.12,3569.03,26113823,99.83,0,0,0.15,505.55,3569.59,26113824,99.8,0,0,0.14,505.54,3569.59,26113825,99.76,0,0,0.33,505.52,3569.63,26113826,99.81,0,0,0.12,505.52,3569.63,26113827,99.65,0,0,0.55,506.16,3568.98,26113828,99.82,0,0,0.14,505.98,3569.16,26113829,99.84,0,0,0.14,506.14,3568.99,26113830,99.66,0,0,0.33,506.26,3568.89,26113831,99.89,0,0,0.14,506.14,3569,26113832,99.63,0,0,0.55,506.48,3568.66,26113833,99.81,0,0,0.14,506.1,3569.04,26113834,99.88,0,0,0.15,506.08,3569.05,26113835,99.68,0,0,0.3,506.08,3569.07,26113836,99.81,0,0.03,0.19,506.04,3569.1,26113837,99.7,0.02,0.63,0.53,506.5,3568.64,26113838,99.79,0,0,0.27,506.25,3568.88,26113839,99.57,0,0,0.41,506,3569.12,26113840,99.75,0,0,0.29,506.02,3569.11,26113841,99.87,0,0,0.14,506.13,3569,26113842,99.61,0,0,0.55,506.72,3568.41,26113843,99.85,0,0,0.18,505.6,3569.53,26113844,99.81,0,0,0.18,505.59,3569.57,26113845,99.75,0,0,0.32,505.82,3569.36,26113846,99.8,0,0,0.14,505.8,3569.37,26113847,99.7,0,0,0.49,506.25,3568.92,26113848,99.87,0,0,0.23,505.27,3569.89,26113849,99.8,0,0,0.14,505.25,3569.91,26113850,99.76,0,0,0.29,506.23,3568.95,26113851,99.79,0,0,0.16,506.21,3568.96,26113852,99.87,0,0,0.14,506.33,3568.83,26113853,99.51,0,0,0.54,506.72,3568.45,26113854,99.83,0,0,0.14,506.35,3568.81,26113855,99.8,0,0,0.3,505.85,3569.32,26113856,99.83,0,0,0.16,505.83,3569.34,26113857,99.78,0,0,0.13,505.81,3569.36,26113858,99.69,0,0,0.55,506.53,3568.62,26113859,99.86,0,0,0.15,506.25,3568.9,26113860,99.37,0,0,0.32,506.03,3569.14,26113861,99.75,0,0,0.13,505.99,3569.18,26113862,99.81,0,0,0.17,505.98,3569.19,26113863,99.66,0,0,0.61,506.43,3568.72,26113864,99.81,0,0,0.18,506.1,3569.05,26113865,99.69,0,0,0.3,506.33,3568.84,26113866,99.87,0,0,0.16,506.32,3568.85,26113867,99.84,0,0,0.14,506.29,3568.87,26113868,94.78,0.27,0.01,78.75,519.65,3555.76,26113869,99.39,0,0,181.48,508.11,3566.87,26113870,99.7,0,0,0.31,508.33,3566.68,26113871,99.88,0,0,0.13,508.3,3566.7,26113872,99.89,0,0,0.16,508.29,3566.71,26113873,99.69,0,0,0.59,508.1,3566.9,26113874,99.84,0,0,0.15,506.08,3568.93,26113875,99.6,0,0,0.29,505.43,3569.61,26113876,99.86,0,0,0.14,505.51,3569.52,26113877,99.85,0,0,0.2,505.49,3569.54,26113878,99.73,0,0,0.55,505.79,3569.24,26113879,99.8,0,0,0.14,504.96,3570.08,26113880,99.68,0.02,0.74,0.33,505.19,3569.86,26113881,99.83,0,0,0.19,505.18,3569.87,26113882,99.83,0,0,0.16,505.15,3569.89,26113883,99.62,0,0,0.4,505.6,3569.43,26113884,99.87,0,0,0.29,506.09,3568.94,26113885,99.69,0,0,0.31,506.11,3568.94,26113886,99.83,0,0,0.15,506.07,3568.97,26113887,99.83,0,0,0.16,506.22,3568.82,26113888,99.84,0,0,0.15,506.21,3568.82,26113889,99.62,0,0,0.6,507.19,3567.84,26113890,99.59,0,0,0.33,505.96,3569.09,26113891,99.86,0,0,0.18,505.92,3569.13,26113892,99.81,0,0,0.16,505.91,3569.13,26113893,99.79,0,0,0.14,505.88,3569.16,26113894,99.66,0,0,0.57,506.76,3568.28,26113895,99.73,0,0,0.3,506.11,3568.94,26113896,99.84,0,0,0.15,506.1,3568.95,26113897,99.85,0,0,0.16,506.06,3568.98,26113898,99.87,0,0,0.15,506.2,3568.84,26113899,99.54,0,0,0.69,506.09,3568.93,26113900,99.66,0,0,0.33,506.21,3568.84,26113901,99.88,0,0,0.18,506.19,3568.85,26113902,99.87,0,0,0.15,506.19,3568.85,26113903,99.86,0,0,0.17,506.15,3568.88,26113904,99.67,0,0,0.55,505.93,3569.12,26113905,99.74,0,0,0.35,506.11,3568.96,26113906,99.85,0,0,0.17,506.1,3568.96,26113907,99.85,0,0,0.15,506.07,3568.99,26113908,95.68,0,0,0.15,506.14,3568.92,26113909,99.74,0,0,0.55,506.71,3568.34,26113910,99.69,0,0,0.27,506.76,3568.3,26113911,99.8,0,0,0.16,506.72,3568.34,26113912,99.89,0,0,0.14,506.7,3568.35,26113913,99.84,0,0,0.16,506.67,3568.38,26113914,99.67,0,0,0.43,507.27,3567.78,26113915,99.58,0,0,0.44,506.65,3568.4,26113916,99.79,0,0,0.17,506.64,3568.41,26113917,99.87,0,0,0.14,506.61,3568.44,26113918,99.79,0,0,0.14,506.61,3568.44,26113919,99.71,0,0,0.38,506.85,3568.19,26113920,99.59,0,0,0.47,504.62,3570.44,26113921,99.78,0,0,0.17,504.75,3570.31,26113922,99.87,0,0,0.16,504.77,3570.28,26113923,99.83,0,0,0.14,504.74,3570.31,26113924,99.86,0,0,0.14,504.72,3570.32,26113925,99.61,0,0,0.69,505.57,3569.49,26113926,99.74,0,0,0.16,505.18,3569.87,26113927,98.15,0,0,0.14,505.16,3569.89,26113928,99.87,0,0,0.15,505.13,3569.91,26113929,99.58,0,0,0.3,505.82,3569.2,26113930,99.59,0,0,0.68,507.05,3567.99,26113931,99.87,0,0,0.16,506.74,3568.3,26113932,99.88,0,0,0.15,506.71,3568.33,26113933,99.8,0,0,0.16,506.68,3568.35,26113934,99.84,0,0,0.14,506.66,3568.36,26113935,99.61,0,0,0.69,507.48,3567.58,26113936,99.82,0,0,0.14,506.9,3568.16,26113937,99.86,0,0,0.21,506.63,3568.43,26113938,99.88,0,0,0.14,506.61,3568.44,26113939,99.92,0,0,0.16,506.58,3568.47,26113940,99.62,0,0,0.69,505.86,3569.2,26113941,99.85,0,0,0.19,505.51,3569.55,26113942,99.85,0,0,0.16,505.48,3569.57,26113943,99.84,0,0,0.16,505.47,3569.59,26113944,99.88,0,0,0.18,505.39,3569.66,26113945,99.57,0,0,0.59,506.95,3568.11,26113946,99.86,0,0,0.28,505.78,3569.28,26113947,99.88,0,0,0.17,505.39,3569.66,26113948,99.82,0,0,0.14,505.49,3569.55,26113949,99.88,0,0,0.15,505.47,3569.57,26113950,99.58,0,0,0.69,506.13,3568.93,26113951,99.88,0,0,0.18,505.45,3569.61,26113952,99.85,0,0,0.18,505.42,3569.63,26113953,99.88,0,0,0.15,505.4,3569.65,26113954,99.88,0,0,0.16,505.38,3569.67,26113955,99.53,0,0,0.56,505.46,3569.59,26113956,99.84,0,0,0.3,504.37,3570.68,26113957,99.87,0,0,0.14,504.35,3570.69,26113958,99.82,0,0,0.15,504.44,3570.61,26113959,99.7,0,0,0.32,505.7,3569.32,26113960,99.51,0,0,0.46,506,3569.03,26113961,99.9,0,0,0.36,505.96,3569.08,26113962,99.8,0,0,0.16,505.93,3569.1,26113963,99.87,0,0,0.14,505.91,3569.12,26113964,99.86,0,0,0.15,505.89,3569.13,26113965,99.79,0,0,0.34,505.9,3569.14,26113966,99.67,0,0,0.56,506.62,3568.41,26113967,99.8,0,0,0.13,506.09,3568.94,26113968,99.86,0,0,0.17,506.08,3568.95,26113969,99.87,0,0,0.14,506.05,3568.97,26113970,99.68,0,0,0.28,505.93,3569.11,26113971,99.68,0,0,0.56,506.49,3568.54,26113972,98.51,0,0,0.14,506.19,3568.84,26113973,99.87,0,0,0.16,506.17,3568.85,26113974,99.85,0,0,0.14,506.16,3568.86,26113975,99.71,0,0,0.32,504.7,3570.33,26113976,99.68,0,0,0.56,505.81,3569.22,26113977,99.85,0,0,0.17,506.1,3568.92,26113978,99.84,0,0,0.15,506.08,3568.95,26113979,99.89,0,0,0.15,506.06,3568.95,26113980,99.51,0,0,0.3,505.34,3569.7,26113981,99.68,0,0,0.5,506.21,3568.83,26113982,99.67,0,0,0.2,506.48,3568.55,26113983,99.82,0,0,0.16,506.45,3568.57,26113984,99.79,0,0,0.15,506.42,3568.6,26113985,99.57,0,0,0.34,505.05,3569.98,26113986,99.68,0,0,0.53,505.81,3569.22,26113987,99.81,0,0,0.19,505.64,3569.38,26113988,99.81,0,0,0.18,505.61,3569.41,26113989,99.6,0,0,0.29,505.6,3569.4,26113990,99.61,0,0,0.34,506.07,3568.95,26113991,99.62,0,0,0.35,506.58,3568.43,26113992,99.85,0,0,0.38,505.99,3569.02,26113993,99.82,0,0,0.14,505.98,3569.03,26113994,99.8,0,0,0.14,505.95,3569.08,26113995,99.65,0,0,0.3,506.18,3568.87,26113996,99.87,0,0,0.16,506.17,3568.87,26113997,99.63,0,0,0.61,505.24,3569.8,26113998,99.87,0,0,0.18,504.65,3570.39,26113999,99.8,0,0,0.18,504.63,3570.41,26114000,99.72,0,0,0.33,506.08,3568.97,26114001,99.85,0,0,0.18,506.08,3568.97,26114002,99.74,0,0,0.56,506.14,3568.9,26114003,99.78,0,0,0.18,505.72,3569.31,26114004,99.78,0.01,0.01,0.46,505.92,3569.11,26114005,99.66,0,0,0.36,505.78,3569.26,26114006,99.79,0,0,0.17,505.62,3569.41,26114007,99.67,0,0,0.55,505.67,3569.36,26114008,99.75,0,0,0.18,505.09,3569.94,26114009,99.87,0,0,0.18,505.08,3569.95,26114010,99.58,0,0,0.34,506.51,3568.55,26114011,99.84,0,0,0.14,506.46,3568.6,26114012,99.65,0,0,0.59,506.98,3568.08,26114013,99.85,0,0,0.14,506.18,3568.86,26114014,99.83,0,0,0.16,506.16,3568.88,26114015,99.56,0,0,0.32,505.68,3569.38,26114016,99.77,0.01,0,0.18,505.67,3569.39,26114017,99.7,0,0,0.42,506.27,3568.78,26114018,99.78,0,0,0.29,506.38,3568.67,26114019,99.62,0,0,0.32,506.12,3568.91,26114020,99.63,0,0,0.32,505.4,3569.64,26114021,99.86,0,0,0.16,505.35,3569.69,26114022,99.61,0,0,0.58,505.87,3569.17,26114023,99.84,0,0,0.16,506.34,3568.7,26114024,99.73,0.01,0,0.14,506.37,3568.65,26114025,99.77,0,0,0.3,506.08,3568.96,26114026,99.83,0,0,0.18,506.11,3568.93,26114027,99.58,0,0,0.57,506.65,3568.39,26114028,99.77,0,0,0.14,506.68,3568.35,26114029,99.8,0,0,0.14,506.65,3568.38,26114030,99.78,0,0,0.32,506.66,3568.39,26114031,99.85,0,0,0.14,506.64,3568.41,26114032,99.67,0,0,0.17,506.94,3568.1,26114033,99.72,0,0,0.57,506.46,3568.58,26114034,99.8,0,0,0.14,506.08,3568.95,26114035,99.59,0,0,0.31,506.33,3568.72,26114036,99.78,0,0,0.14,506.3,3568.74,26114037,99.78,0,0,0.14,506.33,3568.71,26114038,99.66,0,0,0.56,506.66,3568.37,26114039,99.85,0,0,0.15,506.21,3568.81,26114040,99.59,0,0,0.34,506.45,3568.59,26114041,99.84,0,0,0.18,506.43,3568.61,26114042,99.83,0,0,0.18,506.38,3568.65,26114043,99.62,0,0,0.57,506.49,3568.54,26114044,99.82,0,0,0.14,506.07,3568.96,26114045,99.73,0,0,0.3,506.36,3568.69,26114046,99.83,0,0,0.19,506.48,3568.56,26114047,99.71,0,0,0.18,506.45,3568.58,26114048,99.58,0,0,0.54,506.77,3568.25,26114049,99.5,0,0,0.32,506.66,3568.33,26114050,99.72,0,0,0.31,506.48,3568.53,26114051,99.73,0,0,0.14,506.37,3568.64,26114052,99.82,0,0,0.16,506.34,3568.66,26114053,99.62,0,0,0.58,507.16,3567.83,26114054,99.74,0,0,0.18,506.54,3568.45,26114055,99.64,0,0,0.3,506.6,3568.42,26114056,99.78,0,0,0.15,506.71,3568.3,26114057,99.75,0,0,0.23,506.45,3568.56,26114058,99.65,0,0,0.56,507.05,3567.95,26114059,99.8,0,0,0.15,506.63,3568.36,26114060,99.69,0,0,0.29,505.7,3569.31,26114061,99.88,0,0,0.17,505.63,3569.38,26114062,99.85,0,0,0.14,505.62,3569.38,26114063,99.69,0,0,0.45,506.19,3568.81,26114064,99.77,0,0,0.32,506.32,3568.67,26114065,99.68,0,0,0.32,506.11,3568.9,26114066,99.85,0,0,0.14,506.05,3568.95,26114067,99.82,0,0,0.16,506.14,3568.86,26114068,99.81,0,0,0.14,506.19,3568.81,26114069,99.66,0,0,0.57,506.52,3568.49,26114070,99.61,0.02,0.48,0.35,506.14,3568.88,26114071,99.84,0,0,0.18,506.18,3568.84,26114072,99.82,0,0,0.16,506.18,3568.84,26114073,99.85,0,0,0.14,506.16,3568.85,26114074,99.59,0,0,0.56,506.89,3568.11,26114075,99.69,0,0,0.31,505.17,3569.86,26114076,99.8,0,0,0.17,505.13,3569.89,26114077,99.8,0,0,0.14,505.1,3569.91,26114078,99.78,0,0,0.14,505.07,3569.94,26114079,99.37,0,0,0.68,506.88,3568.11,26114080,99.7,0,0,0.3,506.52,3568.48,26114081,99.81,0,0,0.16,506.66,3568.33,26114082,99.78,0,0,0.14,506.67,3568.33,26114083,99.79,0,0,0.15,506.64,3568.35,26114084,99.64,0,0,0.54,507.17,3567.83,26114085,99.65,0,0,0.34,506.37,3568.65,26114086,99.79,0,0,0.18,506.35,3568.67,26114087,99.75,0,0,0.18,506.33,3568.68,26114088,99.8,0,0,0.18,506.32,3568.69,26114089,99.68,0,0,0.57,506.75,3568.25,26114090,99.76,0,0,0.32,506.78,3568.23,26114091,99.89,0,0,0.19,506.76,3568.25,26114092,99.05,0,0,0.16,506.78,3568.23,26114093,99.82,0,0,0.14,506.94,3568.08,26114094,99.67,0,0,0.56,507.18,3567.84,26114095,99.74,0,0,0.3,506.67,3568.36,26114096,99.73,0,0,0.16,505.94,3569.09,26114097,99.77,0,0,0.14,505.88,3569.14,26114098,99.8,0,0,0.16,505.86,3569.16,26114099,99.6,0,0,0.49,506.26,3568.76,26114100,99.35,0,0,0.42,504.84,3570.21,26114101,99.84,0,0,0.18,504.85,3570.2,26114102,99.84,0,0,0.18,504.97,3570.07,26114103,99.81,0,0,0.18,504.95,3570.09,26114104,99.64,0.01,0.17,0.77,505.64,3569.38,26114105,99.58,0.01,0.06,0.45,506.06,3568.97,26114106,99.84,0,0,0.16,506.03,3569,26114107,99.85,0,0,0.15,506.06,3568.96,26114108,99.87,0,0.01,0.18,506.14,3568.87,26114109,99.52,0.01,0.02,0.35,505.84,3569.15,26114110,99.29,0,0,0.73,505.96,3569.04,26114111,99.86,0,0,0.18,505.4,3569.59,26114112,99.87,0,0,0.18,505.37,3569.62,26114113,99.86,0,0,0.18,505.36,3569.63,26114114,99.85,0,0.01,0.18,505.33,3569.68,26114115,99.45,0,0.02,0.75,505.86,3569.17,26114116,99.83,0,0,0.16,505.51,3569.52,26114117,99.82,0,0,0.21,505.56,3569.47,26114118,99.83,0,0,0.14,505.65,3569.38,26114119,99.85,0,0,0.16,505.63,3569.4,26114120,99.51,0,0,0.71,506.21,3568.84,26114121,99.83,0,0,0.13,506.1,3568.95,26114122,99.84,0,0,0.15,506.08,3568.96,26114123,99.83,0,0,0.16,506.05,3568.99,26114124,99.8,0,0,0.14,506.04,3569,26114125,99.54,0,0,0.76,505.58,3569.47,26114126,99.88,0,0,0.18,505.04,3570.01,26114127,99.84,0,0,0.18,505.01,3570.04,26114128,99.71,0,0,0.18,505.14,3569.9,26114129,99.85,0,0,0.18,505.15,3569.88,26114130,99.61,0,0,0.57,506.15,3568.91,26114131,99.87,0,0,0.27,505.38,3569.67,26114132,99.77,0,0,0.17,505.35,3569.69,26114133,99.78,0,0,0.14,505.34,3569.7,26114134,99.87,0,0.01,0.18,505.3,3569.74,26114135,99.52,0.01,0.19,0.79,506.72,3568.33,26114136,99.84,0,0.01,0.24,506.02,3569.02,26114137,99.89,0,0,0.16,506.12,3568.91,26114138,99.88,0.02,0.53,0.26,506.11,3568.92,26114139,99.77,0,0,0.29,506,3569.01,26114140,99.57,0,0,0.59,506.53,3568.49,26114141,99.78,0,0,0.3,506.13,3568.89,26114142,99.82,0,0,0.16,506.13,3568.88,26114143,99.78,0,0,0.18,506.1,3568.91,26114144,99.85,0,0,0.18,506.09,3568.91,26114145,99.72,0,0,0.35,506.09,3568.93,26114146,99.63,0,0,0.59,506.65,3568.37,26114147,99.8,0,0,0.15,506.31,3568.7,26114148,99.78,0,0,0.15,506.28,3568.73,26114149,99.75,0,0,0.15,506.27,3568.73,26114150,99.68,0,0,0.32,506.02,3569,26114151,99.6,0,0,0.62,506.36,3568.66,26114152,99.8,0,0,0.14,506,3569.01,26114153,99.8,0,0,0.14,506.14,3568.86,26114154,99.77,0.01,0.41,0.25,506.09,3568.91,26114155,99.71,0,0,0.35,506.32,3568.7,26114156,99.68,0,0,0.55,506.29,3568.72,26114157,99.78,0,0,0.14,505.78,3569.22,26114158,99.79,0,0,0.14,505.75,3569.25,26114159,99.74,0,0,0.15,505.74,3569.25,26114160,99.49,0,0,0.29,505.92,3569.09,26114161,99.64,0,0,0.81,506.66,3568.34,26114162,99.82,0,0,0.16,505.87,3569.13,26114163,99.84,0,0,0.14,505.87,3569.13,26114164,99.7,0,0,0.14,505.84,3569.15,26114165,99.68,0,0,0.3,506.33,3568.68,26114166,99.7,0,0,0.68,506.7,3568.3,26114167,99.81,0,0,0.19,505.81,3569.19,26114168,99.8,0,0.01,0.18,505.75,3569.25,26114169,99.69,0,0,0.28,506.21,3568.76,26114170,99.71,0,0,0.29,506.28,3568.71,26114171,99.65,0,0,0.41,506.81,3568.17,26114172,99.77,0,0,0.29,506.11,3568.87,26114173,99.72,0,0,0.14,506.11,3568.87,26114174,99.62,0,0,0.16,506.08,3568.89,26114175,99.7,0,0,0.3,506.55,3568.43,26114176,99.55,0,0,0.33,506.84,3568.14,26114177,99.7,0,0,0.42,505.78,3569.2,26114178,99.67,0,0,0.17,505.77,3569.21,26114179,99.83,0,0,0.15,505.74,3569.23,26114180,99.7,0,0,0.36,505.75,3569.24,26114181,99.8,0,0,0.15,505.78,3569.2,26114182,99.66,0,0,0.54,506.25,3568.72,26114183,99.78,0,0,0.15,505.86,3569.11,26114184,99.76,0,0,0.17,505.85,3569.12,26114185,99.75,0,0,0.34,506.14,3568.84,26114186,99.87,0,0,0.16,506.06,3568.92,26114187,99.72,0,0,0.58,506.58,3568.39,26114188,99.83,0,0,0.14,506.26,3568.71,26114189,99.86,0,0,0.15,506.24,3568.71,26114190,99.69,0,0,0.29,506,3568.98,26114191,99.73,0,0,0.14,505.97,3569,26114192,99.63,0,0,0.6,506.8,3568.16,26114193,99.76,0,0,0.18,506.61,3568.36,26114194,99.74,0,0,0.16,506.58,3568.38,26114195,99.59,0,0,0.31,506.33,3568.64,26114196,99.81,0,0,0.16,506.31,3568.65,26114197,99.63,0,0,0.48,505.95,3569.02,26114198,99.8,0,0,0.2,505.04,3569.91,26114199,99.69,0,0,0.29,506.27,3568.66,26114200,99.72,0,0,0.28,506.33,3568.63,26114201,99.87,0,0.01,0.22,506.21,3568.74,26114202,99.62,0,0,0.63,506.69,3568.25,26114203,99.76,0,0,0.18,506.06,3568.85,26114204,99.77,0,0,0.18,506.05,3568.87,26114205,99.62,0,0,0.35,506.05,3568.9,26114206,99.78,0,0,0.15,506.04,3568.91,26114207,99.49,0,0,0.44,506.48,3568.46,26114208,99.8,0,0,0.28,506.49,3568.45,26114209,99.79,0,0,0.14,506.46,3568.47,26114210,99.56,0,0,0.3,505.53,3569.42,26114211,99.77,0,0,0.15,505.46,3569.48,26114212,99.61,0,0,0.45,505.83,3569.11,26114213,99.76,0,0,0.29,505.42,3569.52,26114214,99.79,0,0,0.14,505.47,3569.46,26114215,99.6,0,0,0.3,506.8,3568.15,26114216,99.81,0,0,0.14,506.81,3568.14,26114217,99.8,0,0,0.15,506.78,3568.16,26114218,99.62,0,0,0.56,506.9,3568.03,26114219,99.81,0,0,0.15,506.49,3568.43,26114220,99.5,0,0,0.3,505.53,3569.41,26114221,99.68,0,0,0.16,505.5,3569.44,26114222,99.76,0,0,0.14,505.48,3569.46,26114223,99.61,0,0,0.55,505.81,3569.12,26114224,99.76,0,0,0.15,505.44,3569.49,26114225,99.63,0,0,0.34,505.92,3569.03,26114226,99.76,0,0,0.17,505.96,3568.98,26114227,99.76,0,0,0.14,506.09,3568.84,26114228,99.68,0,0,0.54,506.78,3568.15,26114229,99.55,0,0,0.29,506.8,3568.1,26114230,99.69,0,0,0.3,506.56,3568.36,26114231,99.81,0,0,0.18,506.53,3568.39,26114232,99.73,0,0,0.16,506.5,3568.41,26114233,94.48,0.36,0.01,197.12,520.71,3554.48,26114234,99.71,0,0,64.14,508.98,3565.69,26114235,99.61,0,0,0.37,509.02,3565.67,26114236,99.74,0.05,2.03,0.27,509.14,3565.56,26114237,99.74,0,0.02,0.35,509.11,3565.56,26114238,99.6,0,0.01,0.66,507.97,3566.71,26114239,99.78,0,0,0.22,505.15,3569.54,26114240,99.63,0,0,0.31,506.6,3568.12,26114241,99.8,0,0,0.17,506.6,3568.11,26114242,99.74,0,0,0.18,506.6,3568.11,26114243,99.53,0,0,0.41,506.12,3568.58,26114244,99.7,0,0,0.33,505.82,3568.88,26114245,99.68,0,0.01,0.38,506.02,3568.7,26114246,99.78,0,0,0.18,505.72,3569,26114247,99.79,0,0,0.17,505.71,3569,26114248,99.65,0,0,0.43,506,3568.71,26114249,99.8,0,0,0.3,505.42,3569.28,26114250,99.71,0,0,0.31,505.9,3568.82,26114251,99.8,0,0,0.16,505.9,3568.82,26114252,99.79,0,0,0.18,505.88,3568.83,26114253,99.68,0,0,0.39,506.17,3568.54,26114254,99.76,0,0,0.37,504.35,3570.35,26114255,99.72,0,0,0.32,505.11,3569.61,26114256,99.78,0,0,0.18,505.26,3569.46,26114257,99.76,0.01,0.03,0.23,505.19,3569.52,26114258,99.71,0,0,0.14,505.15,3569.56,26114259,99.39,0,0,0.72,506.6,3568.08,26114260,99.7,0,0,0.29,505.85,3568.84,26114261,99.73,0,0.01,0.19,505.89,3568.8,26114262,99.69,0,0.02,0.23,505.98,3568.71,26114263,99.81,0,0,0.17,505.94,3568.74,26114264,99.56,0.01,0.13,0.61,505.84,3568.85,26114265,99.6,0.01,0.14,0.35,504.72,3569.99,26114266,99.73,0,0,0.23,504.64,3570.06,26114267,99.72,0,0,0.17,504.61,3570.09,26114268,99.77,0,0,0.15,504.63,3570.05,26114269,99.58,0,0,0.5,505.87,3568.81,26114270,98.88,0,0,0.41,506.21,3568.49,26114271,99.74,0,0,0.15,506.18,3568.51,26114272,99.77,0,0,0.14,506.17,3568.52,26114273,99.81,0,0,0.15,506.14,3568.54,26114274,99.63,0,0,0.43,505.86,3568.82,26114275,99.66,0,0,0.43,505.13,3569.56,26114276,99.78,0,0,0.17,505.13,3569.57,26114277,99.75,0,0,0.14,505.1,3569.59,26114278,99.78,0,0,0.15,505.08,3569.6,26114279,99.67,0,0,0.49,505.71,3568.97,26114280,99.48,0,0,0.35,505.28,3569.42,26114281,99.78,0,0,0.13,505.23,3569.46,26114282,99.78,0,0,0.16,505.22,3569.47,26114283,99.74,0,0,0.15,505.19,3569.5,26114284,99.62,0.01,0.04,0.57,505.53,3569.15,26114285,99.58,0,0,0.39,505.59,3569.1,26114286,99.71,0,0,0.16,505.59,3569.11,26114287,99.77,0,0,0.14,505.59,3569.1,26114288,99.78,0,0,0.14,505.72,3568.97,26114289,99.48,0,0,0.45,505.86,3568.8,26114290,99.67,0,0,0.49,506.19,3568.49,26114291,99.75,0,0,0.14,506.18,3568.49,26114292,99.74,0,0,0.16,506.15,3568.52,26114293,99.69,0,0,0.14,506.09,3568.57,26114294,99.71,0,0,0.14,505.87,3568.79,26114295,99.55,0,0,0.68,506.91,3567.77,26114296,99.81,0,0,0.17,506.1,3568.58,26114297,99.78,0,0,0.17,506.08,3568.59,26114298,99.75,0,0,0.16,506.05,3568.61,26114299,99.78,0,0,0.14,506.08,3568.58,26114300,99.51,0,0,0.67,506.66,3568.01,26114301,99.79,0,0,0.16,506.25,3568.43,26114302,99.8,0,0,0.14,506.22,3568.45,26114303,99.84,0,0,0.15,506.21,3568.46,26114304,99.77,0,0,0.16,506.18,3568.48,26114305,99.53,0,0,0.69,506.53,3568.14,26114306,99.78,0.01,0.03,0.19,505.89,3568.78,26114307,99.82,0,0,0.22,505.83,3568.83,26114308,99.75,0,0,0.2,505.87,3568.78,26114309,99.83,0,0,0.17,505.98,3568.67,26114310,99.51,0,0,0.57,506.78,3567.89,26114311,99.78,0,0,0.3,506.21,3568.46,26114312,99.76,0,0,0.14,506.19,3568.47,26114313,99.79,0,0,0.15,506.17,3568.49,26114314,99.79,0,0,0.18,506.15,3568.5,26114315,99.36,0,0.01,0.77,506.88,3567.79,26114316,99.73,0,0,0.15,506.36,3568.3,26114317,99.79,0,0,0.21,506.33,3568.33,26114318,99.78,0,0,0.18,506.31,3568.35,26114319,99.55,0,0,0.31,506.42,3568.22,26114320,99.53,0,0,0.33,506.41,3568.24,26114321,99.68,0,0,0.59,506.55,3568.1,26114322,99.78,0,0,0.2,506.19,3568.45,26114323,99.8,0,0,0.16,506.16,3568.48,26114324,99.76,0,0,0.21,506.15,3568.48,26114325,99.66,0,0,0.33,506.38,3568.27,26114326,99.63,0,0,0.56,506.72,3567.92,26114327,99.72,0.02,0.69,0.33,506.35,3568.29,26114328,99.79,0,0,0.18,506.33,3568.31,26114329,99.8,0.01,0.22,0.28,506.39,3568.27,26114330,99.62,0,0,0.35,506.29,3568.38,26114331,99.61,0,0,0.55,506.49,3568.18,26114332,99.79,0,0,0.15,506.19,3568.48,26114333,99.77,0,0,0.18,506.17,3568.49,26114334,99.79,0,0,0.18,506.14,3568.51,26114335,99.71,0,0,0.3,506.4,3568.27,26114336,99.65,0,0,0.57,507.07,3567.6,26114337,99.76,0,0,0.14,506.35,3568.32,26114338,99.85,0,0,0.14,506.33,3568.33,26114339,99.75,0,0,0.15,506.31,3568.35,26114340,99.5,0,0,0.31,506.07,3568.6,26114341,99.65,0,0,0.43,505.93,3568.74,26114342,99.83,0,0,0.29,505.08,3569.59,26114343,99.78,0,0,0.14,505.23,3569.43,26114344,99.8,0,0,0.14,505.22,3569.44,26114345,99.67,0,0,0.35,505.45,3569.22,26114346,99.66,0,0,0.56,506.12,3568.55,26114347,99.78,0,0,0.18,506.4,3568.27,26114348,99.83,0,0,0.16,506.4,3568.27,26114349,99.5,0,0,0.34,506.4,3568.24,26114350,99.69,0,0,0.29,506.44,3568.21,26114351,99.7,0,0,0.59,506.77,3567.87,26114352,99.77,0,0,0.18,506.57,3568.07,26114353,99.8,0,0,0.18,506.55,3568.09,26114354,99.83,0,0,0.18,506.55,3568.09,26114355,99.57,0,0,0.36,505.77,3568.89,26114356,99.64,0,0,0.43,506.16,3568.49,26114357,99.79,0,0.01,0.31,506.18,3568.46,26114358,99.8,0,0,0.18,506.13,3568.51,26114359,99.8,0,0,0.14,506.11,3568.52,26114360,99.72,0,0,0.29,506.34,3568.31,26114361,99.75,0.01,0.03,0.16,506.38,3568.27,26114362,99.56,0,0,0.56,507.12,3567.53,26114363,99.8,0,0,0.15,506.56,3568.08,26114364,99.78,0.01,0.02,0.2,506.58,3568.06,26114365,99.39,0.29,1.34,1.57,508.96,3565.64,26114366,99.26,2.12,66.96,0.88,508.94,3565.65,26114367,99.23,2,64.15,1.4,509.49,3565.1,26114368,99.64,0.42,11.93,0.52,509.09,3565.49,26114369,99.85,0.04,0.08,0.26,509.09,3565.49,26114370,99.62,0.02,0.03,0.34,506.98,3567.67,26114371,99.84,0,0,0.18,506.66,3568.01,26114372,99.61,0.35,0.91,0.71,508.78,3566.07,26114373,99.85,0,0,0.73,511.47,3563.58,26114374,98.27,0.01,0,1.14,517.36,3557.64,26114375,80.03,0.06,1.91,5.85,662.65,3412.07,26114376,99.9,0,0.03,0.23,511.01,3563.75,26114377,99.73,0,0,0.55,511.65,3563.1,26114378,99.88,0,0.01,0.27,511.45,3563.3,26114379,99.69,0,0,0.32,511.95,3562.77,26114380,99.76,0,0,0.32,510.9,3563.84,26114381,99.88,0,0,0.16,510.84,3563.89,26114382,99.69,0.03,0.95,0.54,511.64,3563.07,26114383,99.88,0,0.01,0.23,510.81,3563.9,26114384,99.89,0.03,1.03,0.15,510.78,3563.93,26114385,99.74,0.01,0.2,0.41,511.07,3563.65,26114386,99.89,0,0,0.18,511.05,3563.66,26114387,99.61,0,0.01,0.55,511.63,3563.08,26114388,99.85,0,0,0.14,511.48,3563.22,26114389,99.85,0,0,0.14,511.45,3563.24,26114390,99.72,0,0,0.33,510.5,3564.21,26114391,99.89,0,0,0.14,510.43,3564.27,26114392,99.68,0.01,0.03,0.43,510.92,3563.78,26114393,99.84,0,0,0.34,510.95,3563.75,26114394,99.87,0,0,0.18,510.23,3564.46,26114395,99.7,0,0,0.46,506.9,3568.12,26114396,99.82,0,0,0.15,505.88,3569.24,26114397,99.86,0,0,0.14,505.85,3569.26,26114398,99.7,0,0,0.57,506.12,3568.99,26114399,99.86,0,0,0.14,505.75,3569.35,26114400,99.6,0,0,0.3,505.5,3569.62,26114401,99.85,0,0,0.16,505.48,3569.64,26114402,99.83,0,0,0.14,505.45,3569.66,26114403,99.75,0,0,0.55,506.01,3569.09,26114404,99.71,0,0,0.14,505.66,3569.44,26114405,99.69,0,0,0.32,505.89,3569.22,26114406,99.79,0,0,0.15,505.87,3569.24,26114407,99.83,0,0,0.18,505.89,3569.21,26114408,99.67,0,0,0.54,506.16,3568.94,26114409,99.71,0.01,0.02,0.34,505.96,3569.11,26114410,99.79,0,0,0.32,505.72,3569.37,26114411,99.86,0,0,0.16,505.67,3569.41,26114412,99.81,0,0,0.14,505.66,3569.42,26114413,99.71,0,0,0.59,506.15,3568.92,26114414,99.81,0,0,0.16,505.38,3569.7,26114415,99.57,0,0,0.33,505.61,3569.48,26114416,99.8,0,0,0.14,505.67,3569.41,26114417,99.85,0,0,0.21,505.8,3569.28,26114418,99.62,0,0,0.55,506.09,3569,26114419,99.83,0,0,0.14,505.27,3569.82,26114420,99.72,0,0,0.32,506.01,3569.1,26114421,99.8,0,0,0.14,505.99,3569.11,26114422,99.88,0,0,0.14,505.98,3569.12,26114423,99.63,0,0,0.55,506.11,3568.98,26114424,99.8,0,0,0.19,505.19,3569.9,26114425,99.69,0,0,0.39,505.32,3569.78,26114426,99.83,0,0,0.16,505.15,3569.95,26114427,99.84,0,0,0.14,505.15,3569.95,26114428,99.63,0,0,0.55,505.67,3569.43,26114429,99.81,0,0,0.17,505.54,3569.55,26114430,99.58,0,0,0.38,505.29,3569.81,26114431,99.88,0,0,0.15,505.27,3569.82,26114432,99.8,0,0,0.14,505.26,3569.83,26114433,99.72,0,0,0.37,506.01,3569.08,26114434,99.78,0,0.01,0.38,505.47,3569.62,26114435,99.49,0,0,0.32,504.72,3570.38,26114436,99.73,0,0,0.18,504.69,3570.41,26114437,99.85,0,0,0.15,504.65,3570.44,26114438,99.84,0,0,0.14,504.65,3570.44,26114439,99.32,0,0,0.71,505.43,3569.63,26114440,99.71,0,0,0.33,505.78,3569.31,26114441,99.82,0,0,0.14,505.76,3569.32,26114442,99.73,0,0,0.17,505.74,3569.33,26114443,99.79,0,0,0.16,505.71,3569.36,26114444,99.64,0,0,0.56,505.87,3569.21,26114445,99.66,0,0,0.33,503.52,3571.59,26114446,99.86,0,0,0.14,503.48,3571.64,26114447,99.84,0,0,0.17,503.44,3571.66,26114448,99.88,0,0,0.14,503.43,3571.67,26114449,99.71,0,0,0.59,504.76,3570.33,26114450,99.76,0,0,0.32,505.38,3569.73,26114451,99.85,0,0,0.16,505.53,3569.58,26114452,99.8,0,0,0.2,505.51,3569.6,26114453,99.83,0,0,0.14,505.47,3569.63,26114454,98.81,0,0,0.54,506.11,3568.99,26114455,99.76,0,0,0.32,505.76,3569.36,26114456,99.82,0,0,0.18,505.69,3569.42,26114457,99.87,0,0,0.16,505.66,3569.46,26114458,99.85,0,0,0.14,505.63,3569.49,26114459,99.72,0,0,0.55,505.94,3569.18,26114460,99.56,0,0,0.32,504.64,3570.49,26114461,99.85,0,0,0.16,504.75,3570.38,26114462,99.84,0,0,0.14,504.77,3570.36,26114463,99.81,0,0,0.17,504.76,3570.36,26114464,99.57,0,0,0.59,505.13,3569.98,26114465,99.04,0,0,0.71,506.34,3568.77,26114466,99.69,0,0,0.14,505.94,3569.17,26114467,99.79,0,0,0.18,505.91,3569.19,26114468,99.79,0,0,0.16,505.9,3569.2,26114469,99.37,0,0,0.63,506.47,3568.59,26114470,99.53,0,0,0.41,505.15,3569.94,26114471,99.87,0,0,0.14,505.12,3569.98,26114472,99.85,0,0,0.18,505.26,3569.84,26114473,99.77,0,0,0.14,505.25,3569.84,26114474,99.61,0,0,0.39,505.94,3569.18,26114475,99.7,0,0,0.49,506.21,3568.93,26114476,99.89,0,0,0.16,506.19,3568.94,26114477,99.83,0,0,0.18,505.94,3569.19,26114478,99.88,0,0,0.14,505.9,3569.23,26114479,99.85,0,0,0.15,505.89,3569.23,26114480,99.34,0,0,0.73,505.96,3569.18,26114481,99.85,0,0,0.14,505.38,3569.76,26114482,99.83,0,0,0.16,505.37,3569.76,26114483,99.78,0,0,0.15,505.51,3569.62,26114484,99.83,0,0,0.14,505.5,3569.63,26114485,99.56,0,0,0.75,506.27,3568.87,26114486,99.82,0,0,0.16,505.71,3569.42,26114487,99.85,0,0,0.16,505.69,3569.44,26114488,99.76,0,0,0.2,505.66,3569.46,26114489,99.84,0,0,0.18,505.64,3569.47,26114490,99.49,0,0,0.74,506.05,3569.09,26114491,99.88,0,0,0.14,505.87,3569.26,26114492,99.85,0,0,0.2,505.84,3569.29,26114493,99.86,0,0,0.18,505.96,3569.16,26114494,99.87,0,0,0.18,506.02,3569.1,26114495,99.55,0,0,0.73,506.3,3568.84,26114496,99.91,0,0,0.16,505.51,3569.63,26114497,99.88,0,0,0.14,505.48,3569.65,26114498,99.88,0,0,0.15,505.46,3569.66,26114499,99.65,0,0,0.29,505.67,3569.45,26114500,99.62,0,0,0.74,506.43,3568.71,26114501,99.9,0,0,0.18,506.15,3568.98,26114502,99.89,0,0,0.18,506.15,3568.98,26114503,99.87,0,0,0.14,506.11,3569.01,26114504,99.88,0,0,0.14,506.11,3569.03,26114505,99.61,0,0,0.66,506.61,3568.55,26114506,99.88,0,0,0.21,506.28,3568.87,26114507,99.85,0,0,0.14,506.25,3568.9,26114508,99.87,0,0,0.16,506.24,3568.91,26114509,99.8,0,0,0.18,506.21,3568.93,26114510,99.59,0,0,0.71,505.93,3569.23,26114511,99.9,0,0,0.14,505.93,3569.23,26114512,99.87,0,0,0.16,505.9,3569.25,26114513,99.91,0,0,0.15,505.87,3569.27,26114514,99.92,0,0,0.14,505.9,3569.24,26114515,99.57,0,0,0.56,505.71,3569.45,26114516,99.85,0,0,0.36,506.24,3568.91,26114517,99.88,0,0,0.16,506.21,3568.93,26114518,99.91,0,0,0.16,506.17,3568.96,26114519,99.9,0,0,0.14,506.16,3568.97,26114520,99.58,0,0,0.31,506.19,3568.96,26114521,99.67,0,0,0.55,506.82,3568.32,26114522,99.84,0,0,0.16,506.36,3568.78,26114523,99.73,0,0,0.15,506.38,3568.75,26114524,99.77,0,0,0.16,506.5,3568.63,26114525,99.64,0,0,0.33,506.49,3568.65,26114526,99.68,0,0,0.53,506.99,3568.15,26114527,99.8,0,0,0.16,506.7,3568.43,26114528,99.8,0,0,0.14,506.69,3568.44,26114529,99.55,0,0,0.3,504.99,3570.11,26114530,99.67,0,0,0.31,505.42,3569.7,26114531,99.7,0,0,0.56,506.26,3568.85,26114532,99.9,0,0,0.15,506.37,3568.74,26114533,99.85,0,0,0.15,506.34,3568.77,26114534,99.85,0,0,0.2,506.33,3568.77,26114535,99.63,0,0,0.34,506.14,3568.98,26114536,99.71,0,0,0.54,506.86,3568.26,26114537,99.87,0,0,0.2,506.47,3568.64,26114538,99.84,0,0,0.15,506.46,3568.65,26114539,99.88,0,0,0.15,506.43,3568.67,26114540,99.74,0,0,0.3,506.45,3568.68,26114541,99.6,0,0,0.4,506.76,3568.35,26114542,99.87,0,0,0.3,506.4,3568.71,26114543,99.89,0,0,0.14,505.7,3569.41,26114544,99.87,0.01,0.03,0.15,505.37,3569.73,26114545,99.64,0.02,0.05,0.4,505.46,3569.66,26114546,99.87,0,0,0.16,505.43,3569.69,26114547,99.67,0.01,1.03,0.63,505.56,3569.54,26114548,99.85,0.03,2.1,0.41,505.19,3569.89,26114549,99.87,0.02,1.87,0.24,505.17,3569.9,26114550,99.65,0,0.01,0.38,505.8,3569.27,26114551,99.89,0,0,0.16,505.95,3569.12,26114552,99.62,0.01,0.02,0.53,506.25,3568.81,26114553,99.89,0,0.01,0.22,505.83,3569.22,26114554,99.9,0,0,0.18,505.82,3569.24,26114555,99.76,0,0,0.36,505.82,3569.25,26114556,99.84,0,0,0.15,505.81,3569.26,26114557,99.68,0,0,0.54,506.3,3568.76,26114558,99.86,0,0,0.14,505.93,3569.13,26114559,99.76,0,0,0.31,505.93,3569.1,26114560,99.55,0,0,0.38,505.19,3569.85,26114561,99.85,0,0,0.13,505.13,3569.91,26114562,99.71,0,0,0.55,505.79,3569.24,26114563,99.78,0,0,0.17,505.58,3569.45,26114564,99.83,0,0,0.17,505.56,3569.47,26114565,99.56,0,0,0.32,505.33,3569.73,26114566,99.81,0,0,0.16,505.3,3569.75,26114567,99.64,0,0,0.39,506,3569.05,26114568,99.8,0,0,0.28,506.17,3568.87,26114569,99.84,0,0,0.14,506.19,3568.85,26114570,99.65,0,0,0.32,506.67,3568.39,26114571,99.82,0,0,0.14,506.66,3568.4,26114572,99.64,0,0.01,0.54,507.07,3567.98,26114573,99.82,0,0,0.2,506.35,3568.7,26114574,99.81,0,0.01,0.18,506.32,3568.72,26114575,99.71,0,0,0.36,506.3,3568.75,26114576,99.83,0,0.01,0.14,506.34,3568.71,26114577,99.31,0.04,0.13,0.52,510.67,3564.28,26114578,99.81,0.01,0.86,0.43,517.21,3557.58,26114579,99.83,0,0,0.16,517.14,3557.65,26114580,99.53,0,0,0.32,517.27,3557.53,26114581,99.67,0.01,0.01,0.16,517.25,3557.55,26114582,99.66,0.03,0.56,0.48,517.6,3557.19,26114583,99.82,0.01,0.6,0.4,516.69,3558.08,26114584,99.76,0.01,0.95,0.23,516.72,3558.04,26114585,99.6,0.01,0.89,0.4,517.21,3557.55,26114586,99.76,0.08,5.69,0.32,517.17,3557.56,26114587,99.83,0,0.62,0.29,517.14,3557.56,26114588,99.61,0,0,0.57,517.14,3557.55,26114589,99.49,0,0,0.34,517.09,3557.57,26114590,99.7,0,0,0.34,517.07,3557.61,26114591,99.87,0,0,0.16,517.06,3557.61,26114592,99.8,0,0,0.14,517.19,3557.48,26114593,99.7,0,0,0.54,517.86,3556.8,26114594,99.82,0,0,0.18,517.12,3557.56,26114595,99.69,0,0,0.34,517.4,3557.3,26114596,99.85,0,0,0.18,517.33,3557.36,26114597,99.83,0,0,0.22,517.3,3557.39,26114598,94.75,0.33,0.01,260.1,530.57,3544.36,26114599,99.87,0,0,0.3,519.68,3554.82,26114600,99.78,0,0,0.3,519.67,3554.85,26114601,99.87,0,0,0.2,519.64,3554.88,26114602,99.82,0,0,0.14,519.6,3554.91,26114603,99.75,0,0,0.58,518.7,3555.84,26114604,99.83,0,0,0.18,517.09,3557.47,26114605,99.59,0,0,0.38,515.87,3558.71,26114606,99.85,0,0,0.16,516.31,3558.29,26114607,99.81,0,0,0.14,516.27,3558.32,26114608,99.7,0,0,0.41,517.06,3557.53,26114609,99.83,0,0,0.29,517.2,3557.41,26114610,99.65,0,0,0.31,517.08,3557.54,26114611,99.88,0,0.01,0.16,517.09,3557.53,26114612,99.88,0,0,0.16,517.03,3557.58,26114613,99.69,0,0,0.52,517.5,3557.1,26114614,99.87,0,0,0.19,517.47,3557.14,26114615,99.74,0,0,0.31,517.22,3557.4,26114616,99.87,0,0,0.14,517.31,3557.31,26114617,99.8,0,0,0.16,517.33,3557.28,26114618,99.66,0,0,0.45,517.77,3556.83,26114619,99.76,0,0,0.49,517.25,3557.33,26114620,99.67,0,0,0.33,516.76,3557.83,26114621,99.87,0,0,0.14,516.72,3557.88,26114622,99.87,0,0,0.16,516.68,3557.91,26114623,99.89,0,0,0.15,516.82,3557.77,26114624,99.71,0,0,0.58,517.63,3556.96,26114625,99.65,0,0,0.34,517.3,3557.32,26114626,99.83,0,0,0.14,517.26,3557.35,26114627,99.78,0.04,3.24,0.27,517.26,3557.34,26114628,99.87,0,0,0.18,517.31,3557.27,26114629,99.71,0,0,0.54,517.87,3556.71,26114630,99.71,0.01,0,0.35,516.29,3558.31,26114631,99.85,0,0,0.13,516.21,3558.4,26114632,99.88,0,0,0.18,516.33,3558.27,26114633,99.84,0,0,0.14,516.33,3558.27,26114634,99.74,0,0,0.54,517.61,3556.98,26114635,99.7,0,0,0.36,517.52,3557.09,26114636,99.85,0,0,0.13,517.5,3557.11,26114637,99.78,0.01,0.01,0.16,517.46,3557.15,26114638,99.9,0,0,0.18,517.42,3557.18,26114639,99.73,0,0,0.61,517.89,3556.7,26114640,99.58,0,0,0.43,517.55,3557.05,26114641,99.81,0,0,0.16,517.52,3557.08,26114642,99.8,0,0,0.14,517.49,3557.11,26114643,99.87,0,0,0.17,517.45,3557.14,26114644,99.76,0,0,0.53,517.96,3556.63,26114645,99.74,0,0,0.38,517.49,3557.12,26114646,99.82,0,0,0.14,517.57,3557.03,26114647,99.83,0,0,0.16,517.52,3557.07,26114648,99.89,0,0,0.14,517.49,3557.1,26114649,99.63,0,0,0.57,517.94,3556.62,26114650,99.74,0,0,0.45,517.46,3557.13,26114651,99.8,0,0,0.14,517.41,3557.17,26114652,99.82,0,0,0.15,517.55,3557.03,26114653,99.74,0,0,0.14,517.53,3557.04,26114654,99.65,0,0,0.39,517.85,3556.72,26114655,99.69,0,0,0.49,517.73,3556.86,26114656,99.85,0,0,0.16,517.69,3556.89,26114657,99.8,0,0,0.19,517.17,3557.4,26114658,99.85,0,0.01,0.14,517.24,3557.33,26114659,99.71,0,0,0.31,517.7,3556.87,26114660,99.75,0,0,0.54,517.3,3557.28,26114661,99.86,0,0,0.14,517.26,3557.32,26114662,99.9,0,0,0.16,517.23,3557.35,26114663,99.88,0,0,0.14,517.2,3557.37,26114664,99.86,0,0,0.14,517.19,3557.38,26114665,99.44,0,0,0.73,518.02,3556.56,26114666,99.85,0,0,0.15,517.32,3557.26,26114667,99.85,0,0,0.14,517.28,3557.3,26114668,99.81,0,0,0.15,517.25,3557.32,26114669,99.87,0,0,0.14,517.22,3557.35,26114670,99.53,0,0,0.76,518.13,3556.45,26114671,99.87,0,0,0.17,517.7,3556.88,26114672,99.83,0,0,0.15,517.82,3556.76,26114673,99.88,0,0,0.15,517.78,3556.79,26114674,99.88,0,0,0.15,517.76,3556.81,26114675,99.61,0,0,0.71,517.97,3556.62,26114676,99.88,0,0,0.16,517.48,3557.13,26114677,99.88,0,0,0.14,517.45,3557.15,26114678,99.87,0,0,0.15,517.5,3557.09,26114679,99.71,0,0,0.27,518.03,3556.54,26114680,99.6,0,0,0.7,518.14,3556.44,26114681,99.9,0,0,0.16,517.74,3556.84,26114682,99.87,0.01,0.02,0.18,517.71,3556.87,26114683,99.88,0,0.01,0.2,517.67,3556.89,26114684,99.89,0,0,0.21,517.79,3556.78,26114685,99.46,0,0,0.78,518.5,3556.1,26114686,99.89,0,0.01,0.17,517.7,3556.89,26114687,99.85,0,0,0.17,517.67,3556.92,26114688,99.85,0,0,0.18,517.64,3556.94,26114689,99.87,0,0,0.16,517.76,3556.82,26114690,99.62,0,0,0.61,518.48,3556.11,26114691,99.89,0,0,0.35,518,3556.59,26114692,99.55,0,0,0.18,517.96,3556.62,26114693,99.7,0,0,0.17,517.5,3557.08,26114694,99.9,0,0,0.2,517.16,3557.41,26114695,98.9,0,0,0.6,517.3,3557.29,26114696,99.82,0,0,0.29,517.28,3557.31,26114697,99.85,0.01,0.01,0.2,517.27,3557.31,26114698,99.86,0.01,0.87,0.18,517.24,3557.33,26114699,99.87,0,0,0.25,517.23,3557.34,26114700,98.65,0.01,0.63,9.94,516.71,3557.93,26114701,99.69,0,0,0.62,517.61,3557.05,26114702,99.89,0.01,0.81,0.17,517.32,3557.34,26114703,99.87,0,0.01,0.22,517.31,3557.34,26114704,99.87,0,0,0.18,517.27,3557.38,26114705,99.71,0.06,1.99,0.41,517.09,3557.6,26114706,99.72,0.01,0.39,0.6,517.42,3557.26,26114707,99.86,0,0.22,0.22,517.01,3557.67,26114708,99.9,0,0,0.15,516.99,3557.68,26114709,99.81,0,0,0.29,517.12,3557.53,26114710,99.75,0,0,0.32,517.11,3557.55,26114711,99.76,0,0,0.56,517.62,3557.05,26114712,99.87,0.01,0.03,0.16,517.27,3557.39,26114713,99.92,0,0,0.23,517.3,3557.35,26114714,99.91,0,0,0.14,517.37,3557.29,26114715,99.83,0,0,0.33,517.11,3557.57,26114716,99.73,0,0,0.55,517.43,3557.24,26114717,99.91,0,0,0.21,517.04,3557.63,26114718,99.86,0,0,0.14,517,3557.66,26114719,99.89,0,0,0.14,517.05,3557.61,26114720,99.75,0,0,0.39,517.39,3557.29,26114721,99.75,0,0,0.57,517.96,3556.71,26114722,99.92,0,0,0.15,517.07,3557.6,26114723,99.88,0,0,0.15,517.03,3557.63,26114724,99.87,0,0,0.15,517,3557.66,26114725,99.72,0,0,0.41,516.9,3557.77,26114726,99.76,0,0,0.45,517.5,3557.17,26114727,99.9,0,0,0.29,516.87,3557.8,26114728,99.82,0,0,0.14,516.83,3557.83,26114729,99.85,0,0,0.16,516.8,3557.85,26114730,99.62,0,0,0.31,517.28,3557.39,26114731,99.68,0,0,0.37,517.69,3556.98,26114732,99.8,0,0,0.37,517.49,3557.17,26114733,99.88,0,0,0.16,517.62,3557.04,26114734,99.87,0,0,0.16,517.58,3557.07,26114735,99.8,0,0,0.37,517.33,3557.34,26114736,99.88,0,0,0.17,517.29,3557.37,26114737,99.68,0,0,0.57,517.62,3557.04,26114738,99.83,0,0,0.18,517.23,3557.43,26114739,99.75,0,0,0.31,517.54,3557.1,26114740,99.76,0,0,0.39,517.13,3557.53,26114741,99.82,0,0,0.19,517.08,3557.57,26114742,99.69,0,0,0.59,517.61,3557.03,26114743,99.81,0,0,0.14,517.24,3557.39,26114744,99.82,0,0,0.14,517.21,3557.42,26114745,99.68,0,0,0.32,517.26,3557.39,26114746,99.8,0,0,0.15,517.31,3557.34,26114747,99.66,0,0,0.56,517.86,3556.78,26114748,99.9,0,0,0.16,517.55,3557.09,26114749,99.83,0,0,0.18,517.52,3557.11,26114750,99.63,0,0,0.31,517.51,3557.13,26114751,99.86,0,0,0.14,517.48,3557.16,26114752,99.67,0,0,0.59,517.58,3557.06,26114753,97.59,0,0,0.15,516.53,3558.11,26114754,99.81,0,0,0.14,516.59,3558.04,26114755,99.69,0,0,0.36,517.29,3557.36,26114756,99.85,0,0,0.18,517.29,3557.35,26114757,99.67,0.01,0.01,0.57,517.73,3556.91,26114758,99.81,0,0,0.14,517.22,3557.41,26114759,99.83,0,0,0.15,517.19,3557.44,26114760,99.56,0,0,0.39,517.53,3557.12,26114761,99.69,0,0,0.14,517.6,3557.04,26114762,99.66,0,0,0.55,517.88,3556.76,26114763,99.78,0,0,0.14,517.29,3557.34,26114764,99.75,0,0,0.14,517.26,3557.37,26114765,99.7,0,0,0.29,517.01,3557.64,26114766,99.74,0,0,0.16,516.97,3557.67,26114767,99.62,0,0,0.4,517.5,3557.14,26114768,99.75,0,0,0.29,517.59,3557.04,26114769,99.39,0,0,0.34,517.83,3556.77,26114770,99.63,0,0,0.28,517.79,3556.83,26114771,99.73,0,0,0.13,517.76,3556.86,26114772,99.53,0,0,0.34,518.08,3556.53,26114773,99.61,0,0,0.38,517.94,3556.66,26114774,99.65,0,0,0.15,518.07,3556.54,26114775,99.53,0,0,0.28,517.6,3557.02,26114776,99.67,0,0,0.16,517.56,3557.05,26114777,99.73,0,0,0.26,517.78,3556.83,26114778,99.65,0,0,0.55,518.09,3556.51,26114779,99.78,0,0,0.14,517.71,3556.89,26114780,99.68,0,0,0.26,517.46,3557.16,26114781,99.79,0,0,0.14,517.58,3557.03,26114782,99.73,0,0,0.16,517.58,3557.03,26114783,99.65,0,0,0.55,518.4,3556.2,26114784,99.74,0,0,0.14,517.76,3556.84,26114785,99.3,0,0,0.37,516.63,3557.99,26114786,99.77,0,0,0.16,516.24,3558.37,26114787,99.77,0,0,0.18,516.23,3558.38,26114788,99.59,0,0,0.45,517.06,3557.54,26114789,99.78,0,0,0.29,516.81,3557.78,26114790,99.59,0,0,0.27,516.56,3558.05,26114791,99.8,0,0,0.15,516.52,3558.09,26114792,99.78,0,0,0.16,516.48,3558.12,26114793,99.7,0,0,0.54,517.23,3557.37,26114794,99.84,0,0,0.2,517.8,3556.79,26114795,99.68,0,0,0.29,517.81,3556.79,26114796,99.82,0,0,0.15,517.78,3556.82,26114797,99.81,0,0,0.14,517.75,3556.85,26114798,99.64,0,0,0.41,517.98,3556.61,26114799,99.52,0,0,0.43,517.75,3556.83,26114800,99.66,0,0,0.28,516.99,3557.6,26114801,99.78,0,0,0.18,517.07,3557.52,26114802,99.79,0,0,0.16,517.09,3557.49,26114803,99.65,0,0,0.5,517.32,3557.25,26114804,99.75,0,0,0.29,516.54,3558.05,26114805,99.67,0,0,0.29,517.26,3557.35,26114806,99.74,0,0,0.16,517.24,3557.37,26114807,99.8,0,0,0.18,517.21,3557.39,26114808,99.63,0,0,0.32,517.68,3556.94,26114809,99.71,0,0,0.41,517.12,3557.49,26114810,99.69,0,0,0.29,518.08,3556.55,26114811,99.81,0,0,0.17,518.06,3556.57,26114812,99.78,0,0,0.17,518.03,3556.59,26114813,98.58,0,0,0.17,518,3556.62,26114814,99.64,0,0,0.61,517.87,3556.74,26114815,99.68,0,0,0.31,517.63,3557,26114816,99.4,0,0,0.17,517.61,3557.02,26114817,99.75,0.01,0.01,0.17,517.56,3557.06,26114818,99.78,0,0,0.19,517.52,3557.1,26114819,99.62,0,0,0.58,517.79,3556.83,26114820,99.41,0,0,0.3,515.91,3558.72,26114821,99.75,0,0,0.14,515.89,3558.74,26114822,99.71,0,0,0.18,515.86,3558.76,26114823,99.78,0,0,0.16,515.83,3558.79,26114824,99.63,0,0,0.62,516.38,3558.23,26114825,99.63,0,0,0.34,517.48,3557.15,26114826,99.78,0,0,0.17,517.53,3557.1,26114827,99.79,0,0,0.17,517.62,3557,26114828,99.8,0,0,0.15,517.59,3557.03,26114829,99.45,0,0,0.7,518.15,3556.45,26114830,99.69,0,0,0.27,517.79,3556.83,26114831,99.82,0,0,0.16,517.75,3556.87,26114832,99.8,0,0,0.14,517.71,3556.9,26114833,99.79,0,0,0.15,517.77,3556.83,26114834,99.67,0,0,0.5,518.2,3556.4,26114835,99.66,0,0,0.33,518.08,3556.54,26114836,99.79,0,0,0.16,518.05,3556.57,26114837,99.79,0,0,0.18,518.01,3556.6,26114838,99.8,0,0,0.15,517.98,3556.63,26114839,99.66,0,0,0.55,518.6,3556,26114840,99.59,0,0,0.27,517.54,3557.08,26114841,99.73,0,0,0.14,517.1,3557.51,26114842,99.8,0,0,0.16,516.58,3558.03,26114843,99.78,0,0,0.14,516.55,3558.05,26114844,99.79,0,0,0.16,516.52,3558.08,26114845,99.43,0,0,0.73,517.12,3557.49,26114846,99.79,0,0,0.16,516.72,3557.89,26114847,99.83,0,0,0.14,516.77,3557.84,26114848,99.78,0,0,0.15,516.84,3557.75,26114849,99.81,0,0,0.15,516.81,3557.79,26114850,99.37,0,0,0.65,517.39,3557.23,26114851,99.83,0,0,0.16,517.01,3557.59,26114852,99.75,0,0,0.13,516.98,3557.62,26114853,99.78,0,0,0.16,516.95,3557.65,26114854,99.78,0,0,0.14,517.06,3557.54,26114855,99.58,0,0,0.69,517.49,3557.13,26114856,99.83,0,0,0.14,517.1,3557.51,26114857,99.82,0,0,0.16,517.06,3557.54,26114858,99.81,0,0,0.14,517.02,3557.57,26114859,99.68,0,0,0.29,517.01,3557.57,26114860,99.53,0,0,0.68,517.81,3556.79,26114861,99.78,0,0,0.14,517.3,3557.29,26114862,99.75,0,0,0.16,517.37,3557.22,26114863,99.82,0,0,0.14,517.33,3557.25,26114864,99.78,0,0,0.18,517.3,3557.29,26114865,99.46,0,0,0.7,517.76,3556.85,26114866,99.8,0,0,0.18,517.25,3557.35,26114867,99.74,0,0,0.14,517.23,3557.37,26114868,99.81,0,0,0.15,517.37,3557.22,26114869,99.83,0,0,0.15,517.34,3557.25,26114870,99.47,0,0,0.69,516.78,3557.83,26114871,99.8,0,0,0.18,517.05,3557.55,26114872,99.8,0,0,0.14,517.01,3557.59,26114873,99.81,0,0,0.16,516.97,3557.62,26114874,99.79,0,0,0.14,517.03,3557.56,26114875,99.52,0,0,0.55,517.97,3556.63,26114876,99.83,0,0,0.3,517.33,3557.27,26114877,99.74,0.01,0.01,0.17,517.29,3557.3,26114878,99.83,0,0,0.15,517.25,3557.33,26114879,99.74,0,0,0.17,517.22,3557.36,26114880,99.24,0,0,0.66,516.96,3557.64,26114881,99.69,0,0,0.19,517.31,3557.29,26114882,99.73,0,0,0.16,517.34,3557.25,26114883,99.8,0,0,0.14,517.31,3557.28,26114884,99.78,0,0,0.14,517.28,3557.3,26114885,99.66,0,0,0.29,517.27,3557.33,26114886,99.65,0,0,0.6,517.71,3556.88,26114887,99.77,0,0,0.14,517.2,3557.39,26114888,99.77,0,0,0.15,517.31,3557.28,26114889,99.68,0,0,0.27,517.32,3557.24,26114890,99.66,0,0,0.29,517.55,3557.03,26114891,99.66,0,0,0.66,517.87,3556.7,26114892,99.79,0,0,0.15,517.48,3557.09,26114893,99.75,0,0,0.17,517.44,3557.12,26114894,99.69,0,0,0.16,517.46,3557.1,26114895,99.69,0,0,0.29,517.58,3557,26114896,99.66,0,0,0.57,517.88,3556.69,26114897,99.8,0,0,0.18,517.26,3557.31,26114898,99.71,0,0,0.15,517.21,3557.35,26114899,99.83,0,0,0.14,517.18,3557.38,26114900,99.69,0,0,0.26,517.2,3557.39,26114901,99.62,0,0,0.56,517.88,3556.7,26114902,99.78,0,0,0.15,517.57,3557.01,26114903,99.82,0,0,0.14,517.54,3557.04,26114904,99.83,0,0,0.15,517.51,3557.06,26114905,99.69,0,0,0.34,517.2,3557.39,26114906,99.68,0,0,0.55,517.78,3556.81,26114907,99.83,0,0,0.15,517.22,3557.37,26114908,99.82,0,0,0.14,517.34,3557.24,26114909,99.84,0,0,0.15,517.31,3557.27,26114910,99.63,0,0,0.27,517.54,3557.05,26114911,99.67,0,0,0.51,517.98,3556.61,26114912,99.77,0,0,0.23,517.23,3557.35,26114913,99.77,0,0,0.14,517.2,3557.37,26114914,99.78,0,0,0.16,517.25,3557.32,26114915,99.61,0,0,0.28,517.58,3557.01,26114916,99.57,0,0,0.32,517.92,3556.66,26114917,99.7,0,0,0.44,517.76,3556.82,26114918,99.8,0,0,0.18,517.73,3556.85,26114919,99.76,0,0,0.38,517.45,3557.09,26114920,99.67,0,0,0.36,517.22,3557.33,26114921,99.69,0,0,0.41,517.73,3556.82,26114922,99.78,0,0,0.27,517.79,3556.76,26114923,99.87,0,0,0.16,517.75,3556.79,26114924,99.82,0,0,0.14,517.72,3556.81,26114925,99.63,0,0,0.3,516.75,3557.8,26114926,99.91,0,0,0.16,516.68,3557.87,26114927,99.67,0,0,0.55,517.34,3557.2,26114928,99.85,0,0,0.15,516.81,3557.73,26114929,99.9,0,0,0.17,516.77,3557.76,26114930,99.74,0,0,0.28,517.74,3556.81,26114931,99.88,0,0,0.16,517.73,3556.82,26114932,99.73,0,0,0.55,517.16,3557.39,26114933,99.88,0,0,0.14,516.19,3558.35,26114934,99.88,0,0,0.15,516.25,3558.29,26114935,99.74,0,0,0.27,516.83,3557.73,26114936,99.37,0,0,0.14,516.8,3557.75,26114937,99.7,0.01,0.01,0.59,516.45,3558.1,26114938,99.86,0,0,0.16,515.5,3559.06,26114939,99.87,0,0,0.18,515.47,3559.09,26114940,99.36,0.01,0.02,0.34,516.69,3557.89,26114941,99.83,0,0,0.14,516.81,3557.76,26114942,99.61,0,0,0.61,517.55,3557.02,26114943,99.9,0,0,0.16,517.48,3557.08,26114944,99.85,0,0,0.15,517.45,3557.11,26114945,99.7,0,0,0.35,516.96,3557.62,26114946,99.83,0,0,0.18,516.95,3557.62,26114947,99.65,0,0,0.42,517.56,3557.01,26114948,99.9,0,0,0.29,517.32,3557.24,26114949,99.8,0,0,0.29,518.02,3556.51,26114950,99.7,0,0,0.29,517.08,3557.47,26114951,99.9,0,0,0.15,516.98,3557.57,26114952,99.7,0,0,0.55,517.72,3556.82,26114953,99.91,0,0,0.14,517.01,3557.53,26114954,99.86,0,0,0.17,517.06,3557.47,26114955,99.71,0,0,0.27,516.58,3557.97,26114956,99.83,0,0,0.18,516.52,3558.02,26114957,99.7,0,0,0.4,517.15,3557.39,26114958,99.9,0,0,0.36,517.69,3556.84,26114959,99.85,0,0,0.16,517.66,3556.87,26114960,99.78,0,0,0.29,517.81,3556.74,26114961,99.83,0,0,0.19,517.81,3556.74,26114962,99.88,0,0,0.14,517.78,3556.76,26114963,94.8,0.33,0.01,260,531.36,3542.85,26114964,99.84,0,0.02,0.23,520.18,3554.34,26114965,99.68,0,0,0.31,519.91,3554.62,26114966,99.85,0,0,0.21,519.81,3554.71,26114967,99.9,0,0,0.15,519.77,3554.75,26114968,99.64,0,0.01,0.61,518.1,3556.46,26114969,99.83,0,0,0.14,517.04,3557.53,26114970,99.73,0,0,0.29,517.03,3557.56,26114971,99.87,0,0,0.14,517.08,3557.5,26114972,99.88,0,0,0.17,517.15,3557.42,26114973,99.73,0,0,0.55,517.83,3556.74,26114974,99.88,0,0,0.15,517.58,3556.99,26114975,99.77,0,0,0.3,518.06,3556.53,26114976,99.86,0,0,0.16,518.03,3556.55,26114977,99.89,0,0,0.13,518,3556.58,26114978,99.77,0,0,0.54,518.28,3556.29,26114979,99.75,0,0,0.42,517.42,3557.13,26114980,99.7,0,0,0.32,517.16,3557.4,26114981,99.85,0,0,0.18,517.12,3557.44,26114982,99.85,0,0,0.18,517.09,3557.47,26114983,99.78,0,0,0.56,517.41,3557.14,26114984,99.85,0,0,0.17,517.03,3557.52,26114985,99.78,0,0,0.32,517.14,3557.42,26114986,99.88,0,0,0.38,517.17,3557.39,26114987,99.88,0,0,0.12,517.13,3557.42,26114988,99.69,0,0,0.58,517.92,3556.62,26114989,99.86,0,0,0.14,518.05,3556.49,26114990,99.71,0,0,0.28,517.09,3557.47,26114991,99.89,0,0,0.19,517.02,3557.53,26114992,99.87,0,0,0.14,516.81,3557.74,26114993,99.75,0,0,0.32,516.78,3557.77,26114994,99.86,0,0,0.37,516.87,3557.67,26114995,99.66,0,0,0.32,515.9,3558.65,26114996,99.9,0,0,0.17,515.84,3558.71,26114997,99.88,0.01,0.01,0.14,515.8,3558.75,26114998,99.67,0,0,0.39,516.22,3558.32,26114999,99.87,0,0,0.3,516.65,3557.89,26115000,99.67,0,0,0.28,517.13,3557.43,26115001,99.87,0,0,0.16,517.1,3557.45,26115002,99.87,0,0,0.14,517.07,3557.48,26115003,99.88,0,0,0.14,517.04,3557.51,26115004,99.74,0,0,0.55,516.33,3558.21,26115005,99.81,0,0,0.34,516.59,3557.97,26115006,99.8,0,0,0.12,516.66,3557.89,26115007,99.81,0,0,0.16,516.63,3557.92,26115008,99.86,0,0,0.14,516.6,3557.95,26115009,99.66,0,0,0.66,517.63,3556.89,26115010,99.72,0,0,0.3,517.3,3557.24,26115011,99.88,0,0,0.13,517.26,3557.28,26115012,99.89,0,0,0.16,517.36,3557.17,26115013,99.85,0,0,0.14,517.38,3557.14,26115014,99.67,0,0,0.55,517.83,3556.69,26115015,99.71,0,0,0.28,517.12,3557.42,26115016,99.79,0,0,0.16,517.08,3557.46,26115017,99.73,0,0,0.19,516.8,3557.73,26115018,99.66,0,0,0.15,516.76,3557.77,26115019,99.5,0,0,0.44,517.36,3557.17,26115020,99.56,0,0,0.42,517.15,3557.38,26115021,99.85,0,0,0.14,517.12,3557.42,26115022,99.78,0,0,0.16,517.08,3557.45,26115023,99.84,0,0,0.14,517.05,3557.47,26115024,99.66,0,0,0.59,517.56,3556.96,26115025,99.59,0,0,0.31,516.35,3558.19,26115026,99.88,0,0,0.17,516.1,3558.43,26115027,99.77,0,0,0.18,516.18,3558.35,26115028,99.78,0,0,0.17,516.15,3558.38,26115029,99.7,0.01,0.01,0.33,516.46,3558.06,26115030,99.74,0,0,0.5,517.43,3557.11,26115031,99.92,0,0,0.17,517.4,3557.14,26115032,99.86,0,0,0.14,517.37,3557.16,26115033,99.88,0,0,0.16,517.34,3557.19,26115034,99.7,0,0,0.3,517.64,3556.88,26115035,99.77,0,0,0.5,517.29,3557.25,26115036,99.88,0,0,0.16,517.34,3557.2,26115037,99.87,0,0,0.14,517.41,3557.12,26115038,99.86,0,0,0.15,517.39,3557.14,26115039,99.67,0,0,0.31,517.36,3557.14,26115040,99.67,0,0,0.71,517.91,3556.61,26115041,99.87,0,0,0.18,517.56,3556.96,26115042,99.84,0,0,0.13,517.53,3556.98,26115043,99.8,0,0,0.16,517.58,3556.93,26115044,99.85,0,0,0.18,517.66,3556.84,26115045,99.66,0,0,0.66,517.75,3556.77,26115046,99.9,0,0,0.14,516.87,3557.63,26115047,99.73,0,0,0.16,516.84,3557.66,26115048,99.82,0,0,0.14,516.8,3557.69,26115049,99.89,0,0,0.15,516.77,3557.73,26115050,99.63,0,0,0.67,517.19,3557.32,26115051,99.88,0,0,0.21,516.18,3558.33,26115052,99.86,0,0,0.14,516.14,3558.36,26115053,99.84,0,0,0.15,516.12,3558.38,26115054,99.83,0,0,0.14,516.08,3558.41,26115055,99.63,0,0,0.59,517.48,3557.03,26115056,99.88,0,0,0.28,517.26,3557.24,26115057,99.85,0.01,0.01,0.14,517.38,3557.12,26115058,98.47,0,0,0.15,517.38,3557.12,26115059,99.89,0,0,0.17,517.34,3557.16,26115060,99.37,0,0,0.55,518.09,3556.43,26115061,99.83,0,0,0.27,517.54,3556.97,26115062,99.88,0,0,0.16,517.51,3557,26115063,99.88,0,0,0.14,517.36,3557.14,26115064,99.83,0,0,0.16,517.38,3557.11,26115065,99.59,0,0,0.73,518.37,3556.14,26115066,99.88,0,0,0.18,517.58,3556.93,26115067,99.83,0,0,0.15,517.54,3556.96,26115068,99.83,0,0,0.17,517.52,3556.99,26115069,99.57,0,0,0.27,517.51,3556.98,26115070,99.68,0,0,0.28,517.39,3557.12,26115071,99.72,0,0,0.57,517.83,3556.68,26115072,99.86,0,0,0.15,517.37,3557.13,26115073,99.86,0,0,0.14,517.34,3557.16,26115074,99.83,0,0,0.16,517.31,3557.2,26115075,99.69,0,0,0.31,516.58,3557.95,26115076,99.71,0,0,0.52,517.88,3556.64,26115077,99.85,0,0,0.2,517.66,3556.86,26115078,99.85,0,0,0.14,517.63,3556.88,26115079,99.84,0,0,0.15,517.6,3556.91,26115080,99.73,0,0,0.33,517.59,3556.93,26115081,99.73,0,0,0.56,517.92,3556.6,26115082,99.92,0,0,0.16,517.53,3556.99,26115083,99.9,0,0,0.14,517.55,3556.96,26115084,99.85,0,0,0.15,517.64,3556.86,26115085,98.8,0,0,15.12,518.54,3556.51,26115086,99.78,0,0,0.58,517.63,3556.96,26115087,99.92,0,0,0.14,517.39,3557.2,26115088,99.91,0,0,0.14,517.36,3557.22,26115089,99.86,0,0,0.15,517.33,3557.24,26115090,99.74,0,0,0.32,517.89,3556.7,26115091,99.75,0,0,0.48,518.32,3556.27,26115092,99.86,0,0,0.21,517.93,3556.66,26115093,99.87,0,0,0.14,517.89,3556.69,26115094,99.87,0,0,0.15,517.86,3556.71,26115095,99.83,0,0,0.3,517.61,3556.99,26115096,99.68,0,0,0.39,518.06,3556.53,26115097,99.87,0,0,0.3,517.96,3556.62,26115098,99.88,0,0,0.15,517.93,3556.65,26115099,99.76,0,0,0.35,517.49,3557.07,26115100,99.73,0,0,0.24,517.15,3557.42,26115101,93.45,0.35,0.01,33.42,531.67,3536.25,26115102,99.83,0,0,32.29,520.63,3553.13,26115103,99.85,0,0,0.15,520.6,3553.16,26115104,99.87,0,0,0.16,520.7,3553.06,26115105,99.79,0,0,0.36,520.98,3552.79,26115106,99.69,0,0,0.52,520.17,3553.65,26115107,99.81,0,0,0.2,518.01,3555.91,26115108,99.84,0,0,0.16,517.96,3555.96,26115109,99.86,0,0,0.15,517.93,3555.98,26115110,99.66,0,0.01,0.29,517.05,3556.88,26115111,99.7,0,0,0.36,517.53,3556.4,26115112,99.83,0,0,0.37,518.01,3555.92,26115113,99.89,0,0,0.15,517.98,3555.94,26115114,99.87,0,0,0.15,517.95,3555.98,26115115,99.78,0,0,0.29,518.18,3555.77,26115116,99.8,0,0,0.16,518.31,3555.64,26115117,99.73,0.01,0.01,0.59,517.98,3555.96,26115118,99.85,0,0,0.15,517.29,3556.66,26115119,99.86,0,0,0.13,517.25,3556.69,26115120,99.53,0,0,0.32,517.24,3556.71,26115121,99.88,0,0,0.16,517.2,3556.74,26115122,99.55,0,0,0.55,517.58,3556.36,26115123,99.79,0,0,0.16,517.33,3556.61,26115124,99.83,0,0,0.14,517.29,3556.64,26115125,99.69,0,0,0.3,517.28,3556.66,26115126,99.88,0,0,0.16,517.25,3556.7,26115127,99.74,0,0,0.57,518.13,3555.81,26115128,99.88,0,0,0.15,517.92,3556.02,26115129,99.76,0,0,0.27,518.24,3555.69,26115130,99.65,0,0,0.28,517.36,3556.59,26115131,99.8,0,0,0.16,517.3,3556.64,26115132,99.65,0,0,0.55,518.71,3555.23,26115133,99.76,0,0,0.15,518.47,3555.47,26115134,99.75,0,0,0.16,518.44,3555.49,26115135,99.53,0,0,0.29,517.25,3556.7,26115136,99.85,0,0,0.15,517.27,3556.67,26115137,99.53,0,0,0.45,518.46,3555.48,26115138,99.72,0,0,0.27,518.31,3555.63,26115139,99.73,0,0,0.17,518.27,3555.66,26115140,99.54,0,0,0.28,517.55,3556.4,26115141,99.88,0,0,0.17,517.5,3556.45,26115142,99.59,0,0,0.39,518.07,3555.87,26115143,99.84,0,0.01,0.29,517.72,3556.22,26115144,99.81,0,0,0.16,517.56,3556.37,26115145,99.76,0,0,0.29,517.29,3556.66,26115146,99.84,0,0,0.17,517.04,3556.91,26115147,99.75,0,0,0.55,517.43,3556.5,26115148,99.86,0,0,0.15,517.22,3556.72,26115149,99.89,0,0,0.15,517.24,3556.69,26115150,99.76,0,0,0.33,517.61,3556.34,26115151,99.85,0,0,0.16,517.57,3556.38,26115152,99.68,0,0,0.3,518.19,3555.76,26115153,99.9,0,0,0.37,517.51,3556.43,26115154,99.89,0,0,0.16,517.47,3556.46,26115155,99.64,0,0,0.29,516.73,3557.22,26115156,99.87,0,0,0.14,516.84,3557.11,26115157,99.88,0,0,0.16,516.84,3557.1,26115158,99.67,0,0,0.59,517.62,3556.32,26115159,99.7,0,0,0.29,517.78,3556.15,26115160,99.82,0,0,0.35,517.75,3556.19,26115161,99.9,0,0,0.18,517.72,3556.22,26115162,99.85,0,0,0.18,517.69,3556.25,26115163,99.74,0,0,0.64,517.04,3556.89,26115164,99.84,0,0,0.17,516.58,3557.35,26115165,99.71,0,0,0.29,517.35,3556.59,26115166,99.82,0,0,0.17,517.27,3556.67,26115167,99.81,0,0,0.14,517.24,3556.7,26115168,99.72,0,0,0.61,518.1,3555.83,26115169,99.8,0,0,0.15,517.44,3556.48,26115170,99.62,0,0,0.29,517.36,3556.58,26115171,99.88,0,0,0.16,517.32,3556.62,26115172,99.87,0,0,0.15,517.29,3556.64,26115173,99.74,0,0,0.54,517.49,3556.44,26115174,99.9,0,0,0.14,516.98,3556.94,26115175,99.68,0,0,0.28,517.46,3556.49,26115176,99.81,0,0,0.14,517.44,3556.5,26115177,99.85,0.01,0.01,0.17,517.52,3556.42,26115178,99.75,0,0,0.54,517.91,3556.03,26115179,99.85,0,0,0.15,517.52,3556.42,26115180,99.68,0,0,0.27,517.5,3556.44,26115181,99.82,0,0,0.16,517.47,3556.47,26115182,99.88,0,0,0.14,517.43,3556.5,26115183,99.69,0,0,0.6,517.84,3556.09,26115184,99.83,0,0,0.14,516.36,3557.57,26115185,99.72,0,0,0.3,517.32,3556.62,26115186,99.84,0,0,0.15,517.3,3556.64,26115187,99.83,0,0,0.17,517.27,3556.67,26115188,94.74,1.61,0.02,66.05,523.24,3550.81,26115189,99.58,0,0,195.41,519.97,3552.23,26115190,99.7,0,0,0.37,520.01,3552.21,26115191,99.83,0,0,0.19,520.15,3552.07,26115192,99.85,0,0,0.16,520.12,3552.09,26115193,99.7,0,0,0.55,520.26,3551.95,26115194,99.85,0,0,0.18,517.17,3555.08,26115195,99.7,0,0,0.32,517.63,3554.63,26115196,99.86,0,0,0.16,517.61,3554.65,26115197,99.83,0,0,0.19,517.61,3554.64,26115198,99.66,0,0,0.4,518.09,3554.16,26115199,99.88,0,0,0.4,517.94,3554.33,26115200,99.64,0,0,0.31,517.7,3554.6,26115201,99.84,0,0,0.17,517.66,3554.63,26115202,99.87,0,0,0.18,517.63,3554.66,26115203,99.88,0,0,0.16,517.59,3554.69,26115204,99.71,0,0,0.64,518.11,3554.17,26115205,99.69,0,0,0.32,517.98,3554.31,26115206,99.83,0,0,0.21,517.71,3554.59,26115207,99.9,0,0,0.17,517.68,3554.61,26115208,99.88,0,0,0.17,517.65,3554.64,26115209,99.69,0,0,0.57,517.97,3554.32,26115210,99.77,0,0,0.34,517.6,3554.71,26115211,99.87,0,0,0.16,517.66,3554.65,26115212,99.86,0,0,0.17,517.73,3554.58,26115213,99.84,0,0,0.21,517.69,3554.61,26115214,99.67,0,0.02,0.59,518.17,3554.13,26115215,99.63,0,0,0.36,517.87,3554.45,26115216,99.85,0,0,0.14,517.83,3554.48,26115217,99.81,0,0,0.17,517.96,3554.35,26115218,99.85,0,0,0.19,517.96,3554.34,26115219,99.55,0,0,0.7,517.47,3554.81,26115220,99.73,0,0,0.32,517.89,3554.4,26115221,99.83,0,0,0.15,517.89,3554.4,26115222,99.8,0,0,0.17,517.86,3554.43,26115223,99.8,0,0,0.19,517.82,3554.46,26115224,99.69,0,0,0.5,518.21,3554.08,26115225,99.76,0,0,0.34,517.97,3554.34,26115226,99.89,0,0,0.15,517.93,3554.38,26115227,99.86,0,0,0.14,517.89,3554.41,26115228,99.82,0,0,0.18,517.86,3554.44,26115229,99.72,0,0,0.47,518.18,3554.11,26115230,99.72,0,0,0.31,517.09,3555.21,26115231,99.83,0,0,0.16,517.14,3555.16,26115232,99.86,0,0,0.14,517.21,3555.09,26115233,99.83,0,0,0.16,517.16,3555.13,26115234,99.61,0,0,0.54,517.8,3554.49,26115235,99.7,0,0,0.27,517.92,3554.38,26115236,99.83,0,0,0.16,518.11,3554.17,26115237,99.75,0.01,0.01,0.14,518.11,3554.17,26115238,99.86,0,0,0.17,518.25,3554.03,26115239,99.63,0,0,0.16,518.22,3554.06,26115240,99.41,0,0,0.66,518.66,3553.64,26115241,99.75,0,0,0.16,518.18,3554.11,26115242,99.87,0,0,0.14,518.15,3554.14,26115243,99.85,0,0,0.15,518.11,3554.18,26115244,99.79,0,0,0.15,518.17,3554.11,26115245,99.19,0,0,0.66,518.02,3554.27,26115246,99.86,0,0,0.15,517.23,3555.06,26115247,99.85,0,0,0.16,517.2,3555.08,26115248,99.8,0,0,0.14,517.17,3555.11,26115249,99.71,0.02,0.81,0.38,517.59,3554.67,26115250,99.55,0,0,0.68,517.8,3554.47,26115251,99.81,0,0,0.13,517.23,3555.03,26115252,99.86,0,0,0.16,517.2,3555.06,26115253,99.73,0,0.01,0.14,517.17,3555.09,26115254,99.75,0,0,0.18,517.11,3555.14,26115255,99.53,0,0,0.68,517.79,3554.49,26115256,99.82,0,0,0.16,517.4,3554.87,26115257,99.76,0,0,0.18,517.48,3554.79,26115258,99.83,0,0,0.16,517.45,3554.81,26115259,99.84,0,0,0.14,517.42,3554.83,26115260,99.51,0,0,0.67,518.41,3553.87,26115261,99.83,0,0,0.17,518.11,3554.16,26115262,99.88,0,0,0.14,518.08,3554.19,26115263,99.82,0,0,0.14,518.15,3554.11,26115264,99.83,0,0,0.15,518.23,3554.03,26115265,99.52,0,0,0.54,517.95,3554.32,26115266,99.88,0,0,0.29,517.43,3554.84,26115267,99.87,0,0,0.16,517.41,3554.85,26115268,99.85,0,0,0.14,517.4,3554.86,26115269,99.85,0,0,0.15,517.38,3554.87,26115270,99.48,0,0,0.63,518.69,3553.57,26115271,99.85,0,0,0.21,518.51,3553.75,26115272,99.8,0,0,0.14,518.47,3553.78,26115273,99.85,0,0,0.15,518.44,3553.81,26115274,99.81,0,0,0.14,518.41,3553.84,26115275,99.58,0,0,0.54,517.91,3554.36,26115276,99.87,0,0,0.3,518.36,3553.9,26115277,99.91,0,0,0.14,518.49,3553.77,26115278,99.85,0,0,0.14,518.48,3553.77,26115279,99.7,0,0,0.39,518.45,3553.78,26115280,99.42,0,0,0.54,518.25,3554.02,26115281,99.86,0,0,0.27,517.93,3554.34,26115282,99.78,0,0,0.16,517.89,3554.37,26115283,99.82,0,0,0.17,517.9,3554.35,26115284,99.79,0,0,0.2,518.01,3554.26,26115285,99.69,0,0,0.34,517.99,3554.29,26115286,99.71,0,0,0.55,518.77,3553.5,26115287,99.83,0,0,0.14,518.42,3553.85,26115288,99.85,0,0,0.14,518.39,3553.88,26115289,99.84,0,0,0.15,518.35,3553.91,26115290,99.79,0,0,0.27,518.4,3553.88,26115291,99.65,0,0,0.55,518.63,3553.64,26115292,99.79,0,0,0.16,518.22,3554.05,26115293,99.85,0,0,0.15,518.07,3554.2,26115294,99.86,0,0,0.14,517.42,3554.84,26115295,99.57,0,0,0.31,517.42,3554.86,26115296,99.63,0,0,0.55,517.92,3554.35,26115297,99.79,0.01,0.01,0.14,517.68,3554.59,26115298,99.77,0,0,0.15,517.65,3554.61,26115299,98.96,0,0,0.14,517.45,3554.8,26115300,99.55,0,0,0.31,517.5,3554.78,26115301,99.5,0,0,0.56,517.66,3554.61,26115302,99.71,0,0,0.18,517.13,3555.13,26115303,99.78,0,0,0.15,517.1,3555.16,26115304,99.85,0,0,0.15,517.21,3555.05,26115305,99.74,0,0,0.29,517.48,3554.79,26115306,99.65,0,0,0.55,517.94,3554.33,26115307,99.81,0,0,0.13,517.67,3554.59,26115308,99.86,0,0,0.16,517.64,3554.62,26115309,99.66,0,0,0.27,517.61,3554.63,26115310,99.67,0,0,0.29,517.36,3554.89,26115311,99.67,0,0,0.48,517.93,3554.31,26115312,99.83,0,0,0.22,517.76,3554.48,26115313,99.84,0,0,0.14,517.72,3554.51,26115314,99.83,0,0,0.15,517.68,3554.55,26115315,99.64,0,0,0.32,517.68,3554.57,26115316,99.7,0,0,0.44,518.13,3554.12,26115317,99.79,0,0,0.32,517.66,3554.58,26115318,99.79,0,0,0.14,517.76,3554.48,26115319,99.78,0,0,0.14,517.72,3554.51,26115320,99.62,0,0,0.29,517.47,3554.77,26115321,99.59,0,0.01,0.43,517.79,3554.45,26115322,99.79,0,0,0.3,517.61,3554.63,26115323,99.79,0,0,0.14,517.71,3554.52,26115324,99.81,0,0,0.14,517.73,3554.5,26115325,99.69,0,0,0.28,517.73,3554.52,26115326,98.25,0.04,0.01,64.27,521.75,3550.73,26115327,97.46,0,0,78.32,526.3,3546.55,26115328,99.75,0,0,0.19,519.27,3553.05,26115329,99.76,0,0,0.14,519.23,3553.07,26115330,99.55,0,0,0.29,518.74,3553.58,26115331,99.8,0,0,0.16,518.7,3553.62,26115332,99.64,0,0,0.59,518.13,3554.23,26115333,99.83,0,0,0.15,517.66,3554.71,26115334,99.83,0,0,0.14,517.62,3554.74,26115335,99.64,0,0,0.3,516.9,3555.48,26115336,99.73,0,0,0.14,516.66,3555.73,26115337,99.68,0,0,0.59,506.63,3566.01,26115338,99.83,0,0,0.14,505.95,3566.69,26115339,99.62,0,0,0.31,506.62,3565.99,26115340,99.67,0,0,0.3,506.79,3565.83,26115341,99.77,0,0,0.14,506.8,3565.82,26115342,99.6,0,0,0.55,507.12,3565.5,26115343,99.78,0,0,0.14,506.76,3565.85,26115344,99.76,0.01,0.33,0.17,506.73,3565.87,26115345,99.59,0,0,0.34,505.57,3567.05,26115346,99.75,0,0,0.16,505.5,3567.12,26115347,99.56,0,0,0.54,506.88,3565.73,26115348,99.8,0,0,0.16,506.93,3565.68,26115349,99.78,0,0,0.14,506.91,3565.69,26115350,99.7,0,0,0.29,506.82,3565.81,26115351,99.79,0,0,0.17,506.83,3565.81,26115352,99.58,0,0,0.39,507.16,3565.47,26115353,99.79,0,0,0.29,506.8,3565.82,26115354,99.75,0.01,0.87,0.2,506.69,3565.93,26115355,99.61,0.01,0.78,0.36,506.55,3566.08,26115356,99.75,0,0,0.15,506.51,3566.11,26115357,99.65,0,0,0.56,507.04,3565.58,26115358,99.37,0,0,0.14,506.97,3565.65,26115359,99.75,0,0,0.14,506.93,3565.68,26115360,99.48,0,0,0.29,506.47,3566.16,26115361,99.74,0,0,0.14,506.42,3566.2,26115362,99.63,0,0,0.57,507.04,3565.57,26115363,99.77,0,0,0.14,506.5,3566.11,26115364,99.78,0,0,0.14,506.54,3566.07,26115365,99.51,0,0,0.33,505.86,3566.76,26115366,99.77,0,0,0.16,505.77,3566.85,26115367,99.68,0,0,0.32,506.11,3566.5,26115368,99.78,0,0,0.38,506.23,3566.38,26115369,99.47,0,0,0.3,506.93,3565.66,26115370,99.64,0,0,0.28,505.99,3566.62,26115371,99.82,0,0,0.18,505.94,3566.66,26115372,99.69,0,0,0.3,506.26,3566.33,26115373,99.77,0,0,0.38,505.9,3566.68,26115374,99.77,0,0,0.15,505.89,3566.69,26115375,99.71,0,0,0.29,507.02,3565.58,26115376,99.8,0,0,0.14,507.03,3565.57,26115377,99.71,0,0,0.2,507.02,3565.57,26115378,99.63,0.05,2.55,0.65,507.57,3565,26115379,99.77,0,0,0.16,507.27,3565.29,26115380,99.72,0,0,0.3,507.02,3565.56,26115381,99.8,0,0.01,0.16,506.99,3565.59,26115382,99.78,0,0.02,0.18,506.94,3565.62,26115383,99.65,0,0,0.54,507.48,3565.09,26115384,99.83,0,0,0.14,506.89,3565.67,26115385,99.66,0,0,0.3,506.4,3566.18,26115386,99.75,0,0,0.2,506.22,3566.35,26115387,99.8,0,0,0.14,506.29,3566.28,26115388,99.68,0,0,0.49,506.98,3565.58,26115389,99.82,0,0,0.2,506.99,3565.57,26115390,99.73,0,0,0.31,506.99,3565.59,26115391,99.79,0,0,0.14,506.96,3565.61,26115392,99.74,0,0,0.2,506.93,3565.63,26115393,99.66,0,0,0.57,507.26,3565.3,26115394,99.83,0,0,0.14,506.89,3565.66,26115395,99.74,0,0,0.32,507.12,3565.44,26115396,99.79,0,0,0.15,507.12,3565.45,26115397,99.82,0,0,0.16,507.14,3565.42,26115398,99.64,0.02,0.87,0.58,507.92,3564.64,26115399,99.64,0,0,0.37,507.17,3565.39,26115400,99.53,0,0,0.3,506.43,3566.14,26115401,99.78,0,0,0.14,506.38,3566.18,26115402,99.78,0,0,0.16,506.37,3566.19,26115403,99.58,0,0,0.39,506.66,3565.89,26115404,94.13,18.64,0.11,97.69,515.24,3556.39,26115405,93.28,0,0,315.15,519.32,3529.94,26115406,99.79,0,0,0.21,514.13,3537.33,26115407,89.64,3.13,0.15,58.29,535.06,3506.74,26115408,99.56,0,0,7.79,514.12,3524.57,26115409,99.76,0,0,0.34,514.81,3523.89,26115410,99.64,0,0,0.35,512.8,3525.99,26115411,99.63,0,0,0.17,512.12,3526.68,26115412,99.77,0,0,0.14,512.09,3526.7,26115413,99.78,0,0,0.16,512.08,3526.71,26115414,99.57,0,0,0.59,512.41,3526.38,26115415,99.7,0,0,0.29,512.06,3526.75,26115416,99.82,0,0,0.16,512.03,3526.77,26115417,99.79,0,0,0.14,512.02,3526.77,26115418,99.81,0,0,0.15,512.2,3526.59,26115419,99.63,0,0,0.62,512.24,3526.57,26115420,98.87,0,0,0.39,511.93,3526.89,26115421,99.78,0,0,0.2,511.92,3526.89,26115422,99.76,0,0,0.16,511.9,3526.91,26115423,99.76,0,0,0.17,511.87,3526.94,26115424,99.61,0,0,0.59,512.21,3526.6,26115425,99.67,0,0,0.32,512.09,3526.73,26115426,99.78,0,0,0.16,512.09,3526.73,26115427,99.8,0,0,0.13,512.06,3526.75,26115428,99.8,0,0,0.16,512.05,3526.76,26115429,99.54,0,0,0.56,512.55,3526.24,26115430,99.62,0,0,0.43,511.75,3527.06,26115431,99.79,0,0,0.16,511.71,3527.1,26115432,99.77,0,0,0.14,511.69,3527.11,26115433,99.76,0,0.02,0.18,511.63,3527.17,26115434,99.66,0.01,0.39,0.52,511.87,3526.92,26115435,99.61,0,0,0.38,510.88,3527.93,26115436,99.8,0,0,0.14,510.84,3527.97,26115437,99.81,0,0,0.21,511.3,3527.5,26115438,99.82,0,0,0.14,511.29,3527.51,26115439,99.69,0,0,0.43,511.94,3526.86,26115440,99.63,0.03,1.35,0.45,511.67,3527.15,26115441,99.78,0,0,0.2,511.6,3527.2,26115442,99.8,0,0,0.15,511.71,3527.1,26115443,99.83,0,0,0.14,511.63,3527.17,26115444,99.68,0,0,0.41,511.11,3527.69,26115445,99.65,0,0.01,0.43,510.94,3527.87,26115446,99.75,0,0,0.21,510.51,3528.3,26115447,99.82,0,0,0.14,510.38,3528.42,26115448,99.73,0,0,0.15,510.37,3528.43,26115449,99.82,0,0,0.15,510.33,3528.46,26115450,99.5,0,0,0.66,511.79,3527.02,26115451,99.77,0,0,0.16,511.3,3527.51,26115452,99.8,0,0,0.14,511.41,3527.39,26115453,99.8,0,0,0.15,511.44,3527.35,26115454,99.78,0,0,0.14,511.44,3527.36,26115455,99.59,0,0,0.69,511.41,3527.42,26115456,99.76,0,0,0.13,510.94,3527.89,26115457,99.77,0,0,0.16,510.91,3527.91,26115458,99.77,0,0,0.14,510.9,3527.92,26115459,99.51,0,0,0.27,511.35,3527.45,26115460,99.47,0,0,0.72,510.93,3527.88,26115461,99.76,0,0,0.14,510.59,3528.22,26115462,99.78,0,0,0.16,510.58,3528.22,26115463,99.81,0,0,0.14,510.55,3528.25,26115464,99.8,0,0,0.15,510.64,3528.15,26115465,99.59,0,0,0.73,512.18,3526.62,26115466,99.78,0,0,0.16,511.44,3527.36,26115467,99.77,0,0,0.15,511.42,3527.38,26115468,99.7,0.02,0.01,0.16,511.38,3527.41,26115469,99.72,0.03,0.02,0.14,511.39,3527.4,26115470,99.54,0.03,0.02,0.7,512.07,3526.74,26115471,99.78,0.04,0.02,0.16,511.63,3527.17,26115472,99.8,0.04,0.02,0.14,511.62,3527.18,26115473,99.81,0.03,0.02,0.18,511.61,3527.18,26115474,99.73,0.03,0.02,0.16,511.61,3527.18,26115475,99.51,0.03,0.02,0.56,511.97,3526.84,26115476,99.82,0.03,0.02,0.31,510.89,3527.91,26115477,99.82,0.02,0.02,0.19,510.89,3527.9,26115478,99.82,0,0,0.16,510.96,3527.83,26115479,99.86,0,0,0.14,510.93,3527.85,26115480,99.45,0,0,0.45,511.11,3527.69,26115481,99.9,0,0,0.37,511.17,3527.64,26115482,99.83,0,0,0.14,511.16,3527.64,26115483,99.85,0,0,0.19,511.13,3527.67,26115484,99.85,0,0,0.14,511.12,3527.67,26115485,99.66,0,0,0.45,511.95,3526.86,26115486,99.84,0.01,0.09,0.39,511.39,3527.42,26115487,99.86,0,0,0.18,511.44,3527.36,26115488,99.8,0,0,0.15,511.4,3527.39,26115489,99.52,0,0,0.31,511.4,3527.37,26115490,99.79,0,0,0.28,511.62,3527.16,26115491,99.75,0,0,0.58,512.13,3526.65,26115492,99.86,0,0,0.14,511.58,3527.19,26115493,99.78,0,0,0.14,511.55,3527.21,26115494,99.85,0,0,0.15,511.54,3527.22,26115495,99.73,0,0,0.28,511.78,3527.01,26115496,99.67,0,0,0.54,512.03,3526.76,26115497,99.86,0.05,2.18,0.22,511.71,3527.07,26115498,99.84,0.03,1.4,0.24,511.65,3527.12,26115499,99.87,0,0,0.19,511.64,3527.12,26115500,99.75,0,0,0.29,511.43,3527.35,26115501,99.7,0.01,0.15,0.59,512.12,3526.65,26115502,99.85,0,0,0.14,511.93,3526.84,26115503,99.83,0.02,0.6,0.16,511.91,3526.84,26115504,99.88,0,0.05,0.23,511.9,3526.85,26115505,99.73,0,0,0.31,511.63,3527.13,26115506,99.71,0.02,0.33,0.6,512.26,3526.41,26115507,99.77,0.23,3.02,0.45,511.53,3525.12,26115508,99.86,0,0,0.17,511.43,3525.21,26115509,99.87,0,0,0.17,511.42,3525.21,26115510,99.73,0,0,0.29,511.9,3524.75,26115511,99.7,0,0,0.59,511.56,3525.09,26115512,99.83,0,0,0.16,510.15,3526.5,26115513,99.88,0,0,0.14,510.13,3526.5,26115514,99.88,0,0.01,0.16,510.22,3526.42,26115515,99.69,0,0,0.29,511.05,3525.6,26115516,99.69,0,0,0.65,511.25,3525.41,26115517,99.85,0,0,0.16,510.7,3525.95,26115518,99.85,0,0,0.14,510.68,3525.96,26115519,99.67,0,0,0.27,511.6,3525.02,26115520,99.69,0,0,0.27,511.64,3525,26115521,99.73,0,0,0.59,511.76,3524.87,26115522,99.88,0,0,0.14,510.62,3526.01,26115523,99.86,0,0,0.17,510.58,3526.04,26115524,99.83,0,0.01,0.2,510.74,3525.87,26115525,99.78,0,0,0.29,511.73,3524.91,26115526,99.74,0,0,0.38,512.06,3524.57,26115527,99.81,0,0,0.36,511.7,3524.93,26115528,99.83,0.09,3.92,0.19,511.69,3524.93,26115529,99.88,0,0,0.21,511.7,3524.9,26115530,99.8,0,0,0.27,511.94,3524.68,26115531,99.72,0,0,0.33,512.24,3524.37,26115532,99.78,0,0,0.39,510.92,3525.69,26115533,99.83,0,0,0.17,510.9,3525.7,26115534,99.79,0,0,0.16,510.88,3525.73,26115535,99.74,0,0,0.29,510.88,3525.73,26115536,99.84,0.01,0.01,0.16,510.85,3525.76,26115537,83.04,0.04,0.9,4.37,751.18,3285.37,26115538,99.73,0,0,0.21,851.78,3184.75,26115539,99.87,0.02,0.87,0.17,555.23,3481.28,26115540,99.57,0.08,4.29,0.52,555.98,3480.54,26115541,99.79,0.03,1.51,0.36,555.92,3480.57,26115542,99.72,0,0.01,0.61,556.59,3479.89,26115543,99.87,0.02,0.76,0.31,556.14,3480.33,26115544,99.83,0.02,0.88,0.27,556.09,3480.36,26115545,99.77,0,0.01,0.35,556.41,3480.06,26115546,99.85,0.01,0.01,0.15,556.47,3479.99,26115547,99.7,0,0,0.44,556.77,3479.69,26115548,99.83,0,0.01,0.29,556.41,3480.05,26115549,99.48,0,0,0.4,557.09,3479.34,26115550,82.43,0.05,0.91,4.11,816.62,3219.81,26115551,80.1,0.05,0.99,4.12,910.7,3125.73,26115552,65.86,0.06,1.8,7.78,960.68,3075.71,26115553,99.87,0,0.01,0.48,929.21,3107.19,26115554,99.7,0.02,0.87,0.27,656.19,3380.2,26115555,99.68,0,0,0.35,557.44,3478.96,26115556,99.81,0.03,0.88,0.3,557.34,3479.05,26115557,84.96,0.02,0.02,1.38,644.6,3391.77,26115558,97.43,0.09,3.74,3.38,941.61,3094.76,26115559,82.62,0.05,0.91,3.97,947.6,3088.73,26115560,82.11,0.02,0.02,1.9,796.54,3239.81,26115561,99.28,0.02,0.89,2.53,941.26,3095.08,26115562,99.26,0,0,0.63,710.78,3325.56,26115563,99.85,0,0.01,0.22,556.32,3480.01,26115564,99.84,0,0.01,0.24,556.29,3480.04,26115565,99.76,0,0,0.34,556.78,3479.56,26115566,99.82,0,0,0.19,556.6,3479.74,26115567,99.69,0,0,0.62,556.9,3479.44,26115568,99.84,0,0,0.19,556.41,3479.92,26115569,99.85,0,0.01,0.16,556.39,3479.94,26115570,99.61,0.05,1.27,0.38,556.83,3479.51,26115571,99.77,0.06,0.3,0.3,556.82,3479.49,26115572,82.67,0.02,0.02,1.97,652.59,3383.66,26115573,99.12,0.06,0.9,2.77,928.54,3107.71,26115574,82.72,0.05,1.37,3.73,858.89,3177.33,26115575,99.46,0,0,0.57,773.41,3262.84,26115576,99.84,0,0,0.15,555.31,3480.93,26115577,99.83,0,0,0.16,555.28,3480.96,26115578,99.66,0,0,0.55,557.15,3479.09,26115579,99.65,0,0,0.27,557.44,3478.77,26115580,99.75,0,0.01,0.32,557.18,3479.05,26115581,99.87,0,0,0.2,557.24,3478.98,26115582,99.88,0,0,0.14,557.3,3478.91,26115583,99.71,0.03,0.87,0.57,557.6,3478.6,26115584,99.85,0.03,1.13,0.29,557.22,3478.97,26115585,82.58,0.11,1.64,4.23,821.6,3214.54,26115586,99.63,0.03,0.92,0.23,827.08,3209.06,26115587,99.82,0.02,0.77,0.21,557.18,3478.95,26115588,99.71,0,0,0.58,557.96,3478.16,26115589,99.87,0,0,0.16,557.85,3478.27,26115590,99.78,0,0,0.3,557.84,3478.29,26115591,99.89,0,0,0.14,557.85,3478.28,26115592,99.87,0,0,0.16,557.99,3478.14,26115593,99.71,0.07,0.15,0.69,559.26,3476.83,26115594,99.83,0.03,1.1,0.27,558.5,3477.55,26115595,99.76,0,0,0.35,558.33,3477.73,26115596,99.87,0,0.02,0.18,558.3,3477.76,26115597,99.82,0.01,0.13,0.16,558.26,3477.8,26115598,99.71,0.02,0.56,0.49,558.63,3477.42,26115599,99.76,0.06,1.84,0.45,557.34,3478.69,26115600,99.63,0.08,0.12,0.37,557.86,3478.17,26115601,99.74,0.12,4.49,0.46,558.02,3477.93,26115602,99.85,0,0,0.22,557.37,3478.56,26115603,99.73,0,0,0.57,557.72,3478.21,26115604,99.74,0.02,0.83,0.54,558.21,3477.71,26115605,99.72,0,0,0.32,558.19,3477.74,26115606,99.8,0.12,2.67,0.22,558.2,3477.72,26115607,99.78,0.05,1.14,0.23,558.19,3477.71,26115608,99.85,0,0,0.19,558.06,3477.83,26115609,99.34,0.01,0.03,0.88,558.78,3477.09,26115610,99.74,0.01,0.01,0.34,558.21,3477.67,26115611,99.88,0,0,0.14,558.22,3477.66,26115612,99.87,0,0,0.15,558.19,3477.69,26115613,99.82,0.04,1.59,0.27,558.2,3477.67,26115614,99.58,0,0,0.66,558.8,3477.08,26115615,99.66,0,0,0.33,557.71,3478.19,26115616,99.76,0.01,0.15,0.14,557.67,3478.22,26115617,99.69,0,0,0.26,557.61,3478.27,26115618,99.84,0,0,0.14,557.74,3478.14,26115619,99.63,0,0,0.6,558.43,3477.44,26115620,99.8,0,0,0.31,557.97,3477.93,26115621,99.85,0,0,0.14,557.94,3477.95,26115622,99.84,0,0,0.16,557.93,3477.96,26115623,99.79,0,0,0.17,557.88,3478,26115624,99.55,0,0,0.57,558.52,3477.36,26115625,99.75,0,0,0.32,558.35,3477.55,26115626,99.86,0,0,0.19,558.33,3477.56,26115627,99.88,0,0,0.15,558.31,3477.58,26115628,99.86,0,0,0.15,558.46,3477.42,26115629,99.77,0,0,0.56,558.93,3476.95,26115630,99.74,0,0,0.31,557.22,3478.67,26115631,99.9,0,0,0.14,557.17,3478.72,26115632,99.86,0,0,0.16,557.15,3478.73,26115633,99.85,0.01,0,0.16,557.1,3478.78,26115634,99.67,0,0,0.55,558.15,3477.72,26115635,99.74,0,0,0.3,558.7,3477.19,26115636,99.86,0,0,0.16,558.68,3477.21,26115637,99.88,0,0,0.14,557.98,3477.91,26115638,99.9,0,0,0.15,557.65,3478.23,26115639,99.6,0.01,0,0.58,558.85,3477,26115640,99.65,0,0,0.45,557.34,3478.52,26115641,99.85,0,0,0.15,557.41,3478.45,26115642,99.87,0,0,0.16,557.46,3478.4,26115643,99.87,0,0,0.14,557.45,3478.4,26115644,99.75,0,0,0.43,557.89,3477.98,26115645,99.73,0,0,0.46,557.94,3477.94,26115646,99.88,0,0,0.15,557.89,3477.99,26115647,99.85,0,0,0.14,557.89,3477.99,26115648,99.88,0.01,0.01,0.16,557.93,3477.94,26115649,99.76,0,0,0.43,558.38,3477.49,26115650,99.81,0,0,0.44,558.21,3477.68,26115651,99.89,0,0,0.18,558.17,3477.71,26115652,99.88,0,0,0.15,558.16,3477.72,26115653,99.87,0,0,0.15,558.13,3477.74,26115654,99.91,0,0,0.14,558.11,3477.76,26115655,99.64,0,0,0.71,559.4,3476.49,26115656,99.88,0,0,0.14,558.08,3477.8,26115657,99.91,0,0,0.14,558.07,3477.8,26115658,99.93,0,0,0.16,558.04,3477.83,26115659,99.92,0,0,0.14,558.17,3477.7,26115660,99.44,0,0,0.68,558.43,3477.45,26115661,99.85,0,0,0.16,557.72,3478.16,26115662,99.85,0,0,0.13,557.68,3478.2,26115663,99.91,0,0,0.16,557.63,3478.23,26115664,99.9,0,0,0.14,557.62,3478.24,26115665,99.66,0,0,0.72,559.32,3476.56,26115666,99.89,0,0,0.14,559.08,3476.81,26115667,99.92,0,0,0.19,559.06,3476.84,26115668,99.92,0,0,0.15,559.1,3476.79,26115669,99.72,0,0,0.29,558.75,3477.11,26115670,99.62,0,0,0.68,559.44,3476.45,26115671,99.89,0,0,0.21,559.15,3476.73,26115672,99.92,0,0,0.15,559.12,3476.75,26115673,99.92,0,0,0.16,559.11,3476.76,26115674,99.86,0,0,0.15,558.76,3477.11,26115675,99.56,0,0,0.65,558.95,3476.94,26115676,99.87,0,0,0.2,558.32,3477.56,26115677,99.88,0,0,0.19,558.09,3477.78,26115678,99.88,0,0,0.17,558.22,3477.65,26115679,99.88,0,0,0.15,558.18,3477.68,26115680,99.54,0,0,0.59,558.43,3477.44,26115681,99.88,0,0,0.32,558.88,3477,26115682,99.88,0,0,0.14,558.84,3477.03,26115683,99.88,0,0,0.16,558.81,3477.05,26115684,99.88,0.02,1.63,0.3,558.81,3477.05,26115685,99.67,0,0,0.79,559.27,3476.59,26115686,99.87,0,0,0.18,558.99,3476.87,26115687,99.92,0,0,0.14,558.87,3476.99,26115688,99.91,0,0,0.18,558.9,3476.95,26115689,99.84,0,0,0.16,558.87,3476.97,26115690,97.93,0.04,0.01,64.62,565.46,3469.9,26115691,97.93,0,0,78.59,566.36,3471.09,26115692,99.9,0,0,0.17,560.66,3475.24,26115693,99.88,0,0,0.16,560.64,3475.25,26115694,99.89,0,0,0.15,560.58,3475.31,26115695,99.8,0.14,2.51,0.64,560.95,3474.92,26115696,99.73,0.02,0.84,0.67,559.3,3476.57,26115697,99.9,0,0.01,0.17,558.67,3477.21,26115698,99.84,0.01,0,0.16,558.73,3477.14,26115699,99.74,0,0,0.28,558.46,3477.39,26115700,99.79,0,0,0.29,558.44,3477.42,26115701,99.78,0,0,0.56,559.14,3476.74,26115702,99.88,0.03,0.84,0.18,559.11,3476.75,26115703,97.85,0.01,0,0.3,561.71,3474.15,26115704,84.44,0.05,1.7,3.89,966.34,3069.49,26115705,99.58,0,0,0.32,679,3356.85,26115706,99.73,0,0,0.57,556.62,3479.23,26115707,99.87,0.02,0.83,0.2,556.42,3479.42,26115708,99.88,0,0.01,0.18,556.37,3479.46,26115709,99.92,0,0,0.15,556.34,3479.49,26115710,99.77,0.03,1.54,0.39,556.66,3479.18,26115711,99.71,0.09,3.49,0.8,557.31,3478.51,26115712,99.89,0.03,1.34,0.32,557.09,3478.71,26115713,99.9,0.02,0.38,0.2,557.12,3478.68,26115714,99.91,0.03,1.33,0.21,557.12,3478.67,26115715,99.69,0.04,1.6,0.41,556.37,3479.43,26115716,99.73,0.02,0.81,0.63,557.48,3478.31,26115717,99.89,0.02,0.83,0.21,557.62,3478.16,26115718,99.88,0.01,0.04,0.25,556.6,3479.17,26115719,83.69,0.04,0.86,3.95,757.41,3278.34,26115720,99.46,0.01,0,0.48,721.05,3314.72,26115721,82.9,0.02,0.86,4.2,901.9,3133.85,26115722,83.31,0.03,0.86,3.84,929.88,3105.87,26115723,87.6,0.01,0,1.08,936.86,3098.87,26115724,95.06,0.05,1.68,3.47,947.81,3087.92,26115725,82.9,0.03,0.86,3.86,932.91,3102.81,26115726,83.6,0.03,0.86,4.64,929.75,3105.96,26115727,99.76,0.02,0.82,0.16,793.95,3241.76,26115728,99.89,0,0.01,0.21,555.3,3480.39,26115729,83.57,0.04,0.85,4.15,816.71,3218.94,26115730,99.62,0.02,0.8,0.43,803.94,3231.73,26115731,99.75,0,0.04,0.33,556.47,3479.2,26115732,99.89,0.01,0,0.44,556.77,3478.89,26115733,99.83,0,0.01,0.2,556.73,3478.93,26115734,99.88,0,0,0.18,556.7,3478.96,26115735,99.79,0,0.01,0.36,556.45,3479.22,26115736,99.88,0,0,0.17,556.44,3479.23,26115737,99.71,0,0,0.65,557.73,3477.93,26115738,83.17,0.01,0.03,3.56,665.21,3370.45,26115739,83.24,0.03,0.86,4.1,939.6,3096.05,26115740,99.57,0.03,1.19,0.47,720.61,3315.06,26115741,99.87,0.03,0.86,0.32,557.64,3478,26115742,99.73,0,0.01,0.58,558.7,3476.94,26115743,99.84,0,0,0.2,558.77,3476.86,26115744,99.9,0,0,0.18,558.73,3476.89,26115745,99.82,0,0,0.34,558.11,3477.53,26115746,99.88,0,0,0.2,557.98,3477.66,26115747,99.75,0,0.01,0.59,558.3,3477.34,26115748,99.84,0,0,0.21,557.9,3477.73,26115749,99.87,0,0.01,0.21,557.88,3477.75,26115750,99.75,0.02,0.83,0.4,558.38,3477.26,26115751,99.9,0,0,0.2,558.37,3477.27,26115752,99.76,0,0,0.54,558.94,3476.69,26115753,99.85,0,0,0.14,558.97,3476.65,26115754,99.88,0,0,0.14,558.96,3476.66,26115755,99.78,0,0,0.31,558.96,3476.68,26115756,99.92,0,0,0.14,558.07,3477.57,26115757,99.78,0,0,0.57,558.45,3477.19,26115758,99.88,0,0,0.2,557.9,3477.73,26115759,99.78,0,0,0.3,558.4,3477.2,26115760,99.77,0,0,0.38,558.67,3476.95,26115761,99.91,0,0,0.14,558.6,3477.02,26115762,99.78,0,0,0.54,558.88,3476.73,26115763,99.93,0,0,0.14,558.26,3477.34,26115764,99.92,0,0,0.14,558.24,3477.36,26115765,99.71,0,0,0.31,557.99,3477.63,26115766,99.91,0,0,0.16,557.95,3477.66,26115767,99.72,0,0,0.57,558.23,3477.38,26115768,99.88,0,0,0.15,557.65,3477.95,26115769,99.89,0.01,0.03,0.18,557.68,3477.92,26115770,99.69,0.13,4.99,0.6,558.71,3476.88,26115771,99.83,0.05,1.69,0.2,558.69,3476.87,26115772,99.71,0.01,0.37,0.42,559.01,3476.53,26115773,99.86,0,0,0.38,558.25,3477.29,26115774,99.88,0,0,0.15,558.11,3477.42,26115775,99.82,0,0,0.34,557.85,3477.7,26115776,99.93,0,0,0.14,557.83,3477.72,26115777,99.91,0,0,0.14,557.8,3477.73,26115778,99.7,0,0,0.59,559.12,3476.41,26115779,99.89,0,0,0.14,558.94,3476.6,26115780,99.55,0.05,2.18,0.36,557.98,3477.58,26115781,99.87,0,0,0.22,557.92,3477.63,26115782,99.88,0,0.01,0.16,557.87,3477.68,26115783,99.78,0,0,0.58,559,3476.55,26115784,99.93,0,0,0.15,559.04,3476.5,26115785,99.77,0,0,0.32,559.04,3476.52,26115786,99.84,0.06,0.24,0.3,559.28,3476.26,26115787,99.69,0.6,13.28,0.3,559.88,3475.61,26115788,99.49,1.06,30,0.61,561.4,3474.08,26115789,99.03,2.59,87.95,0.34,561.66,3473.81,26115790,99.79,0,0,0.38,561.79,3473.69,26115791,99.89,0.03,0.04,0.25,561.51,3473.97,26115792,99.88,0.02,0.03,0.22,560.85,3474.62,26115793,99.36,21.96,21.19,21.34,561.81,3456.72,26115794,99.88,0.47,0.52,0.77,561.19,3452.93,26115795,99.78,0.07,0.45,0.59,561.81,3458.29,26115796,99.9,0.11,0.2,0.45,561.87,3464.72,26115797,99.86,0.03,0.05,0.35,561.9,3464.68,26115798,99.8,0.01,0.02,0.66,562.38,3464.21,26115799,99.87,0.02,0.83,0.24,561.96,3464.62,26115800,99.79,0.01,0.03,0.36,561.93,3464.66,26115801,83.63,0.03,0.06,3.67,788.18,3238.42,26115802,99.77,0,0,0.36,795.02,3231.6,26115803,99.8,0.03,0.98,0.76,557.97,3468.64,26115804,99.89,0,0.01,0.21,558.97,3467.61,26115805,99.79,0.28,13.57,0.46,558.79,3467.8,26115806,99.9,0,0,0.16,558.66,3467.93,26115807,99.93,0,0,0.2,558.51,3468.08,26115808,99.77,0,0,0.59,558.9,3467.67,26115809,99.91,0,0,0.17,558.94,3467.63,26115810,99.71,0,0,0.32,559.43,3467.16,26115811,99.92,0,0,0.14,559.41,3467.17,26115812,99.9,0,0,0.31,510.27,3516.71,26115813,99.94,0,0,0.14,507.51,3519.53,26115814,99.77,0,0,0.57,507.66,3519.37,26115815,99.84,0,0,0.3,506.59,3520.46,26115816,99.91,0,0,0.16,506.69,3520.36,26115817,99.9,0,0,0.14,506.66,3520.4,26115818,99.91,0,0,0.15,506.66,3520.4,26115819,99.62,0.01,0,0.73,507.71,3519.33,26115820,99.76,0,0,0.3,507.55,3519.5,26115821,99.93,0,0,0.16,507.52,3519.52,26115822,99.91,0,0,0.14,507.51,3519.53,26115823,99.94,0,0,0.14,507.49,3519.55,26115824,99.81,0,0,0.53,507.98,3519.09,26115825,99.87,0,0,0.3,507.16,3519.93,26115826,99.92,0,0,0.16,507.12,3519.96,26115827,99.94,0,0,0.14,507.11,3519.97,26115828,99.88,0,0,0.14,507.08,3519.99,26115829,99.8,0,0,0.54,507.11,3519.96,26115830,99.82,0,0,0.29,505.59,3521.5,26115831,99.94,0,0,0.14,505.55,3521.53,26115832,99.9,0,0,0.16,505.53,3521.55,26115833,99.89,0,0,0.14,505.65,3521.43,26115834,99.73,0,0,0.59,506.76,3520.31,26115835,99.7,0,0,0.32,507.62,3519.47,26115836,99.9,0,0,0.16,507.61,3519.47,26115837,99.93,0,0,0.15,507.58,3519.5,26115838,99.94,0,0,0.14,507.56,3519.52,26115839,99.75,0,0,0.46,507.64,3519.43,26115840,99.58,0,0,0.39,506.64,3520.44,26115841,99.9,0,0,0.14,506.53,3520.55,26115842,99.89,0,0.01,0.15,506.54,3520.54,26115843,99.81,0,0.01,0.23,506.64,3520.43,26115844,99.73,0,0,0.56,507.24,3519.82,26115845,99.81,0,0,0.31,507.83,3519.25,26115846,99.81,0.01,0,0.16,507.81,3519.26,26115847,99.85,0,0,0.16,507.77,3519.3,26115848,99.91,0,0,0.14,507.75,3519.32,26115849,99.69,0,0,0.54,507.83,3519.21,26115850,99.76,0,0,0.51,507.54,3519.51,26115851,99.89,0,0,0.15,507.65,3519.4,26115852,99.88,0,0,0.14,507.63,3519.41,26115853,99.79,0,0,0.16,507.6,3519.44,26115854,99.85,0,0,0.14,507.57,3519.48,26115855,99.53,0,0,0.74,507.58,3519.49,26115856,99.81,0,0,0.19,507.05,3520.02,26115857,99.87,0,0,0.21,507.02,3520.04,26115858,99.91,0,0,0.18,507.06,3520,26115859,99.83,0,0,0.18,507.16,3519.89,26115860,99.62,0,0,0.75,508.02,3519.06,26115861,99.85,0,0,0.14,507.88,3519.21,26115862,99.78,0.02,0.02,0.18,507.83,3519.26,26115863,99.83,0.03,0.02,0.14,507.8,3519.28,26115864,99.9,0.03,0.02,0.16,507.8,3519.28,26115865,99.62,0.01,0.01,0.78,508.17,3518.93,26115866,99.78,0.02,0.01,0.18,507.62,3519.47,26115867,99.8,0.03,0.01,0.15,507.33,3519.76,26115868,99.78,0.02,0.01,0.15,507.35,3519.74,26115869,99.85,0.03,0.02,0.18,507.32,3519.75,26115870,99.61,0.02,0.02,0.76,507.81,3519.29,26115871,99.87,0.02,0.01,0.14,507.58,3519.51,26115872,99.8,0.01,0.01,0.15,507.59,3519.49,26115873,99.8,0.02,0.01,0.15,507.55,3519.53,26115874,99.74,0.02,0.02,0.17,507.55,3519.52,26115875,99.53,0,0,0.71,508.4,3518.69,26115876,99.82,0,0,0.18,507.84,3519.24,26115877,99.84,0,0,0.14,507.82,3519.26,26115878,99.84,0,0,0.15,507.8,3519.27,26115879,99.67,0,0,0.27,507.8,3519.25,26115880,99.49,0,0,0.71,508.36,3518.71,26115881,99.8,0,0,0.14,507.74,3519.32,26115882,99.82,0,0,0.13,507.87,3519.2,26115883,99.81,0,0,0.21,507.88,3519.17,26115884,99.83,0,0,0.15,507.86,3519.2,26115885,99.55,0,0,0.78,508.28,3518.79,26115886,99.81,0,0,0.14,508.08,3518.98,26115887,99.83,0,0,0.13,508.08,3518.98,26115888,99.78,0,0,0.16,508.05,3519,26115889,99.8,0,0,0.14,508.04,3519.01,26115890,99.49,0,0,0.56,507.91,3519.15,26115891,99.83,0,0,0.29,507.77,3519.3,26115892,99.83,0,0,0.17,507.74,3519.32,26115893,99.78,0.03,2.42,0.33,507.79,3519.25,26115894,99.8,0,0.02,0.3,507.79,3519.24,26115895,99.73,0,0,0.39,507.5,3519.54,26115896,99.66,0,0,0.55,505.83,3521.2,26115897,99.79,0,0,0.14,505.02,3522.01,26115898,99.8,0,0,0.14,505.01,3522.02,26115899,99.79,0,0,0.18,504.98,3522.04,26115900,99.48,0,0,0.36,506.68,3520.36,26115901,99.68,0,0,0.56,507.28,3519.75,26115902,99.83,0,0,0.18,507.08,3519.95,26115903,99.81,0,0,0.16,507.05,3519.97,26115904,99.81,0,0,0.15,507.03,3519.99,26115905,99.65,0,0,0.33,507.26,3519.77,26115906,99.67,0,0,0.55,507.42,3519.62,26115907,99.83,0,0,0.14,506.96,3520.07,26115908,99.8,0,0,0.16,506.95,3520.08,26115909,99.67,0,0,0.32,507.16,3519.84,26115910,99.68,0,0,0.32,506.35,3520.67,26115911,99.69,0,0,0.49,507.21,3519.8,26115912,99.82,0,0,0.21,506.54,3520.47,26115913,99.83,0,0,0.14,506.51,3520.5,26115914,99.83,0,0.01,0.15,506.5,3520.51,26115915,99.74,0.01,0.04,0.38,507.22,3519.81,26115916,99.64,0.01,0.05,0.42,507.57,3519.46,26115917,99.8,0,0,0.42,506.97,3520.05,26115918,99.83,0,0,0.15,506.95,3520.06,26115919,99.83,0,0,0.14,506.93,3520.07,26115920,99.71,0.01,0.21,0.41,507.45,3519.57,26115921,99.62,0,0,0.51,507.73,3519.29,26115922,99.78,0.01,0.38,0.23,507.23,3519.79,26115923,99.82,0,0,0.18,507.21,3519.8,26115924,99.82,0,0.02,0.2,507.17,3519.83,26115925,99.7,0,0,0.31,507,3520.02,26115926,99.66,0,0,0.43,507.28,3519.73,26115927,99.83,0,0,0.28,507.08,3519.93,26115928,99.83,0,0,0.18,507.04,3519.96,26115929,99.84,0,0,0.15,507.03,3519.97,26115930,99.71,0,0,0.32,506.29,3520.73,26115931,99.7,0,0,0.33,507.03,3519.98,26115932,99.84,0,0,0.38,506.95,3520.05,26115933,99.85,0,0,0.15,506.92,3520.08,26115934,99.83,0,0,0.15,506.95,3520.05,26115935,99.72,0,0.01,0.32,507.07,3519.94,26115936,99.8,0,0.02,0.17,507.02,3519.99,26115937,99.65,0,0,0.61,507.75,3519.25,26115938,99.83,0,0,0.2,507.44,3519.56,26115939,99.7,0,0,0.35,507.42,3519.55,26115940,99.76,0,0,0.34,507.18,3519.81,26115941,99.83,0,0,0.16,507.15,3519.83,26115942,99.72,0,0,0.58,507.64,3519.33,26115943,99.83,0,0,0.17,507.28,3519.69,26115944,99.82,0,0,0.17,507.28,3519.69,26115945,99.78,0,0,0.34,507.51,3519.48,26115946,99.78,0,0,0.17,507.48,3519.5,26115947,99.69,0,0,0.59,507.96,3519.02,26115948,99.86,0,0,0.2,507.67,3519.3,26115949,99.79,0,0,0.17,507.64,3519.32,26115950,99.71,0,0,0.35,507.04,3519.94,26115951,99.84,0,0,0.16,507.05,3519.93,26115952,99.68,0,0,0.58,507.66,3519.31,26115953,99.83,0,0,0.14,507.25,3519.72,26115954,99.78,0,0,0.15,507.21,3519.75,26115955,99.69,0,0,0.33,507.21,3519.77,26115956,99.84,0,0,0.16,507.19,3519.78,26115957,99.66,0.03,1.66,0.67,507.67,3519.29,26115958,99.8,0,0,0.14,507.51,3519.44,26115959,99.81,0,0,0.16,507.48,3519.47,26115960,99.53,0,0,0.32,506.27,3520.7,26115961,99.73,0,0,0.16,506.21,3520.74,26115962,99.08,0.01,0.83,0.42,506.94,3520.01,26115963,99.78,0,0.01,0.33,507.2,3519.74,26115964,99.81,0,0,0.14,507.17,3519.77,26115965,99.59,0.05,2.52,0.38,506.75,3520.21,26115966,99.81,0,0.02,0.3,506.69,3520.25,26115967,99.68,0,0,0.41,507.4,3519.54,26115968,99.81,0,0.01,0.34,507.13,3519.8,26115969,99.68,0,0,0.29,507.15,3519.76,26115970,99.62,0,0,0.32,507.73,3519.19,26115971,99.82,0,0,0.16,507.71,3519.2,26115972,99.83,0,0,0.14,507.71,3519.21,26115973,99.66,0,0,0.55,508.02,3518.89,26115974,99.77,0,0,0.14,507.63,3519.29,26115975,99.74,0,0,0.34,507.39,3519.55,26115976,99.78,0,0,0.14,507.36,3519.58,26115977,99.83,0,0,0.18,507.12,3519.81,26115978,99.7,0,0,0.54,507.64,3519.29,26115979,99.83,0,0,0.14,507.27,3519.65,26115980,99.76,0,0,0.36,507.5,3519.44,26115981,99.83,0,0,0.13,507.5,3519.43,26115982,99.83,0.01,0.02,0.19,507.44,3519.49,26115983,99.62,0,0,0.57,508.09,3518.83,26115984,99.81,0,0,0.16,507.37,3519.55,26115985,99.71,0,0,0.38,507.38,3519.56,26115986,99.82,0,0,0.18,507.43,3519.5,26115987,99.83,0,0,0.16,507.27,3519.66,26115988,99.63,0,0,0.59,507.44,3519.49,26115989,99.82,0,0,0.18,506.97,3519.95,26115990,99.69,0,0,0.38,507.45,3519.51,26115991,99.78,0,0,0.17,507.41,3519.54,26115992,99.81,0,0,0.14,507.4,3519.54,26115993,99.66,0,0,0.57,507.26,3519.68,26115994,99.82,0,0,0.17,506.62,3520.31,26115995,99.73,0,0,0.33,506.98,3519.97,26115996,99.82,0,0,0.16,507.04,3519.91,26115997,99.83,0,0,0.14,507,3519.94,26115998,99.68,0,0,0.54,507.7,3519.24,26115999,99.62,0,0,0.27,507.23,3519.68,26116000,99.72,0,0,0.31,507.19,3519.74,26116001,99.82,0,0,0.16,507.18,3519.74,26116002,99.8,0,0,0.17,507.15,3519.77,26116003,99.61,0,0,0.55,507.82,3519.09,26116004,99.8,0,0,0.14,507.84,3519.07,26116005,99.73,0,0,0.38,507.2,3519.72,26116006,99.81,0,0,0.18,507.23,3519.69,26116007,99.83,0,0,0.18,507.25,3519.67,26116008,99.65,0,0,0.43,507.65,3519.26,26116009,99.8,0,0,0.29,507.67,3519.23,26116010,99.7,0,0,0.3,507.44,3519.49,26116011,99.81,0,0,0.18,507.39,3519.53,26116012,99.82,0,0,0.14,507.38,3519.54,26116013,99.64,0,0,0.4,507.74,3519.17,26116014,99.83,0,0,0.32,507.61,3519.29,26116015,99.69,0,0,0.38,507.76,3519.16,26116016,99.83,0,0,0.19,507.72,3519.2,26116017,99.81,0,0,0.18,507.69,3519.22,26116018,99.84,0,0,0.19,507.66,3519.25,26116019,99.65,0,0,0.58,508.18,3518.73,26116020,99.57,0,0,0.32,507.85,3519.07,26116021,99.78,0,0,0.16,507.85,3519.07,26116022,99.62,0,0,0.14,507.82,3519.09,26116023,99.8,0,0,0.14,507.95,3518.96,26116024,99.63,0.01,0,0.56,508.29,3518.61,26116025,99.76,0,0,0.33,507.92,3519,26116026,99.8,0,0,0.17,507.91,3519.01,26116027,99.8,0,0,0.14,507.88,3519.04,26116028,99.82,0,0,0.16,507.87,3519.04,26116029,99.48,0,0,0.71,508.37,3518.51,26116030,99.72,0,0,0.33,506.39,3520.5,26116031,99.86,0,0,0.16,506.5,3520.4,26116032,99.85,0,0,0.14,506.49,3520.4,26116033,99.87,0,0,0.15,506.45,3520.43,26116034,99.76,0,0,0.5,507.22,3519.68,26116035,99.82,0,0,0.38,508.12,3518.8,26116036,99.91,0,0,0.15,508.12,3518.79,26116037,99.9,0,0,0.19,508.11,3518.8,26116038,99.89,0,0,0.16,508.08,3518.82,26116039,99.77,0,0,0.57,508.29,3518.61,26116040,99.75,0,0,0.36,507.98,3518.94,26116041,99.89,0,0,0.18,508,3518.92,26116042,99.9,0,0,0.18,507.94,3518.97,26116043,99.85,0,0,0.16,507.93,3518.97,26116044,99.73,0,0,0.56,508.04,3518.86,26116045,99.81,0,0,0.35,507.15,3519.77,26116046,99.86,0.01,0,0.16,507.1,3519.82,26116047,99.93,0,0,0.16,507,3519.92,26116048,99.93,0,0,0.14,506.98,3519.93,26116049,99.77,0,0,0.4,507.73,3519.17,26116050,99.72,0,0,0.43,506.49,3520.43,26116051,99.91,0,0,0.14,506.43,3520.48,26116052,99.83,0,0,0.14,506.4,3520.5,26116053,99.88,0,0,0.16,506.39,3520.51,26116054,96.85,0.32,0.01,64.86,511.44,3515.65,26116055,97.86,0,0,195.66,515.47,3511.8,26116056,99.92,0,0,0.2,509.25,3517.56,26116057,99.9,0,0,0.13,509.23,3517.57,26116058,99.88,0,0,0.16,509.27,3517.53,26116059,99.69,0,0,0.54,509.76,3517,26116060,99.88,0,0,0.55,507.37,3519.44,26116061,99.89,0,0,0.15,507.15,3519.66,26116062,99.89,0,0,0.16,507.14,3519.67,26116063,99.92,0,0,0.14,507.11,3519.7,26116064,99.87,0,0,0.15,507.1,3519.73,26116065,99.7,0,0,0.73,507.63,3519.22,26116066,99.91,0,0,0.14,507.32,3519.52,26116067,99.9,0,0,0.19,507.29,3519.55,26116068,99.88,0,0,0.17,507.38,3519.45,26116069,99.87,0,0,0.15,507.43,3519.39,26116070,99.68,0,0,0.77,507.77,3519.08,26116071,99.91,0,0,0.17,507.16,3519.68,26116072,99.9,0,0,0.2,507.1,3519.73,26116073,99.9,0,0,0.17,507.07,3519.77,26116074,99.9,0,0,0.14,507.06,3519.78,26116075,99.71,0,0,0.67,507.55,3519.32,26116076,99.9,0.01,0,0.2,507.38,3519.48,26116077,99.88,0,0,0.16,507.41,3519.44,26116078,99.93,0,0,0.16,507.39,3519.46,26116079,99.9,0,0,0.15,507.37,3519.47,26116080,99.56,0.01,0.01,0.68,507.57,3519.29,26116081,99.91,0,0,0.2,507.04,3519.82,26116082,99.87,0,0,0.14,507.07,3519.78,26116083,99.92,0,0,0.15,507.19,3519.66,26116084,99.93,0,0,0.15,507.16,3519.69,26116085,99.71,0,0,0.68,507.96,3518.9,26116086,99.88,0,0,0.21,507.15,3519.71,26116087,99.9,0,0,0.15,507.13,3519.72,26116088,99.93,0,0,0.16,507.1,3519.75,26116089,99.75,0,0,0.28,507.36,3519.47,26116090,99.64,0,0,0.73,507.26,3519.6,26116091,99.91,0,0,0.14,507.57,3519.29,26116092,99.92,0,0,0.14,507.54,3519.31,26116093,99.9,0,0,0.19,507.52,3519.33,26116094,99.49,0,0,0.54,507.85,3518.99,26116095,99.55,0,0,0.69,506.64,3520.23,26116096,99.9,0,0,0.21,507.17,3519.69,26116097,99.88,0,0,0.18,507.14,3519.71,26116098,99.9,0,0,0.16,507.11,3519.74,26116099,99.86,0,0,0.13,507.1,3519.75,26116100,99.7,0,0,0.48,506.98,3519.9,26116101,99.92,0,0,0.39,506.82,3520.05,26116102,99.86,0,0,0.14,506.8,3520.08,26116103,99.87,0,0,0.14,506.77,3520.1,26116104,99.89,0,0,0.17,506.91,3519.95,26116105,99.84,0,0,0.36,507.42,3519.45,26116106,99.74,0,0,0.57,508.05,3518.83,26116107,99.91,0,0,0.18,507.11,3519.76,26116108,99.92,0,0,0.14,507.09,3519.78,26116109,99.9,0,0,0.14,507.07,3519.79,26116110,99.82,0,0,0.34,507.31,3519.57,26116111,99.75,0,0,0.54,507.65,3519.22,26116112,99.93,0,0,0.17,507.27,3519.6,26116113,99.92,0,0,0.16,507.28,3519.58,26116114,99.9,0,0,0.16,507.44,3519.42,26116115,99.75,0,0,0.34,507.7,3519.18,26116116,99.76,0,0,0.55,507.16,3519.71,26116117,99.89,0,0,0.14,506.4,3520.46,26116118,99.92,0,0,0.16,506.36,3520.5,26116119,99.78,0,0,0.28,507.29,3519.55,26116120,99.77,0,0,0.32,506.35,3520.5,26116121,99.78,0,0,0.56,506.79,3520.06,26116122,99.88,0,0,0.16,506.7,3520.15,26116123,99.92,0,0,0.14,506.69,3520.15,26116124,99.89,0,0,0.16,506.66,3520.18,26116125,99.77,0.01,0,0.32,506.16,3520.7,26116126,99.8,0,0,0.55,507.06,3519.79,26116127,99.94,0,0,0.13,507.08,3519.77,26116128,99.92,0,0,0.16,507.06,3519.78,26116129,99.9,0,0,0.14,507.04,3519.79,26116130,99.77,0,0,0.32,506.57,3520.29,26116131,99.79,0,0,0.43,507.11,3519.74,26116132,99.89,0,0,0.29,507.19,3519.66,26116133,99.91,0,0,0.14,507.15,3519.69,26116134,99.92,0,0,0.15,507.12,3519.72,26116135,99.75,0,0,0.33,506.63,3520.22,26116136,99.76,0,0,0.4,507.09,3519.76,26116137,99.87,0,0,0.28,507.29,3519.55,26116138,99.92,0,0,0.16,507.27,3519.57,26116139,99.88,0,0,0.19,507.61,3519.23,26116140,99.2,0.01,0,6.27,507,3520.11,26116141,99.77,0,0,0.33,507.32,3519.8,26116142,99.84,0,0,0.43,508.28,3518.83,26116143,99.91,0,0,0.14,507.89,3519.22,26116144,99.9,0,0,0.16,507.87,3519.24,26116145,99.84,0,0,0.32,507.62,3519.51,26116146,99.91,0,0,0.16,507.72,3519.42,26116147,99.67,0,0,0.61,508.09,3519.05,26116148,99.47,0,0,0.16,507.71,3519.42,26116149,99.01,0,0,0.29,507.69,3519.41,26116150,99.8,0,0,0.3,507.68,3519.44,26116151,99.9,0,0,0.15,507.66,3519.45,26116152,99.79,0,0,0.59,507.99,3519.12,26116153,99.91,0,0,0.14,507.62,3519.48,26116154,99.93,0,0,0.16,507.59,3519.51,26116155,99.77,0,0,0.32,507.92,3519.2,26116156,99.93,0,0,0.16,507.98,3519.13,26116157,99.78,0,0,0.6,507.84,3519.27,26116158,99.93,0,0,0.15,507.44,3519.66,26116159,99.92,0,0,0.14,507.42,3519.69,26116160,99.82,0,0,0.3,507.66,3519.46,26116161,99.89,0,0,0.16,507.64,3519.48,26116162,99.78,0,0,0.5,508.5,3518.61,26116163,99.91,0,0,0.19,507.84,3519.27,26116164,99.91,0,0,0.16,507.81,3519.3,26116165,99.86,0,0,0.32,507.97,3519.15,26116166,99.89,0,0,0.16,508,3519.12,26116167,99.76,0,0,0.58,507.66,3519.45,26116168,99.89,0,0,0.14,506.93,3520.17,26116169,99.92,0,0,0.14,506.91,3520.19,26116170,99.73,0,0,0.32,508.19,3518.93,26116171,99.84,0,0,0.12,508.1,3519.02,26116172,99.73,0,0,0.51,508.36,3518.75,26116173,99.91,0,0,0.22,507.87,3519.24,26116174,99.93,0,0,0.15,507.99,3519.11,26116175,99.81,0,0,0.39,507.79,3519.33,26116176,99.89,0,0,0.18,507.73,3519.39,26116177,99.8,0.01,0,0.59,508.08,3519.04,26116178,99.86,0,0,0.16,507.9,3519.2,26116179,99.64,0,0,0.29,507.16,3519.94,26116180,99.78,0,0,0.34,507.59,3519.52,26116181,99.93,0,0,0.2,507.7,3519.41,26116182,99.88,0,0,0.14,507.75,3519.36,26116183,99.73,0,0,0.56,508.62,3518.48,26116184,99.91,0,0,0.15,507.94,3519.16,26116185,99.9,0,0,0.32,507.95,3519.17,26116186,99.93,0,0,0.14,507.91,3519.2,26116187,99.9,0,0,0.16,507.89,3519.22,26116188,99.76,0,0,0.56,508.22,3518.88,26116189,99.93,0,0,0.15,507.84,3519.26,26116190,99.81,0,0,0.34,507.85,3519.27,26116191,99.9,0,0,0.16,507.97,3519.15,26116192,99.89,0,0,0.14,507.98,3519.13,26116193,99.76,0,0,0.64,508.3,3518.8,26116194,99.9,0,0,0.17,507.92,3519.18,26116195,99.84,0,0,0.32,507.92,3519.2,26116196,99.9,0,0,0.19,507.89,3519.22,26116197,99.93,0,0,0.15,507.87,3519.23,26116198,99.8,0,0,0.59,508.35,3518.75,26116199,99.91,0,0,0.15,508.08,3519.02,26116200,99.79,0,0,0.37,506.5,3520.61,26116201,99.85,0.01,0,0.16,506.23,3520.88,26116202,99.93,0,0,0.15,506.21,3520.9,26116203,99.73,0.01,0,0.52,507.08,3520.02,26116204,99.92,0,0,0.21,506.86,3520.23,26116205,99.81,0,0,0.3,506.86,3520.25,26116206,99.83,0.01,0,0.13,506.91,3520.2,26116207,99.86,0,0,0.14,506.98,3520.13,26116208,99.78,0,0,0.63,507.36,3519.73,26116209,99.05,0,0,0.27,507.18,3519.89,26116210,99.81,0,0,0.3,507.15,3519.94,26116211,99.88,0,0,0.16,507.11,3519.97,26116212,99.8,0,0,0.14,507.09,3519.99,26116213,99.67,0.01,0,0.56,507.53,3519.54,26116214,99.9,0,0,0.14,507.19,3519.88,26116215,99.75,0,0,0.28,506.33,3520.76,26116216,99.92,0,0,0.14,506.18,3520.9,26116217,99.85,0,0,0.23,505.92,3521.16,26116218,99.74,0,0,0.36,506.32,3520.76,26116219,99.9,0,0,0.34,506.58,3520.49,26116220,99.81,0,0,0.29,507.44,3519.65,26116221,99.83,0,0,0.14,507.47,3519.62,26116222,99.88,0,0,0.16,507.42,3519.66,26116223,99.89,0,0,0.14,507.4,3519.67,26116224,99.79,0,0,0.59,506.71,3520.36,26116225,99.54,0,0,0.29,506.12,3520.96,26116226,99.91,0,0,0.16,506.07,3521.01,26116227,99.85,0.01,0.01,0.15,505.94,3521.13,26116228,99.92,0,0,0.16,505.96,3521.11,26116229,99.77,0,0,0.55,507.04,3520.02,26116230,99.69,0.01,0.01,0.29,506.91,3520.18,26116231,99.86,0,0,0.16,507.02,3520.06,26116232,99.9,0,0,0.14,507.01,3520.07,26116233,99.87,0,0,0.14,506.98,3520.09,26116234,99.74,0,0,0.52,507.51,3519.55,26116235,99.72,0,0,0.29,507.44,3519.64,26116236,99.84,0,0,0.14,507.42,3519.67,26116237,99.93,0,0,0.16,507.4,3519.69,26116238,99.88,0,0,0.14,507.34,3519.74,26116239,99.64,0,0,0.68,508.05,3519.01,26116240,99.76,0,0,0.28,507.04,3520.04,26116241,99.88,0,0,0.17,506.98,3520.1,26116242,99.87,0,0,0.15,506.93,3520.14,26116243,99.94,0,0,0.15,506.92,3520.15,26116244,99.65,0,0,0.43,507.75,3519.34,26116245,99.75,0,0,0.41,507.64,3519.48,26116246,99.9,0,0,0.15,507.62,3519.5,26116247,99.89,0,0,0.16,507.61,3519.5,26116248,99.89,0,0,0.14,507.59,3519.51,26116249,99.81,0,0,0.52,508.06,3519.04,26116250,99.77,0,0,0.31,507.26,3519.85,26116251,99.93,0,0,0.15,507.19,3519.92,26116252,99.9,0,0,0.14,507.17,3519.93,26116253,99.9,0,0,0.16,507.15,3519.95,26116254,99.73,0,0,0.41,507.54,3519.55,26116255,99.78,0,0,0.38,507.37,3519.74,26116256,99.9,0,0,0.17,507.36,3519.75,26116257,99.87,0,0,0.14,507.34,3519.77,26116258,99.92,0,0,0.16,507.44,3519.66,26116259,99.72,0,0,0.39,507.82,3519.27,26116260,99.65,0,0,0.39,507.45,3519.66,26116261,99.89,0,0,0.14,507.42,3519.69,26116262,99.92,0,0,0.16,507.39,3519.71,26116263,99.9,0,0,0.14,507.38,3519.72,26116264,99.89,0,0,0.15,507.34,3519.75,26116265,99.7,0,0,0.68,507.75,3519.36,26116266,99.88,0,0,0.16,507.09,3520.03,26116267,99.88,0,0,0.14,507.22,3519.88,26116268,99.93,0,0,0.14,507.23,3519.87,26116269,99.85,0,0,0.31,507.45,3519.62,26116270,99.59,0,0,0.66,507.98,3519.11,26116271,99.88,0,0,0.15,507.65,3519.43,26116272,99.88,0,0,0.16,507.63,3519.45,26116273,99.91,0,0,0.14,507.61,3519.46,26116274,99.9,0,0,0.16,507.59,3519.49,26116275,99.66,0,0,0.7,507.59,3519.52,26116276,99.9,0,0,0.13,507.08,3520.02,26116277,99.9,0.01,0.02,0.25,507.46,3519.63,26116278,99.92,0,0,0.16,507.44,3519.65,26116279,99.9,0,0,0.18,507.43,3519.66,26116280,99.59,0,0,0.7,508.03,3519.07,26116281,99.83,0,0,0.18,507.65,3519.44,26116282,99.87,0,0,0.18,507.64,3519.45,26116283,99.88,0,0,0.16,507.61,3519.47,26116284,99.92,0,0,0.14,507.6,3519.48,26116285,99.58,0,0,0.64,508.16,3518.94,26116286,99.88,0,0,0.2,507.56,3519.54,26116287,99.93,0,0,0.17,507.31,3519.78,26116288,99.91,0,0,0.15,507.44,3519.64,26116289,99.9,0,0,0.14,507.49,3519.59,26116290,99.61,0,0,0.71,507.87,3519.23,26116291,99.93,0,0,0.14,507.47,3519.63,26116292,99.9,0,0,0.15,507.46,3519.63,26116293,99.89,0,0,0.17,507.43,3519.66,26116294,99.87,0,0,0.18,507.41,3519.66,26116295,99.53,0,0,0.56,506.97,3520.13,26116296,99.89,0,0,0.27,507.15,3519.94,26116297,99.9,0,0,0.16,507.12,3519.96,26116298,99.92,0,0,0.14,507.11,3519.97,26116299,99.83,0,0,0.29,506.83,3520.23,26116300,99.63,0,0,0.52,507.46,3519.62,26116301,99.9,0,0,0.26,506.99,3520.08,26116302,99.85,0,0,0.17,506.98,3520.08,26116303,99.92,0,0,0.15,506.95,3520.11,26116304,99.88,0,0,0.14,506.94,3520.12,26116305,99.74,0,0,0.28,507.17,3519.9,26116306,99.79,0,0,0.55,508.25,3518.82,26116307,99.9,0,0,0.14,507.62,3519.43,26116308,99.93,0,0,0.15,507.61,3519.44,26116309,99.83,0,0,0.13,507.58,3519.46,26116310,99.84,0,0,0.27,507.58,3519.48,26116311,99.75,0,0,0.55,508.14,3518.92,26116312,99.91,0,0,0.14,507.95,3519.12,26116313,99.85,0,0,0.15,507.96,3519.1,26116314,99.87,0,0,0.16,507.93,3519.13,26116315,99.83,0,0,0.29,507.68,3519.39,26116316,99.77,0,0,0.55,508.01,3519.05,26116317,99.89,0,0,0.14,507.62,3519.43,26116318,99.84,0,0,0.15,507.6,3519.45,26116319,99.92,0,0,0.14,507.58,3519.46,26116320,99.56,0,0,0.26,506.37,3520.69,26116321,99.7,0,0,0.57,507.47,3519.59,26116322,99.89,0,0,0.16,507.78,3519.27,26116323,99.88,0,0,0.15,507.94,3519.11,26116324,99.9,0,0,0.15,507.93,3519.12,26116325,99.81,0,0,0.31,508.25,3518.81,26116326,99.77,0,0,0.58,508.6,3518.46,26116327,99.92,0,0,0.14,507.87,3519.18,26116328,99.92,0,0,0.15,507.86,3519.19,26116329,99.82,0,0,0.31,507.61,3519.41,26116330,99.75,0,0,0.32,507.59,3519.44,26116331,99.78,0,0,0.46,507.98,3519.05,26116332,99.89,0,0,0.33,507.8,3519.23,26116333,99.78,0,0,0.14,507.78,3519.25,26116334,99.83,0,0,0.16,507.89,3519.15,26116335,99.63,0,0,0.27,506.76,3520.3,26116336,99.73,0,0,0.4,507.23,3519.83,26116337,99.86,0,0,0.33,507.41,3519.63,26116338,99.85,0,0,0.15,507.39,3519.65,26116339,99.88,0,0,0.14,507.36,3519.68,26116340,99.85,0,0,0.27,507.62,3519.44,26116341,99.79,0,0,0.3,507.94,3519.11,26116342,99.9,0,0,0.36,508.42,3518.63,26116343,99.92,0,0,0.16,508.04,3519,26116344,99.9,0,0,0.14,508.02,3519.02,26116345,99.82,0,0,0.28,508.2,3518.86,26116346,99.93,0,0,0.16,508.17,3518.89,26116347,99.75,0,0,0.59,508.39,3518.66,26116348,99.87,0,0,0.14,508.1,3518.94,26116349,99.9,0,0,0.14,508.07,3518.97,26116350,99.7,0,0,0.26,507.6,3519.46,26116351,99.91,0,0,0.2,507.56,3519.5,26116352,99.64,0,0,0.54,508.1,3518.95,26116353,99.87,0,0,0.14,507.81,3519.24,26116354,99.86,0,0,0.14,507.4,3519.64,26116355,99.78,0,0,0.32,506.23,3520.83,26116356,99.91,0,0,0.14,506.18,3520.87,26116357,99.77,0,0,0.53,506.51,3520.53,26116358,99.9,0,0,0.16,506.13,3520.91,26116359,99.87,0,0,0.27,507.35,3519.67,26116360,99.78,0,0,0.3,506.38,3520.65,26116361,99.89,0,0,0.16,506.35,3520.68,26116362,99.75,0,0,0.51,507.08,3519.95,26116363,99.9,0,0,0.2,506.79,3520.23,26116364,99.92,0,0,0.15,506.77,3520.26,26116365,99.83,0,0,0.29,506.72,3520.33,26116366,99.91,0,0,0.13,506.73,3520.32,26116367,99.75,0,0,0.41,507.06,3519.98,26116368,99.91,0,0,0.29,506.68,3520.36,26116369,99.85,0,0,0.14,506.65,3520.39,26116370,99.73,0,0,0.26,507.38,3519.68,26116371,99.9,0,0,0.14,507.37,3519.69,26116372,99.77,0,0,0.58,507.64,3519.41,26116373,99.91,0,0,0.14,507.09,3519.96,26116374,99.93,0,0,0.16,507.08,3519.97,26116375,99.78,0,0,0.32,507.31,3519.76,26116376,99.89,0,0,0.14,507.31,3519.75,26116377,99.77,0,0,0.55,507.81,3519.25,26116378,99.88,0,0,0.17,507.43,3519.62,26116379,99.89,0,0,0.14,507.42,3519.63,26116380,99.64,0,0,0.27,507.41,3519.66,26116381,99.88,0,0,0.14,507.4,3519.66,26116382,99.9,0,0,0.16,507.37,3519.69,26116383,99.76,0,0,0.54,507.89,3519.16,26116384,99.33,0,0,0.14,507.33,3519.72,26116385,99.73,0,0,0.34,506.86,3520.21,26116386,99.93,0,0,0.12,506.82,3520.24,26116387,99.9,0,0,0.18,506.83,3520.23,26116388,99.81,0,0,0.54,507.52,3519.53,26116389,99.83,0,0,0.32,507.43,3519.6,26116390,99.79,0,0,0.3,507.19,3519.86,26116391,99.91,0,0,0.14,507.17,3519.87,26116392,99.9,0,0,0.13,507.14,3519.89,26116393,99.76,0,0,0.55,507.69,3519.34,26116394,99.92,0,0,0.14,507.35,3519.69,26116395,99.73,0,0,0.32,507.62,3519.45,26116396,99.91,0,0,0.13,507.59,3519.47,26116397,99.87,0,0,0.24,507.58,3519.48,26116398,99.76,0,0,0.58,508.12,3518.93,26116399,99.84,0,0,0.14,507.28,3519.76,26116400,99.81,0,0,0.29,507.09,3519.97,26116401,99.88,0,0,0.14,507.2,3519.85,26116402,99.88,0,0,0.16,507.17,3519.88,26116403,99.63,0,0,0.48,507.63,3519.41,26116404,99.9,0,0,0.2,507.13,3519.9,26116405,99.67,0,0,0.31,506.18,3520.88,26116406,99.8,0,0,0.18,506.13,3520.92,26116407,99.75,0,0,0.19,506.82,3520.23,26116408,99.73,0,0,0.4,507.25,3519.79,26116409,99.87,0,0,0.28,507.05,3519.99,26116410,99.57,0,0,0.3,507.28,3519.77,26116411,99.88,0,0,0.16,507.38,3519.66,26116412,99.76,0,0,0.15,507.43,3519.61,26116413,99.74,0,0,0.38,507.76,3519.27,26116414,99.86,0,0,0.31,507.37,3519.65,26116415,99.67,0,0,0.33,507.62,3519.43,26116416,99.76,0,0,0.14,507.59,3519.45,26116417,99.85,0,0,0.17,507.58,3519.46,26116418,96.26,0.35,0.01,64.9,514.13,3512.94,26116419,98.27,0,0,195.72,516.14,3510.9,26116420,99.78,0,0,0.29,509.92,3516.81,26116421,99.86,0,0,0.17,509.89,3516.84,26116422,99.88,0,0,0.18,509.88,3516.84,26116423,99.85,0,0,0.16,509.86,3516.87,26116424,99.64,0,0,0.59,508.21,3518.57,26116425,99.75,0,0,0.28,507.43,3519.37,26116426,99.85,0,0,0.36,507.17,3519.63,26116427,99.81,0,0,0.14,507.13,3519.66,26116428,99.83,0,0,0.16,507.13,3519.67,26116429,99.67,0,0,0.55,507.44,3519.36,26116430,99.71,0,0,0.27,507.61,3519.22,26116431,99.85,0,0,0.14,507.63,3519.19,26116432,99.83,0,0,0.16,507.76,3519.06,26116433,99.82,0,0,0.14,507.73,3519.08,26116434,99.71,0,0,0.54,508.07,3518.74,26116435,99.75,0,0,0.34,507.73,3519.09,26116436,99.83,0,0,0.14,507.69,3519.13,26116437,99.82,0,0,0.16,507.68,3519.13,26116438,99.8,0,0,0.16,507.65,3519.16,26116439,99.68,0,0,0.56,508.29,3518.52,26116440,99.54,0,0,0.28,507.64,3519.2,26116441,99.77,0,0,0.17,507.63,3519.21,26116442,99.81,0,0,0.14,507.6,3519.23,26116443,99.78,0,0,0.16,507.59,3519.24,26116444,98.99,0,0,0.58,508.11,3518.71,26116445,99.62,0.01,0.01,0.29,507.1,3519.74,26116446,99.75,0,0,0.21,506.89,3519.94,26116447,99.8,0,0,0.14,506.86,3519.96,26116448,99.83,0,0,0.14,506.84,3519.99,26116449,99.47,0,0,0.52,507.71,3519.11,26116450,99.61,0,0,0.39,506.99,3519.84,26116451,99.82,0,0,0.16,506.97,3519.86,26116452,99.73,0,0,0.16,506.94,3519.89,26116453,99.71,0,0,0.15,506.92,3519.89,26116454,99.57,0,0,0.54,507.31,3519.52,26116455,99.67,0,0,0.29,507.16,3519.69,26116456,99.81,0,0,0.13,507.12,3519.72,26116457,99.71,0,0,0.21,506.87,3519.97,26116458,99.78,0,0,0.15,506.84,3520,26116459,99.63,0,0,0.43,507.38,3519.44,26116460,99.67,0,0,0.41,507.46,3519.39,26116461,99.65,0,0,0.16,507.47,3519.37,26116462,99.78,0,0,0.14,507.45,3519.39,26116463,99.69,0,0,0.16,507.42,3519.41,26116464,99.6,0,0,0.15,507.39,3519.44,26116465,99.42,0,0,0.69,506.98,3519.87,26116466,99.73,0,0,0.14,506.63,3520.21,26116467,99.7,0,0,0.18,506.41,3520.43,26116468,99.68,0,0,0.14,506.35,3520.48,26116469,99.74,0,0,0.14,506.34,3520.49,26116470,99.28,0,0,0.66,507.92,3518.92,26116471,99.8,0,0,0.16,507.62,3519.22,26116472,99.73,0,0,0.14,507.7,3519.13,26116473,99.8,0,0,0.15,507.69,3519.14,26116474,99.81,0,0,0.15,507.66,3519.16,26116475,99.51,0,0,0.73,507.42,3519.42,26116476,99.78,0,0,0.12,506.91,3519.93,26116477,99.82,0,0,0.16,506.88,3519.95,26116478,99.78,0,0,0.14,506.87,3519.96,26116479,99.71,0,0,0.28,507.82,3518.99,26116480,99.54,0,0,0.73,508.33,3518.49,26116481,99.81,0,0,0.18,507.55,3519.26,26116482,99.83,0,0,0.18,507.54,3519.27,26116483,99.82,0,0,0.18,507.66,3519.15,26116484,99.82,0,0,0.18,507.72,3519.1,26116485,99.5,0,0,0.6,507.62,3519.22,26116486,99.83,0,0,0.27,507.7,3519.13,26116487,99.8,0,0,0.16,507.67,3519.16,26116488,99.78,0,0,0.18,507.66,3519.17,26116489,99.7,0,0,0.16,507.63,3519.2,26116490,99.54,0,0,0.73,508.05,3518.79,26116491,99.85,0,0,0.19,507.86,3518.98,26116492,99.79,0,0,0.18,507.83,3519,26116493,99.81,0,0,0.18,507.81,3519.01,26116494,99.81,0,0,0.18,507.94,3518.88,26116495,99.54,0,0,0.73,508.33,3518.51,26116496,99.77,0,0,0.18,507.95,3518.89,26116497,99.8,0,0,0.17,507.94,3518.89,26116498,99.79,0,0,0.16,507.91,3518.92,26116499,99.78,0,0,0.14,507.88,3518.94,26116500,99.47,0,0,0.48,508.55,3518.29,26116501,99.82,0,0,0.39,507.37,3519.47,26116502,99.81,0,0,0.14,507.36,3519.47,26116503,99.8,0,0,0.13,507.33,3519.5,26116504,99.77,0,0,0.16,507.31,3519.51,26116505,99.1,0,0,0.29,507.45,3519.38,26116506,99.67,0,0,0.54,508.32,3518.52,26116507,99.8,0,0,0.16,507.94,3518.89,26116508,99.81,0,0,0.14,507.92,3518.91,26116509,99.62,0,0,0.27,507.22,3519.58,26116510,99.63,0,0,0.29,506.93,3519.89,26116511,99.63,0,0,0.57,507.46,3519.35,26116512,99.8,0,0,0.15,507.11,3519.7,26116513,99.79,0,0,0.15,507.1,3519.7,26116514,99.84,0,0,0.15,507.07,3519.73,26116515,99.67,0,0,0.3,507.08,3519.73,26116516,99.62,0,0,0.57,507.42,3519.39,26116517,99.81,0,0,0.18,507.23,3519.58,26116518,99.83,0,0,0.16,507.2,3519.61,26116519,99.85,0,0,0.16,507.18,3519.62,26116520,99.72,0,0,0.36,506.93,3519.88,26116521,99.69,0,0,0.59,507.61,3519.21,26116522,99.8,0,0,0.16,506.88,3519.94,26116523,99.8,0,0,0.18,506.85,3519.96,26116524,99.8,0,0,0.16,506.84,3519.97,26116525,98.24,0,0,15.35,507.74,3519.6,26116526,99.67,0,0,0.53,506.99,3519.88,26116527,99.78,0,0,0.25,506.93,3519.94,26116528,99.82,0,0,0.17,507.02,3519.85,26116529,99.75,0,0,0.17,506.99,3519.87,26116530,99.61,0,0,0.35,507.46,3519.42,26116531,99.69,0,0,0.57,507.74,3519.14,26116532,99.78,0,0,0.17,507.2,3519.68,26116533,99.82,0,0,0.17,507.18,3519.69,26116534,99.77,0,0,0.16,507.17,3519.7,26116535,99.65,0.01,0.02,0.36,507.45,3519.43,26116536,99.69,0,0,0.61,507.64,3519.24,26116537,99.81,0,0,0.16,507.19,3519.69,26116538,99.82,0,0,0.17,507.16,3519.71,26116539,99.65,0,0,0.3,507.15,3519.7,26116540,99.69,0,0,0.3,507.14,3519.72,26116541,99.74,0,0,0.17,507.31,3519.55,26116542,99.7,0,0,0.55,506.47,3520.39,26116543,93.25,1.98,0.01,48.46,521.35,3498.06,26116544,99.79,0,0,32.45,509.12,3513.84,26116545,99.73,0,0,0.45,509.35,3513.62,26116546,99.84,0,0,0.2,509.34,3513.63,26116547,99.65,0,0,0.59,509.47,3513.5,26116548,99.8,0,0,0.22,508.59,3514.39,26116549,99.79,0,0,0.2,506.62,3516.48,26116550,99.66,0,0,0.36,506.62,3516.5,26116551,99.79,0,0,0.15,506.59,3516.52,26116552,99.66,0,0,0.56,506.92,3516.19,26116553,99.83,0,0,0.18,506.65,3516.46,26116554,99.83,0,0,0.21,506.7,3516.41,26116555,99.69,0,0,0.35,506.7,3516.43,26116556,99.81,0,0,0.18,506.69,3516.44,26116557,99.69,0,0,0.56,507.37,3515.75,26116558,99.76,0,0,0.14,506.65,3516.47,26116559,99.81,0,0,0.15,506.62,3516.49,26116560,99.65,0,0,0.27,506.39,3516.74,26116561,99.74,0,0,0.18,506.37,3516.76,26116562,99.55,0,0,0.56,506.93,3516.19,26116563,99.8,0,0,0.16,506.82,3516.3,26116564,99.76,0,0,0.16,506.79,3516.32,26116565,99.63,0,0,0.31,505.98,3517.15,26116566,99.79,0,0,0.17,505.98,3517.15,26116567,99.58,0,0,0.55,505.72,3517.41,26116568,99.75,0,0,0.17,504.71,3518.41,26116569,99.52,0,0,0.28,506.34,3516.76,26116570,99.72,0,0,0.32,506.41,3516.7,26116571,99.83,0,0,0.14,506.38,3516.75,26116572,99.04,0,0,0.4,506.87,3516.25,26116573,99.76,0,0,0.29,506.83,3516.29,26116574,99.78,0,0,0.15,506.8,3516.31,26116575,99.57,0,0,0.27,506.81,3516.32,26116576,99.78,0,0,0.16,506.82,3516.3,26116577,99.65,0,0,0.57,507.22,3515.9,26116578,99.79,0,0,0.14,506.93,3516.19,26116579,99.78,0,0,0.14,506.91,3516.2,26116580,99.69,0,0,0.28,506.66,3516.47,26116581,99.83,0,0,0.18,506.64,3516.49,26116582,99.82,0,0,0.16,506.62,3516.5,26116583,99.72,0,0,0.54,507.2,3515.92,26116584,99.82,0,0,0.14,506.82,3516.29,26116585,99.73,0,0,0.31,506.84,3516.29,26116586,99.83,0,0,0.19,506.8,3516.32,26116587,99.84,0,0,0.17,506.8,3516.32,26116588,99.69,0,0,0.56,507.15,3515.97,26116589,99.9,0,0,0.15,506.94,3516.17,26116590,99.73,0,0,0.34,506.69,3516.43,26116591,99.83,0,0,0.18,506.68,3516.44,26116592,99.88,0,0,0.2,506.65,3516.47,26116593,99.7,0,0,0.53,507,3516.11,26116594,99.86,0,0,0.14,506.61,3516.5,26116595,99.7,0,0,0.3,507.11,3516.02,26116596,99.86,0,0,0.14,507.08,3516.04,26116597,99.92,0,0,0.16,507.06,3516.06,26116598,99.74,0,0,0.54,507.54,3515.57,26116599,99.66,0,0,0.29,506.77,3516.34,26116600,99.73,0,0,0.3,506.92,3516.21,26116601,99.88,0,0,0.17,506.92,3516.2,26116602,99.89,0,0,0.18,506.9,3516.22,26116603,99.75,0,0,0.58,507.24,3515.88,26116604,99.87,0,0,0.16,506.85,3516.28,26116605,99.66,0,0,0.29,507.17,3515.98,26116606,99.88,0,0,0.15,507.07,3516.07,26116607,99.85,0,0,0.16,507.04,3516.11,26116608,99.68,0,0,0.55,507.27,3515.86,26116609,99.88,0,0,0.14,506.76,3516.37,26116610,99.76,0,0,0.33,506.69,3516.45,26116611,99.89,0,0,0.18,506.67,3516.47,26116612,99.87,0,0,0.14,506.63,3516.5,26116613,99.66,0,0,0.54,506.84,3516.29,26116614,99.89,0,0,0.17,506.1,3517.03,26116615,99.75,0,0,0.29,506.6,3516.55,26116616,99.85,0,0,0.17,506.58,3516.57,26116617,99.86,0.01,0.39,0.16,506.56,3516.58,26116618,99.73,0,0,0.44,507.11,3516.03,26116619,99.86,0,0,0.32,506.87,3516.26,26116620,99.59,0,0,0.33,506.94,3516.21,26116621,99.87,0,0,0.18,506.92,3516.23,26116622,99.88,0,0,0.15,506.9,3516.25,26116623,99.9,0,0,0.15,506.88,3516.26,26116624,99.69,0,0,0.56,507.44,3515.69,26116625,99.76,0,0,0.29,507.1,3516.04,26116626,99.93,0,0,0.14,507.1,3516.05,26116627,99.9,0,0,0.16,507.06,3516.07,26116628,99.9,0,0,0.14,507.05,3516.08,26116629,99.69,0,0,0.68,507.14,3515.99,26116630,99.81,0,0,0.35,507.02,3516.12,26116631,99.89,0,0,0.17,507.18,3515.96,26116632,99.32,0,0,0.16,507.15,3515.98,26116633,99.87,0,0,0.14,507.14,3515.98,26116634,99.75,0,0,0.56,506.89,3516.23,26116635,99.69,0,0,0.31,505.91,3517.23,26116636,99.83,0,0,0.13,505.86,3517.27,26116637,99.86,0,0,0.21,505.85,3517.28,26116638,99.89,0,0,0.14,505.82,3517.3,26116639,99.74,0,0,0.51,506.96,3516.17,26116640,99.8,0,0,0.33,506.79,3516.36,26116641,99.84,0,0,0.16,506.91,3516.23,26116642,99.87,0,0,0.14,506.92,3516.22,26116643,99.88,0,0,0.15,506.9,3516.23,26116644,99.75,0,0,0.4,507.42,3515.7,26116645,99.79,0,0,0.42,506.4,3516.74,26116646,99.91,0,0,0.16,506.35,3516.78,26116647,99.81,0,0,0.17,506.16,3516.97,26116648,99.89,0,0,0.14,506.07,3517.06,26116649,99.76,0,0,0.48,506.83,3516.3,26116650,99.66,0,0,0.38,506.56,3516.59,26116651,99.86,0,0,0.17,506.53,3516.62,26116652,99.89,0,0,0.14,506.56,3516.59,26116653,99.91,0,0,0.14,506.68,3516.47,26116654,99.76,0,0,0.39,507.49,3515.65,26116655,99.77,0,0,0.43,507.14,3516.02,26116656,99.91,0,0,0.14,507.13,3516.03,26116657,99.9,0,0,0.17,507.1,3516.05,26116658,99.9,0,0,0.14,507.09,3516.06,26116659,99.59,0,0,0.51,507.43,3515.7,26116660,99.79,0,0,0.47,507.31,3515.83,26116661,99.85,0,0,0.16,506.45,3516.69,26116662,99.9,0,0,0.15,506.29,3516.84,26116663,99.85,0,0,0.17,506.26,3516.87,26116664,99.71,0,0,0.39,506.75,3516.37,26116665,99.8,0,0,0.48,506.66,3516.48,26116666,99.9,0,0,0.13,506.66,3516.47,26116667,99.8,0,0,0.16,506.62,3516.5,26116668,99.9,0,0,0.14,506.62,3516.5,26116669,99.87,0,0,0.14,506.58,3516.54,26116670,99.56,0,0,0.78,506.73,3516.41,26116671,99.91,0,0,0.14,506.32,3516.81,26116672,99.84,0,0,0.13,506.31,3516.81,26116673,99.89,0,0,0.18,506.28,3516.84,26116674,99.89,0,0,0.18,506.27,3516.84,26116675,99.64,0,0,0.7,506.25,3516.88,26116676,99.87,0,0,0.15,506.05,3517.07,26116677,99.81,0,0,0.18,506.15,3516.96,26116678,99.88,0,0,0.16,506.15,3516.96,26116679,99.87,0,0,0.14,506.12,3516.99,26116680,99.56,0,0,0.63,506.25,3516.87,26116681,99.84,0,0,0.2,505.61,3517.51,26116682,99.8,0,0,0.16,505.59,3517.53,26116683,99.83,0,0,0.16,505.56,3517.55,26116684,99.87,0,0,0.16,505.54,3517.57,26116685,99.58,0,0,0.77,506.63,3516.49,26116686,99.85,0,0,0.14,506.24,3516.87,26116687,99.86,0,0,0.14,506.28,3516.83,26116688,99.9,0,0,0.15,506.42,3516.69,26116689,99.74,0,0,0.29,506.42,3516.66,26116690,99.6,0,0,0.67,507.21,3515.89,26116691,99.87,0,0,0.14,506.63,3516.46,26116692,99.75,0,0,0.16,506.6,3516.5,26116693,99.83,0,0,0.14,506.57,3516.52,26116694,99.81,0,0,0.14,506.54,3516.54,26116695,99.44,0,0,0.54,506.29,3516.81,26116696,99.82,0,0,0.3,506.26,3516.83,26116697,99.88,0,0,0.18,506.51,3516.58,26116698,99.89,0,0,0.15,506.66,3516.43,26116699,99.9,0,0,0.15,506.64,3516.44,26116700,99.56,0,0,0.44,506.75,3516.35,26116701,99.9,0,0,0.38,505.65,3517.45,26116702,99.88,0,0,0.15,505.62,3517.47,26116703,99.9,0,0,0.14,505.58,3517.5,26116704,99.91,0,0,0.16,505.56,3517.52,26116705,99.76,0,0,0.29,505.57,3517.54,26116706,99.76,0,0,0.56,507.33,3515.77,26116707,99.87,0,0,0.18,506.4,3516.69,26116708,99.89,0,0,0.14,506.29,3516.8,26116709,99.87,0,0,0.15,506.41,3516.67,26116710,99.75,0,0,0.29,506.89,3516.21,26116711,99.74,0,0,0.55,507.24,3515.86,26116712,99.86,0,0,0.16,506.6,3516.49,26116713,99.86,0,0,0.14,506.58,3516.51,26116714,99.88,0,0,0.14,506.56,3516.52,26116715,99.7,0,0,0.34,506.81,3516.29,26116716,99.73,0.01,0.01,0.61,507.14,3515.96,26116717,99.91,0,0,0.15,506.91,3516.18,26116718,99.87,0,0,0.17,506.87,3516.21,26116719,99.7,0,0,0.41,506.63,3516.42,26116720,99.79,0.01,0.14,0.38,506.6,3516.47,26116721,99.74,0,0,0.48,507.15,3515.92,26116722,99.88,0,0,0.19,506.88,3516.19,26116723,99.89,0,0,0.15,506.87,3516.19,26116724,99.84,0,0,0.14,506.84,3516.22,26116725,99.63,0,0,0.34,506.84,3516.24,26116726,99.73,0,0,0.55,507.09,3515.98,26116727,99.85,0,0,0.16,506.54,3516.52,26116728,99.83,0,0,0.14,506.53,3516.53,26116729,99.8,0,0,0.14,506.5,3516.55,26116730,99.77,0,0,0.27,506.5,3516.56,26116731,99.73,0,0,0.56,507.08,3515.98,26116732,99.87,0,0,0.18,506.58,3516.47,26116733,99.86,0.04,1.3,0.31,506.52,3516.51,26116734,99.88,0.02,0.64,0.26,506.49,3516.53,26116735,99.73,0,0,0.34,506.79,3516.25,26116736,99.7,0,0,0.31,507.13,3515.91,26116737,99.84,0.01,0.4,0.51,506.76,3516.27,26116738,99.86,0.01,0.76,0.18,506.84,3516.17,26116739,99.86,0,0,0.16,506.82,3516.19,26116740,99.61,0.02,0.76,0.41,506.83,3516.19,26116741,99.67,0,0.02,0.34,507.15,3515.86,26116742,99.8,0,0,0.41,506.73,3516.28,26116743,99.85,0,0,0.15,506.72,3516.29,26116744,99.84,0,0,0.14,506.69,3516.31,26116745,99.8,0,0,0.3,507.17,3515.85,26116746,99.85,0,0,0.14,507.16,3515.85,26116747,99.71,0,0,0.55,507.22,3515.78,26116748,99.85,0,0,0.16,506.81,3516.19,26116749,99.68,0,0,0.39,506.78,3516.2,26116750,99.78,0,0,0.33,507.03,3515.97,26116751,99.89,0,0,0.13,507,3515.99,26116752,99.73,0,0,0.55,507.84,3515.14,26116753,98.46,0,0,0.15,507.21,3515.77,26116754,99.82,0,0,0.2,507.18,3515.8,26116755,99.81,0,0,0.33,506.7,3516.3,26116756,99.83,0,0.01,0.18,506.84,3516.16,26116757,99.73,0,0,0.48,507.52,3515.47,26116758,99.88,0,0,0.33,507.06,3515.93,26116759,99.88,0,0.01,0.17,507.03,3515.95,26116760,99.74,0,0,0.33,506.04,3516.96,26116761,99.84,0,0,0.16,506.02,3516.97,26116762,99.73,0,0,0.43,506.52,3516.48,26116763,99.89,0,0,0.3,506.71,3516.29,26116764,99.84,0.01,0.23,0.21,506.71,3516.29,26116765,99.85,0,0,0.35,506.96,3516.04,26116766,99.92,0,0,0.2,506.94,3516.07,26116767,99.74,0,0,0.52,507.04,3515.96,26116768,99.9,0,0,0.21,506.59,3516.4,26116769,99.89,0,0,0.17,506.58,3516.41,26116770,99.73,0,0,0.32,506.83,3516.18,26116771,99.86,0,0,0.16,506.81,3516.2,26116772,99.73,0,0,0.46,507.42,3515.58,26116773,99.9,0,0,0.3,506.76,3516.24,26116774,99.9,0,0,0.17,506.74,3516.25,26116775,99.66,0,0,0.29,506.27,3516.73,26116776,99.89,0,0,0.17,506.22,3516.78,26116777,99.89,0,0,0.14,506.19,3516.8,26116778,99.79,0,0,0.55,507.38,3515.61,26116779,99.78,0,0,0.29,507.3,3515.67,26116780,99.79,0,0,0.28,506.82,3516.16,26116781,99.93,0,0,0.16,506.77,3516.21,26116782,99.92,0,0,0.14,506.76,3516.21,26116783,94.87,0.36,0.01,261.29,520.45,3502.2,26116784,99.9,0,0,0.2,509.67,3513.04,26116785,99.8,0,0,0.31,509.43,3513.3,26116786,99.89,0,0,0.13,509.57,3513.16,26116787,99.85,0,0,0.16,509.56,3513.17,26116788,99.72,0,0,0.56,508.46,3514.3,26116789,99.93,0,0,0.16,507.36,3515.41,26116790,99.76,0,0,0.29,505.91,3516.88,26116791,99.92,0,0,0.16,505.87,3516.92,26116792,99.91,0,0,0.16,505.84,3516.94,26116793,99.78,0,0,0.58,507.13,3515.65,26116794,99.85,0,0,0.15,507.28,3515.49,26116795,99.72,0,0,0.3,507.05,3515.74,26116796,99.86,0,0,0.17,507.02,3515.77,26116797,99.91,0,0,0.15,507.2,3515.59,26116798,99.77,0,0,0.55,507.65,3515.13,26116799,99.9,0,0,0.17,507.4,3515.37,26116800,99.69,0,0,0.3,507.41,3515.38,26116801,99.81,0,0,0.17,507.37,3515.41,26116802,99.89,0,0,0.16,507.36,3515.42,26116803,99.78,0,0,0.55,507.62,3515.15,26116804,99.88,0,0,0.15,506.59,3516.21,26116805,99.83,0,0,0.3,506.82,3516,26116806,99.88,0,0,0.18,506.8,3516.02,26116807,99.92,0,0,0.14,506.79,3516.03,26116808,99.77,0,0,0.39,507.3,3515.51,26116809,99.62,0,0,0.43,507.23,3515.56,26116810,99.76,0,0,0.29,507.43,3515.38,26116811,99.91,0,0,0.16,507.39,3515.41,26116812,99.8,0,0,0.14,507.38,3515.42,26116813,99.72,0,0,0.54,507.7,3515.09,26116814,99.89,0,0,0.15,507.34,3515.45,26116815,99.72,0,0,0.32,507.57,3515.23,26116816,99.86,0,0,0.16,506.86,3515.94,26116817,99.82,0,0,0.21,506.31,3516.49,26116818,99.84,0,0,0.14,506.44,3516.35,26116819,99.65,0,0,0.55,506.87,3515.92,26116820,99.79,0,0,0.32,506.42,3516.38,26116821,99.87,0,0,0.16,506.39,3516.4,26116822,99.87,0,0,0.14,506.39,3516.4,26116823,99.87,0,0,0.15,506.35,3516.43,26116824,99.78,0,0,0.54,506.7,3516.08,26116825,99.75,0,0,0.34,506.58,3516.22,26116826,99.93,0,0,0.14,506.58,3516.22,26116827,99.85,0,0,0.2,506.24,3516.55,26116828,99.85,0,0,0.15,506.05,3516.74,26116829,99.76,0,0,0.59,506.87,3515.91,26116830,99.73,0,0,0.3,506.45,3516.34,26116831,99.85,0,0,0.15,506.42,3516.37,26116832,99.88,0,0,0.16,506.38,3516.4,26116833,99.82,0,0,0.14,506.38,3516.4,26116834,99.75,0,0,0.55,506.86,3515.92,26116835,99.75,0,0,0.3,506.6,3516.19,26116836,99.87,0,0,0.15,506.57,3516.22,26116837,99.84,0,0,0.16,506.54,3516.24,26116838,99.83,0,0,0.18,506.52,3516.26,26116839,99.58,0,0,0.73,507.43,3515.33,26116840,99.79,0,0,0.35,506.66,3516.1,26116841,99.9,0,0,0.14,506.64,3516.12,26116842,99.86,0,0,0.18,506.61,3516.14,26116843,99.9,0,0,0.16,506.6,3516.15,26116844,99.78,0,0,0.59,507.21,3515.54,26116845,99.73,0,0,0.39,506.35,3516.42,26116846,99.86,0,0,0.18,506.32,3516.44,26116847,99.86,0,0,0.18,506.28,3516.48,26116848,99.83,0,0,0.18,506.26,3516.49,26116849,99.75,0,0,0.38,506.67,3516.07,26116850,99.72,0,0,0.57,506.01,3516.75,26116851,99.92,0,0,0.21,505.89,3516.88,26116852,99.86,0,0,0.2,505.86,3516.89,26116853,99.93,0,0,0.2,505.83,3516.92,26116854,99.78,0,0,0.45,506.26,3516.49,26116855,99.69,0,0,0.45,506.56,3516.2,26116856,99.84,0,0,0.16,506.53,3516.23,26116857,99.89,0,0,0.17,506.51,3516.24,26116858,99.89,0,0,0.18,506.48,3516.27,26116859,99.9,0,0,0.16,506.61,3516.14,26116860,99.52,0,0,0.73,506.9,3515.87,26116861,99.87,0.03,0.83,0.21,506.13,3516.63,26116862,99.87,0,0,0.19,506.11,3516.65,26116863,99.9,0,0,0.17,506.08,3516.69,26116864,99.85,0,0,0.17,506.06,3516.69,26116865,99.58,0,0,0.7,506.98,3515.79,26116866,99.88,0,0,0.17,506.78,3515.99,26116867,99.86,0.02,0.63,0.16,506.78,3515.98,26116868,99.85,0,0,0.2,506.77,3515.98,26116869,99.68,0,0,0.32,506.99,3515.74,26116870,99.62,0,0,0.65,507.01,3515.74,26116871,99.85,0,0,0.2,506.77,3515.97,26116872,99.79,0,0,0.18,506.9,3515.84,26116873,99.88,0,0,0.15,506.87,3515.86,26116874,99.83,0,0,0.15,506.84,3515.89,26116875,99.65,0,0,0.72,507.11,3515.64,26116876,99.88,0,0,0.14,506.81,3515.93,26116877,99.86,0,0,0.18,506.79,3515.94,26116878,99.9,0,0,0.18,506.77,3515.96,26116879,99.9,0,0,0.14,506.75,3515.97,26116880,99.63,0,0,0.68,506.69,3516.05,26116881,99.78,0,0,0.16,506.48,3516.26,26116882,99.92,0,0,0.14,506.61,3516.12,26116883,99.9,0,0,0.14,506.63,3516.11,26116884,99.91,0,0,0.15,506.61,3516.12,26116885,99.64,0,0,0.74,506.64,3516.1,26116886,99.88,0,0,0.14,506.83,3515.9,26116887,99.83,0,0,0.16,506.67,3516.06,26116888,99.89,0,0,0.16,506.55,3516.18,26116889,99.9,0,0,0.14,506.53,3516.2,26116890,99.53,0,0,0.5,506.91,3515.83,26116891,99.89,0,0.01,0.43,506.51,3516.23,26116892,99.88,0,0,0.18,506.6,3516.15,26116893,99.82,0.01,0.05,0.28,506.56,3516.19,26116894,99.88,0.04,1.33,0.21,506.52,3516.23,26116895,99.5,0.03,1.7,0.7,507.43,3515.32,26116896,99.88,0,0,0.28,506.82,3515.92,26116897,99.85,0,0,0.13,506.79,3515.95,26116898,99.89,0,0,0.16,506.78,3515.95,26116899,99.85,0,0,0.29,506.74,3515.97,26116900,99.82,0,0,0.3,507.01,3515.72,26116901,99.67,0,0,0.56,507.66,3515.06,26116902,99.86,0,0,0.14,506.95,3515.77,26116903,99.89,0,0,0.15,506.98,3515.73,26116904,99.86,0,0,0.15,507.09,3515.64,26116905,99.77,0,0,0.29,506.62,3516.13,26116906,99.75,0,0,0.54,507.29,3515.45,26116907,99.86,0,0,0.18,507.05,3515.68,26116908,99.82,0,0,0.14,507.02,3515.71,26116909,99.83,0,0,0.16,507.01,3515.72,26116910,99.75,0,0,0.3,507.25,3515.49,26116911,99.76,0,0,0.57,506.72,3516.02,26116912,99.9,0,0,0.18,505.97,3516.76,26116913,99.89,0,0,0.14,505.95,3516.78,26116914,99.91,0,0,0.16,505.94,3516.78,26116915,99.83,0,0,0.36,506.85,3515.9,26116916,99.73,0,0,0.57,507.33,3515.41,26116917,99.85,0,0,0.17,507.06,3515.68,26116918,99.85,0,0,0.14,507.05,3515.68,26116919,99.92,0,0,0.14,507.02,3515.72,26116920,99.63,0,0,0.33,507.28,3515.49,26116921,99.7,0,0,0.56,507.42,3515.34,26116922,99.88,0,0,0.14,506.73,3516.02,26116923,99.79,0,0,0.15,506.72,3516.04,26116924,99.83,0,0,0.14,506.69,3516.06,26116925,99.73,0,0,0.31,506.02,3516.74,26116926,99.71,0,0,0.55,506.88,3515.88,26116927,99.84,0.02,0.83,0.15,507.08,3515.67,26116928,99.57,0,0,0.21,507.01,3515.73,26116929,99.64,0,0,0.29,507.01,3515.71,26116930,99.68,0,0,0.34,506.56,3516.17,26116931,99.7,0,0,0.38,506.83,3515.9,26116932,99.82,0,0,0.36,506.93,3515.79,26116933,99.86,0,0,0.16,506.92,3515.8,26116934,99.84,0,0,0.15,507.06,3515.65,26116935,99.69,0,0,0.3,506.62,3516.11,26116936,99.7,0,0,0.36,506.96,3515.76,26116937,99.9,0,0,0.39,506.81,3515.91,26116938,99.84,0,0,0.14,506.78,3515.94,26116939,99.81,0,0,0.16,506.76,3515.95,26116940,99.76,0,0,0.35,507.24,3515.49,26116941,99.85,0,0,0.18,507.24,3515.49,26116942,99.73,0,0,0.55,507.48,3515.24,26116943,99.86,0,0,0.14,506.7,3516.01,26116944,99.84,0,0,0.14,506.67,3516.04,26116945,99.76,0,0,0.31,506.72,3516,26116946,99.83,0,0,0.2,506.87,3515.86,26116947,99.69,0,0,0.57,507.58,3515.13,26116948,99.92,0,0,0.14,507.07,3515.64,26116949,99.83,0,0,0.15,507.05,3515.66,26116950,99.79,0,0,0.29,507.05,3515.67,26116951,99.88,0,0,0.14,507.02,3515.7,26116952,99.68,0,0,0.55,507.38,3515.34,26116953,99.83,0,0,0.15,506.98,3515.73,26116954,99.83,0,0,0.14,506.97,3515.74,26116955,99.74,0,0,0.29,507.22,3515.51,26116956,99.91,0,0,0.16,507.21,3515.51,26116957,99.78,0,0,0.49,507.58,3515.14,26116958,99.86,0,0,0.2,507.1,3515.62,26116959,99.76,0,0,0.29,507.08,3515.62,26116960,99.74,0,0,0.29,507.08,3515.63,26116961,99.91,0,0.01,0.17,507.03,3515.68,26116962,99.72,0,0,0.5,507.8,3514.9,26116963,99.88,0,0,0.22,507.47,3515.23,26116964,99.92,0,0,0.15,507.25,3515.44,26116965,99.74,0,0,0.31,506.8,3515.91,26116966,99.88,0,0,0.13,506.73,3515.97,26116967,99.63,0,0,0.44,507.37,3515.33,26116968,99.82,0,0,0.29,507.33,3515.37,26116969,99.91,0,0,0.14,507.31,3515.38,26116970,99.79,0,0,0.31,506.83,3515.87,26116971,99.83,0.01,0.01,0.18,506.52,3516.18,26116972,99.83,0,0,0.14,506.23,3516.47,26116973,99.61,0.03,0.02,0.71,506.86,3515.83,26116974,96.59,3.11,0.07,18.26,513.93,3507.88,26116975,97.37,0.46,0.07,5.09,514.28,3505.84,26116976,99.8,0.01,0.01,4.57,509.78,3508.56,26116977,82.93,0.06,1.7,6.63,809.94,3208.21,26116978,99.45,0.06,2.5,0.73,651.3,3366.76,26116979,99.71,0,0,0.19,555.17,3462.88,26116980,99.49,0.04,1.67,0.36,556.34,3461.71,26116981,99.67,0,0,0.18,556.46,3461.59,26116982,99.69,0,0,0.14,556.45,3461.59,26116983,99.69,0,0,0.55,557.51,3460.53,26116984,99.77,0,0,0.14,556.9,3461.13,26116985,99.63,0,0,0.3,555.68,3462.36,26116986,99.75,0,0,0.16,555.65,3462.4,26116987,99.78,0,0,0.15,555.62,3462.42,26116988,99.66,0,0,0.54,556.6,3461.44,26116989,99.62,0,0,0.29,557.04,3460.96,26116990,99.73,0,0,0.29,557.06,3460.96,26116991,99.74,0,0,0.16,557.03,3460.99,26116992,99.7,0,0,0.16,557.19,3460.82,26116993,99.54,0,0,0.55,557.57,3460.44,26116994,99.78,0,0,0.14,557.09,3460.94,26116995,99.68,0,0,0.29,556.19,3461.88,26116996,99.76,0,0,0.21,556.17,3461.9,26116997,99.79,0,0.01,0.19,556.61,3461.46,26116998,99.66,0,0,0.48,556.95,3461.12,26116999,99.81,0,0,0.2,556.56,3461.5,26117000,99.62,0,0,0.3,556.69,3461.39,26117001,99.79,0,0,0.17,556.73,3461.34,26117002,99.78,0,0,0.16,556.7,3461.36,26117003,99.61,0,0,0.41,557.27,3460.8,26117004,99.77,0,0,0.32,556.9,3461.15,26117005,99.62,0,0,0.31,555.54,3462.53,26117006,99.74,0,0,0.14,555.41,3462.66,26117007,99.75,0,0,0.19,555.85,3462.21,26117008,99.59,0,0,0.5,556.82,3461.23,26117009,99.79,0,0,0.2,557.32,3460.73,26117010,99.6,0,0,0.3,557.31,3460.76,26117011,99.75,0,0,0.14,557.3,3460.77,26117012,99.73,0.01,0.01,0.18,557.36,3460.7,26117013,99.61,0,0,0.45,556.75,3461.3,26117014,99.73,0,0,0.29,556.59,3461.46,26117015,99.67,0,0,0.3,556.6,3461.47,26117016,99.71,0,0,0.14,556.58,3461.48,26117017,99.78,0,0,0.14,556.56,3461.5,26117018,99.78,0,0,0.15,556.55,3461.51,26117019,99.37,0,0,0.73,557.89,3460.13,26117020,99.64,0,0,0.29,557.44,3460.59,26117021,99.77,0,0,0.16,557.42,3460.61,26117022,99.78,0,0,0.14,557.4,3460.63,26117023,99.77,0,0,0.15,557.38,3460.65,26117024,99.58,0,0,0.59,557.9,3460.13,26117025,99.71,0,0,0.31,557.35,3460.71,26117026,99.8,0,0,0.14,557.33,3460.72,26117027,99.74,0,0,0.16,557.32,3460.73,26117028,99.69,0,0,0.14,557.29,3460.75,26117029,99.51,0,0,0.56,557.81,3460.23,26117030,99.66,0,0,0.3,557.66,3460.4,26117031,99.76,0,0,0.14,557.12,3460.93,26117032,99.73,0,0,0.14,556.68,3461.37,26117033,99.8,0,0,0.16,556.65,3461.4,26117034,99.61,0,0,0.55,556.82,3461.22,26117035,99.72,0,0,0.31,556.62,3461.43,26117036,99.69,0,0,0.16,556.59,3461.46,26117037,99.75,0,0,0.17,556.59,3461.46,26117038,99.8,0,0,0.17,556.55,3461.49,26117039,99.69,0,0,0.42,557.24,3460.8,26117040,99.53,0,0,0.43,556.3,3461.76,26117041,99.8,0,0,0.16,556.47,3461.58,26117042,99.76,0,0,0.14,556.44,3461.61,26117043,99.81,0,0,0.15,556.56,3461.48,26117044,99.69,0,0,0.77,557.19,3460.85,26117045,99.67,0,0,0.35,556.94,3461.11,26117046,99.83,0,0,0.14,556.87,3461.18,26117047,99.78,0,0,0.16,556.84,3461.21,26117048,99.78,0,0,0.14,556.82,3461.22,26117049,99.07,0,0,0.64,558.33,3459.69,26117050,99.66,0,0,0.54,556.68,3461.34,26117051,99.8,0,0,0.18,556.65,3461.38,26117052,99.78,0,0,0.19,556.66,3461.36,26117053,99.68,0,0,0.18,556.63,3461.39,26117054,99.57,0,0,0.32,557.41,3460.61,26117055,99.59,0,0,0.54,556.39,3461.64,26117056,99.74,0,0,0.14,556.36,3461.67,26117057,99.64,0.04,1.49,0.32,557.04,3460.98,26117058,99.72,0,0.03,0.19,557.11,3460.89,26117059,99.73,0.02,0.84,0.28,557.15,3460.84,26117060,99.51,0,0,0.76,558.35,3459.66,26117061,99.79,0,0,0.14,557.88,3460.12,26117062,99.78,0,0.01,0.15,557.85,3460.15,26117063,99.82,0,0,0.17,557.81,3460.18,26117064,99.82,0,0,0.14,557.8,3460.19,26117065,99.48,0,0,0.76,558.39,3459.61,26117066,99.8,0,0,0.14,558.02,3459.98,26117067,99.77,0,0,0.19,557.89,3460.1,26117068,99.73,0,0,0.17,557.62,3460.37,26117069,99.81,0,0,0.14,556.87,3461.11,26117070,99.48,0,0,0.72,557.81,3460.19,26117071,99.81,0,0,0.16,557.62,3460.38,26117072,99.8,0,0,0.14,557.6,3460.39,26117073,99.74,0,0,0.15,557.58,3460.41,26117074,99.78,0,0,0.14,557.55,3460.43,26117075,99.4,0,0.01,0.71,557.2,3460.8,26117076,99.81,0,0,0.14,556.05,3461.95,26117077,99.82,0,0,0.16,556.02,3461.98,26117078,99.81,0,0,0.14,556.01,3461.98,26117079,99.5,0,0,0.29,557.55,3460.41,26117080,99.57,0,0,0.73,558.39,3459.59,26117081,99.83,0,0,0.14,557.87,3460.11,26117082,99.68,0,0,0.14,557.86,3460.11,26117083,99.75,0,0,0.18,557.83,3460.14,26117084,99.75,0,0,0.18,557.81,3460.16,26117085,99.43,0,0,0.74,558.22,3459.76,26117086,99.73,0,0,0.16,558.27,3459.71,26117087,99.74,0,0,0.15,558.26,3459.71,26117088,99.79,0,0,0.16,557.72,3460.25,26117089,99.77,0,0,0.17,557.48,3460.49,26117090,99.56,0,0,0.61,557.96,3460.03,26117091,99.8,0,0,0.28,557.38,3460.6,26117092,99.76,0,0,0.16,557.38,3460.6,26117093,99.81,0,0,0.15,557.34,3460.63,26117094,99.79,0,0,0.14,557.32,3460.65,26117095,99.55,0,0,0.57,558.14,3459.85,26117096,99.8,0,0,0.29,557.3,3460.68,26117097,99.76,0,0,0.15,557.28,3460.69,26117098,99.75,0,0,0.14,557.26,3460.71,26117099,99.75,0,0,0.15,557.25,3460.74,26117100,99.48,0,0,0.3,557.98,3460.03,26117101,99.55,0,0,0.56,557.52,3460.47,26117102,99.76,0,0,0.14,556.9,3461.1,26117103,99.77,0,0,0.16,556.87,3461.12,26117104,99.78,0,0,0.15,556.85,3461.14,26117105,99.6,0,0,0.3,558.54,3459.46,26117106,99.58,0,0,0.56,558.9,3459.09,26117107,99.77,0,0,0.15,558.54,3459.45,26117108,99.79,0,0,0.14,558.15,3459.85,26117109,99.54,0,0,0.35,557.53,3460.45,26117110,99.64,0,0,0.32,557.5,3460.5,26117111,99.65,0,0,0.57,557.82,3460.17,26117112,99.81,0,0,0.16,557.6,3460.38,26117113,99.83,0,0,0.14,557.61,3460.38,26117114,99.79,0,0,0.15,557.6,3460.39,26117115,99.57,0,0,0.31,558.14,3459.87,26117116,99.62,0,0,0.56,558.43,3459.58,26117117,99.81,0,0,0.21,557.82,3460.18,26117118,99.82,0,0,0.14,557.79,3460.21,26117119,99.79,0,0,0.15,557.75,3460.24,26117120,92.82,35.93,0.06,218.27,567.32,3438.14,26117121,99.51,0,0,78.42,561.26,3421.43,26117122,99.81,0,0,0.14,560.94,3421.74,26117123,99.81,0,0,0.15,560.93,3421.75,26117124,99.8,0,0,0.16,560.88,3421.8,26117125,99.69,0,0,0.41,558.91,3423.83,26117126,99.68,0,0,0.44,557.85,3424.93,26117127,99.78,0,0,0.32,557.58,3425.2,26117128,99.81,0,0,0.14,557.16,3425.61,26117129,99.83,0,0,0.15,556.4,3426.37,26117130,99.64,0,0,0.31,556.17,3426.64,26117131,99.61,0,0,0.33,556.52,3426.28,26117132,99.74,0,0,0.41,556.86,3425.94,26117133,99.78,0,0,0.18,556.84,3425.96,26117134,99.78,0,0,0.16,556.82,3425.97,26117135,99.62,0,0,0.36,556.82,3425.99,26117136,99.64,0,0,0.3,557.17,3425.64,26117137,99.8,0,0,0.39,557.31,3425.49,26117138,99.78,0,0,0.15,557.43,3425.37,26117139,99.59,0,0,0.31,557.17,3425.6,26117140,99.65,0,0,0.36,557.65,3425.13,26117141,99.76,0,0,0.16,557.63,3425.14,26117142,99.61,0,0,0.54,558.54,3424.23,26117143,99.78,0,0,0.16,557.84,3424.93,26117144,99.87,0,0,0.14,557.84,3424.94,26117145,99.76,0,0,0.31,556.62,3426.18,26117146,99.87,0,0,0.14,556.59,3426.21,26117147,96.54,0.02,0.01,87.07,566.76,3418.08,26117148,99.83,0,0,0.34,559.8,3423.05,26117149,99.9,0,0,0.17,558.89,3423.95,26117150,99.8,0,0,0.39,559.37,3423.49,26117151,99.82,0,0,0.17,559.34,3423.51,26117152,99.7,0,0,0.6,558.38,3424.49,26117153,99.89,0,0,0.14,556.92,3425.98,26117154,99.86,0,0,0.15,556.9,3426,26117155,99.75,0,0,0.33,556.69,3426.22,26117156,99.87,0,0,0.14,556.6,3426.31,26117157,99.71,0,0,0.6,557.43,3425.48,26117158,99.9,0,0,0.14,557.54,3425.38,26117159,99.88,0,0,0.14,557.51,3425.41,26117160,99.67,0,0,0.3,557.51,3425.42,26117161,99.8,0,0,0.14,557.49,3425.44,26117162,99.73,0,0,0.43,558.19,3424.74,26117163,99.86,0,0,0.32,557.7,3425.22,26117164,99.9,0,0,0.15,557.66,3425.25,26117165,99.71,0,0,0.33,557.95,3424.98,26117166,99.89,0,0,0.14,558.08,3424.85,26117167,99.78,0,0,0.53,558.42,3424.5,26117168,99.85,0,0,0.21,558.04,3424.88,26117169,99.74,0,0,0.32,557.23,3425.67,26117170,99.79,0,0,0.31,557.27,3425.65,26117171,99.88,0,0,0.14,557.24,3425.67,26117172,99.62,0,0,0.5,557.58,3425.32,26117173,99.84,0,0,0.22,557.21,3425.7,26117174,99.87,0,0,0.14,557.2,3425.72,26117175,99.8,0,0,0.37,557.43,3425.5,26117176,99.87,0,0,0.15,557.41,3425.51,26117177,99.87,0,0,0.21,557.77,3425.15,26117178,99.72,0,0,0.55,558.31,3424.6,26117179,99.89,0,0,0.18,557.53,3425.38,26117180,99.76,0,0,0.33,557.78,3425.15,26117181,99.88,0,0,0.14,557.76,3425.17,26117182,99.85,0.01,0.84,0.3,557.77,3425.15,26117183,99.68,0,0,0.59,558.27,3424.64,26117184,99.83,0,0,0.14,557.74,3425.17,26117185,99.75,0,0,0.32,557.74,3425.18,26117186,99.89,0,0,0.16,557.72,3425.2,26117187,99.84,0,0,0.2,557.62,3425.3,26117188,99.68,0,0,0.56,558.11,3424.79,26117189,99.91,0,0,0.14,557.37,3425.53,26117190,99.72,0,0,0.31,557.17,3425.76,26117191,99.87,0,0,0.14,557.15,3425.77,26117192,99.85,0,0,0.16,557.28,3425.64,26117193,99.72,0,0,0.55,557.32,3425.59,26117194,99.91,0,0,0.14,556.79,3426.12,26117195,99.74,0,0,0.31,557.03,3425.9,26117196,99.89,0,0,0.16,557.01,3425.91,26117197,99.84,0,0,0.14,556.99,3425.93,26117198,99.74,0,0,0.51,558.01,3424.9,26117199,99.71,0,0,0.33,557.92,3424.97,26117200,99.7,0,0,0.32,556.75,3426.15,26117201,99.83,0,0,0.16,556.67,3426.22,26117202,99.83,0,0,0.15,556.66,3426.23,26117203,99.73,0,0,0.41,557.21,3425.68,26117204,99.91,0,0,0.29,557.52,3425.37,26117205,99.67,0,0,0.3,557.08,3425.84,26117206,99.92,0,0,0.14,557.05,3425.87,26117207,99.85,0,0,0.16,557.02,3425.9,26117208,99.66,0,0,0.54,557.66,3425.25,26117209,99.86,0,0,0.2,557.76,3425.14,26117210,99.82,0,0,0.3,557.25,3425.68,26117211,99.85,0,0,0.16,557.21,3425.71,26117212,99.87,0,0,0.16,557.19,3425.72,26117213,99.7,0,0,0.6,557.95,3424.96,26117214,99.86,0,0,0.15,557.39,3425.52,26117215,99.79,0,0,0.31,557.52,3425.41,26117216,99.85,0,0,0.16,557.55,3425.38,26117217,99.84,0,0,0.14,557.52,3425.39,26117218,99.9,0,0,0.15,557.51,3425.41,26117219,99.74,0,0,0.59,558.12,3424.79,26117220,99.63,0,0,0.31,557.73,3425.19,26117221,99.83,0,0,0.13,557.72,3425.2,26117222,99.86,0,0,0.16,557.69,3425.22,26117223,99.85,0,0,0.14,557.68,3425.23,26117224,99.66,0,0,0.58,558.25,3424.66,26117225,99.74,0,0,0.38,557.89,3425.03,26117226,99.84,0.02,0.04,0.22,557.97,3424.95,26117227,99.83,0,0,0.2,557.99,3424.91,26117228,99.87,0,0,0.14,557.97,3424.94,26117229,99.49,0,0,0.7,558.67,3424.21,26117230,99.73,0,0,0.35,556.71,3426.18,26117231,99.87,0,0,0.17,556.69,3426.2,26117232,99.88,0,0,0.14,556.66,3426.23,26117233,99.87,0,0,0.15,556.65,3426.23,26117234,99.71,0,0,0.56,557.97,3424.9,26117235,99.75,0,0,0.33,557.84,3425.06,26117236,99.85,0,0,0.16,557.77,3425.12,26117237,99.82,0,0,0.22,557.74,3425.15,26117238,99.84,0,0,0.14,557.73,3425.15,26117239,99.75,0,0,0.59,558.15,3424.73,26117240,99.76,0,0,0.33,557.7,3425.2,26117241,99.88,0,0,0.14,557.67,3425.21,26117242,99.9,0,0,0.16,557.65,3425.24,26117243,99.89,0,0,0.15,557.63,3425.25,26117244,99.77,0,0,0.52,558.08,3424.79,26117245,99.79,0,0,0.38,558.29,3424.61,26117246,99.9,0,0,0.16,558.28,3424.62,26117247,99.81,0,0,0.19,558.2,3424.69,26117248,99.83,0,0,0.17,557.99,3424.9,26117249,99.7,0,0,0.57,558.52,3424.36,26117250,99.68,0,0,0.32,557.7,3425.2,26117251,99.88,0,0,0.14,557.46,3425.43,26117252,99.85,0,0,0.18,557.44,3425.45,26117253,99.86,0,0,0.15,557.42,3425.46,26117254,99.74,0,0,0.42,557.99,3424.89,26117255,99.76,0,0,0.45,557.88,3425,26117256,99.85,0,0,0.16,557.88,3425,26117257,99.87,0,0,0.14,557.85,3425.02,26117258,99.88,0,0,0.15,558.02,3424.85,26117259,99.75,0,0,0.28,557.99,3424.86,26117260,99.56,0,0,0.76,558.14,3424.72,26117261,99.89,0,0,0.14,557.73,3425.14,26117262,99.88,0,0,0.13,557.72,3425.14,26117263,99.87,0,0,0.16,557.69,3425.17,26117264,99.85,0,0,0.14,557.68,3425.17,26117265,99.65,0,0,0.77,558.46,3424.4,26117266,99.9,0,0,0.16,558.15,3424.71,26117267,99.81,0,0,0.14,558.12,3424.74,26117268,99.89,0,0,0.16,558.11,3424.74,26117269,99.85,0,0,0.13,558.08,3424.76,26117270,99.65,0,0,0.71,558.66,3424.2,26117271,99.86,0,0,0.16,557.51,3425.34,26117272,99.89,0,0,0.16,557.5,3425.35,26117273,99.81,0,0,0.14,557.48,3425.37,26117274,99.84,0,0,0.15,557.46,3425.38,26117275,99.59,0,0,0.69,557.92,3424.94,26117276,99.89,0,0,0.23,557.44,3425.41,26117277,99.82,0,0,0.14,556.96,3425.9,26117278,99.9,0,0,0.15,556.91,3425.94,26117279,99.82,0,0,0.16,556.88,3425.97,26117280,99.17,0,0,0.88,523.03,3460.12,26117281,99.86,0,0,0.17,506.92,3476.38,26117282,99.88,0,0,0.16,506.91,3476.38,26117283,99.9,0,0,0.16,506.88,3476.4,26117284,99.88,0,0,0.14,506.87,3476.41,26117285,99.62,0,0,0.75,507.22,3476.08,26117286,99.88,0,0,0.18,506.85,3476.44,26117287,99.86,0,0,0.15,506.83,3476.46,26117288,99.92,0,0,0.18,506.81,3476.47,26117289,99.65,0,0,0.32,506.78,3476.48,26117290,98.76,0,0,0.8,507.39,3475.9,26117291,99.89,0,0,0.18,507.01,3476.27,26117292,99.86,0,0,0.15,507.12,3476.15,26117293,99.81,0,0,0.14,507.18,3476.09,26117294,99.71,0,0,0.2,507.18,3476.12,26117295,99.35,0,0,0.59,506.74,3476.58,26117296,99.83,0,0,0.36,506.91,3476.4,26117297,99.85,0,0,0.21,507.12,3476.18,26117298,99.77,0,0,0.16,507.12,3476.18,26117299,99.85,0,0,0.18,507.09,3476.2,26117300,99.69,0,0,0.35,506.6,3476.71,26117301,99.67,0,0,0.59,506.64,3476.67,26117302,99.83,0,0,0.14,506.06,3477.25,26117303,99.85,0,0,0.15,506.04,3477.26,26117304,99.9,0,0,0.14,506.13,3477.16,26117305,99.74,0,0,0.32,507.24,3476.07,26117306,99.68,0,0,0.57,507.5,3475.81,26117307,99.84,0,0,0.2,507.02,3476.29,26117308,99.87,0,0,0.18,506.62,3476.68,26117309,99.87,0,0,0.18,506.59,3476.7,26117310,99.66,0,0,0.43,507.07,3476.24,26117311,99.72,0,0,0.6,507.24,3476.06,26117312,99.89,0,0,0.16,506.78,3476.51,26117313,99.88,0,0,0.15,506.77,3476.52,26117314,99.81,0,0,0.15,506.85,3476.43,26117315,99.6,0,0,0.31,505.52,3477.79,26117316,99.66,0,0,0.52,506.73,3476.58,26117317,99.88,0,0,0.2,507.14,3476.16,26117318,99.8,0,0,0.16,507.11,3476.18,26117319,99.72,0,0,0.29,507.09,3476.18,26117320,99.77,0,0,0.33,507.09,3476.2,26117321,99.68,0,0,0.57,507.91,3475.37,26117322,99.9,0,0,0.16,507.29,3475.98,26117323,99.9,0,0,0.14,507.27,3476,26117324,99.83,0,0,0.16,507.25,3476.01,26117325,99.82,0,0,0.32,507.05,3476.24,26117326,99.74,0,0,0.42,507.71,3475.57,26117327,99.83,0,0,0.35,507.14,3476.13,26117328,99.83,0,0,0.16,507.13,3476.14,26117329,99.89,0,0,0.15,507.09,3476.17,26117330,99.75,0,0,0.37,506.85,3476.43,26117331,99.72,0,0,0.33,507.18,3476.1,26117332,99.88,0,0,0.4,507.04,3476.23,26117333,99.85,0,0,0.14,507.02,3476.25,26117334,99.9,0,0,0.14,507,3476.26,26117335,99.8,0,0,0.32,507.24,3476.04,26117336,99.74,0,0,0.34,507.7,3475.57,26117337,99.93,0,0,0.38,507.14,3476.12,26117338,99.92,0,0,0.15,507.13,3476.13,26117339,99.9,0,0,0.14,507.1,3476.16,26117340,99.63,0,0,0.33,507.35,3475.92,26117341,99.83,0,0,0.14,507.33,3475.94,26117342,99.77,0,0,0.57,507.46,3475.8,26117343,99.92,0,0,0.14,507.04,3476.22,26117344,99.86,0,0,0.16,507.03,3476.23,26117345,99.75,0,0,0.32,507.08,3476.2,26117346,99.9,0,0,0.16,507.01,3476.26,26117347,99.74,0,0,0.63,507.61,3475.65,26117348,99.85,0,0.02,0.17,507.25,3476,26117349,99.6,0,0,0.33,507.34,3475.89,26117350,99.66,0,0,0.33,507.35,3475.89,26117351,99.91,0,0,0.16,507.32,3475.92,26117352,99.73,0,0,0.57,507.66,3475.57,26117353,99.87,0.01,0.25,0.17,507.27,3475.96,26117354,99.84,0.08,16.26,0.31,507.36,3475.86,26117355,99.66,0.02,3.85,0.76,506.56,3476.64,26117356,99.81,0.08,17.1,0.25,506.73,3476.46,26117357,99.66,0.04,17.51,0.63,506.93,3476.26,26117358,99.9,0,0,0.15,506.72,3476.47,26117359,99.86,0,0.12,0.19,506.84,3476.35,26117360,99.8,0,0,0.3,507.34,3475.87,26117361,99.81,0,0,0.16,507.33,3475.88,26117362,99.75,0,0,0.55,507.58,3475.63,26117363,99.89,0,0,0.15,507.04,3476.16,26117364,99.92,0,0,0.16,507.01,3476.19,26117365,99.77,0,0,0.35,507.02,3476.19,26117366,99.86,0,0,0.18,506.99,3476.22,26117367,99.69,0,0,0.44,507.76,3475.45,26117368,99.86,0,0,0.3,507.69,3475.51,26117369,99.91,0,0,0.15,507.68,3475.52,26117370,99.75,0,0,0.3,507.39,3475.83,26117371,99.9,0,0,0.16,507.35,3475.87,26117372,99.8,0,0,0.16,507.37,3475.84,26117373,99.73,0,0,0.58,507.65,3475.55,26117374,99.8,0.01,0.94,0.31,507.25,3475.95,26117375,99.72,0,0.38,0.4,507.56,3475.65,26117376,99.85,0,0,0.14,507.54,3475.66,26117377,99.87,0,0,0.18,507.53,3475.67,26117378,99.67,0,0,0.56,507.85,3475.35,26117379,99.52,0,0,0.3,507.27,3475.91,26117380,99.69,0.01,0.12,0.32,507.46,3475.73,26117381,99.88,0,0,0.24,507.58,3475.6,26117382,99.88,0,0,0.13,507.56,3475.61,26117383,99.72,0,0,0.59,506.6,3476.57,26117384,99.84,0,0,0.16,505.54,3477.64,26117385,99.58,0,0,0.38,506.98,3476.22,26117386,99.88,0,0,0.18,506.99,3476.21,26117387,99.83,0,0,0.18,506.98,3476.21,26117388,99.7,0,0,0.58,507.39,3475.79,26117389,99.88,0,0,0.16,506.45,3476.73,26117390,99.67,0,0,0.37,505.96,3477.23,26117391,99.92,0,0,0.13,505.94,3477.26,26117392,99.79,0,0,0.18,506.08,3477.11,26117393,99.66,0,0,0.43,506.89,3476.29,26117394,99.87,0,0,0.29,507.52,3475.66,26117395,99.74,0,0,0.35,507.51,3475.69,26117396,99.82,0,0,0.15,507.5,3475.7,26117397,99.84,0,0,0.16,507.47,3475.72,26117398,99.69,0,0,0.42,507.58,3475.61,26117399,99.88,0,0,0.3,506.69,3476.49,26117400,99.65,0,0,0.31,506.93,3476.28,26117401,99.81,0,0,0.14,506.93,3476.28,26117402,99.79,0,0,0.17,507.1,3476.1,26117403,99.58,0,0,0.6,507.52,3475.68,26117404,99.77,0,0,0.14,507.56,3475.64,26117405,99.78,0,0,0.32,507.56,3475.65,26117406,99.8,0,0,0.16,507.54,3475.67,26117407,99.84,0,0,0.14,507.51,3475.69,26117408,99.87,0,0,0.14,507.5,3475.7,26117409,99.41,0,0,0.72,507.23,3475.95,26117410,99.81,0,0,0.35,507.69,3475.5,26117411,99.86,0,0,0.13,507.68,3475.51,26117412,99.88,0,0,0.14,507.71,3475.48,26117413,99.68,0,0,0.2,507.83,3475.36,26117414,99.66,0,0,0.58,508.12,3475.05,26117415,99.66,0,0,0.32,507.57,3475.63,26117416,99.88,0,0,0.14,507.55,3475.64,26117417,99.47,0,0,0.21,507.52,3475.66,26117418,99.86,0,0,0.14,507.51,3475.67,26117419,99.74,0,0,0.64,507.83,3475.34,26117420,99.75,0,0,0.31,507.73,3475.46,26117421,99.83,0,0,0.14,507.71,3475.48,26117422,99.87,0,0,0.14,507.68,3475.5,26117423,99.9,0,0,0.15,507.66,3475.51,26117424,99.72,0,0,0.61,508.15,3475.02,26117425,99.73,0,0,0.38,507.36,3475.83,26117426,99.83,0,0,0.18,507.3,3475.88,26117427,99.85,0,0,0.18,507.23,3475.95,26117428,99.9,0,0,0.18,506.77,3476.4,26117429,99.77,0,0,0.61,507.82,3475.35,26117430,99.74,0,0,0.32,507.97,3475.21,26117431,99.91,0,0,0.14,507.96,3475.22,26117432,99.84,0,0,0.16,507.1,3476.07,26117433,99.86,0,0,0.16,506.94,3476.23,26117434,99.73,0,0,0.55,507.31,3475.86,26117435,99.78,0,0,0.39,506.56,3476.62,26117436,99.91,0,0,0.14,506.57,3476.61,26117437,99.86,0,0,0.16,506.55,3476.62,26117438,99.88,0,0,0.15,506.52,3476.65,26117439,99.65,0,0,0.65,507.36,3475.78,26117440,99.79,0,0,0.39,506.75,3476.4,26117441,99.89,0,0,0.16,506.73,3476.42,26117442,99.83,0,0,0.14,506.71,3476.43,26117443,99.85,0,0,0.16,506.69,3476.45,26117444,99.78,0,0,0.41,507.04,3476.09,26117445,99.83,0,0,0.5,506.28,3476.87,26117446,99.89,0,0,0.14,506.34,3476.81,26117447,99.88,0,0,0.16,506.31,3476.83,26117448,99.88,0,0,0.14,506.3,3476.84,26117449,99.88,0,0,0.18,506.27,3476.86,26117450,99.48,0,0,0.71,507.77,3475.38,26117451,99.93,0,0,0.16,507.23,3475.91,26117452,99.93,0,0,0.14,507.23,3475.93,26117453,99.88,0,0,0.16,507.2,3475.96,26117454,99.9,0,0,0.14,507.17,3475.97,26117455,99.65,0,0,0.74,507.3,3475.86,26117456,99.88,0,0.02,0.19,507.01,3476.15,26117457,99.88,0,0,0.14,507.03,3476.13,26117458,99.87,0,0,0.15,507.01,3476.14,26117459,99.9,0,0,0.16,506.99,3476.16,26117460,99.48,0,0,0.74,507.6,3475.56,26117461,99.8,0,0,0.13,507.17,3475.99,26117462,99.89,0.01,0.11,0.19,506.95,3476.21,26117463,99.88,0,0.21,0.29,507.04,3476.11,26117464,99.88,0,0.64,0.3,506.94,3476.2,26117465,99.57,0,0,0.73,507.43,3475.73,26117466,99.84,0.04,1.78,0.25,506.95,3476.19,26117467,99.81,0,0,0.18,506.9,3476.24,26117468,99.9,0,0,0.14,506.88,3476.27,26117469,99.55,0,0,0.29,507.12,3476,26117470,99.51,0,0,0.73,507.37,3475.76,26117471,98.51,0,0,0.15,507.02,3476.12,26117472,99.92,0,0,0.15,506.99,3476.14,26117473,99.87,0,0,0.15,506.96,3476.17,26117474,99.91,0,0,0.16,506.94,3476.19,26117475,99.65,0,0,0.75,507.54,3475.62,26117476,99.9,0,0,0.16,507.17,3475.98,26117477,99.9,0,0,0.2,507.15,3476,26117478,98.92,0,0,0.14,507.12,3476.03,26117479,99.85,0,0,0.15,507.16,3475.98,26117480,99.69,0,0,0.74,507.43,3475.73,26117481,99.88,0,0,0.14,507.06,3476.09,26117482,99.93,0,0,0.14,507.03,3476.12,26117483,99.88,0,0,0.16,507.02,3476.13,26117484,99.9,0,0,0.15,506.99,3476.15,26117485,99.67,0,0,0.59,506.62,3476.53,26117486,99.91,0,0,0.34,506.47,3476.68,26117487,99.89,0,0,0.17,506.43,3476.72,26117488,99.92,0,0,0.2,506.19,3476.96,26117489,99.92,0,0,0.16,506.16,3476.98,26117490,99.81,0,0,0.34,507.13,3476.02,26117491,99.77,0,0,0.6,507.81,3475.33,26117492,99.89,0,0,0.14,507.29,3475.85,26117493,99.85,0,0,0.15,507.27,3475.87,26117494,99.87,0,0,0.16,507.25,3475.89,26117495,99.76,0,0,0.32,506.28,3476.87,26117496,99.76,0,0,0.59,506.6,3476.55,26117497,99.88,0,0,0.14,506.22,3476.93,26117498,99.9,0,0,0.14,506.21,3476.93,26117499,99.67,0.04,2.01,0.4,506.84,3476.26,26117500,99.69,0.01,0.64,0.43,506.77,3476.34,26117501,99.75,0,0,0.55,507.01,3476.1,26117502,99.88,0,0,0.15,506.63,3476.47,26117503,99.89,0,0,0.19,506.61,3476.49,26117504,99.84,0,0,0.17,506.59,3476.52,26117505,99.71,0,0,0.35,505.81,3477.31,26117506,99.75,0,0,0.55,506.89,3476.23,26117507,99.85,0,0,0.16,506.48,3476.64,26117508,99.9,0,0,0.14,506.46,3476.65,26117509,99.81,0,0,0.15,506.43,3476.67,26117510,99.73,0,0,0.3,506.69,3476.43,26117511,95.04,0.33,0.01,79.32,519.5,3464.36,26117512,99.8,0,0,181.87,508.99,3473.98,26117513,99.81,0,0,0.16,508.98,3473.99,26117514,99.83,0,0,0.16,508.95,3474.02,26117515,99.73,0,0,0.33,508.94,3474.04,26117516,99.72,0,0,0.65,508.85,3474.13,26117517,99.85,0,0,0.18,506.68,3476.34,26117518,99.87,0,0,0.18,506.67,3476.34,26117519,99.87,0,0,0.18,506.64,3476.36,26117520,99.55,0,0,0.39,506.89,3476.13,26117521,99.66,0,0,0.58,507.1,3475.92,26117522,99.74,0,0,0.15,506.35,3476.67,26117523,99.8,0,0,0.15,506.33,3476.68,26117524,99.84,0,0,0.14,506.31,3476.7,26117525,99.79,0,0,0.36,507.05,3475.99,26117526,99.68,0,0.01,0.33,507.82,3475.22,26117527,99.8,0,0,0.41,506.42,3476.61,26117528,99.88,0,0,0.18,506.39,3476.63,26117529,99.36,0,0,0.3,506.88,3476.12,26117530,99.74,0,0,0.32,506.85,3476.17,26117531,99.84,0,0,0.14,506.82,3476.2,26117532,99.65,0,0,0.56,507.15,3475.86,26117533,99.87,0,0,0.18,506.78,3476.23,26117534,99.8,0,0,0.14,506.74,3476.26,26117535,99.69,0,0,0.36,506.9,3476.12,26117536,99.77,0,0,0.18,506.91,3476.1,26117537,99.67,0,0,0.63,507.31,3475.7,26117538,99.86,0,0,0.16,506.87,3476.13,26117539,99.85,0,0,0.18,506.84,3476.16,26117540,99.65,0,0,0.32,505.95,3477.07,26117541,99.78,0,0,0.17,505.85,3477.17,26117542,99.7,0,0,0.57,506.88,3476.14,26117543,99.83,0,0,0.16,506.79,3476.22,26117544,99.84,0,0,0.15,506.77,3476.23,26117545,99.66,0,0,0.32,505.82,3477.2,26117546,99.8,0,0,0.14,505.87,3477.15,26117547,99.64,0,0,0.56,507.31,3475.7,26117548,99.79,0,0,0.18,506.67,3476.34,26117549,99.83,0,0,0.14,506.65,3476.35,26117550,99.69,0,0,0.31,506.4,3476.62,26117551,99.77,0,0,0.14,506.37,3476.64,26117552,99.65,0,0,0.59,506.83,3476.18,26117553,99.79,0,0,0.16,506.56,3476.46,26117554,99.81,0,0,0.14,506.53,3476.48,26117555,99.71,0,0,0.32,506.78,3476.26,26117556,99.76,0,0,0.14,506.89,3476.14,26117557,99.64,0,0,0.57,507.35,3475.67,26117558,99.78,0,0,0.15,507.13,3475.89,26117559,99.67,0,0,0.29,506.87,3476.13,26117560,99.73,0,0,0.36,507.12,3475.89,26117561,99.81,0,0,0.18,507.09,3475.92,26117562,99.54,0,0,0.59,507.82,3475.19,26117563,99.75,0,0,0.18,507.29,3475.7,26117564,99.83,0,0,0.18,507.29,3475.7,26117565,99.72,0,0,0.39,507.03,3475.98,26117566,99.83,0,0,0.18,507.02,3475.98,26117567,99.76,0,0,0.18,507.26,3475.75,26117568,99.68,0,0,0.58,507.28,3475.74,26117569,99.83,0,0,0.14,506.89,3476.12,26117570,99.71,0,0,0.36,506.9,3476.12,26117571,99.83,0,0,0.13,506.87,3476.15,26117572,99.83,0,0,0.16,506.85,3476.17,26117573,99.7,0,0,0.59,507.39,3475.62,26117574,99.79,0,0,0.18,507.04,3475.96,26117575,99.7,0,0,0.38,506.79,3476.23,26117576,99.8,0,0,0.16,506.77,3476.25,26117577,99.79,0,0,0.15,506.88,3476.13,26117578,99.64,0,0,0.59,507.46,3475.55,26117579,99.72,0,0,0.19,506.89,3476.12,26117580,98.63,0,0,9.07,507,3476.8,26117581,99.78,0,0,0.15,506.83,3477.01,26117582,99.8,0,0.01,0.16,506.79,3477.05,26117583,99.62,0,0,0.57,507.75,3476.08,26117584,99.78,0,0,0.14,507.07,3476.76,26117585,99.56,0,0,0.37,506.69,3477.17,26117586,99.8,0,0,0.15,505.7,3478.16,26117587,99.8,0,0,0.14,505.38,3478.48,26117588,99.66,0,0,0.41,506.19,3477.66,26117589,99.72,0,0,0.43,505.82,3478.02,26117590,99.71,0,0,0.36,506.54,3477.32,26117591,99.82,0,0,0.17,506.51,3477.34,26117592,99.8,0,0,0.15,506.5,3477.35,26117593,99.7,0,0.02,0.59,506.84,3477.01,26117594,99.8,0,0,0.23,506.34,3477.49,26117595,99.68,0,0,0.37,506.58,3477.27,26117596,99.83,0,0,0.14,506.55,3477.3,26117597,99.79,0,0,0.24,506.05,3477.79,26117598,99.67,0,0,0.57,506.27,3477.56,26117599,99.83,0,0,0.18,505.73,3478.1,26117600,99.73,0,0,0.36,506.33,3477.52,26117601,99.78,0,0,0.18,506.39,3477.46,26117602,99.79,0,0,0.18,506.35,3477.49,26117603,99.65,0,0,0.62,506.9,3476.95,26117604,99.79,0,0,0.18,505.33,3478.51,26117605,99.71,0,0,0.37,505.33,3478.53,26117606,99.79,0,0,0.15,505.31,3478.55,26117607,99.83,0,0,0.14,505.28,3478.57,26117608,99.74,0,0,0.2,505.81,3478.04,26117609,99.66,0,0,0.57,506.18,3477.66,26117610,99.67,0,0,0.35,506.66,3477.19,26117611,99.75,0,0,0.14,506.64,3477.21,26117612,99.75,0,0,0.17,506.63,3477.21,26117613,99.8,0,0,0.16,506.6,3477.24,26117614,99.59,0,0,0.58,506.94,3476.9,26117615,99.67,0,0,0.32,506.34,3477.51,26117616,99.79,0,0,0.15,506.33,3477.52,26117617,99.8,0,0,0.18,506.29,3477.55,26117618,99.79,0,0,0.14,506.28,3477.56,26117619,99.45,0,0,0.79,506.88,3476.94,26117620,99.63,0,0,0.33,506.34,3477.49,26117621,99.78,0,0,0.17,506.42,3477.41,26117622,99.8,0,0,0.15,506.4,3477.43,26117623,99.79,0,0,0.14,506.38,3477.44,26117624,99.62,0,0,0.61,506.81,3477.02,26117625,99.58,0,0,0.32,506.82,3477.03,26117626,99.8,0,0,0.14,506.82,3477.03,26117627,99.75,0,0,0.14,506.79,3477.05,26117628,99.78,0,0,0.16,506.76,3477.07,26117629,99.68,0,0,0.51,506.24,3477.59,26117630,99.67,0,0,0.36,506.27,3477.58,26117631,99.8,0,0,0.16,506.42,3477.42,26117632,99.8,0,0,0.14,506.4,3477.44,26117633,99.76,0,0,0.15,506.38,3477.45,26117634,99.65,0,0,0.56,506.58,3477.25,26117635,99.73,0,0,0.33,506.85,3477,26117636,99.74,0,0,0.14,506.82,3477.02,26117637,99.8,0,0,0.16,506.82,3477.02,26117638,99.82,0,0,0.14,506.79,3477.05,26117639,99.69,0,0,0.58,507.3,3476.55,26117640,99.65,0,0,0.41,506.54,3477.33,26117641,99.74,0,0,0.17,506.52,3477.35,26117642,99.77,0,0,0.15,506.49,3477.37,26117643,99.79,0,0,0.15,506.59,3477.27,26117644,99.6,0,0,0.45,506.98,3476.87,26117645,99.61,0,0,0.47,506.9,3476.97,26117646,99.79,0,0,0.18,506.89,3476.98,26117647,99.74,0,0,0.18,506.88,3476.98,26117648,99.8,0,0,0.2,506.86,3477,26117649,99.6,0,0,0.56,507.17,3476.66,26117650,99.72,0,0,0.39,506.59,3477.26,26117651,99.75,0,0,0.14,506.57,3477.28,26117652,99.75,0,0,0.16,506.56,3477.28,26117653,98.9,0,0,0.18,506.56,3477.28,26117654,99.73,0,0,0.16,506.54,3477.3,26117655,99.47,0,0,0.72,506.59,3477.26,26117656,99.82,0,0,0.13,505.8,3478.05,26117657,99.75,0,0,0.25,505.77,3478.07,26117658,99.73,0,0,0.14,505.76,3478.08,26117659,99.84,0,0,0.18,505.75,3478.08,26117660,99.6,0,0,0.66,507.17,3476.68,26117661,99.81,0,0,0.16,506.84,3477.01,26117662,99.79,0,0,0.14,506.9,3476.94,26117663,99.78,0,0,0.16,506.87,3476.97,26117664,92.8,0.99,0.02,65.73,516.31,3467.1,26117665,99.01,0,0,196.59,508.32,3474.43,26117666,99.81,0,0,0.15,507.76,3474.99,26117667,99.81,0,0,0.16,507.9,3474.84,26117668,99.77,0,0,0.21,507.9,3474.84,26117669,99.8,0,0,0.18,507.63,3475.1,26117670,99.49,0,0,0.68,506.82,3475.96,26117671,99.79,0,0,0.14,505.94,3476.84,26117672,99.82,0,0,0.16,505.93,3476.85,26117673,99.8,0,0,0.14,505.92,3476.85,26117674,99.79,0,0,0.18,505.89,3476.88,26117675,99.53,0,0,0.74,506.44,3476.4,26117676,99.8,0,0,0.14,505.89,3476.95,26117677,99.76,0,0,0.16,505.88,3476.96,26117678,99.78,0,0,0.14,505.87,3476.96,26117679,99.73,0,0,0.32,506.59,3476.22,26117680,99.48,0,0,0.7,507.17,3475.67,26117681,99.76,0,0,0.23,505.83,3477.01,26117682,99.82,0,0,0.18,505.81,3477.02,26117683,99.8,0,0,0.16,505.95,3476.88,26117684,99.8,0,0,0.17,505.99,3476.84,26117685,99.55,0,0,0.66,507.07,3475.78,26117686,99.76,0,0,0.19,506.71,3476.13,26117687,99.82,0,0,0.13,506.69,3476.15,26117688,99.76,0,0,0.16,506.67,3476.16,26117689,99.75,0,0,0.14,506.67,3476.16,26117690,99.57,0,0,0.46,507.27,3475.58,26117691,99.81,0,0,0.38,506.9,3475.95,26117692,99.74,0,0,0.15,506.89,3475.95,26117693,99.82,0,0.02,0.16,506.84,3476,26117694,99.81,0,0,0.16,506.82,3476.01,26117695,99.74,0,0,0.28,507.17,3475.67,26117696,99.67,0.01,0.02,0.59,507.62,3475.22,26117697,99.85,0,0,0.15,506.93,3475.91,26117698,99.85,0,0,0.16,506.92,3475.91,26117699,99.85,0,0,0.14,506.9,3475.93,26117700,99.52,0,0,0.29,506.9,3475.96,26117701,99.75,0,0,0.56,507.08,3475.77,26117702,99.87,0,0,0.14,506.61,3476.23,26117703,99.83,0,0,0.16,506.6,3476.24,26117704,99.8,0,0,0.14,506.57,3476.26,26117705,99.79,0,0,0.28,506.59,3476.26,26117706,99.73,0,0,0.57,507.27,3475.58,26117707,99.87,0,0,0.14,507.03,3475.81,26117708,99.85,0,0,0.15,507.11,3475.73,26117709,99.87,0,0,0.29,507.2,3475.61,26117710,99.77,0,0,0.27,506.72,3476.11,26117711,99.75,0,0,0.57,507.33,3475.5,26117712,99.9,0,0,0.14,507.18,3475.65,26117713,99.89,0,0,0.15,507.16,3475.66,26117714,99.9,0,0,0.16,507.16,3475.66,26117715,99.77,0,0,0.27,507.14,3475.69,26117716,99.77,0,0,0.57,507.67,3475.17,26117717,99.81,0,0,0.19,506.88,3475.95,26117718,99.86,0,0,0.15,506.85,3475.97,26117719,99.77,0,0.02,0.18,506.83,3475.99,26117720,99.8,0,0,0.28,506.57,3476.26,26117721,99.61,0,0,0.56,506.95,3475.88,26117722,99.84,0,0,0.13,506.92,3475.9,26117723,99.81,0,0,0.16,506.98,3475.84,26117724,99.86,0,0,0.14,506.97,3475.84,26117725,99.72,0,0,0.32,506.73,3476.1,26117726,99.75,0,0,0.5,507.12,3475.71,26117727,99.93,0,0,0.19,506.94,3475.88,26117728,99.8,0,0,0.17,506.7,3476.12,26117729,99.89,0,0,0.2,506.57,3476.25,26117730,99.73,0,0,0.26,507.14,3475.72,26117731,99.78,0,0,0.39,507.88,3474.97,26117732,99.9,0,0,0.36,507.13,3475.71,26117733,99.87,0,0,0.16,507.11,3475.73,26117734,99.91,0,0,0.18,507.09,3475.75,26117735,99.76,0,0,0.32,507.11,3475.74,26117736,99.89,0,0,0.17,507.08,3475.77,26117737,99.75,0,0,0.59,507.37,3475.46,26117738,99.86,0,0,0.14,506.81,3476.02,26117739,99.79,0,0,0.29,506.82,3475.99,26117740,99.74,0,0,0.33,507.05,3475.77,26117741,99.89,0,0,0.14,506.47,3476.35,26117742,99.53,0,0,0.55,506.29,3476.53,26117743,99.86,0,0,0.15,505.69,3477.12,26117744,99.9,0,0,0.14,505.66,3477.16,26117745,99.76,0,0,0.3,506.14,3476.69,26117746,99.9,0,0,0.16,506.16,3476.68,26117747,99.72,0,0,0.54,506.49,3476.34,26117748,99.88,0,0,0.15,506.11,3476.71,26117749,99.79,0,0,0.14,506.11,3476.71,26117750,99.78,0,0,0.26,506.34,3476.5,26117751,99.88,0,0,0.17,506.34,3476.49,26117752,99.7,0,0,0.57,506.88,3475.95,26117753,99.86,0,0,0.14,506.06,3476.77,26117754,99.92,0,0,0.14,506.06,3476.77,26117755,99.8,0,0,0.27,506.34,3476.5,26117756,99.88,0,0,0.16,506.47,3476.37,26117757,99.74,0,0,0.49,506.73,3476.1,26117758,99.85,0,0,0.2,506.19,3476.64,26117759,99.88,0,0,0.15,506.18,3476.64,26117760,99.65,0,0,0.27,506.42,3476.42,26117761,99.79,0,0,0.16,506.41,3476.43,26117762,99.61,0,0,0.41,506.77,3476.07,26117763,99.9,0,0,0.29,506.38,3476.45,26117764,99.8,0,0,0.16,505.16,3477.71,26117765,99.67,0,0,0.29,503.63,3479.34,26117766,99.88,0,0,0.14,503.6,3479.36,26117767,99.75,0,0,0.42,503.9,3479.06,26117768,99.87,0,0,0.3,503.31,3479.64,26117769,99.82,0,0,0.29,503.3,3479.63,26117770,99.65,0,0,0.3,499.42,3483.67,26117771,99.78,0,0,0.15,499.44,3483.66,26117772,99.62,0,0,0.15,499.45,3483.64,26117773,99.51,0,0,0.63,501.12,3481.97,26117774,99.83,0,0,0.14,500.4,3482.68,26117775,99.44,0,0,0.28,499.93,3483.18,26117776,99.89,0,0,0.16,499.91,3483.2,26117777,99.79,0,0,0.18,499.89,3483.22,26117778,99.62,0,0,0.55,500.82,3482.28,26117779,99.84,0,0,0.17,500.58,3482.52,26117780,97.85,0,0,0.3,500.63,3482.49,26117781,99.8,0,0,0.14,500.56,3482.55,26117782,99.87,0,0,0.16,500.55,3482.56,26117783,99.73,0,0,0.54,500.9,3482.2,26117784,99.91,0,0,0.14,500.51,3482.58,26117785,99.68,0,0,0.31,499.19,3483.92,26117786,99.92,0,0,0.17,499.22,3483.89,26117787,99.89,0,0,0.14,499.19,3483.91,26117788,99.73,0,0,0.59,500.1,3483,26117789,99.88,0,0,0.14,500.14,3482.95,26117790,99.79,0,0,0.26,500.64,3482.47,26117791,99.83,0,0,0.16,500.64,3482.46,26117792,99.8,0,0,0.14,500.62,3482.49,26117793,99.66,0,0,0.5,501.09,3482.01,26117794,99.86,0,0,0.21,500.58,3482.51,26117795,99.73,0,0,0.29,500.34,3482.77,26117796,99.85,0,0,0.15,500.33,3482.78,26117797,99.84,0,0,0.16,500.31,3482.81,26117798,99.78,0,0,0.49,500.72,3482.39,26117799,99.64,0,0,0.33,500.54,3482.56,26117800,99.76,0,0,0.31,500.54,3482.58,26117801,99.87,0,0,0.14,500.55,3482.56,26117802,99.86,0,0,0.14,500.69,3482.42,26117803,99.66,0,0,0.42,501.02,3482.08,26117804,99.81,0,0,0.29,500.66,3482.46,26117805,99.7,0,0,0.28,500.67,3482.47,26117806,99.87,0,0,0.16,500.65,3482.49,26117807,99.92,0,0,0.15,500.64,3482.49,26117808,99.75,0,0,0.5,500.98,3482.15,26117809,99.89,0,0,0.21,500.6,3482.52,26117810,99.8,0,0,0.27,501.11,3482.02,26117811,99.83,0,0,0.17,501.11,3482.03,26117812,99.8,0,0,0.14,501.08,3482.05,26117813,99.9,0,0,0.15,501.07,3482.06,26117814,99.72,0,0,0.54,501.09,3482.04,26117815,99.75,0,0,0.28,500.36,3482.78,26117816,99.87,0,0,0.14,500.31,3482.82,26117817,99.88,0,0,0.16,500.3,3482.83,26117818,99.9,0,0,0.14,500.3,3482.83,26117819,99.69,0,0,0.57,500.43,3482.69,26117820,99.52,0,0,0.31,500.79,3482.34,26117821,99.83,0,0,0.17,500.87,3482.26,26117822,99.88,0,0,0.14,500.93,3482.2,26117823,99.89,0,0,0.17,500.92,3482.21,26117824,99.68,0,0,0.56,501.44,3481.68,26117825,99.74,0,0,0.28,499.72,3483.42,26117826,99.85,0,0,0.16,499.66,3483.47,26117827,99.88,0,0,0.15,499.65,3483.48,26117828,99.8,0,0,0.16,499.62,3483.5,26117829,99.49,0,0,0.72,501.07,3482.02,26117830,99.79,0,0,0.32,500.59,3482.52,26117831,99.9,0,0,0.18,500.57,3482.54,26117832,99.92,0,0,0.18,500.56,3482.54,26117833,99.9,0,0,0.18,500.53,3482.57,26117834,99.75,0,0,0.47,501.07,3482.02,26117835,99.78,0,0,0.43,500.27,3482.84,26117836,99.9,0,0,0.18,500.38,3482.72,26117837,99.89,0,0,0.22,500.2,3482.9,26117838,99.89,0,0,0.18,500.19,3482.91,26117839,99.73,0,0,0.43,500.73,3482.37,26117840,99.77,0,0,0.43,500.91,3482.2,26117841,99.9,0,0,0.18,500.9,3482.2,26117842,99.9,0,0,0.18,500.88,3482.22,26117843,99.9,0,0,0.18,500.86,3482.23,26117844,99.77,0,0,0.43,501.27,3481.82,26117845,99.76,0,0,0.41,500.86,3482.25,26117846,99.83,0,0,0.15,500.83,3482.28,26117847,99.85,0,0,0.14,500.8,3482.3,26117848,99.88,0,0,0.19,500.8,3482.29,26117849,99.73,0,0,0.4,501,3482.09,26117850,99.69,0,0,0.4,499.79,3483.32,26117851,99.87,0,0,0.16,499.79,3483.31,26117852,99.9,0,0,0.14,499.89,3483.21,26117853,99.88,0,0.01,0.17,499.92,3483.18,26117854,99.9,0,0,0.15,499.9,3483.19,26117855,99.63,0,0,0.7,500.16,3482.94,26117856,99.89,0,0,0.17,499.63,3483.46,26117857,99.9,0,0,0.14,499.61,3483.48,26117858,99.88,0,0,0.18,499.59,3483.5,26117859,99.7,0,0,0.4,501.1,3481.97,26117860,99.38,0,0.01,0.75,500.27,3482.8,26117861,99.82,0,0,0.15,499.78,3483.29,26117862,99.86,0,0,0.21,499.78,3483.29,26117863,99.86,0,0,0.2,499.86,3483.21,26117864,99.81,0,0,0.2,499.93,3483.13,26117865,99.49,0,0,0.77,501.19,3481.88,26117866,99.81,0,0,0.4,500.66,3482.41,26117867,99.82,0,0,0.17,500.63,3482.43,26117868,99.89,0,0,0.16,500.63,3482.43,26117869,99.85,0,0.01,0.19,500.6,3482.46,26117870,99.61,0,0,0.74,501.52,3481.55,26117871,99.89,0,0,0.13,501.08,3482.02,26117872,99.9,0,0,0.18,501.05,3482.05,26117873,99.9,0,0,0.18,501.04,3482.06,26117874,99.89,0,0,0.15,501.02,3482.08,26117875,95.88,0.04,0.01,78.51,511.93,3472.65,26117876,99.84,0,0,64.66,503.38,3479.81,26117877,99.85,0,0,0.17,503.37,3479.82,26117878,99.86,0,0,0.14,503.34,3479.84,26117879,99.9,0,0,0.14,503.33,3479.85,26117880,99.54,0,0,0.66,503.39,3479.81,26117881,99.85,0,0,0.21,501.16,3482.08,26117882,99.85,0,0,0.15,501.13,3482.11,26117883,99.82,0,0,0.15,501.24,3482,26117884,99.78,0,0,0.14,501.28,3481.95,26117885,99.57,0,0.01,0.47,500.51,3482.74,26117886,99.8,0,0,0.37,501.25,3482.01,26117887,99.87,0,0,0.18,501.23,3482.03,26117888,99.83,0,0,0.15,501.21,3482.04,26117889,99.64,0,0,0.31,501.23,3482,26117890,99.58,0,0,0.59,501.53,3481.72,26117891,99.87,0,0,0.3,500.91,3482.34,26117892,99.86,0,0,0.14,500.9,3482.34,26117893,99.84,0,0,0.16,500.32,3482.92,26117894,99.86,0,0,0.18,499.97,3483.27,26117895,98.12,0,0,0.28,500.53,3482.72,26117896,99.71,0,0,0.57,499.31,3483.93,26117897,99.88,0,0,0.2,498.54,3484.7,26117898,99.89,0,0,0.14,498.52,3484.71,26117899,99.85,0,0,0.15,498.5,3484.73,26117900,99.75,0,0,0.29,498.99,3484.27,26117901,99.66,0,0,0.56,500.64,3482.61,26117902,99.89,0,0,0.15,500.45,3482.79,26117903,99.88,0,0,0.18,500.44,3482.8,26117904,99.87,0,0,0.16,500.43,3482.8,26117905,99.67,0,0,0.3,499.7,3483.55,26117906,99.64,0,0,0.57,500.3,3482.94,26117907,99.84,0,0,0.14,500.16,3483.08,26117908,99.78,0,0,0.17,499.78,3483.46,26117909,99.84,0,0,0.15,499.63,3483.61,26117910,99.64,0,0,0.29,500.24,3483,26117911,99.57,0,0,0.49,500.77,3482.47,26117912,99.84,0,0,0.21,500.53,3482.71,26117913,99.87,0,0,0.15,500.5,3482.73,26117914,99.86,0,0,0.14,500.49,3482.74,26117915,99.73,0,0,0.29,500.51,3482.74,26117916,99.72,0,0,0.57,501.14,3482.1,26117917,99.89,0,0,0.15,500.22,3483.02,26117918,99.87,0,0,0.14,500.21,3483.02,26117919,99.6,0,0,0.29,500.46,3482.75,26117920,99.79,0,0,0.27,500.26,3482.97,26117921,99.69,0,0,0.52,500.89,3482.34,26117922,99.89,0,0,0.21,500.41,3482.81,26117923,99.84,0,0,0.16,500.4,3482.82,26117924,99.88,0,0,0.15,500.37,3482.84,26117925,99.66,0,0,0.27,499.43,3483.79,26117926,99.75,0,0,0.33,500.03,3483.19,26117927,99.79,0,0,0.4,500.32,3482.9,26117928,99.9,0,0,0.14,500.31,3482.9,26117929,99.84,0,0,0.14,500.3,3482.92,26117930,99.74,0,0,0.28,500.54,3482.69,26117931,99.86,0,0,0.14,500.54,3482.69,26117932,99.74,0,0,0.6,500.01,3483.2,26117933,99.81,0,0,0.16,499.51,3483.7,26117934,99.88,0,0,0.14,499.5,3483.7,26117935,99.73,0,0,0.31,499.74,3483.49,26117936,99.89,0,0,0.14,499.73,3483.49,26117937,99.74,0,0,0.59,500.94,3482.28,26117938,99.86,0,0,0.15,500.69,3482.53,26117939,99.85,0,0,0.16,500.67,3482.54,26117940,99.55,0,0,0.28,499.45,3483.77,26117941,99.88,0,0,0.2,499.42,3483.8,26117942,99.73,0,0,0.56,499.77,3483.45,26117943,99.85,0,0,0.17,499.47,3483.74,26117944,99.84,0,0,0.16,499.57,3483.64,26117945,99.79,0,0,0.28,500.55,3482.67,26117946,99.86,0,0,0.2,500.54,3482.68,26117947,99.73,0,0,0.54,500.88,3482.33,26117948,99.83,0,0,0.15,500.49,3482.72,26117949,99.59,0,0,0.29,499.77,3483.41,26117950,99.72,0,0,0.3,500.7,3482.5,26117951,99.9,0,0,0.14,500.7,3482.5,26117952,99.64,0,0,0.59,501.22,3481.97,26117953,99.86,0,0,0.15,500.42,3482.77,26117954,99.75,0,0,0.16,500.41,3482.77,26117955,96.71,0,0,0.27,500.74,3482.46,26117956,98.58,0,0,0.14,500.64,3482.56,26117957,99.76,0,0,0.62,501.12,3482.07,26117958,99.87,0,0,0.15,500.52,3482.67,26117959,99.89,0,0,0.14,500.5,3482.68,26117960,99.7,0,0,0.27,500.5,3482.7,26117961,99.87,0,0,0.14,500.48,3482.71,26117962,99.77,0,0,0.31,500.84,3482.35,26117963,99.81,0,0,0.48,500.7,3482.48,26117964,99.88,0,0,0.18,500.67,3482.51,26117965,98.53,0,0,15.58,501.49,3482.42,26117966,99.88,0,0,0.15,499.94,3483.51,26117967,99.76,0,0,0.33,500.3,3483.14,26117968,99.85,0,0,0.45,500.32,3483.12,26117969,99.9,0,0,0.17,500.14,3483.3,26117970,99.72,0,0,0.34,499.43,3484.02,26117971,99.9,0,0,0.12,499.4,3484.05,26117972,99.83,0,0,0.16,499.38,3484.07,26117973,99.75,0,0,0.56,501.06,3482.38,26117974,99.85,0,0,0.14,500.78,3482.66,26117975,99.73,0,0,0.29,500.82,3482.63,26117976,99.88,0,0,0.15,500.77,3482.68,26117977,99.88,0,0,0.14,500.75,3482.7,26117978,99.7,0,0,0.55,501.08,3482.36,26117979,87.16,0,0,180.55,524.78,3453.78,26117980,93.89,0,0,52.4,515.02,3488.61,26117981,99.85,0,0,0.26,503.16,3513.36,26117982,99.82,0,0,0.18,503.15,3513.36,26117983,99.65,0,0,0.56,503.33,3513.19,26117984,99.83,0,0,0.14,502.88,3513.64,26117985,99.72,0,0,0.4,500.67,3515.93,26117986,99.86,0,0,0.16,500.19,3516.41,26117987,99.79,0,0,0.14,500.19,3516.41,26117988,99.66,0,0,0.49,500.87,3515.72,26117989,99.84,0,0,0.2,500.15,3516.44,26117990,99.77,0,0,0.29,499.94,3516.67,26117991,99.88,0,0,0.14,500.08,3516.52,26117992,99.89,0,0,0.16,500.07,3516.53,26117993,99.68,0,0,0.59,500.76,3515.83,26117994,99.77,0,0,0.18,500.77,3515.82,26117995,99.81,0,0,0.34,500.05,3516.55,26117996,99.86,0,0,0.14,500.02,3516.57,26117997,99.87,0,0,0.16,500,3516.59,26117998,99.74,0,0,0.52,500.43,3516.16,26117999,99.76,0,0,0.24,500.47,3516.12,26118000,99.62,0,0,0.32,500.23,3516.37,26118001,99.82,0,0,0.18,500.22,3516.38,26118002,99.81,0,0,0.17,500.21,3516.38,26118003,99.72,0,0,0.59,500.57,3516.02,26118004,99.88,0,0,0.14,500.42,3516.16,26118005,99.75,0,0,0.31,499.94,3516.66,26118006,99.89,0,0,0.16,499.91,3516.68,26118007,99.87,0,0,0.14,499.91,3516.68,26118008,99.87,0,0,0.15,500.04,3516.55,26118009,99.28,0,0,0.68,500.97,3515.62,26118010,99.74,0,0,0.3,500.8,3515.8,26118011,99.9,0,0,0.16,500.58,3516.04,26118012,99.84,0,0,0.14,500.56,3516.05,26118013,99.72,0,0,0.15,500.56,3516.05,26118014,99.65,0,0,0.54,501.44,3515.17,26118015,99.65,0,0,0.29,500.55,3516.07,26118016,99.84,0,0,0.14,500.51,3516.11,26118017,99.85,0,0,0.2,500.27,3516.35,26118018,99.85,0,0,0.14,500.22,3516.39,26118019,99.68,0,0,0.55,500.67,3515.94,26118020,99.66,0,0,0.28,500.44,3516.18,26118021,99.8,0,0,0.14,500.44,3516.18,26118022,99.84,0,0,0.17,500.58,3516.03,26118023,99.85,0,0,0.14,500.57,3516.04,26118024,99.7,0,0,0.58,501.02,3515.59,26118025,99.78,0,0,0.32,500.82,3515.8,26118026,99.87,0,0,0.18,500.8,3515.82,26118027,99.84,0,0,0.15,500.78,3515.84,26118028,99.82,0,0,0.18,500.62,3515.99,26118029,99.68,0,0,0.51,500.98,3515.63,26118030,99.69,0,0,0.38,500.52,3516.11,26118031,99.85,0,0,0.17,500.51,3516.11,26118032,99.85,0,0,0.16,500.48,3516.14,26118033,99.81,0,0,0.16,500.47,3516.14,26118034,99.66,0,0,0.56,500.87,3515.74,26118035,99.61,0,0,0.28,500.21,3516.41,26118036,99.87,0,0,0.16,500.2,3516.42,26118037,99.81,0,0,0.14,500.28,3516.34,26118038,99.8,0,0,0.16,500.35,3516.27,26118039,99.48,0,0,0.61,501.48,3515.11,26118040,99.58,0,0,0.41,500.12,3516.49,26118041,99.82,0,0,0.16,500.08,3516.52,26118042,99.85,0,0,0.14,500.06,3516.54,26118043,99.83,0,0,0.14,500.04,3516.55,26118044,99.75,0,0,0.17,500.04,3516.55,26118045,99.25,0,0,0.77,500.86,3515.74,26118046,99.89,0,0,0.16,500.51,3516.09,26118047,99.87,0,0,0.14,500.51,3516.09,26118048,99.89,0,0,0.16,499.75,3516.85,26118049,99.9,0,0,0.14,499.73,3516.86,26118050,99.53,0,0,0.69,500.34,3516.27,26118051,99.88,0,0,0.17,499.97,3516.64,26118052,99.81,0,0,0.16,499.95,3516.65,26118053,99.84,0,0,0.14,500.03,3516.57,26118054,99.88,0,0,0.15,500.11,3516.49,26118055,99.66,0,0,0.7,500.47,3516.14,26118056,99.81,0,0,0.14,499.84,3516.77,26118057,99.84,0,0,0.15,499.82,3516.78,26118058,99.86,0,0,0.14,499.8,3516.8,26118059,99.83,0,0,0.14,499.8,3516.8,26118060,99.48,0,0,0.67,500.2,3516.4,26118061,99.82,0,0,0.15,499.52,3517.07,26118062,99.75,0,0,0.17,499.52,3517.07,26118063,99.78,0,0,0.14,499.49,3517.1,26118064,99.81,0,0,0.16,499.48,3517.11,26118065,99.54,0,0,0.71,500.32,3516.28,26118066,99.88,0,0,0.19,499.95,3516.64,26118067,99.82,0,0,0.15,499.94,3516.64,26118068,99.78,0,0,0.16,499.95,3516.63,26118069,99.69,0,0,0.34,500.33,3516.23,26118070,99.41,0,0,0.64,500.68,3515.89,26118071,99.79,0,0,0.34,500.3,3516.27,26118072,99.82,0,0,0.14,500.28,3516.28,26118073,99.85,0,0,0.15,500.26,3516.3,26118074,99.76,0,0,0.15,500.24,3516.33,26118075,99.48,0,0,0.57,500.58,3516.01,26118076,99.83,0,0,0.34,499.5,3517.08,26118077,99.83,0,0,0.23,499.47,3517.11,26118078,99.76,0,0,0.15,499.46,3517.11,26118079,99.83,0,0,0.14,499.44,3517.12,26118080,99.58,0,0,0.54,500.84,3515.74,26118081,99.82,0,0,0.39,499.92,3516.65,26118082,99.77,0,0,0.16,499.89,3516.68,26118083,99.7,0,0,0.17,500.02,3516.54,26118084,99.73,0,0,0.18,500.01,3516.55,26118085,99.59,0,0,0.31,498.09,3518.49,26118086,99.61,0,0,0.61,499.95,3516.62,26118087,99.84,0,0,0.13,499.71,3516.86,26118088,99.73,0,0,0.19,499.55,3517.01,26118089,99.82,0,0,0.15,499.44,3517.12,26118090,99.73,0,0,0.32,499.43,3517.14,26118091,99.59,0,0,0.55,500.23,3516.34,26118092,99.76,0,0,0.15,499.9,3516.67,26118093,99.72,0,0,0.15,499.88,3516.68,26118094,99.74,0,0,0.16,499.99,3516.56,26118095,99.6,0,0,0.33,500.29,3516.29,26118096,99.57,0,0,0.55,500.68,3515.89,26118097,99.8,0,0,0.16,500.02,3516.55,26118098,99.71,0,0,0.14,500,3516.56,26118099,99.48,0,0,0.29,499.98,3516.56,26118100,99.72,0,0,0.31,500.22,3516.33,26118101,99.68,0,0,0.57,500.77,3515.78,26118102,99.83,0,0,0.14,500.23,3516.32,26118103,99.81,0,0,0.16,500.21,3516.33,26118104,99.83,0,0,0.14,500.21,3516.33,26118105,99.7,0,0,0.3,500.2,3516.35,26118106,99.68,0,0,0.5,500.55,3516,26118107,99.8,0,0,0.2,500.19,3516.36,26118108,99.78,0,0,0.14,500.17,3516.39,26118109,99.75,0,0,0.14,500.15,3516.41,26118110,99.62,0,0,0.29,500.3,3516.28,26118111,99.56,0,0,0.55,500.71,3515.86,26118112,99.78,0,0,0.15,500.34,3516.22,26118113,99.82,0,0,0.14,500.32,3516.24,26118114,99.83,0,0,0.16,500.3,3516.26,26118115,99.68,0,0,0.29,500.32,3516.27,26118116,99.68,0,0,0.4,501.02,3515.56,26118117,99.78,0,0,0.3,500.53,3516.05,26118118,99.83,0,0,0.14,500.52,3516.05,26118119,99.76,0,0,0.14,500.51,3516.06,26118120,99.53,0,0,0.3,500.55,3516.04,26118121,99.62,0,0,0.33,500.86,3515.72,26118122,99.79,0,0,0.4,500.48,3516.1,26118123,99.82,0,0,0.14,500.46,3516.11,26118124,99.79,0,0,0.14,500.46,3516.11,26118125,99.68,0,0,0.31,500.22,3516.37,26118126,99.66,0,0,0.35,500.56,3516.02,26118127,99.8,0,0,0.4,500.19,3516.39,26118128,99.81,0,0,0.14,500.28,3516.29,26118129,99.64,0,0,0.32,500.57,3515.98,26118130,99.73,0,0,0.34,500.35,3516.21,26118131,99.76,0,0,0.14,500.32,3516.24,26118132,99.65,0,0,0.59,500.87,3515.69,26118133,99.71,0,0,0.14,500.53,3516.03,26118134,99.79,0,0,0.14,500.51,3516.04,26118135,99.71,0,0,0.34,500.29,3516.28,26118136,99.81,0,0,0.16,500.25,3516.31,26118137,99.65,0,0,0.6,500.89,3515.66,26118138,99.83,0,0,0.14,500.23,3516.31,26118139,99.81,0,0,0.14,500.2,3516.34,26118140,99.73,0,0,0.33,500.22,3516.34,26118141,99.82,0,0,0.16,500.21,3516.34,26118142,99.65,0,0,0.55,500.45,3516.09,26118143,99.8,0,0,0.19,499.91,3516.62,26118144,99.79,0,0,0.15,499.91,3516.62,26118145,99.69,0,0,0.32,500.02,3516.53,26118146,99.78,0,0,0.14,500.08,3516.46,26118147,99.57,0,0,0.6,500.33,3516.21,26118148,99.75,0,0,0.23,499.61,3516.92,26118149,99.81,0,0,0.18,499.48,3517.05,26118150,99.61,0,0,0.28,500.69,3515.86,26118151,99.79,0,0,0.18,500.69,3515.85,26118152,99.63,0,0,0.57,500.95,3515.59,26118153,99.75,0,0,0.18,500.42,3516.12,26118154,99.71,0,0,0.16,500.4,3516.13,26118155,99.63,0,0,0.34,499.43,3517.11,26118156,99.79,0,0,0.16,499.51,3517.03,26118157,99.63,0,0,0.58,500.53,3516.01,26118158,99.81,0,0,0.16,500.54,3515.99,26118159,99.66,0,0,0.36,500.56,3515.95,26118160,99.67,0,0,0.34,500.55,3515.98,26118161,99.76,0,0,0.15,500.52,3516,26118162,99.62,0,0,0.32,500.94,3515.58,26118163,99.78,0,0,0.42,499.76,3516.75,26118164,99.71,0,0,0.16,499.72,3516.81,26118165,99.66,0,0,0.34,499.57,3517,26118166,99.82,0,0,0.18,499.48,3517.09,26118167,99.76,0,0,0.15,499.46,3517.11,26118168,99.57,0,0,0.59,500.63,3515.93,26118169,99.75,0,0,0.16,500.4,3516.15,26118170,99.54,0,0,0.33,500.65,3515.91,26118171,99.75,0,0,0.14,500.64,3515.93,26118172,99.76,0,0,0.16,500.62,3515.94,26118173,99.61,0,0,0.59,501.09,3515.47,26118174,99.66,0,0,0.14,500.78,3515.77,26118175,99.62,0,0,0.29,499.83,3516.73,26118176,99.72,0,0,0.15,499.78,3516.78,26118177,99.73,0,0,0.16,499.76,3516.8,26118178,99.59,0.03,0.83,0.66,500.75,3515.8,26118179,99.78,0,0.01,0.18,500.64,3515.89,26118180,99.45,0,0,0.3,500.41,3516.15,26118181,99.64,0,0,0.16,500.4,3516.15,26118182,99.66,0,0,0.17,500.38,3516.19,26118183,99.54,0,0,0.59,500.8,3515.76,26118184,99.73,0,0,0.14,500.11,3516.45,26118185,99.62,0,0,0.33,501.22,3515.36,26118186,99.72,0,0,0.16,501.3,3515.27,26118187,99.7,0,0,0.14,501.29,3515.27,26118188,99.64,0,0,0.5,501.55,3515.01,26118189,99.49,0,0,0.46,501.25,3515.29,26118190,99.6,0,0,0.3,501.26,3515.3,26118191,99.7,0,0,0.14,501.23,3515.32,26118192,99.75,0,0,0.16,501.22,3515.33,26118193,99.64,0,0,0.4,501.57,3514.97,26118194,99.73,0,0,0.29,500.94,3515.6,26118195,99.59,0,0,0.32,501.42,3515.14,26118196,99.78,0,0,0.14,501.41,3515.14,26118197,99.78,0,0,0.19,501.4,3515.14,26118198,99.67,0,0,0.54,501.71,3514.83,26118199,99.79,0,0,0.15,501.12,3515.42,26118200,99.66,0,0,0.29,501.14,3515.42,26118201,99.72,0,0,0.14,501.22,3515.34,26118202,99.73,0,0,0.16,501,3515.55,26118203,99.72,0,0,0.14,500.54,3516,26118204,99.52,0,0,0.56,500.68,3515.86,26118205,99.56,0,0,0.3,499.33,3517.23,26118206,99.71,0,0,0.16,499.29,3517.27,26118207,99.76,0,0,0.14,499.26,3517.29,26118208,99.71,0,0,0.18,499.25,3517.29,26118209,99.6,0,0,0.54,500.85,3515.69,26118210,99.63,0,0,0.28,500.71,3515.85,26118211,99.68,0,0,0.17,500.7,3515.85,26118212,99.67,0,0,0.14,500.67,3515.88,26118213,99.74,0,0,0.15,500.66,3515.88,26118214,99.6,0,0,0.54,500.34,3516.19,26118215,99.6,0,0,0.32,500.37,3516.17,26118216,99.76,0,0,0.14,500.36,3516.18,26118217,99.81,0,0,0.16,500.47,3516.07,26118218,99.75,0.02,0.83,0.14,500.52,3516.01,26118219,99.26,0.02,0.84,0.77,500.78,3515.72,26118220,99.64,0.01,0.2,0.31,500.43,3516.08,26118221,99.75,0,0.05,0.22,500.4,3516.1,26118222,99.78,0,0,0.14,500.38,3516.11,26118223,99.69,0,0,0.15,500.35,3516.13,26118224,99.56,0,0,0.4,500.81,3515.67,26118225,99.49,0,0,0.46,499.63,3516.87,26118226,99.75,0,0,0.14,499.69,3516.81,26118227,99.73,0,0,0.16,499.76,3516.73,26118228,99.71,0,0,0.16,499.74,3516.75,26118229,99.63,0,0,0.54,500.75,3515.73,26118230,99.58,0,0,0.3,500.73,3515.77,26118231,99.71,0,0,0.14,500.69,3515.8,26118232,99.78,0,0,0.15,500.69,3515.8,26118233,99.78,0,0,0.14,500.66,3515.83,26118234,99.49,0,0,0.55,500.96,3515.52,26118235,99.6,0,0,0.35,500.47,3516.02,26118236,99.67,0,0,0.18,500.39,3516.1,26118237,99.75,0,0,0.18,500.38,3516.11,26118238,99.77,0,0,0.16,500.37,3516.11,26118239,99.77,0,0,0.14,500.35,3516.14,26118240,90.98,0.3,0.01,261.08,517.96,3488.38,26118241,99.6,0,0,0.25,503.09,3513.12,26118242,99.77,0,0,0.15,503.09,3513.12,26118243,99.78,0,0,0.16,503.05,3513.15,26118244,99.77,0.02,0.83,0.19,503.13,3513.06,26118245,99.44,0,0.02,0.73,501.64,3514.62,26118246,99.73,0.05,2,0.29,500.45,3515.82,26118247,99.78,0,0.01,0.18,500.4,3515.87,26118248,99.75,0,0.01,0.19,500.44,3515.82,26118249,99.6,0,0,0.3,501.01,3515.23,26118250,99.54,0,0,0.75,501.35,3514.9,26118251,99.73,0,0,0.13,500.76,3515.48,26118252,99.66,0,0,0.16,500.74,3515.5,26118253,99.44,0,0,0.14,500.72,3515.52,26118254,99.71,0,0,0.14,500.72,3515.53,26118255,99.48,0.01,0.49,0.78,501.16,3515.1,26118256,99.78,0,0.02,0.23,500.75,3515.5,26118257,99.73,0,0,0.18,500.76,3515.49,26118258,99.8,0,0,0.15,500.75,3515.5,26118259,99.86,0.01,0.01,0.15,500.72,3515.52,26118260,99.44,0,0,0.77,501.26,3515,26118261,99.83,0,0,0.14,500.88,3515.37,26118262,99.85,0,0,0.14,500.87,3515.38,26118263,99.85,0,0,0.14,500.85,3515.39,26118264,99.79,0,0,0.15,500.83,3515.41,26118265,96.8,0,0,0.55,501.1,3515.15,26118266,99.81,0,0,0.3,500.79,3515.46,26118267,99.82,0,0,0.14,500.78,3515.46,26118268,99.81,0.01,0.2,0.25,500.54,3515.7,26118269,99.79,0,0,0.16,500.37,3515.87,26118270,99.43,0,0,0.56,500.43,3515.83,26118271,99.82,0,0,0.36,501.03,3515.22,26118272,99.71,0,0,0.18,501.01,3515.24,26118273,99.82,0,0.01,0.2,500.96,3515.28,26118274,99.78,0,0,0.15,500.95,3515.29,26118275,99.58,0,0.01,0.32,499.99,3516.26,26118276,99.48,0,0,0.57,500.96,3515.28,26118277,99.8,0,0,0.14,500.65,3515.59,26118278,99.84,0,0,0.15,500.65,3515.59,26118279,99.64,0,0,0.36,500.62,3515.59,26118280,99.71,0,0,0.29,500.87,3515.36,26118281,99.64,0,0,0.54,501,3515.22,26118282,99.79,0,0,0.16,500.62,3515.6,26118283,99.67,0,0,0.14,500.71,3515.5,26118284,99.73,0,0,0.15,500.76,3515.44,26118285,99.51,0.02,0.2,0.37,499.78,3516.44,26118286,99.7,0.01,0.18,0.66,501.16,3515.04,26118287,99.76,0,0.01,0.14,500.75,3515.45,26118288,99.8,0,0,0.15,500.73,3515.47,26118289,99.78,0,0,0.15,500.72,3515.47,26118290,99.67,0,0,0.3,500.96,3515.25,26118291,99.59,0.04,0.18,0.63,501.53,3514.66,26118292,99.47,0.28,1.24,1.04,502.44,3513.64,26118293,98.99,2.21,74.06,0.77,502.5,3513.57,26118294,99.18,1.25,38.13,0.94,502.47,3513.59,26118295,98.95,1.16,39.47,0.56,503.25,3512.83,26118296,99.68,0.04,0.06,0.67,504.29,3511.78,26118297,99.78,0,0,0.15,504.46,3511.61,26118298,99.84,0.02,0.04,0.2,504.39,3511.67,26118299,99.77,0.03,0.03,0.21,504.33,3511.73,26118300,99.47,0,0.01,0.32,504.21,3511.86,26118301,99.55,0.03,0.11,0.69,503.95,3512.13,26118302,99.83,0,0,0.18,502.65,3513.44,26118303,99.72,0.07,0.13,0.33,502.72,3513.34,26118304,99.76,0.04,0.05,0.33,502.74,3513.3,26118305,99.41,12.18,11.62,11.72,503.89,3508.21,26118306,99.66,0.24,0.82,1.08,504.3,3500.06,26118307,79.09,0.04,1.37,3.76,658.2,3345.96,26118308,99.81,0.06,2.51,0.85,968.74,3034.95,26118309,99.38,0.03,1.17,0.49,755.03,3248.62,26118310,99.62,0,0.03,0.43,552.6,3451.06,26118311,99.55,0,0.01,0.44,552.94,3450.72,26118312,99.72,0,0,0.29,552.8,3450.85,26118313,99.62,0,0,0.14,552.84,3450.81,26118314,99.76,0,0,0.15,552.7,3450.94,26118315,99.65,0,0,0.32,552.94,3450.72,26118316,99.58,0,0,0.36,553.31,3450.34,26118317,99.81,0,0,0.39,553.17,3450.48,26118318,99.81,0,0,0.14,553.15,3450.5,26118319,99.72,0,0,0.14,553.13,3450.51,26118320,99.58,0,0,0.31,553.39,3450.27,26118321,99.77,0,0,0.14,553.37,3450.28,26118322,99.45,0,0,0.57,553.29,3450.37,26118323,99.8,0,0,0.15,552.61,3451.04,26118324,99.78,0,0,0.14,552.58,3451.07,26118325,99.63,0,0,0.32,552.9,3450.76,26118326,99.85,0,0,0.16,552.82,3450.84,26118327,99.59,0,0,0.55,553.15,3450.5,26118328,99.78,0,0,0.2,552.79,3450.86,26118329,99.77,0,0,0.14,552.7,3450.94,26118330,99.63,0,0,0.3,552.7,3450.96,26118331,99.85,0,0,0.17,552.69,3450.98,26118332,99.67,0,0,0.53,553.39,3450.28,26118333,99.81,0,0,0.16,553.15,3450.52,26118334,99.8,0,0,0.14,553.14,3450.53,26118335,99.62,0,0,0.32,553.39,3450.29,26118336,99.85,0,0,0.18,553.1,3450.57,26118337,99.65,0,0,0.54,553.35,3450.32,26118338,99.83,0,0,0.15,552.84,3450.82,26118339,99.67,0,0,0.32,552.82,3450.83,26118340,99.64,0,0,0.32,552.83,3450.83,26118341,99.81,0,0,0.17,552.8,3450.86,26118342,99.7,0,0,0.53,553.32,3450.33,26118343,99.82,0,0,0.15,553.31,3450.34,26118344,99.81,0,0,0.17,553.43,3450.23,26118345,99.67,0,0,0.32,553.68,3450,26118346,99.81,0,0,0.14,553.66,3450.01,26118347,99.62,0,0,0.57,553.92,3449.75,26118348,99.82,0,0,0.14,553.39,3450.28,26118349,99.8,0,0,0.14,553.37,3450.29,26118350,99.59,0,0,0.3,552.65,3451.03,26118351,99.75,0,0,0.14,552.62,3451.06,26118352,99.68,0,0,0.41,552.98,3450.68,26118353,99.88,0,0,0.35,552.82,3450.84,26118354,99.88,0,0,0.16,552.79,3450.87,26118355,99.6,0,0,0.34,553.29,3450.39,26118356,99.84,0,0,0.14,553.29,3450.38,26118357,99.75,0,0,0.31,553.07,3450.6,26118358,99.84,0,0,0.39,551.89,3451.77,26118359,99.84,0,0,0.14,551.96,3451.7,26118360,99.59,0,0,0.3,552,3451.68,26118361,99.71,0,0,0.16,551.94,3451.73,26118362,99.8,0,0,0.14,551.94,3451.73,26118363,99.7,0,0,0.58,552.89,3450.77,26118364,99.76,0,0,0.16,552.63,3451.03,26118365,99.54,0,0,0.32,551.92,3451.76,26118366,99.83,0,0,0.14,551.88,3451.8,26118367,99.81,0,0,0.18,551.85,3451.82,26118368,99.65,0,0,0.55,553.24,3450.43,26118369,99.61,0,0,0.3,553.07,3450.57,26118370,99.48,0,0,0.3,552.59,3451.07,26118371,99.82,0,0,0.16,552.35,3451.31,26118372,99.84,0,0.01,0.17,552.04,3451.61,26118373,99.64,0,0,0.54,553.01,3450.63,26118374,99.76,0,0,0.15,552.43,3451.21,26118375,99.56,0,0.01,0.34,552.44,3451.22,26118376,99.85,0,0,0.16,552.41,3451.25,26118377,99.75,0,0,0.2,552.41,3451.26,26118378,99.62,0,0,0.54,552.74,3450.93,26118379,98.05,0,0,0.2,552.12,3451.54,26118380,99.63,0,0,0.34,552.6,3451.07,26118381,99.77,0,0,0.15,552.58,3451.08,26118382,99.78,0.01,0.09,0.17,552.6,3451.06,26118383,99.51,0,0,0.64,552.78,3450.87,26118384,99.73,0,0,0.15,551.88,3451.75,26118385,99.62,0.03,0.96,0.39,552.13,3451.51,26118386,98.26,0,0,0.17,552.13,3451.51,26118387,99.81,0,0,0.14,552.1,3451.53,26118388,99.63,0,0,0.5,552.77,3450.86,26118389,99.88,0,0,0.19,553.05,3450.57,26118390,99.62,0,0,0.38,552.43,3451.21,26118391,99.83,0,0,0.18,552.26,3451.37,26118392,99.83,0,0,0.18,552.03,3451.6,26118393,99.69,0,0,0.43,552.64,3450.98,26118394,99.84,0,0,0.28,552.26,3451.36,26118395,99.67,0,0,0.32,552.74,3450.9,26118396,99.79,0,0,0.13,552.73,3450.9,26118397,99.89,0,0,0.16,552.88,3450.75,26118398,99.87,0,0,0.14,552.88,3450.74,26118399,99.42,0,0,0.68,553.49,3450.1,26118400,99.69,0,0,0.3,552.87,3450.75,26118401,99.78,0,0,0.15,552.85,3450.76,26118402,99.82,0,0,0.18,552.84,3450.77,26118403,99.83,0,0,0.16,552.81,3450.79,26118404,99.7,0,0,0.6,553.41,3450.2,26118405,99.69,0,0,0.33,553.53,3450.1,26118406,99.81,0,0,0.16,553.53,3450.1,26118407,99.8,0,0,0.14,553.53,3450.1,26118408,99.82,0,0,0.15,553.31,3450.31,26118409,99.68,0,0,0.55,552.66,3450.96,26118410,99.78,0,0,0.3,552.74,3450.89,26118411,99.84,0,0,0.14,552.73,3450.9,26118412,99.87,0,0.01,0.2,552.85,3450.77,26118413,99.79,0,0.01,0.19,552.89,3450.73,26118414,99.69,0,0.01,0.57,553.58,3450.03,26118415,99.75,0.04,1.69,0.51,552.8,3450.82,26118416,99.76,0.02,0.71,0.22,552.87,3450.75,26118417,99.85,0,0.01,0.26,552.78,3450.82,26118418,99.85,0.03,0.98,0.27,552.75,3450.83,26118419,99.64,0,0.02,0.55,553.3,3450.29,26118420,99.57,0,0,0.4,553.07,3450.53,26118421,99.83,0,0,0.18,553.13,3450.47,26118422,99.84,0,0,0.18,553.1,3450.5,26118423,99.81,0,0.01,0.2,553.08,3450.51,26118424,99.48,0.07,2.8,0.68,553.65,3449.93,26118425,99.66,0,0.02,0.39,552.11,3451.47,26118426,99.84,0,0,0.18,552.07,3451.51,26118427,99.74,0,0,0.14,552.03,3451.55,26118428,99.83,0,0.01,0.18,551.77,3451.8,26118429,99.46,0,0,0.72,552.65,3450.9,26118430,99.7,0.02,0.71,0.36,552.47,3451.08,26118431,99.74,0.04,1.06,0.26,552.58,3450.96,26118432,99.69,0.02,0.04,0.36,555.71,3447.69,26118433,99.81,0,0,0.16,556.27,3447.11,26118434,99.61,0.01,0,0.48,556.97,3446.4,26118435,99.62,0,0,0.44,557.26,3446.13,26118436,99.85,0,0,0.18,557.19,3446.19,26118437,79.97,0.02,0.15,7.46,921.46,3081.86,26118438,99.49,0,0.02,0.18,903.12,3100.24,26118439,80.6,0.02,0.03,4.16,840.71,3162.62,26118440,80.7,0.03,0.73,4.7,970.15,3033.18,26118441,99.63,0,0,0.17,666.82,3336.54,26118442,80.33,0.02,0.23,3.74,683.19,3320.14,26118443,99.42,0.03,1.21,0.7,961.26,3042.09,26118444,99.67,0,0,0.2,556.4,3446.94,26118445,99.33,0.02,0.66,0.79,558.23,3445.13,26118446,99.75,0,0.04,0.2,557.79,3445.55,26118447,99.72,0,0,0.2,557.96,3445.38,26118448,99.68,0,0,0.18,558.01,3445.33,26118449,99.7,0.05,1.91,0.19,558.16,3445.17,26118450,99.35,0.04,1.45,0.77,559.18,3444.17,26118451,99.75,0.02,0.72,0.25,558.46,3444.88,26118452,99.68,0.03,2.69,0.3,558.41,3444.9,26118453,99.77,0.02,0.73,0.23,558.37,3444.94,26118454,81.1,0.03,0.73,4.13,773.16,3230.1,26118455,99.43,0.01,0,0.79,951.69,3051.64,26118456,79.67,0.03,0.74,4.16,979.51,3023.79,26118457,98.43,0.01,0,0.19,785.87,3217.45,26118458,77.32,0.08,3.1,4.11,989.91,3013.34,26118459,99.29,0,0,0.37,647.94,3355.31,26118460,99.45,0,0.01,0.69,559.89,3443.38,26118461,99.83,0,0,0.21,559.54,3443.73,26118462,99.76,0,0.01,0.17,559.51,3443.76,26118463,97.46,0.01,0,0.33,563.22,3440.04,26118464,81.39,0.03,0.86,4.06,984.54,3018.7,26118465,79.87,0.03,0.88,4.71,970.63,3032.63,26118466,99.61,0,0.02,0.25,727.1,3276.16,26118467,99.68,0.01,0.03,0.24,555.14,3448.11,26118468,99.76,0,0,0.21,555.16,3448.09,26118469,99.83,0,0,0.23,555.26,3448.01,26118470,97.95,0.01,0,0.68,558.55,3444.74,26118471,81.19,0.06,2.53,4.23,981.4,3021.85,26118472,80.89,0.05,1.7,4.07,973.39,3029.83,26118473,80.6,0.05,1.74,4.23,939.72,3063.48,26118474,99.5,0,0,0.21,632.11,3371.11,26118475,99.46,0,0,0.6,557.75,3445.49,26118476,99.66,0,0,0.34,558.71,3444.53,26118477,99.81,0,0.01,0.23,558.67,3444.56,26118478,99.8,0,0,0.2,558.83,3444.4,26118479,99.76,0,0,0.21,558.79,3444.43,26118480,99.24,0.01,0.04,0.5,558.51,3444.73,26118481,99.8,0,0.02,0.51,558.92,3444.31,26118482,99.7,0,0,0.16,558.88,3444.34,26118483,99.82,0,0,0.15,559.03,3444.19,26118484,99.74,0.02,0.83,0.2,559.03,3444.18,26118485,99.69,0,0.04,0.45,559.23,3443.99,26118486,99.58,0.01,0.04,0.96,559.85,3443.36,26118487,99.7,0.01,0.09,0.19,559.25,3443.96,26118488,99.69,0.01,0.3,0.23,559.26,3443.94,26118489,99.39,0.02,0.99,0.36,559.04,3444.12,26118490,99.7,0,0,0.37,558.56,3444.62,26118491,99.57,0,0,0.7,558.93,3444.25,26118492,99.65,0.01,0.02,0.17,558.48,3444.69,26118493,99.5,0,0.01,0.18,558.41,3444.75,26118494,99.65,0,0,0.15,558.37,3444.79,26118495,91.78,0.03,0.68,0.78,587.37,3415.8,26118496,86.28,0.04,1.7,4.16,999.7,3003.43,26118497,99.47,0,0,0.27,773.59,3229.57,26118498,99.75,0.04,1.73,0.2,539.48,3463.66,26118499,99.87,0,0.02,0.2,511.8,3491.35,26118500,99.68,0.05,2,0.42,512.37,3490.78,26118501,99.57,0.04,2,0.6,512.65,3490.49,26118502,99.71,0,0,0.27,512.33,3490.8,26118503,99.7,0,0.01,0.18,512.38,3490.74,26118504,99.71,0.13,5.93,0.25,512.4,3490.71,26118505,99.67,0,0.02,0.38,512.67,3490.43,26118506,99.7,0.02,0.93,0.54,513.36,3489.74,26118507,99.44,0.18,1.01,0.32,513.67,3489.38,26118508,99.52,0.08,0.35,0.19,514.38,3488.64,26118509,99.65,0.12,0.21,0.29,514.59,3488.42,26118510,99.49,0.02,0.02,0.43,514.78,3488.26,26118511,99.61,0.02,0.02,0.49,515.33,3487.7,26118512,99.53,0.05,0.11,0.4,514.77,3488.26,26118513,80.93,0.09,1.76,4.22,801.07,3201.85,26118514,99.5,0.06,0.72,0.44,980.67,3022.2,26118515,99,0.05,0.97,0.42,584.98,3417.89,26118516,79.19,0.08,3.11,4.66,964.28,3038.53,26118517,99.2,0,0,0.3,868.38,3134.43,26118518,99.73,0.01,0.08,0.18,558.45,3444.37,26118519,99.61,0,0.01,0.32,559.59,3443.2,26118520,99.73,0,0,0.31,559.62,3443.19,26118521,99.63,0,0,0.43,560.08,3442.72,26118522,99.74,0,0,0.28,559.99,3442.8,26118523,99.81,0,0,0.16,559.98,3442.82,26118524,99.79,0,0,0.16,559.97,3442.85,26118525,99.71,0,0,0.3,559.97,3442.87,26118526,99.81,0,0,0.14,559.95,3442.89,26118527,99.51,0,0,0.57,560.44,3442.39,26118528,99.82,0.01,0.02,0.19,559.87,3442.96,26118529,99.83,0,0,0.14,559.83,3443,26118530,99.64,0,0,0.3,560.48,3442.37,26118531,99.79,0,0,0.14,560.49,3442.35,26118532,99.69,0,0.02,0.56,560.99,3441.84,26118533,99.83,0,0,0.17,560.22,3442.62,26118534,99.83,0.01,0.25,0.2,559.71,3443.11,26118535,99.68,0.01,0.44,0.35,559.98,3442.87,26118536,99.79,0,0.01,0.21,559.94,3442.89,26118537,99.59,0,0,0.57,560.28,3442.54,26118538,99.78,0,0,0.2,559.89,3442.93,26118539,99.8,0,0,0.21,559.86,3442.95,26118540,99.47,0,0,0.35,560.1,3442.72,26118541,99.62,0,0.01,0.18,560.11,3442.71,26118542,99.58,0,0.01,0.56,560.59,3442.23,26118543,99.76,0.01,0.34,0.25,560.22,3442.59,26118544,99.82,0,0.01,0.21,560.13,3442.67,26118545,99.5,0.01,0.08,0.4,560.21,3442.61,26118546,99.7,0,0.01,0.21,560.19,3442.62,26118547,99.55,0,0,0.39,560.94,3441.86,26118548,99.72,0,0.01,0.31,560.87,3441.93,26118549,99.49,0,0,0.3,560.12,3442.66,26118550,99.52,0,0,0.35,558.68,3444.11,26118551,99.75,0.01,0.02,0.15,558.35,3444.44,26118552,99.69,0,0,0.42,559.03,3443.75,26118553,99.84,0,0,0.29,559.46,3443.31,26118554,99.76,0,0,0.16,559.43,3443.33,26118555,99.59,0,0,0.31,559.67,3443.11,26118556,99.8,0,0,0.16,559.66,3443.12,26118557,99.49,0,0,0.43,560.08,3442.7,26118558,99.77,0,0,0.28,560.11,3442.67,26118559,99.79,0,0,0.16,560.08,3442.69,26118560,99.48,0,0,0.34,560.34,3442.45,26118561,99.85,0,0,0.18,560.31,3442.47,26118562,99.7,0,0,0.32,560.77,3442,26118563,99.84,0,0,0.43,560.45,3442.32,26118564,99.86,0,0,0.14,560.42,3442.35,26118565,99.74,0,0,0.29,560.91,3441.88,26118566,99.88,0,0,0.16,560.89,3441.89,26118567,99.85,0,0,0.14,560.87,3441.91,26118568,99.69,0,0,0.55,561.33,3441.44,26118569,99.85,0,0,0.16,559.83,3442.93,26118570,99.7,0,0,0.29,558.68,3444.1,26118571,99.89,0,0,0.16,558.58,3444.2,26118572,99.82,0,0,0.14,558.58,3444.2,26118573,99.7,0,0,0.6,560.04,3442.73,26118574,99.78,0,0,0.2,560.41,3442.35,26118575,99.77,0,0,0.31,560.17,3442.6,26118576,99.87,0,0.01,0.16,560.14,3442.63,26118577,99.87,0,0.01,0.18,560.09,3442.68,26118578,99.7,0,0,0.54,560.24,3442.52,26118579,99.63,0,0,0.29,560.29,3442.45,26118580,99.7,0,0,0.35,559.35,3443.4,26118581,99.89,0,0,0.18,559.48,3443.27,26118582,99.86,0,0,0.16,559.63,3443.12,26118583,99.74,0,0,0.41,560.93,3441.81,26118584,99.83,0,0.01,0.35,560.63,3442.11,26118585,99.76,0,0,0.29,560.87,3441.89,26118586,99.85,0.02,0.81,0.2,560.86,3441.89,26118587,99.83,0,0.01,0.21,560.66,3442.09,26118588,99.63,0,0.01,0.48,560.26,3442.48,26118589,99.84,0,0,0.21,560.05,3442.69,26118590,99.65,0,0,0.31,560.31,3442.44,26118591,99.92,0,0,0.14,560.44,3442.3,26118592,99.9,0,0,0.13,560.42,3442.32,26118593,99.69,0,0,0.55,560.75,3441.99,26118594,99.83,0,0,0.14,560.39,3442.36,26118595,99.71,0,0.01,0.35,559.9,3442.87,26118596,99.88,0,0.14,0.2,559.93,3442.84,26118597,99.85,0.01,0.16,0.15,559.9,3442.86,26118598,99.67,0.18,8.02,0.65,560.18,3442.55,26118599,99.84,0.03,1.42,0.35,559.93,3442.75,26118600,99.6,0,0,0.32,560.86,3441.84,26118601,99.87,0.04,1.53,0.24,560.82,3441.86,26118602,99.78,0.03,1.04,0.21,560.72,3441.94,26118603,99.78,0,0,0.18,560.69,3441.96,26118604,94.55,0.28,0.01,260.86,576.58,3426.26,26118605,99.76,0,0.02,0.32,563.63,3438.9,26118606,99.84,0,0.01,0.18,563.3,3439.23,26118607,99.87,0,0,0.17,562.64,3439.89,26118608,99.8,0,0.07,0.15,562.59,3439.93,26118609,99.52,0,0,0.81,561.52,3441,26118610,99.61,0,0,0.31,559.42,3443.12,26118611,99.83,0,0.01,0.13,559.4,3443.14,26118612,99.84,0,0,0.17,559.51,3443.03,26118613,99.79,0,0,0.14,559.5,3443.03,26118614,99.68,0,0,0.55,560.76,3441.78,26118615,99.69,0,0,0.32,559.77,3442.79,26118616,99.85,0,0,0.16,559.7,3442.86,26118617,99.85,0,0,0.17,559.69,3442.87,26118618,99.82,0,0,0.16,559.66,3442.89,26118619,99.68,0,0,0.54,560.78,3441.77,26118620,99.75,0,0,0.3,561.12,3441.45,26118621,99.88,0,0,0.15,561.11,3441.45,26118622,99.83,0,0,0.16,561.08,3441.48,26118623,99.87,0,0,0.17,561.23,3441.32,26118624,99.7,0,0,0.42,561.69,3440.86,26118625,99.77,0,0,0.44,561.45,3441.12,26118626,99.89,0,0,0.14,560.47,3442.1,26118627,99.85,0,0,0.16,560.44,3442.13,26118628,99.83,0,0,0.17,560.25,3442.31,26118629,99.65,0,0,0.58,561,3441.55,26118630,99.72,0,0,0.39,560.15,3442.41,26118631,99.88,0,0,0.13,560.12,3442.43,26118632,99.89,0,0,0.15,560.11,3442.44,26118633,99.85,0,0,0.16,560.08,3442.46,26118634,99.69,0,0,0.42,560.76,3441.79,26118635,99.61,0,0,0.44,560.78,3441.79,26118636,99.83,0,0,0.15,560.77,3441.8,26118637,99.88,0,0,0.14,560.74,3441.82,26118638,99.84,0,0,0.15,560.72,3441.83,26118639,99.7,0,0,0.29,561.49,3441.04,26118640,99.52,0,0,0.68,561.78,3440.77,26118641,99.79,0,0,0.16,561.42,3441.14,26118642,99.78,0,0,0.14,561.4,3441.15,26118643,99.8,0,0,0.15,561.38,3441.17,26118644,99.82,0.03,0.71,0.21,561.41,3441.13,26118645,99.48,0.02,0.81,0.73,561.35,3441.2,26118646,99.88,0,0,0.16,560.21,3442.33,26118647,99.71,0,0,0.14,559.94,3442.6,26118648,99.8,0,0,0.17,559.91,3442.63,26118649,99.72,0,0,0.15,559.88,3442.66,26118650,99.56,0,0,0.69,561.36,3441.19,26118651,99.83,0,0,0.15,560.96,3441.58,26118652,99.83,0,0,0.16,561,3441.54,26118653,99.79,0,0,0.14,560.98,3441.55,26118654,99.78,0,0,0.15,560.96,3441.57,26118655,99.37,0,0,0.72,561.14,3441.41,26118656,99.83,0,0,0.16,560.94,3441.61,26118657,99.83,0,0,0.14,560.92,3441.62,26118658,99.83,0,0,0.16,560.89,3441.64,26118659,99.83,0,0,0.14,560.86,3441.67,26118660,99.36,0.03,0,0.71,561.03,3441.52,26118661,99.8,0,0,0.18,561.17,3441.38,26118662,99.81,0,0,0.18,561.14,3441.4,26118663,99.8,0,0,0.14,561.08,3441.46,26118664,99.76,0,0,0.15,560.36,3442.17,26118665,99.45,0,0,0.73,560.82,3441.72,26118666,99.79,0,0,0.13,560.19,3442.36,26118667,99.79,0,0,0.16,559.52,3443.02,26118668,99.77,0.02,0.11,0.16,559.48,3443.06,26118669,99.66,0,0,0.29,559.95,3442.57,26118670,99.52,0,0,0.72,560.96,3441.57,26118671,99.78,0,0.01,0.2,540.34,3462.21,26118672,99.79,0,0,0.16,512.39,3490.18,26118673,99.84,0,0,0.14,512.36,3490.2,26118674,99.84,0,0,0.18,512.49,3490.07,26118675,99.47,0,0,0.61,512.62,3489.96,26118676,99.83,0,0,0.27,511.52,3491.05,26118677,99.83,0,0,0.19,511.51,3491.08,26118678,99.83,0,0,0.15,511.28,3491.3,26118679,99.81,0,0,0.14,511.22,3491.36,26118680,99.59,0,0,0.55,512.53,3490.06,26118681,99.79,0,0,0.27,512.19,3490.4,26118682,99.34,0,0,0.16,512.16,3490.42,26118683,99.84,0,0,0.16,512.13,3490.45,26118684,99.83,0,0,0.14,512.11,3490.46,26118685,99.66,0,0,0.32,512.27,3490.32,26118686,99.7,0,0,0.52,511.75,3490.83,26118687,99.76,0,0.01,0.18,511.3,3491.28,26118688,99.79,0,0,0.16,511.3,3491.27,26118689,99.82,0,0,0.18,511.74,3490.83,26118690,99.56,0.12,5.39,0.48,511.42,3491.15,26118691,99.67,0,0.02,0.6,512.26,3490.29,26118692,99.79,0,0,0.16,511.75,3490.82,26118693,99.78,0,0,0.15,511.74,3490.83,26118694,99.83,0,0,0.14,511.71,3490.85,26118695,99.71,0,0,0.3,511.95,3490.63,26118696,99.7,0,0,0.54,512.12,3490.46,26118697,99.83,0.01,0.34,0.17,511.42,3491.15,26118698,99.82,0,0.01,0.18,511.35,3491.22,26118699,99.65,0,0,0.29,511.84,3490.7,26118700,99.71,0,0,0.31,511.76,3490.8,26118701,99.68,0,0,0.45,512.1,3490.45,26118702,99.84,0,0,0.25,511.71,3490.84,26118703,99.83,0,0,0.15,511.68,3490.86,26118704,99.86,0,0,0.15,511.66,3490.89,26118705,99.64,0,0,0.32,510.69,3491.88,26118706,99.68,0,0,0.41,511.17,3491.39,26118707,99.83,0,0,0.27,511.37,3491.2,26118708,99.83,0,0,0.15,511.34,3491.22,26118709,99.83,0,0,0.14,511.41,3491.15,26118710,99.76,0,0,0.3,511.99,3490.57,26118711,99.67,0.06,2.14,0.54,512.31,3490.26,26118712,99.84,0,0,0.34,511.7,3490.83,26118713,99.83,0,0,0.16,511.75,3490.78,26118714,99.81,0,0,0.15,511.73,3490.79,26118715,99.7,0,0,0.31,510.85,3491.69,26118716,99.68,0,0,0.38,511.48,3491.06,26118717,99.81,0,0,0.38,511.68,3490.86,26118718,99.83,0,0,0.18,511.65,3490.88,26118719,99.8,0.01,0.23,0.17,511.72,3490.81,26118720,99.65,0,0,0.34,512.19,3490.35,26118721,99.77,0,0,0.16,512.19,3490.35,26118722,99.64,0,0,0.55,511.86,3490.67,26118723,99.8,0,0,0.14,511.41,3491.12,26118724,99.78,0,0,0.14,511.39,3491.13,26118725,99.66,0,0,0.32,511.86,3490.68,26118726,99.83,0,0,0.14,511.85,3490.69,26118727,99.67,0,0,0.56,512.18,3490.35,26118728,99.84,0,0,0.14,511.8,3490.72,26118729,99.67,0,0,0.31,512.13,3490.37,26118730,99.67,0,0,0.32,512.45,3490.08,26118731,99.81,0,0,0.13,512.44,3490.08,26118732,99.64,0,0,0.54,512.76,3489.75,26118733,99.81,0,0,0.15,512.38,3490.13,26118734,99.8,0,0,0.14,512.36,3490.14,26118735,99.66,0,0,0.31,512.36,3490.16,26118736,99.74,0,0,0.16,512.35,3490.17,26118737,99.61,0,0,0.59,512.16,3490.36,26118738,99.78,0.05,1.99,0.25,511.34,3491.16,26118739,99.85,0,0,0.18,511.38,3491.1,26118740,99.72,0,0,0.31,512.44,3490.06,26118741,99.77,0,0,0.14,512.43,3490.07,26118742,98.18,0,0,0.56,512.69,3489.81,26118743,99.73,0,0,0.16,512.12,3490.37,26118744,99.83,0,0,0.14,512.09,3490.4,26118745,99.73,0.03,1.19,0.52,509.58,3493.17,26118746,99.82,0.01,0.86,0.18,507.66,3495.25,26118747,99.68,0,0,0.59,507.92,3494.98,26118748,99.83,0,0,0.2,507.41,3495.49,26118749,99.85,0,0,0.17,507.38,3495.51,26118750,99.71,0,0,0.32,506.91,3496,26118751,99.82,0,0,0.16,506.87,3496.03,26118752,99.71,0,0,0.55,507.68,3495.23,26118753,99.84,0,0,0.14,507.32,3495.57,26118754,99.77,0,0,0.14,507.29,3495.6,26118755,99.62,0,0,0.31,506.91,3496,26118756,99.75,0,0,0.14,506.78,3496.12,26118757,99.72,0,0,0.31,507.28,3495.62,26118758,99.81,0,0,0.39,507.41,3495.48,26118759,99.52,0,0,0.29,507.61,3495.26,26118760,99.68,0,0,0.33,507.87,3495.02,26118761,99.8,0.03,1.17,0.2,507.84,3495.04,26118762,99.81,0,0,0.15,507.79,3495.07,26118763,99.67,0,0,0.54,508.11,3494.75,26118764,99.82,0,0,0.14,507.77,3495.1,26118765,99.64,0,0,0.31,506.26,3496.67,26118766,99.83,0,0,0.16,506.18,3496.74,26118767,99.81,0,0,0.14,506.16,3496.76,26118768,99.63,0,0,0.53,507.12,3495.8,26118769,99.83,0,0,0.14,506.86,3496.05,26118770,99.71,0,0,0.3,507.61,3495.32,26118771,99.81,0,0,0.14,507.58,3495.34,26118772,99.84,0,0,0.16,507.56,3495.36,26118773,99.63,0,0,0.56,507.86,3495.06,26118774,99.82,0,0,0.18,507.02,3495.9,26118775,99.75,0,0,0.36,507.52,3495.41,26118776,99.81,0,0,0.18,507.67,3495.26,26118777,99.8,0,0,0.18,507.65,3495.27,26118778,99.68,0,0,0.57,507.74,3495.18,26118779,99.83,0,0,0.15,507.12,3495.8,26118780,99.6,0,0,0.3,507.61,3495.32,26118781,99.83,0,0,0.16,507.59,3495.33,26118782,99.78,0,0,0.15,507.58,3495.34,26118783,99.7,0,0,0.54,507.91,3495.01,26118784,99.85,0,0,0.16,507.54,3495.38,26118785,99.76,0,0,0.32,507.77,3495.16,26118786,99.81,0,0,0.16,507.75,3495.18,26118787,99.85,0,0,0.15,507.87,3495.06,26118788,99.7,0,0,0.48,508.1,3494.82,26118789,99.55,0,0,0.34,507.93,3494.97,26118790,99.71,0,0,0.3,507.97,3494.94,26118791,99.42,0,0,0.44,508.2,3494.71,26118792,99.81,0,0,0.46,508.07,3494.83,26118793,99.62,0,0,0.46,508.59,3494.31,26118794,99.77,0,0,0.29,508.03,3494.88,26118795,99.62,0,0,0.37,507.09,3495.83,26118796,99.8,0,0,0.18,507.03,3495.89,26118797,99.83,0,0,0.19,506.78,3496.13,26118798,99.85,0,0,0.14,506.75,3496.17,26118799,99.66,0,0,0.54,507.47,3495.46,26118800,99.66,0,0,0.36,507.89,3495.06,26118801,99.8,0,0,0.18,507.89,3495.05,26118802,98.59,0,0,0.18,507.87,3495.09,26118803,99.82,0,0,0.19,507.84,3495.11,26118804,99.68,0,0,0.57,508.65,3494.3,26118805,99.78,0,0,0.39,507.82,3495.14,26118806,99.8,0,0,0.15,507.8,3495.16,26118807,99.83,0.02,1.25,0.29,507.36,3495.58,26118808,99.82,0,0,0.2,507.03,3495.91,26118809,99.67,0,0,0.55,507.36,3495.56,26118810,98.63,0,0,0.34,507.14,3495.8,26118811,99.86,0,0,0.18,507.15,3495.79,26118812,99.86,0,0.02,0.2,507.13,3495.81,26118813,99.9,0,0,0.18,507.08,3495.85,26118814,99.74,0,0,0.55,507.58,3495.34,26118815,99.81,0,0,0.32,507.05,3495.9,26118816,99.9,0,0,0.16,507,3495.94,26118817,99.93,0,0,0.14,506.99,3495.95,26118818,99.92,0,0,0.15,506.77,3496.16,26118819,99.53,0,0,0.71,506.68,3496.23,26118820,99.77,0,0,0.34,506.73,3496.19,26118821,99.88,0,0,0.18,506.66,3496.26,26118822,99.91,0,0,0.18,506.64,3496.28,26118823,99.9,0,0,0.18,506.62,3496.29,26118824,99.79,0,0,0.54,506.95,3495.95,26118825,99.72,0,0,0.32,506.61,3496.32,26118826,99.91,0,0,0.16,506.58,3496.34,26118827,99.87,0,0,0.14,506.56,3496.35,26118828,99.89,0,0,0.15,506.54,3496.37,26118829,99.77,0,0,0.55,506.96,3495.95,26118830,99.78,0,0,0.34,506.19,3496.73,26118831,99.88,0,0,0.18,506.2,3496.72,26118832,99.87,0,0,0.14,506.18,3496.74,26118833,99.85,0,0,0.18,506.16,3496.75,26118834,99.77,0,0,0.45,506.61,3496.29,26118835,99.81,0,0,0.45,506.63,3496.29,26118836,99.85,0,0,0.16,506.6,3496.32,26118837,99.9,0,0,0.16,506.57,3496.34,26118838,99.91,0,0,0.14,506.54,3496.37,26118839,99.9,0,0,0.14,506.52,3496.38,26118840,99.46,0,0,0.67,506.94,3495.98,26118841,99.77,0,0,0.16,506.69,3496.23,26118842,99.84,0,0,0.14,506.67,3496.24,26118843,99.88,0,0,0.16,506.65,3496.26,26118844,99.86,0,0,0.15,506.62,3496.28,26118845,99.63,0,0,0.7,506.98,3495.94,26118846,99.89,0,0,0.15,506.6,3496.31,26118847,99.88,0,0,0.17,506.59,3496.32,26118848,99.83,0,0,0.14,506.56,3496.34,26118849,99.78,0,0,0.33,506.29,3496.58,26118850,99.61,0,0,0.71,506.69,3496.2,26118851,99.9,0,0,0.13,506.27,3496.62,26118852,99.87,0,0,0.17,506.38,3496.51,26118853,99.74,0,0,0.14,506.41,3496.48,26118854,99.85,0,0,0.16,506.38,3496.5,26118855,99.56,0,0,0.72,507.25,3495.66,26118856,99.88,0,0,0.17,506.86,3496.05,26118857,99.85,0,0,0.18,506.83,3496.08,26118858,99.84,0,0,0.15,506.8,3496.1,26118859,99.86,0,0,0.14,506.79,3496.11,26118860,99.69,0,0,0.75,507.14,3495.77,26118861,99.81,0,0,0.14,506.76,3496.14,26118862,98,0,0,0.13,506.74,3496.16,26118863,99.87,0,0,0.16,506.86,3496.04,26118864,99.81,0,0,0.14,506.88,3496.01,26118865,99.64,0,0,0.77,507.11,3495.79,26118866,99.9,0,0,0.12,506.86,3496.04,26118867,99.88,0,0,0.16,506.84,3496.06,26118868,99.9,0,0,0.17,506.81,3496.08,26118869,99.84,0,0,0.18,506.33,3496.56,26118870,98.83,0,0,0.51,505.92,3496.99,26118871,99.88,0,0,0.39,506.52,3496.38,26118872,99.88,0,0,0.13,506.51,3496.39,26118873,99.85,0,0,0.17,506.49,3496.41,26118874,99.85,0,0,0.14,506.64,3496.25,26118875,99.69,0,0,0.32,506.88,3496.03,26118876,99.76,0,0,0.55,507.44,3495.46,26118877,99.85,0,0,0.15,507.1,3495.8,26118878,99.86,0,0,0.14,507.07,3495.83,26118879,99.74,0,0,0.32,507.06,3495.81,26118880,99.79,0,0,0.31,506.8,3496.08,26118881,99.75,0,0,0.54,507.14,3495.73,26118882,99.85,0,0,0.16,506.75,3496.12,26118883,99.87,0,0,0.15,506.75,3496.12,26118884,99.87,0,0,0.15,506.72,3496.16,26118885,99.78,0,0,0.32,507.15,3495.76,26118886,99.75,0,0,0.55,507.3,3495.6,26118887,99.87,0,0,0.14,506.86,3496.03,26118888,99.9,0,0,0.16,506.85,3496.04,26118889,99.9,0,0,0.14,506.82,3496.07,26118890,99.72,0,0,0.34,507.06,3495.83,26118891,99.76,0,0,0.54,507.57,3495.32,26118892,99.89,0,0,0.16,507.01,3495.88,26118893,99.89,0,0,0.16,506.98,3495.91,26118894,99.88,0,0,0.15,506.96,3495.92,26118895,99.85,0,0,0.33,506.68,3496.22,26118896,99.75,0,0,0.41,507.12,3495.77,26118897,99.86,0,0,0.27,506.87,3496.01,26118898,99.9,0,0,0.15,506.86,3496.01,26118899,99.87,0,0,0.17,506.83,3496.04,26118900,99.5,0,0,0.33,507.1,3495.79,26118901,99.7,0,0,0.41,507.41,3495.47,26118902,99.87,0,0,0.27,507.05,3495.83,26118903,99.91,0,0,0.14,507.02,3495.86,26118904,99.9,0,0,0.14,507.01,3495.86,26118905,99.7,0,0,0.35,506.13,3496.76,26118906,99.65,0.01,0.03,0.6,506.92,3495.96,26118907,99.88,0,0,0.14,506.62,3496.26,26118908,99.91,0,0,0.15,506.6,3496.28,26118909,99.62,0,0,0.29,507.29,3495.56,26118910,99.73,0,0,0.32,507.3,3495.56,26118911,99.75,0,0,0.32,507.61,3495.25,26118912,99.91,0,0,0.38,506.76,3496.1,26118913,99.88,0,0,0.14,506.73,3496.12,26118914,99.85,0,0,0.14,506.72,3496.13,26118915,99.72,0,0,0.34,506.15,3496.72,26118916,99.91,0,0,0.14,506.13,3496.73,26118917,99.72,0,0,0.61,506.96,3495.9,26118918,99.9,0,0,0.16,506.58,3496.27,26118919,99.84,0,0,0.17,506.57,3496.28,26118920,99.75,0,0,0.33,506.56,3496.31,26118921,99.91,0,0,0.17,506.54,3496.33,26118922,99.8,0,0,0.56,507.3,3495.55,26118923,99.51,0,0,0.18,506.98,3495.87,26118924,99.92,0,0,0.15,506.96,3495.89,26118925,99.81,0,0,0.36,506.9,3495.97,26118926,99.92,0,0,0.19,506.87,3496,26118927,99.71,0,0,0.53,507.72,3495.14,26118928,99.89,0,0,0.15,507.08,3495.78,26118929,99.87,0,0,0.19,506.85,3496,26118930,99.84,0,0,0.33,506.81,3496.05,26118931,99.91,0,0,0.15,506.8,3496.07,26118932,99.76,0,0,0.59,507.12,3495.74,26118933,99.92,0,0,0.16,506.75,3496.1,26118934,99.93,0,0,0.15,506.73,3496.13,26118935,99.74,0,0,0.42,506.01,3496.87,26118936,99.91,0,0,0.18,505.98,3496.9,26118937,99.79,0,0,0.54,507.15,3495.72,26118938,99.91,0,0,0.14,507.34,3495.53,26118939,99.72,0,0,0.29,507.12,3495.72,26118940,99.78,0,0,0.33,506.44,3496.41,26118941,99.92,0,0,0.14,506.3,3496.56,26118942,99.77,0,0,0.49,506.74,3496.11,26118943,99.91,0,0,0.2,506.5,3496.34,26118944,99.92,0,0,0.14,506.48,3496.38,26118945,99.79,0,0,0.35,506.49,3496.39,26118946,99.89,0,0,0.13,506.46,3496.41,26118947,99.73,0,0,0.41,507.27,3495.6,26118948,99.92,0,0,0.32,507.35,3495.52,26118949,99.9,0,0,0.18,507.34,3495.54,26118950,99.78,0,0,0.33,507.57,3495.33,26118951,99.91,0,0,0.13,507.56,3495.33,26118952,99.77,0,0,0.32,507.88,3495.01,26118953,99.88,0,0,0.38,507.27,3495.61,26118954,99.89,0,0,0.16,507.24,3495.64,26118955,99.8,0,0,0.35,507.48,3495.42,26118956,99.93,0,0,0.16,507.47,3495.42,26118957,99.78,0,0,0.3,507.8,3495.09,26118958,99.87,0,0,0.41,507.29,3495.59,26118959,99.91,0,0,0.17,507.33,3495.54,26118960,99.68,0,0,0.34,507.09,3495.8,26118961,99.88,0,0,0.16,507.07,3495.82,26118962,99.91,0,0,0.15,507.03,3495.85,26118963,99.75,0,0,0.57,507.27,3495.61,26118964,99.92,0,0,0.14,506.49,3496.38,26118965,99.73,0,0,0.32,506.97,3495.91,26118966,99.9,0,0,0.15,506.97,3495.91,26118967,99.91,0,0,0.16,506.93,3495.94,26118968,94.84,0.32,0.09,260.29,519.92,3484.04,26118969,99.73,0,0,0.55,510.15,3492.59,26118970,99.86,0,0,0.34,509.68,3493.08,26118971,99.9,0,0,0.16,509.65,3493.11,26118972,99.88,0,0,0.15,509.62,3493.13,26118973,99.75,0,0,0.57,508.23,3494.54,26118974,99.89,0,0,0.19,506.7,3496.08,26118975,99.85,0,0,0.32,506.88,3495.91,26118976,99.95,0,0,0.15,506.85,3495.94,26118977,99.93,0,0,0.2,507.08,3495.71,26118978,99.8,0,0,0.39,507.17,3495.61,26118979,99.9,0,0,0.28,506.55,3496.23,26118980,99.83,0,0,0.32,506.32,3496.49,26118981,99.94,0,0,0.14,506.29,3496.52,26118982,99.92,0,0,0.14,506.26,3496.54,26118983,99.79,0,0,0.49,506.82,3495.98,26118984,99.91,0,0,0.19,506.47,3496.33,26118985,99.75,0,0,0.35,506.54,3496.28,26118986,99.93,0,0,0.16,506.45,3496.36,26118987,99.88,0,0,0.16,506.58,3496.23,26118988,99.8,0,0,0.4,506.98,3495.82,26118989,99.91,0,0,0.37,506.62,3496.18,26118990,99.75,0,0,0.31,506.81,3496,26118991,99.9,0,0,0.19,506.8,3496.01,26118992,99.92,0,0,0.14,506.78,3496.03,26118993,99.78,0,0,0.53,507.08,3495.72,26118994,99.9,0,0,0.16,506.49,3496.3,26118995,99.8,0,0,0.32,506.51,3496.31,26118996,99.92,0,0,0.14,506.47,3496.34,26118997,99.93,0,0,0.16,506.45,3496.35,26118998,99.91,0,0,0.14,506.43,3496.37,26118999,99.69,0,0,0.72,507.42,3495.35,26119000,99.87,0,0,0.33,506.83,3495.96,26119001,99.92,0,0,0.16,506.81,3495.97,26119002,99.93,0,0,0.15,506.79,3495.99,26119003,99.91,0,0,0.16,506.77,3496.01,26119004,99.78,0,0,0.56,507.11,3495.66,26119005,99.88,0,0,0.35,506.74,3496.04,26119006,99.93,0,0,0.14,506.73,3496.05,26119007,99.9,0,0,0.14,506.7,3496.07,26119008,99.92,0,0,0.16,506.69,3496.08,26119009,99.79,0,0,0.54,506.86,3495.9,26119010,99.82,0,0,0.32,506.44,3496.35,26119011,99.93,0,0,0.16,506.61,3496.17,26119012,99.92,0,0,0.14,506.59,3496.19,26119013,99.91,0,0,0.16,506.57,3496.2,26119014,99.78,0,0,0.53,506.89,3495.88,26119015,99.84,0,0,0.37,506.79,3495.99,26119016,99.91,0,0,0.16,506.76,3496.02,26119017,99.92,0,0,0.14,506.73,3496.04,26119018,99.93,0,0,0.14,506.72,3496.05,26119019,99.79,0,0,0.63,506.79,3495.97,26119020,99.47,0,0,7.39,506.85,3496.26,26119021,99.93,0,0,0.14,506.97,3496.16,26119022,99.93,0,0,0.14,507.01,3496.11,26119023,99.94,0,0,0.16,506.98,3496.13,26119024,99.74,0,0,0.58,507.32,3495.79,26119025,99.78,0,0,0.38,507.28,3495.86,26119026,99.9,0,0,0.14,507.2,3495.94,26119027,99.91,0,0,0.18,507.17,3495.97,26119028,99.93,0,0,0.14,507.14,3495.99,26119029,99.73,0,0,0.7,506.91,3496.2,26119030,99.79,0,0,0.32,506.9,3496.23,26119031,99.89,0,0,0.14,506.88,3496.24,26119032,99.9,0,0,0.19,506.99,3496.13,26119033,99.93,0,0,0.17,507.03,3496.09,26119034,99.78,0,0,0.53,507.57,3495.54,26119035,99.79,0,0,0.42,507.23,3495.89,26119036,99.9,0,0,0.17,507.21,3495.9,26119037,99.9,0,0,0.22,506.96,3496.15,26119038,99.91,0,0,0.17,506.93,3496.18,26119039,99.91,0,0,0.17,506.9,3496.2,26119040,99.67,0,0,0.76,506.79,3496.33,26119041,99.91,0,0,0.2,506.39,3496.73,26119042,99.88,0,0,0.14,506.37,3496.74,26119043,99.9,0,0,0.15,506.45,3496.66,26119044,99.65,0,0,0.14,506.51,3496.6,26119045,99.7,0,0,0.76,507.34,3495.78,26119046,99.88,0,0,0.18,506.98,3496.14,26119047,99.9,0,0,0.18,506.96,3496.15,26119048,99.92,0,0,0.18,506.94,3496.17,26119049,99.88,0,0,0.17,506.73,3496.37,26119050,99.61,0,0,0.76,507.47,3495.65,26119051,99.91,0,0,0.14,506.9,3496.21,26119052,99.93,0,0,0.14,506.87,3496.23,26119053,99.94,0,0,0.17,506.86,3496.24,26119054,99.93,0,0,0.15,506.84,3496.26,26119055,99.67,0,0,0.72,507.36,3495.76,26119056,99.95,0,0,0.14,506.99,3496.12,26119057,99.92,0,0,0.17,506.97,3496.13,26119058,99.9,0,0,0.14,506.95,3496.15,26119059,99.85,0,0,0.3,506.94,3496.14,26119060,99.7,0,0,0.73,507.11,3495.98,26119061,99.92,0,0,0.14,506.91,3496.18,26119062,99.92,0,0,0.16,506.88,3496.21,26119063,99.93,0,0,0.14,506.86,3496.22,26119064,99.82,0,0,0.14,506.84,3496.24,26119065,99.68,0,0,0.74,507.61,3495.49,26119066,99.9,0,0,0.17,507.25,3495.84,26119067,99.89,0,0,0.14,507.24,3495.85,26119068,99.93,0,0,0.16,507.21,3495.87,26119069,99.92,0,0,0.15,507.2,3495.88,26119070,99.69,0,0,0.68,507.49,3495.6,26119071,99.93,0,0,0.22,506.44,3496.65,26119072,99.9,0,0,0.14,506.41,3496.68,26119073,99.92,0,0,0.18,506.4,3496.68,26119074,99.9,0,0,0.18,506.38,3496.7,26119075,99.62,0,0,0.54,506.8,3496.3,26119076,99.93,0,0,0.34,507.34,3495.75,26119077,99.37,0,0,0.16,507.5,3495.59,26119078,99.93,0,0,0.15,507.48,3495.6,26119079,99.9,0,0,0.14,507.46,3495.62,26119080,99.5,0,0,0.53,507.8,3495.29,26119081,99.83,0,0,0.41,507.18,3495.91,26119082,99.93,0,0,0.14,507.17,3495.91,26119083,99.93,0,0,0.18,507.15,3495.93,26119084,99.88,0,0,0.17,507.13,3495.94,26119085,99.81,0,0,0.31,507.37,3495.72,26119086,99.68,0,0,0.58,507.72,3495.37,26119087,99.89,0,0,0.14,507.34,3495.75,26119088,99.92,0,0,0.14,507.32,3495.76,26119089,99.9,0,0,0.3,507.24,3495.84,26119090,99.82,0,0,0.26,507.53,3495.58,26119091,99.77,0,0,0.59,507.98,3495.12,26119092,99.91,0,0,0.17,507.23,3495.87,26119093,99.9,0,0,0.14,507.21,3495.89,26119094,99.89,0,0,0.15,507.19,3495.91,26119095,99.78,0,0,0.28,506.47,3496.64,26119096,99.8,0,0,0.54,507.32,3495.79,26119097,99.88,0,0,0.24,507.16,3495.94,26119098,99.91,0,0,0.14,507.12,3495.98,26119099,99.93,0,0,0.14,507.11,3495.98,26119100,99.85,0,0,0.3,507.49,3495.62,26119101,99.77,0,0,0.53,507.74,3495.36,26119102,99.89,0,0,0.16,507.24,3495.86,26119103,99.94,0,0,0.14,507.23,3495.87,26119104,99.93,0,0,0.14,507.2,3495.89,26119105,98.27,0,0,0.34,506.73,3496.38,26119106,99.77,0,0,0.44,507.29,3495.81,26119107,99.91,0,0,0.35,507.15,3495.94,26119108,99.85,0,0,0.18,507.14,3495.95,26119109,99.85,0,0,0.19,506.76,3496.32,26119110,99.83,0,0,0.29,507.11,3495.99,26119111,99.73,0,0,0.53,507.61,3495.49,26119112,99.88,0,0,0.14,507.02,3496.07,26119113,99.92,0,0,0.15,506.99,3496.1,26119114,99.9,0,0,0.14,506.98,3496.1,26119115,99.83,0,0,0.27,507.45,3495.65,26119116,99.81,0,0,0.33,507.79,3495.31,26119117,99.92,0,0,0.37,507.17,3495.92,26119118,99.94,0,0,0.14,507.15,3495.94,26119119,99.83,0,0,0.29,507.37,3495.69,26119120,99.77,0,0,0.27,506.89,3496.19,26119121,99.75,0,0,0.31,507.22,3495.85,26119122,99.92,0,0,0.38,506.94,3496.13,26119123,99.88,0,0,0.14,507.01,3496.05,26119124,99.89,0,0,0.14,506.24,3496.82,26119125,99.85,0,0,0.29,506.98,3496.1,26119126,99.91,0,0,0.15,506.96,3496.12,26119127,99.74,0,0,0.56,507.64,3495.43,26119128,99.91,0,0,0.15,506.92,3496.15,26119129,99.93,0,0,0.17,506.9,3496.17,26119130,99.83,0,0,0.32,506.66,3496.42,26119131,99.91,0,0,0.18,506.63,3496.45,26119132,99.79,0,0,0.6,507.14,3495.94,26119133,99.92,0,0,0.18,506.93,3496.14,26119134,99.9,0,0,0.16,506.99,3496.08,26119135,99.88,0,0,0.29,507.24,3495.84,26119136,99.91,0,0,0.19,507.22,3495.86,26119137,99.8,0,0,0.4,507.18,3495.89,26119138,99.91,0,0,0.29,506.44,3496.63,26119139,99.93,0,0,0.14,506.4,3496.66,26119140,99.72,0,0,0.35,506.94,3496.14,26119141,99.89,0,0,0.2,506.87,3496.21,26119142,99.73,0,0,0.45,507.33,3495.74,26119143,99.89,0,0,0.31,507.17,3495.89,26119144,99.92,0,0,0.18,507.23,3495.83,26119145,99.79,0,0,0.32,506.99,3496.08,26119146,99.89,0,0,0.14,506.95,3496.12,26119147,99.77,0,0,0.49,507.19,3495.87,26119148,99.92,0,0,0.19,506.66,3496.39,26119149,99.83,0,0,0.29,506.88,3496.15,26119150,99.79,0,0,0.28,506.88,3496.16,26119151,99.94,0,0,0.13,506.86,3496.18,26119152,99.8,0,0,0.4,507.38,3495.66,26119153,99.9,0,0,0.33,506.95,3496.08,26119154,99.89,0,0,0.14,506.98,3496.08,26119155,99.77,0,0,0.28,506.98,3496.1,26119156,99.95,0,0,0.17,506.96,3496.12,26119157,99.9,0,0,0.19,506.69,3496.38,26119158,99.77,0,0,0.6,507.03,3496.04,26119159,99.88,0,0,0.16,506.64,3496.42,26119160,99.85,0,0,0.29,506.87,3496.21,26119161,99.92,0,0,0.16,506.87,3496.21,26119162,99.88,0,0,0.14,506.84,3496.23,26119163,99.68,0,0,0.55,507.18,3495.89,26119164,99.88,0,0,0.15,506.96,3496.1,26119165,99.85,0,0,0.28,507.03,3496.05,26119166,99.89,0,0,0.14,507.02,3496.06,26119167,99.85,0,0,0.16,506.99,3496.09,26119168,99.76,0,0,0.58,506.91,3496.16,26119169,99.85,0,0,0.18,506.29,3496.77,26119170,99.78,0,0,0.27,507.18,3495.9,26119171,99.88,0,0,0.15,507.17,3495.9,26119172,99.89,0,0,0.16,507.14,3495.93,26119173,99.71,0,0,0.59,507.45,3495.62,26119174,99.9,0,0,0.16,506.85,3496.21,26119175,99.75,0,0,0.29,507.23,3495.86,26119176,99.93,0,0,0.14,507.26,3495.83,26119177,99.88,0,0,0.17,507.22,3495.86,26119178,99.71,0,0,0.39,507.55,3495.53,26119179,99.63,0,0,0.41,507.18,3495.88,26119180,99.73,0,0,0.27,506.93,3496.14,26119181,99.79,0,0,0.16,506.91,3496.16,26119182,99.9,0,0,0.16,506.89,3496.18,26119183,99.73,0,0,0.54,506.74,3496.32,26119184,99.78,0,0,0.19,505.86,3497.2,26119185,99.78,0,0,0.29,506.2,3496.87,26119186,99.86,0,0,0.14,506.26,3496.8,26119187,99.81,0,0,0.17,506.23,3496.83,26119188,99.69,0,0,0.55,507.11,3495.94,26119189,99.8,0,0,0.14,506.92,3496.13,26119190,99.71,0,0,0.34,507.19,3495.87,26119191,99.91,0,0,0.16,507.16,3495.9,26119192,99.9,0,0,0.16,507.14,3495.91,26119193,99.72,0,0,0.46,507.58,3495.46,26119194,99.84,0,0,0.34,507.33,3495.71,26119195,99.72,0,0,0.3,507.1,3495.96,26119196,99.85,0,0,0.21,507.07,3495.99,26119197,99.84,0,0,0.15,507.24,3495.82,26119198,99.73,0,0,0.58,507.56,3495.48,26119199,99.9,0,0,0.18,507.19,3495.85,26119200,99.6,0,0,0.32,507.43,3495.63,26119201,99.85,0,0,0.14,507.24,3495.82,26119202,99.8,0,0,0.2,507.15,3495.9,26119203,99.8,0,0,0.19,507.14,3495.91,26119204,99.64,0,0,0.59,507.45,3495.59,26119205,99.71,0,0,0.3,507.09,3495.96,26119206,99.82,0,0,0.17,507.08,3495.97,26119207,99.83,0,0,0.16,507.05,3495.99,26119208,99.83,0,0,0.16,507.17,3495.89,26119209,99.65,0,0,0.74,508.08,3494.95,26119210,99.69,0,0,0.28,506.97,3496.09,26119211,99.86,0,0,0.19,506.93,3496.11,26119212,99.8,0,0,0.18,506.92,3496.13,26119213,99.79,0,0,0.16,506.89,3496.15,26119214,99.62,0,0,0.64,506.81,3496.26,26119215,99.68,0,0,0.26,507.34,3495.75,26119216,99.78,0,0,0.15,507.36,3495.73,26119217,99.81,0,0,0.21,507.33,3495.76,26119218,99.83,0,0,0.14,507.3,3495.78,26119219,99.69,0,0,0.55,507.75,3495.32,26119220,99.68,0,0,0.3,506.98,3496.11,26119221,99.82,0,0,0.13,506.96,3496.13,26119222,99.79,0,0,0.16,506.93,3496.15,26119223,99.82,0,0,0.14,506.92,3496.16,26119224,99.66,0,0,0.55,507.46,3495.61,26119225,99.68,0,0,0.28,506.66,3496.43,26119226,99.8,0,0,0.16,506.62,3496.46,26119227,99.83,0,0,0.14,506.61,3496.47,26119228,99.82,0,0,0.17,506.58,3496.5,26119229,99.68,0,0,0.51,507.14,3495.93,26119230,99.69,0,0,0.32,507.6,3495.48,26119231,99.83,0,0,0.16,507.7,3495.38,26119232,99.78,0,0,0.14,507.69,3495.39,26119233,99.84,0,0,0.15,507.66,3495.41,26119234,99.7,0,0,0.38,507.98,3495.09,26119235,99.66,0,0,0.51,506.46,3496.64,26119236,99.8,0,0,0.16,506.4,3496.7,26119237,99.83,0,0,0.15,506.37,3496.72,26119238,99.85,0,0,0.14,506.36,3496.73,26119239,99.38,0,0,0.57,507.64,3495.43,26119240,99.71,0,0,0.44,507.07,3496.01,26119241,99.84,0,0,0.18,507.04,3496.04,26119242,99.83,0,0,0.16,507.17,3495.9,26119243,99.85,0,0,0.17,507.22,3495.85,26119244,99.77,0,0,0.17,507.2,3495.88,26119245,99.57,0,0,0.71,507.82,3495.28,26119246,99.84,0,0,0.18,507.42,3495.68,26119247,99.82,0,0,0.17,507.41,3495.68,26119248,99.83,0,0,0.2,507.39,3495.7,26119249,99.84,0,0,0.17,507.37,3495.72,26119250,99.62,0,0,0.75,507.68,3495.41,26119251,99.84,0,0,0.2,507.08,3496.01,26119252,99.85,0,0,0.15,507.07,3496.02,26119253,99.8,0,0,0.15,507.17,3495.91,26119254,99.85,0,0.01,0.15,507.2,3495.88,26119255,99.67,0,0,0.67,507.81,3495.28,26119256,99.81,0,0,0.14,507.64,3495.45,26119257,99.84,0,0,0.16,507.62,3495.47,26119258,99.81,0,0,0.15,507.59,3495.5,26119259,99.86,0,0,0.15,507.58,3495.5,26119260,99.3,0,0,0.73,507.66,3495.44,26119261,99.79,0,0,0.13,507.44,3495.65,26119262,99.8,0,0,0.17,507.46,3495.63,26119263,99.8,0,0,0.14,507.43,3495.65,26119264,99.85,0,0,0.17,507.43,3495.65,26119265,99.58,0,0,0.67,508.1,3494.99,26119266,99.86,0,0,0.17,507.39,3495.7,26119267,99.84,0,0,0.14,507.38,3495.71,26119268,99.84,0,0,0.15,507.35,3495.73,26119269,99.7,0,0,0.29,507.59,3495.47,26119270,99.54,0,0,0.53,508.06,3495.01,26119271,99.83,0,0,0.28,507.32,3495.75,26119272,99.75,0,0,0.16,507.34,3495.72,26119273,99.85,0,0,0.14,507.46,3495.6,26119274,99.85,0,0,0.15,507.43,3495.63,26119275,99.56,0,0,0.47,507.82,3495.24,26119276,99.84,0,0,0.37,507.9,3495.16,26119277,99.83,0,0,0.2,507.87,3495.19,26119278,99.82,0,0,0.15,507.86,3495.2,26119279,99.85,0,0,0.14,507.37,3495.68,26119280,99.63,0,0,0.45,507.23,3495.84,26119281,99.82,0,0,0.41,507.07,3496,26119282,99.83,0,0,0.13,507.06,3496,26119283,99.87,0,0,0.2,507.11,3495.95,26119284,99.83,0,0,0.18,507.19,3495.86,26119285,99.76,0,0,0.34,506.71,3496.35,26119286,99.7,0,0,0.6,507.49,3495.58,26119287,99.85,0,0,0.17,507.16,3495.9,26119288,99.85,0,0,0.14,507.15,3495.9,26119289,99.8,0,0,0.19,506.84,3496.21,26119290,99.73,0,0,0.29,506.88,3496.18,26119291,99.69,0,0,0.63,507.49,3495.59,26119292,99.8,0,0,0.14,506.83,3496.25,26119293,97.51,0,0,0.14,506.82,3496.26,26119294,99.83,0,0,0.15,506.79,3496.28,26119295,99.78,0,0,0.27,506.94,3496.15,26119296,99.68,0,0,0.55,507.31,3495.78,26119297,99.87,0,0,0.18,506.94,3496.14,26119298,99.84,0,0,0.14,506.91,3496.16,26119299,99.72,0,0,0.39,507.12,3495.94,26119300,99.78,0,0,0.27,506.64,3496.43,26119301,99.67,0,0,0.55,507.22,3495.84,26119302,99.85,0,0,0.14,507.08,3495.97,26119303,99.86,0,0,0.15,507.04,3496,26119304,99.84,0,0,0.14,507.03,3496.01,26119305,99.75,0,0,0.29,507.02,3496.04,26119306,99.7,0,0,0.79,507.3,3495.75,26119307,99.85,0,0,0.16,506.92,3496.13,26119308,99.85,0,0,0.14,506.9,3496.15,26119309,99.84,0,0,0.16,506.88,3496.16,26119310,99.75,0,0,0.29,507.36,3495.69,26119311,99.7,0,0,0.56,507.81,3495.24,26119312,99.83,0,0,0.14,507.09,3495.96,26119313,99.83,0,0,0.15,507.07,3495.97,26119314,99.86,0,0,0.14,507.04,3496,26119315,99.72,0,0,0.27,507.15,3495.91,26119316,99.71,0,0,0.33,507.38,3495.67,26119317,99.83,0,0,0.38,507.28,3495.77,26119318,99.82,0,0,0.14,507.44,3495.6,26119319,99.8,0,0,0.15,507.42,3495.62,26119320,99.65,0.03,0,0.29,506.43,3496.63,26119321,99.7,0,0,0.31,506.78,3496.27,26119322,99.81,0,0,0.38,507.2,3495.85,26119323,99.86,0,0,0.14,507.17,3495.87,26119324,99.84,0,0,0.15,507.16,3495.88,26119325,99.72,0,0,0.28,506.21,3496.84,26119326,99.83,0,0,0.16,506.15,3496.89,26119327,99.71,0,0,0.6,507.61,3495.43,26119328,99.85,0,0,0.14,507.1,3495.94,26119329,99.76,0,0,0.27,507.31,3495.71,26119330,99.74,0,0,0.28,507.33,3495.72,26119331,99.83,0,0,0.16,507.3,3495.75,26119332,96.48,0.02,0.01,78.84,521.57,3483.09,26119333,99.83,0,0,0.34,509.98,3492.99,26119334,99.78,0,0,0.14,509.95,3493.01,26119335,99.68,0,0,0.28,509.48,3493.51,26119336,99.81,0,0,0.16,509.44,3493.54,26119337,99.68,0,0,0.69,508.63,3494.36,26119338,99.83,0,0,0.16,507,3496.01,26119339,99.81,0,0,0.14,507.16,3495.84,26119340,99.76,0,0,0.27,506.91,3496.11,26119341,99.81,0,0,0.16,506.9,3496.12,26119342,99.66,0,0,0.54,507.47,3495.54,26119343,99.82,0,0,0.19,507.33,3495.68,26119344,99.78,0,0,0.17,507.31,3495.69,26119345,99.58,0,0,0.3,507.31,3495.72,26119346,99.79,0,0,0.16,507.3,3495.73,26119347,94.43,0,0,0.57,508.89,3494.14,26119348,99.82,0,0,0.19,507.26,3495.77,26119349,99.74,0,0,0.22,506.99,3496.03,26119350,99.63,0,0,0.29,506.76,3496.28,26119351,99.78,0,0,0.16,506.65,3496.38,26119352,99.67,0,0,0.54,506.86,3496.17,26119353,99.79,0,0,0.17,505.87,3497.15,26119354,99.8,0,0,0.16,505.84,3497.18,26119355,99.71,0,0,0.33,507.02,3496.01,26119356,99.83,0,0,0.16,507.05,3495.98,26119357,99.68,0,0,0.55,507.42,3495.61,26119358,99.84,0,0,0.17,507.25,3495.77,26119359,99.75,0,0,0.32,507.45,3495.54,26119360,99.7,0,0,0.28,507.85,3495.16,26119361,99.82,0,0,0.16,507.87,3495.13,26119362,99.83,0,0,0.14,507.86,3495.14,26119363,99.7,0,0,0.56,507.71,3495.29,26119364,99.84,0,0,0.14,507.32,3495.69,26119365,99.77,0,0,0.29,507.33,3495.7,26119366,99.88,0,0,0.14,507.3,3495.73,26119367,99.89,0,0,0.16,507.29,3495.73,26119368,99.8,0,0,0.55,507.11,3495.91,26119369,99.9,0,0,0.14,506.49,3496.53,26119370,99.88,0,0,0.27,506.99,3496.04,26119371,99.89,0,0,0.17,507.1,3495.93,26119372,99.9,0,0,0.18,507.14,3495.89,26119373,99.76,0,0,0.59,507.87,3495.15,26119374,99.93,0,0,0.15,507.59,3495.43,26119375,99.83,0,0,0.27,507.34,3495.7,26119376,99.92,0,0,0.15,507.32,3495.71,26119377,99.92,0,0,0.15,507.29,3495.73,26119378,99.76,0,0,0.57,507.31,3495.71,26119379,99.93,0,0,0.14,506.76,3496.26,26119380,99.67,0,0,0.32,506.99,3496.05,26119381,99.89,0,0,0.12,507.11,3495.92,26119382,99.87,0,0,0.16,507.17,3495.86,26119383,99.76,0,0,0.58,507.92,3495.1,26119384,99.88,0,0,0.15,507.62,3495.39,26119385,99.85,0,0,0.32,507.62,3495.41,26119386,99.93,0,0,0.14,507.59,3495.44,26119387,99.92,0,0,0.14,507.57,3495.46,26119388,99.78,0,0,0.55,507.89,3495.13,26119389,99.78,0,0,0.34,507.26,3495.73,26119390,99.77,0,0,0.29,507.26,3495.75,26119391,99.9,0,0,0.16,507.36,3495.65,26119392,99.9,0,0,0.14,507.39,3495.62,26119393,99.76,0,0,0.56,507.86,3495.14,26119394,99.92,0,0,0.2,507.83,3495.19,26119395,99.77,0,0,0.29,507.6,3495.45,26119396,99.9,0,0,0.14,507.56,3495.49,26119397,99.91,0,0,0.22,507.53,3495.51,26119398,99.78,0,0,0.43,508.21,3494.82,26119399,91.8,5.9,0.01,75.84,521.75,3475.47,26119400,89.88,0.04,0.01,211.62,524.75,3463.61,26119401,99.88,0,0,0.19,509.57,3490.94,26119402,99.87,0,0,0.14,509.56,3490.95,26119403,99.9,0,0,0.16,509.53,3490.97,26119404,99.78,0,0,0.61,510.1,3490.4,26119405,98.32,0,0,15.7,510.77,3490.59,26119406,99.89,0,0,0.17,506.83,3494.06,26119407,99.93,0,0,0.15,506.81,3494.09,26119408,99.93,0,0,0.16,506.79,3494.11,26119409,99.75,0,0,0.61,507.49,3493.41,26119410,99.86,0,0,0.29,507.26,3493.65,26119411,99.9,0,0,0.16,507.02,3493.89,26119412,99.9,0,0,0.16,506.97,3493.94,26119413,99.93,0,0,0.16,506.97,3493.94,26119414,99.78,0,0,0.56,507.48,3493.42,26119415,99.77,0,0,0.3,507.18,3493.74,26119416,99.91,0,0.01,0.16,507.23,3493.69,26119417,99.91,0,0,0.16,507.33,3493.58,26119418,99.9,0,0,0.15,507.31,3493.6,26119419,99.71,0,0,0.69,507.69,3493.2,26119420,99.82,0,0,0.32,507.54,3493.38,26119421,99.89,0,0,0.15,507.52,3493.38,26119422,99.92,0,0,0.14,507.49,3493.41,26119423,99.94,0,0,0.16,507.48,3493.42,26119424,99.77,0,0,0.5,507.7,3493.21,26119425,99.83,0,0,0.39,506.99,3493.95,26119426,99.93,0,0,0.14,507.13,3493.8,26119427,99.9,0,0,0.16,507.13,3493.8,26119428,99.9,0,0,0.14,507.1,3493.83,26119429,99.78,0,0,0.5,507.43,3493.49,26119430,99.79,0,0,0.32,507.57,3493.37,26119431,99.91,0,0,0.15,507.53,3493.4,26119432,99.9,0,0,0.17,507.51,3493.42,26119433,99.91,0,0,0.14,507.13,3493.8,26119434,99.77,0,0,0.45,507.14,3493.78,26119435,99.84,0,0,0.41,506.07,3494.87,26119436,99.9,0,0,0.16,506.15,3494.78,26119437,99.92,0,0,0.15,506.12,3494.81,26119438,99.91,0,0,0.16,506.11,3494.82,26119439,99.78,0,0,0.41,506.57,3494.35,26119440,99.73,0,0,0.42,506.09,3494.85,26119441,99.93,0,0,0.16,506.06,3494.88,26119442,99.92,0,0,0.14,506.03,3494.9,26119443,99.92,0,0,0.14,506.02,3494.91,26119444,99.88,0,0,0.17,505.98,3494.94,26119445,99.65,0,0,0.7,506.84,3494.09,26119446,99.9,0,0,0.16,506.59,3494.35,26119447,99.92,0,0,0.14,506.62,3494.31,26119448,99.89,0,0,0.14,506.6,3494.32,26119449,99.68,0,0,0.36,506.81,3494.1,26119450,99.62,0,0,0.67,506.8,3494.13,26119451,99.9,0,0,0.16,506.3,3494.62,26119452,99.87,0,0,0.15,506.29,3494.63,26119453,99.86,0,0,0.16,506.26,3494.66,26119454,99.9,0,0,0.15,506.25,3494.67,26119455,99.6,0,0,0.7,507.45,3493.47,26119456,99.87,0,0,0.21,506.7,3494.21,26119457,99.88,0,0,0.2,506.57,3494.34,26119458,99.92,0,0,0.16,506.59,3494.31,26119459,99.9,0,0,0.14,506.58,3494.32,26119460,99.64,0,0,0.72,507.31,3493.6,26119461,99.86,0,0,0.14,506.8,3494.11,26119462,99.85,0,0,0.14,506.77,3494.14,26119463,99.93,0,0,0.16,506.77,3494.14,26119464,99.9,0,0,0.14,506.73,3494.17,26119465,99.62,0.03,0.98,0.77,507.26,3493.66,26119466,99.9,0,0,0.21,506.81,3494.09,26119467,99.88,0,0,0.19,506.78,3494.12,26119468,99.58,0,0,0.18,506.75,3494.14,26119469,99.89,0,0,0.18,506.64,3494.25,26119470,99.62,0,0,0.59,506.84,3494.07,26119471,99.9,0,0,0.28,507.21,3493.69,26119472,99.88,0,0,0.16,507.29,3493.61,26119473,99.91,0,0,0.15,507.33,3493.56,26119474,99.9,0,0,0.15,507.32,3493.57,26119475,99.62,0,0,0.45,508.07,3492.84,26119476,99.01,0,0,0.39,507.53,3493.37,26119477,99.91,0,0,0.14,507.51,3493.38,26119478,99.88,0,0,0.15,507.51,3493.39,26119479,99.77,0,0,0.29,507.47,3493.39,26119480,99.84,0,0,0.27,507.69,3493.2,26119481,99.77,0,0,0.56,507.81,3493.07,26119482,99.89,0,0,0.15,507.54,3493.34,26119483,99.89,0,0,0.15,507.57,3493.3,26119484,99.85,0,0,0.14,507.56,3493.31,26119485,99.76,0,0,0.3,507.07,3493.82,26119486,99.71,0,0,0.65,507.61,3493.27,26119487,99.88,0,0,0.16,507.26,3493.62,26119488,99.92,0,0,0.16,507.24,3493.63,26119489,99.89,0,0,0.17,507.22,3493.65,26119490,99.78,0,0,0.29,506.53,3494.35,26119491,99.79,0,0,0.63,507.9,3492.98,26119492,99.92,0,0,0.13,507.41,3493.46,26119493,99.91,0,0,0.16,507.53,3493.33,26119494,99.89,0,0,0.16,507.56,3493.3,26119495,99.77,0,0,0.28,507.33,3493.54,26119496,99.78,0,0,0.5,507.16,3493.71,26119497,99.93,0,0,0.21,506.3,3494.56,26119498,99.95,0,0,0.14,506.27,3494.58,26119499,99.91,0,0,0.17,506.26,3494.59,26119500,99.75,0,0,0.27,507.21,3493.65,26119501,99.77,0,0,0.59,507.69,3493.17,26119502,99.87,0,0,0.16,507.44,3493.43,26119503,99.92,0,0,0.14,507.41,3493.46,26119504,99.92,0,0,0.15,507.5,3493.37,26119505,99.87,0,0,0.29,507.34,3493.54,26119506,99.79,0,0,0.44,507.76,3493.12,26119507,99.9,0,0,0.28,507.53,3493.34,26119508,99.92,0,0,0.16,507.52,3493.34,26119509,99.8,0,0,0.3,507.73,3493.11,26119510,99.85,0,0,0.31,507.99,3492.87,26119511,99.75,0,0,0.57,508.4,3492.46,26119512,99.9,0,0,0.14,507.44,3493.41,26119513,99.91,0,0,0.16,507.41,3493.44,26119514,99.91,0,0,0.15,507.43,3493.41,26119515,99.75,0,0,0.28,506.6,3494.26,26119516,99.8,0,0,0.3,506.93,3493.92,26119517,99.88,0,0,0.45,507.52,3493.33,26119518,99.91,0,0,0.14,507.49,3493.35,26119519,99.92,0,0,0.14,507.48,3493.36,26119520,99.81,0.01,0.84,0.3,507.76,3493.09,26119521,99.75,0,0,0.33,508.16,3492.68,26119522,99.88,0,0,0.41,507.55,3493.29,26119523,99.92,0,0,0.15,507.52,3493.31,26119524,99.92,0,0,0.16,507.49,3493.34,26119525,99.78,0,0,0.29,507.49,3493.35,26119526,99.92,0,0.03,0.17,507.45,3493.39,26119527,99.77,0.01,0.21,0.59,507.98,3492.86,26119528,99.93,0,0,0.15,507.81,3493.02,26119529,98.56,0,0,0.19,507.78,3493.04,26119530,99.73,0,0,0.28,508.1,3492.75,26119531,99.88,0,0,0.15,507.99,3492.85,26119532,99.74,0,0,0.55,508.34,3492.49,26119533,99.91,0,0.01,0.15,507.69,3493.14,26119534,99.88,0,0,0.18,507.66,3493.17,26119535,99.68,0,0,0.31,507.66,3493.18,26119536,99.65,0,0,0.18,507.76,3493.08,26119537,99.75,0,0,0.54,508.27,3492.57,26119538,99.9,0,0,0.15,508.01,3492.84,26119539,99.75,0,0,0.28,507.98,3492.84,26119540,99.81,0,0,0.32,507.99,3492.85,26119541,99.92,0,0,0.18,507.96,3492.87,26119542,99.75,0,0,0.41,508.3,3492.53,26119543,99.92,0,0,0.29,507.91,3492.91,26119544,99.93,0,0,0.14,507.88,3492.93,26119545,99.79,0,0,0.28,507.65,3493.19,26119546,99.92,0,0,0.16,507.62,3493.21,26119547,99.75,0,0,0.55,508.59,3492.24,26119548,99.92,0,0,0.16,508.01,3492.81,26119549,99.89,0,0,0.14,507.99,3492.82,26119550,99.77,0,0,0.27,507.74,3493.09,26119551,99.9,0,0,0.15,507.72,3493.11,26119552,99.77,0,0,0.42,508.11,3492.71,26119553,99.93,0,0,0.29,507.92,3492.9,26119554,99.9,0,0,0.14,507.9,3492.91,26119555,99.76,0,0,0.3,507.68,3493.16,26119556,99.9,0,0,0.15,507.64,3493.19,26119557,99.93,0,0,0.14,507.62,3493.21,26119558,99.77,0,0,0.58,508.04,3492.78,26119559,99.9,0,0,0.15,507.76,3493.06,26119560,99.73,0,0,0.29,507.04,3493.79,26119561,99.89,0,0,0.14,507,3493.83,26119562,99.9,0,0,0.16,506.99,3493.84,26119563,99.68,0,0,0.6,508.04,3492.78,26119564,99.9,0,0,0.15,507.68,3493.13,26119565,99.72,0,0,0.34,506.53,3494.3,26119566,99.88,0,0,0.16,506.44,3494.39,26119567,99.89,0,0,0.13,506.4,3494.42,26119568,99.75,0,0,0.59,508.1,3492.72,26119569,99.78,0,0,0.28,507.9,3492.88,26119570,99.79,0,0,0.27,508.03,3492.76,26119571,99.89,0,0,0.16,508,3492.79,26119572,99.83,0,0,0.16,507.96,3492.82,26119573,99.74,0,0,0.55,508.45,3492.33,26119574,99.9,0,0,0.18,508.16,3492.62,26119575,99.68,0,0,0.3,507.91,3492.88,26119576,99.93,0,0,0.16,507.89,3492.9,26119577,99.9,0.01,0.04,0.2,508.14,3492.65,26119578,99.78,0,0,0.59,508.6,3492.17,26119579,99.93,0,0,0.14,508.21,3492.56,26119580,99.83,0,0,0.29,508.45,3492.33,26119581,99.9,0,0,0.14,508.43,3492.34,26119582,99.9,0,0,0.16,508.41,3492.37,26119583,99.77,0,0,0.5,508.63,3492.13,26119584,99.9,0,0,0.2,508.12,3492.64,26119585,99.81,0,0,0.29,507.73,3493.05,26119586,99.94,0,0,0.14,507.79,3492.99,26119587,99.93,0,0,0.14,507.78,3492.99,26119588,99.78,0,0,0.6,508.21,3492.56,26119589,99.84,0,0.01,0.23,507.05,3493.71,26119590,99.68,0,0,0.3,506.95,3493.83,26119591,99.89,0,0,0.17,506.92,3493.85,26119592,99.84,0,0,0.19,506.9,3493.87,26119593,99.77,0,0,0.43,507.24,3493.53,26119594,99.9,0,0,0.31,506.96,3493.8,26119595,99.74,0,0,0.31,507.53,3493.24,26119596,99.89,0,0,0.18,507.51,3493.26,26119597,99.88,0,0,0.18,507.5,3493.27,26119598,99.77,0,0,0.43,507.8,3492.96,26119599,99.58,0,0,0.5,507,3493.74,26119600,99.73,0,0,0.31,506.24,3494.52,26119601,99.83,0,0,0.19,506.19,3494.57,26119602,99.87,0,0,0.18,506.17,3494.57,26119603,99.88,0,0,0.18,506.14,3494.6,26119604,99.74,0,0,0.58,507.41,3493.35,26119605,99.71,0,0,0.36,507.26,3493.52,26119606,99.91,0,0,0.15,507.29,3493.48,26119607,99.86,0,0,0.15,507.27,3493.5,26119608,99.88,0,0,0.18,507.25,3493.51,26119609,99.71,0,0.03,0.56,508.05,3492.7,26119610,99.73,0,0,0.29,507.45,3493.32,26119611,99.88,0,0,0.16,507.41,3493.36,26119612,99.91,0,0,0.15,507.41,3493.36,26119613,99.9,0,0,0.16,507.37,3493.39,26119614,99.76,0,0,0.48,507.58,3493.18,26119615,99.84,0,0,0.34,506.97,3493.81,26119616,99.91,0,0,0.15,507.03,3493.74,26119617,99.9,0,0,0.16,507.01,3493.76,26119618,99.9,0,0,0.14,506.98,3493.78,26119619,99.75,0,0,0.56,507.61,3493.15,26119620,99.73,0,0,0.3,507.21,3493.57,26119621,99.86,0,0,0.16,507.18,3493.61,26119622,99.87,0,0,0.15,507.17,3493.62,26119623,99.92,0,0,0.19,507.14,3493.64,26119624,99.74,0,0,0.49,507.68,3493.1,26119625,99.83,0,0,0.38,507.46,3493.33,26119626,99.9,0,0,0.16,507.52,3493.27,26119627,99.89,0,0,0.15,507.5,3493.28,26119628,99.88,0,0,0.16,507.5,3493.28,26119629,99.51,0,0,0.82,508.2,3492.55,26119630,99.79,0,0,0.33,507.69,3493.08,26119631,99.9,0,0,0.12,507.66,3493.1,26119632,99.9,0,0,0.16,507.63,3493.13,26119633,99.92,0,0,0.14,507.61,3493.14,26119634,99.77,0,0,0.32,507.99,3492.79,26119635,99.79,0,0,0.57,507.71,3493.08,26119636,99.88,0,0,0.16,507.75,3493.03,26119637,99.9,0,0,0.26,507.5,3493.28,26119638,99.9,0,0,0.22,507.47,3493.31,26119639,99.75,0,0,0.41,507.82,3492.96,26119640,99.67,0,0,0.42,506.58,3494.21,26119641,99.88,0,0,0.14,506.43,3494.36,26119642,99.9,0,0,0.16,506.42,3494.36,26119643,99.91,0,0,0.14,506.39,3494.39,26119644,99.9,0,0,0.15,506.38,3494.39,26119645,99.58,0,0,0.69,506.99,3493.8,26119646,99.9,0,0,0.16,506.62,3494.16,26119647,99.89,0.01,0.01,0.18,506.79,3493.99,26119648,99.9,0,0,0.18,506.69,3494.08,26119649,99.9,0,0,0.16,506.79,3493.98,26119650,99.57,0,0,0.71,507.92,3492.86,26119651,99.88,0,0,0.14,507.37,3493.41,26119652,99.9,0,0,0.14,507.37,3493.41,26119653,99.91,0,0,0.15,507.47,3493.3,26119654,99.9,0,0.01,0.17,507.5,3493.27,26119655,99.7,0,0,0.53,508.32,3492.46,26119656,99.93,0,0,0.3,507.96,3492.82,26119657,99.91,0,0,0.14,507.93,3492.84,26119658,99.88,0,0,0.14,507.89,3492.87,26119659,99.78,0,0.01,0.31,507.88,3492.86,26119660,99.71,0,0,0.72,507.99,3492.77,26119661,99.9,0,0,0.16,507.72,3493.03,26119662,99.92,0,0,0.15,507.77,3492.98,26119663,99.88,0,0,0.15,507.74,3493.01,26119664,99.89,0,0,0.14,507.71,3493.03,26119665,99.61,0,0,0.6,508.1,3492.65,26119666,99.86,0,0,0.29,507.7,3493.04,26119667,99.89,0,0,0.18,507.67,3493.07,26119668,99.9,0,0,0.14,507.66,3493.07,26119669,99.87,0,0,0.14,507.63,3493.11,26119670,99.66,0,0,0.71,508.24,3492.5,26119671,99.86,0,0,0.14,507.86,3492.88,26119672,99.85,0,0,0.17,507.85,3492.89,26119673,99.88,0,0,0.14,507.92,3492.81,26119674,99.9,0,0,0.14,507.98,3492.75,26119675,99.62,0,0,0.75,508.1,3492.64,26119676,99.85,0,0,0.14,507.72,3493.03,26119677,99.87,0,0,0.16,507.7,3493.04,26119678,99.88,0,0,0.14,507.67,3493.06,26119679,99.88,0,0,0.14,507.66,3493.07,26119680,99.51,0,0,0.46,508.04,3492.71,26119681,99.89,0,0,0.39,507.39,3493.35,26119682,99.84,0,0,0.14,507.37,3493.37,26119683,99.85,0,0,0.14,507.35,3493.38,26119684,99.85,0,0,0.15,507.4,3493.34,26119685,99.79,0,0,0.29,507.74,3493,26119686,99.76,0,0,0.56,508.3,3492.44,26119687,99.89,0,0,0.16,507.71,3493.03,26119688,99.87,0,0,0.14,507.69,3493.04,26119689,99.64,0,0,0.3,508.13,3492.59,26119690,99.7,0,0,0.3,507.21,3493.54,26119691,99.71,0,0,0.56,507.49,3493.25,26119692,99.87,0,0,0.17,507.12,3493.62,26119693,99.81,0,0,0.15,507.1,3493.63,26119694,99.87,0,0,0.15,507.08,3493.65,26119695,99.76,0,0,0.32,508.22,3492.52,26119696,94.7,0.5,0.02,262.11,520.75,3479.9,26119697,99.83,0,0,0.34,509.17,3491.95,26119698,99.92,0,0,0.15,509.14,3491.97,26119699,99.85,0,0,0.14,509.12,3491.99,26119700,99.76,0,0,0.29,509.84,3491.28,26119701,99.75,0,0,0.59,509.18,3491.95,26119702,99.9,0,0,0.16,507.9,3493.25,26119703,99.91,0,0,0.15,507.87,3493.27,26119704,99.9,0,0,0.14,507.97,3493.17,26119705,99.72,0,0,0.33,508.03,3493.12,26119706,99.75,0,0,0.41,508.48,3492.68,26119707,99.88,0,0,0.28,508,3493.17,26119708,99.88,0,0,0.16,507.98,3493.19,26119709,99.89,0,0,0.16,507.91,3493.24,26119710,99.8,0,0,0.29,507.48,3493.7,26119711,99.74,0,0,0.51,507.89,3493.28,26119712,99.87,0,0,0.19,507.91,3493.25,26119713,99.89,0,0,0.14,507.9,3493.26,26119714,99.87,0,0,0.15,507.86,3493.29,26119715,99.68,0,0,0.32,508.14,3493.03,26119716,99.75,0,0,0.4,508.66,3492.51,26119717,99.9,0,0,0.3,508.27,3492.89,26119718,99.86,0,0,0.15,508.27,3492.89,26119719,99.68,0,0,0.34,507.52,3493.62,26119720,99.73,0,0,0.29,507.02,3494.13,26119721,99.81,0,0,0.16,507.24,3493.91,26119722,99.82,0,0,0.54,508.3,3492.84,26119723,99.85,0,0,0.15,507.92,3493.21,26119724,99.85,0,0,0.14,507.9,3493.25,26119725,99.69,0,0,0.34,508.25,3492.92,26119726,99.9,0,0,0.14,508.3,3492.86,26119727,99.69,0,0,0.55,508.63,3492.53,26119728,99.87,0,0,0.14,508.27,3492.89,26119729,99.88,0,0,0.14,508.23,3492.92,26119730,99.8,0,0,0.31,508.23,3492.94,26119731,99.83,0,0,0.14,508.21,3492.95,26119732,99.72,0,0,0.57,508.53,3492.63,26119733,99.87,0,0,0.16,508.16,3493,26119734,99.82,0,0,0.14,508.14,3493.02,26119735,99.75,0,0,0.29,507.9,3493.26,26119736,99.82,0,0,0.16,508.06,3493.11,26119737,99.72,0,0,0.54,508.9,3492.26,26119738,99.82,0,0,0.14,508.26,3492.89,26119739,99.81,0,0,0.14,508.24,3492.91,26119740,99.62,0,0,0.29,506.79,3494.37,26119741,99.84,0,0,0.14,506.55,3494.61,26119742,99.73,0,0,0.41,506.8,3494.36,26119743,99.88,0,0,0.29,506.94,3494.21,26119744,99.88,0,0,0.15,506.92,3494.23,26119745,99.67,0,0,0.3,507.17,3494,26119746,99.83,0,0,0.14,507.15,3494.02,26119747,99.75,0,0,0.5,507.66,3493.5,26119748,99.9,0,0,0.2,507.28,3493.88,26119749,99.73,0,0,0.31,507.52,3493.61,26119750,99.72,0,0,0.3,505.81,3495.34,26119751,99.78,0.03,0.85,0.16,505.76,3495.39,26119752,99.67,0.03,1.16,0.46,506.48,3494.66,26119753,99.85,0,0,0.35,506.89,3494.25,26119754,99.81,0.01,0.1,0.16,506.92,3494.21,26119755,99.7,0,0,0.32,506.97,3494.18,26119756,99.88,0,0,0.14,506.94,3494.2,26119757,99.66,0,0,0.59,507.5,3493.64,26119758,99.78,0,0,0.16,506.15,3494.98,26119759,99.81,0,0,0.15,506.14,3494.98,26119760,99.64,0,0,0.31,506.85,3494.29,26119761,99.83,0,0,0.14,506.99,3494.15,26119762,99.8,0,0,0.15,507.01,3494.12,26119763,99.67,0,0,0.54,507.94,3493.19,26119764,99.83,0,0,0.14,507.47,3493.66,26119765,99.74,0,0,0.3,507.71,3493.43,26119766,99.81,0,0,0.14,507.69,3493.45,26119767,99.8,0,0,0.15,507.67,3493.46,26119768,99.68,0,0,0.56,508.01,3493.12,26119769,99.82,0,0,0.18,507.59,3493.53,26119770,99.72,0,0,0.28,507.61,3493.53,26119771,99.82,0,0,0.14,507.6,3493.54,26119772,99.84,0,0,0.16,507.75,3493.38,26119773,99.69,0,0,0.57,507.9,3493.23,26119774,99.81,0,0,0.15,507.44,3493.68,26119775,99.68,0,0,0.3,507.45,3493.69,26119776,99.82,0,0,0.19,507.42,3493.71,26119777,99.84,0,0,0.16,507.39,3493.75,26119778,99.68,0,0,0.56,508.12,3493.01,26119779,99.71,0,0,0.33,507.82,3493.3,26119780,99.69,0,0,0.34,507.74,3493.4,26119781,99.81,0,0,0.18,507.79,3493.35,26119782,99.8,0,0,0.14,507.77,3493.37,26119783,99.67,0,0,0.57,508.14,3493,26119784,99.79,0,0,0.18,507.49,3493.67,26119785,99.76,0,0,0.29,507.73,3493.45,26119786,99.84,0,0,0.16,507.7,3493.48,26119787,99.78,0,0,0.14,507.68,3493.5,26119788,99.64,0,0,0.4,507.95,3493.22,26119789,99.79,0,0,0.29,507.39,3493.78,26119790,99.74,0,0,0.3,507.64,3493.54,26119791,99.82,0,0,0.13,507.72,3493.46,26119792,99.8,0,0,0.16,507.79,3493.38,26119793,99.67,0,0,0.43,508.05,3493.12,26119794,99.79,0,0,0.29,507.5,3493.66,26119795,99.64,0,0,0.36,507.79,3493.39,26119796,99.8,0,0,0.16,507.73,3493.45,26119797,99.82,0,0,0.14,507.72,3493.45,26119798,99.68,0,0,0.41,508.06,3493.11,26119799,99.82,0.01,0.01,0.33,507.72,3493.44,26119800,99.54,0,0,0.31,506.57,3494.6,26119801,99.76,0,0,0.16,506.51,3494.66,26119802,99.79,0,0,0.14,506.49,3494.68,26119803,99.8,0,0.02,0.17,506.46,3494.7,26119804,99.54,0,0,0.6,507.85,3493.3,26119805,99.71,0,0,0.31,507.64,3493.53,26119806,99.82,0,0,0.14,507.63,3493.54,26119807,99.81,0,0,0.17,507.6,3493.56,26119808,99.8,0,0,0.14,507.77,3493.38,26119809,99.58,0,0,0.71,508.33,3492.81,26119810,99.73,0,0,0.3,507.99,3493.16,26119811,99.79,0,0,0.15,507.96,3493.19,26119812,99.79,0,0,0.16,507.93,3493.21,26119813,99.85,0,0,0.14,507.92,3493.22,26119814,99.68,0,0,0.57,507.69,3493.44,26119815,99.69,0,0,0.3,506.92,3494.23,26119816,99.83,0,0,0.16,506.89,3494.26,26119817,99.8,0,0,0.18,507.11,3494.03,26119818,99.84,0,0,0.15,507.09,3494.05,26119819,99.67,0,0,0.48,506.97,3494.16,26119820,99.75,0,0,0.37,507.01,3494.14,26119821,99.85,0,0,0.16,507,3494.14,26119822,99.8,0,0,0.14,506.98,3494.16,26119823,99.81,0,0,0.15,506.96,3494.18,26119824,99.65,0,0,0.57,507.8,3493.33,26119825,99.66,0.05,1.94,0.54,507.43,3493.72,26119826,99.8,0.03,1.19,0.24,507.46,3493.65,26119827,99.78,0,0,0.14,507.47,3493.64,26119828,99.79,0,0.01,0.16,507.44,3493.68,26119829,99.66,0,0.01,0.55,507.82,3493.29,26119830,99.62,0,0,0.35,507.65,3493.48,26119831,99.79,0,0,0.14,507.63,3493.5,26119832,98.4,0,0,0.17,507.6,3493.53,26119833,99.83,0,0,0.18,507.59,3493.53,26119834,99.69,0,0,0.51,507.97,3493.15,26119835,99.75,0,0,0.38,507.54,3493.59,26119836,99.82,0,0,0.14,507.48,3493.65,26119837,99.83,0,0,0.14,507.46,3493.67,26119838,99.83,0,0.01,0.15,507.43,3493.7,26119839,99.58,0,0,0.59,508.55,3492.55,26119840,99.68,0,0,0.41,507.89,3493.22,26119841,99.81,0,0,0.16,507.88,3493.23,26119842,99.81,0,0,0.14,507.84,3493.26,26119843,99.82,0,0,0.14,507.83,3493.27,26119844,99.8,0,0,0.18,507.8,3493.29,26119845,99.48,0,0,0.7,508.05,3493.06,26119846,99.8,0,0,0.14,507.76,3493.35,26119847,99.8,0,0,0.16,507.74,3493.37,26119848,99.78,0,0,0.14,507.72,3493.38,26119849,99.79,0,0,0.15,507.69,3493.4,26119850,99.49,0,0,0.68,508.51,3492.6,26119851,99.82,0,0,0.15,508.16,3492.94,26119852,99.79,0,0,0.16,508.15,3492.95,26119853,99.83,0,0,0.14,508.11,3492.98,26119854,99.78,0,0,0.14,508.09,3493,26119855,99.62,0,0,0.69,508.15,3492.97,26119856,99.84,0,0,0.16,507.88,3493.23,26119857,99.82,0,0,0.13,508,3493.11,26119858,99.83,0,0,0.16,507.97,3493.13,26119859,99.82,0,0,0.16,507.96,3493.14,26119860,99.46,0,0,0.64,508.74,3492.37,26119861,99.81,0,0,0.2,508.19,3492.92,26119862,99.81,0,0,0.16,508.16,3492.94,26119863,99.84,0,0,0.14,508.12,3492.97,26119864,99.78,0,0,0.15,508.11,3492.98,26119865,99.59,0,0,0.66,508.41,3492.72,26119866,99.78,0,0,0.21,507.85,3493.28,26119867,99.79,0,0,0.16,507.9,3493.22,26119868,99.82,0,0,0.14,507.99,3493.12,26119869,99.71,0,0,0.27,508.21,3492.88,26119870,99.59,0,0,0.63,508.62,3492.48,26119871,99.83,0,0,0.22,507.94,3493.16,26119872,99.82,0,0,0.14,507.93,3493.17,26119873,99.83,0,0,0.16,507.9,3493.2,26119874,99.79,0,0,0.15,507.86,3493.24,26119875,99.49,0,0,0.59,508.24,3492.88,26119876,99.83,0,0,0.27,508.07,3493.05,26119877,99.82,0,0,0.2,508.05,3493.06,26119878,99.8,0,0,0.14,508.04,3493.07,26119879,99.83,0,0,0.17,508.2,3492.91,26119880,99.48,0,0,0.54,508.19,3492.93,26119881,99.83,0,0,0.36,508.16,3492.96,26119882,99.82,0,0,0.14,508.14,3492.97,26119883,99.81,0,0,0.16,508.12,3492.99,26119884,99.84,0,0,0.14,508.1,3493,26119885,99.7,0,0,0.33,508.34,3492.78,26119886,99.66,0,0,0.55,507.83,3493.28,26119887,99.8,0,0,0.14,507.32,3493.79,26119888,99.84,0,0,0.15,507.31,3493.8,26119889,99.8,0,0,0.15,507.3,3493.8,26119890,99.75,0,0,0.3,507.67,3493.45,26119891,99.65,0,0,0.53,508.49,3492.63,26119892,99.82,0,0,0.16,508.17,3492.94,26119893,99.82,0,0,0.14,508.15,3492.96,26119894,99.78,0,0,0.15,508.13,3492.97,26119895,99.73,0,0,0.31,508.38,3492.74,26119896,99.68,0,0,0.54,508.71,3492.4,26119897,99.83,0,0,0.16,507.38,3493.73,26119898,99.83,0,0,0.15,507.09,3494.02,26119899,99.67,0,0,0.3,507.3,3493.78,26119900,99.74,0,0,0.32,507.31,3493.79,26119901,99.64,0,0,0.51,507.76,3493.33,26119902,99.79,0,0,0.21,507.37,3493.71,26119903,99.83,0,0,0.17,507.43,3493.65,26119904,99.81,0,0,0.17,507.41,3493.68,26119905,99.61,0,0,0.33,506.44,3494.67,26119906,99.66,0,0,0.44,507.02,3494.1,26119907,99.76,0,0,0.29,507.12,3493.98,26119908,99.78,0,0,0.18,507.1,3494,26119909,99.79,0,0,0.16,507.08,3494.02,26119910,99.63,0,0,0.32,506.12,3495,26119911,99.67,0,0,0.42,506.87,3494.24,26119912,99.78,0,0,0.29,507.28,3493.83,26119913,99.81,0,0,0.14,507.27,3493.83,26119914,99.82,0,0,0.15,507.43,3493.67,26119915,99.69,0,0,0.31,507.44,3493.67,26119916,99.68,0,0,0.39,508.05,3493.06,26119917,99.83,0,0,0.28,507.15,3493.95,26119918,99.82,0,0,0.16,507.13,3493.97,26119919,99.85,0,0,0.14,507.11,3493.98,26119920,99.55,0,0,0.29,507.11,3494.01,26119921,99.83,0,0,0.17,507.16,3493.95,26119922,99.73,0,0,0.53,507.91,3493.2,26119923,99.88,0,0,0.14,507.54,3493.55,26119924,99.87,0,0,0.14,507.51,3493.58,26119925,99.73,0,0,0.34,507.58,3493.53,26119926,99.88,0,0,0.14,507.71,3493.4,26119927,99.73,0,0,0.82,507.43,3493.67,26119928,99.91,0,0,0.15,506.93,3494.17,26119929,99.83,0,0,0.28,507.13,3493.94,26119930,99.8,0,0,0.28,507.13,3493.96,26119931,99.84,0,0.01,0.15,507.12,3493.97,26119932,99.68,0,0,0.69,507.85,3493.23,26119933,99.85,0,0,0.15,507.57,3493.51,26119934,99.79,0,0,0.14,507.55,3493.55,26119935,99.76,0,0,0.3,507.31,3493.81,26119936,99.85,0,0,0.14,507.35,3493.77,26119937,99.62,0,0,0.51,508.11,3493,26119938,99.76,0,0,0.23,507.44,3493.66,26119939,99.78,0,0,0.15,507.41,3493.69,26119940,99.73,0,0,0.29,507.41,3493.71,26119941,99.8,0,0,0.16,507.39,3493.72,26119942,99.65,0,0,0.52,507.73,3493.38,26119943,99.85,0,0,0.2,507.35,3493.75,26119944,99.84,0,0,0.14,507.33,3493.77,26119945,99.61,0,0,0.32,507.09,3494.03,26119946,99.89,0,0,0.14,507.06,3494.05,26119947,99.7,0,0,0.55,507.41,3493.7,26119948,99.85,0,0,0.18,507.03,3494.08,26119949,99.85,0,0,0.19,507.2,3493.91,26119950,99.63,0,0,0.38,506.23,3494.89,26119951,99.87,0,0,0.18,506.17,3494.94,26119952,99.74,0,0,0.4,506.74,3494.37,26119953,99.83,0,0,0.28,506.88,3494.23,26119954,99.86,0,0,0.14,506.86,3494.25,26119955,99.62,0,0,0.35,506.38,3494.74,26119956,99.84,0,0,0.16,506.33,3494.79,26119957,99.71,0,0,0.49,506.89,3494.22,26119958,99.85,0,0,0.22,507.76,3493.34,26119959,99.7,0,0,0.29,507.63,3493.45,26119960,99.65,0,0,0.3,506.73,3494.37,26119961,99.76,0.01,0.12,0.18,506.68,3494.41,26119962,99.88,0,0,0.17,506.67,3494.42,26119963,99.68,0,0,0.54,508.18,3492.91,26119964,99.88,0,0,0.16,507.6,3493.48,26119965,99.67,0,0,0.31,507.85,3493.25,26119966,99.84,0,0,0.14,507.83,3493.27,26119967,99.79,0,0,0.17,507.81,3493.28,26119968,99.7,0,0,0.57,508.13,3492.95,26119969,99.8,0,0,0.15,507.77,3493.31,26119970,99.73,0,0,0.37,507.52,3493.57,26119971,99.86,0,0,0.13,507.61,3493.48,26119972,99.87,0,0,0.14,507.65,3493.43,26119973,99.75,0,0,0.55,508.13,3492.95,26119974,99.84,0,0,0.16,507.86,3493.21,26119975,99.66,0,0,0.3,507.85,3493.24,26119976,99.81,0,0,0.16,507.84,3493.25,26119977,99.84,0,0,0.14,507.82,3493.27,26119978,99.71,0,0,0.53,508.16,3492.92,26119979,99.88,0,0,0.14,507.78,3493.3,26119980,99.46,0,0,0.3,507.04,3494.05,26119981,99.76,0,0,0.16,507.01,3494.08,26119982,99.8,0,0,0.14,507.14,3493.94,26119983,99.71,0,0,0.52,508.2,3492.87,26119984,99.68,0,0,0.2,507.91,3493.15,26119985,99.6,0,0,0.3,507.43,3493.66,26119986,99.85,0,0,0.16,507.4,3493.68,26119987,99.88,0,0,0.13,507.37,3493.71,26119988,99.72,0,0,0.45,507.86,3493.21,26119989,99.75,0,0,0.41,508.06,3492.99,26119990,99.67,0,0,0.27,508.1,3492.97,26119991,99.86,0,0,0.16,508.05,3493.01,26119992,99.85,0,0,0.14,508.04,3493.02,26119993,99.71,0,0,0.5,508.3,3492.76,26119994,99.83,0,0,0.22,507.85,3493.22,26119995,99.73,0,0,0.31,507.7,3493.39,26119996,99.85,0,0,0.14,507.66,3493.42,26119997,99.87,0,0,0.2,507.65,3493.43,26119998,99.71,0,0,0.4,507.94,3493.14,26119999,99.87,0,0,0.28,507.35,3493.72,26120000,99.73,0,0,0.32,507.82,3493.27,26120001,99.83,0,0,0.14,507.81,3493.28,26120002,99.85,0,0,0.14,507.79,3493.3,26120003,99.89,0,0,0.17,507.77,3493.31,26120004,99.69,0,0,0.62,508.52,3492.55,26120005,99.67,0,0,0.36,506.98,3494.11,26120006,99.88,0,0,0.17,506.93,3494.15,26120007,99.9,0,0,0.14,506.92,3494.17,26120008,99.84,0,0,0.14,506.89,3494.19,26120009,99.72,0,0,0.54,507.8,3493.28,26120010,99.63,0,0,0.31,507.62,3493.46,26120011,99.88,0,0,0.16,507.59,3493.5,26120012,99.86,0,0,0.14,507.56,3493.52,26120013,97.49,0,0,0.15,507.53,3493.54,26120014,99.71,0,0,0.55,508.05,3493.01,26120015,99.66,0,0,0.38,507.84,3493.24,26120016,99.86,0,0,0.18,507.92,3493.16,26120017,99.9,0,0,0.16,507.9,3493.17,26120018,99.84,0,0,0.16,507.88,3493.18,26120019,99.44,0,0,0.7,508.35,3492.7,26120020,99.44,0,0,0.29,507.16,3493.89,26120021,99.87,0,0,0.16,507.09,3493.96,26120022,99.83,0,0,0.14,507.08,3493.97,26120023,99.88,0,0,0.15,507.05,3493.99,26120024,99.73,0,0,0.41,507.72,3493.32,26120025,99.59,0,0,0.45,507.77,3493.29,26120026,99.92,0,0,0.16,507.74,3493.32,26120027,99.83,0,0,0.14,507.92,3493.14,26120028,99.89,0,0,0.18,507.88,3493.17,26120029,99.7,0,0,0.57,508.23,3492.81,26120030,99.73,0,0,0.29,508.34,3492.72,26120031,99.85,0,0,0.17,508.34,3492.72,26120032,99.84,0,0,0.14,508.31,3492.74,26120033,99.84,0,0,0.15,508.29,3492.76,26120034,99.69,0,0,0.32,508.59,3492.45,26120035,99.65,0,0,0.51,508.01,3493.05,26120036,99.79,0,0,0.17,507.98,3493.07,26120037,99.89,0,0,0.14,508.07,3492.98,26120038,99.83,0,0,0.15,508.13,3492.91,26120039,99.73,0,0,0.4,508.47,3492.58,26120040,99.59,0,0,0.44,507.92,3493.15,26120041,99.85,0,0,0.16,507.84,3493.23,26120042,99.83,0,0,0.14,507.82,3493.25,26120043,99.85,0,0,0.14,507.8,3493.26,26120044,99.84,0,0,0.15,507.78,3493.28,26120045,99.57,0,0,0.7,508.95,3492.13,26120046,99.81,0,0,0.17,508.25,3492.82,26120047,99.84,0,0,0.14,508.23,3492.83,26120048,99.87,0,0,0.15,508.21,3492.85,26120049,99.56,0,0,0.29,508.37,3492.67,26120050,99.5,0,0,0.75,508.38,3492.67,26120051,99.85,0,0,0.14,507.85,3493.2,26120052,99.78,0,0,0.16,507.46,3493.58,26120053,99.82,0,0,0.15,507.07,3493.97,26120054,99.8,0,0,0.14,507.05,3494,26120055,99.66,0,0,0.71,507.76,3493.31,26120056,99.9,0,0,0.16,507.29,3493.77,26120057,99.89,0,0,0.2,507.26,3493.8,26120058,99.87,0,0,0.14,507.25,3493.8,26120059,99.88,0,0,0.16,507.22,3493.83,26120060,96.32,0.02,0.01,14.69,518.83,3484.31,26120061,99.74,0,0,64.54,509.92,3491.1,26120062,99.88,0,0,0.16,509.89,3491.11,26120063,99.87,0,0,0.14,509.88,3491.13,26120064,99.88,0,0,0.15,509.87,3491.13,26120065,99.59,0,0,0.57,509.39,3491.63,26120066,99.86,0,0,0.36,506.49,3494.55,26120067,99.88,0,0,0.14,506.64,3494.4,26120068,99.85,0,0,0.15,506.63,3494.4,26120069,99.82,0,0,0.14,506.6,3494.43,26120070,99.51,0,0,0.48,507.73,3493.32,26120071,99.88,0,0,0.39,506.34,3494.72,26120072,99.89,0,0,0.14,506.32,3494.74,26120073,99.84,0,0,0.15,506.28,3494.77,26120074,99.84,0,0,0.14,506.27,3494.79,26120075,99.71,0,0,0.3,507.22,3493.85,26120076,99.71,0,0,0.54,507.36,3493.71,26120077,99.88,0,0,0.14,507.06,3494,26120078,99.9,0,0,0.16,507.13,3493.92,26120079,99.65,0,0,0.27,506.91,3494.12,26120080,99.81,0,0,0.31,507.1,3493.95,26120081,99.59,0,0,0.55,507.63,3493.41,26120082,99.82,0,0,0.14,507.29,3493.75,26120083,99.9,0,0,0.18,507.27,3493.76,26120084,99.9,0,0,0.15,507.05,3494.01,26120085,99.68,0,0,0.31,506.54,3494.55,26120086,99.76,0,0,0.56,507.9,3493.18,26120087,99.91,0,0,0.15,507.47,3493.61,26120088,99.89,0,0,0.14,507.44,3493.63,26120089,99.88,0,0,0.14,507.6,3493.47,26120090,99.77,0,0,0.33,507.85,3493.23,26120091,99.72,0,0,0.54,507.94,3493.15,26120092,99.93,0,0,0.16,507.32,3493.75,26120093,99.83,0,0,0.14,507.31,3493.76,26120094,99.92,0,0,0.17,507.28,3493.79,26120095,99.81,0,0,0.31,507.76,3493.32,26120096,99.75,0,0,0.45,507.39,3493.69,26120097,99.86,0,0,0.3,505.75,3495.32,26120098,99.88,0,0,0.14,505.74,3495.33,26120099,99.92,0,0,0.14,505.82,3495.25,26120100,99.67,0,0,0.28,507.1,3494,26120101,99.76,0.01,0.01,0.46,507.67,3493.43,26120102,99.87,0,0,0.29,507.74,3493.35,26120103,99.88,0,0,0.16,507.7,3493.38,26120104,99.87,0,0,0.15,507.68,3493.4,26120105,99.81,0,0,0.33,507.31,3493.78,26120106,99.71,0,0,0.43,508.07,3493.02,26120107,99.89,0,0,0.29,507.59,3493.5,26120108,99.91,0,0.01,0.18,507.55,3493.53,26120109,99.71,0,0,0.31,507.77,3493.29,26120110,99.74,0,0,0.29,506.8,3494.27,26120111,99.79,0,0,0.35,507.12,3493.95,26120112,99.82,0,0,0.4,507.49,3493.57,26120113,99.89,0,0,0.16,507.45,3493.61,26120114,99.9,0,0,0.14,507.43,3493.62,26120115,99.69,0,0,0.29,507.68,3493.39,26120116,99.73,0,0,0.3,508.17,3492.9,26120117,99.74,0,0,0.48,507.09,3493.97,26120118,99.87,0,0,0.15,507.06,3494,26120119,99.83,0,0,0.15,507.05,3494.01,26120120,99.7,0,0,0.29,508.1,3492.97,26120121,99.88,0,0,0.22,508.01,3493.05,26120122,99.77,0,0,0.56,508.12,3492.94,26120123,99.88,0,0,0.18,507.72,3493.33,26120124,99.89,0,0,0.16,507.69,3493.36,26120125,99.75,0,0,0.32,507.47,3493.6,26120126,99.92,0,0,0.18,507.43,3493.64,26120127,99.75,0,0,0.54,507.96,3493.1,26120128,99.88,0,0,0.15,507.61,3493.45,26120129,99.88,0,0,0.15,507.58,3493.47,26120130,99.67,0,0,0.32,507.59,3493.48,26120131,99.89,0,0,0.16,507.56,3493.51,26120132,99.76,0,0,0.54,508.21,3492.85,26120133,99.9,0,0,0.15,508.02,3493.04,26120134,99.86,0,0,0.14,508,3493.05,26120135,99.79,0,0,0.32,506.54,3494.53,26120136,99.87,0,0,0.14,506.51,3494.56,26120137,99.71,0,0,0.39,507.44,3493.62,26120138,99.89,0,0,0.3,507.7,3493.36,26120139,99.66,0,0,0.32,508.04,3493,26120140,99.76,0,0,0.27,507.38,3493.67,26120141,99.88,0,0,0.16,507.34,3493.7,26120142,99.76,0,0,0.49,507.76,3493.28,26120143,99.87,0,0,0.19,507.54,3493.49,26120144,99.89,0,0,0.15,507.53,3493.5,26120145,99.76,0,0,0.29,507.77,3493.28,26120146,99.88,0,0,0.15,507.76,3493.29,26120147,99.73,0,0,0.41,508.08,3492.95,26120148,99.86,0,0,0.29,507.72,3493.32,26120149,99.9,0,0,0.14,507.69,3493.34,26120150,99.74,0,0,0.29,507.22,3493.83,26120151,99.9,0,0,0.14,507.31,3493.73,26120152,99.89,0,0,0.17,507.35,3493.68,26120153,99.73,0,0,0.54,508.23,3492.8,26120154,99.91,0,0,0.14,507.56,3493.47,26120155,99.78,0,0,0.29,507.31,3493.74,26120156,99.84,0,0,0.16,507.3,3493.75,26120157,99.87,0,0,0.14,507.26,3493.78,26120158,99.78,0,0,0.57,508,3493.03,26120159,99.9,0,0,0.14,507.71,3493.32,26120160,99.63,0,0,0.28,507.96,3493.08,26120161,99.84,0,0,0.18,507.94,3493.1,26120162,99.88,0,0,0.14,507.91,3493.12,26120163,99.73,0,0,0.59,508.42,3492.61,26120164,99.86,0,0,0.16,508.05,3492.97,26120165,99.73,0,0,0.28,508.36,3492.68,26120166,99.88,0,0,0.14,508.28,3492.76,26120167,99.85,0,0,0.16,508.25,3492.78,26120168,99.76,0,0,0.57,508.43,3492.6,26120169,99.69,0,0,0.28,507.96,3493.04,26120170,99.75,0,0,0.3,507.97,3493.04,26120171,99.92,0,0,0.14,507.93,3493.08,26120172,99.89,0,0,0.14,507.92,3493.09,26120173,99.69,0,0,0.55,508.55,3492.45,26120174,99.84,0,0,0.14,508.07,3492.95,26120175,99.53,0,0,0.3,507.35,3493.69,26120176,99.85,0,0,0.16,507.3,3493.73,26120177,99.88,0,0,0.18,507.28,3493.75,26120178,99.77,0,0,0.43,507.85,3493.18,26120179,99.91,0,0,0.29,507.98,3493.04,26120180,99.72,0,0,0.33,507.03,3494,26120181,99.89,0,0,0.16,506.98,3494.05,26120182,99.89,0,0,0.14,506.97,3494.05,26120183,99.73,0,0,0.54,507.51,3493.51,26120184,99.9,0,0,0.14,507.65,3493.37,26120185,99.8,0,0,0.31,507.53,3493.5,26120186,99.89,0,0,0.14,507.56,3493.47,26120187,99.88,0,0,0.16,507.54,3493.49,26120188,99.77,0,0,0.4,507.86,3493.16,26120189,99.9,0,0,0.29,507.25,3493.76,26120190,99.72,0,0,0.34,507.8,3493.23,26120191,99.89,0,0,0.14,507.74,3493.29,26120192,99.86,0,0,0.14,507.71,3493.32,26120193,99.92,0,0,0.15,507.7,3493.32,26120194,99.68,0,0,0.55,508.59,3492.43,26120195,99.7,0,0,0.3,508.16,3492.87,26120196,99.91,0,0,0.16,508.24,3492.78,26120197,99.89,0,0,0.14,508.12,3492.9,26120198,99.9,0,0,0.15,508.04,3492.98,26120199,99.55,0,0,0.66,508.67,3492.32,26120200,99.8,0,0,0.31,508.25,3492.76,26120201,99.93,0,0,0.14,508.23,3492.78,26120202,99.9,0,0,0.14,508.21,3492.79,26120203,99.91,0,0,0.17,508.19,3492.81,26120204,99.75,0,0,0.54,508.71,3492.28,26120205,99.8,0,0,0.3,507.7,3493.3,26120206,99.88,0,0,0.16,507.64,3493.36,26120207,99.86,0,0,0.14,507.35,3493.65,26120208,99.89,0,0,0.16,506.83,3494.16,26120209,99.77,0,0,0.54,507.47,3493.52,26120210,99.74,0,0.02,0.32,507.53,3493.48,26120211,99.88,0,0,0.15,507.49,3493.52,26120212,99.88,0,0,0.16,507.47,3493.52,26120213,99.88,0,0,0.16,507.45,3493.55,26120214,99.77,0,0.01,0.41,507.71,3493.28,26120215,99.73,0,0,0.46,507.56,3493.45,26120216,99.87,0,0,0.16,507.53,3493.47,26120217,99.86,0,0,0.16,507.51,3493.48,26120218,99.87,0,0,0.15,507.49,3493.51,26120219,99.33,0,0,0.41,507.99,3492.99,26120220,99.6,0,0,0.48,506.74,3494.26,26120221,99.83,0,0,0.16,506.72,3494.29,26120222,99.87,0,0,0.14,506.7,3494.3,26120223,99.87,0,0,0.15,506.68,3494.32,26120224,99.74,0,0,0.39,507.05,3493.94,26120225,99.75,0,0,0.47,506.37,3494.65,26120226,99.9,0,0,0.14,506.33,3494.68,26120227,99.84,0,0,0.16,506.31,3494.7,26120228,99.86,0,0,0.14,506.29,3494.72,26120229,99.57,0,0,0.65,507.67,3493.32,26120230,99.73,0,0,0.38,507.51,3493.5,26120231,99.89,0,0,0.13,507.48,3493.52,26120232,99.85,0,0,0.17,507.46,3493.54,26120233,99.9,0,0,0.14,507.44,3493.55,26120234,99.9,0,0,0.14,507.41,3493.58,26120235,99.53,0,0,0.69,507.9,3493.1,26120236,99.91,0,0,0.16,507.21,3493.78,26120237,99.83,0,0,0.18,507.56,3493.43,26120238,99.85,0,0,0.15,507.54,3493.45,26120239,99.9,0,0,0.14,507.53,3493.45,26120240,99.59,0,0,0.72,508.14,3492.87,26120241,99.84,0,0,0.15,507.76,3493.24,26120242,99.88,0,0,0.14,507.72,3493.27,26120243,99.88,0,0,0.16,507.72,3493.27,26120244,99.9,0,0,0.14,507.68,3493.3,26120245,99.5,0,0,0.71,507.62,3493.38,26120246,99.85,0,0,0.16,507.42,3493.58,26120247,99.89,0,0,0.14,507.41,3493.58,26120248,99.8,0.08,5.88,0.36,507.46,3493.51,26120249,99.81,0.08,9.42,0.75,507.4,3493.48,26120250,99.6,0,0,0.9,507.74,3493.12,26120251,99.9,0,0,0.16,507.27,3493.59,26120252,99.89,0,0,0.13,507.44,3493.42,26120253,99.9,0,0,0.16,507.4,3493.45,26120254,99.86,0,0,0.15,507.39,3493.45,26120255,99.62,0,0,0.7,507.49,3493.37,26120256,99.9,0,0,0.16,507.12,3493.75,26120257,99.88,0,0,0.15,507.1,3493.76,26120258,99.83,0,0,0.14,507.08,3493.78,26120259,99.61,0,0,0.29,507.8,3493.03,26120260,99.58,0,0,0.56,508.14,3492.7,26120261,99.91,0,0,0.3,507.77,3493.07,26120262,99.92,0,0,0.14,507.75,3493.09,26120263,99.92,0,0,0.16,507.83,3493,26120264,99.89,0,0,0.13,507.9,3492.94,26120265,99.62,0,0,0.59,507.83,3493.03,26120266,99.89,0,0,0.3,507.62,3493.24,26120267,99.84,0,0,0.16,507.61,3493.24,26120268,99.85,0,0,0.14,507.58,3493.27,26120269,99.81,0,0,0.16,507.57,3493.27,26120270,99.6,0,0,0.48,507.92,3492.94,26120271,99.87,0,0,0.38,507.54,3493.31,26120272,99.87,0,0,0.14,507.51,3493.33,26120273,99.89,0,0,0.17,507.49,3493.35,26120274,99.86,0,0,0.14,507.6,3493.24,26120275,99.7,0,0,0.34,507.89,3492.96,26120276,99.66,0,0,0.55,508.3,3492.55,26120277,99.9,0,0,0.15,507.61,3493.24,26120278,99.89,0,0,0.14,507.6,3493.24,26120279,99.87,0,0,0.16,507.58,3493.26,26120280,99.65,0,0,0.3,506.63,3494.22,26120281,99.65,0,0,0.55,507.8,3493.05,26120282,99.77,0,0,0.15,507.77,3493.07,26120283,99.83,0,0,0.15,507.75,3493.09,26120284,99.78,0,0,0.16,507.74,3493.09,26120285,99.72,0,0,0.33,507.65,3493.19,26120286,99.69,0,0,0.53,507.99,3492.85,26120287,99.84,0,0,0.16,507.6,3493.24,26120288,99.77,0,0,0.14,507.59,3493.24,26120289,99.71,0,0,0.29,507.56,3493.25,26120290,99.73,0,0,0.3,508.06,3492.76,26120291,99.63,0,0,0.56,508.3,3492.52,26120292,99.82,0,0,0.14,507.77,3493.05,26120293,99.72,0,0,0.14,507.75,3493.06,26120294,99.81,0,0,0.16,507.73,3493.09,26120295,99.68,0,0,0.34,507.5,3493.35,26120296,99.71,0,0,0.55,508.17,3492.67,26120297,99.78,0,0,0.18,507.92,3492.91,26120298,99.79,0,0,0.14,507.9,3492.93,26120299,99.85,0,0,0.14,507.88,3492.95,26120300,99.74,0,0,0.32,508.12,3492.73,26120301,99.72,0,0,0.32,508.45,3492.39,26120302,99.85,0,0,0.38,507.85,3492.99,26120303,99.83,0,0,0.14,507.81,3493.02,26120304,99.86,0,0,0.14,507.81,3493.02,26120305,99.72,0,0,0.32,507.6,3493.25,26120306,99.67,0,0,0.34,507.87,3492.97,26120307,99.78,0,0,0.38,507.51,3493.32,26120308,99.85,0,0,0.15,507.62,3493.22,26120309,99.82,0,0,0.14,507.66,3493.17,26120310,99.53,0,0,0.35,507.07,3493.77,26120311,99.84,0,0,0.16,506.9,3493.94,26120312,99.71,0,0,0.56,507.65,3493.19,26120313,99.85,0,0,0.14,507.35,3493.48,26120314,99.84,0,0,0.16,507.32,3493.5,26120315,99.68,0,0,0.37,507.57,3493.27,26120316,99.83,0,0,0.14,507.55,3493.29,26120317,99.65,0,0,0.57,508.52,3492.31,26120318,99.83,0,0,0.16,507.99,3492.83,26120319,99.62,0,0,0.32,508.08,3492.71,26120320,99.72,0,0,0.31,508.15,3492.66,26120321,99.83,0,0,0.16,508.12,3492.69,26120322,99.7,0,0,0.59,508.47,3492.33,26120323,98.84,0,0,0.16,507.83,3492.97,26120324,99.83,0,0,0.14,507.81,3492.98,26120325,99.66,0,0,0.37,508.06,3492.76,26120326,99.81,0,0,0.15,508.04,3492.77,26120327,99.62,0,0,0.57,508.37,3492.43,26120328,99.76,0,0,0.16,507.99,3492.81,26120329,99.77,0,0,0.15,507.98,3492.82,26120330,99.76,0,0,0.32,508.32,3492.5,26120331,99.83,0,0,0.14,508.38,3492.43,26120332,99.68,0,0,0.41,508.71,3492.1,26120333,99.83,0,0,0.29,508.33,3492.47,26120334,99.8,0,0,0.14,508.32,3492.48,26120335,99.73,0,0,0.33,508.08,3492.73,26120336,99.8,0,0,0.14,508.05,3492.75,26120337,99.68,0,0,0.43,508.68,3492.12,26120338,99.81,0,0,0.28,508.01,3492.79,26120339,99.81,0,0,0.15,507.99,3492.81,26120340,99.42,0,0,0.3,508.09,3492.72,26120341,99.67,0,0,0.16,507.97,3492.84,26120342,99.73,0,0,0.16,508.21,3492.59,26120343,99.64,0,0,0.53,508.47,3492.32,26120344,99.76,0,0,0.14,508.1,3492.69,26120345,99.59,0,0,0.32,507.14,3493.67,26120346,99.8,0,0,0.14,507.08,3493.72,26120347,99.74,0,0,0.16,507.06,3493.74,26120348,99.63,0,0,0.53,508.22,3492.58,26120349,99.61,0,0,0.3,508,3492.78,26120350,99.49,0,0,0.31,508,3492.79,26120351,99.78,0,0,0.18,507.97,3492.81,26120352,99.8,0,0,0.15,508.09,3492.68,26120353,99.66,0,0,0.55,508.67,3492.1,26120354,99.79,0,0,0.14,508.35,3492.41,26120355,99.66,0,0,0.34,508.34,3492.44,26120356,99.82,0,0,0.16,508.33,3492.45,26120357,99.37,0,0,0.19,508.3,3492.47,26120358,99.62,0,0,0.55,508.49,3492.28,26120359,99.8,0,0,0.14,507.78,3492.99,26120360,99.64,0,0,0.32,507.77,3493.01,26120361,99.76,0,0,0.16,507.74,3493.03,26120362,99.8,0,0,0.14,507.74,3493.05,26120363,99.54,0,0,0.58,508.06,3492.73,26120364,99.78,0,0,0.14,507.58,3493.19,26120365,99.69,0,0,0.33,507.39,3493.41,26120366,99.79,0,0,0.14,507.36,3493.43,26120367,99.82,0,0,0.16,507.34,3493.45,26120368,99.65,0,0,0.48,507.74,3493.04,26120369,99.75,0,0,0.2,507.55,3493.23,26120370,99.56,0,0,0.34,507.38,3493.41,26120371,99.8,0,0,0.14,507.26,3493.53,26120372,99.79,0,0,0.15,507.25,3493.54,26120373,99.63,0,0,0.54,507.58,3493.2,26120374,99.75,0,0,0.15,507.25,3493.53,26120375,99.51,0,0,0.36,506.75,3494.04,26120376,99.8,0,0,0.13,506.67,3494.12,26120377,99.8,0,0,0.16,506.63,3494.15,26120378,99.28,0,0,0.4,507.11,3493.67,26120379,99.58,0,0.01,0.41,507.55,3493.2,26120380,99.5,0,0,0.32,507.56,3493.21,26120381,99.82,0,0,0.15,507.53,3493.24,26120382,99.73,0,0,0.16,507.52,3493.25,26120383,99.82,0,0,0.15,507.48,3493.28,26120384,99.68,0,0,0.54,508.29,3492.46,26120385,99.66,0,0,0.32,507.66,3493.12,26120386,99.78,0,0,0.14,507.63,3493.14,26120387,99.8,0,0,0.2,507.62,3493.15,26120388,99.68,0,0,0.14,507.59,3493.17,26120389,99.58,0,0,0.54,507.92,3492.84,26120390,99.61,0,0,0.32,507.57,3493.2,26120391,99.83,0,0,0.16,507.56,3493.21,26120392,99.76,0,0,0.15,507.52,3493.25,26120393,99.82,0,0,0.14,507.5,3493.26,26120394,99.61,0,0,0.56,507.84,3492.91,26120395,99.66,0,0,0.3,507.57,3493.2,26120396,99.73,0,0,0.14,507.65,3493.12,26120397,99.82,0,0,0.16,507.61,3493.15,26120398,99.81,0,0,0.14,507.6,3493.16,26120399,99.67,0,0,0.59,508.43,3492.32,26120400,99.52,0,0,0.34,507.58,3493.19,26120401,99.72,0,0,0.16,507.55,3493.21,26120402,99.76,0,0,0.14,507.53,3493.23,26120403,99.76,0,0,0.15,507.51,3493.25,26120404,99.55,0,0,0.54,507.73,3493.02,26120405,99.63,0,0,0.32,507.25,3493.52,26120406,99.75,0,0,0.16,507.32,3493.44,26120407,97.81,0,0,0.14,507.39,3493.37,26120408,99.83,0,0,0.15,507.36,3493.4,26120409,99.53,0,0,0.64,507.95,3492.78,26120410,99.61,0,0,0.38,507.84,3492.9,26120411,99.79,0,0,0.15,507.83,3492.91,26120412,99.81,0,0,0.17,507.79,3492.94,26120413,99.79,0,0,0.17,507.79,3492.94,26120414,99.66,0,0,0.41,508.1,3492.62,26120415,99.59,0,0,0.46,508.24,3492.49,26120416,99.83,0,0,0.16,508.13,3492.61,26120417,99.64,0,0,0.18,507.74,3493.01,26120418,99.8,0,0,0.15,507.71,3493.04,26120419,99.6,0,0,0.49,508.37,3492.36,26120420,99.69,0,0,0.36,507.87,3492.88,26120421,99.82,0,0,0.16,507.86,3492.89,26120422,99.84,0,0,0.15,507.83,3492.92,26120423,99.84,0,0,0.14,507.82,3492.92,26120424,99.82,0,0,0.14,507.79,3492.95,26120425,94.08,0.5,0.01,262.19,519.84,3480.47,26120426,99.79,0,0,0.19,510.18,3490.44,26120427,99.85,0,0,0.17,510.14,3490.47,26120428,99.8,0,0,0.16,510.12,3490.49,26120429,99.83,0,0,0.14,510.1,3490.5,26120430,99.43,0,0,0.77,508.43,3492.22,26120431,99.83,0,0,0.14,507.56,3493.1,26120432,95.3,0,0,0.13,507.59,3493.06,26120433,99.79,0,0,0.17,507.58,3493.07,26120434,99.83,0,0,0.14,507.56,3493.09,26120435,99.52,0,0,0.76,508.13,3492.55,26120436,99.84,0,0.01,0.14,508.02,3492.67,26120437,99.79,0,0,0.17,507.99,3492.71,26120438,99.78,0,0,0.14,507.98,3492.71,26120439,99.77,0,0,0.27,507.95,3492.74,26120440,99.58,0,0,0.7,508.35,3492.35,26120441,99.82,0,0,0.16,507.69,3493.01,26120442,99.36,0,0,0.14,507.86,3492.83,26120443,99.76,0,0,0.15,507.83,3492.86,26120444,99.75,0,0,0.15,507.81,3492.89,26120445,99.45,0,0,0.76,507.79,3492.93,26120446,99.82,0,0,0.18,508.04,3492.68,26120447,99.73,0,0,0.18,508.02,3492.69,26120448,99.77,0,0,0.18,508,3492.71,26120449,99.83,0,0,0.15,507.98,3492.72,26120450,97.88,0,0,0.63,507.71,3493.01,26120451,99.85,0,0,0.2,507.72,3493,26120452,99.83,0,0,0.16,507.69,3493.02,26120453,99.83,0,0,0.15,507.81,3492.9,26120454,99.81,0,0,0.15,507.83,3492.88,26120455,99.62,0,0,0.59,508.11,3492.61,26120456,99.84,0,0,0.27,507.57,3493.15,26120457,98.82,0,0,0.16,507.56,3493.15,26120458,99.83,0,0,0.14,507.53,3493.18,26120459,99.83,0,0,0.21,507.74,3492.96,26120460,99.06,0,0,9.48,508.73,3492.76,26120461,99.64,0,0,0.38,506.88,3494.64,26120462,99.78,0,0,0.18,506.88,3494.64,26120463,99.83,0,0,0.16,506.84,3494.67,26120464,96.23,0,0,0.15,506.93,3494.59,26120465,99.58,0,0,0.32,507.99,3493.56,26120466,99.54,0,0,0.6,508.34,3493.2,26120467,99.83,0,0,0.14,507.96,3493.58,26120468,99.71,0,0,0.16,507.95,3493.58,26120469,99.74,0,0,0.32,507.92,3493.59,26120470,99.64,0,0,0.36,507.93,3493.59,26120471,99.18,0,0,0.6,508.28,3493.24,26120472,98.37,0,0,0.16,507.89,3493.63,26120473,99.83,0,0,0.14,507.85,3493.66,26120474,99.75,0,0,0.14,507.85,3493.66,26120475,99.71,0,0,0.37,508.08,3493.45,26120476,99.69,0,0,0.56,508.26,3493.26,26120477,99.79,0,0,0.2,508.02,3493.5,26120478,99.89,0,0,0.14,508.01,3493.5,26120479,99.86,0,0,0.14,507.97,3493.54,26120480,99.73,0,0,0.36,507.99,3493.54,26120481,99.74,0,0,0.41,508.45,3493.08,26120482,99.77,0,0,0.28,508.19,3493.33,26120483,99.9,0,0,0.16,508.16,3493.35,26120484,99.9,0,0,0.14,508.14,3493.37,26120485,99.66,0,0,0.33,507.24,3494.29,26120486,99.29,0,0,0.42,508.09,3493.43,26120487,99.92,0,0,0.26,507.86,3493.66,26120488,99.91,0,0,0.16,507.89,3493.62,26120489,97.97,0,0,0.14,508.01,3493.5,26120490,99.66,0,0,0.38,508.2,3493.33,26120491,99.7,0,0,0.46,508.39,3493.14,26120492,99.86,0,0,0.26,508.21,3493.31,26120493,99.89,0,0,0.15,508.2,3493.32,26120494,99.92,0,0,0.16,508.17,3493.34,26120495,99.84,0,0,0.31,508.18,3493.35,26120496,99.73,0,0,0.57,508.51,3493.02,26120497,99.9,0,0,0.14,508.14,3493.38,26120498,99.89,0,0,0.14,508.11,3493.4,26120499,99.86,0,0,0.29,507.63,3493.86,26120500,98.58,0,0,0.31,508.16,3493.34,26120501,99.76,0,0,0.36,508.61,3492.89,26120502,99.92,0,0,0.38,508.24,3493.26,26120503,99.91,0,0,0.14,508.22,3493.27,26120504,99.87,0,0,0.14,508.19,3493.31,26120505,97.58,0,0,0.32,508.45,3493.08,26120506,99.9,0,0,0.16,508.29,3493.23,26120507,98.35,0,0,0.55,508.64,3492.87,26120508,99.89,0,0,0.15,508.12,3493.39,26120509,99.91,0,0,0.15,508.09,3493.42,26120510,99.77,0,0,0.34,507.86,3493.66,26120511,99.93,0,0,0.18,507.92,3493.6,26120512,99.69,0,0,0.54,508.68,3492.84,26120513,99.85,0,0,0.15,508.47,3493.05,26120514,99.51,0,0,0.16,508.44,3493.07,26120515,99.73,0,0,0.32,506.47,3495.06,26120516,99.91,0,0,0.16,506.23,3495.3,26120517,99.75,0,0,0.4,507.34,3494.18,26120518,99.92,0,0,0.29,507.65,3493.87,26120519,99.88,0,0,0.14,507.63,3493.88,26120520,99.65,0,0,0.35,507.69,3493.84,26120521,99.18,0,0,0.16,507.6,3493.91,26120522,99.68,0,0,0.56,507.94,3493.58,26120523,99.89,0,0,0.15,507.69,3493.82,26120524,99.89,0,0,0.15,507.73,3493.78,26120525,99.71,0,0,0.27,507.73,3493.79,26120526,99.89,0,0,0.16,507.71,3493.81,26120527,99.78,0,0,0.5,508.28,3493.23,26120528,99.84,0,0,0.2,507.66,3493.85,26120529,99.54,0,0,0.29,507.65,3493.83,26120530,99.65,0,0,0.26,507.64,3493.87,26120531,99.87,0,0,0.16,507.61,3493.88,26120532,99.55,0,0,0.53,507.92,3493.59,26120533,99.9,0,0,0.16,507.33,3494.18,26120534,99.9,0,0,0.15,507.31,3494.19,26120535,99.78,0,0,0.3,506.52,3495,26120536,99.15,0,0,0.14,506.5,3495.02,26120537,99.67,0,0,0.51,506.81,3494.7,26120538,99.85,0,0,0.29,507.45,3494.07,26120539,99.87,0,0,0.14,507.42,3494.09,26120540,99.75,0,0,0.29,507.91,3493.61,26120541,99.9,0,0,0.14,507.89,3493.63,26120542,99.71,0,0,0.31,508.2,3493.31,26120543,99.83,0,0,0.42,507.21,3494.3,26120544,99.91,0,0,0.14,506.85,3494.65,26120545,99.62,0,0,0.28,505.88,3495.64,26120546,99.9,0,0,0.18,506,3495.51,26120547,99.88,0,0,0.14,506,3495.51,26120548,99.7,0,0,0.57,507.2,3494.3,26120549,99.8,0,0,0.14,506.93,3494.57,26120550,99.57,0,0,0.29,507.06,3494.46,26120551,99.84,0,0,0.16,507.4,3494.11,26120552,99.89,0,0,0.16,507.38,3494.13,26120553,99.63,0,0,0.56,507.91,3493.59,26120554,99.88,0,0,0.16,507.58,3493.92,26120555,99.63,0,0,0.3,507.57,3493.95,26120556,99.9,0,0,0.14,507.67,3493.85,26120557,99.82,0,0,0.14,507.75,3493.76,26120558,99.33,0,0,0.56,507.92,3493.59,26120559,99.8,0,0,0.28,508.19,3493.29,26120560,99.81,0,0.01,0.31,507.7,3493.79,26120561,99.83,0,0,0.16,507.65,3493.84,26120562,99.86,0,0,0.14,507.64,3493.84,26120563,99.77,0,0,0.51,507.72,3493.76,26120564,99.87,0,0,0.2,507.09,3494.38,26120565,99.73,0,0,0.27,507.83,3493.66,26120566,99.88,0,0,0.15,507.95,3493.54,26120567,99.88,0,0,0.16,507.99,3493.5,26120568,98.04,0,0,0.48,508.56,3492.92,26120569,99.91,0,0,0.29,507.95,3493.53,26120570,99.74,0,0,0.29,507.69,3493.8,26120571,99.87,0,0,0.16,507.66,3493.82,26120572,99.9,0,0,0.18,507.65,3493.84,26120573,99.76,0,0,0.41,507.98,3493.5,26120574,99.89,0,0,0.29,507.6,3493.88,26120575,98.17,0,0,0.27,507.84,3493.65,26120576,99.87,0,0,0.16,507.82,3493.67,26120577,99.88,0,0,0.14,507.92,3493.56,26120578,99.68,0,0,0.44,508.34,3493.14,26120579,99.86,0,0,0.32,507.94,3493.53,26120580,99.65,0,0,0.26,508.21,3493.27,26120581,99.88,0,0,0.14,508.18,3493.3,26120582,99.92,0,0,0.16,508.17,3493.31,26120583,99.9,0,0,0.15,508.14,3493.33,26120584,99.65,0,0,0.54,507.28,3494.19,26120585,99.77,0,0,0.32,506.22,3495.27,26120586,99.91,0,0,0.14,506.14,3495.34,26120587,99.87,0,0,0.15,506.1,3495.37,26120588,99.9,0,0,0.15,506.08,3495.39,26120589,99.46,0,0,0.71,508.6,3492.86,26120590,99.74,0,0,0.26,506.8,3494.68,26120591,99.83,0,0,0.14,506.71,3494.77,26120592,99.89,0,0,0.16,506.68,3494.79,26120593,99.18,0,0,0.17,506.66,3494.81,26120594,99.71,0,0,0.54,507.77,3493.71,26120595,99.7,0,0,0.28,506.91,3494.58,26120596,99.9,0,0,0.18,506.86,3494.63,26120597,99.82,0,0,0.18,507.32,3494.17,26120598,99.88,0,0,0.17,507.31,3494.17,26120599,99.67,0,0,0.5,508.1,3493.37,26120600,99.69,0,0,0.32,508.14,3493.35,26120601,99.85,0,0,0.14,508.2,3493.29,26120602,99.86,0,0,0.16,508.18,3493.3,26120603,99.87,0,0,0.14,508.16,3493.32,26120604,99.73,0,0,0.55,508.38,3493.1,26120605,99.73,0,0,0.3,507.41,3494.08,26120606,99.84,0,0,0.13,507.38,3494.11,26120607,99.92,0,0,0.17,507.35,3494.15,26120608,99.9,0,0,0.14,507.33,3494.17,26120609,99.75,0,0,0.41,507.88,3493.62,26120610,99.69,0,0,0.44,507.79,3493.72,26120611,99.89,0,0,0.16,507.71,3493.8,26120612,99.84,0,0,0.14,507.69,3493.81,26120613,99.81,0,0,0.15,507.65,3493.85,26120614,99.73,0,0,0.4,508.11,3493.39,26120615,99.62,0,0,0.4,507.14,3494.37,26120616,99.85,0,0,0.14,507.1,3494.41,26120617,99.87,0,0,0.16,507.08,3494.43,26120618,97.66,0,0,0.14,507.07,3494.43,26120619,99.73,0,0,0.29,507.55,3493.93,26120620,99.4,0,0,0.66,507.85,3493.65,26120621,99.91,0,0,0.14,507.46,3494.04,26120622,99.67,0,0,0.14,507.43,3494.06,26120623,99.86,0,0,0.15,507.42,3494.07,26120624,99.87,0,0,0.15,507.39,3494.09,26120625,99.45,0,0,0.66,508,3493.49,26120626,99.88,0,0,0.16,507.62,3493.88,26120627,99.85,0,0,0.14,507.6,3493.88,26120628,99.87,0,0,0.15,507.58,3493.9,26120629,99.88,0,0,0.14,507.56,3493.91,26120630,99.64,0,0,0.73,508.8,3492.69,26120631,99.8,0,0,0.14,508.16,3493.32,26120632,99.77,0,0,0.16,508.21,3493.27,26120633,99.86,0,0,0.15,508.18,3493.3,26120634,99.88,0,0,0.14,508.16,3493.31,26120635,99.58,0,0,0.74,508.89,3492.59,26120636,99.75,0,0,0.13,508.38,3493.1,26120637,99.87,0,0,0.16,508.36,3493.11,26120638,99.88,0,0,0.14,508.34,3493.13,26120639,99.88,0,0,0.14,508.32,3493.14,26120640,99.29,0,0,0.67,507.9,3493.58,26120641,99.79,0,0,0.16,508.06,3493.42,26120642,99.8,0,0,0.14,508.04,3493.44,26120643,99.77,0,0,0.15,508.21,3493.27,26120644,99.81,0,0,0.14,508.19,3493.28,26120645,99.57,0,0,0.53,508,3493.49,26120646,99.88,0,0,0.34,508.16,3493.32,26120647,99.9,0,0,0.17,508.13,3493.34,26120648,99.88,0,0,0.14,508.11,3493.36,26120649,99.71,0,0,0.29,508.34,3493.1,26120650,99.48,0,0,0.55,508.18,3493.29,26120651,99.83,0,0,0.35,508.3,3493.15,26120652,99.88,0,0,0.18,508.29,3493.15,26120653,99.82,0,0,0.16,508.39,3493.05,26120654,99.82,0,0,0.17,508.45,3493.01,26120655,99.44,0,0,0.53,508.28,3493.19,26120656,99.85,0,0,0.47,508.42,3493.05,26120657,99.82,0,0,0.21,508.38,3493.07,26120658,99.79,0,0,0.18,508.36,3493.09,26120659,99.82,0,0,0.14,508.34,3493.11,26120660,99.81,0,0,0.27,508.11,3493.36,26120661,99.68,0,0,0.55,508.43,3493.03,26120662,99.88,0,0,0.16,508.05,3493.4,26120663,99.8,0,0,0.14,508.04,3493.41,26120664,99.89,0,0,0.15,508.01,3493.44,26120665,99.71,0,0,0.29,507.92,3493.56,26120666,99.77,0,0,0.57,508.74,3492.72,26120667,99.84,0,0,0.14,508.41,3493.04,26120668,97.26,0,0,0.16,508.38,3493.06,26120669,99.81,0,0,0.14,508.37,3493.07,26120670,99.65,0,0,0.3,507.01,3494.45,26120671,99.72,0,0,0.54,507.35,3494.11,26120672,99.77,0,0,0.14,507.09,3494.36,26120673,99.81,0,0,0.15,507.07,3494.38,26120674,99.83,0,0,0.14,507.04,3494.4,26120675,99.63,0,0,0.28,506.8,3494.65,26120676,99.45,0,0,0.53,507.82,3493.62,26120677,99.84,0,0,0.21,507.43,3494.02,26120678,99.87,0,0,0.14,507.41,3494.03,26120679,99.59,0,0,0.31,507.17,3494.24,26120680,99.72,0,0,0.29,507.92,3493.5,26120681,99.78,0,0,0.5,508.33,3493.09,26120682,99.85,0,0,0.21,507.83,3493.59,26120683,99.86,0,0,0.14,507.81,3493.61,26120684,99.88,0,0,0.15,507.77,3493.66,26120685,99.71,0,0,0.28,507.8,3493.67,26120686,99.7,0,0,0.42,508.06,3493.4,26120687,99.75,0,0,0.27,507.68,3493.77,26120688,99.91,0,0,0.16,507.66,3493.79,26120689,99.93,0,0,0.14,507.66,3493.79,26120690,99.72,0,0,0.26,507.89,3493.58,26120691,99.73,0,0,0.51,508.29,3493.17,26120692,99.83,0,0,0.19,508.08,3493.37,26120693,99.83,0,0,0.14,508.05,3493.39,26120694,99.8,0,0,0.15,508.03,3493.41,26120695,99.76,0,0,0.29,507.55,3493.91,26120696,99.78,0,0,0.38,508.28,3493.17,26120697,99.87,0,0,0.4,507.75,3493.7,26120698,99.9,0,0,0.18,507.91,3493.53,26120699,99.88,0,0,0.18,507.9,3493.54,26120700,99.58,0,0,0.31,507.89,3493.57,26120701,99.82,0,0,0.14,507.87,3493.59,26120702,99.66,0,0,0.63,508.26,3493.18,26120703,99.89,0,0,0.18,507.82,3493.62,26120704,99.81,0,0,0.2,507.8,3493.64,26120705,99.72,0,0,0.3,507.81,3493.64,26120706,99.84,0,0,0.16,507.78,3493.67,26120707,99.69,0,0,0.54,508.46,3492.98,26120708,99.8,0,0,0.15,508.23,3493.21,26120709,99.62,0,0,0.28,507.89,3493.53,26120710,99.7,0,0,0.3,507.21,3494.22,26120711,99.81,0,0,0.18,507.19,3494.24,26120712,99.69,0,0,0.55,508.04,3493.38,26120713,99.88,0,0,0.14,507.89,3493.53,26120714,99.91,0,0,0.15,507.86,3493.57,26120715,99.7,0,0,0.32,507.19,3494.26,26120716,99.82,0,0,0.13,507.11,3494.33,26120717,99.67,0,0,0.57,508.43,3493.01,26120718,99.9,0,0,0.22,508.06,3493.38,26120719,99.84,0,0,0.16,508.04,3493.39,26120720,99.66,0,0,0.28,506.84,3494.6,26120721,99.85,0,0,0.16,506.79,3494.65,26120722,99.77,0,0,0.51,507.79,3493.65,26120723,99.87,0,0,0.23,508.41,3493.02,26120724,99.87,0,0,0.16,508.39,3493.04,26120725,99.79,0,0,0.3,507.91,3493.53,26120726,99.81,0,0,0.14,507.88,3493.56,26120727,99.69,0,0,0.55,508.31,3493.13,26120728,99.71,0,0,0.18,508.11,3493.33,26120729,99.86,0,0,0.18,508.07,3493.36,26120730,99.64,0,0,0.35,507.98,3493.47,26120731,99.82,0,0,0.15,507.8,3493.64,26120732,99.66,0,0,0.4,508.13,3493.31,26120733,99.89,0,0,0.29,507.77,3493.67,26120734,99.86,0,0,0.14,507.84,3493.59,26120735,99.72,0,0,0.28,506.96,3494.48,26120736,99.88,0,0,0.15,506.92,3494.52,26120737,99.76,0,0,0.34,507.31,3494.13,26120738,99.89,0,0,0.39,508.1,3493.33,26120739,99.69,0,0,0.38,507.6,3493.8,26120740,99.6,0,0,0.27,507.35,3494.07,26120741,99.83,0,0,0.16,507.32,3494.1,26120742,99.87,0,0,0.14,507.3,3494.11,26120743,99.66,0,0,0.54,508.4,3493.01,26120744,99.83,0,0,0.15,508,3493.42,26120745,99.67,0,0,0.27,508,3493.44,26120746,99.85,0,0,0.36,507.67,3493.76,26120747,99.84,0,0,0.14,507.65,3493.78,26120748,99.69,0,0,0.57,508.33,3493.09,26120749,99.82,0,0,0.14,508.1,3493.32,26120750,99.65,0,0,0.26,506.92,3494.51,26120751,99.83,0,0,0.16,506.85,3494.58,26120752,99.85,0,0,0.14,506.84,3494.59,26120753,99.7,0,0,0.55,507.65,3493.77,26120754,99.77,0,0,0.15,507.53,3493.88,26120755,99.68,0,0,0.26,508,3493.43,26120756,99.83,0,0,0.16,508.01,3493.42,26120757,99.83,0,0,0.14,507.97,3493.45,26120758,99.72,0,0,0.5,508.79,3492.63,26120759,99.89,0,0,0.23,508.13,3493.29,26120760,99.61,0,0,0.31,508.14,3493.3,26120761,99.83,0,0,0.18,508.12,3493.31,26120762,99.83,0,0,0.15,508.1,3493.33,26120763,99.77,0,0,0.5,508.63,3492.78,26120764,99.85,0,0,0.25,508.3,3493.11,26120765,99.69,0,0,0.31,508.3,3493.13,26120766,99.89,0,0,0.2,508.28,3493.14,26120767,99.83,0,0,0.2,508.25,3493.17,26120768,99.74,0,0,0.46,508.57,3492.84,26120769,99.7,0,0,0.46,508.19,3493.19,26120770,99.81,0,0,0.28,508.37,3493.03,26120771,99.84,0,0,0.17,508.35,3493.04,26120772,99.88,0,0,0.16,508.33,3493.06,26120773,99.65,0,0,0.59,508.67,3492.72,26120774,99.68,0,0,0.18,508.29,3493.11,26120775,99.68,0,0,0.32,506.84,3494.57,26120776,99.9,0,0,0.21,506.79,3494.62,26120777,99.79,0,0,0.24,507.26,3494.14,26120778,99.83,0,0,0.2,507.24,3494.16,26120779,99.65,0,0,0.59,508.33,3493.08,26120780,99.69,0,0,0.34,508.43,3493,26120781,99.81,0,0,0.2,508.46,3492.97,26120782,99.85,0,0,0.2,508.61,3492.82,26120783,99.85,0,0,0.19,508.59,3492.83,26120784,99.73,0,0,0.59,508.72,3492.69,26120785,99.56,0,0,0.32,506.42,3495.01,26120786,99.83,0,0,0.16,506.35,3495.08,26120787,99.79,0,0.01,0.14,506.32,3495.11,26120788,99.65,0,0,0.18,506.26,3495.16,26120789,96.4,0.02,0.01,78.34,519.12,3484.03,26120790,99.67,0,0,0.43,510.57,3490.82,26120791,99.69,0,0,0.14,510.22,3491.16,26120792,99.87,0,0,0.15,510.19,3491.18,26120793,99.79,0,0,0.14,510.18,3491.2,26120794,99.68,0,0,0.44,509.62,3491.77,26120795,99.82,0,0,0.45,508.71,3492.71,26120796,99.89,0,0,0.16,508.69,3492.72,26120797,99.83,0,0,0.14,508.72,3492.69,26120798,99.85,0,0,0.14,508.84,3492.57,26120799,99.5,0,0,0.58,509.34,3492.06,26120800,99.72,0,0,0.37,508.35,3493.1,26120801,99.87,0,0,0.15,508.32,3493.13,26120802,99.05,0,0,0.15,508.3,3493.14,26120803,99.88,0,0,0.16,508.28,3493.16,26120804,99.72,0,0,0.4,508.69,3492.75,26120805,99.67,0,0,0.38,507.54,3493.91,26120806,99.82,0,0,0.17,507.51,3493.95,26120807,99.85,0,0,0.14,507.5,3493.95,26120808,99.8,0,0,0.15,507.47,3493.98,26120809,99.63,0,0,0.49,507.93,3493.51,26120810,99.73,0,0,0.3,507.86,3493.59,26120811,99.86,0,0,0.14,507.87,3493.58,26120812,99.9,0,0,0.16,507.84,3493.61,26120813,99.84,0,0,0.14,507.82,3493.62,26120814,99.9,0,0,0.15,507.8,3493.64,26120815,99.49,0,0,0.66,508.87,3492.58,26120816,99.84,0,0,0.16,508.52,3492.93,26120817,99.88,0,0,0.14,508.5,3492.95,26120818,99.87,0,0,0.14,508.48,3492.96,26120819,99.86,0,0,0.17,508.46,3492.98,26120820,99.44,0,0,0.65,509.22,3492.24,26120821,99.92,0,0,0.14,508.46,3493,26120822,99.87,0,0,0.16,508.61,3492.84,26120823,99.84,0,0,0.14,508.58,3492.86,26120824,99.88,0,0,0.15,508.57,3492.87,26120825,99.62,0,0,0.7,508.74,3492.71,26120826,99.86,0,0,0.19,507.81,3493.64,26120827,99.8,0,0,0.2,507.78,3493.67,26120828,99.88,0,0,0.19,507.77,3493.67,26120829,99.84,0,0,0.33,507.99,3493.43,26120830,99.59,0,0,0.68,508.26,3493.18,26120831,99.82,0,0,0.18,507.72,3493.71,26120832,99.86,0,0,0.16,507.7,3493.73,26120833,99.86,0,0,0.16,507.7,3493.72,26120834,99.76,0,0,0.18,507.84,3493.58,26120835,99.44,0,0,0.73,507.82,3493.6,26120836,99.82,0,0,0.19,507.56,3493.87,26120837,99.85,0,0,0.25,507.54,3493.88,26120838,92.72,4.64,0.01,148.34,522.9,3537.31,26120839,99.86,0,0,0.25,510.08,3572.29,26120840,99.5,0,0,0.76,510.94,3570.95,26120841,99.75,0,0,0.18,510.09,3571.34,26120842,99.76,0,0,0.18,509.98,3571.37,26120843,99.88,0,0,0.21,508.4,3572.92,26120844,99.76,0,0,0.18,507.35,3573.93,26120845,97.83,0.01,0.01,15.9,510.46,3570.97,26120846,99.82,0,0,0.28,508.21,3572.62,26120847,99.84,0,0,0.18,508.12,3572.63,26120848,99.7,0,0,0.18,508,3572.66,26120849,99.8,0,0,0.18,507.9,3572.68,26120850,99.76,0,0,0.34,508.07,3572.46,26120851,99.5,0,0,0.58,508.33,3572.13,26120852,99.85,0,0,0.18,507.97,3572.41,26120853,99.85,0,0,0.17,507.96,3572.33,26120854,99.68,0,0,0.18,507.87,3572.34,26120855,99.66,0,0,0.33,508.27,3571.88,26120856,99.68,0,0,0.57,508.29,3571.78,26120857,99.83,0,0,0.15,507.83,3572.16,26120858,99.84,0,0,0.19,507.74,3572.16,26120859,99.69,0,0,0.32,508.3,3571.2,26120860,99.76,0,0,0.36,508.23,3571.2,26120861,99.64,0,0,0.54,508.86,3570.49,26120862,99.83,0,0,0.14,508.54,3570.73,26120863,99.87,0,0,0.14,508.43,3570.76,26120864,99.89,0,0,0.16,508.46,3570.65,26120865,99.61,0,0,0.34,507.36,3571.57,26120866,99.73,0,0,0.59,508.67,3570.17,26120867,99.77,0,0,0.18,508.37,3570.39,26120868,99.82,0,0,0.14,508.26,3570.41,26120869,99.79,0,0,0.14,508.17,3570.42,26120870,97.4,0,0,0.3,508.57,3569.95,26120871,99.68,0,0,0.54,508.68,3569.76,26120872,99.79,0,0,0.22,507.63,3570.72,26120873,99.81,0,0,0.16,507.53,3570.74,26120874,99.71,0,0,0.14,507.43,3570.76,26120875,99.63,0,0,0.3,507.29,3570.83,26120876,99.61,0,0,0.46,507.99,3570.05,26120877,99.78,0,0,0.27,508.09,3569.86,26120878,99.77,0,0,0.14,507.98,3569.89,26120879,99.8,0,0,0.15,507.89,3569.9,26120880,99.55,0,0,0.27,506.38,3571.35,26120881,99.64,0,0,0.41,506.83,3570.82,26120882,99.74,0,0,0.31,507.11,3570.45,26120883,99.81,0,0,0.14,507.01,3570.47,26120884,99.79,0,0,0.14,506.92,3570.48,26120885,99.67,0,0,0.3,508.04,3569.17,26120886,99.63,0,0,0.31,508.42,3568.7,26120887,99.73,0,0,0.39,508.41,3568.63,26120888,99.79,0,0,0.15,508.31,3568.65,26120889,99.72,0,0,0.28,507.96,3568.89,26120890,99.62,0,0,0.27,508.12,3568.67,26120891,99.74,0,0,0.16,508.03,3568.68,26120892,99.46,0,0,0.57,508.74,3567.89,26120893,99.69,0,0,0.14,508.32,3568.22,26120894,99.66,0,0,0.16,508.21,3568.25,26120895,99.47,0,0,0.32,508.15,3568.25,26120896,99.51,0,0,0.13,508.22,3568.09,26120897,99.57,0,0,0.6,508.94,3567.29,26120898,99.71,0,0,0.14,508.52,3567.63,26120899,99.71,0,0,0.14,508.42,3567.65,26120900,99.5,0,0,0.27,508.61,3567.42,26120901,99.77,0,0,0.16,508.52,3567.44,26120902,99.68,0,0,0.55,508.78,3567.1,26120903,99.8,0,0,0.18,508.36,3567.45,26120904,99.75,0,0,0.16,508.25,3567.48,26120905,99.62,0,0,0.29,506.77,3568.91,26120906,99.74,0,0,0.16,506.63,3568.99,26120907,99.57,0,0,0.55,507.59,3567.96,26120908,99.7,0,0,0.15,508.37,3567.11,26120909,99.78,0,0,0.14,508.28,3567.13,26120910,99.51,0,0,0.36,508.34,3567.02,26120911,99.79,0,0,0.18,507.88,3567.41,26120912,99.62,0,0,0.55,508.4,3566.83,26120913,99.78,0,0,0.14,508.71,3566.46,26120914,99.74,0,0,0.16,508.65,3566.46,26120915,99.57,0,0,0.32,508.32,3566.74,26120916,99.71,0,0,0.15,508.23,3566.76,26120917,99.61,0,0,0.32,508.69,3566.23,26120918,99.8,0,0,0.38,508.07,3566.77,26120919,99.6,0,0,0.28,508.49,3566.26,26120920,99.62,0,0,0.28,508.82,3565.88,26120921,99.78,0,0,0.16,508.74,3565.89,26120922,99.78,0,0,0.14,508.66,3565.91,26120923,99.63,0,0,0.56,508.5,3566.01,26120924,99.8,0,0,0.14,508.01,3566.43,26120925,99.63,0,0,0.28,508.44,3565.96,26120926,99.74,0,0,0.15,508.55,3565.78,26120927,99.79,0,0,0.15,508.52,3565.74,26120928,99.53,0,0,0.59,508.76,3565.4,26120929,99.68,0,0,0.14,508.32,3565.76,26120930,99.62,0,0,0.27,508.26,3565.77,26120931,99.75,0,0,0.16,508.16,3565.8,26120932,99.75,0,0,0.15,508.19,3565.7,26120933,99.6,0,0,0.61,509.15,3564.66,26120934,99.8,0,0,0.16,508.56,3565.17,26120935,99.72,0,0,0.29,508.51,3565.18,26120936,99.8,0,0,0.13,508.45,3565.2,26120937,99.81,0,0,0.17,508.39,3565.22,26120938,99.61,0,0,0.57,508.8,3564.75,26120939,99.78,0.01,0.04,0.18,508.55,3564.95,26120940,99.54,0,0,0.27,508.84,3564.66,26120941,99.83,0,0,0.16,508.76,3564.72,26120942,99.77,0,0,0.15,508.71,3564.7,26120943,99.63,0,0,0.54,508.69,3564.63,26120944,99.78,0,0,0.14,507.74,3565.5,26120945,99.59,0,0,0.29,507.94,3565.26,26120946,99.81,0,0,0.16,507.86,3565.28,26120947,99.77,0,0,0.15,507.82,3565.31,26120948,99.61,0,0,0.51,508.4,3564.72,26120949,99.66,0,0,0.36,508.92,3564.13,26120950,99.69,0,0,0.31,508.64,3564.37,26120951,99.84,0,0,0.16,508.57,3564.4,26120952,99.81,0,0,0.14,508.51,3564.43,26120953,99.67,0,0,0.41,509.08,3563.81,26120954,99.8,0,0,0.29,508.87,3563.97,26120955,99.72,0,0,0.3,508.59,3564.23,26120956,99.83,0,0,0.14,508.55,3564.25,26120957,99.76,0,0,0.21,508.75,3564.02,26120958,99.7,0,0,0.4,509.12,3563.62,26120959,99.81,0,0,0.29,508.89,3563.8,26120960,99.71,0,0,0.27,508.95,3563.72,26120961,99.8,0,0,0.16,508.97,3563.65,26120962,99.75,0,0,0.14,508.95,3563.65,26120963,99.69,0,0,0.31,509.49,3563.09,26120964,99.75,0,0,0.46,507.85,3564.68,26120965,99.71,0,0,0.29,507.81,3564.7,26120966,99.8,0,0,0.14,507.79,3564.65,26120967,99.82,0,0,0.16,507.89,3564.48,26120968,99.8,0,0,0.15,507.83,3564.51,26120969,99.68,0,0,0.59,508.55,3563.75,26120970,99.57,0,0,0.31,508.37,3563.9,26120971,99.7,0,0,0.14,507.9,3564.31,26120972,99.79,0,0,0.15,507.95,3564.2,26120973,99.74,0,0,0.14,508.06,3564.05,26120974,99.56,0,0,0.54,508.83,3563.24,26120975,99.72,0,0,0.27,508.84,3563.2,26120976,99.77,0,0,0.16,508.79,3563.22,26120977,99.8,0,0,0.14,508.85,3563.1,26120978,99.8,0,0,0.15,508.43,3563.46,26120979,99.41,0,0,0.76,508.67,3563,26120980,99.57,0,0,0.27,508.43,3563.19,26120981,99.8,0,0,0.16,508.29,3563.28,26120982,99.81,0,0,0.17,508.21,3563.29,26120983,99.81,0,0,0.16,508.22,3563.24,26120984,99.62,0,0,0.41,508.7,3562.71,26120985,99.66,0,0,0.42,508.48,3562.9,26120986,99.8,0,0,0.15,508.43,3562.92,26120987,99.8,0,0,0.16,508.43,3562.85,26120988,99.8,0,0,0.14,508.28,3562.98,26120989,99.62,0,0,0.49,509.04,3562.17,26120990,99.66,0,0,0.33,508.4,3562.77,26120991,99.83,0,0,0.14,508.36,3562.78,26120992,97.9,0,0,0.14,508.27,3562.81,26120993,99.81,0,0,0.15,508.21,3562.81,26120994,99.63,0,0,0.4,508.45,3562.52,26120995,99.75,0,0,0.42,508.5,3562.45,26120996,99.78,0,0,0.14,508.47,3562.44,26120997,99.76,0,0,0.17,508.45,3562.44,26120998,99.81,0,0,0.14,508.36,3562.47,26120999,99.67,0,0,0.41,508.71,3562.08,26121000,99.56,0,0,0.43,506.84,3563.95,26121001,99.8,0,0,0.14,506.76,3564,26121002,99.8,0,0,0.14,506.72,3564.01,26121003,99.83,0,0,0.16,506.88,3563.8,26121004,99.8,0,0,0.14,507.06,3563.56,26121005,99.38,0,0,0.73,508.07,3562.53,26121006,99.8,0,0,0.18,507.64,3562.92,26121007,99.81,0,0,0.18,507.59,3562.93,26121008,99.8,0,0,0.18,507.52,3562.95,26121009,99.61,0,0,0.31,508.21,3562.18,26121010,99.55,0,0,0.71,508.78,3561.6,26121011,99.82,0,0,0.16,508.35,3562,26121012,99.7,0,0,0.14,508.32,3562.02,26121013,99.72,0,0,0.15,508.26,3562.03,26121014,99.8,0,0,0.14,508.21,3562.05,26121015,99.54,0,0,0.7,508.95,3561.32,26121016,99.83,0,0,0.14,508.64,3561.6,26121017,99.81,0,0,0.2,508.13,3562.09,26121018,99.84,0,0,0.14,508.19,3561.98,26121019,99.81,0,0,0.15,508.17,3561.95,26121020,99.54,0,0,0.68,509.22,3560.88,26121021,99.81,0,0,0.16,508.82,3561.24,26121022,99.81,0,0,0.14,508.73,3561.29,26121023,99.81,0,0,0.16,508.47,3561.52,26121024,99.84,0,0,0.14,508.4,3561.54,26121025,99.55,0,0,0.61,509.13,3560.79,26121026,99.82,0,0,0.22,508.32,3561.57,26121027,99.84,0,0,0.14,508.29,3561.58,26121028,99.8,0,0,0.14,508.25,3561.6,26121029,99.83,0,0,0.15,508.17,3561.61,26121030,99.53,0,0,0.56,509.1,3560.67,26121031,99.75,0.07,0.05,0.34,508.49,3561.24,26121032,99.75,0.09,0.06,0.16,508.43,3561.26,26121033,99.7,0.09,0.06,0.17,508.29,3561.29,26121034,99.83,0.02,0.01,0.17,508.23,3561.26,26121035,99.62,0,0,0.64,508.85,3560.63,26121036,99.83,0,0,0.21,508.65,3560.83,26121037,99.87,0,0,0.14,508.64,3560.83,26121038,99.83,0,0,0.14,508.6,3560.85,26121039,99.79,0,0,0.34,508.8,3560.6,26121040,99.61,0,0,0.71,509.3,3560.11,26121041,99.86,0,0,0.12,509.2,3560.2,26121042,99.86,0,0,0.19,509.15,3560.22,26121043,99.88,0,0,0.17,509.1,3560.23,26121044,99.87,0,0,0.14,509.17,3560.1,26121045,97.56,0,0,0.32,508.51,3560.74,26121046,99.7,0,0,0.6,508.05,3561.16,26121047,99.88,0,0,0.16,507.44,3561.77,26121048,99.84,0,0,0.14,507.38,3561.8,26121049,99.81,0,0,0.16,507.36,3561.8,26121050,99.72,0,0,0.3,507.83,3561.33,26121051,99.8,0,0,0.57,508.7,3560.41,26121052,98.64,0,0,0.13,508.63,3560.46,26121053,99.83,0,0,0.17,508.6,3560.47,26121054,99.87,0,0,0.15,508.57,3560.47,26121055,99.74,0,0,0.3,508.76,3560.26,26121056,99.71,0,0,0.58,508.49,3560.49,26121057,99.88,0,0,0.17,507.67,3561.27,26121058,99.85,0,0,0.15,507.62,3561.29,26121059,99.85,0,0,0.15,507.56,3561.3,26121060,99.54,0,0,0.33,507.06,3561.81,26121061,99.59,0,0,0.61,508.4,3560.45,26121062,99.78,0,0,0.16,508.8,3560.01,26121063,99.89,0,0,0.18,508.95,3559.83,26121064,99.85,0,0,0.16,509,3559.73,26121065,99.81,0,0,0.29,508.74,3560,26121066,99.71,0,0,0.57,509.08,3559.66,26121067,99.9,0,0,0.14,508.67,3560.04,26121068,99.91,0,0,0.15,508.65,3560.04,26121069,99.67,0,0,0.41,508.94,3559.57,26121070,99.77,0,0,0.29,508.67,3559.83,26121071,99.7,0,0,0.41,509.19,3559.29,26121072,99.87,0,0,0.29,508.59,3559.86,26121073,99.89,0,0,0.15,508.66,3559.78,26121074,99.89,0,0,0.14,508.72,3559.72,26121075,99.77,0,0,0.29,508.46,3559.97,26121076,99.7,0,0,0.32,508.82,3559.6,26121077,99.84,0,0,0.42,508.87,3559.52,26121078,99.85,0,0,0.15,508.84,3559.54,26121079,99.9,0,0,0.16,508.97,3559.36,26121080,99.77,0,0,0.31,508.52,3559.8,26121081,99.68,0,0,0.39,508.87,3559.43,26121082,99.91,0,0,0.27,508.93,3559.36,26121083,99.86,0,0,0.15,508.91,3559.37,26121084,99.87,0,0,0.15,508.87,3559.39,26121085,99.7,0,0,0.29,508.51,3559.76,26121086,99.89,0,0,0.16,508.54,3559.72,26121087,99.72,0,0,0.54,509.75,3558.49,26121088,99.86,0,0,0.15,508.95,3559.27,26121089,99.85,0,0,0.15,508.9,3559.29,26121090,99.6,0,0,0.32,508.44,3559.75,26121091,99.89,0,0,0.17,507.86,3560.31,26121092,99.7,0,0,0.55,508.79,3559.36,26121093,99.89,0,0,0.14,508.28,3559.86,26121094,99.85,0,0,0.15,508.26,3559.88,26121095,99.6,0,0,0.31,507.97,3560.14,26121096,99.85,0,0,0.14,508.05,3560.04,26121097,99.63,0,0,0.5,509.13,3558.93,26121098,99.85,0,0,0.19,509.01,3559.01,26121099,99.66,0,0,0.3,508.96,3559.02,26121100,99.63,0,0,0.3,508.7,3559.27,26121101,99.85,0,0.02,0.18,508.61,3559.33,26121102,99.68,0,0,0.41,509.02,3558.9,26121103,99.89,0,0,0.29,508.79,3559.12,26121104,99.91,0,0,0.14,508.75,3559.15,26121105,99.72,0,0,0.3,508.81,3559.1,26121106,99.86,0,0,0.13,508.83,3559.07,26121107,99.71,0,0,0.41,509.32,3558.57,26121108,99.88,0,0,0.29,509.14,3558.73,26121109,99.88,0,0,0.15,509.1,3558.77,26121110,99.75,0,0,0.32,509.09,3558.77,26121111,99.91,0,0,0.14,509.04,3558.8,26121112,99.73,0,0,0.33,509.39,3558.42,26121113,99.88,0,0,0.39,509.21,3558.55,26121114,99.87,0,0,0.14,509.16,3558.58,26121115,99.69,0,0,0.36,508.88,3558.85,26121116,99.82,0,0,0.18,508.83,3558.88,26121117,99.65,0,0,0.34,509.14,3558.54,26121118,99.9,0,0,0.4,508.87,3558.79,26121119,99.9,0,0,0.19,508.9,3558.75,26121120,99.64,0,0,0.29,508.45,3559.16,26121121,99.86,0,0,0.14,508.31,3559.28,26121122,99.9,0,0,0.16,508.29,3559.29,26121123,99.73,0,0,0.59,508.84,3558.73,26121124,99.89,0,0,0.14,508.49,3559.07,26121125,99.78,0,0,0.3,508.94,3558.62,26121126,99.85,0,0,0.14,508.92,3558.61,26121127,99.87,0,0,0.13,508.88,3558.63,26121128,99.76,0,0,0.58,509.02,3558.47,26121129,99.81,0,0,0.29,509.04,3558.43,26121130,99.7,0,0,0.3,509.22,3558.24,26121131,99.9,0,0,0.16,509.18,3558.26,26121132,99.86,0,0,0.15,509.15,3558.27,26121133,99.65,0,0,0.57,509.86,3557.53,26121134,99.83,0,0,0.16,508.74,3558.62,26121135,99.77,0,0,0.33,508.03,3559.31,26121136,99.83,0,0,0.17,508,3559.32,26121137,99.92,0,0,0.19,507.95,3559.35,26121138,99.76,0,0,0.58,508.56,3558.73,26121139,99.85,0,0,0.14,508.38,3558.89,26121140,99.79,0,0,0.34,508.69,3558.58,26121141,99.88,0,0,0.18,508.76,3558.49,26121142,99.81,0,0,0.18,508.71,3558.52,26121143,99.73,0,0,0.43,509.05,3558.16,26121144,99.77,0,0,0.3,508.66,3558.55,26121145,99.73,0,0,0.31,508.41,3558.81,26121146,99.89,0,0,0.16,508.37,3558.83,26121147,99.86,0,0,0.14,508.34,3558.83,26121148,99.6,0,0,0.57,508.67,3558.47,26121149,99.87,0,0,0.18,508.25,3558.87,26121150,99.56,0.01,0,0.3,508.68,3558.19,26121151,99.81,0,0,0.15,508.56,3558.3,26121152,99.74,0,0,0.16,508.58,3558.27,26121153,97.67,0.35,0.01,0.63,510.87,3554.3,26121154,95.96,0,0,260.23,521.28,3546.32,26121155,99.49,0,0,0.3,509.87,3555.49,26121156,99.86,0,0,0.16,509.72,3555.6,26121157,99.81,0,0,0.14,509.9,3555.4,26121158,99.81,0,0,0.16,509.9,3555.39,26121159,99.54,0,0,0.77,509.46,3555.83,26121160,99.68,0,0,0.29,508.78,3556.53,26121161,99.85,0,0,0.16,508.8,3556.47,26121162,99.81,0,0,0.15,508.79,3556.47,26121163,99.87,0,0,0.16,508.75,3556.5,26121164,99.64,0,0,0.58,508.71,3556.55,26121165,99.78,0,0,0.32,508.11,3557.03,26121166,99.81,0,0,0.14,507.94,3557.18,26121167,99.83,0,0,0.16,507.8,3557.3,26121168,99.83,0,0,0.14,507.76,3557.34,26121169,99.68,0,0,0.56,508.47,3556.61,26121170,99.76,0,0,0.36,508.45,3556.62,26121171,99.9,0,0,0.18,508.52,3556.52,26121172,99.87,0,0,0.18,508.59,3556.44,26121173,99.85,0,0,0.18,508.58,3556.44,26121174,99.68,0,0,0.46,509.06,3555.94,26121175,99.7,0,0,0.43,508.52,3556.48,26121176,99.75,0,0,0.16,508.49,3556.5,26121177,99.88,0,0,0.14,508.46,3556.52,26121178,99.85,0,0,0.16,508.43,3556.54,26121179,99.71,0,0,0.52,508.84,3556.11,26121180,99.5,0,0,0.35,507.9,3557.05,26121181,99.84,0,0,0.14,507.84,3557.07,26121182,99.82,0,0,0.16,507.8,3557.09,26121183,99.85,0,0,0.15,507.77,3557.1,26121184,99.74,0,0,0.55,508.63,3556.22,26121185,99.74,0,0,0.32,508.88,3555.97,26121186,99.82,0,0,0.21,508.85,3555.97,26121187,99.83,0,0,0.17,508.82,3555.98,26121188,99.82,0,0,0.19,508.77,3556.01,26121189,99.48,0,0,0.48,508.82,3555.91,26121190,99.61,0,0,0.64,507.71,3556.91,26121191,99.79,0,0,0.2,507.56,3557.03,26121192,99.84,0,0,0.2,507.51,3557.06,26121193,99.88,0,0,0.18,507.48,3557.07,26121194,99.76,0,0,0.2,507.55,3556.99,26121195,99.48,0,0,0.78,508.98,3555.56,26121196,99.87,0,0,0.15,508.8,3555.72,26121197,99.76,0,0,0.25,508.76,3555.74,26121198,99.84,0,0,0.17,508.71,3555.78,26121199,99.84,0,0,0.18,508.68,3555.8,26121200,99.65,0,0,0.71,509.24,3555.22,26121201,99.85,0,0,0.17,508.87,3555.58,26121202,99.81,0,0,0.15,508.84,3555.61,26121203,99.86,0,0,0.18,508.82,3555.61,26121204,99.8,0,0,0.14,508.81,3555.59,26121205,99.63,0,0,0.78,509.3,3555.11,26121206,99.83,0,0,0.15,508.92,3555.48,26121207,99.87,0,0,0.14,508.9,3555.49,26121208,99.84,0,0,0.14,508.87,3555.51,26121209,99.88,0,0,0.15,508.84,3555.52,26121210,99.58,0,0,0.7,509.78,3554.59,26121211,99.88,0,0,0.15,508.8,3555.55,26121212,99.78,0,0,0.17,508.77,3555.58,26121213,99.85,0,0,0.15,508.76,3555.58,26121214,99.86,0,0,0.14,508.72,3555.61,26121215,99.61,0,0,0.67,509.4,3554.95,26121216,99.89,0,0,0.21,508.7,3555.63,26121217,99.88,0,0,0.15,508.79,3555.52,26121218,99.89,0,0,0.14,508.81,3555.48,26121219,99.72,0,0,0.28,508.82,3555.45,26121220,99.56,0,0,0.71,509.35,3554.93,26121221,99.88,0,0,0.15,508.76,3555.52,26121222,99.87,0,0,0.16,508.73,3555.54,26121223,99.88,0,0,0.15,508.7,3555.55,26121224,99.84,0,0,0.16,508.67,3555.58,26121225,99.83,0,0,0.34,508.43,3555.84,26121226,99.73,0,0,0.55,509.46,3554.79,26121227,99.91,0,0,0.14,509.24,3554.98,26121228,99.91,0,0,0.14,509.22,3555,26121229,99.86,0,0,0.15,509.18,3555.01,26121230,99.8,0,0,0.3,508.69,3555.51,26121231,99.76,0,0,0.61,509,3555.18,26121232,99.89,0,0,0.14,508.6,3555.55,26121233,99.89,0,0,0.15,508.58,3555.57,26121234,99.92,0,0,0.16,508.56,3555.58,26121235,99.7,0,0,0.32,509.26,3554.89,26121236,99.78,0,0,0.59,509.22,3554.93,26121237,99.87,0,0,0.2,508.75,3555.39,26121238,99.88,0,0,0.19,508.76,3555.34,26121239,99.89,0,0,0.2,508.83,3555.23,26121240,99.6,0,0,0.36,508.81,3555.26,26121241,99.76,0,0,0.6,509.54,3554.52,26121242,99.9,0,0,0.2,509,3555.05,26121243,99.87,0,0,0.2,508.97,3555.06,26121244,99.86,0,0,0.2,508.93,3555.09,26121245,99.81,0,0,0.36,508.95,3555.09,26121246,99.73,0,0,0.6,509.46,3554.57,26121247,99.87,0,0,0.22,509.13,3554.89,26121248,99.89,0,0,0.17,509.21,3554.79,26121249,99.66,0,0,0.3,508.76,3555.18,26121250,99.7,0,0,0.31,509.25,3554.71,26121251,99.71,0,0,0.46,509.5,3554.44,26121252,99.88,0,0,0.3,508.93,3555.01,26121253,99.89,0,0,0.18,508.92,3555.01,26121254,99.88,0,0,0.16,508.89,3555.07,26121255,99.81,0,0,0.33,507.94,3556.04,26121256,99.77,0,0,0.6,508.32,3555.65,26121257,99.84,0,0,0.23,508.1,3555.84,26121258,99.9,0,0,0.16,508.05,3555.88,26121259,99.88,0,0,0.14,508.04,3555.88,26121260,99.82,0,0,0.27,509.15,3554.77,26121261,99.74,0,0,0.42,509.42,3554.49,26121262,99.86,0,0,0.29,508.4,3555.5,26121263,99.86,0,0,0.14,508.39,3555.51,26121264,99.89,0,0,0.15,508.36,3555.54,26121265,99.58,0,0,0.3,507.88,3556.03,26121266,99.84,0,0,0.14,507.84,3556.06,26121267,99.57,0,0,0.56,509.72,3554.17,26121268,99.8,0,0,0.14,509.27,3554.61,26121269,99.89,0,0,0.15,509.24,3554.63,26121270,99.56,0,0,0.31,509.06,3554.83,26121271,99.83,0,0,0.17,509.07,3554.81,26121272,99.68,0,0,0.57,509.69,3554.19,26121273,99.86,0,0,0.18,509.36,3554.5,26121274,99.88,0,0,0.14,509.34,3554.52,26121275,99.68,0,0,0.29,508.15,3555.72,26121276,99.9,0,0,0.14,508.09,3555.78,26121277,99.59,0,0,0.58,509.4,3554.46,26121278,99.76,0,0,0.15,509.27,3554.58,26121279,99.62,0,0,0.3,509.25,3554.58,26121280,99.75,0,0,0.32,509.23,3554.62,26121281,99.78,0,0,0.18,509.21,3554.63,26121282,99.72,0,0,0.57,509.46,3554.37,26121283,99.86,0,0,0.14,508.36,3555.47,26121284,99.82,0,0,0.14,508.12,3555.76,26121285,99.74,0,0,0.28,509.29,3554.59,26121286,99.81,0,0,0.16,509.3,3554.58,26121287,99.5,0,0,0.59,509.83,3554.03,26121288,99.79,0,0,0.18,509.23,3554.61,26121289,99.8,0,0,0.18,508.88,3554.96,26121290,99.62,0,0,0.34,508.72,3555.14,26121291,99.76,0,0,0.16,508.68,3555.17,26121292,99.68,0,0,0.44,509.02,3554.82,26121293,99.8,0,0,0.29,508.73,3555.1,26121294,99.86,0,0,0.15,508.8,3555.03,26121295,99.77,0,0,0.29,516.55,3547.29,26121296,99.85,0,0,0.2,516.66,3547.17,26121297,99.73,0,0,0.47,516.99,3546.84,26121298,99.83,0,0,0.33,516.61,3547.21,26121299,99.8,0,0,0.18,516.59,3547.23,26121300,99.34,0,0,0.32,516.12,3547.71,26121301,99.73,0,0,0.16,516.08,3547.75,26121302,99.7,0,0,0.6,516.51,3547.32,26121303,99.85,0,0,0.18,516.77,3547.05,26121304,99.83,0,0,0.18,516.76,3547.05,26121305,99.72,0,0,0.29,516.52,3547.29,26121306,99.73,0,0,0.15,516.62,3547.17,26121307,99.82,0,0,0.16,516.62,3547.17,26121308,99.7,0,0,0.56,517.37,3546.41,26121309,99.49,0,0,0.29,515.86,3547.88,26121310,99.62,0,0,0.29,516.3,3547.45,26121311,99.8,0,0,0.16,516.3,3547.45,26121312,99.71,0,0,0.14,516.27,3547.48,26121313,99.72,0,0,0.55,517.16,3546.58,26121314,99.75,0,0,0.15,516.72,3547.02,26121315,99.63,0,0,0.28,516.72,3547.03,26121316,99.79,0,0,0.15,516.69,3547.05,26121317,99.85,0,0,0.21,516.85,3546.88,26121318,99.67,0,0,0.54,517.03,3546.69,26121319,99.81,0,0,0.2,516.54,3547.16,26121320,99.66,0,0,0.28,516.8,3546.92,26121321,99.85,0,0,0.16,516.77,3546.95,26121322,99.77,0,0,0.16,516.73,3546.98,26121323,99.7,0,0,0.58,517.31,3546.38,26121324,99.88,0,0,0.16,517.16,3546.52,26121325,99.67,0,0,0.29,516.44,3547.26,26121326,99.86,0,0,0.16,516.4,3547.29,26121327,99.85,0,0,0.15,516.57,3547.11,26121328,99.72,0,0,0.52,517.04,3546.64,26121329,99.84,0,0,0.2,516.78,3546.9,26121330,99.62,0,0,0.33,516.18,3547.39,26121331,99.78,0,0,0.21,516.81,3546.74,26121332,99.61,0,0,0.17,516.85,3546.69,26121333,99.58,0,0,0.43,517.63,3545.9,26121334,99.81,0,0,0.28,517.03,3546.49,26121335,99.61,0,0,0.33,516.55,3546.99,26121336,99.85,0,0,0.14,516.52,3547.02,26121337,99.84,0,0,0.22,516.57,3546.96,26121338,99.72,0,0,0.44,517.11,3546.42,26121339,99.64,0,0,0.44,516.64,3546.86,26121340,99.61,0,0,0.32,516.89,3546.62,26121341,99.84,0,0,0.18,516.82,3546.68,26121342,99.76,0,0.01,0.2,516.78,3546.69,26121343,99.59,0,0,0.43,517.1,3546.37,26121344,99.83,0,0,0.33,516.96,3546.51,26121345,99.6,0,0,0.34,516.49,3547,26121346,99.83,0,0,0.17,516.45,3547.03,26121347,99.72,0,0,0.15,516.51,3546.96,26121348,99.81,0,0,0.16,516.58,3546.88,26121349,99.64,0,0,0.57,517.57,3545.88,26121350,99.75,0,0,0.28,517.05,3546.42,26121351,99.78,0,0,0.14,517.01,3546.45,26121352,99.82,0,0,0.19,516.99,3546.46,26121353,99.75,0,0,0.18,516.97,3546.48,26121354,99.68,0,0,0.56,517.68,3545.76,26121355,99.72,0,0,0.29,515.75,3547.71,26121356,99.85,0,0,0.16,515.69,3547.76,26121357,99.81,0,0.02,0.23,515.77,3547.67,26121358,99.83,0,0,0.16,515.8,3547.63,26121359,99.73,0,0,0.5,516.69,3546.74,26121360,99.48,0,0,0.34,516.53,3546.91,26121361,99.79,0,0,0.18,516.51,3546.94,26121362,99.79,0,0,0.16,516.48,3546.96,26121363,99.85,0,0,0.17,516.46,3546.97,26121364,99.58,0,0,0.42,517.18,3546.25,26121365,99.67,0,0,0.42,516.21,3547.23,26121366,99.82,0,0,0.16,516.16,3547.27,26121367,99.84,0,0,0.14,516.14,3547.28,26121368,99.8,0,0,0.14,516.1,3547.31,26121369,99.4,0,0,0.93,517.49,3544.93,26121370,99.65,0,0,0.34,517.11,3543.87,26121371,99.88,0,0,0.14,517.03,3543.94,26121372,99.69,0,0,0.16,516.99,3543.97,26121373,99.67,0,0,0.14,516.96,3543.98,26121374,99.64,0,0,0.52,517.1,3543.83,26121375,99.52,0,0,0.49,516.08,3544.77,26121376,99.68,0,0,0.16,516.06,3544.79,26121377,99.7,0,0,0.19,516.03,3544.81,26121378,99.71,0,0,0.15,516.01,3544.82,26121379,99.3,0,0,0.3,516.49,3544.34,26121380,99.58,0,0,0.48,515.88,3544.95,26121381,99.85,0,0,0.16,515.89,3544.94,26121382,99.89,0,0,0.14,515.88,3544.94,26121383,99.6,0,0,0.15,515.85,3544.97,26121384,99.88,0,0,0.15,515.82,3544.99,26121385,99.53,0,0,0.73,516.88,3543.94,26121386,99.83,0,0,0.2,516.54,3544.28,26121387,99.88,0,0,0.18,516.52,3544.29,26121388,99.79,0,0,0.18,516.5,3544.31,26121389,99.84,0,0,0.17,516.48,3544.32,26121390,99.4,0,0,0.79,517.14,3543.68,26121391,99.84,0,0,0.23,516.95,3543.86,26121392,99.73,0,0,0.17,517.06,3543.74,26121393,99.88,0,0,0.14,517.09,3543.71,26121394,99.73,0,0,0.16,517.07,3543.72,26121395,99.57,0,0,0.73,517.06,3543.74,26121396,99.8,0,0,0.14,516.8,3544,26121397,96.83,0.02,0.01,14.39,521.79,3540.19,26121398,99.85,0,0,64.25,519.65,3539.76,26121399,99.64,0,0,0.32,519.95,3539.43,26121400,99.52,0,0,0.71,519.62,3539.79,26121401,99.81,0,0,0.21,519.43,3539.97,26121402,99.8,0,0,0.2,519.28,3540.11,26121403,99.88,0,0,0.2,517.47,3541.97,26121404,99.78,0,0,0.18,517.45,3541.98,26121405,99.47,0,0,0.74,518.07,3541.38,26121406,99.9,0,0,0.17,517.42,3542.02,26121407,99.79,0,0,0.14,517.39,3542.04,26121408,99.8,0,0,0.18,517.38,3542.06,26121409,99.83,0,0,0.16,517.5,3541.93,26121410,99.58,0,0,0.72,517.77,3541.71,26121411,99.83,0,0,0.14,516.78,3542.71,26121412,99.88,0,0,0.16,516.75,3542.73,26121413,99.77,0,0,0.14,516.74,3542.74,26121414,99.85,0,0,0.14,516.7,3542.76,26121415,99.51,0,0,0.51,517.63,3541.85,26121416,95.35,0,0,0.39,517.17,3542.3,26121417,99.84,0,0,0.13,517.15,3542.31,26121418,99.83,0,0,0.17,517.12,3542.33,26121419,99.77,0,0,0.14,517.11,3542.34,26121420,99.37,0,0,0.28,516.74,3542.73,26121421,99.42,0,0,0.57,517.79,3541.68,26121422,99.73,0,0,0.14,517.5,3541.96,26121423,99.84,0,0,0.15,517.49,3541.97,26121424,99.78,0,0,0.15,517.45,3542,26121425,99.59,0,0,0.31,516.58,3542.87,26121426,99.65,0,0,0.56,516.79,3542.66,26121427,99.79,0,0,0.16,516.42,3543.02,26121428,99.77,0,0,0.14,516.38,3543.04,26121429,99.61,0,0,0.3,516.85,3542.55,26121430,99.61,0,0,0.3,515.43,3543.98,26121431,99.65,0,0,0.6,516.59,3542.82,26121432,99.68,0,0,0.18,516.14,3543.26,26121433,99.8,0,0,0.18,516.23,3543.14,26121434,99.77,0,0,0.18,516.19,3543.18,26121435,99.69,0,0,0.35,517.42,3541.97,26121436,99.6,0,0,0.61,517.88,3541.5,26121437,99.69,0,0,0.22,517.63,3541.74,26121438,99.79,0,0,0.15,517.6,3541.76,26121439,99.8,0,0,0.14,517.6,3541.76,26121440,99.64,0,0,0.3,517.34,3542.03,26121441,99.6,0,0,0.58,517.69,3541.68,26121442,99.63,0,0,0.15,517.3,3542.07,26121443,99.79,0,0,0.14,517.29,3542.07,26121444,99.8,0,0,0.14,516.83,3542.53,26121445,99.7,0,0,0.3,516.95,3542.43,26121446,99.63,0,0,0.62,517.29,3542.08,26121447,99.81,0,0,0.16,516.91,3542.46,26121448,99.69,0,0,0.14,516.89,3542.47,26121449,99.73,0,0,0.14,516.87,3542.49,26121450,99.64,0,0,0.31,516.88,3542.5,26121451,99.58,0,0,0.48,517.27,3542.08,26121452,99.76,0,0,0.3,516.57,3542.78,26121453,99.8,0,0,0.16,516.54,3542.8,26121454,99.78,0,0,0.15,516.53,3542.81,26121455,99.57,0,0,0.3,516.28,3543.07,26121456,99.8,0,0,0.16,516.36,3542.97,26121457,99.65,0,0,0.57,516.5,3542.82,26121458,99.71,0,0,0.16,516.13,3543.18,26121459,99.49,0,0,0.28,516.85,3542.44,26121460,99.64,0,0,0.29,517.11,3542.19,26121461,99.79,0,0,0.14,517.06,3542.24,26121462,99.59,0,0,0.56,517.14,3542.15,26121463,99.69,0,0,0.14,516.77,3542.52,26121464,99.71,0,0,0.14,516.74,3542.55,26121465,99.47,0,0,0.29,515.08,3544.22,26121466,99.75,0,0,0.16,514.99,3544.3,26121467,99.58,0,0,0.56,516.24,3543.05,26121468,99.8,0,0,0.15,515.86,3543.43,26121469,99.77,0,0,0.15,515.83,3543.45,26121470,99.66,0,0,0.32,516.31,3542.98,26121471,99.81,0,0,0.14,516.29,3543,26121472,99.61,0,0,0.55,517.11,3542.17,26121473,99.8,0,0,0.16,516.99,3542.29,26121474,99.78,0,0,0.15,516.97,3542.3,26121475,99.69,0,0,0.3,516.96,3542.33,26121476,99.78,0,0,0.16,517.07,3542.21,26121477,99.62,0,0,0.55,517.48,3541.79,26121478,99.82,0,0,0.14,517.11,3542.16,26121479,99.76,0,0,0.14,517.09,3542.18,26121480,99.61,0,0,0.29,516.85,3542.44,26121481,99.76,0,0,0.17,516.83,3542.45,26121482,99.65,0,0,0.52,517.28,3542,26121483,99.75,0,0,0.2,516.54,3542.73,26121484,99.76,0,0,0.14,516.52,3542.75,26121485,99.65,0,0,0.32,516.53,3542.75,26121486,99.77,0,0,0.16,516.5,3542.78,26121487,99.64,0,0,0.55,516.97,3542.3,26121488,99.77,0,0,0.15,517.12,3542.15,26121489,99.5,0,0.01,0.32,517.34,3541.9,26121490,99.7,0,0,0.32,517.07,3542.19,26121491,99.81,0,0,0.14,517.03,3542.23,26121492,99.57,0,0,0.57,517.45,3541.8,26121493,99.63,0,0,0.14,517.23,3542.02,26121494,99.77,0,0,0.14,517.21,3542.03,26121495,99.43,0,0,0.33,516.12,3543.13,26121496,99.71,0,0,0.14,516.13,3543.12,26121497,99.65,0,0,0.45,516.96,3542.28,26121498,99.7,0,0,0.3,516.07,3543.16,26121499,99.77,0,0,0.16,516.04,3543.18,26121500,99.61,0,0,0.29,517.24,3542,26121501,99.75,0,0,0.16,517.25,3541.98,26121502,99.78,0,0,0.14,517.23,3542,26121503,99.6,0,0,0.55,516.85,3542.37,26121504,99.8,0,0,0.14,516.46,3542.75,26121505,99.61,0,0,0.3,516.93,3542.3,26121506,99.82,0,0,0.17,516.94,3542.31,26121507,99.8,0,0,0.18,516.97,3542.27,26121508,99.63,0,0,0.59,517.43,3541.8,26121509,99.78,0,0,0.19,517.02,3542.19,26121510,99.53,0,0,0.34,516.29,3542.94,26121511,99.76,0,0,0.21,516.07,3543.16,26121512,99.75,0,0,0.18,515.99,3543.23,26121513,99.64,0,0.01,0.63,517.47,3541.75,26121514,99.73,0,0,0.15,516.91,3542.31,26121515,99.59,0,0,0.33,515.94,3543.29,26121516,99.81,0,0,0.16,516.02,3543.2,26121517,99.74,0.01,0.61,0.21,515.98,3543.16,26121518,96.5,0.02,0.01,79.07,528.22,3532.67,26121519,99.41,0,0,0.46,519.79,3539.12,26121520,99.59,0,0,0.32,518.85,3540.09,26121521,99.75,0,0,0.18,518.78,3540.15,26121522,99.76,0,0,0.16,518.77,3540.15,26121523,99.65,0,0,0.62,518.26,3540.67,26121524,99.82,0,0,0.18,516.76,3542.19,26121525,99.68,0,0,0.32,517.71,3541.25,26121526,99.83,0,0,0.18,517.73,3541.24,26121527,99.77,0,0,0.16,517.7,3541.26,26121528,99.57,0,0,0.56,517.93,3541.02,26121529,96.85,0,0,0.17,517.41,3541.53,26121530,99.68,0,0,0.32,517.42,3541.54,26121531,99.76,0,0,0.17,517.39,3541.57,26121532,99.76,0,0,0.17,517.38,3541.58,26121533,99.56,0,0,0.45,517.7,3541.25,26121534,99.7,0,0,0.34,517.34,3541.61,26121535,99.68,0,0,0.38,517.48,3541.48,26121536,99.79,0,0,0.16,517.52,3541.44,26121537,99.77,0,0,0.21,517.5,3541.45,26121538,99.69,0,0,0.43,517.96,3540.99,26121539,99.79,0,0,0.33,517.19,3541.76,26121540,99.54,0,0,0.32,517.45,3541.51,26121541,99.76,0,0,0.18,517.41,3541.55,26121542,99.81,0,0,0.16,517.41,3541.55,26121543,99.76,0,0,0.17,517.38,3541.57,26121544,99.55,0,0,0.63,517.72,3541.22,26121545,99.67,0,0,0.33,517.48,3541.47,26121546,99.8,0,0,0.17,517.51,3541.44,26121547,99.82,0,0,0.19,517.49,3541.45,26121548,99.8,0,0,0.16,517.45,3541.48,26121549,99.45,0,0,0.72,517.75,3541.16,26121550,99.59,0,0,0.37,516.46,3542.47,26121551,99.78,0,0,0.2,516.41,3542.51,26121552,99.8,0,0,0.2,516.38,3542.54,26121553,99.81,0,0,0.2,516.36,3542.55,26121554,99.67,0,0,0.59,517.44,3541.48,26121555,99.69,0,0,0.32,517.52,3541.42,26121556,99.83,0,0,0.18,517.49,3541.44,26121557,99.81,0,0,0.22,517.48,3541.45,26121558,99.79,0,0,0.17,517.45,3541.47,26121559,99.63,0,0,0.57,518.27,3540.64,26121560,99.58,0,0,0.32,516.51,3542.43,26121561,99.76,0,0,0.17,516.43,3542.5,26121562,99.76,0,0,0.18,516.4,3542.52,26121563,99.73,0,0,0.18,516.39,3542.53,26121564,99.61,0,0,0.63,516.74,3542.17,26121565,99.49,0,0,0.39,516.37,3542.56,26121566,99.78,0,0,0.17,516.43,3542.5,26121567,99.77,0,0,0.21,516.5,3542.42,26121568,99.77,0,0,0.16,516.48,3542.44,26121569,99.67,0,0,0.62,517.19,3541.72,26121570,99.66,0,0,0.32,517.45,3541.48,26121571,99.76,0.01,0.01,0.21,517.2,3541.73,26121572,99.75,0,0,0.16,517.09,3541.84,26121573,99.71,0,0,0.17,517.12,3541.81,26121574,99.65,0,0,0.43,517.71,3541.22,26121575,99.65,0,0,0.48,517.49,3541.46,26121576,99.8,0,0,0.17,517.46,3541.49,26121577,99.75,0,0,0.18,517.44,3541.5,26121578,99.76,0,0,0.16,517.42,3541.52,26121579,99.51,0,0,0.47,518.08,3540.83,26121580,99.65,0,0,0.6,517.64,3541.29,26121581,99.75,0,0,0.17,517.62,3541.3,26121582,99.74,0,0,0.17,517.6,3541.32,26121583,99.79,0,0,0.17,517.58,3541.33,26121584,99.79,0,0,0.16,517.56,3541.35,26121585,99.47,0,0,0.73,517.01,3541.92,26121586,99.74,0,0,0.18,516.49,3542.44,26121587,99.76,0,0,0.19,516.48,3542.44,26121588,99.8,0,0,0.19,516.45,3542.47,26121589,99.81,0,0,0.19,516.43,3542.48,26121590,99.42,0,0,0.77,517.58,3541.34,26121591,99.76,0,0,0.16,517.39,3541.54,26121592,99.89,0,0,0.17,517.37,3541.55,26121593,99.89,0,0,0.17,517.35,3541.57,26121594,99.84,0,0,0.17,517.33,3541.58,26121595,99.59,0,0,0.75,517.46,3541.47,26121596,99.82,0,0,0.15,516.82,3542.1,26121597,99.81,0,0,0.19,513.9,3545.02,26121598,99.87,0,0,0.16,513.77,3545.14,26121599,99.9,0,0,0.17,513.77,3545.14,26121600,99.26,0,0,0.73,514.46,3544.46,26121601,99.8,0,0,0.18,513.99,3544.93,26121602,99.84,0,0,0.15,513.96,3544.96,26121603,99.89,0,0,0.17,513.95,3544.96,26121604,99.82,0,0,0.18,513.92,3544.98,26121605,99.61,0,0,0.76,514.92,3543.99,26121606,99.85,0,0,0.16,514.39,3544.52,26121607,99.9,0,0,0.17,514.38,3544.53,26121608,99.84,0,0,0.17,514.35,3544.55,26121609,99.6,0,0,0.3,514.58,3544.3,26121610,99.53,0,0,0.74,515.08,3543.82,26121611,99.9,0,0,0.2,515.03,3543.87,26121612,99.8,0.01,0.01,0.24,515,3543.89,26121613,99.84,0,0,0.19,514.95,3543.93,26121614,99.82,0,0,0.18,514.93,3543.96,26121615,99.45,0,0,0.62,514.63,3544.28,26121616,99.8,0,0,0.32,514.16,3544.75,26121617,99.85,0,0,0.21,514.14,3544.76,26121618,99.79,0,0,0.2,514.12,3544.78,26121619,99.87,0,0,0.18,514.22,3544.67,26121620,99.54,0,0,0.52,514.66,3544.26,26121621,99.83,0,0,0.43,514.51,3544.39,26121622,99.88,0,0,0.17,514.49,3544.41,26121623,99.83,0,0,0.18,514.46,3544.43,26121624,99.85,0,0,0.17,514.45,3544.44,26121625,99.61,0,0,0.48,515.04,3543.87,26121626,99.86,0,0,0.42,514.92,3543.99,26121627,99.87,0,0,0.17,514.89,3544.01,26121628,99.88,0,0,0.17,514.86,3544.03,26121629,99.88,0,0,0.18,514.84,3544.04,26121630,99.68,0,0,0.32,514.71,3544.19,26121631,99.69,0,0,0.65,514.74,3544.16,26121632,99.85,0,0,0.2,514.24,3544.65,26121633,99.79,0,0,0.18,514.22,3544.68,26121634,99.84,0,0,0.16,514.2,3544.7,26121635,99.4,0,0,0.37,514.92,3544,26121636,99.55,0,0,0.59,515.11,3543.8,26121637,99.75,0,0,0.2,514.64,3544.26,26121638,99.83,0,0,0.2,514.63,3544.28,26121639,99.72,0,0,0.33,514.85,3544.04,26121640,99.73,0,0.01,0.39,514.61,3544.29,26121641,99.67,0,0,0.59,515.36,3543.54,26121642,99.85,0,0,0.17,514.72,3544.17,26121643,99.84,0,0,0.2,514.7,3544.19,26121644,99.88,0,0,0.18,514.68,3544.22,26121645,99.66,0,0,0.35,514.68,3544.24,26121646,99.75,0,0,0.42,515.09,3543.83,26121647,99.72,0,0,0.3,514.88,3544.03,26121648,99.76,0,0,0.18,514.86,3544.04,26121649,99.86,0,0,0.16,514.84,3544.06,26121650,96.72,0,0,0.3,514.85,3544.07,26121651,99.47,0,0,0.46,515.19,3543.72,26121652,99.86,0,0,0.34,514.89,3544.01,26121653,99.82,0,0,0.2,514.97,3543.93,26121654,99.9,0,0,0.2,514.95,3543.95,26121655,99.72,0,0,0.32,514.7,3544.21,26121656,99.67,0,0,0.42,515.08,3543.83,26121657,99.81,0,0,0.33,514.91,3544,26121658,98.76,0,0,0.18,514.89,3544.01,26121659,99.89,0,0,0.18,514.87,3544.03,26121660,99.46,0,0,0.31,513.7,3545.21,26121661,99.86,0,0,0.17,513.62,3545.29,26121662,99.56,0,0,0.57,515.1,3543.8,26121663,99.89,0,0,0.18,514.32,3544.58,26121664,99.83,0,0,0.17,514.4,3544.49,26121665,99.69,0,0,0.34,514.96,3543.95,26121666,99.89,0,0,0.17,514.96,3543.95,26121667,99.67,0,0,0.6,515.63,3543.27,26121668,99.86,0,0,0.16,514.92,3543.98,26121669,99.62,0,0,0.31,514.89,3543.98,26121670,99.74,0,0,0.3,514.9,3543.99,26121671,99.91,0,0,0.17,514.87,3544.02,26121672,99.75,0,0,0.58,515.59,3543.29,26121673,99.91,0,0,0.18,515.07,3543.81,26121674,99.91,0,0,0.16,515.04,3543.86,26121675,99.74,0,0,0.33,514.57,3544.35,26121676,99.86,0,0,0.18,514.7,3544.21,26121677,99.75,0,0,0.61,514.88,3544.03,26121678,99.94,0,0,0.16,514.19,3544.72,26121679,99.91,0,0,0.2,514.17,3544.73,26121680,99.73,0,0,0.34,513.92,3544.99,26121681,99.87,0,0,0.2,513.9,3545.01,26121682,99.73,0,0,0.59,514.59,3544.31,26121683,99.9,0,0,0.16,514.6,3544.3,26121684,99.88,0,0,0.21,514.58,3544.32,26121685,99.67,0,0.01,0.38,514.81,3544.11,26121686,99.91,0,0,0.2,514.8,3544.12,26121687,99.7,0,0,0.48,515.4,3543.5,26121688,99.85,0,0,0.3,515.21,3543.69,26121689,99.89,0,0,0.16,515.18,3543.71,26121690,99.69,0,0,0.34,515.25,3543.66,26121691,99.74,0,0,0.2,515,3543.91,26121692,99.67,0,0,0.45,515.45,3543.45,26121693,99.86,0,0,0.32,515.09,3543.8,26121694,99.86,0,0,0.16,515.08,3543.81,26121695,99.6,0,0,0.38,514.13,3544.78,26121696,99.9,0,0,0.16,514.08,3544.82,26121697,99.88,0,0,0.2,514.15,3544.75,26121698,99.69,0.01,0.01,0.58,515.22,3543.67,26121699,99.72,0,0,0.3,515.1,3543.77,26121700,99.77,0,0,0.32,514.86,3544.03,26121701,99.9,0,0,0.17,514.83,3544.05,26121702,99.88,0,0,0.18,514.81,3544.07,26121703,99.65,0,0,0.57,515.61,3543.26,26121704,99.87,0,0,0.17,515.17,3543.71,26121705,99.67,0,0,0.38,515.45,3543.45,26121706,99.87,0,0,0.2,515.43,3543.47,26121707,99.83,0,0,0.2,515.42,3543.47,26121708,99.65,0,0,0.57,515.86,3543.02,26121709,99.88,0,0,0.17,515.12,3543.76,26121710,99.75,0,0,0.33,515.12,3543.77,26121711,99.79,0,0,0.16,515.1,3543.8,26121712,99.45,0,0,0.17,515.08,3543.81,26121713,99.71,0,0,0.58,515.27,3543.61,26121714,99.86,0,0,0.22,514.79,3544.09,26121715,99.76,0,0,0.39,514.8,3544.1,26121716,99.85,0,0,0.2,514.9,3544,26121717,99.9,0,0,0.16,514.94,3543.95,26121718,99.78,0,0,0.59,515.38,3543.5,26121719,99.22,0,0,0.18,515.15,3543.73,26121720,99.58,0,0,0.33,515.65,3543.25,26121721,99.82,0,0,0.18,515.62,3543.27,26121722,99.8,0,0,0.16,515.61,3543.29,26121723,99.67,0,0,0.56,515.72,3543.17,26121724,99.79,0,0,0.15,515.07,3543.81,26121725,99.63,0,0,0.35,514.63,3544.27,26121726,99.85,0,0,0.14,514.55,3544.35,26121727,99.76,0,0,0.15,514.62,3544.27,26121728,99.7,0,0,0.41,515.18,3543.7,26121729,99.62,0,0,0.44,515.39,3543.46,26121730,99.67,0,0,0.32,515.4,3543.48,26121731,99.78,0,0,0.16,515.37,3543.5,26121732,99.85,0,0,0.15,515.33,3543.53,26121733,99.72,0,0,0.41,515.75,3543.11,26121734,99.85,0,0,0.29,515.3,3543.55,26121735,99.73,0,0,0.3,515.3,3543.58,26121736,99.86,0,0,0.15,515.28,3543.59,26121737,99.8,0,0,0.21,515.33,3543.53,26121738,99.75,0,0,0.36,515.77,3543.09,26121739,99.84,0,0,0.37,515.4,3543.45,26121740,99.76,0,0,0.3,515.4,3543.47,26121741,99.86,0,0,0.16,515.38,3543.48,26121742,99.83,0,0,0.15,515.36,3543.5,26121743,99.89,0,0,0.18,515.32,3543.53,26121744,99.68,0,0,0.59,515.66,3543.19,26121745,99.77,0,0,0.3,515.08,3543.81,26121746,99.88,0,0,0.15,515.05,3543.84,26121747,99.85,0,0,0.15,515.03,3543.86,26121748,99.86,0,0,0.16,515.01,3543.87,26121749,99.69,0,0,0.57,515.98,3542.9,26121750,99.71,0,0,0.33,515.43,3543.46,26121751,99.83,0,0,0.18,515.24,3543.64,26121752,99.78,0,0,0.14,515.12,3543.76,26121753,99.84,0,0,0.18,515.1,3543.78,26121754,99.73,0,0,0.58,515.43,3543.44,26121755,99.69,0,0,0.34,515.56,3543.32,26121756,99.88,0,0,0.14,515.55,3543.33,26121757,99.82,0,0,0.16,515.53,3543.35,26121758,99.92,0,0,0.14,515.5,3543.37,26121759,99.59,0,0,0.67,515.55,3543.29,26121760,99.7,0.02,0.07,0.38,515.14,3543.69,26121761,99.88,0,0,0.21,514.98,3543.75,26121762,99.84,0,0,0.18,514.96,3543.76,26121763,99.91,0,0,0.14,514.93,3543.79,26121764,99.73,0,0,0.56,515.72,3543.02,26121765,99.7,0,0,0.3,515.43,3543.32,26121766,99.87,0,0,0.16,515.4,3543.35,26121767,99.82,0,0,0.14,515.47,3543.28,26121768,99.83,0,0,0.16,515.55,3543.19,26121769,99.73,0,0,0.57,515.88,3542.86,26121770,99.73,0,0,0.37,515.49,3543.25,26121771,99.88,0,0,0.14,515.47,3543.26,26121772,99.86,0,0,0.16,515.44,3543.29,26121773,99.88,0,0.01,0.14,515.41,3543.31,26121774,99.75,0,0,0.42,514.91,3543.8,26121775,99.79,0,0,0.43,514.65,3544.09,26121776,99.88,0,0,0.17,514.63,3544.11,26121777,99.87,0,0,0.14,514.78,3543.94,26121778,99.88,0,0,0.16,514.76,3543.96,26121779,99.75,0,0,0.32,515.43,3543.29,26121780,98.44,0,0,0.57,513.53,3545.2,26121781,99.76,0,0,0.18,513.4,3545.32,26121782,99.88,0,0,0.18,513.22,3545.5,26121783,99.89,0,0,0.18,513.2,3545.51,26121784,99.84,0,0,0.18,513.18,3545.53,26121785,99.53,0,0,0.71,515.03,3543.7,26121786,99.89,0,0,0.14,514.65,3544.07,26121787,99.9,0,0,0.16,514.63,3544.09,26121788,99.83,0,0,0.14,514.61,3544.1,26121789,99.8,0,0,0.29,514.79,3543.9,26121790,99.59,0,0,0.7,515.4,3543.3,26121791,99.88,0,0,0.13,514.99,3543.71,26121792,99.81,0,0,0.16,514.97,3543.73,26121793,99.88,0,0,0.14,514.94,3543.75,26121794,99.83,0,0,0.14,514.93,3543.78,26121795,99.56,0,0,0.77,515.36,3543.36,26121796,99.82,0,0,0.16,514.64,3544.07,26121797,99.86,0,0,0.19,514.62,3544.09,26121798,99.91,0,0,0.15,514.6,3544.11,26121799,99.77,0,0,0.13,514.68,3544.02,26121800,99.5,0,0,0.67,515.36,3543.36,26121801,99.87,0,0,0.21,515,3543.71,26121802,99.85,0,0,0.14,514.98,3543.73,26121803,99.75,0,0,0.14,514.96,3543.75,26121804,99.88,0,0,0.15,514.93,3543.77,26121805,99.48,0,0,0.61,515.28,3543.44,26121806,99.86,0,0,0.32,514.9,3543.81,26121807,99.88,0,0,0.15,514.87,3543.84,26121808,99.85,0,0,0.14,514.86,3543.85,26121809,99.87,0,0,0.14,514.83,3543.87,26121810,99.55,0,0,0.54,515.05,3543.66,26121811,99.88,0,0,0.33,514.49,3544.22,26121812,99.9,0,0,0.14,514.24,3544.47,26121813,99.79,0,0,0.16,514.22,3544.48,26121814,99.48,0,0,0.25,515.23,3543.47,26121815,99.5,0,0,0.6,515.3,3543.41,26121816,99.86,0,0,0.29,514.9,3543.8,26121817,99.88,0,0,0.16,514.89,3543.81,26121818,99.82,0,0,0.14,514.87,3543.83,26121819,99.83,0,0,0.31,514.85,3543.82,26121820,99.54,0,0,0.66,514.84,3543.85,26121821,99.9,0,0,0.21,514.83,3543.86,26121822,99.83,0,0,0.14,515,3543.67,26121823,99.88,0,0,0.15,515,3543.67,26121824,99.84,0,0,0.14,514.97,3543.73,26121825,99.6,0,0,0.49,515.57,3543.14,26121826,99.79,0,0,0.38,514.95,3543.76,26121827,99.83,0,0,0.16,514.93,3543.78,26121828,99.82,0,0,0.14,514.91,3543.8,26121829,99.85,0,0,0.17,515.08,3543.62,26121830,99.78,0,0,0.31,515.12,3543.59,26121831,99.75,0,0,0.55,514.75,3543.96,26121832,99.88,0,0,0.14,514.18,3544.52,26121833,99.88,0,0,0.16,514.26,3544.44,26121834,99.81,0,0,0.14,514.24,3544.46,26121835,99.74,0,0,0.3,514.97,3543.74,26121836,99.68,0,0,0.56,515.31,3543.41,26121837,99.86,0,0,0.14,514.93,3543.78,26121838,99.88,0,0,0.16,514.91,3543.79,26121839,99.86,0,0,0.14,514.88,3543.82,26121840,99.49,0,0,0.3,513.91,3544.81,26121841,99.67,0,0,0.57,515.2,3543.51,26121842,99.82,0,0,0.16,515.33,3543.38,26121843,99.83,0,0,0.15,515.49,3543.21,26121844,99.83,0,0,0.15,515.47,3543.23,26121845,99.61,0,0,0.32,515.23,3543.48,26121846,99.64,0,0,0.57,515.44,3543.27,26121847,99.81,0,0,0.18,514.94,3543.76,26121848,99.75,0,0,0.15,514.91,3543.79,26121849,99.74,0,0,0.32,515.19,3543.48,26121850,99.73,0,0,0.32,514.9,3543.79,26121851,99.7,0,0,0.56,515.61,3543.08,26121852,99.87,0.03,0.7,0.24,515.01,3543.37,26121853,99.85,0,0,0.14,514.96,3543.32,26121854,99.78,0,0,0.16,514.94,3543.34,26121855,99.51,0,0,0.35,513.29,3545,26121856,99.71,0,0,0.56,514.01,3544.28,26121857,99.79,0,0,0.18,514.83,3543.44,26121858,99.86,0,0,0.15,514.81,3543.47,26121859,99.83,0,0,0.16,514.78,3543.49,26121860,99.46,0,0,0.32,514.55,3543.74,26121861,99.87,0,0,0.15,514.52,3543.77,26121862,99.68,0,0,0.58,515.34,3542.94,26121863,99.88,0,0,0.18,514.97,3543.31,26121864,99.88,0,0,0.19,514.95,3543.32,26121865,99.66,0,0,0.33,514.47,3543.82,26121866,99.87,0,0,0.13,514.52,3543.78,26121867,99.71,0,0,0.64,515.41,3542.89,26121868,99.79,0,0,0.14,515.04,3543.25,26121869,99.88,0,0,0.14,515.02,3543.27,26121870,99.71,0,0,0.3,514.76,3543.54,26121871,99.87,0,0,0.18,514.62,3543.68,26121872,99.73,0,0,0.56,515.43,3542.87,26121873,99.86,0,0,0.14,515.18,3543.11,26121874,99.86,0,0,0.15,515.15,3543.13,26121875,99.76,0,0,0.31,515.28,3543.03,26121876,99.88,0,0,0.14,515.31,3542.99,26121877,99.72,0,0,0.56,515.64,3542.66,26121878,99.87,0,0,0.15,515.26,3543.03,26121879,99.7,0,0,0.29,515.46,3542.81,26121880,99.71,0,0,0.32,515.23,3543.06,26121881,99.84,0,0,0.14,515.19,3543.09,26121882,94.92,0.33,0.01,79.15,527.63,3530.9,26121883,99.73,0,0,181.38,516.91,3540.99,26121884,99.8,0,0,0.16,516.89,3541.02,26121885,99.51,0,0,0.32,517.17,3540.75,26121886,99.85,0,0,0.17,517.08,3540.83,26121887,99.65,0,0,0.61,516.87,3541.05,26121888,99.86,0,0,0.16,515.35,3542.59,26121889,99.88,0,0,0.15,515.44,3542.49,26121890,99.56,0,0,0.36,515.74,3542.2,26121891,99.85,0,0,0.14,515.72,3542.22,26121892,99.65,0,0,0.42,516,3541.95,26121893,99.83,0,0,0.32,515.17,3542.79,26121894,99.88,0,0,0.14,515.15,3542.81,26121895,99.63,0,0,0.32,515.63,3542.35,26121896,99.81,0,0,0.16,515.61,3542.36,26121897,99.57,0,0,0.43,516.01,3541.96,26121898,99.85,0,0,0.28,515.49,3542.48,26121899,99.76,0,0,0.2,515.46,3542.5,26121900,97.71,0,0,13.07,514.61,3540.89,26121901,99.72,0,0,0.18,514.54,3540.91,26121902,99.71,0,0,0.16,514.5,3540.94,26121903,99.46,0,0,0.59,516.14,3539.29,26121904,99.7,0,0,0.2,515.44,3539.98,26121905,99.47,0,0,0.38,515.44,3540.02,26121906,99.73,0,0,0.17,515.58,3539.89,26121907,99.78,0,0,0.2,515.58,3539.88,26121908,99.69,0,0,0.61,516.03,3539.42,26121909,99.69,0,0,0.28,515.54,3539.89,26121910,99.71,0,0,0.33,515.54,3539.91,26121911,99.82,0,0,0.18,515.5,3539.94,26121912,99.82,0,0,0.15,515.48,3539.96,26121913,99.68,0,0,0.57,515.81,3539.63,26121914,99.84,0,0,0.16,515.43,3540.02,26121915,99.51,0,0,0.35,514.89,3540.58,26121916,99.81,0,0,0.17,514.88,3540.58,26121917,99.83,0,0,0.19,514.85,3540.61,26121918,99.74,0,0,0.58,515.33,3540.12,26121919,99.81,0,0,0.17,514.32,3541.13,26121920,99.68,0,0,0.33,514.29,3541.18,26121921,99.87,0,0,0.17,514.27,3541.19,26121922,99.85,0,0,0.18,514.26,3541.2,26121923,99.74,0,0,0.58,514.69,3540.76,26121924,99.82,0,0,0.18,514.56,3540.89,26121925,99.78,0,0,0.33,514.88,3540.59,26121926,99.8,0,0,0.17,514.86,3540.6,26121927,99.87,0,0,0.18,514.85,3540.61,26121928,99.75,0,0,0.56,515.18,3540.28,26121929,99.83,0,0,0.19,514.81,3540.64,26121930,99.49,0,0,0.34,514.56,3540.91,26121931,99.8,0,0,0.24,514.43,3541.03,26121932,99.78,0,0,0.17,514.26,3541.21,26121933,99.58,0,0,0.49,514.89,3540.57,26121934,99.8,0,0,0.3,514.22,3541.24,26121935,99.7,0,0,0.34,514.72,3540.76,26121936,99.88,0,0,0.19,514.81,3540.66,26121937,99.83,0,0,0.18,514.87,3540.6,26121938,99.83,0,0,0.16,514.84,3540.63,26121939,99.48,0,0,0.7,515.29,3540.14,26121940,99.6,0,0,0.33,515.16,3540.3,26121941,99.83,0,0,0.14,515.05,3540.4,26121942,99.85,0,0,0.17,515.02,3540.43,26121943,99.87,0,0,0.15,515,3540.44,26121944,99.68,0,0,0.58,515.13,3540.3,26121945,99.65,0,0,0.34,514.97,3540.47,26121946,99.82,0,0,0.14,514.95,3540.49,26121947,99.8,0,0,0.16,514.93,3540.51,26121948,99.85,0,0,0.15,515.09,3540.34,26121949,99.7,0,0,0.64,515.24,3540.19,26121950,99.67,0,0,0.34,514.82,3540.63,26121951,99.87,0,0,0.17,514.8,3540.64,26121952,99.78,0,0,0.14,514.77,3540.67,26121953,98.14,0,0,0.18,514.76,3540.68,26121954,99.74,0,0,0.57,515.22,3540.21,26121955,99.66,0,0,0.32,514.97,3540.48,26121956,99.81,0,0,0.16,514.96,3540.49,26121957,99.87,0,0,0.16,514.94,3540.51,26121958,99.76,0,0,0.15,515.01,3540.43,26121959,99.68,0,0,0.43,515.35,3540.09,26121960,99.53,0,0,0.46,514.46,3540.85,26121961,98.55,0,0,0.16,514.43,3540.87,26121962,99.75,0,0,0.16,514.41,3540.89,26121963,99.79,0,0,0.15,514.38,3540.92,26121964,99.68,0,0,0.45,515.19,3540.1,26121965,99.73,0,0,0.43,514.85,3540.46,26121966,99.78,0,0,0.15,514.83,3540.48,26121967,99.8,0,0,0.14,514.81,3540.49,26121968,99.75,0,0,0.15,514.8,3540.49,26121969,99.42,0,0,0.45,515.43,3539.84,26121970,99.63,0,0,0.47,515.2,3540.08,26121971,99.84,0,0,0.16,515.18,3540.11,26121972,99.85,0,0,0.15,515.16,3540.12,26121973,99.79,0,0,0.16,515.14,3540.14,26121974,99.67,0,0,0.15,515.12,3540.16,26121975,99.41,0,0,0.68,515.31,3539.99,26121976,99.68,0,0,0.16,514.85,3540.45,26121977,99.65,0,0,0.23,514.83,3540.46,26121978,99.78,0,0,0.14,514.81,3540.48,26121979,99.8,0,0,0.17,514.79,3540.49,26121980,99.43,0,0,0.66,514.93,3540.37,26121981,99.83,0,0,0.16,514.53,3540.77,26121982,99.72,0,0,0.14,514.68,3540.62,26121983,99.74,0,0,0.15,514.68,3540.61,26121984,99.8,0,0,0.13,514.65,3540.63,26121985,98.88,0,0,0.72,514.91,3540.39,26121986,99.8,0,0,0.16,514.64,3540.66,26121987,99.76,0,0,0.14,514.62,3540.68,26121988,99.61,0,0,0.15,514.59,3540.7,26121989,99.73,0,0,0.15,514.58,3540.71,26121990,99.46,0,0,0.63,515.79,3539.53,26121991,99.74,0,0,0.24,515.18,3540.14,26121992,99.76,0,0,0.14,515.08,3540.23,26121993,99.76,0,0,0.14,515.2,3540.1,26121994,99.69,0,0,0.15,515.18,3540.12,26121995,99.43,0,0,0.66,515.12,3540.2,26121996,99.7,0,0,0.18,514.17,3541.14,26121997,99.74,0,0,0.17,514.16,3541.15,26121998,99.73,0,0,0.15,514.13,3541.17,26121999,99.36,0,0,0.27,515.32,3539.96,26122000,99.41,0,0,0.62,515.59,3539.71,26122001,99.74,0,0,0.22,515.05,3540.24,26122002,99.79,0,0,0.14,515.04,3540.25,26122003,99.7,0,0,0.15,515.13,3540.15,26122004,99.66,0,0,0.16,515.18,3540.1,26122005,99.47,0,0,0.67,514.48,3540.82,26122006,99.68,0.01,0.02,0.17,512.94,3542.36,26122007,99.61,0,0.01,0.18,512.88,3542.41,26122008,99.66,0,0.02,0.16,512.84,3542.44,26122009,99.67,0,0,0.2,512.81,3542.47,26122010,99.41,0,0.02,0.51,513.78,3541.51,26122011,99.8,0,0,0.38,514.91,3540.38,26122012,99.75,0,0.01,0.14,514.88,3540.41,26122013,99.78,0,0.01,0.21,514.82,3540.47,26122014,99.73,0,0.01,0.2,514.8,3540.47,26122015,99.61,0,0.01,0.3,514.39,3540.91,26122016,99.53,0,0.02,0.59,515.01,3540.28,26122017,99.8,0,0,0.14,514.63,3540.65,26122018,99.8,0,0.02,0.16,514.61,3540.67,26122019,99.8,0,0,0.16,514.56,3540.72,26122020,99.52,0,0.02,0.28,514.57,3540.73,26122021,99.6,0,0,0.59,515.69,3539.6,26122022,98.07,0,0.02,0.16,515.4,3539.89,26122023,99.79,0,0,0.17,515.34,3539.94,26122024,99.69,0,0.02,0.15,515.33,3539.95,26122025,99.53,0,0,0.33,515.3,3540,26122026,99.59,0,0.02,0.56,515.64,3539.65,26122027,99.71,0,0,0.18,515.42,3539.87,26122028,99.76,0,0.02,0.14,515.4,3539.88,26122029,99.45,0,0,0.36,515.34,3539.91,26122030,99.58,0,0.02,0.32,515.34,3539.93,26122031,99.53,0,0.01,0.64,515.66,3539.6,26122032,99.73,0,0,0.18,515.27,3539.99,26122033,99.74,0,0.02,0.2,515.4,3539.85,26122034,99.71,0,0,0.23,515.39,3539.9,26122035,99.59,0,0.02,0.35,515.36,3539.95,26122036,99.62,0,0,0.59,515.95,3539.35,26122037,99.76,0,0.02,0.24,515.28,3540.01,26122038,99.71,0,0,0.18,515.25,3540.04,26122039,99.58,0,0.02,0.21,515.4,3539.89,26122040,99.57,0,0,0.32,515.4,3539.9,26122041,99.51,0,0.02,0.49,515.7,3539.6,26122042,99.64,0,0,0.31,515.31,3539.98,26122043,99.6,0,0.02,0.21,515.27,3540.02,26122044,99.73,0,0,0.22,515.38,3539.9,26122045,99.4,0,0.02,0.36,515.16,3540.13,26122046,99.55,0,0,0.34,515.46,3539.84,26122047,99.71,0,0.02,0.43,514.58,3540.71,26122048,99.71,0,0,0.18,514.56,3540.73,26122049,99.67,0,0.02,0.18,514.62,3540.66,26122050,99.38,0,0,0.28,514.91,3540.39,26122051,99.62,0,0.02,0.4,515.17,3540.12,26122052,99.74,0,0,0.39,515.34,3539.95,26122053,99.78,0,0.02,0.2,515.3,3539.99,26122054,99.78,0,0,0.14,515.26,3540.02,26122055,99.52,0,0.02,0.36,515.61,3539.68,26122056,99.72,0,0,0.13,515.64,3539.65,26122057,99.53,0,0.02,0.66,515.73,3539.56,26122058,99.74,0,0,0.19,515.32,3539.96,26122059,99.5,0,0.02,0.32,515.5,3539.75,26122060,99.52,0,0,0.29,514.57,3540.71,26122061,99.78,0,0.02,0.18,514.66,3540.61,26122062,99.56,0,0,0.59,515.66,3539.61,26122063,99.75,0,0.02,0.18,515.57,3539.69,26122064,99.76,0,0,0.13,515.53,3539.73,26122065,99.67,0,0.02,0.31,514.29,3540.98,26122066,99.78,0,0,0.18,514.36,3540.91,26122067,99.66,0,0.02,0.56,515.14,3540.12,26122068,99.76,0,0,0.23,514.34,3540.92,26122069,99.7,0,0.02,0.21,514.15,3541.1,26122070,99.58,0,0,0.34,513.79,3541.48,26122071,99.75,0,0.02,0.2,513.85,3541.41,26122072,99.55,0,0,0.59,514.58,3540.68,26122073,99.8,0,0.02,0.19,514.83,3540.42,26122074,99.78,0,0,0.16,514.79,3540.46,26122075,99.59,0,0.02,0.31,514.54,3540.73,26122076,99.8,0,0,0.14,514.48,3540.78,26122077,99.63,0,0.02,0.56,515.02,3540.23,26122078,99.74,0,0,0.2,514.87,3540.38,26122079,99.77,0,0.02,0.17,514.82,3540.42,26122080,99.31,0,0,0.31,513.91,3541.35,26122081,99.63,0,0,0.16,513.81,3541.45,26122082,99.5,0,0,0.41,514.1,3541.16,26122083,99.69,0,0,0.35,513.5,3541.73,26122084,99.82,0,0,0.15,513.58,3541.64,26122085,99.6,0,0,0.29,514.14,3541.1,26122086,99.78,0,0,0.14,514.13,3541.1,26122087,99.73,0,0,0.17,514.36,3540.87,26122088,99.59,0,0,0.57,515.42,3539.8,26122089,99.46,0,0,0.29,515.04,3540.14,26122090,99.65,0,0,0.34,514.82,3540.38,26122091,99.75,0,0,0.14,514.27,3540.93,26122092,99.68,0,0,0.16,514.25,3540.95,26122093,99.42,0,0,0.55,514.71,3540.48,26122094,99.68,0,0,0.17,514.21,3540.98,26122095,99.57,0,0,0.29,515.05,3540.15,26122096,99.57,0,0,0.16,515.11,3540.09,26122097,99.62,0,0,0.18,514.84,3540.35,26122098,99.61,0,0,0.62,515.01,3540.19,26122099,99.75,0,0,0.15,514.55,3540.65,26122100,99.57,0,0,0.28,514.33,3540.9,26122101,99.68,0,0,0.14,514.29,3540.93,26122102,99.71,0,0,0.17,514.27,3540.95,26122103,99.67,0,0,0.54,514.77,3540.44,26122104,99.8,0,0,0.15,514.47,3540.73,26122105,99.59,0,0,0.28,514.72,3540.5,26122106,99.76,0,0,0.16,514.71,3540.52,26122107,99.75,0,0,0.16,514.81,3540.41,26122108,99.64,0,0,0.5,515.45,3539.76,26122109,99.73,0,0,0.19,515.32,3539.88,26122110,99.44,0,0,0.3,514.22,3541,26122111,99.65,0,0,0.2,513.99,3541.23,26122112,99.68,0,0,0.14,513.8,3541.41,26122113,99.61,0,0,0.56,514.55,3540.66,26122114,99.71,0,0,0.16,514.99,3540.21,26122115,99.61,0,0,0.29,514.04,3541.17,26122116,99.75,0,0,0.16,513.99,3541.23,26122117,99.77,0,0,0.14,513.97,3541.24,26122118,99.65,0,0,0.5,514.44,3540.76,26122119,99.56,0,0,0.31,515.01,3540.18,26122120,99.45,0,0,0.3,514,3541.2,26122121,99.68,0,0,0.16,514.03,3541.16,26122122,99.63,0,0,0.14,514,3541.19,26122123,99.53,0,0,0.57,514.48,3540.71,26122124,99.71,0,0,0.14,514.94,3540.25,26122125,99.64,0,0,0.29,514.72,3540.5,26122126,99.77,0,0,0.16,514.68,3540.53,26122127,99.68,0,0,0.14,514.83,3540.38,26122128,99.66,0,0,0.15,514.83,3540.38,26122129,99.49,0,0,0.59,515.64,3539.56,26122130,99.57,0,0,0.27,513.61,3541.61,26122131,99.77,0,0,0.16,513.55,3541.66,26122132,99.65,0,0,0.15,513.54,3541.67,26122133,99.69,0,0,0.16,513.5,3541.71,26122134,99.54,0,0,0.58,514.64,3540.58,26122135,99.64,0,0,0.3,515.2,3540.03,26122136,99.66,0,0,0.19,515.19,3540.04,26122137,99.71,0,0,0.14,515.17,3540.05,26122138,99.8,0,0,0.14,515.27,3539.95,26122139,99.61,0,0,0.57,515.52,3539.69,26122140,99.34,0,0,0.28,514.1,3541.13,26122141,99.57,0,0,0.17,514.06,3541.16,26122142,99.56,0,0,0.14,514.04,3541.18,26122143,99.08,0,0,0.14,514.02,3541.19,26122144,99.54,0,0,0.63,514.8,3540.41,26122145,99.63,0,0,0.34,513.79,3541.44,26122146,99.85,0,0,0.13,513.73,3541.5,26122147,99.87,0,0,0.18,513.71,3541.51,26122148,99.87,0,0,0.21,513.68,3541.53,26122149,99.35,0,0,0.57,515.82,3539.37,26122150,99.56,0,0,0.45,514.41,3540.8,26122151,99.83,0,0,0.17,514.34,3540.86,26122152,99.8,0,0,0.14,514.32,3540.88,26122153,99.68,0,0,0.14,514.3,3540.89,26122154,99.59,0,0,0.41,514.89,3540.34,26122155,99.62,0,0,0.44,515.28,3539.98,26122156,99.85,0,0,0.15,515.25,3540,26122157,99.81,0,0,0.21,515.23,3540.02,26122158,99.82,0,0,0.14,515.23,3540.02,26122159,99.76,0,0,0.14,515.21,3540.05,26122160,99.35,0,0,0.66,514.63,3540.65,26122161,99.65,0,0,0.16,514.35,3540.92,26122162,99.81,0,0,0.14,514.38,3540.89,26122163,99.81,0,0,0.15,514.35,3540.91,26122164,99.81,0,0,0.14,514.34,3540.92,26122165,99.25,0,0,0.65,514.51,3540.77,26122166,99.73,0,0,0.16,514.07,3541.2,26122167,99.72,0,0,0.14,514.05,3541.22,26122168,99.83,0,0,0.15,514.03,3541.23,26122169,99.76,0,0,0.18,514,3541.26,26122170,99.41,0,0,0.76,515.24,3540.03,26122171,99.77,0,0,0.21,514.89,3540.37,26122172,99.8,0,0,0.18,514.7,3540.55,26122173,99.82,0,0,0.16,514.77,3540.49,26122174,99.85,0,0,0.15,514.85,3540.4,26122175,99.57,0,0,0.69,515.85,3539.42,26122176,99.84,0,0,0.16,515.06,3540.21,26122177,99.72,0,0,0.16,515.04,3540.21,26122178,99.81,0,0,0.14,515.01,3540.24,26122179,99.54,0,0,0.36,514.88,3539.97,26122180,99.48,0,0,0.64,515.75,3539.1,26122181,99.69,0,0,0.18,515.3,3539.55,26122182,99.79,0,0,0.16,515.28,3539.56,26122183,99.79,0,0,0.14,515.26,3539.58,26122184,99.82,0,0,0.14,515.42,3539.42,26122185,99.54,0,0,0.54,515.91,3538.94,26122186,99.83,0,0,0.54,514.68,3540.15,26122187,99.79,0,0,0.14,514.63,3540.2,26122188,99.81,0,0,0.15,514.62,3540.21,26122189,99.81,0,0,0.14,514.6,3540.23,26122190,99.49,0,0,0.54,515.23,3539.61,26122191,99.84,0,0,0.28,515.31,3539.53,26122192,99.83,0,0,0.16,515.3,3539.53,26122193,99.83,0,0,0.14,515.26,3539.56,26122194,99.8,0,0,0.15,515.24,3539.58,26122195,99.23,0,0,0.54,515.7,3539.13,26122196,99.82,0,0,0.39,515.4,3539.43,26122197,99.78,0,0,0.16,515.38,3539.44,26122198,99.83,0,0,0.15,515.36,3539.46,26122199,99.84,0,0,0.14,515.34,3539.47,26122200,99.33,0,0,0.27,514.39,3540.44,26122201,99.61,0,0,0.6,516.11,3538.7,26122202,99.83,0,0,0.15,515.53,3539.28,26122203,99.83,0,0,0.14,515.51,3539.3,26122204,99.77,0,0,0.16,515.49,3539.32,26122205,99.66,0,0,0.29,515.24,3539.58,26122206,99.66,0,0,0.61,515.73,3539.09,26122207,99.8,0,0,0.18,515.38,3539.44,26122208,99.83,0,0,0.18,515.35,3539.46,26122209,99.68,0,0,0.32,515.58,3539.2,26122210,99.7,0,0,0.33,515.59,3539.22,26122211,99.69,0,0,0.55,515.92,3538.88,26122212,99.8,0,0,0.14,515.54,3539.26,26122213,99.64,0,0,0.19,515.53,3539.26,26122214,99.75,0,0,0.15,515.5,3539.28,26122215,99.55,0,0,0.29,514.3,3540.5,26122216,99.51,0,0,0.59,515.32,3539.48,26122217,99.68,0,0,0.22,514.48,3540.31,26122218,99.88,0,0,0.16,514.58,3540.2,26122219,99.73,0,0,0.17,514.63,3540.15,26122220,99.56,0,0,0.3,514,3540.8,26122221,99.59,0,0,0.42,514.53,3540.26,26122222,99.72,0,0,0.3,514.59,3540.2,26122223,99.83,0,0,0.18,514.57,3540.21,26122224,99.77,0,0,0.18,514.54,3540.24,26122225,99.54,0,0,0.29,514.79,3540.01,26122226,99.49,0,0,0.63,515.43,3539.37,26122227,99.67,0,0,0.17,514.51,3540.28,26122228,99.76,0,0,0.14,514.48,3540.3,26122229,99.84,0,0,0.16,514.47,3540.31,26122230,99.58,0,0,0.27,514.44,3540.36,26122231,99.7,0,0,0.45,514.91,3539.89,26122232,99.77,0,0,0.28,514.88,3539.9,26122233,99.78,0,0,0.16,514.86,3539.92,26122234,99.85,0,0,0.15,514.84,3539.94,26122235,99.75,0,0,0.3,514.85,3539.95,26122236,99.76,0,0,0.15,514.82,3539.97,26122237,99.64,0,0,0.55,515.16,3539.63,26122238,99.69,0,0,0.14,514.78,3540,26122239,99.55,0,0,0.29,514.26,3540.49,26122240,99.7,0,0,0.26,514.98,3539.79,26122241,99.88,0,0,0.16,515.09,3539.68,26122242,99.68,0,0,0.57,514.38,3540.38,26122243,99.8,0,0,0.14,513.88,3540.88,26122244,99.85,0,0,0.14,513.87,3540.88,26122245,99.65,0,0,0.29,514.1,3540.67,26122246,99.77,0,0,0.14,514.1,3540.67,26122247,96.34,0.02,0.01,86.51,525.44,3530.64,26122248,99.85,0,0,0.35,516.06,3538.58,26122249,99.8,0,0,0.17,516.04,3538.59,26122250,99.67,0,0,0.28,516.52,3538.13,26122251,99.86,0,0,0.17,516.49,3538.15,26122252,99.71,0,0,0.61,515.68,3539,26122253,99.8,0,0,0.16,514.5,3540.2,26122254,99.78,0,0,0.14,514.47,3540.22,26122255,99.67,0,0,0.33,513.58,3541.14,26122256,99.47,0,0,0.22,513.47,3541.24,26122257,99.68,0,0,0.48,514.49,3540.22,26122258,99.83,0,0,0.32,514.8,3539.92,26122259,99.87,0,0,0.17,514.83,3539.89,26122260,99.41,0,0,0.3,514.36,3540.37,26122261,99.82,0,0,0.18,514.31,3540.42,26122262,99.69,0,0,0.45,514.94,3539.79,26122263,99.83,0,0,0.3,515.01,3539.71,26122264,98.93,0,0,0.18,514.99,3539.72,26122265,99.66,0,0,0.29,514.99,3539.74,26122266,99.82,0,0,0.16,514.96,3539.77,26122267,99.65,0,0,0.5,515.31,3539.41,26122268,99.8,0,0,0.24,514.98,3539.73,26122269,99.71,0,0,0.26,515.06,3539.62,26122270,99.7,0,0,0.27,514.58,3540.12,26122271,99.9,0,0,0.14,514.55,3540.15,26122272,99.72,0,0,0.32,514.92,3539.78,26122273,99.85,0,0,0.43,514.98,3539.7,26122274,99.83,0,0,0.14,514.96,3539.71,26122275,99.68,0.01,0.02,0.38,514.74,3539.94,26122276,99.87,0,0,0.16,514.75,3539.94,26122277,99.78,0,0,0.18,514.97,3539.7,26122278,99.66,0,0,0.56,515.64,3539.03,26122279,99.85,0,0,0.14,514.94,3539.73,26122280,99.75,0,0,0.32,513.95,3540.73,26122281,99.82,0,0,0.17,513.92,3540.76,26122282,99.87,0,0,0.14,513.92,3540.75,26122283,99.64,0,0,0.6,514.45,3540.21,26122284,99.75,0,0,0.18,513.82,3540.84,26122285,98.22,0,0,15.23,516.45,3538.67,26122286,99.9,0,0,0.17,514.53,3540.13,26122287,99.81,0,0,0.18,514.5,3540.16,26122288,99.72,0,0,0.45,515.24,3539.41,26122289,99.85,0,0,0.24,515.2,3539.45,26122290,99.59,0,0,0.27,514.28,3540.39,26122291,99.8,0,0,0.18,514.15,3540.52,26122292,99.73,0,0,0.16,513.92,3540.73,26122293,99.76,0,0,0.56,514.79,3539.87,26122294,99.83,0,0,0.14,515.03,3539.63,26122295,99.56,0,0,0.28,514.11,3540.56,26122296,99.8,0,0,0.16,514.06,3540.61,26122297,99.81,0,0,0.14,514.04,3540.62,26122298,99.69,0,0,0.55,515.07,3539.58,26122299,99.71,0,0,0.3,514.98,3539.65,26122300,99.62,0,0,0.33,515.23,3539.42,26122301,99.76,0,0,0.16,515.21,3539.44,26122302,99.7,0,0,0.14,515.18,3539.46,26122303,99.7,0,0,0.56,515.61,3539.02,26122304,99.75,0,0,0.14,515.13,3539.5,26122305,96.91,0.56,0,9.13,519.29,3534.28,26122306,99.78,0,0,34.98,517.78,3534.43,26122307,99.65,0,0,0.23,517.31,3534.93,26122308,99.64,0,0,0.36,517.71,3534.53,26122309,99.75,0,0,0.4,517.94,3534.28,26122310,99.6,0,0,0.31,517.69,3534.56,26122311,99.86,0,0,0.17,515.24,3537.04,26122312,99.71,0,0,0.22,515.46,3536.81,26122313,99.74,0,0,0.29,515.8,3536.47,26122314,99.82,0,0,0.42,515.17,3537.1,26122315,99.7,0,0,0.3,515.5,3536.78,26122316,99.8,0,0,0.16,515.39,3536.88,26122317,99.78,0,0,0.19,515.37,3536.92,26122318,99.86,0,0,0.16,515.36,3536.93,26122319,99.67,0,0,0.54,515.49,3536.79,26122320,99.48,0,0,0.29,514.55,3537.75,26122321,99.82,0,0,0.13,514.52,3537.78,26122322,99.77,0,0,0.16,514.49,3537.8,26122323,99.83,0,0,0.14,514.47,3537.82,26122324,98,0,0,0.57,515.3,3536.98,26122325,99.67,0,0,0.3,514.94,3537.36,26122326,99.71,0,0,0.16,514.9,3537.39,26122327,99.76,0,0,0.14,514.88,3537.41,26122328,99.79,0,0,0.15,514.86,3537.42,26122329,99.59,0,0,0.7,515.3,3536.96,26122330,99.73,0,0,0.29,514.71,3537.57,26122331,99.82,0,0,0.16,514.76,3537.52,26122332,99.85,0,0,0.15,514.74,3537.53,26122333,99.79,0,0,0.16,514.71,3537.57,26122334,99.58,0,0,0.52,515.43,3536.85,26122335,99.64,0,0,0.36,515.18,3537.12,26122336,99.85,0,0,0.18,515.18,3537.11,26122337,99.8,0,0,0.21,514.91,3537.39,26122338,99.68,0.01,0.02,0.15,514.89,3537.39,26122339,99.74,0,0,0.61,515.55,3536.73,26122340,99.67,0,0.01,0.32,515.13,3537.17,26122341,99.82,0,0,0.18,515.06,3537.24,26122342,99.8,0,0,0.18,514.84,3537.45,26122343,99.87,0,0,0.16,514.94,3537.35,26122344,99.8,0,0,0.15,515.14,3537.14,26122345,99.58,0,0,0.66,515.83,3536.47,26122346,99.86,0,0,0.14,515.46,3536.84,26122347,99.85,0,0,0.16,515.44,3536.86,26122348,99.8,0,0,0.15,515.42,3536.87,26122349,99.86,0,0,0.14,515.39,3536.89,26122350,99.58,0,0,0.78,515.61,3536.69,26122351,99.86,0,0,0.16,515.33,3536.96,26122352,99.86,0,0,0.17,515.11,3537.18,26122353,99.85,0,0,0.14,515.09,3537.19,26122354,99.87,0,0,0.15,515.07,3537.21,26122355,99.51,0,0,0.7,516,3536.3,26122356,99.83,0,0,0.15,515.75,3536.54,26122357,99.88,0,0,0.16,515.73,3536.56,26122358,99.83,0,0,0.14,515.71,3536.58,26122359,99.59,0,0,0.29,515.44,3536.82,26122360,99.62,0,0,0.69,515.96,3536.32,26122361,99.9,0,0,0.14,515.66,3536.61,26122362,99.85,0,0,0.16,515.64,3536.63,26122363,99.79,0,0,0.14,515.62,3536.65,26122364,99.87,0,0,0.19,515.58,3536.67,26122365,99.64,0,0,0.55,515.88,3536.4,26122366,99.85,0,0,0.28,515.5,3536.77,26122367,99.73,0,0,0.17,514.56,3537.71,26122368,99.82,0,0,0.14,514.47,3537.8,26122369,99.73,0,0,0.16,514.47,3537.8,26122370,99.62,0,0,0.57,514.97,3537.31,26122371,99.81,0,0,0.34,514.44,3537.83,26122372,99.75,0,0,0.14,514.42,3537.85,26122373,99.83,0,0,0.14,514.4,3537.86,26122374,99.87,0,0,0.15,514.37,3537.89,26122375,99.61,0,0,0.6,515.15,3537.12,26122376,99.86,0,0,0.28,514.71,3537.56,26122377,99.33,0,0,0.16,514.77,3537.5,26122378,99.85,0,0,0.14,514.74,3537.52,26122379,99.84,0,0,0.14,514.73,3537.53,26122380,99.44,0,0,0.29,514.96,3537.31,26122381,99.71,0,0,0.56,514.34,3537.93,26122382,99.84,0,0,0.15,513.94,3538.32,26122383,99.78,0,0,0.15,513.92,3538.34,26122384,99.77,0,0,0.16,513.9,3538.35,26122385,94.2,0,0,0.29,514.13,3538.14,26122386,99.67,0,0,0.55,514.72,3537.55,26122387,99.77,0,0,0.17,514.45,3537.81,26122388,99.73,0,0,0.14,514.51,3537.75,26122389,99.58,0,0,0.3,514.52,3537.72,26122390,99.74,0,0,0.37,514.97,3537.28,26122391,99.76,0,0,0.58,515.32,3536.93,26122392,99.8,0,0,0.16,514.92,3537.32,26122393,99.81,0,0,0.14,514.92,3537.32,26122394,99.81,0,0,0.14,514.88,3537.36,26122395,99.64,0,0,0.33,513.93,3538.33,26122396,99.71,0,0,0.54,514.89,3537.38,26122397,99.82,0,0,0.18,514.62,3537.64,26122398,99.78,0,0,0.16,514.58,3537.67,26122399,99.85,0,0,0.14,514.69,3537.56,26122400,99.61,0,0,0.3,514.76,3537.51,26122401,99.72,0,0,0.55,515.5,3536.76,26122402,99.85,0,0,0.19,515.2,3537.06,26122403,99.83,0,0,0.14,515.18,3537.08,26122404,99.81,0,0,0.18,515.16,3537.09,26122405,99.62,0,0,0.31,514.21,3538.06,26122406,99.67,0,0,0.41,514.73,3537.54,26122407,99.88,0,0,0.31,514.87,3537.39,26122408,99.73,0,0,0.15,514.86,3537.4,26122409,99.73,0,0,0.16,514.83,3537.42,26122410,99.69,0,0,0.29,514.71,3537.56,26122411,99.7,0,0,0.44,515.07,3537.19,26122412,99.8,0,0,0.29,514.48,3537.78,26122413,99.87,0,0,0.16,514.46,3537.8,26122414,99.78,0,0,0.13,514.43,3537.84,26122415,99.74,0,0,0.3,514.69,3537.6,26122416,99.7,0,0,0.42,514.99,3537.29,26122417,99.89,0,0,0.28,514.4,3537.88,26122418,99.88,0,0,0.15,514.38,3537.9,26122419,99.62,0,0,0.3,515.08,3537.17,26122420,99.7,0,0,0.29,514.37,3537.91,26122421,99.81,0,0,0.13,514.38,3537.89,26122422,99.61,0,0,0.59,515.68,3536.58,26122423,99.87,0,0,0.14,514.98,3537.28,26122424,99.8,0,0,0.14,514.94,3537.31,26122425,99.62,0,0,0.29,514.95,3537.32,26122426,99.85,0,0,0.14,514.92,3537.35,26122427,99.71,0,0,0.61,515.6,3536.66,26122428,99.83,0,0,0.17,515.11,3537.15,26122429,99.81,0,0,0.18,515.09,3537.16,26122430,99.72,0,0,0.32,515.09,3537.18,26122431,99.83,0,0,0.18,515.07,3537.19,26122432,99.67,0,0,0.57,515.54,3536.72,26122433,99.88,0,0,0.15,515.25,3537,26122434,99.83,0,0,0.18,515.23,3537.02,26122435,99.63,0,0,0.34,515.53,3536.73,26122436,99.84,0,0,0.14,515.45,3536.81,26122437,99.74,0,0,0.55,515.45,3536.81,26122438,99.83,0,0,0.16,514.67,3537.58,26122439,99.87,0,0,0.15,514.65,3537.59,26122440,99.6,0,0,0.31,514.18,3538.08,26122441,99.88,0,0,0.14,514.14,3538.11,26122442,99.66,0,0,0.4,514.59,3537.66,26122443,99.79,0.01,0.06,0.31,514.36,3537.88,26122444,99.88,0,0,0.16,514.38,3537.87,26122445,99.73,0,0,0.29,515.1,3537.16,26122446,99.84,0,0,0.16,515.1,3537.16,26122447,99.7,0,0,0.5,515.46,3536.79,26122448,99.84,0,0,0.21,514.99,3537.25,26122449,99.64,0,0,0.28,515.2,3537.02,26122450,99.63,0,0,0.28,515.21,3537.04,26122451,99.78,0,0,0.14,515.18,3537.07,26122452,99.63,0,0,0.42,515.79,3536.45,26122453,99.66,0,0,0.3,515.14,3537.1,26122454,99.79,0,0,0.15,515.12,3537.12,26122455,99.65,0,0,0.3,515.12,3537.13,26122456,99.8,0,0,0.16,515.1,3537.15,26122457,99.81,0,0,0.2,515.08,3537.16,26122458,99.7,0,0,0.55,515.45,3536.79,26122459,99.79,0,0,0.15,515.22,3537.02,26122460,99.54,0,0,0.28,515.47,3536.79,26122461,99.78,0,0,0.15,515.43,3536.82,26122462,99.87,0,0,0.16,515.41,3536.84,26122463,99.71,0,0,0.58,515.74,3536.5,26122464,99.8,0,0,0.15,515.36,3536.87,26122465,99.74,0,0,0.29,515.36,3536.89,26122466,99.88,0,0,0.14,515.33,3536.91,26122467,99.87,0,0,0.16,515.31,3536.93,26122468,99.62,0,0,0.55,515.58,3536.66,26122469,99.81,0,0,0.15,515.2,3537.03,26122470,99.68,0,0,0.29,515.22,3537.04,26122471,99.83,0,0,0.17,515.2,3537.05,26122472,99.74,0,0,0.18,515.18,3537.07,26122473,99.64,0,0,0.59,515.35,3536.89,26122474,99.86,0,0,0.15,514.89,3537.34,26122475,99.63,0,0,0.3,514.64,3537.61,26122476,99.76,0,0,0.16,514.61,3537.64,26122477,99.71,0,0,0.17,514.59,3537.65,26122478,99.58,0,0,0.45,515.62,3536.62,26122479,99.54,0,0,0.48,515.62,3536.6,26122480,99.62,0,0,0.32,515.24,3536.99,26122481,99.76,0,0,0.18,515.2,3537.02,26122482,99.78,0,0,0.16,515.17,3537.05,26122483,99.63,0,0,0.6,515.49,3536.73,26122484,99.89,0,0,0.17,514.64,3537.57,26122485,99.66,0,0,0.3,514.64,3537.58,26122486,99.84,0,0,0.17,514.62,3537.61,26122487,99.8,0,0,0.17,514.6,3537.62,26122488,99.63,0,0,0.52,515,3537.21,26122489,99.87,0,0,0.21,514.8,3537.41,26122490,99.71,0,0,0.3,515.04,3537.18,26122491,99.83,0,0,0.17,515.2,3537.02,26122492,99.84,0,0,0.14,515.19,3537.02,26122493,99.73,0,0,0.41,515.56,3536.64,26122494,99.81,0,0,0.29,515.64,3536.56,26122495,99.71,0,0,0.3,515.39,3536.83,26122496,99.87,0,0,0.16,515.38,3536.84,26122497,99.72,0,0,0.16,515.34,3536.86,26122498,99.8,0,0,0.18,515.33,3536.88,26122499,99.63,0,0,0.55,515.6,3536.6,26122500,99.47,0,0,0.28,514.58,3537.64,26122501,99.71,0,0,0.16,514.55,3537.67,26122502,99.71,0,0,0.15,514.7,3537.51,26122503,99.78,0,0,0.15,514.69,3537.51,26122504,99.68,0,0,0.56,515.67,3536.53,26122505,99.53,0,0,0.33,514.46,3537.76,26122506,99.79,0,0,0.17,514.41,3537.8,26122507,99.75,0,0,0.18,514.4,3537.81,26122508,99.81,0,0,0.17,514.37,3537.83,26122509,99.42,0,0,0.83,515.63,3536.54,26122510,99.75,0,0,0.29,515.64,3536.56,26122511,99.84,0,0,0.16,515.57,3536.62,26122512,99.82,0,0,0.15,515.66,3536.53,26122513,99.88,0,0,0.15,515.72,3536.46,26122514,99.65,0.02,0.85,0.46,515.74,3536.38,26122515,99.58,0.01,0.61,0.58,515.63,3535.91,26122516,99.77,0.01,1.51,0.54,514.75,3536.19,26122517,99.74,0.01,1.06,0.34,513.62,3537.09,26122518,99.8,0,0.15,0.25,513.44,3537.04,26122519,99.64,0.01,0.56,0.76,514.23,3536.14,26122520,99.7,0,0.01,0.36,514.85,3535.51,26122521,99.82,0,0,0.18,514.85,3535.5,26122522,99.82,0,0,0.18,514.82,3535.53,26122523,99.8,0,0,0.16,514.8,3535.56,26122524,99.63,0,0,0.5,515.3,3535.07,26122525,99.76,0,0,0.38,514.53,3535.86,26122526,99.82,0,0,0.15,514.52,3535.87,26122527,99.77,0,0,0.16,514.49,3535.89,26122528,99.75,0,0,0.15,514.47,3535.91,26122529,99.65,0,0,0.55,514.7,3535.67,26122530,99.59,0,0,0.35,514.87,3535.52,26122531,99.83,0,0,0.21,514.84,3535.54,26122532,99.68,0,0,0.16,514.35,3536.03,26122533,99.77,0,0,0.17,514.34,3536.04,26122534,99.63,0,0,0.38,514.67,3535.7,26122535,99.64,0,0,0.54,514.56,3535.83,26122536,99.66,0,0,0.18,514.55,3535.84,26122537,99.76,0,0,0.15,514.53,3535.86,26122538,99.78,0,0,0.14,514.5,3535.88,26122539,99.52,0,0,0.29,514.73,3535.63,26122540,99.51,0,0,0.66,515.08,3535.29,26122541,99.74,0,0,0.16,514.56,3535.8,26122542,99.78,0,0,0.16,514.62,3535.73,26122543,99.74,0,0,0.16,514.59,3535.76,26122544,99.77,0,0,0.14,514.59,3535.78,26122545,99.44,0,0,0.68,515.35,3535.04,26122546,99.67,0,0,0.16,515.06,3535.32,26122547,99.68,0,0,0.17,515.04,3535.34,26122548,99.76,0,0,0.14,515.02,3535.35,26122549,99.71,0,0,0.16,515,3535.37,26122550,99.56,0,0,0.7,515.12,3535.27,26122551,99.81,0,0,0.14,514.73,3535.65,26122552,99.75,0,0,0.14,514.72,3535.66,26122553,99.77,0,0,0.15,514.78,3535.6,26122554,99.66,0,0,0.14,514.87,3535.52,26122555,99.4,0,0,0.64,515.24,3535.17,26122556,99.71,0,0,0.21,515.1,3535.3,26122557,99.73,0,0,0.14,515.06,3535.33,26122558,99.8,0,0,0.16,515.05,3535.35,26122559,99.67,0,0,0.15,515.02,3535.37,26122560,99.38,0,0,0.55,515.06,3535.35,26122561,99.68,0,0,0.28,513.77,3536.63,26122562,99.77,0,0,0.16,513.74,3536.65,26122563,99.76,0,0,0.15,513.73,3536.66,26122564,99.79,0,0,0.18,513.79,3536.59,26122565,99.49,0,0,0.66,514.04,3536.37,26122566,99.71,0,0,0.18,514.85,3535.55,26122567,99.7,0,0,0.16,514.83,3535.57,26122568,99.8,0,0,0.15,514.81,3535.58,26122569,99.64,0,0,0.3,515.01,3535.36,26122570,99.58,0,0,0.45,515.14,3535.24,26122571,99.67,0,0,0.44,514.99,3535.39,26122572,99.76,0,0,0.14,514.96,3535.41,26122573,99.74,0,0,0.14,514.95,3535.42,26122574,99.64,0,0,0.17,514.92,3535.44,26122575,99.57,0,0,0.45,515.41,3534.97,26122576,99.76,0,0,0.45,515.1,3535.28,26122577,99.75,0,0,0.18,515.08,3535.3,26122578,99.71,0,0,0.16,515.05,3535.32,26122579,99.67,0,0,0.18,515.04,3535.33,26122580,99.67,0,0,0.32,514.55,3535.83,26122581,99.49,0,0,0.57,515.3,3535.07,26122582,99.78,0,0,0.17,514.99,3535.38,26122583,99.77,0,0,0.14,514.95,3535.41,26122584,99.78,0,0,0.16,514.94,3535.42,26122585,99.62,0,0,0.32,514.76,3535.62,26122586,99.65,0,0,0.55,515.37,3535,26122587,99.71,0,0,0.14,515.07,3535.3,26122588,99.78,0,0,0.14,515.04,3535.32,26122589,99.81,0,0,0.17,515.03,3535.33,26122590,99.64,0,0,0.33,514.99,3535.39,26122591,99.58,0,0,0.55,515.32,3535.05,26122592,99.71,0,0,0.19,514.94,3535.43,26122593,99.75,0,0,0.14,514.97,3535.39,26122594,99.8,0,0,0.14,515.07,3535.28,26122595,99.55,0,0,0.32,514.7,3535.68,26122596,99.62,0,0,0.54,515.03,3535.34,26122597,99.76,0,0,0.14,514.55,3535.82,26122598,99.78,0,0,0.15,514.54,3535.82,26122599,99.38,0,0,0.32,514.99,3535.35,26122600,99.63,0,0,0.29,515.24,3535.11,26122601,99.6,0,0,0.41,515.57,3534.77,26122602,99.73,0,0,0.3,515.2,3535.14,26122603,99.75,0,0,0.15,515.18,3535.15,26122604,99.66,0,0,0.15,515.17,3535.18,26122605,99.52,0,0,0.35,515.41,3534.96,26122606,99.58,0,0,0.57,515.8,3534.57,26122607,99.52,0,0,0.19,515.1,3535.26,26122608,99.75,0,0,0.14,515.08,3535.27,26122609,99.77,0,0,0.14,515.06,3535.29,26122610,99.51,0,0,0.29,515.08,3535.29,26122611,99.77,0,0,0.16,515.04,3535.32,26122612,94.27,0.36,0.01,261.55,529.32,3521.48,26122613,99.81,0,0,0.16,515.55,3534.7,26122614,99.71,0,0,0.17,515.61,3534.64,26122615,99.55,0,0,0.29,517.41,3532.86,26122616,99.73,0,0,0.15,517.42,3532.85,26122617,99.44,0,0,0.61,516.17,3534.14,26122618,99.76,0,0,0.14,515.47,3534.84,26122619,97.34,0,0,0.14,515.45,3534.86,26122620,99.43,0,0,0.29,515.45,3534.87,26122621,99.63,0,0,0.16,515.43,3534.89,26122622,99.56,0,0,0.55,515.14,3535.18,26122623,99.73,0,0,0.17,514.41,3535.9,26122624,99.79,0,0,0.15,514.39,3535.92,26122625,99.64,0,0,0.29,515.36,3534.97,26122626,99.73,0,0,0.17,515.35,3534.97,26122627,99.53,0,0,0.4,515.64,3534.69,26122628,99.63,0,0,0.32,515.01,3535.32,26122629,99.36,0,0,0.42,515.31,3535,26122630,99.65,0,0,0.38,514.76,3535.57,26122631,99.68,0,0,0.18,514.72,3535.6,26122632,99.64,0,0,0.49,515.3,3535.01,26122633,99.76,0,0,0.24,515.17,3535.14,26122634,99.73,0,0,0.15,515.15,3535.15,26122635,99.62,0,0,0.29,515.42,3534.91,26122636,99.71,0,0,0.16,515.38,3534.94,26122637,99.58,0,0,0.51,515.7,3534.61,26122638,99.75,0,0,0.27,515.46,3534.86,26122639,99.76,0,0,0.16,515.5,3534.83,26122640,99.64,0,0,0.27,515.28,3535.07,26122641,99.74,0,0,0.14,515.24,3535.1,26122642,99.63,0,0,0.57,515.87,3534.46,26122643,99.8,0,0,0.16,515.7,3534.63,26122644,99.69,0,0,0.15,515.68,3534.64,26122645,99.54,0,0,0.3,514.48,3535.86,26122646,99.75,0,0,0.18,514.43,3535.91,26122647,99.78,0,0,0.14,514.41,3535.93,26122648,99.51,0,0,0.62,515.21,3535.12,26122649,99.74,0,0,0.15,514.85,3535.47,26122650,99.57,0,0,0.31,515.21,3535.12,26122651,99.71,0,0,0.16,515.29,3535.04,26122652,99.65,0,0,0.17,515.04,3535.29,26122653,99.58,0,0,0.59,515.84,3534.49,26122654,99.71,0,0,0.14,515.48,3534.84,26122655,99.5,0,0,0.31,515.23,3535.12,26122656,99.78,0,0,0.14,515.2,3535.14,26122657,99.71,0,0,0.15,515.18,3535.16,26122658,99.61,0,0,0.55,515.91,3534.42,26122659,99.39,0,0,0.29,515.46,3534.85,26122660,99.68,0,0,0.29,515.15,3535.18,26122661,99.7,0,0,0.14,515.24,3535.08,26122662,99.74,0,0,0.16,515.29,3535.03,26122663,99.55,0,0,0.56,515.82,3534.49,26122664,99.72,0,0,0.15,515,3535.32,26122665,99.62,0,0,0.29,515.74,3534.6,26122666,99.74,0,0,0.16,515.48,3534.85,26122667,99.64,0.06,6.29,0.32,514.72,3535.56,26122668,99.57,0.03,4.9,0.91,514.8,3535.12,26122669,99.74,0.01,1.89,0.51,514.28,3535.45,26122670,99.56,0,0,0.29,514.82,3534.89,26122671,99.77,0,0,0.14,514.75,3534.95,26122672,99.75,0,0,0.16,514.81,3534.9,26122673,99.65,0,0,0.59,514.92,3534.78,26122674,99.77,0,0,0.19,514.12,3535.57,26122675,99.58,0,0,0.34,514.6,3535.11,26122676,99.74,0,0,0.18,514.6,3535.11,26122677,99.75,0,0,0.18,514.57,3535.13,26122678,99.63,0,0,0.43,514.6,3535.09,26122679,99.79,0,0,0.28,513.3,3536.39,26122680,96.79,0,0,0.32,514.28,3535.43,26122681,99.72,0,0,0.14,514.26,3535.44,26122682,99.7,0,0,0.14,514.25,3535.45,26122683,99.56,0,0,0.43,514.89,3534.8,26122684,99.78,0,0,0.3,514.05,3535.64,26122685,99.65,0,0,0.28,514.4,3535.31,26122686,99.71,0,0,0.14,514.39,3535.32,26122687,99.66,0,0,0.16,514.36,3535.34,26122688,99.68,0,0,0.14,514.31,3535.38,26122689,99.46,0,0,0.7,515.12,3534.55,26122690,99.53,0,0,0.32,515.02,3534.66,26122691,99.66,0,0,0.15,515,3534.69,26122692,99.62,0,0,0.15,514.99,3534.69,26122693,99.56,0.02,0.04,0.45,515.45,3534.19,26122694,99.38,0.01,0.05,0.7,520.29,3529.1,26122695,99.49,0,0,0.36,516.87,3532.37,26122696,99.76,0,0,0.13,515.2,3534.07,26122697,99.71,0,0,0.21,515.2,3534.07,26122698,99.75,0,0,0.14,515.16,3534.1,26122699,99.61,0,0,0.59,515.93,3533.33,26122700,99.5,0,0,0.32,514.52,3534.76,26122701,99.76,0,0,0.14,514.39,3534.88,26122702,99.71,0,0,0.16,514.54,3534.73,26122703,99.84,0,0,0.14,514.53,3534.74,26122704,99.7,0,0,0.49,514.99,3534.27,26122705,99.53,0,0,0.41,514.51,3534.76,26122706,99.74,0,0,0.14,514.49,3534.78,26122707,99.66,0,0,0.16,514.47,3534.8,26122708,99.7,0,0,0.14,514.45,3534.81,26122709,99.61,0,0,0.55,515.21,3534.05,26122710,99.48,0,0,0.29,515.17,3534.1,26122711,99.78,0,0,0.17,515.15,3534.12,26122712,99.7,0,0,0.18,514.68,3534.59,26122713,99.78,0,0,0.15,514.61,3534.65,26122714,99.65,0,0,0.57,515.34,3533.92,26122715,99.61,0,0,0.29,514.79,3534.49,26122716,99.79,0,0,0.16,514.77,3534.51,26122717,99.78,0,0,0.16,514.74,3534.54,26122718,99.76,0,0,0.14,514.72,3534.55,26122719,99.36,0,0,0.55,515.73,3533.51,26122720,99.69,0,0,0.41,515.44,3533.82,26122721,99.81,0,0,0.16,515.41,3533.84,26122722,99.81,0,0,0.14,515.39,3533.86,26122723,99.87,0,0,0.15,515.37,3533.88,26122724,99.61,0,0,0.42,515.99,3533.25,26122725,99.64,0,0,0.43,515.43,3533.82,26122726,99.83,0,0,0.13,515.52,3533.73,26122727,99.73,0,0,0.16,515.5,3533.75,26122728,99.77,0,0,0.14,515.47,3533.77,26122729,99.83,0,0,0.16,515.46,3533.78,26122730,99.46,0,0,0.7,515.63,3533.63,26122731,99.85,0,0,0.17,515.2,3534.06,26122732,99.85,0,0,0.14,515.17,3534.09,26122733,99.76,0.03,0.08,0.21,515.17,3534.08,26122734,99.83,0,0,0.16,515.18,3534.06,26122735,99.47,0,0,0.73,515.31,3533.94,26122736,99.84,0,0,0.14,514.92,3534.34,26122737,99.86,0,0,0.16,514.89,3534.35,26122738,99.9,0,0,0.15,514.88,3534.37,26122739,99.89,0,0,0.18,514.86,3534.38,26122740,99.36,0,0,0.73,515.71,3533.55,26122741,99.8,0,0,0.14,515.18,3534.07,26122742,99.86,0,0,0.15,515.29,3533.96,26122743,99.85,0,0,0.14,515.27,3533.98,26122744,99.81,0,0,0.16,515.25,3534,26122745,99.6,0,0,0.71,515.84,3533.42,26122746,99.84,0,0,0.16,515.47,3533.78,26122747,99.82,0,0,0.15,515.44,3533.81,26122748,99.83,0,0,0.16,515.43,3533.82,26122749,99.72,0,0,0.31,515.63,3533.59,26122750,99.54,0,0,0.66,515.66,3533.57,26122751,99.83,0,0,0.22,515.13,3534.11,26122752,99.75,0,0,0.14,515.27,3533.95,26122753,99.88,0,0,0.15,515.26,3533.96,26122754,99.68,0,0,0.15,515.24,3533.99,26122755,99.52,0,0,0.56,515.76,3533.5,26122756,99.81,0,0,0.27,515.23,3534.03,26122757,99.79,0,0,0.21,515.46,3533.79,26122758,99.85,0,0,0.14,515.43,3533.81,26122759,99.77,0,0,0.16,515.41,3533.83,26122760,99.46,0,0,0.7,515.53,3533.73,26122761,99.85,0,0,0.15,515.17,3534.11,26122762,99.78,0,0,0.17,515.13,3534.14,26122763,99.88,0,0,0.15,515.2,3534.06,26122764,99.85,0,0,0.16,515.28,3533.98,26122765,99.55,0,0,0.46,515.23,3534.05,26122766,99.76,0,0,0.38,515.51,3533.77,26122767,99.82,0,0,0.16,515.47,3533.79,26122768,99.84,0,0,0.14,515.47,3533.8,26122769,99.87,0,0,0.15,515.43,3533.83,26122770,99.54,0,0,0.3,515.44,3533.83,26122771,99.6,0,0,0.57,515.97,3533.3,26122772,99.78,0,0,0.18,515.43,3533.84,26122773,99.79,0,0,0.17,515.37,3533.89,26122774,99.76,0,0,0.15,515.43,3533.83,26122775,99.64,0,0,0.3,514.83,3534.44,26122776,99.73,0,0,0.54,515.78,3533.5,26122777,99.86,0,0,0.16,515.5,3533.77,26122778,99.82,0,0,0.15,515.48,3533.78,26122779,99.62,0,0,0.3,515.46,3533.77,26122780,99.7,0,0,0.3,515.47,3533.79,26122781,99.68,0,0,0.55,515.6,3533.65,26122782,99.87,0,0,0.14,514.69,3534.56,26122783,99.8,0,0,0.15,514.67,3534.57,26122784,99.88,0,0,0.14,514.64,3534.6,26122785,99.59,0,0,0.31,514.89,3534.36,26122786,99.68,0,0,0.52,515.79,3533.46,26122787,99.73,0,0,0.19,515.53,3533.71,26122788,99.81,0,0,0.16,515.5,3533.74,26122789,99.77,0,0,0.15,515.49,3533.74,26122790,99.71,0,0,0.3,515.01,3534.24,26122791,99.61,0,0,0.5,515.43,3533.82,26122792,99.82,0,0,0.21,515.21,3534.04,26122793,99.83,0,0,0.15,515.19,3534.05,26122794,99.88,0,0,0.14,515.17,3534.06,26122795,99.7,0,0,0.29,515.65,3533.6,26122796,99.68,0,0,0.57,515.99,3533.25,26122797,99.77,0,0,0.15,515.62,3533.62,26122798,99.9,0,0,0.14,515.6,3533.64,26122799,99.89,0,0,0.16,515.7,3533.54,26122800,99.56,0,0,0.31,515.76,3533.49,26122801,99.65,0,0,0.54,516.39,3532.86,26122802,99.74,0,0,0.16,515.7,3533.54,26122803,99.88,0,0,0.17,515.68,3533.56,26122804,99.77,0,0,0.15,515.68,3533.56,26122805,99.68,0,0,0.31,515.21,3534.03,26122806,99.88,0,0,0.16,515.15,3534.1,26122807,99.69,0,0,0.6,514.76,3534.48,26122808,99.88,0,0,0.14,514.37,3534.87,26122809,99.57,0,0,0.28,515.62,3533.59,26122810,99.68,0,0,0.35,515.75,3533.47,26122811,99.85,0,0,0.18,515.73,3533.49,26122812,99.67,0,0,0.81,514.86,3534.36,26122813,99.53,0,0,0.16,514.46,3534.76,26122814,99.68,0,0,0.14,514.3,3534.93,26122815,99.69,0,0,0.29,514.88,3534.37,26122816,99.84,0,0,0.16,514.91,3534.34,26122817,99.62,0,0,0.74,514.83,3534.41,26122818,99.85,0,0,0.14,514.37,3534.86,26122819,99.82,0,0,0.16,514.35,3534.88,26122820,99.66,0,0,0.34,514.91,3534.33,26122821,99.68,0,0,0.18,515.01,3534.23,26122822,99.6,0,0,0.55,515.65,3533.59,26122823,99.88,0,0,0.16,514.97,3534.26,26122824,99.82,0,0,0.17,514.95,3534.27,26122825,99.74,0,0,0.32,513.98,3535.26,26122826,99.92,0,0,0.16,513.95,3535.29,26122827,99.68,0,0,0.54,514.53,3534.7,26122828,99.79,0,0,0.15,514.4,3534.83,26122829,99.85,0,0,0.17,514.39,3534.83,26122830,99.58,0,0,0.3,515.12,3534.12,26122831,99.81,0,0,0.14,515.12,3534.12,26122832,99.65,0,0,0.45,515.21,3534.02,26122833,99.82,0,0,0.29,514.77,3534.46,26122834,99.79,0,0,0.15,514.73,3534.49,26122835,99.72,0,0,0.31,514.51,3534.73,26122836,99.79,0,0,0.16,514.47,3534.76,26122837,99.68,0,0,0.58,515.28,3533.94,26122838,99.88,0,0,0.14,514.92,3534.3,26122839,99.66,0,0,0.29,514.96,3534.26,26122840,99.68,0,0,0.32,513.96,3535.28,26122841,99.88,0,0,0.16,513.92,3535.3,26122842,99.69,0,0,0.43,514.38,3534.85,26122843,99.8,0,0,0.29,514.85,3534.37,26122844,99.8,0,0,0.14,515.01,3534.21,26122845,99.65,0,0,0.28,514.05,3535.18,26122846,99.8,0,0,0.15,514.02,3535.21,26122847,99.66,0,0,0.46,514.49,3534.74,26122848,99.76,0,0,0.34,514.97,3534.27,26122849,99.86,0,0,0.14,514.95,3534.29,26122850,99.6,0,0,0.29,515.19,3534.06,26122851,99.71,0,0,0.16,515.17,3534.08,26122852,99.83,0,0,0.14,515.15,3534.09,26122853,99.61,0,0,0.55,515.81,3533.43,26122854,99.83,0,0,0.14,515.11,3534.12,26122855,99.66,0,0,0.3,514.87,3534.38,26122856,99.74,0,0,0.13,515.02,3534.22,26122857,99.75,0,0,0.18,515.01,3534.23,26122858,99.57,0,0,0.57,515.83,3533.4,26122859,99.85,0,0,0.14,515.45,3533.78,26122860,99.51,0,0,0.31,515.21,3534.04,26122861,99.7,0,0,0.15,515.19,3534.06,26122862,99.79,0,0,0.14,515.16,3534.08,26122863,99.73,0,0,0.56,515.5,3533.73,26122864,99.81,0,0,0.16,515.11,3534.11,26122865,99.74,0,0,0.38,515.12,3534.12,26122866,99.76,0,0,0.18,515.18,3534.06,26122867,99.79,0,0,0.16,515.26,3533.97,26122868,99.7,0,0,0.59,515.57,3533.65,26122869,99.53,0,0,0.29,515.46,3533.73,26122870,99.72,0,0,0.31,515.21,3534,26122871,99.9,0,0,0.14,515.18,3534.03,26122872,99.84,0,0,0.13,515.16,3534.04,26122873,99.72,0,0,0.56,515.48,3533.71,26122874,99.85,0,0,0.14,515.12,3534.1,26122875,99.76,0,0,0.29,515.13,3534.12,26122876,99.91,0,0,0.16,515.11,3534.14,26122877,99.84,0,0,0.18,515.09,3534.15,26122878,99.76,0,0,0.41,515.59,3533.65,26122879,99.91,0,0,0.31,515.24,3534,26122880,99.75,0,0,0.29,515.24,3534,26122881,99.88,0,0,0.14,515.21,3534.03,26122882,99.84,0,0,0.17,515.2,3534.04,26122883,99.64,0,0,0.55,515.53,3533.7,26122884,99.82,0,0,0.14,515.14,3534.09,26122885,99.65,0.01,0.01,0.32,515.11,3534.14,26122886,99.82,0,0,0.14,515.19,3534.05,26122887,99.85,0,0,0.16,515.23,3534.01,26122888,99.69,0,0,0.45,515.56,3533.67,26122889,99.88,0,0,0.33,515.18,3534.04,26122890,99.72,0,0,0.3,515.66,3533.58,26122891,99.88,0,0,0.16,515.66,3533.58,26122892,99.85,0,0,0.18,515.45,3533.79,26122893,99.82,0,0,0.14,515.37,3533.86,26122894,99.75,0,0,0.58,515.43,3533.81,26122895,99.73,0,0,0.3,515.11,3534.14,26122896,96.5,0.9,0.02,1.68,520.29,3530.16,26122897,99.74,0,0,78.12,518.05,3529.99,26122898,99.88,0,0,0.17,518.04,3530,26122899,99.53,0,0,0.69,518.18,3529.83,26122900,99.73,0,0,0.35,517.77,3530.25,26122901,99.84,0,0,0.16,517.28,3530.74,26122902,99.84,0,0,0.16,515.58,3532.49,26122903,99.9,0,0,0.16,515.55,3532.52,26122904,99.68,0,0,0.54,515.89,3532.19,26122905,99.71,0,0,0.29,515.3,3532.81,26122906,99.88,0,0,0.16,515.28,3532.81,26122907,99.86,0,0,0.15,515.37,3532.72,26122908,99.87,0,0,0.14,515.43,3532.66,26122909,99.71,0,0,0.55,516.14,3531.94,26122910,99.7,0,0,0.33,515.41,3532.68,26122911,99.83,0,0,0.13,515.39,3532.7,26122912,99.88,0,0,0.16,515.37,3532.72,26122913,99.87,0,0,0.14,515.34,3532.75,26122914,99.74,0,0,0.59,515.83,3532.26,26122915,99.79,0,0,0.36,515.57,3532.54,26122916,99.86,0,0,0.16,515.55,3532.56,26122917,99.89,0,0,0.15,515.54,3532.56,26122918,99.92,0,0,0.14,515.42,3532.69,26122919,99.74,0,0,0.44,515.46,3532.66,26122920,99.61,0,0,0.46,515.12,3533.01,26122921,99.84,0,0,0.16,515.19,3532.94,26122922,99.81,0,0,0.15,515.15,3532.97,26122923,99.88,0,0,0.16,515.15,3532.97,26122924,99.68,0,0,0.49,515.57,3532.54,26122925,99.66,0,0,0.36,514.65,3533.48,26122926,99.85,0,0,0.14,514.6,3533.53,26122927,99.85,0,0,0.18,514.57,3533.55,26122928,99.85,0,0,0.16,514.56,3533.56,26122929,98.62,0,0,0.5,515.61,3532.48,26122930,99.67,0,0,0.57,514.56,3533.55,26122931,99.82,0,0,0.18,514.51,3533.59,26122932,99.86,0,0,0.18,514.68,3533.42,26122933,99.83,0,0,0.18,514.65,3533.45,26122934,99.82,0,0,0.18,514.64,3533.46,26122935,99.49,0,0,0.78,515.99,3532.13,26122936,99.86,0,0,0.18,515.6,3532.51,26122937,99.81,0,0,0.22,515.81,3532.3,26122938,99.75,0,0,0.18,515.8,3532.31,26122939,99.87,0,0,0.18,515.77,3532.33,26122940,99.63,0,0,0.72,515.89,3532.23,26122941,99.8,0,0,0.14,515.51,3532.61,26122942,99.85,0,0,0.15,515.49,3532.62,26122943,99.86,0,0,0.15,515.63,3532.47,26122944,99.88,0,0,0.14,515.63,3532.48,26122945,99.57,0,0,0.77,515.98,3532.14,26122946,99.9,0,0,0.18,515.6,3532.51,26122947,99.88,0,0,0.18,515.6,3532.51,26122948,99.87,0,0,0.18,515.56,3532.54,26122949,99.86,0,0,0.18,515.56,3532.54,26122950,99.67,0,0,0.74,516.3,3531.82,26122951,99.84,0,0,0.18,515.54,3532.57,26122952,99.88,0,0,0.21,515.33,3532.78,26122953,99.86,0,0,0.18,515.25,3532.85,26122954,99.89,0,0,0.18,515.22,3532.88,26122955,99.54,0,0,0.75,515.3,3532.82,26122956,99.87,0,0,0.18,515.14,3532.97,26122957,99.84,0,0,0.18,515.12,3532.99,26122958,99.89,0,0,0.18,515.1,3533,26122959,99.62,0,0,0.31,515.79,3532.29,26122960,99.55,0,0,0.61,515.79,3532.3,26122961,99.86,0,0,0.3,515.77,3532.31,26122962,99.87,0,0,0.13,515.75,3532.33,26122963,99.85,0,0,0.16,515.73,3532.34,26122964,99.81,0,0,0.14,515.71,3532.38,26122965,99.64,0,0,0.75,516.01,3532.1,26122966,99.91,0,0,0.2,514.89,3533.22,26122967,99.85,0,0,0.18,514.88,3533.23,26122968,99.84,0,0,0.18,514.85,3533.25,26122969,99.81,0,0,0.18,514.82,3533.27,26122970,99.47,0,0,0.6,514.9,3533.21,26122971,99.74,0,0,0.44,514.79,3533.31,26122972,99.87,0,0,0.18,514.76,3533.34,26122973,99.87,0,0,0.18,514.74,3533.35,26122974,99.77,0,0,0.18,514.71,3533.38,26122975,99.63,0,0,0.36,514.86,3533.25,26122976,96.48,0.02,0.01,79.27,524.57,3525.62,26122977,99.88,0,0,0.18,517.58,3530.62,26122978,99.88,0,0,0.14,517.54,3530.65,26122979,99.9,0,0,0.14,517.54,3530.65,26122980,99.61,0,0,0.29,517.3,3530.91,26122981,99.64,0,0,0.65,515.94,3532.28,26122982,99.88,0,0,0.14,514.96,3533.28,26122983,99.81,0,0.01,0.15,515,3533.23,26122984,99.75,0,0,0.14,514.98,3533.25,26122985,99.69,0,0,0.31,513.05,3535.19,26122986,99.65,0,0,0.54,514.69,3533.56,26122987,99.88,0,0,0.17,514.94,3533.32,26122988,99.8,0,0,0.14,514.92,3533.34,26122989,99.3,0,0,0.34,515.14,3533.09,26122990,99.69,0,0,0.29,514.9,3533.34,26122991,99.77,0,0,0.55,515.38,3532.86,26122992,99.87,0,0,0.16,515.02,3533.22,26122993,99.88,0,0,0.14,515,3533.22,26122994,99.88,0,0,0.15,514.98,3533.25,26122995,99.61,0,0,0.3,515.25,3533.01,26122996,99.7,0,0,0.41,515.1,3533.16,26122997,99.79,0,0,0.3,513.74,3534.52,26122998,99.85,0,0,0.16,513.7,3534.55,26122999,99.82,0.02,0.07,0.19,513.65,3534.59,26123000,99.74,0,0,0.3,514.11,3534.15,26123001,99.72,0,0,0.57,514.87,3533.39,26123002,99.84,0,0,0.15,515.01,3533.25,26123003,99.88,0,0,0.14,514.99,3533.26,26123004,99.88,0,0,0.14,514.97,3533.28,26123005,99.75,0,0,0.3,515.23,3533.04,26123006,99.74,0,0,0.4,515.56,3532.71,26123007,99.86,0,0,0.3,515.19,3533.07,26123008,99.88,0,0,0.15,515.16,3533.09,26123009,99.89,0,0,0.14,515.15,3533.11,26123010,99.66,0,0,0.3,515.16,3533.11,26123011,99.83,0,0,0.14,515.13,3533.13,26123012,99.66,0,0,0.58,515.6,3532.66,26123013,99.87,0,0,0.15,514.84,3533.41,26123014,99.83,0,0,0.14,515.01,3533.24,26123015,99.77,0,0,0.35,514.52,3533.74,26123016,99.86,0,0,0.14,514.51,3533.75,26123017,99.75,0,0,0.58,515.25,3533.01,26123018,99.89,0,0,0.15,514.96,3533.29,26123019,99.57,0,0,0.29,515.18,3533.04,26123020,99.67,0,0,0.35,513.95,3534.29,26123021,99.24,0,0,0.13,513.91,3534.33,26123022,99.65,0,0,0.55,515.44,3532.79,26123023,99.8,0,0,0.14,515.34,3532.88,26123024,99.85,0,0,0.17,515.32,3532.91,26123025,99.69,0,0,0.31,514.47,3533.79,26123026,99.86,0,0,0.16,514.51,3533.75,26123027,99.65,0,0,0.57,515.15,3533.1,26123028,99.8,0,0,0.15,514.95,3533.29,26123029,99.83,0,0,0.14,514.93,3533.31,26123030,99.63,0,0,0.29,513.74,3534.51,26123031,99.82,0,0,0.16,513.68,3534.58,26123032,99.55,0,0,0.53,514.65,3533.6,26123033,99.65,0,0,0.2,514.62,3533.63,26123034,99.83,0,0,0.14,514.6,3533.64,26123035,99.69,0,0,0.32,515.32,3532.93,26123036,99.84,0,0,0.14,515.32,3532.93,26123037,99.72,0,0,0.41,515.85,3532.39,26123038,99.89,0,0,0.29,515.5,3532.74,26123039,99.81,0,0,0.14,515.48,3532.76,26123040,99.44,0,0,0.35,515.48,3532.77,26123041,98.94,0,0,0.15,515.46,3532.79,26123042,99.62,0,0,0.52,515.58,3532.67,26123043,99.87,0,0,0.19,514.68,3533.57,26123044,99.86,0,0,0.16,514.67,3533.57,26123045,99.7,0,0,0.3,514.43,3533.83,26123046,99.78,0,0,0.14,514.4,3533.85,26123047,99.69,0,0,0.42,514.69,3533.57,26123048,99.85,0,0,0.29,514.12,3534.13,26123049,99.57,0,0,0.29,515.02,3533.21,26123050,99.67,0,0,0.31,515.49,3532.75,26123051,99.85,0,0,0.16,515.47,3532.77,26123052,99.83,0,0,0.14,515.45,3532.78,26123053,99.53,0,0,0.57,516.1,3532.13,26123054,99.77,0,0,0.15,515.4,3532.82,26123055,99.5,0,0,0.35,514.7,3533.54,26123056,99.69,0,0,0.14,514.64,3533.6,26123057,99.8,0,0.01,0.21,514.75,3533.48,26123058,99.5,0,0,0.55,515.82,3532.41,26123059,99.86,0,0,0.14,515.47,3532.75,26123060,99.63,0,0,0.3,515.48,3532.76,26123061,99.87,0,0,0.14,515.46,3532.78,26123062,99.82,0,0,0.16,515.42,3532.81,26123063,99.6,0,0,0.54,515.77,3532.45,26123064,99.76,0,0,0.16,515.38,3532.84,26123065,99.75,0,0,0.34,515.38,3532.86,26123066,99.88,0,0,0.16,515.36,3532.88,26123067,99.85,0,0,0.14,515.33,3532.89,26123068,99.65,0,0,0.54,515.7,3532.53,26123069,99.75,0,0,0.14,515.24,3532.98,26123070,99.64,0,0,0.3,514.76,3533.48,26123071,99.73,0,0,0.14,514.73,3533.51,26123072,99.75,0,0,0.19,514.71,3533.52,26123073,99.69,0,0,0.54,515.73,3532.5,26123074,99.75,0.01,0.01,0.15,515.39,3532.83,26123075,99.32,0.1,0.06,0.33,515.2,3533.04,26123076,99.48,0.11,0.07,0.15,515.18,3533.05,26123077,99.67,0.06,0.04,0.2,515.16,3533.07,26123078,99.7,0,0,0.43,515.81,3532.41,26123079,99.53,0,0,0.45,515.33,3532.86,26123080,99.6,0,0,0.31,515.68,3532.54,26123081,99.79,0,0,0.16,515.75,3532.46,26123082,99.87,0,0,0.14,515.72,3532.49,26123083,99.7,0,0,0.41,516.05,3532.15,26123084,99.84,0,0,0.29,515.45,3532.77,26123085,99.69,0,0,0.3,515.72,3532.52,26123086,99.84,0,0,0.14,515.67,3532.57,26123087,99.84,0,0,0.16,515.64,3532.58,26123088,99.68,0,0,0.41,515.99,3532.24,26123089,99.85,0,0,0.29,515.59,3532.63,26123090,99.65,0,0,0.31,515.61,3532.63,26123091,99.81,0,0,0.14,515.58,3532.66,26123092,99.84,0,0,0.16,515.73,3532.51,26123093,99.81,0,0,0.13,515.72,3532.52,26123094,99.59,0,0,0.55,516.29,3531.94,26123095,99.66,0,0,0.31,514.76,3533.49,26123096,99.75,0,0,0.16,514.7,3533.55,26123097,99.83,0,0,0.14,514.68,3533.57,26123098,99.8,0,0.02,0.2,514.63,3533.61,26123099,99.67,0,0,0.57,515.88,3532.35,26123100,99.43,0,0,0.3,515.92,3532.32,26123101,99.81,0,0,0.14,515.97,3532.27,26123102,99.78,0,0,0.16,515.94,3532.3,26123103,99.78,0,0,0.14,515.91,3532.33,26123104,99.62,0,0,0.54,516.11,3532.12,26123105,99.57,0,0,0.33,515.4,3532.85,26123106,99.8,0,0,0.14,515.36,3532.88,26123107,99.71,0,0,0.16,515.35,3532.89,26123108,99.77,0,0,0.13,515.32,3532.91,26123109,99.56,0,0,0.67,515.9,3532.3,26123110,99.72,0,0,0.34,515.98,3532.23,26123111,99.82,0,0,0.16,515.98,3532.23,26123112,99.82,0,0,0.14,515.96,3532.25,26123113,99.81,0,0,0.15,515.94,3532.26,26123114,99.7,0,0,0.43,516.26,3531.94,26123115,99.72,0,0,0.46,515.68,3532.53,26123116,99.78,0,0,0.16,515.23,3532.98,26123117,99.8,0,0,0.18,514.66,3533.55,26123118,99.78,0,0,0.14,514.62,3533.58,26123119,99.63,0,0,0.5,515.09,3533.11,26123120,99.69,0,0,0.4,515.09,3533.12,26123121,99.82,0,0,0.17,515.08,3533.12,26123122,99.75,0,0,0.14,515.18,3533.02,26123123,99.79,0,0,0.14,515.23,3532.96,26123124,99.62,0,0,0.43,515.65,3532.54,26123125,99.66,0,0,0.45,513.33,3534.88,26123126,99.79,0,0,0.14,513.22,3534.98,26123127,99.84,0,0,0.16,513.2,3535,26123128,99.78,0,0,0.14,513.18,3535.02,26123129,99.8,0,0,0.15,513.15,3535.04,26123130,99.43,0,0,0.73,515.34,3532.87,26123131,99.8,0,0,0.14,515.1,3533.11,26123132,99.73,0,0,0.18,514.94,3533.26,26123133,99.79,0,0,0.16,514.92,3533.27,26123134,99.81,0,0,0.13,514.98,3533.21,26123135,99.49,0,0,0.76,515.06,3533.15,26123136,99.81,0,0,0.16,514.71,3533.49,26123137,99.81,0,0,0.15,514.69,3533.51,26123138,99.79,0,0,0.15,514.67,3533.54,26123139,99.72,0,0,0.32,515.14,3533.04,26123140,99.43,0,0,0.7,515.5,3532.71,26123141,99.74,0,0,0.15,515.11,3533.09,26123142,99.76,0,0,0.14,515.09,3533.1,26123143,99.8,0,0,0.18,515.07,3533.12,26123144,99.8,0,0,0.14,515.05,3533.15,26123145,99.53,0,0,0.77,515.45,3532.78,26123146,99.82,0,0,0.15,514.97,3533.24,26123147,99.78,0,0,0.16,514.95,3533.26,26123148,99.76,0,0,0.18,514.92,3533.28,26123149,99.81,0,0,0.15,514.91,3533.29,26123150,99.52,0,0,0.72,515.67,3532.55,26123151,99.77,0,0,0.17,515.13,3533.09,26123152,99.75,0,0,0.14,515.11,3533.11,26123153,99.81,0,0,0.15,515.07,3533.13,26123154,99.78,0,0,0.15,515.05,3533.15,26123155,99.49,0,0,0.78,515.02,3533.2,26123156,99.81,0,0,0.18,515.23,3532.98,26123157,99.78,0,0,0.14,515.2,3533.01,26123158,99.74,0,0.01,0.14,515.18,3533.02,26123159,99.77,0,0,0.14,515.13,3533.07,26123160,99.39,0,0,0.48,514.63,3533.59,26123161,99.73,0,0,0.39,514.86,3533.35,26123162,99.75,0,0,0.16,514.84,3533.37,26123163,99.76,0,0,0.14,514.82,3533.38,26123164,99.74,0,0,0.16,514.81,3533.38,26123165,99.41,0,0,0.49,515.39,3532.82,26123166,99.62,0.01,0.59,0.43,515.2,3533.01,26123167,99.7,0.02,3.11,0.28,515.13,3533.06,26123168,99.71,0.01,0.86,0.3,515.13,3533.04,26123169,99.64,0.02,2.14,0.57,515.15,3532.99,26123170,99.57,0.01,0.68,0.49,514.38,3533.76,26123171,99.63,0.03,3.32,0.78,515.37,3532.76,26123172,99.09,0.01,0.18,0.23,515.06,3533.04,26123173,99.66,0.01,0.02,0.2,514.99,3533.11,26123174,99.71,0,0,0.16,515.06,3533.06,26123175,99.6,0,0,0.38,515.15,3533,26123176,99.63,0,0,0.54,515.71,3532.43,26123177,99.7,0,0,0.18,515.34,3532.8,26123178,99.72,0,0,0.15,515.32,3532.81,26123179,99.8,0,0,0.16,515.31,3532.81,26123180,99.69,0,0,0.37,515.07,3533.07,26123181,99.45,0,0,0.45,515.14,3533,26123182,99.79,0,0,0.29,514.53,3533.61,26123183,99.8,0,0,0.18,514.51,3533.62,26123184,99.66,0,0,0.15,514.48,3533.64,26123185,99.57,0,0,0.32,513.87,3534.28,26123186,99.63,0,0,0.6,514.81,3533.34,26123187,99.72,0,0,0.16,515.37,3532.77,26123188,99.78,0,0,0.14,515.35,3532.78,26123189,99.79,0,0,0.14,515.31,3532.81,26123190,99.57,0,0,0.33,515.57,3532.57,26123191,99.67,0,0,0.57,515.86,3532.28,26123192,99.61,0,0,0.15,515.03,3533.11,26123193,99.76,0,0,0.17,514.77,3533.36,26123194,99.71,0,0,0.16,514.76,3533.37,26123195,99.62,0,0,0.37,515.54,3532.61,26123196,99.69,0,0,0.35,515.91,3532.23,26123197,99.69,0,0,0.42,515.6,3532.53,26123198,99.79,0,0,0.2,515.61,3532.52,26123199,99.61,0,0,0.3,515.34,3532.76,26123200,99.55,0,0,0.34,515.34,3532.78,26123201,99.65,0,0.01,0.32,515.67,3532.44,26123202,99.68,0,0.01,0.42,515.3,3532.82,26123203,99.81,0,0,0.17,515.28,3532.83,26123204,99.75,0,0,0.17,515.26,3532.85,26123205,99.6,0,0,0.35,515.5,3532.62,26123206,99.64,0,0,0.17,515.48,3532.63,26123207,99.41,0,0,0.61,516.1,3532.01,26123208,99.7,0,0,0.16,515.44,3532.66,26123209,99.68,0,0,0.15,515.6,3532.5,26123210,99.66,0,0,0.31,515.36,3532.76,26123211,99.75,0,0,0.17,515.34,3532.78,26123212,99.63,0,0,0.55,516.05,3532.06,26123213,99.77,0,0,0.16,515.54,3532.56,26123214,99.76,0,0,0.14,515.52,3532.58,26123215,99.64,0,0,0.3,515.77,3532.35,26123216,99.74,0,0,0.16,515.75,3532.37,26123217,99.52,0,0,0.42,515.83,3532.28,26123218,99.79,0,0,0.29,515.2,3532.9,26123219,99.83,0,0,0.17,515.26,3532.84,26123220,99.41,0,0,0.31,515.62,3532.5,26123221,99.71,0,0,0.16,515.6,3532.52,26123222,99.55,0,0,0.55,515.81,3532.3,26123223,99.55,0,0,0.15,515.31,3532.8,26123224,99.71,0,0,0.17,515.28,3532.83,26123225,99.58,0,0,0.32,515.51,3532.6,26123226,99.77,0,0,0.14,515.5,3532.61,26123227,99.64,0,0,0.59,515.9,3532.21,26123228,99.78,0,0,0.15,515.7,3532.4,26123229,99.7,0,0,0.29,515.45,3532.63,26123230,99.62,0,0,0.29,515.8,3532.3,26123231,99.77,0,0,0.16,515.85,3532.24,26123232,99.6,0,0,0.57,516.5,3531.58,26123233,99.76,0,0,0.15,515.8,3532.28,26123234,99.8,0,0,0.15,515.78,3532.31,26123235,99.64,0,0,0.31,515.55,3532.56,26123236,99.8,0,0,0.16,515.51,3532.59,26123237,99.75,0,0,0.19,515.49,3532.61,26123238,99.65,0,0,0.54,515.58,3532.51,26123239,99.8,0,0,0.15,515.21,3532.88,26123240,99.61,0,0,0.3,515.21,3532.89,26123241,99.78,0,0,0.14,515.23,3532.87,26123242,99.8,0,0,0.16,515.35,3532.75,26123243,99.68,0,0,0.59,515.69,3532.4,26123244,99.8,0,0,0.14,515.31,3532.78,26123245,99.67,0,0,0.32,515.08,3533.02,26123246,99.76,0,0,0.14,515.04,3533.06,26123247,99.78,0,0,0.16,515.03,3533.07,26123248,99.64,0,0,0.57,515.96,3532.13,26123249,99.79,0,0,0.15,515.72,3532.36,26123250,99.68,0,0,0.3,515.47,3532.63,26123251,99.76,0,0,0.15,515.45,3532.65,26123252,99.74,0,0,0.18,515.31,3532.79,26123253,99.69,0,0,0.57,515.47,3532.62,26123254,99.74,0,0,0.15,514.62,3533.47,26123255,99.62,0,0,0.36,516.09,3532.03,26123256,99.82,0,0,0.18,516.08,3532.03,26123257,99.81,0,0,0.18,516.08,3532.04,26123258,99.7,0,0,0.46,515.4,3532.7,26123259,99.67,0,0,0.48,515.72,3532.36,26123260,99.68,0,0,0.35,515.52,3532.58,26123261,99.85,0,0,0.18,515.5,3532.6,26123262,99.8,0,0,0.15,515.47,3532.61,26123263,99.71,0,0,0.45,515.72,3532.36,26123264,99.78,0,0,0.3,515.19,3532.89,26123265,99.71,0,0,0.3,515.6,3532.5,26123266,99.88,0,0,0.16,515.6,3532.49,26123267,99.83,0,0,0.14,514.76,3533.33,26123268,99.64,0,0,0.59,515.14,3532.94,26123269,99.82,0,0,0.14,515.28,3532.79,26123270,99.7,0,0,0.3,515.05,3533.04,26123271,99.87,0,0,0.14,515.02,3533.07,26123272,99.82,0,0,0.16,515.01,3533.08,26123273,99.72,0,0,0.44,515.21,3532.87,26123274,99.8,0,0,0.29,513.97,3534.1,26123275,99.76,0,0,0.3,514.95,3533.15,26123276,99.86,0,0,0.16,514.95,3533.14,26123277,99.89,0,0,0.14,515.03,3533.05,26123278,99.9,0,0,0.14,515.1,3532.98,26123279,99.73,0,0,0.58,515.57,3532.51,26123280,99.48,0,0,0.3,514.42,3533.68,26123281,99.75,0,0,0.14,514.31,3533.78,26123282,99.78,0,0,0.16,514.29,3533.79,26123283,99.83,0,0,0.14,514.27,3533.81,26123284,99.74,0,0,0.57,515.01,3533.07,26123285,99.7,0,0,0.3,514.51,3533.59,26123286,99.9,0,0,0.17,514.49,3533.6,26123287,99.81,0,0,0.15,514.46,3533.63,26123288,99.89,0,0,0.15,514.45,3533.63,26123289,99.44,0,0,0.71,515.57,3532.48,26123290,99.71,0,0,0.29,515.13,3532.94,26123291,99.86,0,0,0.16,515.1,3532.97,26123292,99.87,0,0,0.14,515.06,3533,26123293,99.78,0,0,0.14,515.04,3533.01,26123294,99.6,0,0,0.54,515.27,3532.82,26123295,99.79,0,0,0.31,514.54,3533.57,26123296,99.8,0,0,0.13,514.52,3533.59,26123297,99.74,0,0,0.21,514.49,3533.61,26123298,99.87,0,0,0.14,514.47,3533.63,26123299,99.69,0,0,0.5,515.35,3532.74,26123300,99.74,0,0,0.36,515.02,3533.08,26123301,99.85,0,0,0.14,515.12,3532.98,26123302,99.84,0,0,0.14,515.09,3533.01,26123303,99.81,0,0,0.16,515.08,3533.01,26123304,99.64,0,0,0.58,515.41,3532.68,26123305,99.69,0,0,0.33,515.29,3532.81,26123306,99.82,0,0,0.14,515.27,3532.83,26123307,99.82,0,0,0.14,515.25,3532.85,26123308,99.86,0,0,0.19,515.23,3532.86,26123309,99.69,0,0,0.61,515.56,3532.52,26123310,99.6,0,0,0.31,514.24,3533.86,26123311,99.79,0,0,0.17,514.19,3533.9,26123312,99.82,0,0,0.16,514.09,3534,26123313,99.87,0,0,0.16,513.86,3534.23,26123314,99.65,0,0,0.36,514.32,3533.76,26123315,99.71,0,0,0.53,515.07,3533.03,26123316,99.8,0,0,0.16,515.05,3533.04,26123317,99.83,0,0,0.14,515.03,3533.06,26123318,99.86,0,0,0.16,515.01,3533.07,26123319,99.67,0,0,0.29,515.22,3532.83,26123320,99.44,0,0,0.71,515.71,3532.37,26123321,99.86,0,0,0.14,515.21,3532.86,26123322,99.85,0,0,0.16,515.19,3532.88,26123323,99.84,0,0,0.14,515.19,3532.88,26123324,99.8,0,0,0.16,515.16,3532.92,26123325,99.48,0,0,0.73,514.74,3533.35,26123326,99.72,0,0,0.19,514.1,3533.99,26123327,99.76,0,0,0.14,514.07,3534.01,26123328,99.87,0,0,0.15,514.05,3534.03,26123329,99.81,0,0,0.14,514.03,3534.05,26123330,99.66,0,0,0.76,515.77,3532.31,26123331,99.84,0,0,0.14,515.48,3532.6,26123332,99.81,0,0,0.15,515.46,3532.61,26123333,99.88,0,0,0.15,515.44,3532.63,26123334,99.77,0,0,0.15,515.42,3532.64,26123335,99.59,0,0,0.67,515.63,3532.45,26123336,99.81,0,0,0.21,515.15,3532.92,26123337,99.89,0,0,0.14,515.26,3532.81,26123338,99.84,0,0,0.15,515.33,3532.73,26123339,99.83,0,0,0.2,515.33,3532.73,26123340,93.36,0.41,0.01,90.2,530.07,3518.74,26123341,99.68,0,0,182.73,517.63,3530.37,26123342,99.8,0,0,0.15,517.61,3530.38,26123343,99.88,0,0,0.14,517.77,3530.22,26123344,99.81,0,0,0.15,517.79,3530.19,26123345,99.45,0,0,0.6,517.12,3530.9,26123346,99.76,0,0,0.33,515.62,3532.43,26123347,99.81,0,0,0.14,515.59,3532.46,26123348,99.8,0,0,0.16,515.56,3532.48,26123349,99.57,0,0,0.31,514.58,3533.43,26123350,99.57,0,0,0.57,514.24,3533.79,26123351,99.83,0,0,0.27,514.77,3533.29,26123352,99.8,0,0,0.16,514.75,3533.31,26123353,99.81,0,0,0.14,514.83,3533.23,26123354,99.41,0,0,0.15,514.9,3533.16,26123355,99.57,0,0,0.48,516.15,3531.92,26123356,99.9,0,0,0.4,515.37,3532.7,26123357,99.87,0,0,0.2,515.34,3532.72,26123358,99.88,0,0,0.15,515.33,3532.73,26123359,99.86,0,0,0.14,515.3,3532.75,26123360,99.78,0,0,0.29,515.32,3532.76,26123361,99.59,0,0,0.6,515.89,3532.18,26123362,99.83,0,0,0.17,515.5,3532.57,26123363,99.88,0,0,0.14,515.48,3532.59,26123364,99.85,0,0,0.14,515.63,3532.43,26123365,99.76,0,0,0.33,515.89,3532.19,26123366,99.74,0,0.02,0.59,516.04,3532.03,26123367,99.9,0,0.01,0.17,515.57,3532.5,26123368,99.8,0,0,0.16,515.55,3532.51,26123369,99.9,0,0,0.15,515.52,3532.53,26123370,99.68,0,0,0.34,515.53,3532.54,26123371,99.64,0,0,0.58,515.86,3532.21,26123372,99.85,0,0,0.18,515.3,3532.76,26123373,99.88,0,0,0.14,514.98,3533.08,26123374,99.88,0,0,0.14,515.07,3532.98,26123375,99.71,0,0,0.34,515.88,3532.19,26123376,99.73,0,0,0.55,516.11,3531.95,26123377,99.87,0,0,0.19,515.59,3532.47,26123378,99.81,0,0,0.14,515.58,3532.48,26123379,99.61,0,0,0.39,515.32,3532.71,26123380,99.7,0,0,0.37,515.84,3532.21,26123381,99.68,0,0,0.43,516.22,3531.82,26123382,99.73,0,0,0.27,514.51,3533.53,26123383,99.82,0,0,0.16,514.49,3533.54,26123384,99.85,0,0,0.16,514.47,3533.57,26123385,99.69,0,0,0.3,515.29,3532.77,26123386,99.67,0,0,0.33,515.84,3532.22,26123387,99.8,0,0,0.39,515.85,3532.2,26123388,99.83,0,0,0.14,515.83,3532.22,26123389,99.91,0,0,0.15,515.81,3532.23,26123390,99.6,0,0,0.3,515.82,3532.24,26123391,99.85,0,0,0.16,515.8,3532.27,26123392,99.72,0,0,0.57,515.92,3532.13,26123393,99.85,0,0,0.15,515.51,3532.54,26123394,99.83,0,0,0.15,515.49,3532.56,26123395,99.73,0,0,0.3,515.74,3532.33,26123396,99.85,0,0,0.16,515.71,3532.36,26123397,99.62,0,0,0.61,515.95,3532.1,26123398,99.82,0.03,0.02,0.17,515.54,3532.5,26123399,99.83,0.02,0.01,0.16,515.53,3532.51,26123400,99.6,0.03,0.02,0.38,515.79,3532.26,26123401,99.71,0.04,0.03,0.14,515.79,3532.25,26123402,99.67,0.03,0.02,0.56,516.07,3531.97,26123403,99.73,0.05,0.04,0.17,515.52,3532.52,26123404,99.49,0.05,0.03,0.17,515.53,3532.5,26123405,99.54,0.02,0.01,0.27,515.07,3532.98,26123406,99.69,0.03,0.02,0.17,515.04,3533,26123407,99.57,0.02,0.02,0.52,515.9,3532.14,26123408,99.79,0,0,0.2,515.72,3532.31,26123409,99.59,0,0,0.28,515.71,3532.31,26123410,99.68,0,0,0.26,515.68,3532.36,26123411,99.82,0,0,0.15,515.77,3532.27,26123412,99.71,0,0,0.56,515.94,3532.1,26123413,99.8,0,0,0.16,515.06,3532.97,26123414,99.29,0,0.01,0.17,515.03,3532.99,26123415,99.61,0,0,0.31,515.53,3532.5,26123416,99.71,0,0,0.16,514.74,3533.29,26123417,99.5,0,0,0.5,515.23,3532.79,26123418,99.81,0,0,0.29,515.19,3532.83,26123419,99.79,0,0,0.14,515.15,3532.86,26123420,99.71,0,0,0.25,515.18,3532.85,26123421,99.88,0,0,0.16,515.34,3532.68,26123422,99.7,0,0,0.41,515.97,3532.05,26123423,99.89,0,0,0.28,514.83,3533.18,26123424,99.88,0,0,0.15,514.82,3533.2,26123425,99.45,0,0,0.26,515.06,3532.97,26123426,99.86,0,0,0.17,515.05,3532.98,26123427,99.9,0,0,0.18,515.02,3533.01,26123428,99.69,0,0,0.55,515.36,3532.66,26123429,99.83,0,0,0.15,514.98,3533.06,26123430,99.75,0,0,0.26,514.75,3533.3,26123431,99.85,0,0,0.16,514.71,3533.33,26123432,99.81,0,0,0.16,514.62,3533.42,26123433,99.7,0,0,0.57,515.32,3532.72,26123434,99.85,0,0,0.14,515.1,3532.93,26123435,99.69,0,0,0.26,515.09,3532.96,26123436,99.87,0,0,0.14,515.08,3532.96,26123437,99.88,0,0,0.17,515.06,3532.98,26123438,99.7,0,0,0.55,515.59,3532.44,26123439,99.56,0,0,0.29,515.28,3532.73,26123440,99.75,0,0,0.25,515.04,3533,26123441,99.9,0,0,0.14,515.01,3533.02,26123442,99.81,0,0,0.16,514.99,3533.04,26123443,99.71,0,0,0.57,515.48,3532.54,26123444,99.88,0,0,0.14,515.2,3532.82,26123445,99.7,0,0,0.25,514.48,3533.56,26123446,99.8,0,0,0.17,514.62,3533.41,26123447,99.83,0,0,0.14,514.61,3533.42,26123448,99.65,0,0,0.53,515.12,3532.9,26123449,99.86,0,0,0.2,514.56,3533.46,26123450,99.75,0,0,0.25,515.29,3532.74,26123451,99.89,0,0,0.15,515.27,3532.76,26123452,99.8,0,0,0.16,515.25,3532.78,26123453,99.73,0,0,0.55,515.58,3532.44,26123454,99.82,0,0,0.14,515.21,3532.8,26123455,99.73,0,0,0.28,515.03,3533,26123456,99.9,0,0,0.14,514.95,3533.08,26123457,99.87,0,0,0.14,515.04,3532.99,26123458,99.77,0,0,0.57,515.52,3532.5,26123459,99.84,0,0,0.14,515.32,3532.7,26123460,99.52,0,0,0.27,515.33,3532.7,26123461,99.88,0,0,0.14,515.3,3532.73,26123462,99.78,0,0,0.16,515.28,3532.74,26123463,99.69,0,0,0.56,515.59,3532.43,26123464,99.77,0,0,0.14,515,3533.02,26123465,99.65,0,0,0.26,514.28,3533.74,26123466,99.79,0,0,0.16,514.23,3533.79,26123467,99.82,0,0,0.16,514.21,3533.8,26123468,99.78,0,0,0.16,514.19,3533.82,26123469,99.25,0,0,0.68,514.36,3533.63,26123470,99.69,0,0,0.25,514.59,3533.42,26123471,99.86,0,0,0.16,514.57,3533.43,26123472,99.84,0,0,0.15,514.55,3533.45,26123473,99.8,0,0,0.14,514.52,3533.47,26123474,99.45,0,0,0.57,515.65,3532.34,26123475,99.48,0,0,0.25,514.28,3533.73,26123476,99.85,0,0,0.14,514.24,3533.76,26123477,99.87,0,0,0.2,514.21,3533.79,26123478,99.85,0,0,0.15,514.2,3533.79,26123479,99.63,0,0,0.58,514.36,3533.63,26123480,99.69,0,0,0.25,515.28,3532.73,26123481,99.8,0,0,0.14,515.32,3532.68,26123482,99.8,0,0,0.16,515.3,3532.7,26123483,99.7,0,0,0.15,515.28,3532.71,26123484,99.54,0,0,0.57,515.61,3532.38,26123485,99.59,0,0,0.27,514.54,3533.47,26123486,99.76,0,0,0.17,514.49,3533.51,26123487,99.85,0,0,0.14,514.49,3533.51,26123488,99.81,0,0,0.15,514.45,3533.54,26123489,99.73,0,0,0.43,515.61,3532.38,26123490,99.52,0,0,0.41,515.42,3532.59,26123491,99.87,0,0,0.17,515.51,3532.49,26123492,99.79,0,0,0.2,515.49,3532.51,26123493,99.8,0,0,0.16,515.3,3532.7,26123494,99.69,0,0,0.52,515.54,3532.45,26123495,99.63,0,0,0.34,513.83,3534.18,26123496,99.81,0,0,0.17,513.78,3534.22,26123497,99.86,0,0,0.18,513.77,3534.23,26123498,99.85,0,0,0.16,513.74,3534.25,26123499,99.48,0,0,0.56,515.34,3532.63,26123500,99.8,0,0,0.41,515.7,3532.28,26123501,99.85,0,0,0.17,515.67,3532.31,26123502,99.85,0,0,0.17,515.76,3532.22,26123503,99.77,0,0,0.16,515.84,3532.13,26123504,99.65,0,0,0.43,516.16,3531.81,26123505,99.65,0,0,0.45,515.57,3532.41,26123506,99.83,0,0,0.17,515.55,3532.42,26123507,99.85,0,0,0.18,515.53,3532.44,26123508,99.81,0,0,0.17,515.51,3532.46,26123509,99.85,0,0,0.17,515.49,3532.49,26123510,99.51,0,0,0.69,515.62,3532.38,26123511,99.85,0,0,0.16,515.23,3532.77,26123512,99.83,0,0,0.14,515.21,3532.78,26123513,99.82,0,0,0.15,515.19,3532.8,26123514,99.73,0,0,0.18,515.24,3532.74,26123515,99.56,0,0,0.7,516.23,3531.77,26123516,99.8,0,0,0.17,515.59,3532.42,26123517,99.84,0,0,0.14,515.57,3532.44,26123518,99.82,0,0,0.16,515.55,3532.46,26123519,99.84,0,0,0.15,515.53,3532.47,26123520,99.28,0,0,0.69,515.63,3532.39,26123521,99.8,0,0,0.18,515.51,3532.5,26123522,99.77,0,0,0.18,515.47,3532.54,26123523,99.76,0,0,0.18,515.45,3532.55,26123524,99.76,0,0,0.19,515.43,3532.57,26123525,99.55,0,0,0.53,516.13,3531.89,26123526,99.84,0,0,0.29,515.84,3532.18,26123527,99.83,0,0,0.16,515.81,3532.2,26123528,99.81,0,0,0.14,515.79,3532.21,26123529,99.63,0,0,0.29,515.54,3532.44,26123530,99.5,0,0.01,0.69,516.01,3531.99,26123531,99.85,0,0,0.18,515.48,3532.52,26123532,99.72,0,0,0.14,515.45,3532.54,26123533,99.68,0,0,0.17,515.43,3532.55,26123534,99.75,0,0,0.14,515.41,3532.57,26123535,99.38,0,0,0.56,515.45,3532.54,26123536,99.59,0,0,0.31,515.58,3532.41,26123537,99.71,0,0,0.18,515.56,3532.43,26123538,99.74,0,0,0.15,515.53,3532.45,26123539,99.68,0,0,0.15,515.52,3532.46,26123540,99.48,0,0,0.44,516.28,3531.72,26123541,99.85,0,0,0.43,515.75,3532.24,26123542,99.83,0,0,0.16,515.72,3532.27,26123543,99.89,0,0,0.15,515.71,3532.27,26123544,99.86,0,0,0.15,515.68,3532.3,26123545,99.69,0,0,0.31,515.67,3532.32,26123546,99.67,0,0,0.55,516.09,3531.9,26123547,99.85,0,0,0.14,515.83,3532.15,26123548,99.82,0,0,0.16,515.8,3532.18,26123549,99.8,0,0,0.13,515.79,3532.18,26123550,99.57,0,0,0.27,516.03,3531.96,26123551,99.44,0,0,0.56,515.47,3532.51,26123552,99.74,0,0,0.16,515.14,3532.84,26123553,99.83,0,0,0.17,515.49,3532.49,26123554,99.83,0,0,0.17,515.47,3532.51,26123555,99.66,0,0,0.27,515.47,3532.52,26123556,99.58,0,0,0.61,516.31,3531.67,26123557,99.76,0,0,0.14,515.67,3532.3,26123558,99.83,0,0,0.14,515.65,3532.32,26123559,99.67,0,0,0.29,515.78,3532.17,26123560,99.76,0,0,0.32,515.85,3532.11,26123561,99.71,0,0,0.53,516.15,3531.82,26123562,99.85,0,0,0.18,515.77,3532.18,26123563,99.88,0,0,0.14,515.76,3532.2,26123564,99.8,0,0,0.16,515.72,3532.23,26123565,99.59,0,0,0.29,514.55,3533.42,26123566,99.71,0,0,0.55,514.62,3533.34,26123567,99.85,0,0,0.14,514.21,3533.74,26123568,99.75,0,0,0.16,514.18,3533.77,26123569,99.8,0,0,0.16,514.16,3533.78,26123570,99.78,0,0,0.27,514.51,3533.45,26123571,99.68,0,0,0.56,515.12,3532.84,26123572,99.88,0,0,0.15,515.03,3532.92,26123573,99.87,0,0,0.14,515.01,3532.93,26123574,99.85,0,0,0.15,514.98,3532.96,26123575,99.77,0,0,0.27,514.74,3533.22,26123576,99.67,0,0,0.55,515.19,3532.77,26123577,99.8,0,0,0.15,515.18,3532.78,26123578,99.84,0,0,0.16,515.15,3532.8,26123579,99.86,0,0,0.16,515.13,3532.81,26123580,99.56,0,0,0.25,515.09,3532.87,26123581,99.62,0,0,0.36,515.59,3532.37,26123582,99.71,0,0,0.4,515.32,3532.66,26123583,99.73,0,0,0.14,515.3,3532.67,26123584,99.71,0,0,0.16,515.28,3532.68,26123585,99.73,0,0,0.28,515.04,3532.95,26123586,99.8,0,0,0.16,515.02,3532.96,26123587,99.59,0,0,0.55,515.56,3532.41,26123588,99.8,0,0,0.15,515.21,3532.75,26123589,99.51,0,0,0.31,515.45,3532.49,26123590,99.62,0,0,0.28,515.19,3532.77,26123591,99.88,0,0,0.16,515.17,3532.78,26123592,99.68,0,0,0.55,515.66,3532.28,26123593,99.79,0,0,0.17,515.32,3532.63,26123594,99.75,0,0,0.15,515.28,3532.65,26123595,99.72,0,0,0.28,514.82,3533.13,26123596,97.27,0,0,0.14,514.78,3533.18,26123597,99.7,0,0,0.6,515.76,3532.19,26123598,99.85,0,0,0.15,515.23,3532.72,26123599,95.52,0.22,0.01,142.21,525.39,3523.38,26123600,99.7,0,0,0.38,516.66,3530.59,26123601,99.85,0,0,0.16,516.6,3530.64,26123602,99.7,0,0,0.49,517.45,3529.79,26123603,99.84,0,0,0.21,517.56,3529.68,26123604,99.88,0,0,0.16,516,3531.27,26123605,99.47,0,0,0.27,514.42,3532.89,26123606,99.78,0,0,0.16,514.37,3532.94,26123607,99.65,0,0,0.56,515.11,3532.2,26123608,99.81,0,0,0.18,515.07,3532.23,26123609,99.73,0,0,0.16,515.19,3532.11,26123610,99.67,0,0,0.29,514.99,3532.35,26123611,99.86,0,0,0.19,514.96,3532.37,26123612,99.63,0,0,0.55,515.4,3531.93,26123613,99.8,0,0,0.16,514.91,3532.42,26123614,99.77,0,0.02,0.17,514.86,3532.46,26123615,99.66,0,0,0.28,515.1,3532.24,26123616,99.9,0,0,0.17,515.08,3532.25,26123617,99.63,0,0,0.4,515.69,3531.64,26123618,99.81,0,0,0.31,515.21,3532.11,26123619,99.73,0,0,0.4,515.67,3531.63,26123620,99.66,0,0,0.27,515.42,3531.89,26123621,99.85,0,0,0.14,515.39,3531.92,26123622,99.71,0,0,0.32,515.72,3531.59,26123623,99.85,0,0,0.39,515.35,3531.95,26123624,99.82,0,0,0.16,515.32,3531.97,26123625,99.65,0,0,0.31,515.16,3532.15,26123626,99.79,0,0,0.39,514.83,3532.47,26123627,99.64,0,0,0.32,515.35,3531.96,26123628,99.68,0,0,0.38,515.49,3531.81,26123629,99.86,0,0,0.14,515.46,3531.83,26123630,99.55,0,0,0.26,514.99,3532.32,26123631,99.8,0,0,0.17,514.95,3532.35,26123632,99.76,0,0,0.14,514.93,3532.37,26123633,99.72,0,0,0.55,516.33,3530.97,26123634,99.77,0,0,0.16,515.63,3531.68,26123635,99.78,0,0,0.3,515.65,3531.68,26123636,99.86,0,0,0.13,515.61,3531.72,26123637,99.78,0,0,0.16,515.59,3531.74,26123638,99.63,0,0,0.55,516,3531.31,26123639,99.72,0,0,0.17,515.7,3531.61,26123640,99.46,0,0,0.28,514.51,3532.82,26123641,99.73,0,0,0.16,514.47,3532.86,26123642,99.7,0,0,0.14,514.45,3532.87,26123643,99.56,0,0,0.55,515.44,3531.88,26123644,99.81,0,0,0.16,515.39,3531.92,26123645,99.67,0,0,0.29,515.4,3531.93,26123646,99.81,0,0,0.16,515.38,3531.95,26123647,99.8,0,0,0.14,515.36,3531.96,26123648,99.51,0,0,0.5,515.8,3531.52,26123649,99.49,0,0,0.34,515.56,3531.73,26123650,99.64,0,0,0.29,514.79,3532.52,26123651,99.76,0,0,0.14,514.73,3532.58,26123652,99.8,0,0,0.16,514.71,3532.59,26123653,99.54,0,0,0.54,515.52,3531.77,26123654,99.63,0,0,0.14,515.39,3531.91,26123655,99.48,0,0,0.3,514.95,3532.37,26123656,99.73,0,0,0.16,514.88,3532.44,26123657,99.59,0,0,0.2,514.86,3532.46,26123658,99.45,0,0,0.41,515.27,3532.04,26123659,99.64,0,0,0.29,515.31,3532,26123660,99.38,0,0,0.28,514.6,3532.73,26123661,99.62,0,0,0.17,514.69,3532.63,26123662,99.75,0,0,0.14,514.72,3532.6,26123663,99.3,0,0,0.56,515.2,3532.11,26123664,99.73,0,0,0.14,515.65,3531.65,26123665,99.59,0,0,0.31,514.46,3532.86,26123666,99.61,0,0,0.16,514.4,3532.92,26123667,99.49,0,0,0.14,514.37,3532.94,26123668,99.73,0,0,0.15,514.36,3532.95,26123669,99.59,0,0,0.55,516.26,3531.05,26123670,99.58,0,0,0.29,515.58,3531.74,26123671,99.74,0,0,0.16,515.55,3531.77,26123672,99.76,0,0,0.18,515.61,3531.7,26123673,99.77,0,0,0.17,515.45,3531.86,26123674,99.63,0,0,0.58,516.38,3530.92,26123675,99.61,0,0,0.3,515.68,3531.64,26123676,99.79,0,0,0.17,515.66,3531.66,26123677,99.82,0,0,0.14,515.64,3531.67,26123678,99.76,0,0,0.15,515.62,3531.69,26123679,99.38,0,0,0.7,515.68,3531.59,26123680,99.61,0,0,0.31,515.57,3531.72,26123681,99.66,0,0,0.15,515.55,3531.74,26123682,99.78,0,0,0.15,515.53,3531.76,26123683,99.77,0,0,0.14,515.59,3531.69,26123684,99.66,0,0,0.57,516.17,3531.1,26123685,99.65,0,0,0.37,515.95,3531.34,26123686,99.8,0,0,0.18,515.89,3531.4,26123687,99.73,0,0,0.18,515.86,3531.42,26123688,99.78,0,0,0.18,515.84,3531.43,26123689,99.68,0,0,0.56,516.07,3531.21,26123690,99.66,0,0,0.32,515.82,3531.47,26123691,99.8,0,0,0.16,515.81,3531.48,26123692,99.81,0,0,0.15,515.79,3531.5,26123693,99.82,0,0,0.14,515.76,3531.51,26123694,99.68,0,0,0.58,516.25,3531.02,26123695,99.65,0,0,0.33,515.69,3531.6,26123696,99.81,0,0,0.18,515.67,3531.62,26123697,99.82,0,0,0.18,515.63,3531.65,26123698,99.79,0,0,0.18,515.61,3531.66,26123699,99.65,0,0,0.39,515.97,3531.29,26123700,99.58,0.01,0.01,0.52,516.14,3531.14,26123701,99.77,0,0,0.17,516.19,3531.09,26123702,99.8,0,0,0.14,516.17,3531.11,26123703,99.76,0,0,0.16,516.15,3531.13,26123704,99.81,0,0,0.15,516.13,3531.14,26123705,96.15,0.02,0.01,78.85,525.8,3523.71,26123706,99.8,0,0,0.17,518.09,3529.44,26123707,99.79,0,0,0.14,518.16,3529.37,26123708,99.76,0,0,0.15,518.13,3529.39,26123709,99.56,0,0,0.29,518.37,3529.13,26123710,99.51,0,0,0.73,516.83,3530.72,26123711,99.81,0,0,0.15,515.93,3531.62,26123712,99.8,0,0,0.13,515.92,3531.63,26123713,99.78,0,0,0.16,515.88,3531.66,26123714,99.76,0,0,0.14,515.86,3531.68,26123715,99.46,0,0,0.72,515.85,3531.72,26123716,99.72,0,0,0.16,515.85,3531.73,26123717,99.72,0,0,0.19,515.02,3532.56,26123718,99.81,0,0,0.14,515.01,3532.57,26123719,99.79,0,0,0.15,514.99,3532.59,26123720,99.44,0,0,0.8,515.59,3532.01,26123721,99.75,0,0,0.13,515.22,3532.39,26123722,99.75,0,0,0.16,515.2,3532.4,26123723,99.83,0,0,0.14,515.18,3532.42,26123724,99.79,0,0,0.15,515.16,3532.43,26123725,98.23,0,0,16.04,517.36,3530.68,26123726,99.81,0,0,0.18,515.11,3532.47,26123727,99.76,0,0,0.17,515.1,3532.48,26123728,99.73,0,0,0.14,515.08,3532.49,26123729,99.8,0,0,0.17,515.16,3532.4,26123730,99.5,0,0,0.56,515.71,3531.87,26123731,99.78,0,0,0.28,515.22,3532.36,26123732,99.73,0,0,0.16,515.18,3532.39,26123733,92.82,0,0,31.47,530.97,3507.59,26123734,99.77,0,0,34.36,517.98,3527.99,26123735,99.39,0,0,0.46,517.24,3528.77,26123736,99.8,0,0,0.39,517.9,3528.11,26123737,99.8,0,0,0.14,517.88,3528.12,26123738,99.78,0,0,0.14,517.65,3528.36,26123739,99.42,0,0,0.31,514.66,3531.38,26123740,99.5,0,0,0.47,515.59,3530.47,26123741,99.78,0,0,0.38,515.3,3530.76,26123742,99.78,0,0,0.14,515.29,3530.76,26123743,99.72,0,0,0.16,515.27,3530.78,26123744,99.78,0,0,0.15,515.24,3530.84,26123745,99.58,0,0,0.36,514.29,3531.8,26123746,99.58,0,0,0.59,515.68,3530.41,26123747,99.77,0,0,0.16,515.2,3530.89,26123748,99.73,0,0,0.15,515.18,3530.9,26123749,99.79,0,0,0.15,515.16,3530.92,26123750,99.68,0,0,0.3,515.4,3530.69,26123751,99.67,0,0,0.55,515.11,3530.99,26123752,99.8,0,0,0.14,514.57,3531.51,26123753,99.78,0,0,0.16,514.55,3531.53,26123754,99.78,0,0,0.15,514.53,3531.54,26123755,99.66,0,0,0.34,515.01,3531.08,26123756,99.61,0,0,0.58,515.52,3530.56,26123757,99.79,0,0,0.16,515.21,3530.87,26123758,99.81,0,0,0.15,515.19,3530.89,26123759,99.8,0,0,0.14,515.17,3530.9,26123760,99.57,0,0,0.29,515.42,3530.67,26123761,99.61,0,0,0.54,516.16,3529.92,26123762,99.8,0,0,0.15,515.49,3530.6,26123763,99.77,0,0,0.15,515.53,3530.54,26123764,99.71,0,0,0.14,515.51,3530.56,26123765,99.6,0,0,0.33,515.28,3530.81,26123766,99.53,0,0,0.42,515.4,3530.69,26123767,99.81,0,0,0.3,514.74,3531.36,26123768,99.8,0,0,0.14,514.71,3531.38,26123769,99.53,0,0,0.29,515.22,3530.85,26123770,99.66,0,0,0.3,515.23,3530.86,26123771,99.65,0,0,0.51,515.69,3530.39,26123772,99.75,0.02,0.85,0.27,515.69,3530.38,26123773,99.68,0,0.01,0.19,515.78,3530.29,26123774,99.73,0,0,0.14,515.75,3530.31,26123775,99.6,0,0,0.31,514.79,3531.29,26123776,99.59,0,0,0.48,515.23,3530.84,26123777,99.76,0,0,0.24,515.43,3530.63,26123778,99.79,0,0,0.14,515.42,3530.64,26123779,99.81,0,0,0.15,515.39,3530.67,26123780,99.6,0,0,0.29,514.47,3531.61,26123781,99.63,0,0,0.32,515.26,3530.81,26123782,99.8,0,0,0.37,515.04,3531.03,26123783,99.76,0,0,0.14,515.02,3531.04,26123784,99.8,0,0,0.15,515,3531.06,26123785,99.74,0,0,0.29,514.76,3531.31,26123786,99.8,0,0,0.16,514.74,3531.33,26123787,99.69,0,0,0.54,515.5,3530.57,26123788,99.82,0,0,0.16,515.2,3530.87,26123789,99.8,0,0,0.13,515.17,3530.89,26123790,99.68,0,0,0.37,514.95,3531.13,26123791,99.83,0,0,0.14,514.92,3531.15,26123792,99.52,0,0,0.58,515.69,3530.38,26123793,99.78,0,0,0.16,515.13,3530.94,26123794,99.81,0,0,0.14,515.28,3530.78,26123795,99.65,0,0,0.29,515.77,3530.31,26123796,99.75,0,0,0.15,515.76,3530.31,26123797,99.65,0,0,0.54,515.92,3530.15,26123798,99.81,0,0,0.15,515.47,3530.59,26123799,99.57,0,0,0.3,515.2,3530.84,26123800,99.62,0,0,0.33,515.2,3530.86,26123801,99.75,0,0,0.16,515.18,3530.87,26123802,99.55,0,0,0.54,515.87,3530.17,26123803,99.78,0,0,0.15,515.14,3530.9,26123804,99.74,0,0,0.14,515.11,3530.92,26123805,99.67,0,0,0.29,514.75,3531.3,26123806,99.78,0,0,0.16,514.78,3531.27,26123807,99.57,0,0,0.58,514.97,3531.07,26123808,99.79,0,0,0.16,514.25,3531.79,26123809,99.75,0,0,0.17,514.24,3531.8,26123810,99.68,0,0,0.3,514.52,3531.53,26123811,99.87,0,0,0.14,514.46,3531.6,26123812,99.68,0,0,0.61,515.02,3531.05,26123813,99.83,0,0,0.18,515.64,3530.41,26123814,99.83,0,0,0.15,515.63,3530.43,26123815,99.65,0,0,0.31,514.44,3531.63,26123816,99.89,0,0,0.15,514.47,3531.59,26123817,99.67,0,0,0.43,515.11,3530.95,26123818,99.82,0,0,0.3,515.74,3530.32,26123819,99.83,0,0,0.14,515.72,3530.33,26123820,99.35,0,0,0.29,514.53,3531.54,26123821,99.76,0,0,0.14,514.47,3531.59,26123822,99.73,0,0.01,0.16,514.71,3531.35,26123823,99.71,0,0,0.54,515.24,3530.81,26123824,99.84,0,0,0.14,514.88,3531.16,26123825,99.74,0,0,0.29,515.84,3530.22,26123826,99.83,0,0,0.14,515.94,3530.12,26123827,98.56,0,0,0.15,516,3530.05,26123828,99.71,0,0,0.55,516.14,3529.91,26123829,99.57,0,0,0.29,515.96,3530.07,26123830,99.66,0,0,0.36,515.24,3530.81,26123831,99.88,0,0,0.14,515.2,3530.84,26123832,99.84,0,0,0.16,515.18,3530.86,26123833,99.7,0,0,0.55,515.93,3530.1,26123834,99.83,0,0,0.17,515.63,3530.41,26123835,99.72,0,0,0.34,515.64,3530.43,26123836,99.89,0,0,0.15,515.62,3530.44,26123837,99.77,0,0,0.18,515.84,3530.21,26123838,99.71,0,0,0.56,516.15,3529.9,26123839,97.29,0,0,0.14,515.78,3530.27,26123840,99.7,0,0,0.27,515.78,3530.29,26123841,99.83,0,0,0.16,515.76,3530.3,26123842,99.85,0,0,0.14,515.74,3530.32,26123843,99.62,0,0,0.57,516.43,3529.62,26123844,99.84,0,0,0.14,515.95,3530.1,26123845,99.72,0,0,0.32,514.98,3531.08,26123846,99.83,0,0,0.16,514.94,3531.12,26123847,99.83,0,0,0.13,514.92,3531.13,26123848,99.72,0,0,0.58,515.57,3530.48,26123849,99.88,0,0,0.18,515.86,3530.18,26123850,99.57,0,0,0.3,514.69,3531.37,26123851,99.85,0,0,0.17,514.78,3531.27,26123852,99.86,0,0,0.14,514.78,3531.27,26123853,99.7,0,0,0.44,515.58,3530.46,26123854,99.85,0,0,0.3,516.21,3529.83,26123855,99.6,0,0,0.34,515.74,3530.31,26123856,99.84,0,0,0.18,515.69,3530.36,26123857,99.84,0,0,0.17,515.69,3530.36,26123858,99.67,0,0,0.4,516.03,3530.01,26123859,99.6,0,0,0.42,515.64,3530.38,26123860,99.66,0,0,0.29,515.87,3530.16,26123861,99.8,0,0,0.14,515.85,3530.18,26123862,99.83,0,0,0.16,515.94,3530.08,26123863,99.89,0,0,0.17,516,3530.02,26123864,99.63,0,0,0.56,516.41,3529.6,26123865,99.66,0,0,0.29,516.23,3529.8,26123866,99.85,0,0,0.16,516.2,3529.82,26123867,99.81,0,0,0.14,515.8,3530.22,26123868,99.84,0,0,0.15,515.18,3530.84,26123869,99.62,0,0,0.57,515.51,3530.5,26123870,99.6,0,0,0.27,514.91,3531.11,26123871,99.9,0,0,0.15,514.89,3531.13,26123872,99.8,0,0,0.14,514.87,3531.15,26123873,99.79,0,0,0.16,514.92,3531.09,26123874,99.7,0,0,0.55,515.36,3530.65,26123875,99.75,0,0,0.34,514.15,3531.88,26123876,99.86,0,0,0.13,514.01,3532.02,26123877,99.78,0,0,0.17,513.98,3532.04,26123878,99.83,0,0,0.15,513.96,3532.06,26123879,99.69,0,0,0.57,515.4,3530.61,26123880,99.53,0,0,0.3,515.21,3530.82,26123881,99.81,0,0,0.16,515.15,3530.87,26123882,99.8,0,0,0.15,515.13,3530.89,26123883,99.83,0,0,0.14,515.11,3530.9,26123884,99.65,0,0,0.57,515.45,3530.55,26123885,99.56,0,0,0.3,514.24,3531.78,26123886,99.81,0,0,0.16,514.26,3531.75,26123887,99.85,0,0,0.14,514.24,3531.76,26123888,97.61,0,0,0.16,514.21,3531.79,26123889,99.62,0,0,0.54,515.76,3530.21,26123890,99.7,0,0,0.45,515.19,3530.81,26123891,99.73,0,0,0.16,515.16,3530.82,26123892,99.71,0,0,0.14,515.13,3530.85,26123893,99.76,0,0,0.14,515.12,3530.86,26123894,99.74,0,0,0.5,515.44,3530.53,26123895,99.7,0,0,0.37,515.33,3530.65,26123896,99.86,0,0,0.14,515.31,3530.67,26123897,99.82,0,0,0.19,515.16,3530.82,26123898,99.83,0,0,0.14,515.17,3530.81,26123899,99.68,0,0,0.42,515.65,3530.32,26123900,99.64,0,0,0.46,515.39,3530.6,26123901,99.79,0,0,0.16,515.37,3530.61,26123902,99.84,0,0,0.14,515.35,3530.62,26123903,99.87,0,0,0.15,515.33,3530.64,26123904,99.87,0,0,0.13,515.31,3530.65,26123905,99.53,0,0,0.7,515.68,3530.31,26123906,99.84,0,0,0.16,515.42,3530.56,26123907,99.84,0,0,0.14,515.46,3530.52,26123908,99.82,0,0,0.14,515.44,3530.53,26123909,99.79,0,0,0.15,515.42,3530.55,26123910,99.41,0,0,0.7,515.77,3530.22,26123911,99.87,0,0,0.16,515.39,3530.61,26123912,99.8,0,0,0.14,515.37,3530.63,26123913,99.77,0,0,0.18,514.89,3531.1,26123914,99.81,0,0,0.17,514.83,3531.15,26123915,99.5,0,0,0.73,516.09,3529.91,26123916,99.83,0,0,0.18,515.41,3530.59,26123917,99.77,0,0,0.14,515.5,3530.5,26123918,99.88,0,0,0.15,515.49,3530.5,26123919,99.59,0,0,0.34,515.45,3530.52,26123920,99.43,0,0,0.69,515.67,3530.31,26123921,99.75,0,0,0.15,515.18,3530.8,26123922,99.81,0,0,0.16,515.17,3530.8,26123923,99.85,0,0,0.14,515.15,3530.82,26123924,99.78,0,0,0.18,515.13,3530.85,26123925,99.54,0,0,0.73,515.53,3530.46,26123926,99.84,0,0,0.13,514.87,3531.13,26123927,99.74,0,0,0.17,514.85,3531.14,26123928,99.87,0,0,0.14,514.83,3531.16,26123929,99.81,0,0,0.16,514.81,3531.17,26123930,99.63,0,0,0.75,515.39,3530.59,26123931,99.81,0,0,0.17,515.48,3530.51,26123932,99.85,0,0,0.14,515.44,3530.54,26123933,99.83,0,0,0.17,515.42,3530.56,26123934,99.85,0,0,0.16,515.4,3530.57,26123935,99.57,0,0,0.57,515.72,3530.26,26123936,99.83,0.01,0.02,0.34,514.41,3531.57,26123937,99.85,0,0,0.14,514.42,3531.55,26123938,99.83,0,0,0.14,514.39,3531.59,26123939,99.84,0,0,0.18,514.37,3531.6,26123940,99.38,0,0,0.57,514.58,3531.41,26123941,99.69,0,0,0.28,515.58,3530.4,26123942,99.75,0,0,0.17,515.56,3530.42,26123943,99.83,0,0,0.15,515.54,3530.44,26123944,99.79,0,0,0.15,515.69,3530.28,26123945,99.51,0,0,0.55,514.92,3531.07,26123946,99.86,0,0,0.36,515.44,3530.54,26123947,99.84,0,0,0.13,515.42,3530.56,26123948,99.8,0,0,0.16,515.4,3530.57,26123949,99.65,0,0,0.39,515.64,3530.31,26123950,99.66,0,0,0.28,514.44,3531.52,26123951,99.75,0,0,0.61,515.83,3530.13,26123952,99.81,0,0,0.14,515.58,3530.38,26123953,99.8,0,0,0.16,515.56,3530.39,26123954,99.82,0,0,0.14,515.54,3530.41,26123955,99.69,0,0,0.31,514.9,3531.07,26123956,99.63,0,0,0.56,515.72,3530.24,26123957,99.83,0,0,0.2,514.96,3531,26123958,99.84,0,0,0.14,514.93,3531.02,26123959,99.85,0,0,0.15,514.91,3531.04,26123960,99.73,0.01,0.01,0.32,515.65,3530.32,26123961,99.7,0,0,0.59,516.01,3529.95,26123962,99.87,0,0,0.16,515.62,3530.33,26123963,99.83,0,0,0.14,515.61,3530.34,26123964,99.76,0,0,0.15,515.58,3530.36,26123965,99.72,0,0,0.32,514.62,3531.34,26123966,99.74,0,0,0.57,515.33,3530.62,26123967,99.89,0,0,0.14,515.3,3530.65,26123968,99.81,0,0,0.15,515.27,3530.67,26123969,99.86,0,0,0.14,515.42,3530.52,26123970,99.59,0,0,0.3,515.69,3530.27,26123971,99.65,0,0,0.54,516.41,3529.55,26123972,99.8,0,0,0.2,515.64,3530.31,26123973,99.83,0,0,0.2,515.4,3530.55,26123974,99.84,0,0,0.14,515.35,3530.59,26123975,99.61,0,0,0.3,514.87,3531.09,26123976,99.68,0,0,0.52,515.49,3530.47,26123977,99.83,0,0,0.21,515.56,3530.39,26123978,99.8,0,0,0.15,515.53,3530.41,26123979,99.67,0,0,0.32,515.04,3530.88,26123980,99.68,0,0,0.3,515.86,3530.07,26123981,99.69,0,0,0.36,516.31,3529.63,26123982,99.86,0,0,0.39,515.92,3530.01,26123983,99.87,0,0,0.17,515.9,3530.02,26123984,99.83,0,0,0.17,515.88,3530.04,26123985,99.71,0,0,0.31,515.17,3530.76,26123986,99.65,0,0,0.4,515.5,3530.43,26123987,99.75,0,0,0.37,515.84,3530.09,26123988,99.76,0,0,0.16,515.82,3530.1,26123989,99.84,0,0,0.17,515.8,3530.12,26123990,99.74,0,0,0.32,515.55,3530.38,26123991,99.85,0,0,0.17,515.69,3530.24,26123992,99.62,0,0,0.56,516.66,3529.26,26123993,99.84,0,0,0.16,515.91,3530.01,26123994,99.82,0,0,0.17,515.88,3530.03,26123995,99.8,0,0,0.32,515.64,3530.29,26123996,99.8,0,0,0.19,515.61,3530.32,26123997,99.68,0,0,0.56,516.15,3529.77,26123998,99.85,0,0,0.17,515.81,3530.1,26123999,99.84,0,0,0.17,515.78,3530.13,26124000,99.62,0,0,0.3,515.15,3530.78,26124001,99.85,0,0,0.16,515.21,3530.71,26124002,99.68,0,0,0.59,515.79,3530.13,26124003,99.79,0,0,0.2,515.66,3530.26,26124004,99.67,0,0,0.2,515.63,3530.29,26124005,99.66,0,0,0.37,514.91,3531.02,26124006,99.88,0,0,0.2,514.87,3531.05,26124007,99.64,0,0,0.62,515.46,3530.46,26124008,99.78,0,0,0.17,515.56,3530.35,26124009,99.47,0,0,0.3,515.34,3530.55,26124010,99.6,0,0,0.31,514.85,3531.05,26124011,99.78,0,0,0.18,514.78,3531.12,26124012,99.71,0,0,0.59,515.78,3530.12,26124013,99.82,0,0,0.16,515.91,3529.98,26124014,99.77,0,0,0.18,515.89,3530.03,26124015,99.62,0,0,0.32,515.27,3530.68,26124016,99.8,0,0,0.17,514.89,3531.05,26124017,99.85,0,0,0.22,515.1,3530.83,26124018,99.69,0,0,0.56,515.7,3530.23,26124019,99.85,0,0,0.16,515.32,3530.61,26124020,99.72,0,0,0.3,515.06,3530.88,26124021,99.78,0,0,0.2,515.04,3530.9,26124022,99.83,0,0,0.16,515.1,3530.83,26124023,99.71,0,0,0.63,515.29,3530.63,26124024,99.82,0,0,0.2,514.91,3531.01,26124025,99.68,0,0,0.31,515.16,3530.78,26124026,99.82,0,0,0.18,515.14,3530.79,26124027,99.85,0,0,0.18,515.12,3530.82,26124028,99.6,0,0,0.57,515.25,3530.68,26124029,99.8,0,0,0.17,514.83,3531.09,26124030,99.54,0,0,0.31,515.08,3530.86,26124031,99.81,0,0,0.18,515.05,3530.88,26124032,99.79,0,0,0.16,515.04,3530.89,26124033,99.62,0,0,0.64,515.45,3530.47,26124034,99.85,0,0,0.19,515.1,3530.81,26124035,99.58,0.01,0.02,0.36,514.13,3531.8,26124036,99.84,0,0,0.17,514.03,3531.89,26124037,99.79,0,0,0.22,514.15,3531.77,26124038,99.7,0,0,0.42,514.76,3531.16,26124039,99.56,0,0,0.46,515.14,3530.75,26124040,99.44,0,0,0.32,514.88,3531.02,26124041,99.74,0,0,0.18,514.86,3531.05,26124042,99.74,0,0,0.15,514.82,3531.08,26124043,99.54,0,0,0.46,515.39,3530.51,26124044,99.75,0,0,0.32,515.28,3530.62,26124045,99.66,0,0,0.41,515.06,3530.85,26124046,99.8,0,0,0.2,515.01,3530.9,26124047,99.69,0,0,0.19,514.99,3530.93,26124048,99.47,0,0,0.48,515.53,3530.38,26124049,99.69,0,0,0.3,515.41,3530.49,26124050,99.61,0,0,0.3,515.66,3530.27,26124051,99.72,0,0,0.17,515.64,3530.28,26124052,99.81,0,0,0.14,515.61,3530.3,26124053,99.7,0,0,0.43,516.18,3529.73,26124054,99.67,0,0,0.29,515.32,3530.59,26124055,99.57,0,0,0.3,514.61,3531.32,26124056,99.78,0,0,0.14,514.57,3531.36,26124057,99.81,0,0,0.16,514.54,3531.37,26124058,99.75,0,0,0.14,514.52,3531.39,26124059,99.64,0,0,0.55,514.72,3531.19,26124060,99.67,0,0,0.31,515.42,3530.51,26124061,99.85,0,0,0.16,515.41,3530.51,26124062,99.83,0,0,0.14,515.39,3530.52,26124063,99.83,0,0,0.15,515.37,3530.54,26124064,99.63,0,0,0.54,515.94,3529.97,26124065,99.66,0,0,0.32,514.14,3531.78,26124066,99.87,0,0,0.15,514.1,3531.82,26124067,99.83,0,0,0.16,514.07,3531.85,26124068,99.9,0,0,0.14,514.04,3531.86,26124069,94.27,0.39,0.01,261.37,528.37,3517.99,26124070,99.59,0,0,0.41,517.05,3528.82,26124071,99.87,0,0,0.14,517.04,3528.83,26124072,99.88,0,0,0.15,517.01,3528.86,26124073,99.83,0,0,0.16,516.99,3528.88,26124074,99.58,0,0,0.61,516.43,3529.46,26124075,99.68,0,0,0.32,515.31,3530.63,26124076,99.78,0,0,0.16,515.45,3530.47,26124077,99.77,0,0,0.18,515.67,3530.25,26124078,99.3,0,0,0.71,515.87,3530.05,26124079,99.72,0,0,0.55,515.9,3530.03,26124080,99.68,0,0,0.31,515.17,3530.8,26124081,99.8,0,0,0.16,515.13,3530.84,26124082,97.43,0,0,0.14,515.1,3530.86,26124083,99.76,0,0,0.17,515.08,3530.88,26124084,99.71,0,0,0.58,515.63,3530.34,26124085,99.64,0,0,0.3,515.32,3530.67,26124086,99.78,0,0,0.16,515.4,3530.59,26124087,99.75,0,0,0.14,515.49,3530.49,26124088,99.85,0,0,0.15,515.49,3530.49,26124089,99.74,0,0,0.49,515.8,3530.17,26124090,99.72,0,0,0.32,515.23,3530.77,26124091,99.83,0,0,0.14,515.19,3530.8,26124092,99.76,0,0,0.17,515.18,3530.8,26124093,99.86,0,0,0.18,514.96,3531.02,26124094,99.68,0,0,0.4,515.64,3530.33,26124095,99.77,0,0,0.45,515.64,3530.35,26124096,99.82,0,0,0.16,515.62,3530.37,26124097,99.73,0,0,0.14,515.58,3530.4,26124098,99.83,0,0,0.16,515.58,3530.4,26124099,99.54,0,0,0.31,515.7,3530.25,26124100,99.48,0,0,0.7,516.19,3529.77,26124101,99.77,0,0,0.14,515.7,3530.27,26124102,99.81,0,0,0.16,515.68,3530.28,26124103,99.85,0,0,0.15,515.65,3530.3,26124104,99.83,0,0,0.14,515.64,3530.33,26124105,99.52,0,0,0.71,515.99,3530,26124106,99.82,0,0,0.16,515.6,3530.38,26124107,99.74,0,0,0.14,515.59,3530.39,26124108,99.7,0,0,0.15,515.56,3530.41,26124109,99.78,0,0,0.15,515.56,3530.41,26124110,99.37,0,0,0.66,515.86,3530.13,26124111,99.79,0,0,0.14,515.72,3530.26,26124112,99.78,0,0,0.16,515.69,3530.29,26124113,99.81,0,0,0.14,515.69,3530.29,26124114,99.79,0,0,0.15,515.66,3530.3,26124115,99.46,0.01,0.03,0.71,515.94,3530.05,26124116,99.81,0,0,0.17,515.31,3530.67,26124117,99.8,0,0,0.14,515.39,3530.58,26124118,99.85,0,0,0.16,515.45,3530.52,26124119,99.88,0,0,0.16,515.43,3530.54,26124120,99.24,0,0,0.71,515.76,3530.22,26124121,99.78,0,0,0.16,515.4,3530.58,26124122,99.83,0,0,0.14,515.38,3530.59,26124123,99.8,0,0,0.15,515.36,3530.61,26124124,99.81,0,0,0.16,515.34,3530.63,26124125,99.47,0,0,0.56,516.18,3529.81,26124126,99.79,0,0,0.3,515.81,3530.16,26124127,99.8,0,0,0.15,515.8,3530.18,26124128,99.84,0,0,0.17,515.86,3530.11,26124129,99.73,0,0,0.3,515.95,3530,26124130,99.54,0,0,0.74,516.31,3529.66,26124131,99.85,0,0,0.14,515.93,3530.03,26124132,99.81,0,0,0.18,515.9,3530.06,26124133,99.86,0,0,0.15,515.87,3530.08,26124134,99.84,0,0,0.15,515.84,3530.12,26124135,99.57,0,0,0.52,516.56,3529.43,26124136,99.78,0,0,0.39,515.82,3530.16,26124137,99.83,0,0,0.2,515.57,3530.41,26124138,99.86,0,0,0.14,515.54,3530.43,26124139,99.88,0,0,0.16,515.64,3530.32,26124140,99.67,0,0,0.3,515.22,3530.76,26124141,99.71,0,0,0.57,516.1,3529.87,26124142,99.74,0.01,0.01,0.42,515.67,3530.3,26124143,98.24,1.98,0.1,4.98,529.01,3513.89,26124144,93.12,0.32,0.14,80.43,541.81,3491.51,26124145,97,4.99,0.07,139.45,532.34,3483.31,26124146,99.69,0,0,0.7,533.47,3483.57,26124147,99.82,0,0,0.17,533.67,3483.36,26124148,99.76,0,0,0.19,533.64,3483.39,26124149,99.8,0,0,0.19,533.61,3483.41,26124150,99.66,0,0,0.37,531.44,3485.64,26124151,99.72,0,0,0.56,531.19,3485.91,26124152,99.83,0,0,0.18,530.81,3486.29,26124153,99.79,0,0,0.2,530.6,3486.5,26124154,99.83,0,0,0.18,530.49,3486.6,26124155,99.76,0,0,0.34,531.03,3486.07,26124156,99.66,0,0,0.57,531.43,3485.67,26124157,99.85,0,0,0.19,531.15,3485.95,26124158,99.87,0,0,0.14,531.28,3485.81,26124159,99.62,0,0,0.29,531.27,3485.8,26124160,99.64,0,0,0.29,531.27,3485.81,26124161,99.65,0,0,0.56,531.75,3485.33,26124162,99.82,0,0,0.16,531.19,3485.9,26124163,99.77,0,0,0.16,531.16,3485.92,26124164,99.86,0,0,0.16,531.13,3485.96,26124165,99.68,0,0,0.3,531.04,3486.07,26124166,99.67,0,0,0.54,531.49,3485.62,26124167,99.69,0,0,0.19,530.81,3486.3,26124168,99.77,0,0,0.18,530.48,3486.63,26124169,99.78,0,0,0.17,530.45,3486.65,26124170,99.67,0,0,0.3,530.2,3486.91,26124171,99.6,0,0,0.55,530.51,3486.6,26124172,99.78,0,0,0.15,530.29,3486.82,26124173,99.88,0,0,0.14,530.28,3486.83,26124174,99.86,0,0,0.15,530.24,3486.86,26124175,99.73,0,0,0.37,530.48,3486.63,26124176,99.7,0,0,0.34,531.19,3485.91,26124177,99.82,0,0,0.39,530.43,3486.68,26124178,99.83,0,0,0.18,530.39,3486.71,26124179,99.79,0,0,0.18,530.44,3486.65,26124180,99.48,0,0,0.31,530.29,3486.82,26124181,99.8,0,0,0.14,530.22,3486.89,26124182,99.7,0,0,0.55,530.66,3486.44,26124183,99.85,0,0,0.14,530.13,3486.96,26124184,99.77,0,0,0.18,530.29,3486.81,26124185,99.64,0,0,0.32,530.32,3486.79,26124186,99.79,0,0,0.14,530.27,3486.84,26124187,99.62,0,0,0.58,530.93,3486.17,26124188,99.68,0,0,0.14,530.69,3486.41,26124189,99.43,0,0,0.28,530.46,3486.61,26124190,99.5,0,0,0.3,530.54,3486.55,26124191,99.76,0,0,0.16,530.56,3486.53,26124192,99.65,0,0.01,0.53,530.73,3486.35,26124193,99.81,0,0,0.15,530.27,3486.81,26124194,99.79,0,0,0.14,530.24,3486.84,26124195,99.57,0,0,0.32,530.24,3486.85,26124196,99.77,0,0,0.14,530.2,3486.89,26124197,99.64,0,0,0.58,530.94,3486.15,26124198,99.8,0,0,0.15,530.32,3486.75,26124199,99.77,0,0,0.14,530.29,3486.79,26124200,99.58,0,0,0.28,530.76,3486.33,26124201,99.79,0,0,0.14,530.74,3486.35,26124202,99.63,0,0,0.55,531.05,3486.03,26124203,99.78,0.01,0,0.14,530.75,3486.33,26124204,99.76,0,0,0.15,530.82,3486.26,26124205,99.69,0,0.01,0.29,530.57,3486.53,26124206,99.73,0,0,0.14,530.52,3486.57,26124207,99.59,0,0,0.43,530.91,3486.17,26124208,99.75,0,0,0.29,530.69,3486.39,26124209,99.71,0,0,0.16,530.82,3486.25,26124210,99.64,0,0,0.32,530.57,3486.52,26124211,99.71,0,0,0.13,530.54,3486.55,26124212,99.6,0.01,0.01,0.44,530.81,3486.27,26124213,99.75,0,0,0.3,530.4,3486.68,26124214,99.8,0,0,0.15,530.3,3486.77,26124215,99.58,0,0,0.3,530.28,3486.82,26124216,99.73,0,0,0.14,530.25,3486.84,26124217,99.6,0,0,0.3,530.56,3486.52,26124218,99.71,0,0,0.4,530.32,3486.76,26124219,99.54,0,0,0.29,530.84,3486.21,26124220,99.6,0,0,0.29,530.83,3486.24,26124221,99.76,0,0,0.16,530.8,3486.26,26124222,99.67,0,0,0.14,530.77,3486.29,26124223,99.58,0,0,0.57,531.38,3485.67,26124224,99.77,0,0,0.16,530.95,3486.1,26124225,99.55,0,0,0.32,530.81,3486.26,26124226,99.8,0,0,0.17,530.89,3486.18,26124227,99.69,0,0,0.18,530.85,3486.21,26124228,99.54,0,0,0.56,531.17,3485.88,26124229,99.69,0,0,0.17,530.77,3486.27,26124230,99.59,0,0,0.3,531,3486.06,26124231,99.79,0,0,0.18,530.97,3486.09,26124232,99.72,0,0,0.16,531.09,3485.96,26124233,99.67,0,0,0.59,531.27,3485.79,26124234,99.78,0,0,0.17,530.81,3486.25,26124235,99.66,0,0.02,0.33,530.94,3486.13,26124236,99.76,0,0.01,0.18,530.95,3486.1,26124237,99.75,0,0,0.17,531.04,3486.01,26124238,99.62,0,0,0.4,531.51,3485.54,26124239,99.78,0,0,0.31,530.55,3486.49,26124240,99.47,0,0,0.31,529.83,3487.23,26124241,99.73,0,0,0.19,529.77,3487.29,26124242,99.72,0,0,0.2,529.73,3487.32,26124243,99.66,0,0,0.6,530.44,3486.61,26124244,99.75,0,0,0.17,530.8,3486.24,26124245,99.62,0,0,0.32,531.02,3486.04,26124246,99.69,0,0,0.17,530.99,3486.06,26124247,99.78,0,0,0.16,530.96,3486.09,26124248,99.64,0,0,0.59,531.13,3485.91,26124249,99.62,0,0,0.3,531.03,3485.99,26124250,99.54,0,0,0.31,531.02,3486.01,26124251,99.77,0,0,0.2,530.98,3486.05,26124252,99.72,0.01,0.01,0.17,530.94,3486.09,26124253,99.53,0,0,0.86,531.26,3485.77,26124254,99.61,0,0,0.16,530.54,3486.5,26124255,99.48,0,0,0.37,531.01,3486.06,26124256,99.66,0,0,0.19,530.98,3486.08,26124257,99.62,0,0,0.22,530.94,3486.13,26124258,99.64,0,0,0.18,530.96,3486.1,26124259,99.56,0,0,0.71,530.81,3486.25,26124260,99.64,0,0,0.3,530.3,3486.78,26124261,99.77,0,0,0.16,530.25,3486.82,26124262,99.72,0,0,0.14,530.21,3486.85,26124263,99.71,0.01,0.01,0.16,530.3,3486.77,26124264,98.89,0,0,0.55,531.27,3485.79,26124265,99.6,0.01,0.01,0.33,531.27,3485.8,26124266,99.8,0,0,0.15,531.23,3485.84,26124267,99.78,0,0,0.18,531.19,3485.87,26124268,99.77,0,0,0.16,531.3,3485.76,26124269,99.67,0,0,0.55,531.66,3485.4,26124270,99.58,0,0,0.3,530.34,3486.74,26124271,99.8,0,0,0.14,530.25,3486.82,26124272,99.76,0,0,0.15,530.22,3486.85,26124273,99.76,0,0,0.32,527.74,3489.49,26124274,99.59,0,0,0.56,516.96,3500.58,26124275,99.58,0,0,0.33,516.26,3501.31,26124276,99.82,0,0,0.16,516.26,3501.31,26124277,99.8,0,0,0.14,516.22,3501.35,26124278,99.81,0,0,0.15,516.2,3501.36,26124279,99.5,0,0,0.6,516.65,3500.89,26124280,99.69,0,0,0.38,515.94,3501.62,26124281,99.8,0,0,0.17,515.92,3501.63,26124282,99.82,0,0,0.18,516.03,3501.51,26124283,99.78,0,0,0.16,516.04,3501.5,26124284,99.67,0,0,0.58,516.38,3501.16,26124285,99.69,0,0,0.32,516.03,3501.53,26124286,99.79,0,0,0.15,516,3501.55,26124287,99.78,0,0,0.19,515.97,3501.58,26124288,99.75,0,0,0.14,515.95,3501.59,26124289,99.62,0,0,0.55,516.21,3501.33,26124290,99.62,0,0,0.33,516.17,3501.38,26124291,99.79,0,0,0.16,516.15,3501.4,26124292,99.78,0,0,0.14,516.24,3501.3,26124293,99.79,0,0,0.16,516.3,3501.24,26124294,99.6,0,0,0.46,516.91,3500.63,26124295,99.66,0,0,0.44,516.28,3501.27,26124296,99.81,0,0,0.14,516.26,3501.29,26124297,99.79,0,0,0.16,516.23,3501.31,26124298,99.77,0,0,0.14,516.22,3501.32,26124299,99.74,0,0,0.15,516.2,3501.33,26124300,99.08,0,0,0.71,516.63,3500.92,26124301,99.55,0,0,0.14,516.17,3501.37,26124302,99.73,0,0,0.16,516.15,3501.39,26124303,99.78,0,0,0.2,516.23,3501.3,26124304,99.71,0,0,0.15,516.27,3501.25,26124305,99.37,0,0,0.74,516.12,3501.42,26124306,99.76,0,0,0.17,516,3501.53,26124307,99.74,0.03,1.04,0.21,515.99,3501.54,26124308,99.59,0.04,2.81,0.61,516.12,3501.38,26124309,99.55,0,0,0.27,515.19,3502.28,26124310,99.48,0,0,0.72,516.49,3501,26124311,99.8,0,0,0.17,516.44,3501.05,26124312,99.76,0,0,0.14,516.52,3500.96,26124313,99.75,0,0,0.16,516.49,3500.99,26124314,99.8,0,0,0.15,516.48,3501,26124315,99.56,0,0,0.65,516.9,3500.61,26124316,99.75,0,0,0.2,516.2,3501.31,26124317,99.78,0,0,0.21,516.18,3501.32,26124318,99.76,0,0,0.14,516.17,3501.33,26124319,99.77,0,0,0.16,516.14,3501.36,26124320,99.57,0,0,0.66,516.24,3501.27,26124321,99.76,0,0,0.2,515.14,3502.37,26124322,99.8,0,0,0.15,515.21,3502.29,26124323,99.76,0,0,0.15,515.28,3502.21,26124324,99.32,0,0,0.14,515.25,3502.24,26124325,99.44,0,0,0.66,515.49,3502.02,26124326,99.79,0,0,0.22,514.98,3502.52,26124327,99.78,0,0,0.14,514.96,3502.54,26124328,99.77,0,0,0.16,514.93,3502.56,26124329,99.67,0,0,0.16,514.91,3502.59,26124330,99.42,0,0,0.59,515.77,3501.74,26124331,99.78,0,0,0.3,515.38,3502.13,26124332,99.73,0,0,0.16,515.36,3502.14,26124333,99.75,0,0,0.16,515.22,3502.28,26124334,99.81,0,0,0.17,515.01,3502.48,26124335,99.51,0,0,0.48,515.77,3501.74,26124336,99.81,0,0,0.4,515.48,3502.02,26124337,99.8,0,0,0.18,515.47,3502.03,26124338,99.8,0,0,0.17,515.44,3502.05,26124339,99.45,0,0,0.31,514.96,3502.51,26124340,99.47,0,0,0.34,515.4,3502.09,26124341,99.61,0,0,0.55,515.75,3501.73,26124342,99.75,0,0,0.15,515.37,3502.1,26124343,99.77,0,0,0.16,515.35,3502.12,26124344,99.66,0,0,0.14,515.49,3501.98,26124345,99.54,0,0,0.34,515.51,3501.97,26124346,99.56,0,0,0.55,515.85,3501.63,26124347,99.73,0,0,0.14,515.46,3502.01,26124348,99.76,0,0,0.15,515.44,3502.03,26124349,99.77,0,0,0.14,515.42,3502.04,26124350,99.62,0,0,0.29,515.42,3502.05,26124351,99.62,0,0,0.56,515.93,3501.54,26124352,99.77,0,0,0.18,515.62,3501.84,26124353,99.74,0,0,0.18,515.61,3501.86,26124354,99.78,0,0,0.21,515.58,3501.87,26124355,99.64,0,0,0.39,515.46,3502.02,26124356,99.64,0,0,0.57,516.15,3501.32,26124357,99.77,0,0,0.16,515.73,3501.73,26124358,99.72,0,0,0.14,515.7,3501.76,26124359,99.78,0,0,0.14,515.68,3501.77,26124360,99.49,0,0,0.31,514.71,3502.76,26124361,99.58,0,0,0.58,515.12,3502.35,26124362,99.76,0,0,0.18,514.88,3502.58,26124363,99.81,0,0,0.18,514.86,3502.59,26124364,99.7,0,0,0.19,514.83,3502.62,26124365,99.6,0,0,0.32,514.95,3502.52,26124366,99.66,0,0,0.48,515.44,3502.02,26124367,99.81,0,0,0.23,515.24,3502.22,26124368,99.79,0,0,0.18,515.2,3502.25,26124369,99.51,0,0,0.32,515.73,3501.7,26124370,99.55,0,0,0.37,515.73,3501.72,26124371,99.69,0,0,0.5,516.02,3501.43,26124372,98.54,0,0,0.19,515.63,3501.81,26124373,99.71,0,0,0.15,515.63,3501.81,26124374,99.79,0,0,0.14,515.61,3501.84,26124375,99.65,0,0,0.34,515.37,3502.09,26124376,99.74,0,0,0.36,515.9,3501.57,26124377,99.81,0,0,0.43,515.57,3501.89,26124378,99.83,0,0,0.14,515.68,3501.77,26124379,99.87,0,0,0.14,515.75,3501.7,26124380,99.7,0,0,0.31,515.28,3502.18,26124381,99.52,0.03,0.08,0.24,520.69,3496.63,26124382,99.64,0.01,0.01,0.57,526.54,3490.7,26124383,99.87,0,0,0.19,526.53,3490.7,26124384,99.81,0,0.02,0.18,526.47,3490.75,26124385,99.09,0,0,0.33,526.23,3491.01,26124386,99.84,0,0,0.14,526.19,3491.04,26124387,99.69,0,0,0.56,526.84,3490.4,26124388,99.78,0,0,0.15,526.57,3490.66,26124389,99.69,0,0,0.18,526.53,3490.69,26124390,99.56,0,0,0.37,524.82,3492.42,26124391,99.71,0,0,0.13,524.76,3492.47,26124392,99.66,0,0,0.58,526.28,3490.95,26124393,99.8,0,0,0.2,526.28,3490.94,26124394,99.83,0,0,0.15,526.29,3490.93,26124395,99.61,0,0,0.29,527.05,3490.19,26124396,99.86,0,0,0.17,527.02,3490.21,26124397,99.68,0,0,0.6,527.49,3489.74,26124398,99.85,0,0,0.14,526.71,3490.51,26124399,99.62,0,0,0.28,526.96,3490.24,26124400,99.57,0,0,0.32,526.93,3490.29,26124401,99.8,0,0,0.14,527.05,3490.16,26124402,99.65,0,0,0.56,527.31,3489.9,26124403,99.84,0,0,0.15,526.77,3490.43,26124404,99.82,0,0,0.2,526.72,3490.47,26124405,99.61,0,0,0.33,526.71,3490.5,26124406,99.83,0,0,0.14,526.69,3490.52,26124407,99.65,0,0,0.41,527.08,3490.12,26124408,99.79,0,0,0.28,526.81,3490.39,26124409,99.71,0,0.02,0.17,526.75,3490.44,26124410,99.68,0,0,0.34,526.74,3490.48,26124411,99.89,0,0,0.12,526.7,3490.51,26124412,99.72,0,0,0.42,527.03,3490.18,26124413,99.81,0,0,0.29,526.73,3490.47,26124414,99.81,0,0,0.15,526.82,3490.38,26124415,99.68,0,0,0.36,526.81,3490.41,26124416,99.8,0,0,0.12,526.78,3490.44,26124417,99.68,0,0,0.17,527.02,3490.19,26124418,99.73,0,0,0.55,527.06,3490.14,26124419,99.83,0,0,0.15,526.68,3490.52,26124420,99.52,0,0,0.32,526.82,3490.39,26124421,99.81,0,0,0.16,526.82,3490.39,26124422,99.78,0,0,0.14,526.78,3490.42,26124423,99.62,0,0,0.54,527.3,3489.9,26124424,99.76,0,0,0.16,526.96,3490.24,26124425,99.63,0,0,0.34,526.22,3490.99,26124426,99.82,0,0,0.18,526.27,3490.93,26124427,99.76,0,0,0.15,526.32,3490.88,26124428,99.62,0,0,0.54,526.64,3490.57,26124429,99.68,0,0,0.27,526.75,3490.43,26124430,99.69,0,0,0.32,526.75,3490.44,26124431,99.77,0,0,0.14,526.7,3490.49,26124432,99.75,0.01,0.01,0.16,526.73,3490.45,26124433,96.08,0.04,0.01,142.81,540.05,3478.66,26124434,99.83,0,0,0.32,528.82,3488.26,26124435,99.61,0,0,0.36,528.98,3488.12,26124436,99.83,0,0,0.13,528.96,3488.14,26124437,99.84,0,0,0.21,528.92,3488.16,26124438,99.7,0,0,0.59,528.01,3489.09,26124439,99.86,0,0,0.16,526.44,3490.67,26124440,99.64,0,0,0.3,525.24,3491.89,26124441,99.88,0.01,0.01,0.16,525.36,3491.77,26124442,99.88,0,0,0.14,525.55,3491.57,26124443,99.73,0,0,0.44,526.72,3490.41,26124444,99.89,0,0,0.29,526.97,3490.16,26124445,99.78,0,0,0.3,526.72,3490.43,26124446,99.85,0,0,0.16,526.69,3490.46,26124447,99.86,0,0,0.14,526.66,3490.48,26124448,99.74,0,0,0.57,527.16,3489.98,26124449,99.82,0,0,0.17,526.77,3490.37,26124450,99.71,0,0,0.38,526.53,3490.62,26124451,99.9,0,0,0.18,526.5,3490.65,26124452,99.87,0,0,0.16,526.46,3490.68,26124453,99.8,0,0.01,0.21,526.31,3490.82,26124454,99.74,0,0,0.57,526.98,3490.19,26124455,99.8,0,0,0.39,526.8,3490.38,26124456,99.84,0.01,0.03,0.24,526.73,3490.44,26124457,99.9,0,0,0.14,526.69,3490.48,26124458,99.8,0,0,0.15,526.66,3490.51,26124459,99.62,0,0,0.69,527.58,3489.56,26124460,99.74,0,0,0.31,527.29,3489.87,26124461,99.83,0,0,0.16,527.26,3489.9,26124462,99.76,0,0,0.14,527.24,3489.91,26124463,99.85,0,0,0.14,527.2,3489.94,26124464,99.74,0,0,0.55,527.93,3489.23,26124465,99.77,0,0,0.33,526.92,3490.26,26124466,99.83,0,0,0.13,526.97,3490.2,26124467,99.76,0,0,0.16,527.04,3490.13,26124468,99.81,0,0,0.14,527.01,3490.16,26124469,99.67,0,0,0.55,527.48,3489.68,26124470,99.69,0,0,0.35,527.2,3489.97,26124471,99.85,0,0,0.2,527.16,3490.01,26124472,99.85,0,0,0.16,527.13,3490.04,26124473,99.86,0,0,0.14,527.28,3489.88,26124474,99.71,0,0,0.55,527.82,3489.34,26124475,99.67,0,0,0.3,527.5,3489.68,26124476,99.84,0,0,0.14,526.98,3490.19,26124477,99.86,0,0,0.16,526.44,3490.73,26124478,99.79,0,0,0.14,526.4,3490.76,26124479,99.71,0,0,0.55,526.69,3490.46,26124480,99.37,0,0,0.34,525.13,3492.04,26124481,99.8,0,0,0.18,525.03,3492.14,26124482,99.85,0,0,0.17,525,3492.17,26124483,99.78,0,0,0.16,525.04,3492.13,26124484,99.59,0,0,0.6,525.98,3491.18,26124485,99.72,0,0,0.35,525.7,3491.48,26124486,99.87,0,0,0.16,525.73,3491.44,26124487,99.87,0,0,0.16,525.79,3491.38,26124488,99.88,0,0,0.19,525.76,3491.41,26124489,99.61,0,0,0.55,526.91,3490.23,26124490,99.7,0,0,0.45,526.45,3490.7,26124491,99.84,0,0,0.17,526.42,3490.73,26124492,99.77,0.01,0.01,0.14,526.45,3490.69,26124493,99.67,0,0,0.15,526.52,3490.62,26124494,99.63,0,0,0.15,526.49,3490.65,26124495,99.21,0,0,0.74,525.61,3491.55,26124496,99.73,0,0,0.14,525.22,3491.93,26124497,99.78,0,0,0.19,525.19,3491.96,26124498,99.78,0,0,0.16,525.15,3491.99,26124499,99.86,0,0,0.17,525.21,3491.92,26124500,99.49,0,0,0.75,526.72,3490.44,26124501,99.76,0.01,0.01,0.15,526.53,3490.62,26124502,99.73,0,0,0.16,526.48,3490.67,26124503,99.75,0,0,0.15,526.45,3490.7,26124504,99.86,0,0,0.15,526.42,3490.71,26124505,99.54,0,0,0.72,526.56,3490.59,26124506,99.88,0,0,0.16,526.54,3490.61,26124507,99.88,0,0,0.13,526.53,3490.62,26124508,99.82,0,0,0.16,526.5,3490.64,26124509,99.85,0,0,0.14,526.47,3490.67,26124510,99.53,0,0,0.76,526.96,3490.2,26124511,99.87,0,0,0.14,526.92,3490.23,26124512,99.84,0,0,0.14,526.89,3490.25,26124513,99.87,0,0,0.19,526.8,3490.34,26124514,99.78,0,0,0.14,526.52,3490.62,26124515,99.34,0,0,0.75,526.59,3490.56,26124516,99.78,0,0,0.17,526.47,3490.68,26124517,99.83,0,0,0.16,526.43,3490.71,26124518,99.83,0,0,0.16,526.4,3490.74,26124519,99.67,0,0,0.27,526.53,3490.58,26124520,99.58,0,0,0.66,526.93,3490.2,26124521,99.83,0,0,0.22,526.55,3490.58,26124522,99.83,0,0,0.17,526.51,3490.62,26124523,99.45,0,0,0.54,526.72,3490.39,26124524,99.78,0,0,0.15,526.93,3490.2,26124525,99.51,0.01,0.01,0.62,527.16,3489.99,26124526,99.78,0,0,0.31,526.77,3490.37,26124527,99.78,0,0,0.14,526.74,3490.4,26124528,99.78,0,0,0.16,526.7,3490.45,26124529,99.8,0,0.01,0.15,526.73,3490.44,26124530,99.5,0,0,0.54,527.57,3489.61,26124531,99.79,0,0,0.34,526.54,3490.64,26124532,99.77,0,0,0.16,526.5,3490.68,26124533,99.8,0,0,0.14,526.46,3490.71,26124534,99.81,0,0,0.16,526.43,3490.74,26124535,99.72,0,0,0.36,526.79,3490.39,26124536,99.64,0,0.01,0.56,527.39,3489.79,26124537,99.85,0,0,0.15,527.01,3490.17,26124538,99.82,0,0,0.16,526.97,3490.2,26124539,99.83,0,0,0.15,526.93,3490.24,26124540,99.44,0,0,0.31,526.79,3490.4,26124541,99.66,0,0,0.58,527.19,3489.99,26124542,99.81,0,0,0.14,526.8,3490.37,26124543,99.84,0,0,0.15,526.77,3490.41,26124544,99.76,0,0,0.15,526.73,3490.43,26124545,99.63,0,0,0.31,526.79,3490.4,26124546,99.68,0,0,0.55,527.3,3489.88,26124547,99.83,0,0,0.16,527.08,3490.1,26124548,99.71,0,0,0.14,527.04,3490.13,26124549,99.76,0,0,0.28,527,3490.15,26124550,99.6,0,0,0.31,526.27,3490.9,26124551,99.6,0,0,0.55,527.21,3489.95,26124552,99.76,0.01,0.01,0.17,527.06,3490.1,26124553,99.83,0,0,0.15,527.03,3490.12,26124554,99.43,0,0,0.18,527,3490.15,26124555,99.7,0,0,0.37,526.74,3490.42,26124556,99.54,0,0,0.56,527.14,3490.01,26124557,99.79,0,0,0.2,526.99,3490.17,26124558,99.71,0,0,0.17,527.05,3490.1,26124559,99.77,0,0,0.18,527.01,3490.13,26124560,99.7,0,0,0.32,526.99,3490.17,26124561,99.67,0.01,0.01,0.57,527.1,3490.06,26124562,99.88,0,0,0.15,526.42,3490.73,26124563,99.88,0,0,0.14,526.55,3490.6,26124564,99.77,0,0,0.17,526.53,3490.61,26124565,99.66,0,0,0.32,526.04,3491.12,26124566,99.66,0,0,0.59,526.58,3490.57,26124567,99.88,0,0,0.17,525.7,3491.45,26124568,99.81,0,0,0.17,525.73,3491.42,26124569,99.86,0,0,0.17,525.81,3491.33,26124570,99.66,0,0,0.32,527.02,3490.14,26124571,99.75,0,0,0.31,527.32,3489.83,26124572,99.46,0,0,0.39,525.74,3491.41,26124573,99.86,0,0,0.17,526,3491.15,26124574,99.84,0,0,0.15,526.42,3490.72,26124575,99.66,0,0,0.33,525.94,3491.23,26124576,99.68,0,0,0.31,526.45,3490.71,26124577,99.79,0,0,0.38,527.02,3490.13,26124578,99.85,0,0,0.16,527,3490.15,26124579,99.66,0,0,0.28,526.48,3490.65,26124580,99.64,0,0,0.31,526.95,3490.19,26124581,99.88,0,0,0.16,526.91,3490.22,26124582,99.67,0,0,0.55,527.96,3489.17,26124583,99.78,0,0,0.14,527.31,3489.82,26124584,99.85,0,0,0.16,527.28,3489.86,26124585,99.7,0,0,0.33,526.08,3491.08,26124586,99.81,0,0,0.14,526.01,3491.14,26124587,99.68,0,0,0.57,527.3,3489.87,26124588,99.8,0,0,0.15,527.18,3489.99,26124589,99.82,0,0,0.14,527.3,3489.86,26124590,99.64,0,0,0.31,526.61,3490.57,26124591,99.8,0,0,0.16,526.54,3490.63,26124592,99.71,0,0,0.55,527.21,3489.96,26124593,99.85,0,0,0.15,526.97,3490.2,26124594,99.83,0,0,0.15,526.93,3490.23,26124595,99.72,0,0,0.32,527.25,3489.93,26124596,99.86,0,0,0.16,527.32,3489.85,26124597,99.7,0,0,0.54,527.23,3489.94,26124598,99.9,0,0,0.17,526.51,3490.65,26124599,99.89,0,0,0.14,526.47,3490.68,26124600,99.64,0,0,0.35,527.18,3489.99,26124601,99.82,0,0,0.14,527.2,3489.97,26124602,99.7,0,0,0.42,527.52,3489.64,26124603,99.75,0,0,0.31,526.3,3490.86,26124604,99.79,0,0,0.16,526.27,3490.88,26124605,99.78,0,0,0.32,527.23,3489.94,26124606,99.85,0,0,0.14,527.21,3489.96,26124607,99.54,0,0,0.57,527.44,3489.72,26124608,99.86,0,0,0.16,526.74,3490.42,26124609,99.64,0,0.01,0.33,527.02,3490.11,26124610,99.75,0,0,0.34,526.5,3490.65,26124611,99.9,0,0,0.16,526.46,3490.69,26124612,99.73,0.01,0.01,0.41,526.91,3490.23,26124613,99.79,0,0,0.29,527.13,3490,26124614,99,0,0,0.14,527.26,3489.87,26124615,99.68,0,0,0.34,527.29,3489.85,26124616,99.83,0,0,0.14,527.25,3489.9,26124617,99.72,0,0,0.39,527.57,3489.57,26124618,99.83,0,0,0.42,527.19,3489.95,26124619,99.8,0,0,0.14,527.16,3489.97,26124620,99.74,0,0,0.35,526.99,3490.16,26124621,99.76,0.01,0.01,0.16,527.03,3490.11,26124622,99.87,0,0,0.17,527.01,3490.13,26124623,99.71,0,0,0.55,527.58,3489.56,26124624,99.78,0,0,0.16,526.94,3490.19,26124625,99.7,0,0,0.32,526.22,3490.92,26124626,99.86,0,0,0.15,526.16,3490.98,26124627,99.88,0,0,0.16,526.23,3490.91,26124628,99.72,0,0,0.63,527,3490.13,26124629,99.85,0,0,0.17,526.55,3490.57,26124630,99.65,0,0,0.34,525.79,3491.35,26124631,99.86,0,0,0.15,525.74,3491.4,26124632,99.78,0,0,0.16,525.71,3491.43,26124633,99.66,0,0,0.57,526.28,3490.85,26124634,99.8,0,0,0.16,526,3491.12,26124635,99.76,0,0,0.31,526.07,3491.07,26124636,99.8,0,0,0.16,526.03,3491.1,26124637,99.87,0,0,0.14,526,3491.13,26124638,99.71,0,0,0.54,526.92,3490.2,26124639,99.75,0,0,0.35,526.66,3490.44,26124640,99.75,0,0,0.31,526.91,3490.21,26124641,99.8,0,0,0.14,527.04,3490.07,26124642,99.81,0,0,0.16,527.03,3490.08,26124643,99.73,0,0,0.4,527.42,3489.68,26124644,99.85,0,0,0.29,526.72,3490.38,26124645,99.71,0,0,0.38,526.47,3490.64,26124646,99.83,0,0,0.14,526.43,3490.68,26124647,99.8,0.01,0.01,0.18,526.49,3490.62,26124648,99.65,0,0,0.5,526.92,3490.18,26124649,99.86,0,0,0.21,526.74,3490.35,26124650,99.7,0,0,0.32,525.53,3491.59,26124651,99.82,0,0,0.14,525.47,3491.64,26124652,99.83,0,0,0.18,525.44,3491.67,26124653,99.73,0,0,0.52,525.87,3491.23,26124654,99.85,0,0,0.21,526.27,3490.82,26124655,99.68,0.01,0.01,0.33,526.73,3490.38,26124656,99.84,0,0,0.15,526.64,3490.47,26124657,99.88,0,0,0.14,526.72,3490.39,26124658,99.83,0,0,0.15,526.51,3490.59,26124659,99.7,0,0,0.57,527.14,3489.95,26124660,99.41,0,0.01,0.33,526.46,3490.65,26124661,99.71,0,0.01,0.18,526.39,3490.71,26124662,99.71,0,0,0.17,526.52,3490.58,26124663,99.84,0,0,0.14,526.51,3490.59,26124664,99.67,0,0,0.59,526.43,3490.66,26124665,99.66,0,0,0.35,525.73,3491.37,26124666,99.8,0,0,0.14,525.7,3491.41,26124667,99.83,0,0,0.15,525.65,3491.46,26124668,99.87,0,0,0.15,525.72,3491.39,26124669,99.49,0,0,0.68,527.19,3489.9,26124670,99.74,0,0,0.31,527.03,3490.08,26124671,99.87,0,0,0.16,526.99,3490.11,26124672,99.85,0.01,0.01,0.14,526.96,3490.14,26124673,99.8,0,0,0.17,526.9,3490.19,26124674,99.71,0,0,0.56,527.15,3489.97,26124675,99.69,0,0,0.36,526.81,3490.34,26124676,99.83,0,0,0.17,526.78,3490.37,26124677,99.87,0,0,0.21,526.75,3490.4,26124678,99.85,0,0,0.16,526.71,3490.43,26124679,99.75,0,0,0.48,527.45,3489.68,26124680,99.67,0,0,0.4,526.42,3490.72,26124681,99.87,0.01,0.01,0.18,526.47,3490.67,26124682,99.89,0,0,0.14,526.52,3490.62,26124683,99.91,0,0,0.16,526.5,3490.64,26124684,99.72,0,0,0.57,526.82,3490.31,26124685,99.77,0,0,0.32,526.94,3490.21,26124686,99.88,0,0,0.16,526.91,3490.24,26124687,99.88,0,0.02,0.18,526.97,3490.17,26124688,99.81,0,0,0.15,527.01,3490.13,26124689,99.76,0,0,0.55,527.33,3489.8,26124690,99.68,0,0,0.34,526.78,3490.36,26124691,99.85,0,0.01,0.19,526.67,3490.47,26124692,99.86,0,0,0.14,526.7,3490.44,26124693,99.83,0,0,0.18,526.7,3490.43,26124694,99.74,0,0,0.43,526.91,3490.22,26124695,99.71,0,0,0.46,527.21,3489.93,26124696,99.89,0,0,0.16,527.19,3489.95,26124697,99.89,0,0,0.15,527.16,3489.97,26124698,99.82,0,0,0.16,527.13,3490,26124699,99.67,0,0,0.27,526.93,3490.18,26124700,99.45,0,0,0.74,527.78,3489.35,26124701,99.82,0,0,0.14,526.99,3490.14,26124702,99.83,0,0,0.16,526.96,3490.16,26124703,99.86,0,0,0.16,526.92,3490.19,26124704,99.89,0,0,0.14,526.89,3490.23,26124705,99.66,0,0,0.81,527.38,3489.77,26124706,99.84,0,0,0.15,526.69,3490.45,26124707,99.85,0,0,0.14,526.76,3490.37,26124708,99.83,0,0,0.18,526.73,3490.4,26124709,99.81,0,0,0.17,526.69,3490.43,26124710,99.6,0,0,0.74,527.32,3489.81,26124711,99.83,0,0,0.18,527.13,3489.99,26124712,99.87,0,0,0.16,527.1,3490.02,26124713,99.88,0,0,0.14,527.16,3489.95,26124714,99.92,0,0,0.14,527.26,3489.85,26124715,99.67,0,0,0.68,527.61,3489.52,26124716,99.87,0,0,0.2,527.21,3489.91,26124717,99.89,0,0,0.13,527.18,3489.94,26124718,99.87,0.01,0.01,0.17,527.13,3489.99,26124719,99.89,0,0,0.14,527.19,3489.92,26124720,99.42,0,0,0.57,527.6,3489.53,26124721,99.82,0,0,0.31,527.22,3489.9,26124722,99.85,0,0,0.15,527.19,3489.93,26124723,99.8,0,0,0.14,527.16,3489.96,26124724,99.83,0,0,0.15,527.12,3489.99,26124725,99.59,0,0,0.76,527.05,3490.07,26124726,99.86,0,0,0.17,527.24,3489.88,26124727,99.83,0,0,0.14,527.24,3489.88,26124728,99.84,0,0,0.18,527.2,3489.91,26124729,99.62,0,0,0.27,527.44,3489.65,26124730,99.54,0,0,0.61,527.04,3490.06,26124731,99.83,0,0,0.29,526.87,3490.22,26124732,99.81,0,0.01,0.16,526.91,3490.18,26124733,99.76,0,0,0.14,526.99,3490.1,26124734,99.76,0,0,0.15,526.96,3490.13,26124735,99.65,0,0,0.33,526.96,3490.14,26124736,98.77,0,0,0.55,527.5,3489.59,26124737,99.82,0,0,0.19,527.13,3489.96,26124738,99.87,0,0,0.14,527.1,3489.99,26124739,99.87,0,0,0.14,527.17,3489.91,26124740,99.71,0,0,0.32,526.29,3490.81,26124741,99.62,0.01,0.01,0.58,526.79,3490.31,26124742,99.76,0,0,0.17,526.43,3490.66,26124743,99.76,0,0,0.14,526.4,3490.69,26124744,99.81,0,0,0.14,526.37,3490.72,26124745,99.72,0,0,0.32,527.08,3490.02,26124746,99.74,0,0,0.59,527.87,3489.22,26124747,99.8,0,0,0.15,527.21,3489.88,26124748,99.86,0,0,0.15,527.17,3489.91,26124749,99.8,0,0,0.14,527.14,3489.94,26124750,99.75,0,0,0.3,527.37,3489.73,26124751,99.7,0,0,0.55,527.56,3489.54,26124752,99.84,0,0,0.16,527.15,3489.95,26124753,99.8,0,0,0.19,527.11,3489.98,26124754,99.79,0,0,0.15,526.7,3490.39,26124755,99.64,0,0,0.32,526.68,3490.42,26124756,99.62,0,0,0.55,527.14,3489.95,26124757,99.81,0,0,0.16,526.86,3490.22,26124758,99.85,0,0,0.14,526.83,3490.25,26124759,99.7,0,0,0.29,526.91,3490.15,26124760,99.74,0,0,0.33,527.24,3489.84,26124761,99.66,0,0,0.5,527.67,3489.4,26124762,99.76,0,0,0.19,527.44,3489.63,26124763,99.74,0,0,0.16,527.4,3489.66,26124764,99.78,0,0,0.14,527.37,3489.69,26124765,99.55,0,0,0.34,527.11,3489.97,26124766,99.59,0,0,0.54,527.58,3489.49,26124767,99.73,0,0,0.19,526.49,3490.57,26124768,99.71,0,0,0.15,526.46,3490.6,26124769,99.78,0,0,0.16,526.42,3490.63,26124770,99.49,0,0,0.3,526.21,3490.86,26124771,99.62,0,0,0.3,526.55,3490.52,26124772,99.75,0,0,0.39,527.33,3489.73,26124773,99.68,0,0,0.14,527.46,3489.6,26124774,99.77,0,0,0.14,527.45,3489.6,26124775,99.59,0,0,0.38,526.25,3490.81,26124776,99.7,0,0,0.16,526.18,3490.88,26124777,99.59,0,0,0.55,527.16,3489.9,26124778,99.73,0,0,0.15,526.85,3490.2,26124779,99.78,0,0,0.19,527.05,3490,26124780,98.67,0,0,10.38,526.75,3490.56,26124781,99.74,0,0,0.14,526.62,3490.73,26124782,99.59,0,0,0.58,526.93,3490.4,26124783,99.78,0,0,0.14,526.55,3490.78,26124784,99.76,0,0,0.13,526.51,3490.81,26124785,99.55,0,0,0.32,526.75,3490.62,26124786,99.79,0,0,0.16,526.72,3490.66,26124787,99.61,0,0,0.55,527.52,3489.85,26124788,99.77,0,0,0.15,526.84,3490.53,26124789,99.59,0,0,0.27,526.82,3490.53,26124790,99.67,0,0,0.31,526.56,3490.81,26124791,99.83,0,0,0.16,526.53,3490.84,26124792,99.65,0.01,0.01,0.53,526.85,3490.51,26124793,99.8,0,0,0.16,526.54,3490.81,26124794,99.82,0,0,0.15,526.61,3490.74,26124795,99.71,0,0,0.33,526.85,3490.52,26124796,99.78,0,0.01,0.19,526.82,3490.56,26124797,94.94,0.3,0.01,78.85,540.87,3475.99,26124798,99.61,0,0,181.64,529.1,3488.04,26124799,99.78,0,0,0.16,529.17,3487.96,26124800,99.6,0,0,0.31,529.24,3487.91,26124801,99.71,0.01,0.01,0.17,529.19,3487.96,26124802,99.65,0,0,0.58,528.65,3488.51,26124803,99.8,0,0,0.14,526.71,3490.48,26124804,99.73,0,0,0.16,526.67,3490.51,26124805,99.6,0,0,0.33,525.85,3491.35,26124806,99.75,0,0,0.13,525.83,3491.37,26124807,99.63,0,0,0.4,526.48,3490.71,26124808,99.41,0,0,0.29,526.49,3490.7,26124809,99.78,0,0,0.15,526.47,3490.72,26124810,99.56,0,0,0.31,525.75,3491.46,26124811,99.74,0,0,0.16,525.68,3491.52,26124812,99.62,0,0,0.3,526.17,3491.02,26124813,99.74,0,0,0.4,526.98,3490.22,26124814,99.71,0,0,0.16,526.74,3490.44,26124815,99.73,0,0,0.34,526.97,3490.23,26124816,99.78,0,0,0.16,526.94,3490.25,26124817,99.67,0,0,0.3,527.25,3489.94,26124818,99.74,0,0,0.36,526.71,3490.49,26124819,99.72,0,0,0.27,527.03,3490.17,26124820,99.65,0,0,0.3,526.78,3490.43,26124821,99.77,0,0,0.16,526.74,3490.47,26124822,99.66,0,0,0.14,526.7,3490.5,26124823,99.64,0,0,0.52,527.57,3489.63,26124824,99.71,0,0,0.15,526.88,3490.33,26124825,99.53,0,0,0.32,527.07,3490.17,26124826,99.78,0,0,0.14,527.06,3490.17,26124827,99.74,0,0,0.16,527.03,3490.2,26124828,99.52,0,0,0.57,527.27,3489.96,26124829,99.76,0,0,0.17,526.72,3490.5,26124830,99.63,0,0,0.32,527.2,3490.04,26124831,99.79,0,0,0.16,527.17,3490.06,26124832,99.72,0,0,0.15,527.29,3489.94,26124833,99.68,0,0,0.54,526.49,3490.73,26124834,99.74,0,0,0.14,525.53,3491.69,26124835,99.58,0,0,0.32,526.49,3490.74,26124836,99.72,0,0,0.14,526.48,3490.75,26124837,99.8,0,0,0.16,526.45,3490.77,26124838,99.66,0,0,0.47,526.28,3490.94,26124839,99.75,0,0,0.2,525.55,3491.67,26124840,99.51,0,0,0.34,527.06,3490.17,26124841,99.62,0,0,0.17,527.01,3490.21,26124842,99.74,0,0,0.14,526.98,3490.24,26124843,99.63,0,0,0.54,527.5,3489.72,26124844,99.72,0,0,0.16,526.92,3490.29,26124845,99.61,0,0,0.29,526.92,3490.31,26124846,99.7,0,0,0.14,526.99,3490.24,26124847,99.79,0,0,0.16,527.04,3490.18,26124848,99.59,0,0,0.54,527.36,3489.86,26124849,99.61,0,0,0.27,526.98,3490.22,26124850,99.51,0,0,0.26,526.01,3491.2,26124851,99.75,0,0,0.16,525.94,3491.26,26124852,99.71,0,0.01,0.14,525.91,3491.29,26124853,99.41,0,0,0.4,526.53,3490.66,26124854,99.57,0,0,0.28,527.01,3490.18,26124855,99.61,0,0,0.28,527.24,3489.97,26124856,99.54,0,0,0.15,527.2,3490,26124857,99.45,0,0,0.23,527.17,3490.03,26124858,99.73,0,0,0.14,527.14,3490.05,26124859,99.54,0,0,0.56,527.39,3489.79,26124860,99.63,0,0,0.25,527.28,3489.93,26124861,99.71,0.01,0.01,0.16,527.26,3489.94,26124862,99.7,0,0,0.14,527.22,3489.98,26124863,99.66,0,0,0.15,527.19,3490,26124864,99.58,0,0,0.55,527.51,3489.68,26124865,99.35,0,0,0.27,525.93,3491.27,26124866,99.76,0,0,0.18,525.98,3491.22,26124867,99.7,0,0,0.16,526.04,3491.15,26124868,99.69,0,0,0.15,526.01,3491.18,26124869,99.41,0,0,0.53,526.8,3490.39,26124870,99.46,0,0,0.27,526.95,3490.25,26124871,99.75,0,0,0.16,526.9,3490.29,26124872,99.64,0,0,0.15,526.88,3490.31,26124873,99.68,0,0,0.17,526.9,3490.28,26124874,99.54,0,0,0.55,527.21,3489.97,26124875,99.61,0,0,0.27,527.26,3489.94,26124876,99.74,0,0,0.13,527.24,3489.96,26124877,99.71,0,0,0.16,527.21,3489.98,26124878,99.67,0,0,0.14,527.17,3490.02,26124879,99.4,0,0,0.66,527.33,3489.83,26124880,99.52,0,0,0.32,526.09,3491.09,26124881,99.72,0,0,0.13,526.05,3491.13,26124882,99.71,0,0,0.16,526.02,3491.15,26124883,99.74,0,0,0.14,525.99,3491.18,26124884,99.57,0,0,0.42,526.66,3490.52,26124885,99.7,0,0,0.38,527.41,3489.78,26124886,99.63,0,0,0.16,527.4,3489.79,26124887,99.73,0,0,0.14,527.55,3489.64,26124888,99.72,0,0,0.15,527.52,3489.67,26124889,99.56,0,0,0.49,527.84,3489.34,26124890,99.55,0,0,0.3,527.48,3489.71,26124891,99.77,0,0,0.16,527.45,3489.75,26124892,99.69,0,0,0.14,527.41,3489.78,26124893,99.71,0,0,0.14,527.37,3489.81,26124894,99.62,0,0,0.4,527.86,3489.32,26124895,99.65,0,0,0.39,527.28,3489.92,26124896,99.76,0,0,0.18,527.23,3489.96,26124897,99.78,0,0,0.14,527.2,3489.99,26124898,99.76,0,0,0.15,527.17,3490.01,26124899,99.74,0,0,0.14,527.14,3490.04,26124900,99.17,0,0,0.7,526.31,3490.89,26124901,99.77,0,0,0.14,525.81,3491.39,26124902,99.65,0,0,0.16,525.77,3491.42,26124903,99.72,0,0,0.15,525.74,3491.45,26124904,99.74,0,0.01,0.16,525.7,3491.47,26124905,99.49,0,0,0.73,527.67,3489.52,26124906,99.73,0,0,0.18,527.45,3489.74,26124907,99.69,0,0,0.18,527.52,3489.67,26124908,99.7,0,0,0.18,527.47,3489.72,26124909,99.57,0,0,0.29,527.45,3489.71,26124910,99.39,0,0,0.63,527.67,3489.51,26124911,99.69,0,0,0.16,527.14,3490.04,26124912,99.63,0.01,0.01,0.14,527.2,3489.96,26124913,99.73,0,0,0.15,527.25,3489.91,26124914,99.73,0,0,0.13,527.23,3489.93,26124915,99.38,0,0,0.71,527.66,3489.51,26124916,99.78,0,0,0.18,527.18,3489.99,26124917,99.78,0,0,0.22,526.91,3490.26,26124918,99.69,0,0,0.21,526.88,3490.3,26124919,99.73,0,0,0.19,526.99,3490.18,26124920,99.33,0,0,0.7,527.76,3489.44,26124921,99.68,0.01,0.01,0.2,526.77,3490.42,26124922,99.73,0,0,0.2,526.73,3490.46,26124923,99.71,0,0,0.2,526.7,3490.49,26124924,99.68,0,0.02,0.25,526.65,3490.53,26124925,99.44,0,0,0.54,527.49,3489.71,26124926,99.79,0,0,0.34,527.29,3489.9,26124927,99.89,0,0,0.19,527.25,3489.93,26124928,99.83,0,0,0.2,527.22,3489.97,26124929,99.84,0,0,0.2,527.19,3489.99,26124930,99.44,0,0,0.56,528,3489.2,26124931,99.8,0,0,0.41,527.4,3489.8,26124932,99.8,0,0,0.2,527.53,3489.66,26124933,99.83,0,0,0.21,527.48,3489.71,26124934,99.83,0,0,0.18,526.99,3490.19,26124935,99.64,0,0,0.57,527.83,3489.37,26124936,99.81,0,0,0.31,527.69,3489.51,26124937,99.78,0,0,0.18,527.64,3489.55,26124938,99.81,0,0,0.17,527.03,3490.15,26124939,99.55,0,0,0.28,526.77,3490.39,26124940,99.58,0,0,0.29,526.51,3490.67,26124941,99.57,0,0,0.6,526.3,3490.88,26124942,99.8,0,0,0.14,525.46,3491.71,26124943,99.8,0,0,0.17,525.42,3491.74,26124944,99.79,0,0,0.18,525.39,3491.77,26124945,99.71,0,0,0.33,526.75,3490.42,26124946,99.61,0,0,0.56,527.22,3489.95,26124947,99.73,0,0,0.16,526.72,3490.44,26124948,99.73,0,0,0.15,526.69,3490.46,26124949,99.82,0,0,0.16,526.66,3490.49,26124950,99.65,0,0,0.29,526.44,3490.73,26124951,99.62,0,0,0.59,526.93,3490.23,26124952,99.68,0,0,0.15,526.77,3490.4,26124953,99.85,0,0,0.16,526.74,3490.42,26124954,99.8,0,0,0.18,526.7,3490.45,26124955,99.67,0,0,0.33,525.97,3491.2,26124956,99.65,0,0,0.53,526.45,3490.71,26124957,99.82,0,0,0.16,526.4,3490.76,26124958,99.81,0,0,0.14,526.52,3490.64,26124959,99.84,0,0,0.17,526.49,3490.67,26124960,99.36,0,0,0.26,526.48,3490.69,26124961,99.61,0,0,0.52,526.99,3490.18,26124962,99.72,0,0,0.23,526.89,3490.28,26124963,99.83,0,0,0.15,526.85,3490.31,26124964,99.77,0,0,0.18,527,3490.16,26124965,99.73,0,0,0.32,526.78,3490.39,26124966,99.68,0,0,0.43,527.45,3489.71,26124967,99.84,0,0,0.29,526.7,3490.46,26124968,99.83,0,0,0.14,526.67,3490.49,26124969,99.5,0,0,0.28,526.66,3490.5,26124970,99.65,0,0,0.27,526.53,3490.64,26124971,99.66,0.01,0.02,0.38,527.07,3490.1,26124972,99.82,0,0.01,0.39,526.89,3490.27,26124973,99.73,0,0,0.15,526.96,3490.19,26124974,99.73,0,0,0.16,527,3490.17,26124975,99.56,0,0,0.28,524.81,3492.38,26124976,99.66,0,0,0.15,524.73,3492.45,26124977,99.59,0,0,0.58,526.79,3490.38,26124978,99.78,0,0,0.14,526.64,3490.53,26124979,99.71,0,0,0.14,526.69,3490.48,26124980,99.61,0,0,0.32,526.79,3490.39,26124981,99.8,0.01,0.01,0.14,526.75,3490.43,26124982,99.6,0,0,0.62,527.28,3489.89,26124983,99.79,0,0,0.15,526.93,3490.24,26124984,99.79,0,0,0.15,526.9,3490.27,26124985,99.66,0,0,0.34,526.18,3491,26124986,99.79,0,0,0.14,526.23,3490.95,26124987,99.67,0,0,0.57,526.63,3490.54,26124988,99.76,0,0,0.18,526.24,3490.93,26124989,99.85,0,0,0.18,526.21,3490.95,26124990,99.43,0,0,0.27,526.19,3490.99,26124991,99.74,0,0,0.16,526.16,3491.02,26124992,99.62,0,0,0.45,526.95,3490.22,26124993,99.8,0,0,0.24,527.01,3490.16,26124994,99.79,0,0,0.19,526.74,3490.42,26124995,99.55,0,0,0.29,526.72,3490.45,26124996,99.6,0,0,0.14,526.69,3490.48,26124997,99.69,0,0,0.52,527.11,3490.06,26124998,99.81,0,0,0.19,526.86,3490.3,26124999,99.7,0,0,0.28,526.91,3490.23,26125000,99.64,0,0,0.3,527.01,3490.15,26125001,99.78,0,0,0.16,526.98,3490.18,26125002,99.63,0,0,0.41,527.26,3489.89,26125003,99.77,0,0,0.29,525.68,3491.47,26125004,99.81,0,0,0.16,525.64,3491.51,26125005,99.76,0,0,0.3,527.09,3490.09,26125006,99.86,0,0,0.16,527.26,3489.92,26125007,99.67,0,0,0.3,527.6,3489.57,26125008,99.76,0,0,0.4,526.96,3490.2,26125009,99.76,0,0,0.17,526.92,3490.24,26125010,99.63,0,0,0.28,527.17,3490.01,26125011,99.77,0,0,0.13,527.14,3490.04,26125012,99.68,0,0,0.33,527.53,3489.64,26125013,99.82,0,0,0.43,526.02,3491.14,26125014,99.8,0,0,0.17,525.99,3491.17,26125015,99.63,0,0,0.27,525.02,3492.16,26125016,99.76,0,0,0.18,524.97,3492.21,26125017,99.83,0,0,0.14,524.93,3492.24,26125018,99.61,0,0,0.55,527.52,3489.65,26125019,99.82,0,0,0.14,527.26,3489.9,26125020,99.28,0,0,0.26,527.05,3490.13,26125021,99.54,0,0,0.16,526.97,3490.21,26125022,99.71,0,0,0.17,526.94,3490.23,26125023,99.62,0,0,0.53,526.57,3490.59,26125024,99.75,0,0,0.15,525.87,3491.29,26125025,99.58,0.03,0.08,0.31,526.44,3490.74,26125026,99.85,0,0,0.14,526.38,3490.79,26125027,99.88,0,0,0.16,526.47,3490.7,26125028,99.61,0,0,0.54,526.86,3490.3,26125029,99.67,0,0,0.29,527.19,3489.95,26125030,99.74,0,0,0.29,527.43,3489.73,26125031,99.74,0,0,0.16,527.4,3489.75,26125032,99.78,0,0.01,0.14,527.37,3489.78,26125033,99.71,0,0,0.46,527.56,3489.57,26125034,99.74,0,0,0.24,527.19,3489.93,26125035,99.62,0,0,0.27,527.21,3489.93,26125036,99.78,0,0,0.16,527.18,3489.95,26125037,99.69,0,0,0.19,527.15,3489.98,26125038,99.69,0,0,0.51,527.76,3489.36,26125039,99.8,0,0,0.2,527.08,3490.05,26125040,99.68,0,0,0.27,527.17,3489.97,26125041,99.79,0.01,0.01,0.14,527.24,3489.89,26125042,99.81,0,0,0.16,527.21,3489.92,26125043,99.66,0,0,0.43,527.68,3489.45,26125044,99.85,0,0,0.28,527.4,3489.72,26125045,99.66,0,0,0.27,527.15,3489.99,26125046,99.83,0,0,0.16,527.11,3490.02,26125047,99.79,0,0,0.14,527.18,3489.95,26125048,99.58,0,0,0.4,527.55,3489.57,26125049,99.75,0,0,0.28,526.95,3490.18,26125050,99.36,0,0.01,0.28,525.94,3491.2,26125051,99.5,0,0,0.16,525.88,3491.25,26125052,99.77,0,0,0.14,525.93,3491.2,26125053,99.86,0,0,0.15,526.03,3491.09,26125054,99.63,0,0,0.57,527.55,3489.56,26125055,99.52,0,0,0.27,527.24,3489.9,26125056,99.83,0,0,0.14,527.16,3489.97,26125057,99.79,0,0,0.16,527.13,3490,26125058,99.72,0,0,0.14,527.09,3490.03,26125059,99.39,0,0,0.79,527.57,3489.53,26125060,99.47,0,0,0.26,527.48,3489.63,26125061,99.74,0,0,0.17,527.47,3489.65,26125062,99.75,0,0,0.14,527.43,3489.68,26125063,99.8,0,0,0.15,527.39,3489.71,26125064,99.56,0,0,0.56,527.9,3489.22,26125065,99.62,0,0,0.32,526.16,3490.97,26125066,99.77,0,0,0.39,525.98,3491.17,26125067,99.76,0,0,0.14,526.01,3491.14,26125068,99.72,0,0,0.16,525.97,3491.17,26125069,99.7,0,0,0.5,527.01,3490.13,26125070,99.67,0,0,0.32,527.15,3490.01,26125071,99.75,0,0,0.17,527.11,3490.06,26125072,99.78,0,0,0.15,527.23,3489.94,26125073,99.73,0,0,0.16,527.22,3489.94,26125074,99.54,0,0,0.51,527.66,3489.5,26125075,99.61,0,0,0.37,527.17,3490,26125076,99.79,0,0,0.17,527.13,3490.03,26125077,99.81,0,0,0.15,527.11,3490.05,26125078,99.8,0,0,0.15,527.15,3490.01,26125079,99.58,0,0,0.44,528.03,3489.15,26125080,99.51,0,0,0.39,527.47,3489.72,26125081,99.68,0,0,0.16,527.44,3489.74,26125082,99.75,0,0,0.14,527.41,3489.77,26125083,99.85,0,0,0.16,527.37,3489.81,26125084,99.67,0,0,0.5,527.97,3489.2,26125085,99.6,0,0,0.32,527.26,3489.93,26125086,99.78,0,0,0.14,527.26,3489.93,26125087,99.81,0,0,0.18,527.21,3489.97,26125088,99.7,0,0,0.15,527.18,3490,26125089,99.54,0,0.02,0.3,527.62,3489.53,26125090,99.3,0,0,0.62,526.56,3490.61,26125091,99.84,0,0,0.16,526.27,3490.9,26125092,99.78,0.01,0.01,0.15,526.22,3490.95,26125093,99.58,0,0,0.16,525.96,3491.2,26125094,99.67,0,0,0.13,525.93,3491.22,26125095,99.37,0,0,0.71,526.5,3490.66,26125096,99.73,0,0,0.18,526.12,3491.04,26125097,99.69,0,0,0.22,526.17,3490.98,26125098,99.74,0,0,0.18,526.25,3490.9,26125099,99.8,0,0,0.14,526.22,3490.93,26125100,99.48,0,0,0.7,527.43,3489.73,26125101,99.68,0.01,0.01,0.18,526.67,3490.48,26125102,99.79,0,0,0.18,526.64,3490.51,26125103,99.73,0,0,0.16,526.6,3490.55,26125104,99.65,0,0,0.21,526.65,3490.49,26125105,99.44,0,0,0.72,526.74,3490.42,26125106,99.77,0,0,0.17,526.17,3490.99,26125107,99.5,0,0,0.15,526.14,3491.01,26125108,99.67,0,0,0.15,526.11,3491.04,26125109,99.84,0,0,0.15,526.17,3490.97,26125110,99.48,0,0,0.64,527.18,3489.98,26125111,99.72,0,0,0.14,526.71,3490.45,26125112,99.74,0,0,0.17,526.68,3490.47,26125113,99.71,0,0,0.14,526.64,3490.51,26125114,99.8,0,0,0.17,526.38,3490.76,26125115,99.56,0,0,0.68,526.81,3490.35,26125116,99.78,0,0,0.16,526.68,3490.48,26125117,99.87,0,0,0.14,526.73,3490.42,26125118,99.74,0,0,0.15,526.7,3490.45,26125119,99.48,0,0,0.32,526.91,3490.21,26125120,99.41,0,0,0.7,527.4,3489.74,26125121,99.83,0,0,0.14,526.62,3490.51,26125122,99.79,0,0,0.16,526.66,3490.47,26125123,99.79,0,0,0.16,526.71,3490.41,26125124,99.77,0,0,0.14,526.66,3490.48,26125125,99.52,0,0,0.53,526.98,3490.18,26125126,99.74,0,0,0.29,526.64,3490.5,26125127,99.73,0,0,0.17,526.73,3490.41,26125128,99.74,0,0,0.14,526.69,3490.45,26125129,99.83,0,0,0.16,526.63,3490.5,26125130,99.42,0,0,0.53,527.05,3490.1,26125131,99.83,0,0,0.29,526.98,3490.16,26125132,99.86,0,0,0.14,526.93,3490.21,26125133,99.78,0,0,0.14,526.88,3490.25,26125134,99.81,0,0,0.14,526.85,3490.29,26125135,99.64,0,0,0.3,526.74,3490.41,26125136,99.63,0,0,0.55,527.29,3489.85,26125137,99.78,0,0,0.14,526.92,3490.22,26125138,99.84,0,0,0.15,526.88,3490.26,26125139,99.78,0,0,0.15,526.83,3490.3,26125140,99.42,0,0,0.27,527.2,3489.95,26125141,99.6,0,0,0.57,527.53,3489.62,26125142,99.79,0,0,0.16,526.67,3490.47,26125143,99.83,0,0,0.17,526.62,3490.52,26125144,99.82,0,0,0.14,526.57,3490.56,26125145,99.59,0,0,0.27,525.53,3491.62,26125146,99.58,0,0,0.55,526.96,3490.19,26125147,99.81,0,0,0.13,527.18,3489.96,26125148,99.8,0,0,0.16,527.15,3489.99,26125149,99.57,0,0,0.27,526.86,3490.25,26125150,99.65,0,0,0.26,526.6,3490.53,26125151,99.63,0,0,0.59,527.09,3490.03,26125152,99.79,0,0.01,0.16,526.96,3490.16,26125153,99.83,0,0,0.18,526.93,3490.19,26125154,99.8,0,0,0.18,526.9,3490.22,26125155,99.76,0,0,0.28,527.13,3490,26125156,99.68,0,0,0.59,527.34,3489.78,26125157,99.8,0,0,0.21,526.81,3490.31,26125158,99.83,0,0,0.15,526.93,3490.19,26125159,99.83,0,0,0.19,526.93,3490.18,26125160,99.78,0,0,0.29,526.92,3490.21,26125161,95.87,0.04,0.02,78.36,539.95,3477.93,26125162,99.72,0,0,64.41,529.32,3487.69,26125163,99.77,0,0,0.14,529.3,3487.71,26125164,99.79,0,0,0.15,529.26,3487.74,26125165,98.41,0,0,15.58,532.76,3484.45,26125166,99.52,0,0,0.31,529.92,3487.06,26125167,99.74,0,0,0.43,526.82,3490.22,26125168,99.81,0,0,0.14,526.9,3490.15,26125169,99.79,0,0,0.14,526.88,3490.16,26125170,99.65,0,0,0.27,526.87,3490.19,26125171,96.3,1.86,0.01,14.7,534.08,3480.68,26125172,99.08,0,0,32.82,529.51,3486.62,26125173,99.71,0,0,0.15,528.97,3487.16,26125174,99.7,0,0,0.19,528.5,3487.62,26125175,99.59,0,0,0.28,529.41,3486.73,26125176,99.74,0,0,0.18,528.39,3487.77,26125177,99.64,0,0,0.58,527.22,3488.96,26125178,99.8,0,0,0.16,526.85,3489.33,26125179,99.57,0,0,0.3,527.07,3489.09,26125180,99.59,0,0,0.29,526.82,3489.35,26125181,99.81,0,0,0.19,526.78,3489.39,26125182,99.61,0,0,0.56,527.28,3488.9,26125183,99.85,0,0,0.14,526.97,3489.22,26125184,99.74,0,0,0.14,527.04,3489.14,26125185,99.57,0,0,0.34,527.12,3489.07,26125186,99.78,0,0,0.17,527.08,3489.1,26125187,99.6,0,0,0.45,527.75,3488.43,26125188,99.66,0,0,0.34,527.27,3488.91,26125189,99.85,0,0,0.18,527.24,3488.94,26125190,99.6,0,0,0.3,527.23,3488.97,26125191,99.8,0,0,0.16,527.3,3488.89,26125192,99.53,0,0,0.4,527.51,3488.67,26125193,99.83,0,0,0.29,526.83,3489.35,26125194,99.8,0,0,0.16,526.79,3489.38,26125195,99.67,0,0,0.3,527.06,3489.13,26125196,99.8,0,0,0.16,527,3489.19,26125197,99.67,0,0,0.49,527.42,3488.77,26125198,99.85,0,0,0.2,527.28,3488.9,26125199,99.76,0,0,0.15,527.33,3488.84,26125200,99.4,0,0,0.29,527.33,3488.86,26125201,99.73,0,0,0.14,527.3,3488.89,26125202,99.7,0,0,0.43,527.58,3488.63,26125203,99.82,0,0,0.29,527,3489.2,26125204,99.82,0,0,0.14,526.96,3489.23,26125205,99.66,0,0,0.29,527.05,3489.17,26125206,99.8,0,0,0.16,527.14,3489.07,26125207,99.67,0,0,0.3,527.75,3488.45,26125208,99.69,0,0,0.4,527.07,3489.13,26125209,99.63,0,0,0.27,527.04,3489.14,26125210,99.68,0,0,0.27,526.78,3489.41,26125211,99.78,0,0,0.16,526.75,3489.44,26125212,99.75,0,0.01,0.15,526.87,3489.31,26125213,99.44,0,0,0.61,527.94,3488.24,26125214,99.62,0,0,0.14,527.56,3488.62,26125215,99.68,0,0,0.3,526.83,3489.38,26125216,99.73,0,0,0.13,526.79,3489.42,26125217,99.74,0,0,0.21,526.76,3489.44,26125218,99.61,0,0,0.57,527.25,3488.95,26125219,99.74,0,0,0.14,527.09,3489.1,26125220,99.71,0,0,0.29,527.61,3488.6,26125221,99.73,0.01,0.01,0.14,527.58,3488.63,26125222,99.7,0,0,0.15,527.54,3488.66,26125223,99.68,0,0,0.56,527.51,3488.68,26125224,99.71,0,0,0.16,526.98,3489.21,26125225,99.65,0,0,0.32,527.29,3488.92,26125226,99.79,0,0,0.14,527.37,3488.83,26125227,99.77,0,0,0.14,527.34,3488.86,26125228,99.65,0,0,0.55,527.53,3488.67,26125229,99.8,0,0,0.16,527.03,3489.17,26125230,99.66,0,0,0.39,527.51,3488.7,26125231,99.78,0,0,0.16,527.48,3488.72,26125232,99.68,0,0,0.14,527.52,3488.68,26125233,99.71,0,0,0.59,528.06,3488.14,26125234,99.78,0,0,0.18,527.12,3489.09,26125235,99.6,0,0,0.29,527.32,3488.91,26125236,99.74,0,0,0.17,527.28,3488.94,26125237,99.72,0,0,0.14,527.25,3488.97,26125238,99.64,0,0,0.42,527.61,3488.61,26125239,99.6,0,0,0.4,527.35,3488.85,26125240,99.51,0,0,0.3,526.63,3489.57,26125241,99.85,0,0,0.16,526.58,3489.63,26125242,99.83,0,0,0.15,526.55,3489.65,26125243,99.65,0,0,0.31,526.86,3489.34,26125244,99.75,0,0,0.39,526.23,3489.98,26125245,99.62,0,0,0.28,526.78,3489.45,26125246,99.75,0,0,0.16,526.87,3489.35,26125247,99.8,0,0,0.14,526.52,3489.7,26125248,99.65,0,0,0.31,526.43,3489.78,26125249,99.75,0,0,0.39,526.54,3489.67,26125250,99.62,0,0,0.27,526.54,3489.7,26125251,99.8,0,0,0.16,526.51,3489.72,26125252,99.8,0.01,0,0.15,526.48,3489.75,26125253,99.8,0,0,0.15,526.65,3489.57,26125254,99.67,0,0,0.6,526.97,3489.25,26125255,99.74,0,0,0.29,526.61,3489.63,26125256,99.79,0,0,0.13,526.57,3489.66,26125257,99.78,0,0,0.16,526.53,3489.69,26125258,99.83,0,0,0.14,526.5,3489.72,26125259,99.68,0,0,0.59,526.77,3489.45,26125260,99.51,0,0,0.28,526.89,3489.35,26125261,99.79,0,0,0.16,526.85,3489.38,26125262,99.82,0,0,0.16,526.82,3489.41,26125263,99.84,0,0,0.14,526.79,3489.43,26125264,99.68,0,0,0.55,527.1,3489.11,26125265,99.65,0,0,0.28,526.81,3489.42,26125266,99.83,0.01,0.02,0.17,526.85,3489.38,26125267,99.81,0,0,0.17,526.76,3489.46,26125268,99.78,0,0,0.16,526.72,3489.49,26125269,99.33,0,0,0.66,527.63,3488.55,26125270,99.69,0,0,0.38,526.88,3489.33,26125271,99.83,0,0,0.16,526.83,3489.37,26125272,99.8,0,0.01,0.14,526.8,3489.4,26125273,99.77,0,0,0.16,526.76,3489.43,26125274,99.64,0,0,0.5,527.08,3489.1,26125275,99.58,0,0,0.33,525.82,3490.38,26125276,99.75,0,0,0.14,525.86,3490.34,26125277,99.76,0,0,0.24,526.1,3490.1,26125278,99.68,0,0,0.16,526.07,3490.12,26125279,99.61,0,0,0.6,526.52,3489.66,26125280,98.23,0,0,0.33,526.3,3489.9,26125281,99.8,0.01,0.01,0.13,526.23,3489.97,26125282,99.8,0,0,0.17,526.3,3489.89,26125283,99.75,0,0,0.18,526.35,3489.84,26125284,99.8,0,0,0.15,526.31,3489.87,26125285,99.34,0,0,0.7,527.4,3488.8,26125286,99.8,0,0,0.14,527.01,3489.18,26125287,99.76,0,0.01,0.16,526.97,3489.22,26125288,99.71,0,0,0.16,527.07,3489.11,26125289,99.81,0,0,0.13,527.08,3489.11,26125290,99.48,0,0,0.68,527.16,3489.04,26125291,99.79,0,0,0.19,526.29,3489.91,26125292,99.63,0,0,0.15,526.25,3489.94,26125293,99.73,0,0,0.15,526.22,3489.97,26125294,99.71,0,0,0.17,526.69,3489.5,26125295,99.39,0,0,0.75,527.69,3488.51,26125296,99.76,0,0,0.14,527.11,3489.09,26125297,99.87,0,0,0.13,527.07,3489.12,26125298,99.83,0,0,0.16,527.05,3489.14,26125299,99.51,0,0,0.27,527.28,3488.88,26125300,99.34,0,0,0.62,527.35,3488.83,26125301,99.77,0,0,0.21,527.28,3488.9,26125302,99.7,0,0,0.14,527.37,3488.8,26125303,99.72,0,0,0.15,527.34,3488.83,26125304,99.73,0,0,0.15,527.31,3488.86,26125305,99.4,0,0,0.59,527.1,3489.09,26125306,99.73,0,0,0.31,526.53,3489.65,26125307,99.65,0,0,0.14,526.5,3489.68,26125308,99.69,0,0,0.15,526.53,3489.64,26125309,99.72,0,0,0.14,526.61,3489.55,26125310,99.46,0,0,0.68,526.56,3489.62,26125311,99.71,0,0,0.18,526.83,3489.35,26125312,99.78,0,0,0.17,526.79,3489.38,26125313,99.77,0,0,0.14,526.76,3489.41,26125314,99.77,0,0,0.17,526.72,3489.44,26125315,99.51,0,0,0.62,527.54,3488.64,26125316,99.72,0,0,0.27,526.86,3489.31,26125317,99.73,0,0,0.18,526.83,3489.34,26125318,99.73,0,0,0.18,526.8,3489.37,26125319,99.73,0,0,0.21,526.76,3489.4,26125320,99.43,0,0,0.33,526.02,3490.15,26125321,99.52,0,0,0.57,526.77,3489.4,26125322,99.75,0,0,0.18,526.09,3490.08,26125323,99.78,0,0,0.18,526.1,3490.06,26125324,99.66,0,0,0.19,526.07,3490.09,26125325,99.44,0,0,0.34,525.59,3490.59,26125326,99.51,0,0,0.61,526.88,3489.3,26125327,99.69,0,0,0.18,526.49,3489.67,26125328,99.71,0,0,0.18,526.47,3489.7,26125329,99.51,0,0,0.31,527.25,3488.89,26125330,99.52,0,0,0.33,527.18,3488.98,26125331,99.45,0,0,0.56,527.5,3488.65,26125332,99.65,0.01,0.01,0.15,527.02,3489.13,26125333,99.49,0,0,0.14,526.98,3489.16,26125334,99.56,0.01,0.12,0.15,527.01,3489.16,26125335,99.44,0.02,0.71,0.55,527.21,3488.98,26125336,99.43,0,0,0.55,527.57,3488.62,26125337,99.61,0,0,0.25,527.08,3489.1,26125338,99.68,0,0,0.18,527.05,3489.13,26125339,99.68,0,0,0.19,527.01,3489.16,26125340,99.45,0,0,0.34,527.24,3488.95,26125341,98.43,0.01,0.01,0.58,527.57,3488.62,26125342,99.71,0,0,0.18,527.28,3488.9,26125343,99.7,0,0,0.18,527.32,3488.85,26125344,99.74,0,0,0.2,527.29,3488.88,26125345,99.55,0,0,0.34,527.28,3488.91,26125346,99.51,0,0,0.59,527.85,3488.33,26125347,99.64,0,0,0.14,526.7,3489.47,26125348,99.71,0,0,0.16,526.81,3489.36,26125349,99.73,0,0,0.14,526.81,3489.36,26125350,99.53,0,0,0.33,527.3,3488.89,26125351,99.39,0,0,0.43,527.53,3488.65,26125352,99.62,0,0,0.32,526.49,3489.68,26125353,99.72,0,0,0.18,526.46,3489.7,26125354,99.52,0,0,0.22,527.01,3489.16,26125355,99.5,0,0,0.3,527.31,3488.87,26125356,99.53,0,0,0.53,527.67,3488.51,26125357,99.65,0,0,0.15,527.28,3488.89,26125358,99.63,0,0,0.15,527.25,3488.91,26125359,99.4,0,0,0.34,527.27,3488.87,26125360,99.5,0,0,0.31,526.09,3490.07,26125361,99.78,0,0,0.16,525.95,3490.2,26125362,99.55,0,0,0.61,528.08,3488.06,26125363,99.79,0,0,0.21,527.57,3488.57,26125364,99.83,0,0,0.2,527.54,3488.6,26125365,99.61,0,0,0.36,526.58,3489.57,26125366,99.81,0,0,0.2,526.52,3489.63,26125367,99.63,0,0,0.61,526.91,3489.24,26125368,99.77,0,0,0.17,526.21,3489.94,26125369,99.75,0,0,0.17,526.33,3489.81,26125370,99.67,0,0,0.3,527.57,3488.59,26125371,99.8,0,0,0.14,527.55,3488.6,26125372,99.54,0,0,0.58,526.95,3489.19,26125373,99.79,0,0,0.14,525.76,3490.38,26125374,99.82,0,0,0.14,525.72,3490.41,26125375,99.75,0,0,0.28,526.45,3489.71,26125376,99.75,0,0,0.2,525.98,3490.18,26125377,99.61,0,0,0.6,516.94,3499.46,26125378,99.8,0,0,0.15,516.69,3499.7,26125379,99.8,0,0,0.16,516.67,3499.71,26125380,99.63,0,0,0.29,515.95,3500.45,26125381,99.82,0,0,0.16,515.93,3500.46,26125382,99.63,0,0,0.54,516.39,3500.02,26125383,99.82,0,0,0.15,516.38,3500.03,26125384,99.82,0,0,0.15,516.35,3500.05,26125385,99.7,0,0,0.29,515.39,3501.05,26125386,99.83,0,0,0.14,515.44,3501,26125387,99.68,0,0,0.57,516.21,3500.24,26125388,99.84,0,0,0.14,516.73,3499.71,26125389,99.64,0,0,0.4,516.73,3499.68,26125390,99.69,0,0,0.29,516.74,3499.68,26125391,99.8,0,0,0.16,516.68,3499.74,26125392,99.58,0,0,0.41,517.11,3499.31,26125393,99.75,0,0,0.29,516.14,3500.27,26125394,99.79,0,0,0.15,516.11,3500.31,26125395,99.71,0,0,0.3,515.4,3501.04,26125396,99.83,0,0,0.17,515.35,3501.09,26125397,99.8,0,0.01,0.22,515.84,3500.6,26125398,99.63,0,0,0.55,516.99,3499.44,26125399,99.8,0,0,0.18,516.69,3499.73,26125400,99.69,0,0,0.31,515.72,3500.72,26125401,99.76,0,0,0.16,515.68,3500.75,26125402,99.79,0,0.01,0.18,515.65,3500.77,26125403,99.65,0,0,0.56,515.96,3500.45,26125404,99.82,0,0,0.17,515.6,3500.81,26125405,99.77,0,0,0.31,515.11,3501.32,26125406,99.84,0,0,0.14,515.09,3501.34,26125407,99.82,0,0,0.16,515.05,3501.37,26125408,99.65,0,0,0.57,515.51,3500.9,26125409,99.8,0,0,0.16,515.21,3501.2,26125410,99.73,0,0,0.29,515.46,3500.97,26125411,99.81,0,0,0.16,515.43,3500.99,26125412,99.8,0,0,0.15,515.41,3501,26125413,99.68,0,0,0.58,516.17,3500.24,26125414,99.15,0,0,0.18,515.74,3500.67,26125415,99.72,0,0,0.31,515.13,3501.29,26125416,99.83,0,0,0.16,515.1,3501.32,26125417,99.74,0,0,0.14,515.08,3501.34,26125418,99.7,0,0,0.5,515.62,3500.79,26125419,99.64,0,0,0.4,515.86,3500.52,26125420,99.75,0,0,0.3,515.97,3500.44,26125421,99.83,0,0,0.14,515.94,3500.46,26125422,99.83,0,0,0.16,515.93,3500.47,26125423,99.67,0,0,0.54,516.47,3499.93,26125424,99.83,0,0,0.14,515.89,3500.5,26125425,99.73,0,0,0.34,515.98,3500.43,26125426,99.81,0,0,0.18,515.87,3500.54,26125427,99.83,0,0,0.14,515.85,3500.55,26125428,99.69,0,0,0.34,516.17,3500.22,26125429,99.84,0,0,0.39,515.78,3500.6,26125430,99.65,0,0,0.29,515.07,3501.32,26125431,99.82,0,0,0.17,515.2,3501.19,26125432,99.78,0,0,0.16,515.21,3501.18,26125433,99.69,0,0,0.4,515.54,3500.85,26125434,99.73,0,0,0.28,514.91,3501.47,26125435,99.58,0.02,0.06,0.37,515.15,3501.25,26125436,99.71,0.02,0.28,0.3,515.02,3501.3,26125437,99.79,0,0,0.14,514.99,3501.32,26125438,99.81,0,0,0.14,515.1,3501.2,26125439,99.65,0,0,0.58,516.15,3500.14,26125440,99.69,0,0,0.31,516.1,3500.21,26125441,99.83,0,0,0.17,516.08,3500.23,26125442,99.82,0,0,0.14,516.06,3500.24,26125443,99.78,0,0,0.14,516.06,3500.25,26125444,99.69,0,0,0.54,516.91,3499.39,26125445,99.77,0,0.01,0.34,516.02,3500.3,26125446,99.8,0,0,0.16,515.99,3500.32,26125447,99.8,0,0,0.14,515.97,3500.34,26125448,99.83,0,0,0.15,515.94,3500.36,26125449,99.39,0,0,0.71,516.19,3500.08,26125450,99.72,0,0,0.32,515.35,3500.94,26125451,94.33,2.6,0.03,262.39,525.77,3488.84,26125452,99.83,0,0,0.24,518.78,3494.98,26125453,99.75,0,0,0.18,518.76,3495,26125454,99.59,0,0,0.55,519,3494.75,26125455,99.66,0,0,0.3,518.55,3495.22,26125456,99.82,0,0,0.16,517.38,3496.42,26125457,99.8,0,0,0.2,516.46,3497.36,26125458,99.8,0,0,0.15,516.44,3497.38,26125459,99.62,0,0,0.39,516.78,3497.03,26125460,99.68,0,0,0.42,516.19,3497.65,26125461,99.8,0,0,0.14,516.16,3497.67,26125462,99.83,0,0,0.16,516.14,3497.69,26125463,99.82,0,0,0.15,516.12,3497.7,26125464,99.69,0,0,0.55,516.45,3497.36,26125465,99.71,0,0,0.35,515.86,3497.97,26125466,99.81,0,0,0.16,515.83,3498,26125467,99.78,0,0,0.18,515.8,3498.03,26125468,99.78,0,0,0.16,515.94,3497.88,26125469,99.63,0,0,0.34,516.32,3497.5,26125470,99.74,0,0,0.52,516.2,3497.64,26125471,99.82,0,0,0.15,516.17,3497.66,26125472,99.84,0,0,0.13,516.15,3497.67,26125473,99.81,0,0,0.16,516.13,3497.69,26125474,99.76,0,0,0.18,516.12,3497.7,26125475,99.43,0,0,0.72,514.59,3499.24,26125476,99.84,0,0,0.14,513.87,3499.96,26125477,99.9,0,0,0.15,513.85,3499.97,26125478,99.87,0,0,0.16,513.82,3500,26125479,99.79,0,0,0.31,516.14,3497.65,26125480,99.58,0,0,0.73,515.98,3497.83,26125481,99.84,0,0,0.18,515.44,3498.37,26125482,99.86,0,0,0.14,515.42,3498.38,26125483,99.85,0,0,0.15,515.39,3498.4,26125484,99.9,0,0,0.15,515.37,3498.42,26125485,99.68,0,0,0.76,516.63,3497.18,26125486,99.85,0,0,0.14,516.33,3497.47,26125487,99.86,0,0,0.17,516.31,3497.49,26125488,99.88,0,0,0.14,516.29,3497.51,26125489,99.9,0,0,0.16,516.27,3497.52,26125490,99.59,0,0.01,0.59,516.62,3497.19,26125491,99.92,0.03,1.32,0.35,516.11,3497.7,26125492,99.91,0,0,0.16,516.07,3497.73,26125493,99.88,0,0,0.14,516.15,3497.65,26125494,99.89,0,0,0.15,516.2,3497.59,26125495,99.63,0,0,0.64,516.5,3497.32,26125496,99.87,0,0,0.2,516.43,3497.4,26125497,99.88,0,0.01,0.2,516.38,3497.44,26125498,99.88,0.01,0.04,0.18,516.35,3497.47,26125499,99.91,0,0,0.14,516.41,3497.4,26125500,99.6,0,0,0.55,516.94,3496.89,26125501,99.87,0,0.01,0.34,516.37,3497.45,26125502,99.88,0,0,0.16,516.34,3497.47,26125503,99.89,0,0,0.15,516.33,3497.47,26125504,99.87,0,0,0.16,516.3,3497.5,26125505,99.71,0,0,0.46,516.95,3496.86,26125506,99.85,0.01,0.01,0.49,516.6,3497.21,26125507,99.88,0,0,0.18,516.67,3497.13,26125508,99.91,0,0,0.15,516.63,3497.16,26125509,99.79,0,0,0.28,516.36,3497.42,26125510,99.79,0,0,0.35,515.64,3498.15,26125511,99.75,0,0,0.55,516.71,3497.07,26125512,99.9,0,0,0.17,516.31,3497.47,26125513,99.9,0.03,0.83,0.18,516.31,3497.46,26125514,99.86,0,0.01,0.23,516.34,3497.42,26125515,99.72,0.02,0.84,0.32,516.57,3497.2,26125516,99.7,0,0.01,0.63,516.86,3496.91,26125517,99.88,0,0,0.22,516.57,3497.19,26125518,99.86,0,0,0.14,516.67,3497.09,26125519,99.9,0.01,0.22,0.21,516.54,3497.2,26125520,99.75,0,0,0.28,516.2,3497.58,26125521,99.72,0,0,0.6,516.7,3497.08,26125522,99.88,0,0,0.14,516.4,3497.37,26125523,98.96,0,0,0.17,516.38,3497.39,26125524,99.87,0,0,0.18,516.34,3497.43,26125525,99.74,0,0,0.33,516.57,3497.2,26125526,95.89,0.04,0.01,78.56,526.77,3488.88,26125527,99.8,0,0,64.12,519.31,3494.67,26125528,99.85,0,0,0.16,519.29,3494.69,26125529,99.88,0,0,0.18,519.26,3494.71,26125530,99.72,0,0,0.32,518.08,3495.91,26125531,99.69,0,0,0.63,517.63,3496.37,26125532,99.84,0,0,0.17,515.58,3498.43,26125533,99.83,0.01,0.01,0.19,515.67,3498.34,26125534,99.8,0.03,0.03,0.21,515.95,3498.05,26125535,99.73,0.01,0.01,0.32,515.69,3498.34,26125536,99.69,0.03,0.03,0.64,516.22,3497.8,26125537,99.81,0.01,0.01,0.22,516.86,3497.17,26125538,99.85,0,0,0.21,516.83,3497.2,26125539,99.62,0,0,0.31,516.57,3497.43,26125540,99.79,0,0,0.33,515.83,3498.18,26125541,99.75,0,0,0.4,516.21,3497.8,26125542,99.87,0,0,0.27,516.21,3497.79,26125543,99.86,0,0,0.16,516.18,3497.82,26125544,99.9,0,0,0.18,516.17,3497.82,26125545,99.71,0,0,0.32,515.97,3498.05,26125546,99.85,0,0,0.14,515.9,3498.11,26125547,99.66,0,0,0.6,517.36,3496.65,26125548,99.87,0,0,0.16,516.84,3497.17,26125549,99.87,0.02,0.45,0.17,516.83,3497.17,26125550,99.74,0,0.02,0.41,516.94,3497.06,26125551,99.89,0,0,0.16,516.9,3497.1,26125552,99.69,0,0,0.57,517.21,3496.78,26125553,99.86,0,0,0.16,516.83,3497.16,26125554,99.88,0,0,0.16,516.81,3497.18,26125555,99.79,0,0,0.32,516.1,3497.9,26125556,99.83,0,0,0.16,516.06,3497.95,26125557,99.74,0,0,0.6,515.58,3498.41,26125558,99.84,0,0,0.15,514.93,3499.07,26125559,99.83,0,0,0.15,514.95,3499.04,26125560,99.63,0,0,0.39,514.23,3499.77,26125561,99.86,0,0,0.18,514.19,3499.81,26125562,99.71,0,0,0.55,514.84,3499.15,26125563,99.82,0,0,0.15,514.66,3499.33,26125564,99.87,0,0,0.16,514.62,3499.36,26125565,99.75,0,0,0.33,515.59,3498.41,26125566,99.83,0,0,0.15,515.59,3498.41,26125567,99.73,0,0,0.46,516.49,3497.51,26125568,99.86,0,0,0.32,516.04,3497.95,26125569,99.59,0,0,0.32,516.05,3497.92,26125570,99.77,0,0,0.37,515.68,3498.3,26125571,99.86,0,0.01,0.22,515.68,3498.3,26125572,99.66,0,0,0.45,515.79,3498.18,26125573,99.9,0,0.01,0.33,514.88,3499.09,26125574,99.88,0,0,0.17,514.84,3499.12,26125575,99.78,0,0,0.32,515.61,3498.38,26125576,99.82,0.03,1.04,0.28,515.56,3498.41,26125577,99.72,0,0,0.47,516,3497.97,26125578,99.86,0.03,1.34,0.5,515.9,3498.05,26125579,99.84,0,0,0.25,515.81,3498.14,26125580,99.76,0,0,0.38,515.79,3498.17,26125581,99.86,0,0,0.19,515.78,3498.18,26125582,99.77,0,0,0.51,516.17,3497.78,26125583,99.89,0,0,0.29,516.16,3497.79,26125584,99.85,0,0,0.21,516.13,3497.81,26125585,99.74,0,0,0.37,516.38,3497.58,26125586,99.89,0,0,0.21,516.37,3497.59,26125587,99.88,0,0,0.2,516.35,3497.61,26125588,99.64,0,0,0.61,515.84,3498.11,26125589,99.87,0,0,0.18,515.07,3498.87,26125590,99.79,0,0,0.35,516.04,3497.92,26125591,99.83,0,0,0.18,516.04,3497.92,26125592,99.83,0,0,0.18,516.02,3497.93,26125593,99.67,0,0,0.59,515.69,3498.26,26125594,99.8,0,0,0.21,515.6,3498.34,26125595,99.74,0.04,2.21,0.36,516.31,3497.64,26125596,99.86,0,0,0.2,516.4,3497.54,26125597,99.85,0,0.02,0.16,516.37,3497.57,26125598,99.65,0,0,0.54,515.95,3497.99,26125599,99.66,0,0,0.27,516.05,3497.85,26125600,99.78,0,0,0.29,516.05,3497.87,26125601,99.85,0.01,0.02,0.16,516.04,3497.88,26125602,99.88,0,0.02,0.23,516.12,3497.79,26125603,99.7,0,0,0.54,516.43,3497.47,26125604,99.91,0,0.02,0.21,516.06,3497.86,26125605,99.8,0,0,0.39,516.53,3497.41,26125606,99.81,0,0,0.13,516.5,3497.43,26125607,99.77,0.02,2.39,0.46,516.53,3497.39,26125608,99.71,0,0.01,0.6,517.04,3496.86,26125609,99.81,0.02,1.68,0.2,516.28,3497.62,26125610,99.64,0,0,0.33,514.92,3498.99,26125611,99.9,0,0,0.14,514.79,3499.11,26125612,99.86,0,0,0.16,514.76,3499.14,26125613,99.68,0.02,1.81,0.61,515.51,3498.37,26125614,99.88,0,0,0.14,516.07,3497.8,26125615,99.79,0,0,0.31,516.09,3497.8,26125616,99.88,0,0,0.14,516.06,3497.83,26125617,99.88,0,0.02,0.16,516.03,3497.85,26125618,99.6,0.02,0.48,0.52,516.38,3497.49,26125619,99.87,0,0.02,0.48,516.38,3497.4,26125620,99.64,0,0,0.31,515.17,3498.64,26125621,99.82,0,0,0.14,515.12,3498.68,26125622,99.8,0,0,0.16,515.1,3498.71,26125623,99.74,0,0,0.39,515.65,3498.16,26125624,99.88,0,0,0.29,515.74,3498.07,26125625,99.76,0,0,0.3,514.78,3499.04,26125626,99.83,0,0,0.16,514.74,3499.08,26125627,99.83,0,0,0.14,514.72,3499.09,26125628,99.89,0,0,0.14,514.7,3499.11,26125629,99.31,0,0,0.68,517,3496.78,26125630,99.8,0,0,0.3,516.4,3497.4,26125631,99.87,0,0,0.16,516.37,3497.43,26125632,99.84,0,0,0.15,516.34,3497.45,26125633,99.86,0,0,0.16,516.39,3497.4,26125634,99.75,0,0,0.57,517.01,3496.77,26125635,99.74,0,0,0.33,516.49,3497.32,26125636,99.83,0,0,0.14,516.47,3497.33,26125637,99.81,0,0,0.22,516.46,3497.34,26125638,99.88,0,0,0.14,516.43,3497.36,26125639,99.71,0,0,0.57,516.87,3496.92,26125640,99.66,0,0,0.32,516.18,3497.62,26125641,99.87,0,0,0.13,516.14,3497.66,26125642,99.86,0,0,0.14,516.13,3497.67,26125643,99.85,0,0,0.16,516.1,3497.69,26125644,99.02,0,0,0.57,516.44,3497.34,26125645,99.79,0,0,0.31,516.36,3497.45,26125646,99.88,0,0,0.16,516.5,3497.3,26125647,99.91,0,0,0.15,516.48,3497.32,26125648,99.88,0,0,0.13,516.45,3497.34,26125649,99.68,0,0,0.59,516.82,3496.97,26125650,99.74,0,0,0.36,515.7,3498.1,26125651,99.77,0,0,0.13,515.67,3498.13,26125652,99.88,0,0,0.16,515.65,3498.15,26125653,99.85,0,0,0.16,515.63,3498.16,26125654,99.66,0,0,0.6,516.07,3497.72,26125655,99.05,0,0,0.36,516.58,3497.22,26125656,99.86,0,0,0.18,516.57,3497.23,26125657,99.84,0,0,0.18,516.71,3497.08,26125658,99.83,0,0,0.18,516.72,3497.07,26125659,99.49,0,0,0.46,516.83,3496.93,26125660,99.72,0,0,0.52,516.69,3497.09,26125661,99.85,0,0,0.16,516.67,3497.1,26125662,99.88,0,0,0.14,516.65,3497.12,26125663,99.84,0,0,0.14,516.63,3497.13,26125664,99.81,0,0,0.15,516.62,3497.18,26125665,99.51,0,0,0.72,515.4,3498.42,26125666,99.85,0,0,0.18,514.64,3499.18,26125667,99.85,0,0,0.18,514.61,3499.2,26125668,99.74,0,0,0.18,514.6,3499.21,26125669,99.81,0,0,0.17,514.69,3499.11,26125670,99.47,0,0,0.74,516.2,3497.63,26125671,99.86,0,0,0.14,515.99,3497.84,26125672,99.83,0,0,0.18,515.97,3497.85,26125673,99.88,0,0,0.18,515.95,3497.87,26125674,99.86,0,0,0.14,515.95,3497.87,26125675,99.56,0,0,0.73,516.24,3497.6,26125676,99.79,0,0,0.18,515.68,3498.15,26125677,99.83,0,0,0.14,515.65,3498.18,26125678,99.87,0,0,0.14,515.63,3498.2,26125679,99.85,0,0,0.15,515.61,3498.21,26125680,99.56,0,0,0.69,516.67,3497.17,26125681,99.86,0,0,0.15,515.53,3498.3,26125682,99.85,0,0,0.17,515.51,3498.32,26125683,99.85,0,0,0.18,515.48,3498.34,26125684,99.87,0,0,0.18,515.46,3498.36,26125685,99.63,0,0,0.73,516.31,3497.53,26125686,99.86,0,0,0.17,516.42,3497.41,26125687,99.89,0,0,0.14,516.39,3497.44,26125688,99.83,0,0,0.15,516.38,3497.44,26125689,99.75,0,0,0.28,516.83,3496.97,26125690,99.68,0,0,0.77,516.83,3496.98,26125691,99.85,0,0,0.14,516.89,3496.91,26125692,99.89,0,0,0.14,516.99,3496.81,26125693,99.79,0,0,0.16,516.95,3496.84,26125694,99.86,0,0,0.14,516.94,3496.85,26125695,99.54,0,0,1.06,516.43,3497.37,26125696,99.86,0,0,0.19,516.92,3496.88,26125697,99.84,0,0,0.18,516.65,3497.14,26125698,99.87,0,0,0.14,516.63,3497.17,26125699,99.88,0,0,0.16,516.61,3497.18,26125700,99.56,0,0,0.64,517.16,3496.64,26125701,99.9,0,0,0.37,516.09,3497.71,26125702,99.82,0,0,0.14,516.16,3497.63,26125703,99.88,0,0,0.14,516.22,3497.56,26125704,98.48,0,0,0.16,516.19,3497.59,26125705,99.71,0,0,0.34,516.93,3496.88,26125706,99.64,0,0,0.53,516.56,3497.24,26125707,99.89,0,0,0.16,515.66,3498.13,26125708,99.9,0,0,0.14,515.63,3498.16,26125709,99.78,0,0,0.17,515.62,3498.16,26125710,99.83,0,0,0.32,515.1,3498.71,26125711,99.79,0,0,0.53,515.91,3497.89,26125712,99.9,0,0,0.16,515.39,3498.4,26125713,99.89,0,0,0.14,515.49,3498.3,26125714,99.84,0,0,0.19,515.33,3498.45,26125715,99.72,0,0,0.35,516.19,3497.61,26125716,99.67,0,0,0.59,516.59,3497.21,26125717,99.83,0,0,0.14,515.92,3497.87,26125718,99.89,0,0,0.16,515.9,3497.89,26125719,99.67,0,0,0.33,515.4,3498.36,26125720,99.81,0.03,1.01,0.41,515.91,3497.86,26125721,99.7,0,0,0.57,515.98,3497.79,26125722,99.9,0,0,0.14,515.14,3498.63,26125723,99.88,0,0,0.13,515.11,3498.65,26125724,99.86,0.04,1.37,0.25,515.18,3498.59,26125725,99.78,0,0,0.3,515.9,3497.89,26125726,99.7,0,0,0.55,516.15,3497.64,26125727,99.88,0,0,0.16,515.37,3498.41,26125728,99.92,0,0,0.16,515.35,3498.43,26125729,99.85,0,0,0.15,515.33,3498.44,26125730,99.8,0,0,0.33,514.69,3499.1,26125731,99.64,0,0,0.42,515.08,3498.71,26125732,99.84,0,0,0.34,516.46,3497.32,26125733,99.85,0,0,0.14,516.44,3497.34,26125734,99.9,0,0,0.14,516.41,3497.36,26125735,99.79,0,0,0.35,516.41,3497.38,26125736,99.92,0,0,0.13,516.39,3497.39,26125737,99.7,0,0,0.57,516.5,3497.27,26125738,99.88,0,0,0.18,516.1,3497.67,26125739,99.85,0,0,0.18,516.08,3497.69,26125740,99.72,0,0,0.29,516.09,3497.7,26125741,99.82,0,0,0.14,516.06,3497.72,26125742,99.76,0,0,0.56,516.21,3497.57,26125743,99.9,0,0,0.14,515.21,3498.56,26125744,99.89,0,0,0.15,515.21,3498.56,26125745,99.83,0,0,0.32,515.7,3498.09,26125746,99.89,0,0,0.13,515.68,3498.1,26125747,99.65,0,0,0.57,516.09,3497.69,26125748,99.88,0,0,0.18,515.4,3498.38,26125749,99.61,0,0,0.27,516.11,3497.64,26125750,99.78,0,0,0.31,515.39,3498.38,26125751,99.88,0,0,0.14,515.35,3498.41,26125752,99.75,0,0,0.55,516.16,3497.6,26125753,99.9,0,0,0.14,516.29,3497.46,26125754,99.89,0,0,0.14,516.36,3497.39,26125755,99.79,0,0,0.3,516.45,3497.31,26125756,99.87,0,0,0.14,516.44,3497.32,26125757,99.75,0,0,0.61,516.77,3496.98,26125758,99.87,0,0,0.18,516.39,3497.36,26125759,99.86,0,0,0.16,516.37,3497.38,26125760,99.8,0,0,0.29,516.43,3497.33,26125761,99.9,0,0,0.17,516.35,3497.41,26125762,99.71,0,0,0.39,516.63,3497.12,26125763,99.9,0,0,0.29,516.06,3497.69,26125764,99.91,0,0,0.14,516.03,3497.72,26125765,99.7,0,0,0.28,514.99,3498.78,26125766,99.8,0,0,0.14,515,3498.76,26125767,99.74,0,0,0.33,515.35,3498.41,26125768,99.83,0,0,0.46,516.17,3497.58,26125769,99.92,0,0,0.16,516.15,3497.59,26125770,99.85,0,0,0.28,516.14,3497.62,26125771,99.93,0,0,0.16,516.12,3497.64,26125772,99.85,0,0,0.17,516.1,3497.66,26125773,99.73,0,0,0.59,516.42,3497.32,26125774,99.85,0,0,0.18,515.92,3497.81,26125775,99.83,0,0,0.3,515.96,3497.8,26125776,99.87,0,0,0.15,515.96,3497.79,26125777,98.53,0,0,0.14,515.94,3497.81,26125778,99.68,0,0,0.54,516.28,3497.46,26125779,99.81,0,0,0.27,515.9,3497.82,26125780,99.8,0,0,0.32,516.14,3497.6,26125781,99.9,0,0,0.16,516.11,3497.62,26125782,99.92,0,0,0.14,516.08,3497.64,26125783,99.63,0,0,0.54,516.73,3496.99,26125784,99.84,0,0,0.18,516.05,3497.67,26125785,99.85,0,0,0.29,516.07,3497.69,26125786,99.92,0,0,0.19,516.13,3497.62,26125787,99.86,0,0,0.18,516.21,3497.53,26125788,99.7,0,0,0.6,516.72,3497.01,26125789,99.82,0,0,0.18,516.41,3497.32,26125790,99.78,0,0,0.34,516.65,3497.1,26125791,99.89,0,0,0.15,516.63,3497.11,26125792,99.88,0,0,0.19,516.6,3497.13,26125793,99.74,0,0,0.57,516.94,3496.79,26125794,99.86,0,0,0.14,516.56,3497.16,26125795,99.77,0,0,0.31,516.57,3497.18,26125796,99.83,0,0,0.17,516.55,3497.2,26125797,99.9,0,0,0.14,516.61,3497.13,26125798,99.88,0,0,0.15,516.69,3497.04,26125799,99.73,0,0,0.55,517.01,3496.73,26125800,99.73,0,0,0.34,516.71,3497.05,26125801,99.8,0,0,0.17,516.64,3497.12,26125802,99.83,0,0,0.14,516.63,3497.13,26125803,99.88,0,0,0.14,516.6,3497.15,26125804,99.69,0,0,0.58,516.71,3497.04,26125805,99.81,0,0,0.3,516.58,3497.18,26125806,99.86,0,0,0.16,516.56,3497.2,26125807,99.85,0,0,0.14,516.53,3497.22,26125808,99.91,0,0,0.15,516.6,3497.15,26125809,99.69,0,0,0.66,517,3496.73,26125810,99.79,0,0,0.29,516.91,3496.83,26125811,99.89,0,0,0.16,516.89,3496.86,26125812,99.87,0,0,0.14,516.86,3496.87,26125813,99.88,0,0,0.15,516.85,3496.89,26125814,99.76,0,0,0.56,517.08,3496.66,26125815,99.82,0,0,0.3,516.33,3497.43,26125816,99.9,0,0,0.16,516.3,3497.46,26125817,99.83,0,0,0.19,516.29,3497.47,26125818,99.88,0,0,0.14,516.34,3497.41,26125819,99.73,0,0,0.51,517.02,3496.73,26125820,99.73,0,0,0.35,515.95,3497.81,26125821,99.88,0,0,0.13,515.92,3497.84,26125822,99.85,0,0,0.16,515.9,3497.86,26125823,99.86,0,0,0.14,515.88,3497.87,26125824,99.68,0,0,0.4,516.37,3497.38,26125825,99.8,0,0,0.46,516.11,3497.65,26125826,99.89,0,0,0.17,516.08,3497.67,26125827,99.86,0,0,0.14,516.07,3497.68,26125828,99.89,0,0,0.15,516.04,3497.7,26125829,99.71,0.02,0,0.54,516.54,3497.2,26125830,99.75,0,0,0.3,516.65,3497.11,26125831,99.92,0,0,0.14,516.64,3497.12,26125832,99.91,0,0,0.14,516.61,3497.14,26125833,99.92,0,0,0.16,516.6,3497.15,26125834,99.64,0,0,0.45,516.8,3496.94,26125835,99.79,0,0,0.43,516.81,3496.95,26125836,99.89,0,0,0.17,516.79,3496.96,26125837,99.88,0,0,0.14,516.77,3496.98,26125838,99.12,0,0,0.15,516.75,3497,26125839,99.81,0,0,0.29,516.39,3497.33,26125840,99.35,0,0,0.7,516.56,3497.18,26125841,99.85,0,0,0.15,515.94,3497.79,26125842,99.82,0,0,0.14,515.92,3497.81,26125843,99.86,0,0,0.17,515.89,3497.83,26125844,99.9,0,0,0.14,515.88,3497.85,26125845,99.61,0,0,0.7,517.25,3496.49,26125846,99.78,0,0,0.18,516.6,3497.15,26125847,99.8,0,0,0.14,516.58,3497.16,26125848,99.85,0,0,0.16,516.56,3497.18,26125849,99.79,0.01,0.83,0.28,516.53,3497.2,26125850,99.65,0,0,0.74,516.89,3496.85,26125851,99.79,0,0,0.13,516.58,3497.16,26125852,99.83,0,0,0.17,516.65,3497.08,26125853,99.87,0,0,0.14,516.63,3497.1,26125854,99.85,0,0,0.15,516.61,3497.12,26125855,99.65,0,0,0.73,516.95,3496.79,26125856,99.82,0,0,0.18,516.82,3496.91,26125857,99.88,0,0,0.18,516.8,3496.93,26125858,99.85,0,0,0.14,516.77,3496.95,26125859,99.78,0,0,0.17,516.76,3496.96,26125860,99.63,0,0,0.55,516.85,3496.89,26125861,99.84,0,0,0.33,516.58,3497.15,26125862,99.82,0,0,0.13,515.66,3498.07,26125863,99.83,0,0,0.17,515.64,3498.09,26125864,99.88,0,0,0.15,515.62,3498.1,26125865,99.65,0,0,0.74,515.79,3497.95,26125866,99.82,0,0,0.14,516.1,3497.64,26125867,99.86,0,0,0.16,516.07,3497.66,26125868,99.83,0,0,0.16,516.18,3497.54,26125869,99.79,0,0,0.34,515.79,3497.91,26125870,99.62,0,0,0.72,515.84,3497.88,26125871,99.82,0,0,0.16,515.02,3498.69,26125872,99.85,0,0,0.16,514.99,3498.71,26125873,99.8,0,0,0.14,514.97,3498.73,26125874,99.86,0,0,0.15,515.13,3498.58,26125875,99.77,0,0,0.34,516.2,3497.53,26125876,99.69,0,0,0.54,515.55,3498.18,26125877,99.8,0,0,0.19,515.34,3498.38,26125878,99.82,0,0,0.14,515.34,3498.37,26125879,99.82,0,0,0.14,515.31,3498.4,26125880,99.73,0,0,0.28,516.04,3497.68,26125881,99.64,0,0,0.59,516.94,3496.79,26125882,99.77,0,0,0.18,516.26,3497.46,26125883,99.82,0,0,0.18,516.24,3497.48,26125884,99.81,0,0,0.18,516.22,3497.49,26125885,99.64,0,0,0.3,515.03,3498.69,26125886,99.66,0,0,0.54,515.76,3497.96,26125887,99.79,0,0,0.16,515.1,3498.61,26125888,99.81,0,0,0.14,515.09,3498.62,26125889,99.8,0,0,0.14,515.06,3498.65,26125890,99.73,0,0,0.3,516.28,3497.45,26125891,96.06,0.04,0.01,78.93,527.54,3488.11,26125892,99.78,0,0,64.08,518.69,3494.88,26125893,99.82,0,0,0.15,518.68,3494.89,26125894,99.81,0,0,0.18,518.54,3495.02,26125895,99.74,0,0,0.32,518.41,3495.17,26125896,99.69,0,0,0.63,518.1,3495.5,26125897,99.84,0,0,0.14,516.21,3497.41,26125898,99.8,0,0,0.16,516.19,3497.43,26125899,99.66,0,0,0.29,516.01,3497.6,26125900,99.74,0,0,0.3,515.93,3497.71,26125901,99.72,0,0,0.41,516.36,3497.28,26125902,99.76,0,0,0.29,516.11,3497.54,26125903,99.85,0,0,0.15,516.09,3497.55,26125904,99.82,0,0,0.14,516.07,3497.57,26125905,99.73,0,0,0.39,516.55,3497.1,26125906,99.64,0,0,0.39,516.87,3496.78,26125907,99.8,0,0,0.36,516.27,3497.37,26125908,99.84,0,0,0.15,516.25,3497.39,26125909,99.82,0,0,0.15,516.24,3497.39,26125910,99.68,0,0,0.32,515.75,3497.89,26125911,99.81,0,0,0.13,515.72,3497.92,26125912,99.64,0,0,0.57,515.91,3497.73,26125913,99.78,0,0,0.2,515.25,3498.38,26125914,99.82,0,0,0.15,515.35,3498.28,26125915,99.72,0,0,0.31,515.63,3498.02,26125916,99.81,0,0,0.16,515.58,3498.06,26125917,99.65,0,0,0.57,516.63,3497.01,26125918,99.73,0,0,0.18,516.28,3497.36,26125919,99.85,0,0,0.15,516.26,3497.37,26125920,99.72,0,0,0.29,516.26,3497.39,26125921,99.78,0,0,0.16,516.26,3497.39,26125922,99.7,0,0,0.55,516.73,3496.91,26125923,99.8,0,0,0.15,516.46,3497.17,26125924,99.8,0,0,0.14,516.44,3497.19,26125925,99.74,0,0,0.34,515.72,3497.93,26125926,99.81,0,0,0.16,515.77,3497.87,26125927,99.69,0,0,0.59,516.51,3497.13,26125928,99.85,0,0,0.18,516.56,3497.08,26125929,99.69,0,0,0.27,516.29,3497.32,26125930,99.74,0,0,0.3,516.05,3497.58,26125931,99.83,0,0,0.18,516.01,3497.61,26125932,99.68,0,0,0.6,516.42,3497.2,26125933,99.83,0,0,0.14,516.22,3497.4,26125934,99.76,0,0,0.18,516.21,3497.4,26125935,99.71,0,0,0.34,514.99,3498.63,26125936,99.8,0,0,0.17,514.96,3498.66,26125937,99.63,0,0,0.61,515.41,3498.21,26125938,99.81,0,0,0.18,515.57,3498.04,26125939,99.83,0,0,0.16,515.56,3498.05,26125940,99.72,0,0.01,0.3,516.06,3497.57,26125941,99.83,0,0,0.15,516.01,3497.62,26125942,99.66,0,0,0.39,516.41,3497.21,26125943,99.76,0,0,0.28,516.46,3497.15,26125944,99.78,0,0,0.17,516.45,3497.16,26125945,99.63,0,0,0.31,515.81,3497.81,26125946,98.61,0,0,0.18,515.7,3497.93,26125947,99.75,0,0,0.14,515.67,3497.95,26125948,99.57,0,0,0.58,515.42,3498.19,26125949,99.82,0,0,0.14,514.83,3498.78,26125950,99.63,0,0.02,0.32,516.5,3497.13,26125951,99.81,0,0.01,0.18,516.51,3497.11,26125952,99.8,0,0,0.16,516.46,3497.15,26125953,99.67,0,0,0.59,516.26,3497.35,26125954,99.77,0,0,0.23,515.99,3497.62,26125955,99.73,0,0,0.37,516.18,3497.44,26125956,99.8,0,0,0.18,516.25,3497.36,26125957,99.81,0,0,0.18,516.31,3497.3,26125958,99.66,0,0,0.61,516.66,3496.95,26125959,99.6,0,0,0.27,516.5,3497.08,26125960,99.72,0,0,0.37,516.28,3497.32,26125961,99.84,0,0,0.13,516.24,3497.36,26125962,99.81,0,0,0.16,516.24,3497.36,26125963,99.69,0,0,0.63,516.85,3496.74,26125964,99.81,0,0,0.15,516.69,3496.91,26125965,99.74,0,0,0.32,516.44,3497.18,26125966,99.79,0,0,0.14,516.42,3497.2,26125967,99.78,0,0,0.16,516.4,3497.22,26125968,99.67,0,0,0.55,516.78,3496.83,26125969,99.79,0,0,0.18,516.3,3497.31,26125970,99.68,0,0,0.36,515.58,3498.06,26125971,99.82,0,0,0.13,515.55,3498.09,26125972,99.79,0,0,0.18,515.52,3498.11,26125973,99.63,0,0,0.61,516.4,3497.23,26125974,99.8,0,0,0.21,515.97,3497.66,26125975,99.72,0,0,0.37,516.21,3497.43,26125976,99.75,0,0,0.18,516.19,3497.45,26125977,99.75,0,0,0.18,516.17,3497.46,26125978,99.7,0,0,0.36,516.61,3497.02,26125979,99.82,0,0,0.4,516.49,3497.14,26125980,99.6,0,0,0.37,516.4,3497.24,26125981,99.73,0,0,0.2,516.33,3497.31,26125982,99.76,0,0,0.2,516.31,3497.32,26125983,99.8,0,0,0.2,516.29,3497.34,26125984,99.13,0,0,1.35,517.09,3496.53,26125985,99.65,0,0,0.38,515.81,3497.83,26125986,99.82,0,0,0.2,515.75,3497.89,26125987,99.8,0,0,0.17,515.72,3497.91,26125988,99.8,0,0,0.19,515.7,3497.93,26125989,99.48,0,0,0.69,516.88,3496.72,26125990,99.75,0,0,0.34,516.67,3496.95,26125991,99.81,0,0,0.21,516.69,3496.93,26125992,99.8,0,0,0.17,516.56,3497.05,26125993,99.81,0,0,0.2,516.54,3497.06,26125994,99.7,0,0,0.58,516.87,3496.73,26125995,99.72,0,0,0.31,515.56,3498.06,26125996,99.83,0,0,0.17,515.51,3498.1,26125997,99.85,0,0,0.22,515.25,3498.36,26125998,99.82,0,0,0.16,515.2,3498.4,26125999,99.68,0,0,0.57,516.37,3497.23,26126000,99.75,0,0,0.37,516.76,3496.86,26126001,99.83,0,0,0.2,516.83,3496.79,26126002,99.8,0,0,0.2,516.8,3496.81,26126003,99.77,0,0,0.2,516.79,3496.82,26126004,99.63,0,0,0.44,517.4,3496.2,26126005,99.68,0,0,0.46,516.63,3496.99,26126006,99.8,0,0,0.18,516.5,3497.14,26126007,99.79,0,0,0.17,516.47,3497.17,26126008,99.78,0,0,0.18,516.45,3497.19,26126009,99.59,0,0,0.47,516.89,3496.74,26126010,99.69,0,0,0.47,515.73,3497.92,26126011,99.83,0,0,0.18,515.83,3497.82,26126012,99.8,0,0,0.16,515.81,3497.83,26126013,99.79,0,0,0.18,515.78,3497.86,26126014,99.59,0,0,0.36,516.06,3497.57,26126015,99.69,0,0,0.56,516.49,3497.16,26126016,99.82,0,0,0.16,516.47,3497.17,26126017,99.82,0,0,0.17,515.5,3498.13,26126018,99.73,0,0,0.18,515.45,3498.18,26126019,99.23,0,0,0.29,515.9,3497.7,26126020,99.46,0,0,0.71,514.85,3498.77,26126021,99.83,0.01,0,0.18,514.56,3499.06,26126022,99.81,0,0,0.16,514.57,3499.05,26126023,99.83,0,0,0.17,514.55,3499.06,26126024,99.75,0,0,0.17,514.53,3499.08,26126025,99.48,0,0,0.82,515.16,3498.46,26126026,99.85,0,0,0.16,514.74,3498.86,26126027,99.83,0,0,0.16,514.71,3498.89,26126028,99.8,0,0,0.18,514.69,3498.91,26126029,99.82,0,0,0.18,514.67,3498.93,26126030,99.47,0,0,0.75,515.53,3498.09,26126031,99.83,0,0,0.14,514.55,3499.05,26126032,99.82,0,0,0.16,514.56,3499.05,26126033,99.88,0,0,0.14,514.54,3499.06,26126034,99.88,0,0,0.14,514.52,3499.08,26126035,99.59,0,0,0.75,516.51,3497.1,26126036,99.87,0,0,0.16,516.21,3497.39,26126037,99.9,0,0,0.16,516.18,3497.42,26126038,99.87,0,0,0.14,516.17,3497.42,26126039,99.85,0,0,0.15,516.14,3497.44,26126040,99.61,0,0,0.69,516.72,3496.89,26126041,99.89,0,0,0.17,515.88,3497.73,26126042,99.89,0,0,0.13,515.97,3497.63,26126043,99.85,0,0,0.16,516.02,3497.57,26126044,99.85,0,0,0.14,516,3497.59,26126045,99.47,0,0,0.72,516.05,3497.56,26126046,99.84,0,0,0.14,516.23,3497.38,26126047,99.85,0,0,0.13,516.21,3497.39,26126048,99.88,0,0,0.16,516.18,3497.42,26126049,99.71,0,0,0.27,516.16,3497.41,26126050,99.66,0,0,0.46,516.52,3497.07,26126051,99.85,0,0,0.39,515.89,3497.7,26126052,99.8,0,0,0.15,515.87,3497.71,26126053,99.91,0,0,0.16,516.03,3497.55,26126054,99.87,0,0,0.15,516.27,3497.35,26126055,99.56,0,0,0.52,515.47,3498.17,26126056,99.91,0,0,0.36,516.27,3497.37,26126057,99.85,0,0,0.19,516.25,3497.39,26126058,99.9,0,0,0.18,516.24,3497.39,26126059,99.81,0.01,0.01,0.24,516.24,3497.4,26126060,99.74,0.02,0.06,0.67,520.22,3493.31,26126061,99.67,0,0.01,0.55,521.51,3492.02,26126062,99.88,0,0,0.17,521.06,3492.46,26126063,99.88,0,0,0.14,521.03,3492.49,26126064,99.88,0,0,0.16,521,3492.51,26126065,99.74,0,0,0.32,521.53,3492,26126066,99.77,0,0,0.55,521.06,3492.46,26126067,99.15,0,0,0.14,520.19,3493.32,26126068,99.84,0,0,0.15,520.16,3493.35,26126069,99.88,0,0,0.14,520.13,3493.38,26126070,99.74,0,0,0.32,520.31,3493.22,26126071,99.71,0,0,0.54,520.9,3492.62,26126072,99.88,0,0,0.16,520.75,3492.77,26126073,99.9,0,0,0.16,520.72,3492.79,26126074,99.85,0,0,0.18,520.61,3492.9,26126075,99.81,0,0,0.34,521.63,3491.9,26126076,99.74,0.01,0.03,0.64,523.57,3489.9,26126077,99.87,0,0,0.15,524.11,3489.34,26126078,99.85,0,0,0.14,524.08,3489.37,26126079,99.76,0,0,0.33,524.28,3489.14,26126080,99.82,0,0,0.3,524.28,3489.16,26126081,99.76,0,0,0.56,524.61,3488.82,26126082,99.85,0,0,0.15,524.22,3489.2,26126083,99.9,0,0,0.13,524.26,3489.16,26126084,99.92,0,0,0.16,524.35,3489.08,26126085,99.79,0,0,0.3,524.34,3489.11,26126086,99.75,0,0,0.54,524.66,3488.79,26126087,99.93,0,0,0.14,524.28,3489.16,26126088,99.92,0,0,0.17,524.25,3489.19,26126089,99.88,0,0,0.15,524.22,3489.21,26126090,99.76,0,0,0.3,524.21,3489.24,26126091,99.75,0,0,0.32,524.64,3488.81,26126092,99.87,0,0,0.43,523.86,3489.59,26126093,99.91,0,0,0.13,523.82,3489.62,26126094,99.9,0,0,0.19,523.79,3489.65,26126095,99.83,0,0,0.3,524.28,3489.17,26126096,99.9,0,0,0.18,524.24,3489.21,26126097,99.79,0,0,0.55,524.57,3488.88,26126098,99.9,0,0,0.14,524.32,3489.12,26126099,99.9,0,0.01,0.18,524.35,3489.09,26126100,99.75,0,0,0.3,524.15,3489.31,26126101,99.88,0,0,0.17,524.04,3489.41,26126102,99.75,0,0,0.56,524.96,3488.48,26126103,99.9,0,0,0.15,524.47,3488.97,26126104,99.91,0,0,0.15,524.55,3488.88,26126105,99.79,0,0,0.31,524.38,3489.07,26126106,99.85,0,0,0.16,524.35,3489.1,26126107,99.71,0,0,0.55,524.54,3488.9,26126108,99.91,0,0,0.14,523.79,3489.65,26126109,99.78,0,0,0.32,524.48,3488.93,26126110,99.86,0,0,0.34,524.72,3488.7,26126111,99.87,0,0,0.14,524.71,3488.72,26126112,99.72,0,0.01,0.59,525.02,3488.4,26126113,99.9,0,0,0.14,524.33,3489.08,26126114,99.9,0,0,0.14,524.3,3489.12,26126115,99.81,0,0,0.34,523.81,3489.63,26126116,99.91,0,0,0.15,523.77,3489.67,26126117,99.77,0,0,0.6,524.38,3489.05,26126118,99.9,0,0,0.14,524.2,3489.22,26126119,99.86,0,0,0.14,524.27,3489.15,26126120,99.83,0,0,0.37,524.59,3488.85,26126121,99.91,0,0,0.16,524.57,3488.86,26126122,99.77,0,0,0.44,524.9,3488.53,26126123,99.92,0,0,0.23,524.51,3488.91,26126124,99.9,0,0,0.14,524.49,3488.93,26126125,99.8,0,0,0.3,523.52,3489.92,26126126,99.93,0,0,0.16,523.47,3489.96,26126127,99.9,0,0,0.14,523.51,3489.92,26126128,99.75,0,0,0.59,525.09,3488.34,26126129,99.9,0,0,0.17,524.3,3489.12,26126130,99.72,0,0,0.32,524.78,3488.66,26126131,99.93,0,0,0.19,524.75,3488.68,26126132,99.91,0,0,0.14,524.73,3488.7,26126133,99.75,0,0,0.6,525.37,3488.04,26126134,99.88,0,0,0.18,524.58,3488.83,26126135,99.8,0,0,0.33,523.65,3489.78,26126136,99.82,0,0,0.16,523.59,3489.84,26126137,99.82,0,0,0.16,523.55,3489.87,26126138,99.66,0,0,0.57,524.71,3488.71,26126139,99.77,0,0,0.27,524.5,3488.89,26126140,99.72,0,0,0.34,523.77,3489.63,26126141,99.9,0,0,0.14,523.72,3489.68,26126142,99.9,0,0,0.19,523.69,3489.71,26126143,99.77,0,0,0.55,524.43,3488.96,26126144,99.89,0,0,0.14,524.31,3489.07,26126145,99.77,0,0,0.31,524.55,3488.86,26126146,99.88,0,0,0.16,524.53,3488.88,26126147,99.92,0,0,0.15,524.49,3488.91,26126148,99.66,0,0,0.54,524.87,3488.52,26126149,99.89,0,0,0.2,524.66,3488.72,26126150,99.78,0,0,0.33,524.1,3489.3,26126151,99.93,0,0,0.16,524.12,3489.27,26126152,99.87,0,0,0.14,524.09,3489.3,26126153,99.76,0,0,0.57,524.51,3488.87,26126154,99.86,0,0,0.14,524.77,3488.61,26126155,99.83,0,0,0.31,525.01,3488.39,26126156,99.86,0,0,0.19,524.97,3488.43,26126157,99.9,0,0,0.13,524.95,3488.45,26126158,99.86,0,0,0.16,525.1,3488.29,26126159,99.74,0,0,0.58,525.41,3487.97,26126160,99.72,0,0,0.3,524.09,3489.31,26126161,99.92,0,0,0.14,524.05,3489.35,26126162,99.89,0,0,0.16,524.01,3489.38,26126163,99.89,0,0,0.16,523.99,3489.4,26126164,99.73,0,0,0.57,525.24,3488.14,26126165,99.78,0,0,0.38,524.53,3488.87,26126166,99.88,0,0,0.13,524.6,3488.8,26126167,99.87,0,0,0.16,524.56,3488.83,26126168,99.89,0,0,0.15,524.54,3488.84,26126169,99.59,0,0,0.67,525.3,3488.06,26126170,99.68,0,0,0.3,524.75,3488.63,26126171,99.9,0,0,0.15,523.87,3489.5,26126172,99.85,0,0.01,0.16,523.7,3489.67,26126173,99.9,0,0,0.14,523.85,3489.52,26126174,99.73,0,0,0.49,524.18,3489.2,26126175,99.86,0,0,0.36,524.06,3489.33,26126176,99.9,0,0,0.16,524.03,3489.36,26126177,99.84,0,0,0.18,524,3489.39,26126178,99.87,0,0,0.14,523.98,3489.4,26126179,99.76,0,0,0.41,524.39,3488.99,26126180,99.81,0,0,0.47,522.83,3490.56,26126181,99.93,0,0.01,0.14,522.86,3490.53,26126182,99.92,0,0,0.13,522.81,3490.57,26126183,99.88,0,0,0.17,522.77,3490.6,26126184,99.73,0,0,0.4,523.26,3490.12,26126185,99.8,0,0,0.46,523.97,3489.42,26126186,99.93,0,0,0.14,524,3489.38,26126187,99.9,0,0,0.16,524.09,3489.29,26126188,99.89,0,0,0.14,524.06,3489.31,26126189,99.77,0,0,0.55,524.37,3489,26126190,99.78,0,0,0.3,523.55,3489.84,26126191,99.91,0,0,0.15,523.51,3489.88,26126192,99.88,0,0,0.17,523.48,3489.9,26126193,99.9,0,0,0.14,523.46,3489.91,26126194,99.84,0,0,0.19,523.35,3490.02,26126195,99.54,0,0,0.71,524.02,3489.36,26126196,99.9,0,0,0.16,523.32,3490.06,26126197,99.87,0,0,0.14,523.3,3490.08,26126198,99.88,0,0,0.16,523.27,3490.1,26126199,99.61,0,0,0.27,523.97,3489.38,26126200,99.16,0,0,0.71,524.56,3488.81,26126201,99.89,0,0,0.14,524.21,3489.16,26126202,99.91,0,0,0.17,524.19,3489.18,26126203,99.84,0,0,0.15,524.37,3488.99,26126204,99.9,0,0,0.15,524.34,3489.01,26126205,99.69,0,0,0.75,524.36,3489.01,26126206,99.93,0,0,0.14,524.06,3489.31,26126207,99.9,0,0,0.16,524.04,3489.33,26126208,99.91,0,0,0.15,524,3489.36,26126209,99.89,0,0,0.14,523.97,3489.4,26126210,99.7,0,0,0.76,524.37,3489.01,26126211,99.89,0,0,0.14,524.36,3489.02,26126212,99.89,0,0,0.17,524.34,3489.04,26126213,99.92,0,0,0.14,524.3,3489.07,26126214,99.86,0,0,0.14,524.27,3489.1,26126215,99.7,0,0,0.78,524.66,3488.72,26126216,99.93,0,0,0.13,523.5,3489.88,26126217,99.9,0,0,0.16,523.47,3489.9,26126218,99.9,0,0,0.14,523.6,3489.77,26126219,99.9,0,0,0.19,523.85,3489.52,26126220,98.94,0,0,11.11,524.16,3489.18,26126221,99.89,0,0,0.14,524.43,3488.93,26126222,99.9,0,0,0.16,524.4,3488.96,26126223,99.85,0,0,0.14,524.37,3488.98,26126224,99.87,0,0,0.17,524.34,3489.01,26126225,99.65,0,0,0.61,523.71,3489.69,26126226,99.88,0,0,0.27,524.16,3489.26,26126227,99.8,0,0,0.18,524.22,3489.2,26126228,99.9,0,0,0.16,524.18,3489.22,26126229,99.75,0.01,0,0.3,524.62,3488.78,26126230,99.58,0,0,0.64,523.64,3489.78,26126231,99.88,0,0,0.3,524.08,3489.33,26126232,99.88,0,0.01,0.16,524.2,3489.21,26126233,99.88,0,0,0.14,524.2,3489.21,26126234,99.86,0,0,0.18,524.17,3489.23,26126235,99.8,0,0,0.31,523.69,3489.73,26126236,99.75,0,0,0.57,524.46,3488.95,26126237,99.9,0,0,0.21,524.11,3489.3,26126238,99.91,0.01,0,0.14,524.15,3489.26,26126239,99.91,0,0,0.15,524.21,3489.19,26126240,99.83,0,0,0.31,524.45,3488.98,26126241,99.78,0,0,0.56,525.01,3488.42,26126242,99.89,0,0,0.13,524.4,3489.01,26126243,99.9,0,0,0.17,524.37,3489.04,26126244,99.84,0,0,0.15,524.34,3489.07,26126245,99.86,0,0,0.36,524.1,3489.33,26126246,99.73,0,0,0.55,524.92,3488.5,26126247,99.93,0,0,0.16,524.71,3488.7,26126248,96.38,0,0,0.17,524.68,3488.73,26126249,99.9,0,0,0.14,524.65,3488.75,26126250,99.79,0,0,0.33,524.65,3488.77,26126251,99.7,0,0,0.56,524.97,3488.44,26126252,99.79,0,0,0.17,524.59,3488.82,26126253,99.83,0,0,0.14,524.55,3488.85,26126254,99.87,0,0,0.18,524.58,3488.82,26126255,99.74,0,0,0.32,523.53,3489.89,26126256,94.97,0.31,0.01,78.54,537.06,3476.68,26126257,99.73,0,0,181.62,526.82,3486.53,26126258,99.87,0,0,0.19,526.8,3486.55,26126259,99.78,0,0,0.3,527.28,3486.05,26126260,99.74,0,0,0.35,525.62,3487.73,26126261,99.76,0,0,0.48,525.92,3487.43,26126262,99.86,0,0,0.34,524.42,3488.98,26126263,99.92,0,0,0.18,524.48,3488.91,26126264,99.9,0,0,0.17,524.45,3488.93,26126265,99.77,0,0,0.34,523.75,3489.66,26126266,99.77,0,0,0.46,524.13,3489.28,26126267,99.87,0,0,0.32,524.64,3488.76,26126268,99.89,0,0,0.17,524.62,3488.78,26126269,99.85,0,0,0.18,524.59,3488.8,26126270,99.83,0,0,0.38,525,3488.4,26126271,99.84,0,0,0.2,524.98,3488.42,26126272,99.58,0,0,0.59,524.81,3488.59,26126273,99.9,0,0,0.21,523.95,3489.44,26126274,99.88,0,0,0.21,523.92,3489.47,26126275,99.76,0,0,0.39,524.14,3489.26,26126276,99.88,0,0,0.19,524.12,3489.28,26126277,99.72,0,0,0.57,525,3488.4,26126278,99.88,0,0,0.16,524.99,3488.4,26126279,99.83,0,0,0.17,524.82,3488.57,26126280,99.73,0,0,0.38,524.22,3489.18,26126281,99.82,0,0,0.2,524.17,3489.22,26126282,99.7,0,0,0.59,524.8,3488.59,26126283,99.85,0,0,0.15,524.11,3489.27,26126284,99.9,0,0,0.14,524.09,3489.29,26126285,99.76,0,0,0.3,524.65,3488.74,26126286,99.86,0,0,0.17,524.72,3488.67,26126287,99.73,0,0,0.54,525.04,3488.35,26126288,99.83,0,0,0.16,524.66,3488.73,26126289,99.57,0,0,0.33,524.39,3488.97,26126290,99.78,0,0,0.27,523.64,3489.74,26126291,99.86,0,0,0.15,523.6,3489.79,26126292,99.58,0.01,0.01,0.55,524.33,3489.06,26126293,99.85,0,0,0.15,524.46,3488.93,26126294,99.88,0,0,0.15,524.42,3488.96,26126295,99.75,0,0,0.3,523.44,3489.95,26126296,99.82,0,0,0.16,523.4,3489.99,26126297,99.74,0,0,0.64,524.42,3488.97,26126298,99.9,0,0,0.14,524.58,3488.8,26126299,99.9,0,0,0.14,524.55,3488.83,26126300,99.76,0,0,0.26,524.74,3488.66,26126301,99.83,0,0,0.17,524.7,3488.7,26126302,99.73,0,0,0.42,525.04,3488.35,26126303,99.91,0,0,0.28,524.65,3488.74,26126304,99.9,0,0,0.18,524.6,3488.78,26126305,99.74,0,0,0.27,523.87,3489.53,26126306,99.9,0,0,0.14,523.83,3489.57,26126307,99.92,0,0,0.19,523.98,3489.41,26126308,99.7,0,0,0.55,524.3,3489.09,26126309,99.91,0,0,0.14,523.91,3489.48,26126310,99.74,0,0,0.26,524.88,3488.52,26126311,99.9,0,0,0.16,524.87,3488.53,26126312,99.9,0,0,0.15,524.83,3488.57,26126313,99.74,0,0,0.57,524.69,3488.71,26126314,99.89,0,0,0.23,524.29,3489.1,26126315,99.76,0,0,0.29,523.01,3490.39,26126316,99.93,0,0,0.16,522.97,3490.43,26126317,99.88,0,0,0.14,522.93,3490.46,26126318,99.7,0,0,0.59,524.43,3488.96,26126319,99.78,0,0,0.27,524.64,3488.73,26126320,99.78,0,0,0.27,524.92,3488.46,26126321,99.81,0.05,5.65,0.51,524.93,3488.44,26126322,99.89,0,0.01,0.21,524.91,3488.43,26126323,99.74,0,0,0.58,524.36,3488.99,26126324,99.9,0,0,0.14,522.87,3490.47,26126325,99.76,0,0,0.27,524.99,3488.36,26126326,99.85,0,0,0.14,524.25,3489.09,26126327,99.87,0,0,0.16,523.96,3489.38,26126328,99.69,0,0,0.55,524.46,3488.88,26126329,99.88,0,0,0.15,524.4,3488.93,26126330,99.78,0,0,0.26,524.39,3488.96,26126331,99.93,0,0,0.16,524.37,3488.98,26126332,99.89,0,0,0.14,524.34,3489.01,26126333,99.73,0,0,0.55,524.58,3488.77,26126334,99.88,0,0,0.17,524.21,3489.13,26126335,99.84,0,0,0.29,524.23,3489.13,26126336,99.85,0,0,0.14,524.19,3489.16,26126337,99.88,0,0,0.14,524.17,3489.18,26126338,99.75,0,0,0.5,524.54,3488.8,26126339,99.93,0,0,0.2,524.36,3489,26126340,99.78,0,0,0.3,524.11,3489.28,26126341,99.89,0,0,0.16,524.07,3489.32,26126342,99.9,0,0,0.14,524.22,3489.16,26126343,99.75,0,0,0.3,524.76,3488.62,26126344,99.86,0,0,0.4,523.44,3489.93,26126345,99.71,0,0,0.27,522.71,3490.68,26126346,99.89,0,0,0.14,522.67,3490.72,26126347,99.92,0,0,0.17,522.64,3490.75,26126348,99.9,0,0,0.14,522.61,3490.78,26126349,99.54,0,0,0.71,524.7,3488.68,26126350,99.79,0,0,0.27,523.98,3489.41,26126351,99.88,0,0,0.14,523.98,3489.41,26126352,99.91,0,0.01,0.17,523.96,3489.43,26126353,99.89,0,0,0.14,523.92,3489.46,26126354,99.76,0,0,0.54,524.75,3488.65,26126355,99.76,0,0,0.27,523.46,3489.96,26126356,99.91,0,0,0.16,523.37,3490.05,26126357,99.9,0,0,0.19,523.35,3490.06,26126358,99.86,0,0,0.16,523.5,3489.91,26126359,99.74,0,0,0.55,524.32,3489.08,26126360,99.73,0,0,0.26,524.66,3488.76,26126361,99.87,0,0,0.14,524.64,3488.77,26126362,99.88,0,0,0.16,524.61,3488.8,26126363,99.89,0,0,0.14,524.57,3488.84,26126364,99.74,0,0,0.56,524.61,3488.79,26126365,99.82,0,0,0.27,524.23,3489.19,26126366,99.9,0,0,0.16,524.21,3489.2,26126367,99.89,0,0,0.14,524.18,3489.23,26126368,99.89,0,0,0.14,524.15,3489.26,26126369,98.89,0,0,0.56,524.48,3488.92,26126370,99.77,0.01,0.74,0.29,524.16,3489.26,26126371,99.87,0,0.03,0.16,524.17,3489.24,26126372,99.86,0,0.01,0.15,524.13,3489.28,26126373,99.9,0,0,0.16,524.09,3489.31,26126374,99.73,0,0,0.4,524.72,3488.68,26126375,99.78,0,0,0.42,523.18,3490.24,26126376,99.86,0,0,0.15,523.26,3490.16,26126377,99.94,0,0,0.17,523.22,3490.18,26126378,99.88,0,0,0.16,523.34,3490.06,26126379,99.72,0,0,0.27,523.81,3489.57,26126380,99.61,0,0,0.69,524.99,3488.41,26126381,99.89,0,0,0.14,524.61,3488.78,26126382,99.83,0,0,0.16,524.58,3488.81,26126383,99.87,0,0,0.15,524.58,3488.81,26126384,99.89,0,0,0.17,524.72,3488.66,26126385,99.63,0,0,0.77,524.83,3488.56,26126386,99.86,0,0,0.16,524.41,3488.97,26126387,99.9,0,0,0.15,524.38,3488.99,26126388,99.89,0,0,0.18,524.35,3489.02,26126389,99.92,0,0,0.14,524.32,3489.05,26126390,99.72,0,0,0.71,524.68,3488.71,26126391,99.89,0,0,0.15,524.45,3488.93,26126392,99.87,0,0,0.16,524.44,3488.94,26126393,99.92,0,0,0.16,524.41,3488.97,26126394,99.88,0,0,0.16,524.38,3488.99,26126395,99.72,0,0,0.68,524.18,3489.21,26126396,99.86,0,0,0.16,523.37,3490.02,26126397,99.87,0,0,0.14,523.33,3490.05,26126398,99.95,0,0,0.16,523.32,3490.06,26126399,99.91,0,0,0.14,523.46,3489.91,26126400,99.62,0,0,0.65,524.96,3488.43,26126401,99.75,0,0,0.17,523.67,3489.71,26126402,99.85,0,0,0.14,523.64,3489.74,26126403,99.86,0,0,0.15,523.61,3489.77,26126404,99.81,0,0,0.14,523.59,3489.78,26126405,99.61,0,0,0.53,524.06,3489.32,26126406,99.83,0,0,0.3,524.19,3489.19,26126407,99.81,0,0,0.14,524.19,3489.19,26126408,99.86,0,0,0.15,524.16,3489.21,26126409,99.64,0,0,0.26,524.61,3488.74,26126410,99.7,0,0,0.68,525.18,3488.19,26126411,99.85,0,0,0.14,524.58,3488.78,26126412,99.77,0,0.01,0.16,524.55,3488.8,26126413,99.84,0,0,0.15,524.56,3488.79,26126414,99.86,0,0,0.14,524.68,3488.69,26126415,99.72,0,0,0.28,524.19,3489.19,26126416,99.76,0,0,0.58,525,3488.38,26126417,99.83,0,0,0.2,524.38,3488.99,26126418,99.86,0,0,0.14,524.34,3489.03,26126419,99.81,0,0,0.17,524.32,3489.05,26126420,99.81,0,0,0.28,524.36,3489.02,26126421,99.7,0,0.01,0.57,524.77,3488.61,26126422,99.88,0,0,0.15,524.41,3488.97,26126423,99.88,0,0,0.16,524.38,3488.98,26126424,99.86,0,0,0.14,524.36,3489,26126425,99.78,0,0,0.3,523.65,3489.73,26126426,99.72,0,0,0.68,523.73,3489.65,26126427,99.87,0,0,0.14,523.31,3490.07,26126428,99.85,0,0,0.16,523.38,3489.99,26126429,99.88,0,0,0.15,523.47,3489.9,26126430,99.71,0,0,0.28,523.69,3489.69,26126431,99.69,0,0,0.55,524.66,3488.72,26126432,99.79,0,0,0.17,524.62,3488.75,26126433,99.83,0,0,0.14,524.58,3488.79,26126434,99.79,0,0,0.17,524.48,3488.88,26126435,99.76,0,0,0.3,524.31,3489.07,26126436,99.65,0,0,0.4,524.92,3488.45,26126437,99.85,0,0,0.3,524.43,3488.94,26126438,99.82,0,0,0.15,524.35,3489.01,26126439,99.59,0,0,0.26,524.61,3488.73,26126440,99.76,0,0,0.31,524.84,3488.52,26126441,99.65,0,0,0.52,525.16,3488.19,26126442,99.84,0,0,0.19,524.79,3488.56,26126443,99.83,0,0,0.15,524.92,3488.42,26126444,99.82,0,0,0.14,524.91,3488.43,26126445,99.75,0,0,0.29,524.91,3488.45,26126446,99.71,0,0,0.45,525.19,3488.16,26126447,99.82,0,0,0.3,524.6,3488.75,26126448,99.82,0,0,0.14,524.56,3488.77,26126449,99.8,0,0,0.15,524.53,3488.8,26126450,99.71,0,0,0.27,524.09,3489.26,26126451,99.83,0,0,0.16,524.2,3489.15,26126452,99.7,0,0,0.59,525.23,3488.12,26126453,99.78,0,0,0.14,524.86,3488.48,26126454,99.83,0,0,0.16,524.82,3488.52,26126455,99.79,0,0,0.28,524.33,3489.03,26126456,99.8,0,0,0.14,524.28,3489.07,26126457,99.68,0,0,0.55,525.03,3488.32,26126458,99.84,0,0,0.15,524.65,3488.69,26126459,99.83,0,0,0.16,524.62,3488.71,26126460,99.71,0,0,0.29,524.86,3488.49,26126461,99.78,0,0,0.14,524.82,3488.52,26126462,99.67,0,0,0.6,525.15,3488.19,26126463,99.83,0,0,0.15,524.77,3488.57,26126464,99.85,0,0,0.17,524.83,3488.5,26126465,99.73,0,0,0.3,524.47,3488.88,26126466,99.81,0,0,0.14,524.4,3488.95,26126467,99.69,0,0,0.54,525.04,3488.3,26126468,99.83,0,0,0.18,524.83,3488.51,26126469,99.61,0,0,0.29,524.82,3488.49,26126470,99.72,0,0,0.27,525.04,3488.28,26126471,99.83,0,0,0.17,525.01,3488.31,26126472,99.69,0,0.01,0.4,525.29,3488.02,26126473,99.84,0,0,0.29,523.9,3489.4,26126474,99.8,0.01,0.01,0.18,523.83,3489.47,26126475,99.8,0,0,0.29,524.75,3488.57,26126476,99.85,0,0,0.14,524.88,3488.43,26126477,99.7,0,0,0.61,525.29,3488.02,26126478,99.82,0,0,0.19,523.53,3489.78,26126479,99.83,0,0,0.15,523.14,3490.16,26126480,99.81,0,0,0.29,524.1,3489.22,26126481,99.85,0,0,0.14,524.08,3489.23,26126482,99.65,0,0,0.6,524.54,3488.78,26126483,99.82,0,0,0.16,523.95,3489.37,26126484,99.85,0,0,0.15,523.92,3489.4,26126485,99.72,0,0,0.29,524.15,3489.19,26126486,99.82,0,0,0.16,524.13,3489.2,26126487,99.82,0,0,0.14,524.11,3489.22,26126488,99.62,0,0,0.58,523.56,3489.76,26126489,99.86,0,0,0.14,523.06,3490.26,26126490,99.75,0,0,0.29,523.05,3490.28,26126491,99.84,0,0,0.16,523.22,3490.11,26126492,99.8,0,0,0.15,523.19,3490.14,26126493,99.69,0,0,0.55,523.71,3489.61,26126494,99.79,0,0,0.16,523.43,3489.88,26126495,99.74,0,0,0.29,524.1,3489.23,26126496,99.8,0,0,0.15,524.07,3489.26,26126497,99.83,0,0,0.16,524.04,3489.28,26126498,99.67,0,0,0.58,524.64,3488.67,26126499,99.61,0,0,0.36,524.17,3489.12,26126500,99.74,0,0,0.28,524.16,3489.15,26126501,99.81,0,0,0.14,524.13,3489.17,26126502,99.83,0,0,0.15,524.09,3489.2,26126503,99.69,0,0,0.55,524.42,3488.87,26126504,99.82,0,0,0.14,524.03,3489.26,26126505,99.7,0,0,0.28,523.39,3489.91,26126506,99.78,0,0,0.4,523.83,3489.47,26126507,99.8,0,0,0.16,523.92,3489.38,26126508,99.64,0,0,0.41,524.45,3488.84,26126509,99.77,0,0,0.3,524.36,3488.93,26126510,99.68,0,0,0.32,524.6,3488.71,26126511,99.85,0,0,0.18,524.57,3488.75,26126512,99.82,0,0,0.18,524.54,3488.78,26126513,99.64,0,0,0.57,524.8,3488.52,26126514,99.82,0,0,0.2,524.41,3488.9,26126515,99.79,0,0,0.3,524.65,3488.68,26126516,99.82,0,0,0.16,524.62,3488.7,26126517,99.83,0,0,0.14,524.59,3488.73,26126518,99.65,0,0,0.41,525.22,3488.09,26126519,99.82,0,0,0.29,524.27,3489.03,26126520,99.72,0,0,0.27,523.78,3489.54,26126521,99.84,0,0,0.14,523.92,3489.39,26126522,99.84,0,0,0.17,523.89,3489.42,26126523,99.78,0,0,0.14,523.87,3489.43,26126524,99.55,0,0,0.55,523.73,3489.57,26126525,99.69,0,0,0.28,524.07,3489.25,26126526,99.78,0,0,0.16,524.06,3489.26,26126527,99.79,0,0,0.15,524.04,3489.27,26126528,99.81,0,0,0.16,524,3489.3,26126529,99.41,0.02,0.07,0.68,524.73,3488.55,26126530,99.69,0.01,0.01,0.33,524.29,3489.01,26126531,99.8,0,0,0.14,524.4,3488.89,26126532,99.8,0,0.01,0.14,524.41,3488.88,26126533,99.78,0,0,0.16,524.38,3488.9,26126534,99.7,0,0,0.57,524.32,3488.96,26126535,99.73,0,0,0.34,523.13,3490.17,26126536,99.82,0,0,0.18,523.09,3490.21,26126537,99.75,0,0,0.22,523.05,3490.23,26126538,99.85,0,0,0.18,523.02,3490.26,26126539,99.67,0,0,0.59,523.96,3489.31,26126540,99.61,0,0,0.3,523.97,3489.33,26126541,99.83,0,0,0.14,523.88,3489.41,26126542,99.8,0,0,0.16,523.85,3489.44,26126543,99.79,0,0,0.18,523.81,3489.47,26126544,99.66,0,0,0.42,524.97,3488.31,26126545,99.67,0,0,0.47,524.78,3488.52,26126546,99.79,0,0,0.16,524.84,3488.45,26126547,99.83,0,0,0.18,524.9,3488.39,26126548,99.83,0,0,0.14,524.87,3488.41,26126549,99.67,0,0,0.57,525.46,3487.81,26126550,99.72,0,0,0.32,524.59,3488.7,26126551,99.84,0,0,0.15,524.56,3488.73,26126552,99.81,0,0,0.14,524.53,3488.75,26126553,99.84,0,0,0.18,524.5,3488.78,26126554,99.69,0,0,0.42,525.24,3488.03,26126555,99.78,0,0,0.44,524.4,3488.89,26126556,99.83,0,0,0.14,524.37,3488.92,26126557,99.81,0,0,0.16,524.33,3488.95,26126558,99.84,0,0,0.14,524.3,3488.98,26126559,99.69,0,0,0.28,524.75,3488.5,26126560,99.52,0,0,0.66,525.11,3488.15,26126561,99.75,0,0,0.16,524.81,3488.45,26126562,99.8,0,0,0.14,524.88,3488.38,26126563,99.49,0,0,0.16,524.85,3488.41,26126564,99.77,0,0,0.15,524.82,3488.43,26126565,99.59,0,0,0.73,525.28,3487.98,26126566,99.82,0,0,0.15,525.02,3488.24,26126567,99.82,0,0,0.14,524.98,3488.27,26126568,99.77,0,0,0.16,524.96,3488.29,26126569,99.8,0,0,0.14,525.14,3488.11,26126570,99.56,0,0,0.67,524.87,3488.4,26126571,99.8,0,0,0.16,524.87,3488.39,26126572,99.83,0,0,0.14,524.85,3488.41,26126573,99.78,0,0,0.16,524.81,3488.44,26126574,99.82,0,0,0.14,524.78,3488.47,26126575,99.6,0,0,0.68,525.02,3488.24,26126576,99.82,0,0,0.15,524.59,3488.67,26126577,99.81,0,0,0.16,524.65,3488.6,26126578,99.83,0,0,0.14,524.63,3488.63,26126579,99.85,0,0,0.14,524.59,3488.65,26126580,99.47,0,0,0.63,524.3,3488.97,26126581,99.83,0,0,0.23,524.31,3488.95,26126582,99.78,0,0,0.14,524.28,3488.98,26126583,99.83,0,0,0.14,524.26,3489,26126584,99.82,0,0,0.16,524.38,3488.87,26126585,99.56,0,0,0.57,524.75,3488.51,26126586,99.85,0,0,0.31,524.36,3488.89,26126587,99.85,0,0,0.14,524.33,3488.92,26126588,99.9,0,0,0.15,524.31,3488.93,26126589,99.83,0,0,0.27,525.01,3488.21,26126590,99.69,0,0,0.45,525.35,3487.89,26126591,99.83,0,0,0.36,524.82,3488.41,26126592,99.88,0,0.01,0.18,524.88,3488.35,26126593,99.9,0,0,0.14,524.85,3488.38,26126594,87.1,6.22,0.02,149.67,546.85,3448.36,26126595,96.71,0,0,45.21,533.73,3468.92,26126596,99.74,0,0,0.6,528,3479.91,26126597,99.88,0,0,0.2,527.36,3480.53,26126598,99.9,0,0,0.16,527.33,3480.56,26126599,99.91,0,0,0.17,527.2,3480.69,26126600,99.8,0,0,0.38,524.95,3484.12,26126601,99.75,0,0,0.55,524.79,3484.53,26126602,99.93,0,0,0.14,524.41,3484.91,26126603,99.92,0,0,0.14,524.38,3484.93,26126604,99.93,0,0,0.15,524.52,3484.79,26126605,98.48,0,0,15.64,525.16,3484.6,26126606,99.77,0,0,0.57,524.57,3484.73,26126607,99.89,0,0,0.14,524.46,3484.84,26126608,99.9,0,0,0.16,524.43,3484.86,26126609,99.93,0,0,0.15,524.4,3484.89,26126610,99.81,0,0,0.31,523.96,3485.34,26126611,98.97,0,0,0.55,524.34,3484.97,26126612,99.93,0,0,0.16,524.24,3485.08,26126613,99.93,0,0,0.14,524.24,3485.07,26126614,99.91,0,0,0.19,524.21,3485.09,26126615,99.78,0,0,0.31,523.53,3485.77,26126616,99.72,0,0,0.4,524.49,3484.8,26126617,99.9,0,0,0.29,524.44,3484.85,26126618,99.9,0,0,0.16,524.42,3484.87,26126619,99.85,0,0,0.31,524.64,3484.64,26126620,99.88,0,0,0.33,525.04,3484.26,26126621,95.99,0.04,0.01,78.08,534.2,3476.88,26126622,99.83,0,0.01,64.45,527.09,3482.13,26126623,99.87,0,0,0.19,527.22,3482,26126624,99.61,0,0,0.2,527.18,3482.04,26126625,99.77,0,0,0.37,527.17,3482.07,26126626,99.77,0,0,0.36,527.31,3481.93,26126627,99.89,0,0,0.43,523.97,3485.32,26126628,99.86,0,0,0.17,523.95,3485.34,26126629,99.92,0,0,0.16,523.92,3485.36,26126630,99.83,0,0,0.34,524.8,3484.5,26126631,99.9,0,0,0.16,524.79,3484.51,26126632,99.73,0,0,0.61,525.11,3484.18,26126633,99.91,0,0,0.17,523.75,3485.55,26126634,99.88,0,0,0.18,523.71,3485.57,26126635,99.85,0,0,0.3,523.72,3485.59,26126636,99.9,0,0,0.14,523.69,3485.61,26126637,99.74,0,0,0.58,524.38,3484.91,26126638,99.86,0,0,0.15,524.06,3485.24,26126639,99.87,0,0,0.15,524.03,3485.25,26126640,99.77,0,0,0.29,523.56,3485.75,26126641,99.88,0,0,0.14,523.51,3485.79,26126642,99.64,0,0,0.58,524.02,3485.28,26126643,99.88,0,0,0.14,523.45,3485.84,26126644,99.86,0,0,0.15,523.43,3485.86,26126645,99.7,0,0,0.34,523.27,3486.03,26126646,99.86,0.01,0.01,0.16,523.32,3485.97,26126647,99.72,0,0,0.58,524.04,3485.25,26126648,99.88,0,0,0.18,523.74,3485.55,26126649,99.68,0,0,0.34,523.97,3485.29,26126650,99.79,0,0,0.32,522.73,3486.55,26126651,99.91,0,0,0.18,522.68,3486.59,26126652,99.75,0,0.01,0.58,523.33,3485.94,26126653,99.86,0,0,0.18,523.06,3486.21,26126654,99.93,0,0,0.18,523.02,3486.24,26126655,99.81,0,0,0.28,523.73,3485.55,26126656,99.91,0,0,0.16,523.73,3485.54,26126657,99.76,0,0,0.61,524.31,3484.96,26126658,99.91,0,0,0.14,523.92,3485.34,26126659,99.9,0,0,0.14,523.9,3485.36,26126660,99.83,0,0.01,0.28,523.81,3485.47,26126661,99.89,0,0,0.18,523.8,3485.47,26126662,99.73,0,0,0.58,524.18,3485.09,26126663,99.91,0,0,0.14,523.98,3485.28,26126664,99.92,0,0,0.14,523.95,3485.31,26126665,99.84,0,0,0.3,524.19,3485.09,26126666,99.92,0,0,0.16,524.16,3485.12,26126667,99.8,0,0,0.3,524.91,3484.36,26126668,99.89,0,0,0.39,523.79,3485.47,26126669,99.92,0,0,0.17,523.76,3485.5,26126670,99.77,0,0,0.34,524.24,3485.03,26126671,99.94,0,0,0.14,524.22,3485.05,26126672,99.94,0,0,0.16,524.2,3485.07,26126673,99.73,0,0,0.54,524.66,3484.6,26126674,99.85,0,0,0.15,524.26,3485,26126675,99.79,0,0,0.3,523.76,3485.52,26126676,99.9,0,0,0.16,523.82,3485.45,26126677,99.91,0,0,0.18,523.79,3485.48,26126678,99.79,0,0,0.53,524.12,3485.14,26126679,99.73,0,0,0.29,523.52,3485.72,26126680,99.81,0,0,0.29,523.72,3485.54,26126681,99.92,0,0,0.2,523.69,3485.57,26126682,99.91,0,0,0.15,523.73,3485.52,26126683,99.69,0,0,0.54,524.33,3484.91,26126684,99.93,0,0,0.15,524.02,3485.21,26126685,99.24,0,0,0.31,524.26,3484.99,26126686,99.86,0,0,0.14,524.23,3485.01,26126687,99.85,0,0,0.17,524.2,3485.04,26126688,99.66,0,0,0.4,524.53,3484.71,26126689,99.91,0,0,0.29,524.15,3485.09,26126690,99.75,0,0,0.29,523.59,3485.66,26126691,99.89,0,0,0.15,523.54,3485.71,26126692,99.89,0,0,0.16,523.51,3485.74,26126693,99.78,0,0,0.54,524.19,3485.05,26126694,99.85,0,0,0.14,523.45,3485.78,26126695,99.78,0,0,0.28,524.17,3485.08,26126696,99.88,0,0,0.17,524.16,3485.09,26126697,99.88,0,0,0.15,524.31,3484.94,26126698,99.73,0,0,0.45,524.66,3484.58,26126699,99.83,0,0,0.31,524.5,3484.74,26126700,99.72,0,0,0.27,523.28,3485.98,26126701,99.92,0,0,0.16,523.22,3486.03,26126702,99.94,0,0,0.14,523.19,3486.06,26126703,99.88,0.01,0.01,0.19,523.24,3486,26126704,99.71,0,0,0.61,523.82,3485.41,26126705,99.66,0,0,0.31,523.79,3485.45,26126706,99.88,0.01,0.01,0.17,523.72,3485.52,26126707,99.86,0.01,0.01,0.16,523.7,3485.53,26126708,99.89,0,0,0.14,523.64,3485.6,26126709,99.55,0,0,0.7,524.85,3484.36,26126710,99.79,0,0,0.35,523.33,3485.89,26126711,99.93,0,0,0.14,523.26,3485.96,26126712,99.92,0,0.01,0.16,523.23,3485.99,26126713,99.91,0,0,0.18,523.2,3486.01,26126714,99.74,0,0,0.54,524.91,3484.34,26126715,99.84,0,0,0.28,524.66,3484.62,26126716,99.9,0,0,0.14,524.62,3484.65,26126717,99.92,0,0,0.21,524.23,3485.04,26126718,99.92,0,0,0.14,524.3,3484.96,26126719,99.77,0,0,0.58,524.85,3484.4,26126720,99.85,0,0.01,0.29,523.29,3485.99,26126721,99.9,0,0,0.13,523.24,3486.03,26126722,99.92,0,0,0.16,523.21,3486.06,26126723,99.92,0,0,0.14,523.18,3486.08,26126724,99.78,0,0,0.52,524.24,3485.01,26126725,99.85,0,0,0.39,524.56,3484.72,26126726,99.86,0,0,0.13,524.53,3484.74,26126727,99.9,0,0,0.19,524.51,3484.76,26126728,99.9,0,0,0.19,524.47,3484.79,26126729,99.7,0,0,0.58,524.87,3484.38,26126730,99.76,0,0,0.33,524.68,3484.59,26126731,99.89,0,0,0.18,524.65,3484.62,26126732,99.9,0,0,0.18,524.71,3484.56,26126733,99.86,0,0,0.16,524.78,3484.48,26126734,99.78,0,0,0.41,525.11,3484.15,26126735,99.72,0,0,0.46,523.78,3485.5,26126736,99.88,0,0,0.14,523.73,3485.54,26126737,99.87,0,0,0.16,523.69,3485.57,26126738,99.88,0,0,0.15,523.67,3485.59,26126739,99.76,0,0,0.3,524.4,3484.83,26126740,99.48,0,0,0.67,523.54,3485.71,26126741,99.89,0,0,0.16,523.05,3486.2,26126742,99.9,0,0,0.14,523.01,3486.23,26126743,99.89,0,0,0.14,522.99,3486.25,26126744,99.91,0,0,0.15,522.95,3486.28,26126745,99.65,0,0,0.69,524.58,3484.67,26126746,99.89,0,0,0.13,524.39,3484.86,26126747,99.89,0,0,0.16,524.36,3484.88,26126748,99.89,0,0,0.14,524.52,3484.72,26126749,99.85,0,0,0.15,524.47,3484.76,26126750,99.65,0.01,0.02,0.67,524.81,3484.44,26126751,99.91,0,0,0.16,524.4,3484.85,26126752,99.91,0,0,0.15,524.36,3484.88,26126753,99.9,0,0,0.16,524.5,3484.74,26126754,99.87,0,0,0.14,524.5,3484.74,26126755,99.62,0.01,0,0.74,524.9,3484.35,26126756,99.88,0,0,0.18,524.4,3484.85,26126757,99.88,0.01,0,0.15,524.43,3484.81,26126758,99.85,0,0,0.15,524.51,3484.73,26126759,99.89,0,0,0.17,524.48,3484.76,26126760,99.61,0,0,0.71,525.23,3484.02,26126761,99.88,0,0,0.14,524.68,3484.57,26126762,99.9,0,0,0.16,524.65,3484.59,26126763,99.86,0,0,0.14,524.62,3484.62,26126764,99.9,0,0,0.16,524.65,3484.58,26126765,99.66,0,0,0.72,525.39,3483.86,26126766,99.9,0,0,0.15,525.01,3484.24,26126767,99.91,0,0,0.14,524.98,3484.26,26126768,99.9,0,0,0.16,524.96,3484.28,26126769,99.77,0,0,0.27,524.71,3484.51,26126770,99.61,0,0,0.54,524.84,3484.39,26126771,99.88,0,0,0.3,523.9,3485.32,26126772,99.9,0,0.01,0.14,524.03,3485.19,26126773,99.87,0,0,0.15,524.03,3485.19,26126774,99.89,0,0,0.15,524,3485.23,26126775,99.66,0,0,0.75,524.23,3485.02,26126776,99.92,0,0,0.14,524.46,3484.78,26126777,99.88,0,0.01,0.2,524.65,3484.59,26126778,99.92,0,0,0.16,524.62,3484.61,26126779,99.9,0,0,0.14,524.77,3484.46,26126780,99.78,0,0.01,0.27,523.82,3485.43,26126781,99.77,0,0,0.56,524.63,3484.62,26126782,99.9,0,0,0.14,524.22,3485.02,26126783,99.89,0,0,0.15,524.19,3485.05,26126784,99.9,0,0,0.17,524.17,3485.06,26126785,99.87,0,0,0.29,524.88,3484.37,26126786,99.75,0,0,0.57,525.49,3483.76,26126787,99.89,0,0,0.16,524.47,3484.77,26126788,99.9,0,0,0.14,524.01,3485.23,26126789,99.93,0,0,0.15,523.99,3485.25,26126790,99.75,0,0,0.28,523.97,3485.28,26126791,99.67,0,0,0.57,524.47,3484.78,26126792,99.87,0,0,0.16,523.92,3485.32,26126793,99.9,0,0,0.15,523.9,3485.34,26126794,99.9,0,0,0.14,523.93,3485.3,26126795,99.7,0,0,0.31,522.85,3486.4,26126796,99.72,0,0,0.54,523.36,3485.89,26126797,99.88,0,0,0.15,523.26,3485.98,26126798,99.84,0,0,0.15,523.22,3486.01,26126799,99.69,0,0,0.35,524.18,3485.03,26126800,99.77,0,0,0.28,522.72,3486.51,26126801,99.72,0,0,0.41,523.3,3485.92,26126802,99.89,0,0,0.29,523.72,3485.5,26126803,99.92,0,0,0.15,523.78,3485.44,26126804,99.88,0,0,0.14,523.75,3485.48,26126805,99.84,0,0,0.28,523.78,3485.47,26126806,99.77,0,0,0.6,518.23,3491.99,26126807,99.86,0.01,0.14,0.2,516.15,3494.37,26126808,99.87,0,0,0.14,516.16,3494.36,26126809,99.86,0,0,0.15,516.14,3494.38,26126810,99.76,0,0,0.29,515.89,3494.64,26126811,99.76,0,0,0.39,516.21,3494.31,26126812,99.92,0,0,0.32,515.83,3494.68,26126813,99.92,0,0,0.15,515.81,3494.7,26126814,99.88,0,0,0.14,515.79,3494.71,26126815,99.87,0,0,0.3,515.63,3494.89,26126816,99.93,0,0,0.16,515.71,3494.8,26126817,99.71,0,0,0.55,516.43,3494.08,26126818,99.88,0,0,0.15,515.67,3494.84,26126819,99.9,0,0,0.15,515.64,3494.87,26126820,99.7,0,0,0.32,514.19,3496.33,26126821,99.83,0,0,0.15,514.13,3496.38,26126822,99.77,0,0,0.6,516.4,3494.11,26126823,99.88,0,0,0.14,516.05,3494.45,26126824,99.79,0,0,0.14,516.03,3494.47,26126825,99.78,0,0,0.31,515.87,3494.65,26126826,99.88,0,0,0.17,515.94,3494.57,26126827,99.72,0,0,0.57,516.65,3493.85,26126828,99.92,0,0,0.16,516.13,3494.37,26126829,99.72,0,0,0.41,516.38,3494.08,26126830,99.77,0,0,0.33,516.6,3493.88,26126831,94.79,0.95,0.02,182.25,522.68,3487.44,26126832,99.62,0,0,78.51,518.97,3490.23,26126833,99.91,0,0,0.15,518.59,3490.62,26126834,99.88,0,0,0.16,518.64,3490.56,26126835,99.83,0,0,0.3,518.61,3490.61,26126836,99.9,0,0,0.21,517.65,3491.59,26126837,99.76,0,0,0.59,516.54,3492.73,26126838,99.89,0,0,0.14,516.52,3492.75,26126839,99.92,0,0,0.15,516.5,3492.77,26126840,99.81,0,0,0.28,516.26,3493.02,26126841,99.88,0,0,0.14,516.23,3493.05,26126842,99.73,0,0,0.42,516.63,3492.67,26126843,99.89,0,0,0.29,516.44,3492.84,26126844,99.87,0,0,0.16,516.41,3492.87,26126845,99.8,0,0,0.31,515.46,3493.84,26126846,99.85,0,0,0.16,515.56,3493.73,26126847,99.77,0,0,0.48,516.24,3493.05,26126848,99.88,0,0,0.2,515.3,3493.99,26126849,99.87,0,0,0.16,515.26,3494.02,26126850,99.8,0,0,0.28,515.98,3493.32,26126851,99.88,0,0,0.16,515.99,3493.3,26126852,99.85,0,0,0.14,515.96,3493.34,26126853,99.04,0,0,0.55,516.43,3492.86,26126854,99.85,0,0,0.14,515.91,3493.37,26126855,99.82,0,0,0.36,515.99,3493.3,26126856,99.92,0,0,0.14,515.89,3493.4,26126857,99.9,0,0,0.15,516.04,3493.25,26126858,99.76,0,0,0.58,516.58,3492.7,26126859,99.77,0,0,0.32,516.28,3492.98,26126860,99.8,0,0,0.28,516.27,3493,26126861,99.88,0.03,1.1,0.32,516.22,3493.04,26126862,99.88,0,0,0.18,516.19,3493.07,26126863,99.74,0,0,0.57,515.99,3493.27,26126864,99.89,0.02,0.74,0.16,515.19,3494.07,26126865,99.76,0,0.01,0.51,516.4,3492.88,26126866,99.9,0,0,0.14,516.55,3492.73,26126867,99.92,0,0,0.13,516.51,3492.78,26126868,99.76,0,0,0.59,516.84,3492.44,26126869,99.94,0,0,0.14,516.47,3492.81,26126870,99.8,0,0,0.28,516.23,3493.06,26126871,99.85,0,0,0.16,516.2,3493.09,26126872,99.9,0,0,0.14,516.18,3493.11,26126873,99.73,0,0,0.57,516.5,3492.78,26126874,99.9,0,0,0.16,516.12,3493.15,26126875,99.81,0,0,0.34,514.93,3494.36,26126876,99.85,0.04,1.97,0.21,515.12,3494.16,26126877,99.87,0.05,1.96,0.21,515.22,3494.05,26126878,99.78,0,0,0.58,516.06,3493.19,26126879,99.92,0,0,0.17,515.71,3493.54,26126880,99.7,0,0.01,0.34,514.97,3494.29,26126881,99.92,0,0,0.16,514.92,3494.34,26126882,99.9,0,0,0.16,514.9,3494.36,26126883,99.8,0,0,0.4,515.3,3493.95,26126884,99.9,0,0,0.41,515.84,3493.41,26126885,99.86,0,0,0.32,515.43,3493.83,26126886,99.9,0,0,0.17,515.52,3493.73,26126887,99.88,0,0,0.19,515.5,3493.75,26126888,99.86,0,0,0.16,515.48,3493.77,26126889,99.66,0,0,0.69,516.3,3492.92,26126890,99.78,0,0,0.31,516.19,3493.06,26126891,99.9,0,0,0.18,516.17,3493.07,26126892,99.91,0,0,0.16,516.15,3493.09,26126893,99.89,0.03,0.84,0.17,516.14,3493.09,26126894,99.76,0,0,0.61,516.66,3492.56,26126895,99.8,0,0,0.56,517.03,3492.16,26126896,99.9,0,0,0.2,518.11,3491.02,26126897,99.91,0,0,0.24,518.57,3490.56,26126898,99.87,0,0,0.2,518.56,3490.56,26126899,99.76,0,0,0.63,519.8,3489.32,26126900,99.83,0,0,0.37,520.26,3488.88,26126901,99.92,0,0,0.19,520.23,3488.9,26126902,99.9,0,0,0.2,520.22,3488.9,26126903,99.87,0,0,0.18,520.2,3488.93,26126904,99.76,0,0,0.59,520.4,3488.72,26126905,99.77,0,0,0.32,517.99,3491.15,26126906,99.89,0,0,0.17,517.94,3491.19,26126907,99.84,0,0,0.18,518.06,3491.07,26126908,99.91,0,0,0.15,518.08,3491.04,26126909,99.78,0,0,0.57,519.17,3489.95,26126910,99.78,0,0,0.3,520.11,3489.02,26126911,99.87,0,0,0.19,520.01,3489.12,26126912,99.9,0,0,0.16,519.99,3489.13,26126913,99.72,0,0,0.14,519.97,3489.15,26126914,99.72,0,0,0.42,520.63,3488.49,26126915,99.74,0,0,0.5,518.57,3490.56,26126916,99.88,0,0,0.14,518.44,3490.69,26126917,99.88,0,0,0.14,518.48,3490.65,26126918,99.9,0,0,0.16,518.58,3490.54,26126919,99.43,0,0,0.54,520.65,3488.44,26126920,99.78,0,0,0.5,519.28,3489.83,26126921,99.91,0,0,0.16,519.27,3489.84,26126922,99.9,0,0,0.14,519.25,3489.85,26126923,99.9,0,0,0.14,519.23,3489.87,26126924,99.92,0,0,0.15,519.22,3489.88,26126925,99.61,0,0,0.75,519.64,3489.48,26126926,99.9,0,0,0.14,519.2,3489.91,26126927,99.9,0,0,0.16,519.17,3489.93,26126928,99.48,0,0,0.14,519.16,3489.94,26126929,99.92,0,0,0.15,519.19,3489.9,26126930,99.68,0,0,0.72,520.65,3488.47,26126931,99.83,0,0,0.18,520.29,3488.82,26126932,99.91,0,0.01,0.23,520.27,3488.84,26126933,99.91,0,0,0.18,520.21,3488.88,26126934,99.91,0,0,0.18,520.2,3488.89,26126935,99.6,0,0,0.7,520.63,3488.48,26126936,99.87,0,0,0.14,520.17,3488.93,26126937,99.9,0,0,0.16,520.15,3488.95,26126938,99.91,0,0,0.14,520.12,3488.97,26126939,99.9,0,0,0.15,520.2,3488.89,26126940,99.56,0,0,0.57,520.11,3488.99,26126941,99.86,0,0,0.29,520.27,3488.82,26126942,99.9,0,0,0.16,519.63,3489.46,26126943,99.9,0,0,0.14,519.49,3489.59,26126944,99.87,0,0,0.14,519.47,3489.62,26126945,99.72,0,0,0.65,520.17,3488.93,26126946,99.91,0,0,0.21,519.69,3489.4,26126947,99.86,0,0,0.16,519.66,3489.43,26126948,99.89,0,0,0.16,519.65,3489.44,26126949,99.75,0,0,0.29,519.38,3489.69,26126950,99.64,0,0,0.74,520.24,3488.84,26126951,99.86,0,0,0.13,519.78,3489.3,26126952,99.84,0,0,0.17,519.76,3489.31,26126953,99.92,0,0,0.15,519.74,3489.33,26126954,99.93,0,0,0.19,519.72,3489.35,26126955,99.62,0,0,0.46,518.99,3490.09,26126956,99.9,0,0,0.38,519.45,3489.63,26126957,99.9,0,0,0.23,519.43,3489.64,26126958,99.82,0,0,0.18,519.4,3489.67,26126959,99.79,0,0,0.18,519.38,3489.68,26126960,99.83,0,0,0.31,519.37,3489.7,26126961,99.74,0,0,0.54,519.86,3489.21,26126962,99.83,0,0,0.15,519.55,3489.52,26126963,99.88,0,0,0.15,519.55,3489.52,26126964,99.9,0,0,0.14,519.52,3489.54,26126965,99.74,0,0,0.38,519.77,3489.31,26126966,99.67,0,0,0.62,519.88,3489.19,26126967,99.88,0,0,0.17,519.48,3489.59,26126968,99.87,0,0,0.14,519.45,3489.62,26126969,99.86,0,0,0.15,519.42,3489.64,26126970,99.77,0,0,0.29,519.67,3489.41,26126971,99.66,0,0,0.56,519.66,3489.4,26126972,99.9,0,0,0.14,519.19,3489.87,26126973,99.92,0,0,0.15,519.29,3489.77,26126974,99.86,0,0,0.14,519.26,3489.79,26126975,99.73,0,0,0.32,518.85,3490.22,26126976,99.75,0,0,0.48,519.81,3489.25,26126977,99.86,0,0,0.21,519.98,3489.09,26126978,99.88,0,0,0.14,519.95,3489.11,26126979,99.72,0,0,0.29,519.94,3489.11,26126980,99.69,0,0,0.29,518.75,3490.33,26126981,99.73,0,0,0.58,519.62,3489.45,26126982,99.82,0,0,0.18,519.64,3489.43,26126983,99.83,0,0,0.18,519.62,3489.44,26126984,99.85,0,0,0.18,519.75,3489.3,26126985,99.8,0,0,0.39,520.02,3489.04,26126986,95.01,0.32,0.01,78.5,531.33,3478.06,26126987,99.73,0,0,181.55,522.33,3487.12,26126988,99.78,0,0,0.16,522.33,3487.12,26126989,99.79,0,0,0.17,522.3,3487.15,26126990,99.74,0,0,0.3,522.56,3486.9,26126991,99.68,0,0,0.49,522.58,3486.89,26126992,99.79,0,0,0.33,519.83,3489.69,26126993,99.8,0,0,0.17,519.8,3489.71,26126994,99.78,0,0,0.17,519.91,3489.6,26126995,99.68,0,0,0.32,520.21,3489.32,26126996,99.78,0,0,0.17,520.19,3489.33,26126997,99.62,0,0,0.61,520.02,3489.49,26126998,99.82,0,0,0.17,519.66,3489.85,26126999,99.83,0,0,0.17,519.64,3489.87,26127000,99.68,0,0,0.33,518.43,3491.1,26127001,99.82,0,0,0.21,518.39,3491.13,26127002,99.62,0,0,0.58,520.42,3489.09,26127003,99.8,0,0,0.18,520.07,3489.44,26127004,99.82,0,0,0.17,520.04,3489.47,26127005,99.66,0,0,0.32,519.52,3490.01,26127006,99.81,0,0,0.21,519.5,3490.03,26127007,99.63,0,0,0.6,520.44,3489.1,26127008,99.77,0,0,0.19,520.19,3489.34,26127009,99.56,0,0,0.3,519.68,3489.82,26127010,99.73,0,0,0.32,519.43,3490.09,26127011,99.83,0,0,0.18,519.4,3490.12,26127012,99.69,0,0,0.57,520.62,3488.89,26127013,99.85,0,0,0.17,520.1,3489.41,26127014,99.81,0,0,0.17,520.08,3489.43,26127015,99.76,0,0,0.33,520.08,3489.44,26127016,99.84,0,0,0.15,520.21,3489.31,26127017,99.63,0,0,0.64,520.3,3489.22,26127018,99.83,0,0,0.16,519.21,3490.3,26127019,99.83,0,0,0.17,519.2,3490.3,26127020,99.77,0,0,0.32,520.16,3489.36,26127021,99.81,0,0,0.2,520.16,3489.35,26127022,99.6,0,0,0.56,520.17,3489.34,26127023,99.83,0,0,0.17,519.13,3490.37,26127024,99.81,0,0,0.17,519.1,3490.39,26127025,99.76,0,0,0.33,519.84,3489.68,26127026,99.83,0,0,0.16,519.82,3489.69,26127027,99.62,0,0,0.44,519.98,3489.52,26127028,99.81,0,0,0.3,518.98,3490.53,26127029,99.82,0,0,0.17,518.95,3490.55,26127030,99.73,0,0,0.31,519.21,3490.3,26127031,99.82,0,0,0.18,519.18,3490.33,26127032,99.65,0,0,0.41,520.05,3489.46,26127033,99.82,0,0,0.3,520.13,3489.37,26127034,99.85,0,0,0.17,520.12,3489.38,26127035,99.65,0,0,0.36,519.91,3489.6,26127036,99.86,0,0,0.17,519.84,3489.67,26127037,99.8,0,0,0.18,519.82,3489.69,26127038,99.59,0,0,0.63,519.04,3490.46,26127039,99.6,0,0,0.33,520.41,3489.07,26127040,99.74,0,0,0.37,519.96,3489.54,26127041,99.81,0,0,0.2,519.92,3489.57,26127042,99.76,0,0,0.2,519.9,3489.59,26127043,99.68,0,0,0.57,519.83,3489.66,26127044,99.83,0,0,0.17,519.36,3490.12,26127045,99.64,0,0,0.32,518.88,3490.62,26127046,99.8,0,0,0.18,518.85,3490.64,26127047,99.78,0,0,0.17,518.82,3490.66,26127048,99.63,0,0,0.48,520.09,3489.39,26127049,99.83,0,0,0.26,520.35,3489.13,26127050,99.74,0,0,0.32,520.46,3489.04,26127051,99.8,0,0,0.16,520.43,3489.06,26127052,99.81,0,0,0.17,520.41,3489.08,26127053,99.61,0,0,0.59,520.59,3488.89,26127054,99.83,0,0,0.18,520.12,3489.35,26127055,99.75,0,0,0.32,519.4,3490.09,26127056,99.8,0,0,0.17,519.37,3490.12,26127057,99.83,0,0,0.18,519.35,3490.14,26127058,99.65,0,0,0.47,520.03,3489.45,26127059,99.74,0,0,0.32,520.04,3489.44,26127060,99.7,0,0,0.33,518.83,3490.68,26127061,99.82,0,0,0.17,518.89,3490.62,26127062,99.82,0,0,0.17,518.95,3490.55,26127063,99.67,0,0,0.43,519.79,3489.71,26127064,99.84,0,0,0.32,520.39,3489.11,26127065,99.76,0,0,0.4,520.4,3489.11,26127066,99.82,0,0,0.2,520.37,3489.14,26127067,99.84,0,0,0.2,520.34,3489.17,26127068,99.66,0,0,0.42,520.65,3488.84,26127069,99.6,0,0,0.54,520.09,3489.39,26127070,99.68,0.01,0.04,0.37,520.14,3489.35,26127071,99.8,0,0,0.2,520.14,3489.35,26127072,99.83,0,0,0.2,520.1,3489.38,26127073,99.81,0,0,0.2,520.08,3489.39,26127074,99.63,0,0,0.6,520.42,3489.08,26127075,99.69,0,0,0.33,519.18,3490.34,26127076,99.81,0,0,0.17,519.05,3490.47,26127077,99.79,0,0,0.21,519.62,3489.89,26127078,99.84,0,0,0.16,519.72,3489.79,26127079,99.71,0.01,0.01,0.59,520.8,3488.71,26127080,99.68,0,0,0.31,518.75,3490.77,26127081,99.84,0,0,0.18,518.65,3490.87,26127082,99.82,0,0,0.17,518.63,3490.89,26127083,99.83,0,0,0.16,518.61,3490.9,26127084,99.63,0,0,0.61,520.38,3489.13,26127085,99.78,0,0,0.33,520.07,3489.45,26127086,99.83,0,0,0.16,520.14,3489.38,26127087,99.8,0.02,0.64,0.25,520.15,3489.37,26127088,99.82,0,0,0.19,520.07,3489.44,26127089,99.65,0,0,0.51,520.9,3488.61,26127090,99.68,0.1,3.57,0.51,520.4,3489.11,26127091,99.83,0,0,0.16,520.44,3489.05,26127092,99.78,0,0,0.14,520.42,3489.07,26127093,99.8,0,0,0.15,519.71,3489.78,26127094,99.68,0,0,0.52,519.81,3489.67,26127095,99.72,0,0,0.41,519.94,3489.56,26127096,99.53,0,0,0.17,519.87,3489.62,26127097,99.83,0,0,0.14,519.85,3489.64,26127098,99.84,0,0,0.16,519.82,3489.67,26127099,99.48,0,0,0.54,520.14,3489.32,26127100,99.7,0,0,0.43,519.31,3490.17,26127101,99.85,0,0,0.14,519.37,3490.1,26127102,99.84,0,0,0.17,519.45,3490.02,26127103,99.84,0,0,0.14,519.43,3490.04,26127104,99.68,0,0,0.4,519.77,3489.7,26127105,99.65,0,0,0.54,518.2,3491.28,26127106,99.8,0,0,0.14,518.16,3491.32,26127107,99.83,0,0,0.18,518.14,3491.33,26127108,99.8,0,0,0.14,518.11,3491.36,26127109,99.81,0,0,0.14,518.09,3491.38,26127110,99.51,0,0,0.68,519.02,3490.46,26127111,99.81,0,0,0.16,518.57,3490.91,26127112,99.81,0,0,0.14,518.56,3490.92,26127113,99.83,0,0,0.14,518.67,3490.8,26127114,99.8,0,0,0.14,518.7,3490.76,26127115,99.58,0,0,0.71,520.79,3488.69,26127116,99.79,0,0,0.19,520.16,3489.32,26127117,99.82,0,0,0.16,520.13,3489.34,26127118,99.77,0,0,0.16,520.12,3489.35,26127119,99.83,0,0,0.16,520.09,3489.37,26127120,99.51,0,0,0.76,520.27,3489.21,26127121,99.84,0,0,0.16,519.82,3489.66,26127122,99.85,0,0,0.14,519.8,3489.67,26127123,99.83,0,0,0.17,519.78,3489.69,26127124,99.82,0,0,0.15,519.85,3489.61,26127125,99.62,0,0,0.79,520.52,3488.95,26127126,99.82,0,0,0.12,520.15,3489.32,26127127,99.81,0,0,0.16,520.12,3489.34,26127128,99.83,0,0,0.15,520.11,3489.35,26127129,99.73,0,0,0.29,519.83,3489.6,26127130,99.47,0,0,0.64,520.29,3489.16,26127131,99.81,0,0,0.21,520.05,3489.4,26127132,99.79,0,0,0.14,520.02,3489.42,26127133,99.77,0,0,0.15,520,3489.43,26127134,99.76,0,0,0.14,520.04,3489.41,26127135,99.52,0,0,0.72,520.76,3488.7,26127136,99.8,0,0,0.17,519.63,3489.83,26127137,99.79,0,0,0.19,519.36,3490.09,26127138,99.82,0,0,0.14,519.34,3490.1,26127139,99.81,0,0,0.15,519.32,3490.13,26127140,99.59,0,0,0.48,520.05,3489.41,26127141,99.85,0,0,0.64,520.04,3489.42,26127142,99.82,0,0,0.16,520.02,3489.43,26127143,99.84,0,0,0.15,520,3489.45,26127144,99.89,0,0,0.16,520.06,3489.39,26127145,99.78,0,0,0.31,519.99,3489.47,26127146,99.74,0,0,0.72,520.25,3489.21,26127147,99.85,0,0,0.14,519.86,3489.59,26127148,99.87,0,0,0.15,519.84,3489.6,26127149,99.86,0,0,0.14,519.81,3489.62,26127150,99.76,0,0,0.3,519.35,3490.11,26127151,99.68,0,0.02,0.63,519.89,3489.56,26127152,99.89,0,0,0.14,519.49,3489.96,26127153,99.86,0,0,0.2,519.57,3489.88,26127154,99.88,0,0,0.14,519.63,3489.81,26127155,99.73,0,0,0.41,519.93,3489.53,26127156,99.7,0,0,0.64,520.74,3488.71,26127157,99.92,0,0,0.12,520.07,3489.37,26127158,99.9,0,0,0.16,520.05,3489.39,26127159,99.71,0,0,0.31,520.04,3489.37,26127160,99.8,0,0,0.34,519.55,3489.88,26127161,99.76,0,0,0.62,520.08,3489.34,26127162,99.89,0,0,0.18,519.75,3489.67,26127163,99.9,0,0,0.18,519.74,3489.68,26127164,99.88,0,0,0.19,519.71,3489.73,26127165,99.83,0,0,0.36,520.15,3489.32,26127166,99.33,0,0,0.58,520.41,3489.05,26127167,99.91,0,0,0.16,519.88,3489.58,26127168,99.88,0,0,0.14,519.86,3489.59,26127169,99.91,0,0,0.14,519.84,3489.61,26127170,99.82,0,0,0.35,520.34,3489.13,26127171,97.83,0,0,0.58,520.7,3488.76,26127172,99.88,0,0,0.14,520.28,3489.17,26127173,99.91,0,0,0.15,520.27,3489.18,26127174,99.91,0,0,0.15,520.25,3489.2,26127175,99.75,0,0,0.3,519.35,3490.11,26127176,99.67,0,0,0.57,519.93,3489.53,26127177,99.88,0,0,0.14,520.15,3489.31,26127178,99.87,0,0,0.15,520.12,3489.33,26127179,99.91,0,0,0.14,520.1,3489.35,26127180,99.74,0,0,0.3,519.39,3490.07,26127181,99.76,0,0,0.36,520.06,3489.4,26127182,99.9,0,0,0.41,520.06,3489.39,26127183,99.91,0,0,0.18,520.04,3489.41,26127184,99.9,0,0,0.16,520.02,3489.43,26127185,99.82,0,0,0.31,520.26,3489.2,26127186,99.91,0,0,0.13,520.24,3489.21,26127187,99.77,0,0,0.57,520.91,3488.54,26127188,99.88,0,0,0.14,520.64,3488.81,26127189,99.73,0,0,0.28,520.14,3489.29,26127190,99.81,0,0,0.3,520.37,3489.07,26127191,99.92,0,0,0.16,520.35,3489.09,26127192,99.78,0,0,0.55,520.9,3488.54,26127193,99.86,0,0,0.16,520.54,3488.89,26127194,99.88,0,0,0.14,520.52,3488.9,26127195,99.79,0,0,0.34,520.29,3489.16,26127196,99.93,0,0,0.17,520.24,3489.19,26127197,99.7,0,0,0.64,520.96,3488.47,26127198,99.9,0,0,0.15,520.3,3489.13,26127199,99.91,0,0,0.26,518.05,3491.5,26127200,99.79,0,0,0.31,515.84,3493.77,26127201,99.89,0,0,0.18,515.8,3493.81,26127202,99.8,0,0,0.54,517.12,3492.48,26127203,99.91,0,0,0.15,516.99,3492.61,26127204,99.92,0,0,0.14,516.96,3492.64,26127205,99.76,0,0,0.31,515.77,3493.84,26127206,99.88,0,0,0.14,515.71,3493.91,26127207,99.75,0,0,0.41,516.48,3493.12,26127208,99.9,0,0,0.32,516.27,3493.34,26127209,99.89,0,0,0.19,516.33,3493.27,26127210,99.76,0,0,0.33,516.09,3493.53,26127211,99.88,0,0,0.15,516.06,3493.55,26127212,99.75,0,0,0.43,516.43,3493.18,26127213,99.93,0,0,0.3,515.27,3494.33,26127214,99.91,0,0,0.15,515.25,3494.34,26127215,99.78,0,0,0.34,515.49,3494.12,26127216,99.88,0,0,0.17,515.47,3494.13,26127217,99.77,0,0,0.29,515.92,3493.68,26127218,99.82,0,0,0.45,515.92,3493.67,26127219,99.86,0,0,0.3,516.98,3492.61,26127220,99.83,0,0,0.34,516.59,3493.01,26127221,99.9,0,0,0.18,516.56,3493.04,26127222,99.92,0,0,0.18,516.53,3493.07,26127223,99.75,0,0,0.57,517.29,3492.3,26127224,99.93,0,0,0.18,516.98,3492.61,26127225,99.84,0,0,0.36,516.99,3492.62,26127226,99.92,0,0,0.18,516.96,3492.64,26127227,99.9,0,0,0.18,516.94,3492.66,26127228,99.75,0,0,0.57,517.27,3492.32,26127229,99.92,0,0,0.18,516.89,3492.7,26127230,99.77,0,0,0.35,516.74,3492.86,26127231,99.88,0,0,0.18,516.81,3492.79,26127232,99.89,0,0,0.18,516.79,3492.8,26127233,99.79,0,0,0.45,517.26,3492.32,26127234,99.92,0,0,0.31,517,3492.58,26127235,99.81,0,0,0.37,516.85,3492.75,26127236,99.87,0,0,0.13,516.74,3492.86,26127237,99.93,0,0,0.17,516.72,3492.87,26127238,99.77,0,0,0.41,517.14,3492.45,26127239,99.9,0,0,0.3,516.92,3492.66,26127240,99.78,0,0,0.34,516.06,3493.54,26127241,99.83,0,0,0.16,515.94,3493.66,26127242,99.86,0,0,0.16,516.09,3493.5,26127243,99.72,0,0,0.55,516.76,3492.82,26127244,99.86,0,0,0.15,517.02,3492.55,26127245,99.79,0,0,0.35,517.26,3492.33,26127246,99.91,0,0,0.18,517.25,3492.34,26127247,99.88,0,0,0.17,517.22,3492.36,26127248,99.74,0,0,0.55,517.1,3492.48,26127249,99.81,0,0,0.3,516.42,3493.13,26127250,99.83,0,0,0.3,516.19,3493.37,26127251,99.9,0,0,0.14,516.16,3493.41,26127252,99.89,0,0,0.16,516.24,3493.32,26127253,99.82,0,0,0.15,516.54,3493.01,26127254,99.77,0,0,0.57,516.64,3492.94,26127255,99.8,0,0,0.3,516.29,3493.31,26127256,99.91,0,0,0.14,516.26,3493.34,26127257,99.91,0,0,0.2,516.25,3493.34,26127258,99.89,0,0,0.14,516.23,3493.36,26127259,99.78,0,0,0.56,516.15,3493.44,26127260,99.85,0,0,0.31,516.45,3493.16,26127261,99.93,0,0,0.14,516.42,3493.18,26127262,99.92,0,0,0.16,516.4,3493.19,26127263,99.91,0,0,0.16,516.47,3493.12,26127264,99.78,0,0,0.56,516.57,3493.02,26127265,99.77,0,0,0.3,516.55,3493.07,26127266,99.86,0,0,0.15,516.54,3493.08,26127267,99.91,0,0,0.16,516.5,3493.11,26127268,99.87,0,0,0.15,516.48,3493.13,26127269,99.76,0,0,0.55,516.81,3492.79,26127270,99.73,0,0,0.34,516.22,3493.41,26127271,99.81,0,0,0.13,516.2,3493.42,26127272,99.86,0,0,0.18,516.17,3493.45,26127273,99.9,0,0,0.14,516.22,3493.39,26127274,99.75,0,0,0.61,516.79,3492.82,26127275,99.77,0,0,0.35,516.46,3493.16,26127276,99.91,0,0,0.14,516.28,3493.34,26127277,99.91,0,0,0.16,516.26,3493.36,26127278,99.9,0,0,0.15,516.21,3493.4,26127279,99.72,0,0,0.73,517.08,3492.51,26127280,99.79,0,0,0.31,515.72,3493.88,26127281,99.91,0,0,0.16,515.66,3493.93,26127282,99.86,0,0,0.14,515.64,3493.94,26127283,99.91,0,0,0.14,515.78,3493.81,26127284,99.78,0,0,0.5,516.25,3493.35,26127285,99.87,0,0,0.34,516.53,3493.08,26127286,99.89,0,0,0.15,516.5,3493.11,26127287,99.9,0,0,0.16,516.48,3493.13,26127288,99.86,0,0,0.14,516.45,3493.14,26127289,99.79,0,0,0.43,516.82,3492.77,26127290,99.86,0,0,0.45,516.92,3492.69,26127291,99.9,0,0,0.17,516.9,3492.7,26127292,99.88,0,0,0.15,516.88,3492.71,26127293,99.93,0,0,0.18,516.86,3492.74,26127294,99.9,0,0,0.15,516.99,3492.6,26127295,99.68,0,0,0.7,516.89,3492.72,26127296,99.87,0,0,0.14,516.51,3493.09,26127297,99.94,0,0,0.14,516.49,3493.11,26127298,99.92,0,0,0.16,516.47,3493.13,26127299,99.9,0,0,0.14,516.45,3493.14,26127300,99.53,0,0,0.74,516.19,3493.42,26127301,99.92,0,0,0.18,515.68,3493.91,26127302,99.91,0,0,0.18,515.66,3493.94,26127303,99.9,0,0,0.18,515.64,3493.95,26127304,99.9,0,0,0.16,515.61,3493.97,26127305,99.66,0,0,0.7,516.77,3492.83,26127306,99.92,0,0,0.14,516.76,3492.84,26127307,99.93,0,0,0.16,516.75,3492.85,26127308,99.87,0,0,0.14,516.72,3492.87,26127309,99.84,0,0,0.29,516.24,3493.33,26127310,99.62,0,0,0.79,516.82,3492.76,26127311,99.89,0,0,0.14,516.44,3493.13,26127312,99.91,0,0,0.14,516.42,3493.16,26127313,99.89,0,0,0.16,516.4,3493.19,26127314,99.93,0,0,0.13,516.38,3493.2,26127315,99.65,0,0,0.77,517.44,3492.16,26127316,99.91,0,0,0.19,516.61,3492.98,26127317,99.9,0,0,0.2,516.77,3492.82,26127318,99.94,0,0,0.14,516.79,3492.8,26127319,99.89,0,0,0.18,516.76,3492.82,26127320,99.63,0,0,0.76,516.67,3492.93,26127321,99.93,0,0,0.16,516.49,3493.1,26127322,99.89,0,0,0.14,516.48,3493.12,26127323,99.92,0,0,0.16,516.45,3493.14,26127324,99.91,0,0,0.18,516.43,3493.15,26127325,99.72,0,0,0.73,517.13,3492.47,26127326,99.87,0,0,0.14,516.66,3492.94,26127327,99.9,0,0,0.16,516.64,3492.95,26127328,99.93,0,0,0.14,516.76,3492.83,26127329,99.9,0,0,0.14,516.79,3492.8,26127330,99.64,0,0,0.59,516.96,3492.64,26127331,99.93,0,0,0.29,517.01,3492.58,26127332,99.93,0,0,0.17,516.98,3492.61,26127333,99.92,0,0,0.15,516.97,3492.62,26127334,99.9,0,0,0.14,516.93,3492.64,26127335,99.85,0,0,0.38,516.65,3492.94,26127336,99.77,0,0,0.55,517.03,3492.56,26127337,99.9,0,0,0.14,516.66,3492.92,26127338,99.47,0,0,0.14,516.63,3492.95,26127339,99.87,0,0,0.29,516.61,3492.95,26127340,99.86,0,0,0.31,515.79,3493.78,26127341,99.75,0,0,0.63,517.24,3492.32,26127342,99.88,0,0,0.15,516.99,3492.57,26127343,99.92,0,0,0.16,516.97,3492.58,26127344,99.87,0,0,0.15,516.95,3492.6,26127345,99.82,0,0,0.38,516.23,3493.33,26127346,99.78,0,0,0.41,516.98,3492.57,26127347,99.9,0,0,0.28,516.9,3492.65,26127348,99.92,0,0,0.16,516.89,3492.66,26127349,99.92,0,0,0.15,516.85,3492.69,26127350,99.83,0,0,0.37,516.72,3492.84,26127351,96.24,0.04,0.01,78.91,529.35,3481.73,26127352,99.09,0,0,64.05,519,3490.43,26127353,99.93,0,0,0.14,518.98,3490.45,26127354,99.91,0,0,0.14,518.96,3490.46,26127355,99.78,0,0,0.32,518.1,3491.34,26127356,99.78,0,0,0.61,517.84,3491.62,26127357,99.91,0,0,0.15,516.21,3493.26,26127358,99.9,0,0,0.14,516.2,3493.27,26127359,99.91,0,0,0.15,516.17,3493.29,26127360,99.71,0,0,0.32,515.7,3493.78,26127361,99.77,0,0,0.41,516.38,3493.1,26127362,99.91,0,0,0.31,517.11,3492.38,26127363,99.85,0,0,0.15,517.09,3492.4,26127364,99.89,0,0.01,0.16,517.1,3492.38,26127365,99.81,0,0,0.35,516.74,3492.75,26127366,99.78,0,0,0.52,517.19,3492.3,26127367,99.86,0,0,0.18,517.17,3492.31,26127368,99.9,0,0,0.16,517.16,3492.32,26127369,99.78,0,0,0.29,517.13,3492.33,26127370,99.79,0,0,0.32,516.65,3492.82,26127371,99.76,0,0,0.32,517.29,3492.18,26127372,99.86,0,0,0.39,517.08,3492.39,26127373,99.92,0,0,0.14,517.06,3492.41,26127374,99.85,0,0,0.14,517.03,3492.45,26127375,99.72,0,0,0.32,514.83,3494.67,26127376,99.86,0,0,0.15,514.74,3494.75,26127377,99.75,0,0,0.6,517.09,3492.42,26127378,99.84,0,0,0.14,516.91,3492.59,26127379,99.92,0,0,0.16,516.89,3492.6,26127380,99.83,0,0,0.31,517.14,3492.37,26127381,99.9,0,0,0.14,517.12,3492.39,26127382,99.77,0,0,0.59,517.23,3492.27,26127383,99.9,0,0,0.16,516.83,3492.67,26127384,99.87,0,0,0.14,516.81,3492.68,26127385,99.75,0,0,0.31,517.05,3492.46,26127386,99.87,0,0,0.17,517.04,3492.47,26127387,99.73,0,0,0.58,517.84,3491.67,26127388,99.88,0,0,0.15,517.22,3492.28,26127389,99.9,0,0,0.15,517.2,3492.3,26127390,99.84,0,0,0.31,517.2,3492.31,26127391,99.95,0,0,0.14,517.18,3492.33,26127392,99.78,0,0,0.54,517.62,3491.88,26127393,99.86,0,0,0.2,516.89,3492.6,26127394,99.87,0,0,0.14,516.86,3492.63,26127395,99.81,0,0,0.37,516.66,3492.86,26127396,99.9,0,0,0.14,516.84,3492.66,26127397,99.61,0,0,0.59,517.1,3492.4,26127398,99.87,0,0,0.16,516.4,3493.1,26127399,99.79,0,0,0.28,517.2,3492.27,26127400,99.79,0,0,0.36,516.73,3492.76,26127401,99.85,0,0,0.18,516.71,3492.78,26127402,99.66,0,0,0.61,516.74,3492.74,26127403,99.89,0,0,0.17,515.68,3493.8,26127404,99.87,0,0,0.15,515.66,3493.82,26127405,99.8,0,0,0.36,515.17,3494.33,26127406,99.87,0,0,0.15,515.14,3494.36,26127407,99.7,0,0,0.43,515.57,3493.92,26127408,99.89,0,0,0.29,515.59,3493.91,26127409,99.9,0,0,0.14,515.58,3493.91,26127410,99.69,0,0,0.32,516.15,3493.36,26127411,99.89,0,0,0.14,516.24,3493.26,26127412,99.71,0,0,0.32,516.73,3492.76,26127413,99.85,0,0,0.39,515.7,3493.79,26127414,99.93,0,0,0.14,515.68,3493.81,26127415,99.78,0,0,0.37,515.96,3493.55,26127416,99.89,0,0,0.17,515.9,3493.6,26127417,99.89,0,0,0.15,515.88,3493.62,26127418,99.66,0,0,0.61,516.62,3492.86,26127419,99.91,0,0,0.14,516.31,3493.17,26127420,99.71,0,0,0.31,515.48,3494.02,26127421,99.92,0,0,0.14,515.48,3494.01,26127422,99.92,0,0,0.17,515.46,3494.03,26127423,99.74,0,0,0.59,516.64,3492.85,26127424,99.92,0,0,0.18,516.4,3493.09,26127425,99.83,0,0,0.36,516.4,3493.11,26127426,99.91,0,0,0.18,516.38,3493.12,26127427,99.89,0,0,0.15,516.36,3493.14,26127428,99.76,0,0,0.6,516.85,3492.64,26127429,99.75,0,0,0.34,516.31,3493.16,26127430,99.81,0,0,0.38,516.15,3493.33,26127431,99.89,0,0,0.18,516.22,3493.26,26127432,99.9,0,0,0.18,516.2,3493.27,26127433,99.7,0.01,0.01,0.6,516.87,3492.6,26127434,99.9,0,0,0.18,516.59,3492.89,26127435,99.76,0,0,0.36,515.38,3494.11,26127436,99.9,0,0,0.18,515.34,3494.15,26127437,99.9,0,0,0.22,515.56,3493.93,26127438,99.75,0,0,0.59,516.39,3493.09,26127439,99.88,0,0,0.14,516.68,3492.8,26127440,99.77,0,0,0.32,515.48,3494.01,26127441,99.9,0,0,0.14,515.44,3494.06,26127442,99.9,0,0,0.16,515.42,3494.07,26127443,99.71,0,0,0.57,515.93,3493.55,26127444,99.88,0,0,0.17,516.36,3493.12,26127445,99.8,0,0,0.34,515.43,3494.06,26127446,99.89,0,0,0.15,515.35,3494.14,26127447,99.9,0,0,0.17,515.33,3494.15,26127448,99.8,0,0,0.3,515.68,3493.8,26127449,99.87,0,0,0.41,516.59,3492.89,26127450,99.8,0,0,0.32,516.71,3492.78,26127451,99.9,0,0,0.14,516.69,3492.8,26127452,99.9,0,0,0.16,516.66,3492.82,26127453,99.92,0,0,0.14,516.65,3492.83,26127454,99.79,0,0,0.57,517.4,3492.07,26127455,99.75,0,0,0.39,516.27,3493.22,26127456,99.88,0,0,0.18,516.12,3493.37,26127457,99.9,0,0,0.17,516.1,3493.38,26127458,99.9,0,0,0.18,516.08,3493.4,26127459,99.68,0,0,0.7,517.1,3492.36,26127460,99.84,0,0,0.36,516.55,3492.92,26127461,99.92,0,0,0.18,516.53,3492.94,26127462,99.9,0,0,0.18,516.72,3492.74,26127463,99.9,0,0,0.18,516.71,3492.75,26127464,99.81,0,0,0.57,517.15,3492.3,26127465,99.8,0,0,0.32,516.69,3492.78,26127466,99.89,0,0,0.14,516.65,3492.81,26127467,99.88,0,0,0.16,516.64,3492.83,26127468,99.9,0,0,0.15,516.61,3492.84,26127469,99.79,0,0,0.57,516.94,3492.51,26127470,99.79,0,0,0.37,516.59,3492.88,26127471,99.88,0,0,0.16,516.57,3492.89,26127472,99.89,0,0,0.14,516.55,3492.91,26127473,99.4,0,0,0.16,516.62,3492.83,26127474,99.74,0,0,0.57,516.79,3492.67,26127475,99.81,0,0,0.32,516.93,3492.57,26127476,99.86,0,0,0.14,516.94,3492.55,26127477,99.88,0,0,0.16,516.91,3492.58,26127478,99.92,0,0,0.15,516.89,3492.59,26127479,99.77,0,0,0.61,517.49,3491.99,26127480,99.75,0,0,0.32,516.22,3493.27,26127481,99.86,0,0,0.14,516.1,3493.38,26127482,99.89,0,0,0.16,516.08,3493.4,26127483,99.86,0,0,0.14,516.06,3493.41,26127484,99.87,0,0,0.18,516.12,3493.35,26127485,99.61,0,0,0.73,516.81,3492.68,26127486,99.88,0,0,0.13,516.45,3493.04,26127487,99.89,0,0,0.15,516.43,3493.06,26127488,99.92,0,0,0.16,516.4,3493.07,26127489,99.8,0,0,0.28,516.87,3492.59,26127490,99.65,0,0,0.77,516.99,3492.48,26127491,99.9,0,0,0.17,516.62,3492.86,26127492,99.85,0,0,0.14,516.59,3492.89,26127493,99.85,0,0,0.16,516.57,3492.91,26127494,99.86,0,0,0.15,516.55,3492.92,26127495,99.64,0,0,0.8,517.36,3492.12,26127496,99.88,0,0,0.17,517.21,3492.27,26127497,99.92,0,0,0.18,516.93,3492.54,26127498,99.91,0,0,0.16,516.92,3492.55,26127499,99.86,0,0,0.14,516.89,3492.58,26127500,99.64,0,0,0.55,516.26,3493.22,26127501,99.89,0,0,0.29,516.62,3492.86,26127502,99.83,0,0,0.16,516.6,3492.87,26127503,99.92,0,0,0.14,516.58,3492.89,26127504,99.91,0,0,0.15,516.56,3492.91,26127505,99.65,0,0,0.6,516.83,3492.66,26127506,99.87,0,0,0.33,516.81,3492.68,26127507,99.85,0,0,0.14,516.96,3492.52,26127508,99.83,0,0,0.15,516.93,3492.55,26127509,99.85,0,0,0.14,516.91,3492.56,26127510,99.65,0,0,0.59,517.27,3492.21,26127511,99.85,0,0,0.3,516.88,3492.6,26127512,99.87,0,0,0.16,516.86,3492.61,26127513,99.83,0,0,0.14,516.84,3492.63,26127514,99.93,0,0,0.15,516.82,3492.64,26127515,99.57,0,0,0.64,517.46,3492.04,26127516,99.83,0,0,0.28,516.79,3492.72,26127517,99.8,0,0,0.14,516.83,3492.68,26127518,99.81,0,0,0.16,516.94,3492.56,26127519,99.69,0,0,0.3,516.91,3492.57,26127520,99.78,0,0,0.34,516.91,3492.58,26127521,99.65,0,0,0.57,517.23,3492.26,26127522,99.82,0,0,0.15,516.86,3492.62,26127523,99.85,0,0,0.14,516.84,3492.64,26127524,99.92,0,0,0.14,516.83,3492.66,26127525,99.82,0,0,0.31,517.32,3492.2,26127526,99.7,0,0,0.57,517.47,3492.05,26127527,99.81,0,0,0.14,517.04,3492.47,26127528,99.9,0,0,0.16,517.02,3492.48,26127529,99.83,0,0,0.14,517.05,3492.44,26127530,99.8,0,0,0.32,517.18,3492.34,26127531,99.73,0,0,0.57,517.25,3492.26,26127532,99.88,0,0,0.14,516.15,3493.36,26127533,99.89,0,0,0.15,516.14,3493.36,26127534,99.82,0,0,0.14,516.11,3493.38,26127535,99.75,0,0,0.31,516.85,3492.66,26127536,99.68,0.01,0.84,0.57,517.51,3491.99,26127537,99.87,0,0,0.32,517.15,3492.34,26127538,99.88,0,0,0.14,517.14,3492.36,26127539,99.83,0,0,0.15,517.11,3492.38,26127540,99.66,0,0,0.38,516.14,3493.36,26127541,99.64,0.01,0.64,0.57,516.64,3492.85,26127542,99.8,0,0,0.22,516.64,3492.84,26127543,99.78,0,0,0.15,516.64,3492.84,26127544,99.83,0,0,0.14,516.61,3492.86,26127545,99.72,0,0,0.38,516.15,3493.34,26127546,99.71,0,0,0.43,516.73,3492.75,26127547,99.85,0,0,0.29,517.07,3492.41,26127548,99.79,0.01,0,0.14,517.03,3492.44,26127549,99.61,0,0,0.3,517.07,3492.38,26127550,99.71,0,0,0.32,516.21,3493.25,26127551,99.7,0,0,0.38,516.65,3492.81,26127552,99.8,0,0,0.36,517.35,3492.1,26127553,99.85,0,0,0.16,517.33,3492.12,26127554,99.81,0.01,0.19,0.15,517.3,3492.17,26127555,99.7,0,0,0.4,516.92,3492.56,26127556,99.83,0,0,0.16,516.89,3492.6,26127557,99.68,0,0,0.62,517.57,3491.91,26127558,99.82,0,0,0.15,516.35,3493.12,26127559,99.83,0,0,0.14,516.33,3493.14,26127560,99.73,0.01,1.08,0.36,516.59,3492.9,26127561,99.83,0,0.01,0.21,516.6,3492.88,26127562,99.68,0,0,0.61,516.76,3492.71,26127563,99.82,0,0,0.14,516.31,3493.15,26127564,99.81,0,0,0.14,516.29,3493.17,26127565,99.74,0,0,0.32,515.33,3494.15,26127566,99.82,0,0,0.16,515.29,3494.18,26127567,99.68,0,0,0.55,515.92,3493.55,26127568,99.78,0,0,0.18,515.75,3493.72,26127569,99.84,0,0,0.16,515.82,3493.64,26127570,99.72,0,0,0.33,515.42,3494.06,26127571,99.81,0,0,0.13,515.4,3494.07,26127572,99.68,0,0,0.57,516.17,3493.31,26127573,99.8,0,0,0.14,516.1,3493.37,26127574,99.83,0,0,0.14,516.08,3493.38,26127575,99.68,0,0,0.36,515.88,3493.61,26127576,99.79,0,0,0.14,515.57,3493.91,26127577,99.72,0,0,0.58,515.68,3493.79,26127578,99.84,0,0,0.15,515.04,3494.43,26127579,99.25,0,0,0.29,516.48,3492.97,26127580,98.96,0,0,0.36,516.74,3492.72,26127581,99.83,0,0,0.16,516.72,3492.74,26127582,99.69,0,0,0.59,516.86,3492.59,26127583,99.86,0,0,0.14,515.13,3494.3,26127584,99.84,0,0,0.15,515.12,3494.33,26127585,99.72,0,0,0.36,516.07,3493.4,26127586,99.83,0,0,0.14,516.08,3493.38,26127587,99.7,0,0,0.43,516.48,3492.98,26127588,99.82,0,0,0.3,516.78,3492.68,26127589,99.84,0,0,0.15,516.76,3492.69,26127590,99.76,0,0,0.33,516.76,3492.71,26127591,99.82,0,0,0.14,516.74,3492.72,26127592,99.69,0,0,0.31,517.05,3492.41,26127593,99.81,0,0,0.37,516.53,3492.93,26127594,98.75,0,0,0.15,516.65,3492.81,26127595,99.77,0,0,0.33,515.69,3493.78,26127596,99.83,0,0,0.17,515.64,3493.83,26127597,99.85,0,0,0.14,515.62,3493.84,26127598,99.68,0,0,0.55,516.4,3493.06,26127599,99.83,0,0,0.15,516.07,3493.38,26127600,99.69,0,0,0.34,515.59,3493.88,26127601,99.83,0,0,0.13,515.56,3493.9,26127602,99.78,0,0,0.16,515.54,3493.92,26127603,99.7,0.01,0,0.56,517.23,3492.23,26127604,99.82,0,0,0.17,516.81,3492.65,26127605,99.76,0,0,0.33,516.57,3492.9,26127606,99.81,0,0,0.16,516.54,3492.93,26127607,99.8,0,0,0.14,516.53,3492.94,26127608,99.69,0,0,0.55,517.34,3492.12,26127609,99.65,0,0.01,0.29,516.58,3492.86,26127610,99.71,0,0,0.32,516.63,3492.82,26127611,99.82,0,0,0.17,516.62,3492.84,26127612,99.81,0,0,0.14,516.58,3492.87,26127613,99.66,0,0,0.55,517.18,3492.26,26127614,99.83,0,0,0.19,516.78,3492.65,26127615,99.74,0,0,0.38,515.58,3493.87,26127616,99.83,0,0,0.18,515.53,3493.91,26127617,99.84,0,0,0.2,515.51,3493.93,26127618,99.67,0,0,0.59,516.13,3493.31,26127619,99.83,0,0,0.14,516.71,3492.73,26127620,99.7,0,0,0.34,516.55,3492.9,26127621,99.83,0,0,0.18,516.64,3492.8,26127622,99.82,0,0,0.19,516.61,3492.83,26127623,99.7,0,0,0.59,516.96,3492.48,26127624,99.83,0,0,0.21,516.57,3492.86,26127625,99.74,0,0,0.43,516.09,3493.36,26127626,99.86,0,0,0.2,516.05,3493.39,26127627,99.83,0,0,0.2,516.03,3493.41,26127628,99.68,0,0,0.43,516.42,3493.02,26127629,99.84,0,0,0.39,516.73,3492.7,26127630,99.81,0,0,0.39,516.97,3492.47,26127631,99.81,0.01,1.8,0.25,517,3492.43,26127632,99.81,0,0,0.2,516.98,3492.45,26127633,99.84,0,0,0.18,516.95,3492.47,26127634,99.67,0,0,0.64,517.38,3492.04,26127635,99.73,0,0,0.41,516.44,3492.99,26127636,99.83,0,0,0.21,516.36,3493.07,26127637,99.86,0,0,0.19,516.33,3493.09,26127638,99.83,0,0,0.19,516.31,3493.11,26127639,99.58,0,0,0.74,517.55,3491.85,26127640,99.73,0,0,0.38,516.79,3492.62,26127641,99.77,0,0,0.19,516.77,3492.64,26127642,99.79,0,0,0.2,516.74,3492.66,26127643,99.81,0,0,0.18,516.72,3492.67,26127644,99.68,0,0,0.64,516.78,3492.63,26127645,99.7,0,0,0.4,516.77,3492.66,26127646,99.84,0,0,0.18,516.85,3492.58,26127647,99.78,0.01,0.83,0.17,516.81,3492.61,26127648,99.85,0,0.01,0.27,516.7,3492.71,26127649,99.67,0,0,0.57,516.94,3492.46,26127650,99.72,0,0,0.35,516.78,3492.64,26127651,99.8,0,0,0.18,516.87,3492.55,26127652,99.76,0.02,1.01,0.28,516.76,3492.64,26127653,99.84,0,0.01,0.22,516.76,3492.64,26127654,99.69,0,0,0.52,517.25,3492.14,26127655,99.74,0,0,0.45,517.1,3492.31,26127656,99.81,0,0,0.2,517.07,3492.34,26127657,99.83,0,0,0.18,517.05,3492.35,26127658,99.8,0,0,0.16,517.03,3492.37,26127659,99.7,0,0,0.43,517.14,3492.25,26127660,99.07,0,0,11.22,516,3493.42,26127661,99.84,0,0,0.14,516.02,3493.47,26127662,99.83,0,0.01,0.14,515.99,3493.5,26127663,99.86,0,0,0.22,515.94,3493.53,26127664,99.8,0,0,0.14,516,3493.47,26127665,99.53,0,0,0.83,517.81,3491.7,26127666,99.84,0,0,0.17,517.07,3492.44,26127667,99.84,0,0,0.14,517.05,3492.46,26127668,99.78,0,0,0.14,517.03,3492.47,26127669,99.54,0.01,0.21,0.34,516.27,3493.21,26127670,99.61,0,0,0.77,517.32,3492.17,26127671,99.81,0,0,0.14,516.68,3492.81,26127672,99.83,0,0,0.16,516.75,3492.73,26127673,99.83,0,0.01,0.15,516.8,3492.68,26127674,99.83,0,0,0.16,516.77,3492.72,26127675,99.59,0,0.01,0.73,517.46,3492.05,26127676,99.79,0,0,0.15,516.97,3492.54,26127677,99.74,0,0.02,0.21,516.93,3492.57,26127678,99.8,0,0,0.16,516.9,3492.6,26127679,99.82,0,0,0.14,517.04,3492.45,26127680,99.54,0,0,0.73,517.32,3492.19,26127681,99.83,0,0,0.17,517.05,3492.46,26127682,99.85,0,0,0.16,517.03,3492.47,26127683,99.81,0,0,0.14,517,3492.5,26127684,99.85,0,0,0.16,516.99,3492.5,26127685,99.6,0,0,0.76,517.97,3491.54,26127686,99.81,0,0,0.14,517.2,3492.3,26127687,99.84,0,0,0.16,517.17,3492.33,26127688,99.83,0,0,0.16,517.28,3492.22,26127689,99.82,0,0,0.14,517.3,3492.2,26127690,99.51,0,0,0.62,516.73,3492.78,26127691,99.83,0.01,0.02,0.33,517.22,3492.28,26127692,99.84,0,0,0.14,517.17,3492.33,26127693,99.85,0,0,0.16,517.15,3492.35,26127694,99.85,0,0,0.14,517.28,3492.21,26127695,99.65,0,0,0.52,517.66,3491.86,26127696,99.78,0,0,0.46,516.83,3492.68,26127697,99.87,0,0,0.16,516.8,3492.7,26127698,99.82,0,0,0.14,516.78,3492.72,26127699,99.79,0.01,0.8,0.35,517.02,3492.45,26127700,99.78,0,0,0.32,517.33,3492.15,26127701,99.71,0,0,0.57,517.67,3491.81,26127702,99.9,0,0,0.14,517.29,3492.18,26127703,99.86,0,0,0.15,517.27,3492.2,26127704,99.89,0,0,0.14,517.25,3492.22,26127705,99.83,0,0,0.32,517.25,3492.24,26127706,99.77,0.01,0.9,0.61,517.45,3492.03,26127707,99.87,0,0.01,0.23,516.99,3492.48,26127708,99.83,0,0,0.18,516.98,3492.49,26127709,99.89,0,0,0.15,516.63,3492.84,26127710,99.82,0,0,0.33,516.21,3493.27,26127711,99.8,0,0,0.55,516.54,3492.93,26127712,99.88,0,0,0.16,516.17,3493.3,26127713,99.9,0,0,0.14,516.24,3493.23,26127714,99.89,0,0,0.14,516.31,3493.15,26127715,99.79,0,0,0.32,516.56,3492.92,26127716,95.1,0.31,0.01,79.11,529.43,3480.09,26127717,99.76,0,0,181.12,518.77,3490.48,26127718,99.92,0,0,0.15,518.75,3490.49,26127719,99.93,0,0,0.14,518.73,3490.51,26127720,99.71,0,0,0.35,518.73,3490.52,26127721,99.76,0,0,0.64,518.31,3490.95,26127722,99.91,0,0,0.15,516.52,3492.77,26127723,99.9,0,0,0.14,516.51,3492.78,26127724,99.85,0,0,0.14,516.53,3492.75,26127725,99.81,0,0,0.3,516.7,3492.6,26127726,99.78,0,0,0.53,517.31,3492,26127727,99.86,0,0,0.2,516.4,3492.95,26127728,99.89,0,0,0.15,516.37,3492.97,26127729,99.77,0,0,0.29,516.58,3492.73,26127730,99.8,0,0,0.26,516.82,3492.51,26127731,99.83,0,0,0.15,516.93,3492.4,26127732,99.71,0,0,0.56,516.66,3492.66,26127733,99.9,0,0,0.14,516.28,3493.04,26127734,99.9,0,0,0.15,516.25,3493.06,26127735,99.82,0,0,0.29,516.5,3492.83,26127736,99.86,0,0,0.13,516.63,3492.69,26127737,99.68,0,0,0.69,516.79,3492.53,26127738,99.85,0,0,0.18,516.38,3492.93,26127739,99.9,0,0,0.18,516.35,3492.96,26127740,99.8,0,0,0.32,515.64,3493.69,26127741,99.92,0,0,0.17,515.61,3493.72,26127742,99.77,0,0,0.56,516.96,3492.36,26127743,99.92,0,0,0.14,516.79,3492.52,26127744,99.89,0,0,0.15,516.77,3492.54,26127745,99.8,0,0,0.27,515.33,3494,26127746,99.88,0,0,0.14,515.28,3494.04,26127747,99.76,0,0,0.6,516.12,3493.2,26127748,99.93,0,0,0.18,515.98,3493.34,26127749,99.89,0,0,0.17,516.14,3493.17,26127750,99.81,0,0,0.27,515.43,3493.9,26127751,99.87,0,0,0.17,515.39,3493.93,26127752,99.77,0,0,0.58,516.34,3492.98,26127753,99.89,0,0,0.15,516.57,3492.74,26127754,99.94,0,0,0.15,516.56,3492.75,26127755,99.75,0,0,0.34,516.47,3492.85,26127756,99.87,0,0,0.16,516.29,3493.04,26127757,99.74,0,0,0.57,516.72,3492.6,26127758,99.87,0,0,0.18,516.25,3493.07,26127759,99.72,0,0,0.32,516.69,3492.6,26127760,99.82,0,0,0.27,516.86,3492.45,26127761,99.9,0,0,0.16,516.88,3492.44,26127762,99.75,0,0,0.56,517.1,3492.22,26127763,99.89,0,0,0.19,516.1,3493.21,26127764,99.87,0,0,0.16,516.08,3493.22,26127765,99.77,0,0,0.3,514.89,3494.43,26127766,99.93,0,0,0.14,514.83,3494.49,26127767,99.85,0,0,0.13,514.81,3494.5,26127768,99.73,0,0,0.59,516.35,3492.96,26127769,99.9,0,0,0.15,516,3493.3,26127770,99.88,0,0,0.25,515.99,3493.33,26127771,99.9,0,0,0.15,516.06,3493.26,26127772,99.84,0,0,0.17,516.17,3493.15,26127773,99.77,0,0,0.58,516.51,3492.8,26127774,99.9,0,0,0.14,516.13,3493.18,26127775,99.83,0,0,0.32,515.88,3493.44,26127776,99.89,0,0,0.18,515.86,3493.46,26127777,99.9,0,0,0.16,515.83,3493.48,26127778,99.73,0,0,0.6,517.17,3492.14,26127779,99.89,0,0,0.14,516.52,3492.78,26127780,99.77,0,0,0.28,516.79,3492.53,26127781,99.9,0,0,0.14,516.75,3492.57,26127782,99.9,0,0,0.18,516.74,3492.57,26127783,99.77,0,0,0.55,517.46,3491.84,26127784,99.93,0,0,0.15,516.89,3492.41,26127785,99.83,0,0,0.25,516.65,3492.67,26127786,99.9,0,0,0.14,516.62,3492.69,26127787,99.93,0,0,0.16,516.59,3492.72,26127788,99.74,0,0,0.56,517.11,3492.2,26127789,99.63,0,0,0.31,515.84,3493.44,26127790,99.79,0,0,0.29,516.29,3493.01,26127791,99.87,0.01,0.01,0.18,516.35,3492.95,26127792,99.84,0.01,0.01,0.18,516.26,3493.03,26127793,99.79,0,0,0.61,516.77,3492.51,26127794,99.87,0,0,0.18,516.88,3492.4,26127795,99.74,0,0,0.27,516.45,3492.85,26127796,99.85,0,0,0.19,516.37,3492.93,26127797,99.86,0,0,0.19,516.34,3492.95,26127798,99.73,0,0,0.42,516.74,3492.54,26127799,99.86,0,0,0.28,516.78,3492.5,26127800,99.78,0,0,0.27,516.79,3492.51,26127801,99.86,0,0,0.16,516.76,3492.53,26127802,99.9,0,0,0.15,516.75,3492.54,26127803,99.74,0,0,0.42,517.11,3492.16,26127804,99.9,0,0,0.29,516.94,3492.34,26127805,99.78,0,0,0.27,517.11,3492.19,26127806,99.85,0,0,0.17,517.12,3492.17,26127807,99.91,0,0,0.15,517.1,3492.19,26127808,99.9,0,0,0.15,517.08,3492.2,26127809,99.7,0,0,0.55,517.56,3491.72,26127810,99.78,0,0,0.26,517.3,3492,26127811,99.87,0,0,0.16,517.29,3492,26127812,99.88,0,0,0.14,517.27,3492.02,26127813,99.85,0,0,0.14,517.25,3492.04,26127814,99.68,0,0,0.56,517.37,3491.91,26127815,99.84,0,0,0.3,516.83,3492.46,26127816,99.93,0,0,0.15,516.47,3492.82,26127817,99.89,0,0,0.15,516.54,3492.75,26127818,99.87,0,0,0.14,516.62,3492.66,26127819,99.61,0,0,0.69,517.59,3491.67,26127820,99.78,0,0,0.33,517.1,3492.17,26127821,99.89,0,0,0.15,517.06,3492.2,26127822,99.86,0,0,0.14,517.04,3492.23,26127823,99.91,0,0,0.15,517.02,3492.24,26127824,99.74,0,0,0.56,517.35,3491.9,26127825,99.83,0,0,0.27,516.51,3492.76,26127826,99.92,0,0,0.16,516.47,3492.8,26127827,99.9,0,0,0.15,516.52,3492.74,26127828,99.9,0,0,0.14,516.61,3492.65,26127829,99.79,0,0,0.57,517.18,3492.08,26127830,99.8,0,0,0.29,517.09,3492.18,26127831,99.88,0,0,0.13,517.05,3492.21,26127832,99.92,0,0,0.14,517.03,3492.23,26127833,99.91,0,0,0.16,517.01,3492.24,26127834,99.79,0,0,0.46,517.77,3491.49,26127835,99.69,0,0,0.44,517.07,3492.2,26127836,98.27,0,0,0.18,516.96,3492.3,26127837,99.88,0,0,0.14,516.94,3492.34,26127838,99.93,0,0,0.15,517.03,3492.26,26127839,99.76,0,0,0.46,517.67,3491.61,26127840,99.69,0,0,0.39,515.93,3493.37,26127841,99.9,0,0,0.14,515.87,3493.43,26127842,99.91,0,0.01,0.17,515.84,3493.45,26127843,99.91,0,0.01,0.16,515.79,3493.5,26127844,99.92,0,0,0.17,515.77,3493.52,26127845,99.63,0,0,0.68,517.54,3491.76,26127846,99.87,0,0,0.17,517.27,3492.02,26127847,99.93,0,0.01,0.16,517.36,3491.93,26127848,99.91,0,0,0.16,517.34,3491.95,26127849,99.71,0,0,0.29,517.06,3492.2,26127850,99.71,0,0,0.72,517.61,3491.67,26127851,99.92,0,0,0.14,517.28,3492,26127852,99.91,0,0,0.17,517.26,3492.01,26127853,99.88,0,0,0.14,517.23,3492.04,26127854,99.86,0,0,0.15,517.22,3492.05,26127855,99.59,0,0,0.69,517.32,3491.96,26127856,99.88,0,0,0.14,517.04,3492.24,26127857,99.91,0,0,0.21,517.1,3492.17,26127858,99.92,0,0,0.14,517.08,3492.19,26127859,99.89,0,0,0.14,517.07,3492.2,26127860,99.68,0,0,0.68,517.66,3491.62,26127861,99.91,0,0,0.16,517.3,3491.97,26127862,99.84,0,0,0.14,517.27,3492,26127863,99.94,0,0,0.14,517.25,3492.02,26127864,99.9,0,0,0.17,517.23,3492.04,26127865,99.55,0,0,0.73,516.87,3492.42,26127866,99.87,0,0,0.17,516.22,3493.08,26127867,99.87,0,0,0.14,516.32,3492.96,26127868,99.93,0,0,0.16,516.36,3492.92,26127869,99.87,0,0,0.15,516.34,3492.94,26127870,99.57,0,0,0.8,517.27,3492.02,26127871,99.9,0,0,0.17,516.32,3492.97,26127872,99.91,0,0,0.16,516.29,3493,26127873,99.91,0,0,0.16,516.26,3493.02,26127874,99.86,0,0,0.16,516.24,3493.04,26127875,99.61,0,0,0.5,516.12,3493.17,26127876,99.88,0,0,0.39,516.22,3493.07,26127877,99.88,0,0,0.19,516.2,3493.09,26127878,99.9,0,0,0.13,516.33,3492.95,26127879,99.73,0,0,0.3,516.69,3492.56,26127880,99.69,0,0,0.59,517.11,3492.17,26127881,99.91,0,0.03,0.3,515.81,3493.46,26127882,99.89,0,0,0.19,515.76,3493.5,26127883,99.93,0,0,0.15,515.74,3493.52,26127884,99.88,0.02,0.01,0.16,515.74,3493.51,26127885,99.78,0.03,0.02,0.3,516.04,3493.23,26127886,99.71,0.04,0.03,0.57,517.24,3492.03,26127887,99.89,0.02,0.01,0.2,516.53,3492.72,26127888,99.84,0,0,0.16,516.52,3492.73,26127889,99.92,0,0,0.14,516.5,3492.74,26127890,99.83,0,0,0.27,516.49,3492.77,26127891,99.73,0,0,0.57,517.17,3492.09,26127892,99.86,0,0,0.14,516.43,3492.82,26127893,99.89,0,0,0.16,516.5,3492.74,26127894,99.92,0,0,0.14,516.57,3492.66,26127895,99.9,0,0,0.27,516.58,3492.68,26127896,99.77,0,0,0.56,517.09,3492.17,26127897,99.95,0,0,0.16,516.29,3492.96,26127898,99.91,0,0,0.16,516.27,3492.98,26127899,99.92,0,0,0.14,516.25,3492.99,26127900,99.71,0,0,0.27,515.28,3493.98,26127901,99.75,0,0,0.58,516.3,3492.96,26127902,99.89,0,0,0.14,516.46,3492.8,26127903,99.92,0,0,0.15,516.44,3492.81,26127904,99.9,0,0,0.14,516.41,3492.83,26127905,99.81,0,0,0.29,516.52,3492.74,26127906,99.77,0,0,0.61,517.13,3492.13,26127907,99.89,0,0,0.16,516.8,3492.45,26127908,99.95,0,0,0.17,516.78,3492.47,26127909,99.73,0,0,0.33,516.74,3492.48,26127910,99.83,0,0,0.33,516.02,3493.22,26127911,99.77,0,0,0.42,516.47,3492.76,26127912,99.86,0,0,0.38,516.69,3492.54,26127913,99.92,0,0,0.18,516.66,3492.56,26127914,99.91,0,0,0.18,516.72,3492.49,26127915,99.88,0,0,0.32,516.86,3492.38,26127916,99.92,0,0,0.18,516.84,3492.39,26127917,99.77,0,0,0.6,517.16,3492.06,26127918,99.92,0,0,0.14,516.8,3492.41,26127919,99.91,0,0,0.17,516.77,3492.44,26127920,99.83,0,0,0.31,516.53,3492.7,26127921,99.92,0,0,0.18,516.51,3492.73,26127922,99.75,0,0,0.59,517.06,3492.18,26127923,99.93,0,0,0.18,516.72,3492.52,26127924,99.92,0,0,0.18,516.7,3492.53,26127925,99.82,0,0,0.33,516.71,3492.54,26127926,99.91,0,0,0.16,516.83,3492.42,26127927,99.78,0,0,0.57,517.03,3492.2,26127928,99.89,0,0,0.14,516.6,3492.62,26127929,99.91,0,0,0.14,516.58,3492.63,26127930,99.78,0,0,0.28,516.83,3492.41,26127931,99.88,0,0,0.14,516.81,3492.42,26127932,99.72,0,0,0.58,517.36,3491.86,26127933,99.89,0,0,0.17,517.01,3492.21,26127934,99.88,0,0,0.14,516.98,3492.23,26127935,99.79,0,0,0.32,516.64,3492.61,26127936,99.92,0,0,0.16,516.26,3492.98,26127937,99.76,0,0,0.51,516.84,3492.4,26127938,99.91,0,0,0.28,516.63,3492.61,26127939,99.74,0,0,0.45,516.66,3492.55,26127940,99.75,0,0,0.29,516.9,3492.33,26127941,99.91,0,0,0.14,516.83,3492.39,26127942,99.74,0,0,0.43,516.78,3492.44,26127943,98.62,0,0,0.29,515.81,3493.41,26127944,99.9,0,0,0.19,515.79,3493.42,26127945,99.82,0,0,0.3,516.03,3493.2,26127946,99.91,0,0,0.35,516.56,3492.66,26127947,99.73,0,0,0.59,517.44,3491.79,26127948,99.93,0,0,0.14,516.59,3492.63,26127949,99.9,0,0,0.15,516.62,3492.59,26127950,99.76,0,0,0.3,516.14,3493.09,26127951,94.22,44.67,0.09,107.15,526.31,3482.08,26127952,99.61,0,0,78.53,519.5,3445.53,26127953,99.89,0,0,0.41,519.41,3445.62,26127954,99.87,0,0,0.18,519.54,3445.49,26127955,99.85,0,0,0.35,519.28,3445.76,26127956,99.91,0,0,0.2,519.05,3445.98,26127957,98.52,0,0,0.43,517.42,3447.64,26127958,99.91,0,0,0.4,517.3,3447.76,26127959,99.9,0,0,0.16,517.28,3447.77,26127960,99.83,0,0,0.33,517.32,3447.76,26127961,99.93,0,0,0.14,517.29,3447.78,26127962,99.93,0,0,0.16,517.05,3448.03,26127963,99.79,0,0,0.6,517.37,3447.72,26127964,99.93,0,0,0.18,516.99,3448.1,26127965,99.88,0,0,0.3,517.09,3448.02,26127966,99.89,0,0,0.2,517.15,3447.95,26127967,99.91,0,0,0.17,517.13,3447.96,26127968,99.76,0,0,0.61,517.46,3447.63,26127969,99.72,0,0,0.34,517.11,3447.96,26127970,99.81,0,0,0.34,515.88,3449.2,26127971,99.89,0,0,0.2,515.82,3449.26,26127972,99.87,0,0,0.19,515.79,3449.28,26127973,99.74,0,0,0.6,517.13,3447.94,26127974,99.9,0,0,0.2,516.98,3448.09,26127975,99.79,0,0,0.33,515.39,3449.69,26127976,99.89,0,0,0.18,515.42,3449.66,26127977,99.86,0,0,0.21,515.66,3449.42,26127978,99.74,0,0,0.43,516.58,3448.51,26127979,99.93,0,0,0.29,516.86,3448.23,26127980,99.77,0,0,0.27,517.33,3447.78,26127981,99.88,0,0,0.17,517.33,3447.77,26127982,99.9,0,0,0.14,517.31,3447.79,26127983,99.71,0,0,0.58,517.64,3447.45,26127984,99.83,0,0,0.14,517.26,3447.83,26127985,99.74,0,0,0.32,516.3,3448.8,26127986,99.91,0,0,0.16,516.28,3448.82,26127987,99.86,0,0,0.14,516.44,3448.65,26127988,99.58,0,0,0.41,516.91,3448.18,26127989,99.92,0,0,0.29,517.13,3447.95,26127990,99.83,0,0,0.28,516.9,3448.19,26127991,99.87,0,0,0.14,516.87,3448.23,26127992,99.89,0,0,0.14,516.86,3448.23,26127993,99.81,0,0,0.32,517.19,3447.89,26127994,99.83,0,0,0.41,517.31,3447.77,26127995,99.79,0,0,0.31,517.21,3447.89,26127996,99.9,0,0,0.16,516.78,3448.32,26127997,99.87,0,0,0.14,516.89,3448.2,26127998,99.88,0,0,0.15,516.91,3448.17,26127999,99.59,0,0,0.72,517.95,3447.11,26128000,99.83,0,0,0.25,517.37,3447.7,26128001,99.89,0,0,0.14,517.35,3447.72,26128002,99.85,0,0,0.16,517.33,3447.73,26128003,99.93,0,0,0.14,517.31,3447.75,26128004,99.78,0,0,0.59,517.34,3447.72,26128005,99.8,0,0,0.28,516.79,3448.28,26128006,99.88,0,0,0.17,516.76,3448.3,26128007,99.88,0,0,0.18,516.75,3448.31,26128008,99.89,0,0,0.18,516.87,3448.19,26128009,99.74,0,0,0.57,517.36,3447.69,26128010,99.74,0,0,0.27,517.38,3447.69,26128011,99.9,0,0,0.16,517.35,3447.71,26128012,99.93,0,0,0.14,517.33,3447.73,26128013,99.9,0,0,0.14,517.31,3447.75,26128014,99.65,0,0,0.42,517.64,3447.41,26128015,99.85,0,0,0.46,517.53,3447.54,26128016,99.91,0,0,0.14,517.53,3447.54,26128017,99.88,0,0,0.13,517.5,3447.56,26128018,99.84,0,0,0.17,517.47,3447.58,26128019,99.71,0,0,0.56,518.29,3446.75,26128020,99.78,0,0,0.28,515.53,3449.53,26128021,99.89,0,0,0.14,515.15,3449.92,26128022,99.87,0,0,0.18,515.12,3449.93,26128023,99.92,0,0,0.16,515.11,3449.95,26128024,99.72,0,0,0.5,515.77,3449.28,26128025,99.75,0,0,0.35,515.86,3449.21,26128026,99.89,0,0,0.16,515.8,3449.26,26128027,99.9,0,0,0.14,515.8,3449.26,26128028,99.91,0,0,0.17,515.76,3449.29,26128029,99.82,0,0,0.31,516.71,3448.32,26128030,99.68,0,0,0.68,516.45,3448.59,26128031,99.87,0,0,0.16,516.15,3448.89,26128032,99.9,0,0,0.14,516.13,3448.91,26128033,99.9,0,0,0.15,516.1,3448.93,26128034,99.89,0,0,0.13,516.08,3448.98,26128035,99.63,0,0,0.72,516.93,3448.15,26128036,99.89,0,0,0.14,516.56,3448.52,26128037,99.92,0,0,0.2,516.54,3448.54,26128038,99.91,0,0,0.15,516.52,3448.55,26128039,99.9,0,0,0.15,516.5,3448.57,26128040,99.66,0,0,0.69,516.79,3448.28,26128041,99.88,0,0,0.14,516.86,3448.21,26128042,99.89,0,0,0.14,516.87,3448.2,26128043,99.92,0,0,0.15,516.87,3448.2,26128044,99.9,0,0,0.15,516.84,3448.22,26128045,98.19,0,0,16.05,519.37,3446.47,26128046,99.9,0,0,0.16,516.88,3448.54,26128047,99.9,0,0,0.14,516.85,3448.56,26128048,99.9,0,0,0.15,516.84,3448.57,26128049,99.88,0,0,0.15,516.81,3448.59,26128050,99.67,0,0,0.63,516.93,3448.49,26128051,99.88,0,0,0.18,516.54,3448.88,26128052,99.89,0,0,0.16,516.65,3448.76,26128053,99.87,0,0,0.14,516.68,3448.72,26128054,99.9,0,0,0.15,516.66,3448.74,26128055,99.58,0,0,0.67,516.46,3448.95,26128056,99.84,0,0,0.19,516.39,3449.03,26128057,99.87,0,0,0.15,516.37,3449.04,26128058,99.85,0,0,0.15,516.35,3449.06,26128059,99.63,0,0,0.31,516.8,3448.58,26128060,99.65,0,0,0.61,516.19,3449.2,26128061,99.87,0,0,0.3,516.78,3448.61,26128062,99.84,0,0,0.17,516.83,3448.56,26128063,99.88,0,0,0.15,516.95,3448.43,26128064,99.86,0,0,0.16,516.95,3448.46,26128065,97.59,0,0,0.57,518.42,3447,26128066,75.28,0,0,307.91,573,3366.54,26128067,99.85,0,0.02,33.4,518.72,3492.29,26128068,99.83,0,0,0.15,518.7,3492.31,26128069,99.83,0,0,0.16,518.68,3492.33,26128070,99.87,0,0,0.36,519.16,3491.85,26128071,99.68,0,0,0.65,519.23,3491.92,26128072,99.79,0,0,0.18,516.39,3495.39,26128073,99.87,0,0,0.18,516.47,3495.3,26128074,99.81,0,0,0.17,516.45,3495.32,26128075,99.78,0,0,0.3,516.45,3495.34,26128076,99.72,0,0,0.54,516.5,3495.29,26128077,99.9,0,0,0.16,515.67,3496.11,26128078,99.9,0,0,0.14,515.65,3496.13,26128079,99.85,0,0,0.15,515.63,3496.14,26128080,99.72,0,0,0.29,516.12,3495.67,26128081,95.94,0.04,0.01,142.05,526.13,3487.43,26128082,99.78,0,0,0.44,518.8,3493,26128083,99.88,0,0,0.16,518.79,3493,26128084,99.86,0,0,0.16,518.77,3493.02,26128085,99.75,0,0,0.3,518.04,3493.76,26128086,99.73,0,0,0.52,517.69,3494.15,26128087,99.88,0,0,0.22,516.58,3495.31,26128088,99.78,0,0,0.14,516.63,3495.25,26128089,99.76,0,0,0.29,516.75,3495.11,26128090,99.78,0,0,0.28,516.59,3495.28,26128091,99.76,0,0,0.55,516.86,3495.01,26128092,99.84,0,0,0.15,516.47,3495.39,26128093,99.87,0,0,0.14,516.46,3495.41,26128094,99.61,0,0,0.15,516.43,3495.42,26128095,99.75,0,0,0.3,516.2,3495.67,26128096,99.62,0,0,0.62,516.66,3495.21,26128097,99.74,0,0,0.18,516.64,3495.22,26128098,99.83,0,0,0.15,516.62,3495.24,26128099,99.82,0,0,0.16,516.6,3495.25,26128100,99.35,0,0,0.54,516.15,3495.72,26128101,99.65,0,0,0.43,517.54,3494.31,26128102,99.83,0,0,0.3,516.76,3495.09,26128103,99.8,0,0,0.15,516.73,3495.11,26128104,99.83,0,0,0.14,516.72,3495.12,26128105,99.79,0,0,0.28,516.71,3495.13,26128106,99.83,0,0,0.16,516.7,3495.14,26128107,99.68,0,0,0.55,517.03,3494.81,26128108,99.82,0,0,0.14,516.66,3495.17,26128109,99.73,0,0,0.15,516.63,3495.19,26128110,99.77,0,0,0.32,516.16,3495.68,26128111,99.8,0,0,0.16,516.16,3495.68,26128112,99.68,0,0,0.57,516.84,3495,26128113,99.8,0,0,0.15,516.52,3495.31,26128114,99.84,0,0,0.15,516.5,3495.32,26128115,99.73,0,0,0.31,516.73,3495.12,26128116,99.86,0,0,0.15,516.49,3495.34,26128117,99.71,0,0,0.57,516.83,3495,26128118,99.85,0,0,0.17,516.44,3495.39,26128119,99.73,0,0,0.29,516.41,3495.39,26128120,99.71,0,0,0.29,516.64,3495.18,26128121,99.81,0,0,0.17,516.62,3495.2,26128122,99.69,0,0,0.43,517.41,3494.4,26128123,99.85,0,0,0.31,516.76,3495.05,26128124,99.81,0,0,0.16,516.74,3495.06,26128125,99.77,0,0,0.29,516.5,3495.32,26128126,99.84,0,0,0.14,516.46,3495.35,26128127,99.67,0,0,0.55,516.7,3495.11,26128128,99.81,0,0,0.14,516.18,3495.63,26128129,99.74,0,0,0.14,516.16,3495.64,26128130,99.75,0,0,0.27,515.97,3495.85,26128131,99.84,0,0,0.14,515.89,3495.92,26128132,99.65,0,0,0.55,516.63,3495.18,26128133,99.79,0,0,0.16,516.94,3494.89,26128134,99.83,0,0,0.14,517.03,3494.79,26128135,99.71,0,0,0.27,517.04,3494.8,26128136,99.79,0,0,0.14,517.01,3494.82,26128137,99.68,0,0,0.57,517.29,3494.54,26128138,99.84,0,0,0.14,516.73,3495.1,26128139,99.85,0,0,0.14,516.71,3495.11,26128140,98.75,0,0,0.28,517.19,3494.65,26128141,99.81,0,0,0.16,517.18,3494.65,26128142,99.69,0,0,0.3,517.48,3494.35,26128143,99.83,0,0,0.44,516.65,3495.17,26128144,99.82,0,0,0.14,516.63,3495.19,26128145,99.7,0,0,0.28,515.73,3496.11,26128146,99.8,0,0,0.16,515.81,3496.02,26128147,99.76,0,0,0.15,515.8,3496.03,26128148,99.64,0,0,0.61,516.79,3495.03,26128149,99.69,0,0,0.27,517.01,3494.79,26128150,99.72,0,0,0.37,516.98,3494.84,26128151,99.81,0,0,0.16,516.97,3494.85,26128152,99.8,0,0,0.15,516.94,3494.87,26128153,99.61,0,0,0.57,517.26,3494.54,26128154,99.82,0,0,0.15,516.64,3495.16,26128155,99.68,0,0,0.29,515.76,3496.06,26128156,99.79,0,0,0.17,515.71,3496.1,26128157,99.78,0,0,0.2,516.26,3495.54,26128158,99.68,0,0,0.42,516.89,3494.91,26128159,99.84,0,0,0.3,516.73,3495.06,26128160,99.7,0,0,0.36,516.97,3494.84,26128161,99.83,0,0,0.15,516.94,3494.87,26128162,99.79,0,0,0.14,516.94,3494.87,26128163,99.68,0,0,0.41,517.26,3494.54,26128164,99.81,0,0,0.3,516.88,3494.92,26128165,99.67,0,0,0.27,516.89,3494.92,26128166,99.81,0,0,0.14,516.97,3494.84,26128167,99.82,0,0,0.17,517.02,3494.79,26128168,99.68,0,0,0.54,517.35,3494.45,26128169,99.78,0,0,0.14,516.97,3494.82,26128170,99.73,0,0,0.28,516.98,3494.84,26128171,99.79,0,0,0.14,516.96,3494.85,26128172,99.83,0,0,0.16,516.94,3494.87,26128173,99.69,0,0,0.57,517.62,3494.18,26128174,99.82,0,0,0.16,516.89,3494.9,26128175,99.75,0,0,0.3,516.33,3495.48,26128176,99.81,0,0,0.17,515.4,3496.41,26128177,99.81,0,0,0.16,515.45,3496.35,26128178,99.66,0,0,0.32,516.05,3495.75,26128179,99.63,0,0,0.5,516.25,3495.53,26128180,99.72,0,0,0.27,515.8,3495.97,26128181,99.84,0,0,0.16,515.77,3496,26128182,99.84,0,0,0.14,515.74,3496.02,26128183,99.84,0,0,0.16,515.72,3496.04,26128184,99.61,0,0,0.61,516.06,3495.69,26128185,99.73,0,0,0.34,516.44,3495.33,26128186,99.76,0,0,0.15,516.46,3495.31,26128187,99.79,0,0,0.17,516.56,3495.2,26128188,99.76,0,0,0.14,516.53,3495.22,26128189,99.6,0,0,0.55,516,3495.76,26128190,99.76,0,0,0.29,516.01,3495.76,26128191,99.83,0,0,0.16,516.01,3495.78,26128192,99.8,0,0,0.14,515.97,3495.81,26128193,99.84,0,0,0.15,515.96,3495.82,26128194,99.66,0,0,0.55,516.64,3495.13,26128195,99.66,0,0,0.3,516.69,3495.1,26128196,99.8,0,0,0.14,516.65,3495.14,26128197,99.82,0,0,0.16,516.73,3495.05,26128198,99.84,0,0,0.14,516.81,3494.97,26128199,99.7,0,0,0.55,517.01,3494.76,26128200,99.71,0,0,0.28,516.54,3495.25,26128201,99.79,0,0,0.18,516.52,3495.27,26128202,99.8,0,0,0.13,516.49,3495.29,26128203,99.83,0,0,0.16,516.48,3495.3,26128204,99.67,0,0,0.56,516.8,3494.97,26128205,99.76,0,0,0.33,516.94,3494.84,26128206,99.83,0,0,0.16,516.92,3494.86,26128207,99.84,0,0,0.14,516.91,3494.87,26128208,99.84,0,0,0.16,516.88,3494.89,26128209,99.59,0,0,0.52,517.46,3494.28,26128210,99.76,0,0,0.42,515.4,3496.36,26128211,99.82,0,0,0.16,515.36,3496.41,26128212,99.79,0,0,0.17,515.34,3496.43,26128213,99.82,0,0,0.14,515.31,3496.45,26128214,99.64,0,0,0.31,515.84,3495.91,26128215,99.73,0,0,0.56,517,3494.77,26128216,99.8,0,0,0.16,516.98,3494.78,26128217,99.83,0,0,0.18,516.72,3495.04,26128218,99.85,0,0,0.15,516.7,3495.06,26128219,99.8,0,0,0.14,516.68,3495.07,26128220,99.49,0,0,0.73,516.25,3495.52,26128221,99.84,0,0,0.14,516.07,3495.69,26128222,99.81,0,0,0.16,516.09,3495.67,26128223,99.79,0,0,0.15,516.07,3495.69,26128224,99.8,0,0,0.18,516.04,3495.71,26128225,99.53,0,0,0.73,515.9,3495.86,26128226,99.8,0,0,0.16,515.52,3496.24,26128227,99.81,0,0,0.14,515.52,3496.24,26128228,99.84,0,0,0.15,515.49,3496.27,26128229,99.79,0,0,0.17,515.48,3496.27,26128230,99.59,0,0,0.68,515.68,3496.09,26128231,99.82,0,0,0.14,514.97,3496.8,26128232,99.83,0,0,0.16,515.03,3496.73,26128233,99.79,0,0,0.14,515.11,3496.64,26128234,99.83,0,0,0.16,515.1,3496.65,26128235,99.58,0,0,0.61,517.55,3494.22,26128236,99.83,0,0,0.29,516.8,3494.96,26128237,99.8,0,0,0.15,516.78,3494.98,26128238,99.8,0,0,0.17,516.76,3495,26128239,99.76,0,0,0.34,516.98,3494.76,26128240,99.57,0,0,0.56,516.55,3495.2,26128241,99.81,0,0,0.3,516.46,3495.29,26128242,99.83,0,0,0.15,516.44,3495.3,26128243,99.79,0,0,0.14,516.41,3495.32,26128244,99.81,0,0,0.14,516.56,3495.17,26128245,99.56,0.01,0.84,0.57,516.62,3495.13,26128246,99.83,0,0,0.34,516.93,3494.81,26128247,99.76,0,0,0.14,517.04,3494.69,26128248,99.8,0,0,0.15,517.06,3494.67,26128249,99.8,0.01,0.84,0.2,516.96,3494.76,26128250,99.65,0,0,0.49,517.29,3494.44,26128251,99.78,0,0,0.4,516.8,3494.92,26128252,99.82,0,0,0.17,516.77,3494.94,26128253,99.83,0,0,0.14,516.75,3494.96,26128254,99.82,0.01,0.71,0.18,516.73,3494.97,26128255,99.65,0,0,0.52,517.01,3494.71,26128256,99.85,0,0,0.38,516.63,3495.09,26128257,99.88,0,0,0.16,516.75,3494.96,26128258,99.86,0,0,0.15,516.76,3494.95,26128259,99.9,0,0,0.15,516.74,3494.96,26128260,99.69,0.01,0.44,0.33,517.24,3494.49,26128261,99.71,0.02,1.36,0.73,517.18,3494.54,26128262,99.9,0,0,0.18,516.72,3494.98,26128263,99.9,0,0,0.16,516.7,3495,26128264,99.91,0,0,0.14,516.67,3495.03,26128265,99.72,0,0,0.29,516.43,3495.28,26128266,99.75,0,0,0.55,517.62,3494.08,26128267,99.84,0,0,0.14,517.17,3494.54,26128268,99.9,0,0,0.17,517.28,3494.42,26128269,99.74,0,0,0.39,517.26,3494.41,26128270,99.78,0,0,0.32,516.07,3495.61,26128271,99.73,0,0,0.43,516.85,3494.83,26128272,99.89,0,0.01,0.28,516.96,3494.71,26128273,99.89,0.04,1.46,0.17,516.94,3494.74,26128274,99.9,0,0.01,0.24,516.92,3494.76,26128275,99.83,0,0,0.29,516.69,3495.02,26128276,99.77,0,0,0.58,517.25,3494.44,26128277,99.88,0,0,0.21,517.12,3494.57,26128278,99.85,0,0,0.14,517.19,3494.49,26128279,99.87,0,0,0.16,517.28,3494.4,26128280,99.79,0,0,0.3,517.03,3494.67,26128281,99.68,0,0,0.59,517.72,3493.97,26128282,99.9,0,0,0.14,516.99,3494.71,26128283,99.91,0,0,0.15,516.97,3494.73,26128284,99.9,0,0,0.14,516.95,3494.75,26128285,99.81,0,0,0.29,516.96,3494.76,26128286,99.71,0,0,0.6,517.5,3494.21,26128287,99.84,0,0,0.15,517.16,3494.55,26128288,99.85,0,0,0.18,517.14,3494.57,26128289,99.89,0,0,0.15,517.12,3494.58,26128290,99.79,0,0,0.3,517.18,3494.53,26128291,99.87,0,0,0.21,517.27,3494.44,26128292,99.76,0,0,0.55,517.47,3494.24,26128293,99.9,0,0,0.15,516.97,3494.74,26128294,99.92,0,0,0.15,516.95,3494.77,26128295,99.79,0,0,0.33,516.29,3495.43,26128296,99.85,0,0,0.18,515.94,3495.78,26128297,99.72,0,0,0.57,517.08,3494.63,26128298,99.91,0,0,0.16,516.88,3494.82,26128299,99.73,0,0,0.28,517.1,3494.58,26128300,99.81,0,0,0.27,516.86,3494.84,26128301,99.92,0,0,0.16,516.93,3494.76,26128302,99.7,0,0,0.55,517.56,3494.13,26128303,99.93,0,0,0.14,517.24,3494.44,26128304,99.85,0,0,0.16,517.22,3494.48,26128305,99.88,0,0,0.29,517.47,3494.24,26128306,99.94,0,0,0.18,517.37,3494.34,26128307,99.76,0,0,0.57,517.53,3494.17,26128308,99.91,0,0,0.18,517.17,3494.53,26128309,99.92,0,0,0.16,517.15,3494.55,26128310,99.86,0,0,0.3,517.14,3494.57,26128311,99.88,0,0,0.15,517.13,3494.58,26128312,99.67,0,0,0.49,517.46,3494.25,26128313,99.89,0,0,0.21,517.15,3494.55,26128314,99.9,0,0,0.15,517.27,3494.42,26128315,99.76,0,0,0.29,516.56,3495.16,26128316,99.89,0,0,0.16,516.51,3495.2,26128317,99.75,0.01,0.04,0.64,517.09,3494.62,26128318,99.9,0,0,0.15,516.13,3495.57,26128319,99.9,0,0,0.15,516.17,3495.52,26128320,99.78,0,0.01,0.29,516.78,3494.93,26128321,99.9,0,0,0.14,516.76,3494.95,26128322,99.73,0,0,0.58,517.11,3494.6,26128323,99.89,0,0,0.14,515.73,3495.97,26128324,99.9,0,0,0.14,515.7,3496,26128325,99.85,0,0,0.31,516.44,3495.27,26128326,99.9,0,0,0.14,516.42,3495.29,26128327,99.94,0,0,0.2,516.41,3495.3,26128328,99.79,0,0,0.55,517.68,3494.02,26128329,99.72,0,0,0.46,517.13,3494.55,26128330,99.83,0,0,0.28,516.84,3494.85,26128331,99.89,0,0,0.14,516.28,3495.41,26128332,99.85,0,0,0.16,516.26,3495.43,26128333,99.73,0,0,0.55,517.06,3494.62,26128334,99.87,0,0,0.16,516.71,3494.98,26128335,99.78,0,0,0.32,515.52,3496.19,26128336,99.83,0,0,0.15,515.45,3496.25,26128337,99.87,0,0,0.21,515.19,3496.51,26128338,99.71,0,0,0.58,516.9,3494.8,26128339,99.89,0,0,0.14,516.86,3494.83,26128340,99.75,0,0,0.27,515.68,3496.03,26128341,99.9,0,0,0.14,515.51,3496.2,26128342,99.9,0,0,0.15,515.54,3496.16,26128343,99.77,0,0,0.55,516.33,3495.37,26128344,99.89,0.02,0.84,0.16,516.22,3495.47,26128345,99.81,0.03,1.47,0.43,515.68,3496.02,26128346,99.87,0,0,0.2,515.64,3496.05,26128347,99.85,0,0,0.2,515.69,3496,26128348,99.69,0,0,0.63,516.82,3494.87,26128349,99.93,0,0,0.17,516.54,3495.15,26128350,99.85,0,0,0.32,516.78,3494.92,26128351,99.92,0,0,0.16,516.77,3494.93,26128352,99.88,0,0,0.17,516.74,3494.95,26128353,99.78,0,0,0.59,517.36,3494.33,26128354,99.89,0,0,0.17,516.69,3495,26128355,99.74,0,0,0.34,516.69,3495.01,26128356,99.8,0,0,0.22,516.42,3495.27,26128357,99.89,0,0,0.16,516.4,3495.29,26128358,99.78,0,0,0.46,516.91,3494.77,26128359,99.71,0,0,0.46,517.03,3494.62,26128360,99.76,0,0,0.31,516.79,3494.89,26128361,99.88,0.08,3.11,0.42,516.75,3494.9,26128362,99.9,0,0,0.19,516.71,3494.93,26128363,99.89,0,0,0.17,516.69,3494.94,26128364,99.72,0,0,0.57,516.31,3495.32,26128365,99.8,0,0,0.4,515.73,3495.92,26128366,99.89,0,0,0.19,515.66,3495.98,26128367,99.87,0,0,0.19,515.64,3495.99,26128368,99.86,0,0,0.18,515.62,3496.01,26128369,99.78,0,0,0.57,516.52,3495.1,26128370,99.76,0,0,0.36,515.39,3496.26,26128371,99.92,0,0,0.2,515.32,3496.32,26128372,99.83,0,0,0.21,515.39,3496.24,26128373,99.92,0,0,0.2,515.47,3496.16,26128374,99.67,0.03,2.32,0.86,515.94,3495.69,26128375,99.81,0.01,0.99,0.54,517.09,3494.54,26128376,99.72,0.02,1.71,0.33,517.16,3494.46,26128377,99.89,0,0.01,0.25,517.15,3494.46,26128378,99.85,0.01,1.8,0.38,517.14,3494.45,26128379,99.72,0,0.01,0.63,517.34,3494.24,26128380,99.79,0,0,0.3,516.64,3494.96,26128381,99.86,0,0,0.16,516.6,3494.99,26128382,99.72,0.01,0.64,0.2,516.59,3495,26128383,99.88,0,0.03,0.26,516.7,3494.88,26128384,99.75,0,0,0.45,517.22,3494.35,26128385,99.78,0,0.06,0.49,516.9,3494.68,26128386,99.87,0,0,0.19,516.84,3494.75,26128387,99.89,0,0,0.16,516.81,3494.77,26128388,99.9,0,0,0.2,516.77,3494.8,26128389,99.52,0,0,0.55,517.48,3494.07,26128390,99.76,0,0,0.45,515.97,3495.6,26128391,99.93,0,0,0.17,515.92,3495.64,26128392,99.91,0.01,0.01,0.18,515.88,3495.68,26128393,99.85,0,0,0.16,515.85,3495.7,26128394,99.72,0,0,0.43,516.51,3495.04,26128395,99.75,0,0,0.44,516.81,3494.75,26128396,99.81,0,0,0.18,516.78,3494.78,26128397,99.85,0,0,0.19,516.6,3494.96,26128398,99.83,0,0,0.17,516.68,3494.87,26128399,99.42,0.25,1.12,1.57,517.83,3493.29,26128400,98.66,2.34,71.97,1.73,520.29,3489.99,26128401,99.3,1.08,29.07,0.95,519.9,3490.27,26128402,99.32,1.92,62.7,0.65,519.91,3490.23,26128403,99.87,0,0.01,0.24,519.86,3490.27,26128404,99.78,2.03,2.39,2.41,519.57,3489.4,26128405,99.57,0.02,0.02,0.8,520.63,3487.97,26128406,99.86,0.04,0.08,0.36,520.28,3488.32,26128407,99.88,0.02,0.05,0.29,520.32,3488.28,26128408,99.89,0.03,0.04,0.23,520.28,3488.33,26128409,99.87,0.03,0.04,0.26,520.36,3488.25,26128410,99.61,0.03,0.05,0.86,520.87,3487.75,26128411,99.88,0.01,0.03,0.27,520.55,3488.09,26128412,99.83,0.07,0.12,0.37,520.55,3488.07,26128413,99.86,0.03,0.04,0.29,520.56,3488.06,26128414,80.66,0.04,0.3,6.99,840.3,3167.95,26128415,99.22,0.03,0.1,0.96,854.22,3153.83,26128416,99.79,0.01,0.03,0.24,570.05,3437.99,26128417,99.88,0.01,0,0.23,570.01,3438.02,26128418,99.83,0.02,0.35,0.26,570.11,3437.91,26128419,99.67,0.17,0.11,0.38,571.41,3436.54,26128420,80.13,0.06,1.53,5.18,848.16,3159.64,26128421,85.35,0.02,0.05,1.18,1006.16,3001.61,26128422,94.65,0.06,2.12,3.63,1037.87,2969.92,26128423,99.61,0.01,0.04,0.33,834.19,3173.59,26128424,99.86,0,0,0.25,570.75,3437.02,26128425,99.55,0.01,0.01,0.83,572.12,3435.66,26128426,80.51,0.04,0.86,4.42,810.85,3196.89,26128427,99.85,0.02,0,0.33,1016.85,2990.92,26128428,99.64,0.01,0,0.24,630.81,3376.96,26128429,81.23,0.03,0.9,4.44,937.03,3070.7,26128430,99.37,0,0,0.68,895.54,3112.24,26128431,99.86,0.03,0.79,0.35,572.21,3435.56,26128432,99.16,0.01,0.04,0.26,572.43,3435.33,26128433,80.53,0.02,0.03,4.47,1031.16,2976.56,26128434,80.9,0.07,1.64,4.44,1031.18,2976.53,26128435,99.59,0.02,0.9,0.65,1040.95,2966.8,26128436,99.65,0,0,0.39,619.34,3388.4,26128437,99.86,0,0,0.16,572.4,3435.34,26128438,99.9,0,0,0.15,572.49,3435.24,26128439,99.85,0,0,0.15,572.54,3435.18,26128440,99.76,0,0,0.31,571.13,3436.62,26128441,99.68,0,0,0.55,574.23,3433.51,26128442,99.86,0,0.03,0.14,573.73,3434.01,26128443,99.88,0,0,0.2,573.68,3434.05,26128444,99.88,0,0,0.14,573.66,3434.07,26128445,99.75,0,0,0.31,573.9,3433.84,26128446,94.89,0.46,0.02,261.02,584.41,3423.65,26128447,99.85,0,0,0.3,576.57,3430.91,26128448,99.85,0,0,0.16,576.55,3430.92,26128449,99.55,0,0,0.34,576.63,3430.82,26128450,99.79,0,0,0.32,576.94,3430.51,26128451,99.7,0,0,0.63,575.89,3431.58,26128452,99.83,0,0,0.16,574.28,3433.2,26128453,99.86,0,0,0.14,573.51,3433.98,26128454,99.85,0,0,0.15,573.49,3434.02,26128455,99.69,0,0,0.3,573.26,3434.28,26128456,99.66,0,0,0.52,573.68,3433.84,26128457,99.83,0,0,0.27,573.93,3433.6,26128458,99.85,0,0,0.14,573.91,3433.61,26128459,99.86,0,0,0.16,573.89,3433.62,26128460,99.73,0,0,0.33,573.49,3434.04,26128461,99.69,0,0,0.46,574.19,3433.33,26128462,99.85,0,0,0.28,574.27,3433.25,26128463,99.85,0,0,0.16,574.24,3433.27,26128464,99.8,0,0,0.15,574.22,3433.28,26128465,99.6,0,0,0.31,573.01,3434.51,26128466,99.67,0,0,0.56,573.6,3433.92,26128467,99.84,0,0,0.19,574.16,3433.35,26128468,99.84,0,0,0.14,574.15,3433.36,26128469,99.83,0,0,0.15,574.13,3433.38,26128470,99.74,0,0,0.31,573.87,3433.65,26128471,99.69,0,0,0.37,574.5,3433.02,26128472,99.8,0,0,0.38,574.3,3433.22,26128473,99.83,0,0,0.14,574.26,3433.25,26128474,99.82,0,0,0.16,574.24,3433.27,26128475,99.74,0,0,0.31,574.24,3433.28,26128476,99.79,0,0,0.19,573.78,3433.74,26128477,99.62,0,0,0.57,574.49,3433.03,26128478,99.81,0,0,0.15,573.92,3433.59,26128479,99.6,0,0,0.27,574.39,3433.1,26128480,99.65,0,0,0.3,573.76,3433.75,26128481,99.73,0,0,0.15,573.81,3433.69,26128482,99.54,0,0,0.59,573.48,3434.02,26128483,99.8,0,0,0.15,572.8,3434.69,26128484,99.83,0,0,0.14,572.77,3434.71,26128485,99.73,0,0,0.3,574.18,3433.32,26128486,99.75,0,0,0.16,573.74,3433.76,26128487,99.65,0,0,0.57,574.35,3433.14,26128488,99.86,0,0,0.18,573.88,3433.61,26128489,99.78,0,0,0.16,573.19,3434.29,26128490,99.75,0,0,0.31,572.09,3435.41,26128491,99.86,0,0,0.16,571.95,3435.56,26128492,99.61,0,0,0.59,572.36,3435.15,26128493,99.84,0,0,0.14,572.09,3435.41,26128494,99.82,0,0,0.14,572.07,3435.44,26128495,99.74,0,0,0.3,573.73,3433.79,26128496,99.86,0,0,0.16,573.76,3433.75,26128497,99.71,0,0,0.58,574.17,3433.34,26128498,99.85,0,0,0.17,572.74,3434.77,26128499,99.87,0,0,0.14,572.73,3434.78,26128500,99.67,0,0,0.29,573.93,3433.6,26128501,99.87,0,0,0.14,573.94,3433.58,26128502,99.49,0.02,0.83,0.46,574.47,3433.05,26128503,99.83,0,0.01,0.36,573.45,3434.05,26128504,99.8,0,0,0.15,573.56,3433.94,26128505,99.72,0,0,0.32,573.56,3433.93,26128506,99.81,0,0,0.17,573.54,3433.95,26128507,99.67,0,0,0.39,573.44,3434.04,26128508,99.84,0,0,0.36,572.01,3435.47,26128509,99.58,0,0,0.28,573.45,3433.99,26128510,99.74,0,0,0.34,573.72,3433.74,26128511,99.82,0,0,0.19,573.68,3433.78,26128512,99.82,0,0,0.18,573.66,3433.79,26128513,99.67,0,0,0.55,573.79,3433.65,26128514,99.81,0,0,0.14,573.31,3434.14,26128515,99.69,0,0,0.3,572.82,3434.62,26128516,99.82,0,0,0.16,572.79,3434.65,26128517,99.87,0,0,0.2,573.01,3434.42,26128518,99.7,0,0,0.55,574.23,3433.2,26128519,99.78,0,0,0.18,574.21,3433.22,26128520,99.74,0,0,0.3,573.28,3434.16,26128521,99.82,0,0,0.16,573.21,3434.22,26128522,99.77,0,0,0.15,573.19,3434.24,26128523,99.73,0,0,0.52,574.04,3433.39,26128524,99.84,0,0,0.2,574.12,3433.3,26128525,99.79,0,0,0.3,574.75,3432.69,26128526,99.86,0,0,0.15,573.83,3433.6,26128527,99.81,0,0,0.16,573.78,3433.65,26128528,99.73,0,0,0.47,574.12,3433.31,26128529,99.83,0,0,0.27,573.74,3433.68,26128530,99.8,0,0,0.32,573.75,3433.7,26128531,99.7,0,0,0.15,573.73,3433.71,26128532,99.85,0,0,0.15,573.71,3433.72,26128533,99.75,0,0,0.59,573.6,3433.83,26128534,99.86,0,0,0.14,572.44,3434.99,26128535,99.83,0,0,0.3,573.4,3434.04,26128536,99.82,0,0,0.17,573.83,3433.61,26128537,99.85,0,0,0.16,574,3433.44,26128538,99.7,0,0,0.41,574.34,3433.09,26128539,99.7,0,0,0.41,574.51,3432.9,26128540,99.79,0,0,0.3,574.52,3432.9,26128541,99.87,0,0,0.17,574.5,3432.92,26128542,99.88,0,0,0.14,574.48,3432.94,26128543,99.72,0,0,0.33,574.82,3432.59,26128544,99.83,0,0,0.41,574.44,3432.97,26128545,99.76,0,0,0.32,573.36,3434.07,26128546,99.88,0,0,0.16,572.93,3434.49,26128547,99.86,0,0,0.14,572.93,3434.49,26128548,99.89,0,0,0.14,573.08,3434.34,26128549,99.76,0,0,0.55,574.24,3433.18,26128550,98.84,0,0,0.33,574.04,3433.4,26128551,99.9,0,0,0.15,574.01,3433.43,26128552,99.86,0,0,0.14,573.99,3433.44,26128553,99.89,0,0,0.15,573.97,3433.46,26128554,99.73,0,0,0.56,574.52,3432.91,26128555,99.75,0,0,0.32,574.44,3433,26128556,99.81,0,0,0.16,574.44,3433,26128557,99.9,0,0,0.14,574.42,3433.01,26128558,99.91,0,0.02,0.17,574.45,3432.97,26128559,99.73,0,0,0.59,575.06,3432.37,26128560,99.71,0,0,0.34,574.81,3432.62,26128561,99.88,0,0,0.14,574.74,3432.69,26128562,99.91,0,0,0.16,574.72,3432.7,26128563,99.43,0,0,0.14,574.7,3432.72,26128564,99.8,0,0,0.6,575.05,3432.37,26128565,99.85,0,0,0.34,574.74,3432.69,26128566,99.89,0,0,0.14,573.93,3433.5,26128567,99.91,0,0,0.16,573.9,3433.52,26128568,99.9,0,0,0.15,573.89,3433.53,26128569,99.6,0,0,0.69,574.19,3433.21,26128570,99.8,0,0,0.38,572.02,3435.4,26128571,99.85,0,0,0.18,572.09,3435.32,26128572,99.85,0,0,0.18,572.07,3435.34,26128573,99.87,0,0,0.18,572.05,3435.35,26128574,99.71,0,0,0.45,573.08,3434.32,26128575,99.78,0,0,0.48,573.26,3434.15,26128576,99.86,0,0,0.18,573.41,3434,26128577,99.9,0,0,0.23,573.7,3433.71,26128578,99.88,0,0,0.18,573.68,3433.72,26128579,99.8,0,0,0.18,573.82,3433.57,26128580,99.66,0,0,0.68,575.03,3432.39,26128581,99.86,0,0,0.14,574.8,3432.61,26128582,99.88,0,0,0.16,574.79,3432.62,26128583,99.86,0,0,0.14,574.76,3432.64,26128584,99.9,0,0,0.15,574.74,3432.66,26128585,99.64,0,0,1.03,574.57,3432.86,26128586,99.86,0,0,0.14,573.41,3434.02,26128587,99.85,0.02,0.83,0.22,573.24,3434.18,26128588,99.84,0.01,0.11,0.19,573.22,3434.19,26128589,99.87,0.03,1.25,0.29,573.2,3434.2,26128590,99.58,0.01,0.01,0.99,574.38,3433.03,26128591,99.8,0,0,0.15,574.26,3433.15,26128592,99.84,0,0,0.17,574.23,3433.17,26128593,99.88,0,0,0.14,574.22,3433.18,26128594,99.84,0.08,2.22,0.27,574.19,3433.19,26128595,99.64,0,0,0.76,574.73,3432.67,26128596,99.84,0,0,0.2,574.01,3433.39,26128597,99.83,0.02,0.46,0.2,573.89,3433.49,26128598,99.86,0,0,0.15,573.84,3433.53,26128599,99.62,0.01,0.45,0.3,574.61,3432.74,26128600,99.62,0,0.01,0.75,574.35,3433.01,26128601,99.86,0,0,0.21,574.14,3433.22,26128602,99.91,0.01,0.03,0.16,574.1,3433.26,26128603,99.78,0.09,3.92,0.26,574.21,3433.13,26128604,99.86,0,0,0.18,574.16,3433.16,26128605,99.63,0,0,0.63,575.5,3431.85,26128606,99.85,0,0,0.29,574.63,3432.71,26128607,99.93,0,0,0.14,574.12,3433.21,26128608,99.88,0,0,0.15,574.1,3433.24,26128609,99.86,0,0,0.15,574.07,3433.25,26128610,98.36,0.01,0.05,0.65,574.81,3432.54,26128611,99.84,0,0.01,0.29,574.42,3432.92,26128612,99.83,0,0,0.25,574.37,3432.96,26128613,99.84,0,0.03,0.16,574.39,3432.93,26128614,99.85,0.01,0.27,0.21,574.4,3432.92,26128615,99.76,0,0,0.32,573.89,3433.45,26128616,99.7,0,0,0.62,574.82,3432.51,26128617,99.85,0,0,0.18,574.44,3432.89,26128618,99.9,0,0.01,0.2,574.39,3432.93,26128619,99.86,0,0,0.18,574.36,3432.95,26128620,99.7,0.01,0.45,0.36,575.1,3432.24,26128621,99.65,0,0.03,0.68,574.99,3432.34,26128622,99.88,0,0,0.14,574.47,3432.86,26128623,99.85,0,0,0.2,574.45,3432.87,26128624,99.8,0,0,0.16,574.43,3432.89,26128625,99.68,0.05,1.97,0.34,575.17,3432.16,26128626,99.68,0,0.1,0.68,575.5,3431.81,26128627,99.78,0,0.1,0.15,574.38,3432.92,26128628,99.76,0,0,0.14,574.32,3432.98,26128629,99.63,0,0,0.28,574.31,3432.97,26128630,99.76,0,0,0.32,574.42,3432.89,26128631,99.74,0.01,0,0.55,574.81,3432.5,26128632,99.79,0.01,0.05,0.23,574.68,3432.62,26128633,99.8,0,0,0.22,574.61,3432.68,26128634,99.85,0,0,0.15,574.59,3432.73,26128635,99.66,0,0.02,0.37,573.86,3433.48,26128636,99.65,0,0.01,0.59,574.88,3432.45,26128637,99.83,0,0.03,0.29,574.37,3432.95,26128638,99.8,0,0,0.15,574.35,3432.98,26128639,99.83,0,0,0.14,574.33,3432.99,26128640,99.73,0,0,0.31,573.93,3433.4,26128641,99.62,0,0,0.41,574.34,3432.99,26128642,99.83,0,0,0.3,574.29,3433.04,26128643,99.83,0,0,0.14,574.34,3432.98,26128644,99.81,0,0,0.15,574.43,3432.88,26128645,99.74,0,0,0.34,574.67,3432.66,26128646,99.68,0,0,0.59,574.97,3432.36,26128647,99.85,0,0,0.14,573.73,3433.59,26128648,99.83,0,0,0.14,573.63,3433.68,26128649,99.79,0,0,0.14,573.6,3433.71,26128650,99.67,0,0,0.36,573.6,3433.72,26128651,99.7,0,0,0.46,574,3433.32,26128652,99.82,0,0,0.27,574.06,3433.25,26128653,99.82,0,0,0.15,574.04,3433.28,26128654,99.8,0,0,0.17,574.01,3433.3,26128655,99.75,0,0,0.34,574.4,3432.93,26128656,99.8,0,0.02,0.21,574.02,3433.3,26128657,99.64,0,0,0.62,574.23,3433.08,26128658,99.79,0,0.01,0.18,573.84,3433.46,26128659,99.74,0,0.02,0.3,574.54,3432.74,26128660,99.69,0,0,0.32,574.28,3433.02,26128661,99.79,0.01,0.05,0.19,574.29,3433,26128662,99.64,0.01,0.29,0.66,575.21,3432.07,26128663,99.8,0,0.07,0.18,574.77,3432.51,26128664,99.77,0,0.01,0.16,574.71,3432.56,26128665,99.78,0,0,0.34,574.61,3432.67,26128666,99.83,0,0,0.14,574.63,3432.65,26128667,99.7,0,0,0.57,574.69,3432.59,26128668,99.82,0.02,0.5,0.29,574.09,3433.18,26128669,99.81,0,0.16,0.17,574.04,3433.22,26128670,99.74,0,0.01,0.34,574.01,3433.26,26128671,99.8,0,0.01,0.16,574,3433.27,26128672,99.61,0,0.04,0.62,574.43,3432.82,26128673,99.83,0,0,0.21,574.06,3433.18,26128674,99.81,0,0,0.15,574.04,3433.21,26128675,99.69,0,0,0.33,574.53,3432.73,26128676,99.78,0,0.03,0.23,574.46,3432.79,26128677,99.64,0,0,0.47,575.23,3432.02,26128678,99.78,0,0,0.26,574.61,3432.63,26128679,99.83,0,0,0.14,574.59,3432.65,26128680,99.74,0,0,0.32,574.58,3432.68,26128681,99.76,0,0,0.17,574.56,3432.7,26128682,99.58,0,0,0.51,575.1,3432.15,26128683,99.84,0,0,0.2,574.75,3432.49,26128684,98.52,0,0,0.14,574.73,3432.51,26128685,99.76,0,0,0.36,574.96,3432.29,26128686,99.79,0,0,0.16,574.96,3432.29,26128687,99.65,0,0,0.41,574.96,3432.28,26128688,99.8,0,0,0.29,573.52,3433.72,26128689,99.77,0,0,0.32,574.09,3433.12,26128690,99.77,0,0,0.34,574.34,3432.9,26128691,99.83,0,0,0.13,574.32,3432.91,26128692,99.57,0.02,0.42,0.48,574.62,3432.6,26128693,99.78,0,0,0.28,574.23,3432.99,26128694,99.76,0,0,0.17,574.19,3433.02,26128695,99.59,0,0,0.32,574.62,3432.61,26128696,99.79,0,0,0.16,574.59,3432.64,26128697,99.76,0,0,0.19,574.57,3432.65,26128698,99.68,0,0,0.55,573.97,3433.24,26128699,99.79,0,0,0.14,573.56,3433.66,26128700,99.74,0,0,0.32,574.74,3432.49,26128701,99.81,0,0,0.14,574.76,3432.46,26128702,99.82,0,0,0.14,574.74,3432.48,26128703,99.65,0,0,0.57,575.27,3431.95,26128704,99.75,0,0,0.14,574.94,3432.27,26128705,99.76,0,0,0.32,574.47,3432.76,26128706,99.74,0,0,0.16,574.52,3432.71,26128707,99.8,0,0,0.14,574.6,3432.62,26128708,99.7,0,0,0.59,574.08,3433.13,26128709,99.8,0,0,0.18,573.58,3433.63,26128710,99.76,0,0,0.36,573.34,3433.89,26128711,99.79,0,0,0.12,573.31,3433.91,26128712,99.82,0,0,0.16,573.29,3433.93,26128713,99.66,0,0,0.58,574.38,3432.83,26128714,99.81,0,0,0.16,574.23,3432.98,26128715,99.66,0,0,0.34,574.47,3432.75,26128716,99.8,0,0,0.17,574.27,3432.95,26128717,99.78,0,0,0.16,574.2,3433.02,26128718,99.66,0,0,0.58,574.66,3432.55,26128719,99.72,0,0,0.28,574.87,3432.32,26128720,99.69,0,0,0.3,573.63,3433.57,26128721,99.81,0,0,0.14,573.59,3433.61,26128722,99.79,0,0,0.16,573.56,3433.63,26128723,99.69,0,0,0.41,574.06,3433.13,26128724,99.8,0,0,0.29,573.77,3433.42,26128725,99.68,0,0,0.4,574.98,3432.24,26128726,99.83,0,0,0.16,574.98,3432.23,26128727,99.79,0,0,0.14,574.95,3432.26,26128728,99.79,0,0,0.15,574.49,3432.72,26128729,99.64,0,0,0.57,574.62,3432.58,26128730,99.72,0,0,0.31,573.4,3433.81,26128731,99.78,0,0,0.22,555.32,3452.01,26128732,99.8,0,0,0.21,516.96,3490.71,26128733,99.83,0,0,0.14,516.95,3490.72,26128734,99.68,0,0,0.56,517.46,3490.21,26128735,99.72,0,0,0.32,518.13,3489.55,26128736,99.82,0,0,0.16,518.14,3489.55,26128737,99.81,0,0,0.14,518.13,3489.57,26128738,99.8,0,0,0.15,518.1,3489.59,26128739,99.69,0,0,0.61,518,3489.68,26128740,99.7,0,0,0.31,518.25,3489.46,26128741,99.77,0,0,0.14,518.24,3489.47,26128742,99.82,0,0,0.16,518.22,3489.49,26128743,99.78,0,0,0.14,518.2,3489.51,26128744,99.69,0,0,0.63,517.95,3489.75,26128745,99.77,0,0,0.37,517.67,3490.04,26128746,99.8,0,0,0.18,517.65,3490.06,26128747,99.8,0,0,0.15,517.63,3490.08,26128748,99.81,0,0,0.16,517.61,3490.09,26128749,99.53,0,0,0.64,518.42,3489.25,26128750,99.67,0,0,0.36,518.17,3489.52,26128751,99.82,0,0,0.16,518.28,3489.41,26128752,99.82,0,0,0.14,518.26,3489.43,26128753,99.8,0,0,0.15,518.24,3489.45,26128754,99.63,0,0,0.51,518.4,3489.27,26128755,99.74,0,0,0.41,517.95,3489.74,26128756,99.83,0,0,0.14,517.96,3489.72,26128757,99.76,0,0,0.21,517.94,3489.75,26128758,99.81,0,0,0.14,517.91,3489.76,26128759,99.65,0,0,0.34,518.26,3489.41,26128760,99.72,0,0,0.53,517.17,3490.52,26128761,99.81,0,0,0.16,517.13,3490.55,26128762,99.79,0,0,0.15,517.19,3490.49,26128763,99.82,0,0,0.14,517.27,3490.4,26128764,99.84,0,0,0.15,517.26,3490.41,26128765,99.5,0,0,0.73,518.4,3489.29,26128766,99.84,0,0,0.16,517.98,3489.7,26128767,99.82,0,0,0.14,517.95,3489.72,26128768,99.8,0,0,0.16,517.94,3489.74,26128769,99.81,0,0,0.15,517.91,3489.75,26128770,99.46,0,0,0.73,518.21,3489.47,26128771,99.82,0,0,0.16,517.65,3490.03,26128772,99.82,0,0,0.17,517.62,3490.05,26128773,99.82,0,0,0.14,517.61,3490.06,26128774,99.82,0,0,0.16,517.66,3490.01,26128775,99.58,0,0,0.74,518.02,3489.67,26128776,99.79,0,0,0.19,517.57,3490.13,26128777,99.84,0,0,0.17,517.49,3490.2,26128778,99.8,0,0,0.14,517.46,3490.22,26128779,99.73,0,0,0.28,518.17,3489.49,26128780,99.54,0,0,0.76,519.02,3488.65,26128781,99.77,0,0,0.18,518.65,3489.03,26128782,99.78,0,0,0.14,518.62,3489.05,26128783,99.8,0,0,0.14,518.6,3489.06,26128784,99.83,0,0,0.14,518.59,3489.09,26128785,99.62,0,0,0.59,518.62,3489.08,26128786,99.83,0,0,0.3,518.22,3489.47,26128787,99.78,0,0,0.15,518.24,3489.45,26128788,99.83,0,0,0.14,518.22,3489.47,26128789,99.84,0,0,0.15,518.19,3489.49,26128790,99.62,0,0,0.78,518.86,3488.84,26128791,99.81,0,0,0.18,518.66,3489.03,26128792,99.82,0,0,0.18,518.64,3489.04,26128793,99.83,0,0,0.16,518.62,3489.06,26128794,99.82,0,0,0.14,518.61,3489.07,26128795,99.62,0,0,0.64,518.55,3489.15,26128796,99.84,0,0,0.33,517.61,3490.09,26128797,99.84,0,0,0.18,517.66,3490.03,26128798,99.83,0,0,0.18,517.75,3489.93,26128799,99.8,0,0,0.17,517.73,3489.95,26128800,99.49,0,0,0.55,517.59,3490.11,26128801,99.81,0,0,0.37,517.71,3489.98,26128802,99.76,0,0,0.14,517.7,3489.98,26128803,99.8,0,0,0.15,517.68,3490.01,26128804,99.8,0,0,0.13,517.65,3490.03,26128805,99.75,0,0,0.33,517.71,3489.99,26128806,99.68,0,0,0.59,518.17,3489.53,26128807,99.82,0,0,0.18,517.61,3490.08,26128808,99.84,0,0,0.16,517.59,3490.09,26128809,99.74,0,0,0.27,517.63,3490.03,26128810,99.76,0,0,0.37,517.76,3489.91,26128811,94.64,0.31,0.01,260.4,530.02,3478.25,26128812,99.88,0,0,0.3,520.55,3486.95,26128813,99.84,0,0,0.14,520.53,3486.96,26128814,99.81,0,0,0.14,520.51,3486.99,26128815,99.72,0,0,0.37,519.32,3488.2,26128816,99.71,0,0,0.63,518.43,3489.12,26128817,99.83,0,0,0.19,517.07,3490.49,26128818,99.87,0,0,0.14,517.04,3490.51,26128819,99.83,0,0,0.15,517.11,3490.44,26128820,99.85,0,0,0.32,517.46,3490.11,26128821,99.78,0,0,0.5,518.07,3489.5,26128822,99.86,0,0,0.21,517.92,3489.64,26128823,99.92,0,0,0.14,517.91,3489.65,26128824,99.89,0,0,0.14,517.88,3489.68,26128825,99.83,0,0,0.32,517.9,3489.67,26128826,99.78,0,0,0.57,518.13,3489.44,26128827,99.88,0,0,0.2,517.61,3489.95,26128828,99.87,0,0,0.18,517.59,3489.97,26128829,99.91,0,0,0.19,517.57,3489.98,26128830,99.77,0,0,0.33,517.81,3489.76,26128831,99.73,0,0.01,0.52,518.58,3488.98,26128832,99.88,0,0,0.19,518.18,3489.39,26128833,99.89,0,0,0.15,518.16,3489.41,26128834,99.88,0,0,0.15,518.14,3489.43,26128835,99.75,0,0,0.34,516.69,3490.9,26128836,99.73,0,0,0.36,517,3490.58,26128837,99.87,0,0,0.44,517.12,3490.46,26128838,99.91,0,0,0.14,517.1,3490.47,26128839,99.76,0,0,0.31,518.05,3489.5,26128840,99.77,0,0,0.37,516.94,3490.63,26128841,99.76,0,0,0.33,517.17,3490.39,26128842,99.86,0,0,0.43,517.53,3490.03,26128843,99.91,0,0,0.16,517.59,3489.96,26128844,99.87,0,0,0.15,517.67,3489.91,26128845,99.76,0,0,0.36,517.91,3489.69,26128846,99.91,0,0,0.14,517.89,3489.7,26128847,99.7,0,0,0.55,517.79,3489.79,26128848,99.87,0,0,0.16,517.35,3490.24,26128849,99.87,0,0,0.15,517.33,3490.25,26128850,99.83,0,0,0.32,518.05,3489.54,26128851,99.9,0,0,0.17,518.04,3489.55,26128852,99.76,0,0,0.55,517.52,3490.07,26128853,99.85,0,0,0.15,516.77,3490.81,26128854,99.93,0,0,0.16,516.83,3490.75,26128855,99.78,0,0,0.34,516.94,3490.66,26128856,99.85,0,0,0.13,516.92,3490.68,26128857,99.76,0,0,0.52,518.34,3489.24,26128858,99.9,0,0,0.19,518.35,3489.23,26128859,99.88,0,0,0.15,518.34,3489.26,26128860,99.74,0,0,0.37,518.1,3489.51,26128861,99.91,0,0,0.13,518.07,3489.55,26128862,99.71,0,0,0.61,518.52,3489.08,26128863,99.9,0,0,0.18,518.03,3489.58,26128864,99.9,0,0,0.14,518,3489.6,26128865,99.82,0,0,0.33,518.29,3489.33,26128866,98.57,0,0,0.15,518.42,3489.2,26128867,99.79,0,0,0.57,518.62,3488.99,26128868,99.88,0,0,0.16,517.64,3489.97,26128869,99.81,0,0,0.34,518.09,3489.49,26128870,99.85,0,0,0.36,518.1,3489.49,26128871,99.88,0,0,0.18,518.07,3489.52,26128872,99.86,0,0,0.14,518.04,3489.54,26128873,99.71,0,0,0.58,518.62,3488.96,26128874,99.88,0,0,0.14,518.24,3489.33,26128875,99.81,0,0,0.32,518.24,3489.35,26128876,99.89,0,0,0.16,518.34,3489.25,26128877,99.86,0,0,0.19,518.14,3489.44,26128878,99.76,0,0,0.64,518.66,3488.91,26128879,99.9,0,0,0.18,518.32,3489.24,26128880,99.73,0,0.01,0.38,517.6,3489.98,26128881,99.82,0,0,0.18,517.26,3490.31,26128882,99.92,0,0,0.18,517.23,3490.34,26128883,99.75,0,0,0.62,518.32,3489.25,26128884,99.91,0,0,0.17,518.15,3489.41,26128885,99.79,0,0,0.33,517.18,3490.39,26128886,99.93,0,0,0.16,517.13,3490.44,26128887,99.91,0,0,0.14,517.11,3490.46,26128888,99.75,0,0,0.58,517.93,3489.64,26128889,99.81,0,0,0.18,517.8,3489.76,26128890,99.78,0,0,0.37,518.04,3489.54,26128891,99.89,0,0,0.18,518.02,3489.55,26128892,99.89,0,0,0.16,518,3489.57,26128893,99.68,0,0,0.5,518.27,3489.3,26128894,99.92,0,0,0.19,517.9,3489.66,26128895,99.79,0,0,0.36,518.39,3489.19,26128896,99.9,0,0.01,0.18,518.2,3489.37,26128897,99.91,0,0,0.13,518.08,3489.49,26128898,99.74,0,0,0.57,518.66,3488.91,26128899,99.66,0,0,0.3,518.04,3489.5,26128900,99.8,0,0,0.33,518.27,3489.28,26128901,99.88,0,0,0.16,518.24,3489.31,26128902,99.83,0,0,0.14,518.23,3489.32,26128903,99.78,0,0.01,0.45,518.68,3488.87,26128904,99.88,0,0,0.31,518.33,3489.21,26128905,99.83,0,0,0.36,518.33,3489.23,26128906,99.91,0,0,0.13,518.29,3489.26,26128907,99.88,0,0,0.16,518.27,3489.28,26128908,99.91,0,0,0.14,518.25,3489.3,26128909,99.79,0,0,0.55,518.35,3489.19,26128910,99.79,0,0,0.35,517.38,3490.18,26128911,99.91,0,0,0.14,517.41,3490.14,26128912,99.93,0,0,0.19,517.38,3490.17,26128913,99.92,0,0,0.16,517.35,3490.2,26128914,99.77,0,0,0.56,518.65,3488.89,26128915,99.83,0,0,0.36,518.31,3489.24,26128916,99.9,0,0,0.14,518.29,3489.26,26128917,99.93,0,0,0.16,518.27,3489.28,26128918,99.9,0,0,0.19,518.25,3489.29,26128919,99.75,0,0,0.6,518.59,3488.95,26128920,99.78,0,0,0.32,518,3489.56,26128921,99.82,0,0,0.16,518.05,3489.5,26128922,99.81,0,0,0.14,518.14,3489.41,26128923,99.86,0,0,0.15,518.11,3489.43,26128924,99.73,0,0,0.57,518.6,3488.94,26128925,99.75,0,0,0.37,517.85,3489.71,26128926,99.9,0,0,0.17,517.82,3489.74,26128927,99.92,0,0,0.14,517.79,3489.76,26128928,99.92,0,0,0.19,517.77,3489.77,26128929,99.56,0,0,0.71,519.07,3488.45,26128930,99.76,0,0,0.35,518.47,3489.06,26128931,99.89,0,0,0.16,518.54,3488.99,26128932,99.88,0,0,0.14,518.61,3488.91,26128933,99.88,0,0,0.14,518.6,3488.93,26128934,99.76,0,0,0.51,519.05,3488.49,26128935,99.81,0,0,0.45,518.59,3488.96,26128936,99.92,0,0,0.18,518.55,3489,26128937,99.89,0,0,0.22,518.55,3489,26128938,99.93,0,0,0.17,518.52,3489.03,26128939,99.73,0,0,0.51,518.82,3488.73,26128940,99.78,0,0,0.38,518.58,3488.99,26128941,99.88,0,0,0.14,518.47,3489.09,26128942,99.89,0,0,0.16,518.45,3489.11,26128943,99.93,0,0,0.15,518.58,3488.98,26128944,99.77,0,0,0.59,518.97,3488.58,26128945,99.84,0,0,0.37,518.35,3489.21,26128946,99.9,0,0,0.19,518.33,3489.24,26128947,99.91,0,0,0.18,518.3,3489.26,26128948,99.92,0,0,0.18,518.28,3489.27,26128949,99.93,0,0,0.18,518.26,3489.29,26128950,99.5,0,0,0.79,517.9,3489.67,26128951,99.88,0,0,0.18,516.27,3491.29,26128952,99.9,0,0,0.18,516.25,3491.31,26128953,99.94,0,0,0.19,516.23,3491.32,26128954,99.94,0,0,0.18,516.31,3491.24,26128955,99.69,0,0,0.77,518.48,3489.09,26128956,99.84,0,0,0.21,517.58,3489.99,26128957,99.92,0,0,0.14,517.38,3490.18,26128958,99.93,0,0,0.15,517.35,3490.21,26128959,99.79,0,0,0.28,517.82,3489.71,26128960,99.72,0,0,0.78,518.27,3489.28,26128961,99.87,0,0,0.15,517.81,3489.74,26128962,99.92,0,0,0.17,517.78,3489.76,26128963,99.93,0,0,0.14,517.77,3489.77,26128964,99.93,0,0,0.17,517.74,3489.79,26128965,99.68,0,0,0.78,517.9,3489.65,26128966,99.94,0,0,0.16,517.05,3490.5,26128967,99.92,0,0,0.14,517.16,3490.38,26128968,99.9,0,0,0.14,517.15,3490.39,26128969,99.85,0,0,0.16,517.11,3490.42,26128970,99.65,0,0,0.73,517.57,3489.98,26128971,99.92,0,0,0.14,518.09,3489.46,26128972,99.9,0,0,0.16,518.06,3489.48,26128973,99.11,0,0,0.14,518.05,3489.49,26128974,99.91,0,0,0.15,518.02,3489.52,26128975,99.71,0,0,0.79,517.53,3490.02,26128976,99.9,0,0,0.15,517.75,3489.8,26128977,99.93,0,0,0.14,517.78,3489.76,26128978,99.92,0,0,0.14,517.9,3489.64,26128979,99.94,0,0,0.15,517.88,3489.66,26128980,99.54,0,0,0.71,517.6,3489.95,26128981,99.88,0,0,0.2,517.85,3489.69,26128982,99.92,0,0,0.16,517.83,3489.71,26128983,99.95,0,0,0.14,517.81,3489.72,26128984,99.9,0,0,0.14,517.79,3489.74,26128985,99.78,0,0,0.33,516.84,3490.7,26128986,99.69,0,0,0.57,518.07,3489.47,26128987,99.93,0,0,0.16,517.75,3489.78,26128988,99.92,0,0,0.14,517.73,3489.8,26128989,99.68,0,0,0.28,517.96,3489.55,26128990,99.8,0,0,0.33,518.34,3489.19,26128991,99.75,0,0,0.59,518.35,3489.17,26128992,99.88,0,0,0.14,517.85,3489.66,26128993,99.89,0,0,0.16,517.82,3489.69,26128994,99.88,0,0,0.15,517.81,3489.74,26128995,99.83,0,0,0.33,518.29,3489.28,26128996,99.74,0,0,0.55,518.49,3489.08,26128997,99.9,0,0,0.22,517.77,3489.8,26128998,99.9,0,0,0.14,517.73,3489.83,26128999,99.88,0,0,0.14,517.72,3489.84,26129000,99.78,0,0,0.32,517.81,3489.77,26129001,99.75,0,0,0.6,518.35,3489.23,26129002,99.88,0,0,0.16,518.12,3489.48,26129003,99.86,0,0,0.15,518.09,3489.5,26129004,99.89,0,0,0.14,518.07,3489.52,26129005,99.79,0,0,0.33,517.82,3489.78,26129006,99.79,0,0,0.48,518.25,3489.35,26129007,99.89,0,0,0.26,518.03,3489.56,26129008,99.9,0,0,0.15,518,3489.58,26129009,99.88,0,0,0.14,517.98,3489.6,26129010,99.81,0,0,0.31,517.1,3490.49,26129011,99.72,0,0,0.43,517.83,3489.77,26129012,99.91,0,0,0.29,517.84,3489.75,26129013,99.9,0,0,0.15,517.86,3489.72,26129014,99.85,0,0,0.15,517.84,3489.74,26129015,99.77,0,0,0.36,517.85,3489.75,26129016,99.87,0,0,0.21,517.53,3490.06,26129017,99.7,0,0,0.56,518.19,3489.39,26129018,99.9,0,0,0.14,517.55,3490.03,26129019,99.74,0,0,0.27,518.23,3489.33,26129020,99.74,0,0,0.3,517.79,3489.78,26129021,99.88,0,0,0.17,517.75,3489.82,26129022,99.73,0,0,0.56,518.46,3489.11,26129023,99.84,0,0,0.14,518.2,3489.37,26129024,99.88,0,0,0.15,518.28,3489.3,26129025,99.77,0,0,0.34,517.65,3489.94,26129026,99.9,0,0,0.14,517.62,3489.97,26129027,99.71,0,0,0.58,517.95,3489.64,26129028,99.86,0,0,0.14,517.58,3490,26129029,99.85,0,0,0.14,517.56,3490.02,26129030,99.76,0,0,0.3,518.29,3489.31,26129031,99.88,0,0,0.17,518.27,3489.32,26129032,99.74,0,0,0.55,518.02,3489.56,26129033,99.85,0,0,0.15,517.25,3490.33,26129034,99.91,0,0,0.13,517.24,3490.34,26129035,99.77,0,0,0.32,517.96,3489.64,26129036,99.86,0,0,0.16,518.04,3489.55,26129037,99.75,0,0,0.52,518.61,3488.98,26129038,99.9,0,0,0.19,518.37,3489.21,26129039,99.9,0,0,0.18,518.35,3489.23,26129040,99.72,0,0,0.32,518.66,3488.94,26129041,99.84,0,0,0.14,518.58,3489.02,26129042,99.73,0,0,0.43,518.85,3488.74,26129043,99.87,0,0,0.29,518.29,3489.29,26129044,99.83,0,0,0.14,518.27,3489.31,26129045,99.8,0,0,0.36,518.51,3489.08,26129046,99.89,0.01,0.02,0.16,518.58,3489.01,26129047,99.63,0,0,0.41,519.08,3488.5,26129048,99.87,0,0,0.29,518.31,3489.26,26129049,99.64,0,0,0.27,518.28,3489.27,26129050,99.7,0,0,0.3,517.34,3490.24,26129051,99.86,0,0,0.16,517.28,3490.29,26129052,99.83,0,0,0.14,517.26,3490.31,26129053,99.66,0,0,0.57,517.83,3489.73,26129054,99.88,0,0,0.17,517.49,3490.06,26129055,99.71,0,0,0.34,517.65,3489.92,26129056,99.86,0,0,0.14,517.62,3489.95,26129057,99.85,0,0,0.2,517.61,3489.95,26129058,99.73,0,0,0.56,518.3,3489.26,26129059,99.92,0,0,0.14,518.05,3489.5,26129060,99.82,0,0,0.32,518.05,3489.52,26129061,99.85,0,0,0.14,518.04,3489.53,26129062,99.9,0,0,0.14,518,3489.56,26129063,99.71,0,0,0.56,518.7,3488.86,26129064,99.92,0,0,0.14,518.46,3489.09,26129065,99.74,0,0,0.37,518.63,3488.94,26129066,99.87,0,0,0.18,518.62,3488.95,26129067,99.9,0,0,0.14,518.6,3488.97,26129068,99.78,0,0,0.57,518.94,3488.62,26129069,99.9,0,0,0.15,518.55,3489,26129070,99.75,0,0,0.36,517.36,3490.2,26129071,99.86,0,0,0.14,517.3,3490.26,26129072,99.92,0,0,0.15,517.27,3490.28,26129073,99.75,0,0,0.62,518.12,3489.43,26129074,99.88,0,0,0.15,518.46,3489.09,26129075,99.85,0,0,0.33,518.46,3489.1,26129076,99.9,0,0,0.18,518.23,3489.33,26129077,99.92,0,0,0.15,518.11,3489.44,26129078,99.76,0,0,0.58,519.05,3488.5,26129079,99.73,0,0,0.27,518.82,3488.71,26129080,99.8,0,0,0.3,517.84,3489.71,26129081,99.89,0,0,0.16,517.68,3489.86,26129082,99.85,0,0,0.15,517.53,3490,26129083,99.76,0,0,0.34,518.17,3489.36,26129084,99.9,0,0,0.38,517.5,3490.02,26129085,99.77,0,0,0.32,517.97,3489.56,26129086,99.89,0,0,0.15,517.96,3489.57,26129087,99.9,0,0,0.14,517.93,3489.59,26129088,99.9,0,0,0.16,518,3489.52,26129089,99.7,0,0,0.59,518.33,3489.19,26129090,99.67,0,0,0.31,517.59,3489.94,26129091,99.87,0,0,0.16,517.56,3489.97,26129092,99.88,0,0,0.14,517.54,3489.98,26129093,99.9,0,0.01,0.16,517.51,3490.01,26129094,99.77,0,0,0.59,518.56,3488.95,26129095,99.84,0,0,0.32,517.61,3489.92,26129096,99.9,0,0,0.16,517.47,3490.07,26129097,99.93,0,0,0.16,517.46,3490.09,26129098,99.89,0,0,0.15,517.43,3490.11,26129099,99.75,0,0,0.55,517.62,3489.92,26129100,99.16,0,0,10.69,517.83,3489.92,26129101,99.91,0,0,0.16,517.87,3489.91,26129102,99.91,0,0,0.15,517.84,3489.94,26129103,99.91,0,0,0.14,517.83,3489.95,26129104,99.76,0,0,0.42,518.58,3489.19,26129105,99.77,0,0,0.45,517.3,3490.5,26129106,99.82,0,0,0.14,516.55,3491.25,26129107,99.86,0,0,0.16,516.53,3491.26,26129108,99.86,0,0,0.15,516.51,3491.29,26129109,99.61,0,0,0.65,518.3,3489.49,26129110,99.83,0,0,0.36,517.96,3489.84,26129111,99.86,0,0,0.16,518.08,3489.71,26129112,99.88,0,0,0.14,518.14,3489.65,26129113,99.88,0,0,0.14,518.11,3489.68,26129114,99.74,0,0,0.61,518.85,3488.93,26129115,99.68,0,0,0.32,517.13,3490.67,26129116,99.88,0,0,0.14,517.09,3490.71,26129117,99.91,0,0,0.23,517.06,3490.73,26129118,99.9,0,0,0.15,517.03,3490.75,26129119,99.74,0,0,0.43,517.77,3490,26129120,99.76,0,0,0.48,518.02,3489.78,26129121,99.89,0,0,0.18,517.99,3489.81,26129122,99.91,0,0,0.14,518.04,3489.75,26129123,99.83,0,0,0.16,518.13,3489.65,26129124,99.89,0,0,0.16,518.11,3489.68,26129125,99.61,0,0,0.75,518.47,3489.32,26129126,99.88,0,0,0.14,518.08,3489.71,26129127,99.95,0,0,0.14,518.08,3489.71,26129128,99.89,0,0,0.16,518.04,3489.74,26129129,99.91,0,0,0.14,518.03,3489.75,26129130,99.63,0,0,0.77,517.95,3489.85,26129131,99.92,0,0,0.17,517.76,3490.03,26129132,99.88,0,0,0.14,517.73,3490.05,26129133,99.9,0,0,0.14,517.77,3490.02,26129134,99.91,0,0,0.15,517.88,3489.9,26129135,99.66,0,0,0.71,518.35,3489.44,26129136,99.85,0,0,0.25,517.83,3489.95,26129137,99.92,0,0,0.18,517.58,3490.21,26129138,99.88,0,0,0.16,517.57,3490.21,26129139,99.72,0,0,0.3,518.29,3489.47,26129140,99.59,0,0,0.79,518.37,3489.4,26129141,99.92,0,0,0.18,517.78,3489.99,26129142,99.88,0,0,0.14,517.75,3490.01,26129143,99.86,0,0,0.16,517.73,3490.03,26129144,99.86,0,0,0.14,517.71,3490.04,26129145,99.66,0,0,0.78,518.41,3489.36,26129146,99.91,0,0,0.18,518.12,3489.65,26129147,99.9,0,0,0.18,518.1,3489.66,26129148,99.9,0,0,0.18,518.08,3489.67,26129149,99.86,0,0,0.18,518.06,3489.69,26129150,99.51,0,0,0.61,517.66,3490.1,26129151,99.87,0,0,0.31,516.81,3490.95,26129152,99.91,0,0,0.14,516.79,3490.97,26129153,99.91,0,0,0.15,516.77,3490.98,26129154,99.83,0,0,0.14,516.74,3491.01,26129155,99.65,0,0,0.5,518.56,3489.21,26129156,99.93,0,0,0.38,518.22,3489.54,26129157,99.86,0,0,0.19,518.32,3489.43,26129158,99.9,0,0,0.19,518.34,3489.41,26129159,99.94,0,0,0.15,518.33,3489.42,26129160,99.58,0,0,0.59,518.68,3489.08,26129161,99.87,0,0,0.39,518.54,3489.21,26129162,99.84,0,0,0.14,518.51,3489.23,26129163,99.89,0,0,0.16,518.49,3489.25,26129164,99.9,0,0,0.15,518.47,3489.26,26129165,99.81,0,0,0.28,517.76,3489.99,26129166,99.7,0,0,0.57,518.28,3489.47,26129167,99.91,0,0,0.13,517.94,3489.8,26129168,99.92,0,0,0.16,517.98,3489.76,26129169,99.52,0,0,0.29,517.61,3490.12,26129170,99.81,0,0,0.29,518.33,3489.42,26129171,99.74,0,0,0.55,518.85,3488.9,26129172,99.82,0,0,0.16,518.05,3489.7,26129173,99.85,0,0,0.16,518.02,3489.71,26129174,99.83,0,0,0.14,518,3489.75,26129175,99.67,0,0,0.29,516.55,3491.22,26129176,94.96,0.27,0.01,78.88,531.32,3476.06,26129177,99.58,0,0,181.42,520.4,3487.29,26129178,99.83,0,0,0.16,520.38,3487.3,26129179,99.83,0,0,0.18,520.36,3487.32,26129180,99.75,0,0,0.29,520.12,3487.58,26129181,99.75,0,0,0.56,519.86,3487.85,26129182,99.86,0,0,0.23,518.35,3489.37,26129183,99.87,0,0,0.16,518.33,3489.39,26129184,99.92,0,0,0.16,518.31,3489.4,26129185,99.67,0,0,0.28,517.59,3490.14,26129186,99.73,0,0,0.53,518.25,3489.48,26129187,99.85,0,0,0.21,518.51,3489.21,26129188,99.8,0,0,0.14,518.49,3489.24,26129189,99.77,0,0,0.15,518.48,3489.24,26129190,99.68,0,0,0.29,517.04,3490.7,26129191,99.59,0,0,0.46,517.6,3490.15,26129192,99.74,0,0,0.23,518.57,3489.18,26129193,99.81,0,0,0.16,518.59,3489.16,26129194,99.88,0,0,0.14,518.57,3489.17,26129195,99.78,0,0,0.25,517.62,3490.14,26129196,99.57,0,0,0.18,517.79,3489.96,26129197,99.76,0,0,0.62,518.39,3489.36,26129198,99.87,0,0,0.15,518.02,3489.73,26129199,99.71,0,0,0.3,518.47,3489.24,26129200,99.74,0,0,0.29,517.75,3489.99,26129201,99.79,0,0,0.14,517.73,3490.01,26129202,99.71,0,0,0.57,518.23,3489.5,26129203,99.85,0,0,0.14,517.76,3489.96,26129204,99.76,0,0,0.14,517.85,3489.89,26129205,99.69,0,0,0.27,518.1,3489.66,26129206,99.84,0,0,0.16,518.08,3489.67,26129207,99.63,0,0,0.55,518.59,3489.16,26129208,99.78,0,0,0.16,518.29,3489.45,26129209,99.87,0,0,0.16,518.27,3489.47,26129210,99.71,0,0,0.27,517.55,3490.21,26129211,99.83,0,0,0.17,517.51,3490.24,26129212,99.72,0,0,0.52,518.09,3489.65,26129213,99.81,0,0,0.24,517.96,3489.78,26129214,99.85,0,0,0.14,517.94,3489.79,26129215,99.73,0,0,0.27,517.46,3490.29,26129216,99.8,0,0,0.14,517.57,3490.17,26129217,99.66,0,0,0.53,518.3,3489.44,26129218,99.75,0,0,0.24,518.29,3489.44,26129219,99.83,0,0,0.14,518.29,3489.44,26129220,99.68,0,0,0.29,518.55,3489.19,26129221,99.83,0,0,0.15,518.51,3489.23,26129222,99.63,0,0,0.44,518.84,3488.9,26129223,99.84,0,0,0.3,518.47,3489.26,26129224,99.84,0,0,0.15,518.44,3489.29,26129225,99.73,0,0,0.27,518.45,3489.29,26129226,99.74,0,0,0.16,518.42,3489.32,26129227,99.7,0,0,0.57,519.08,3488.65,26129228,99.83,0,0,0.16,518.6,3489.13,26129229,99.65,0,0,0.34,518.82,3488.88,26129230,99.75,0,0,0.31,518.83,3488.89,26129231,99.76,0,0,0.18,518.8,3488.91,26129232,99.83,0,0,0.18,518.78,3488.93,26129233,99.67,0,0,0.56,519.24,3488.47,26129234,99.76,0,0,0.15,518.74,3488.96,26129235,99.74,0,0,0.29,518.75,3488.97,26129236,99.83,0,0,0.13,518.72,3488.99,26129237,99.8,0,0,0.2,518.46,3489.25,26129238,99.69,0,0,0.54,518.78,3488.92,26129239,99.84,0,0,0.15,518.5,3489.2,26129240,99.75,0,0,0.28,519.09,3488.63,26129241,99.8,0,0,0.14,519.05,3488.66,26129242,99.82,0,0,0.15,518.81,3488.9,26129243,99.67,0,0,0.54,519.14,3488.56,26129244,99.83,0,0,0.15,518.76,3488.94,26129245,99.67,0,0,0.27,518.76,3488.96,26129246,99.74,0,0,0.18,518.75,3488.97,26129247,99.83,0,0,0.18,518.72,3488.99,26129248,99.6,0,0,0.46,518.95,3488.75,26129249,99.76,0,0,0.28,518.44,3489.26,26129250,99.64,0,0,0.3,518.73,3488.99,26129251,99.82,0,0,0.13,518.8,3488.91,26129252,99.73,0,0,0.16,518.82,3488.89,26129253,99.69,0,0,0.5,519.23,3488.47,26129254,99.81,0,0,0.2,519.03,3488.67,26129255,99.71,0,0.01,0.3,519.02,3488.7,26129256,99.82,0,0,0.19,518.86,3488.85,26129257,99.81,0,0,0.14,518.72,3488.99,26129258,99.59,0,0,0.45,519.38,3488.32,26129259,99.62,0,0,0.46,518.44,3489.24,26129260,99.71,0,0,0.28,517.28,3490.41,26129261,99.82,0,0,0.16,516.91,3490.79,26129262,99.83,0,0,0.14,516.85,3490.84,26129263,99.82,0,0,0.15,516.83,3490.85,26129264,99.66,0,0,0.55,518.59,3489.11,26129265,99.74,0,0,0.29,517.79,3489.92,26129266,99.78,0,0,0.16,517.76,3489.95,26129267,99.83,0,0,0.18,517.74,3489.96,26129268,99.8,0,0,0.16,517.72,3489.98,26129269,99.64,0,0,0.55,518.45,3489.24,26129270,99.74,0,0,0.28,518.2,3489.51,26129271,99.82,0,0,0.14,518.19,3489.52,26129272,99.79,0,0,0.17,518.2,3489.5,26129273,99.83,0,0,0.14,518.32,3489.37,26129274,99.58,0,0,0.57,518.47,3489.22,26129275,99.79,0,0,0.29,518.31,3489.4,26129276,99.83,0,0,0.13,518.28,3489.42,26129277,99.82,0,0,0.16,518.27,3489.44,26129278,99.83,0,0,0.14,518.24,3489.45,26129279,99.67,0,0,0.55,519.12,3488.57,26129280,99.67,0,0,0.27,518.23,3489.48,26129281,99.77,0,0,0.16,518.21,3489.5,26129282,99.78,0,0,0.14,518.19,3489.52,26129283,99.8,0,0,0.15,518.16,3489.54,26129284,99.65,0,0,0.43,518.92,3488.78,26129285,94.39,101.02,0.14,97.65,526.56,3442.31,26129286,99.72,0,0,77.79,520.01,3388.04,26129287,99.78,0,0,0.18,520.06,3387.97,26129288,99.8,0,0,0.18,520.15,3387.88,26129289,97.28,0,0,0.71,520.81,3387.2,26129290,99.69,0,0,0.3,519.8,3388.26,26129291,99.82,0,0,0.16,518.44,3389.65,26129292,99.72,0,0,0.16,518.44,3389.65,26129293,99.83,0,0,0.14,518.43,3389.65,26129294,99.64,0,0,0.43,518.83,3389.24,26129295,99.67,0,0,0.45,518.66,3389.47,26129296,99.81,0,0,0.18,518.63,3389.53,26129297,99.81,0,0,0.18,518.68,3389.47,26129298,99.84,0,0,0.18,518.77,3389.38,26129299,99.78,0,0,0.16,518.76,3389.39,26129300,99.4,0,0,0.66,517.7,3390.46,26129301,99.78,0,0,0.16,517.26,3390.9,26129302,99.85,0,0,0.16,517.23,3390.92,26129303,99.83,0,0,0.17,517.2,3390.95,26129304,99.83,0,0,0.13,517.2,3390.95,26129305,99.64,0,0,0.7,518.42,3389.74,26129306,99.8,0,0,0.13,518.17,3389.99,26129307,99.81,0,0,0.16,518.15,3390,26129308,99.83,0,0,0.14,518.13,3390.02,26129309,99.78,0,0,0.14,518.11,3390.03,26129310,99.53,0,0,0.68,518.63,3389.53,26129311,99.82,0,0,0.14,518.53,3389.63,26129312,99.79,0,0,0.16,518.49,3389.66,26129313,99.76,0,0,0.14,518.47,3389.68,26129314,99.83,0,0,0.14,518.46,3389.68,26129315,99.53,0,0,0.75,518.81,3389.35,26129316,99.76,0,0,0.18,518.33,3389.82,26129317,99.81,0,0,0.16,518.18,3389.97,26129318,99.8,0,0,0.14,518.16,3389.99,26129319,99.66,0,0,0.32,518.39,3389.73,26129320,99.61,0,0,0.72,519.26,3388.88,26129321,99.83,0,0,0.16,518.61,3389.53,26129322,99.8,0,0,0.14,518.73,3389.41,26129323,99.85,0,0,0.16,518.75,3389.38,26129324,99.8,0,0,0.15,518.73,3389.39,26129325,99.54,0,0,0.55,518.84,3389.3,26129326,99.79,0,0,0.27,518.71,3389.43,26129327,99.78,0,0,0.16,518.68,3389.45,26129328,99.8,0,0,0.16,518.68,3389.45,26129329,99.8,0,0,0.15,518.65,3389.48,26129330,99.53,0,0,0.48,518.3,3389.84,26129331,99.81,0,0,0.39,518.62,3389.52,26129332,99.77,0,0,0.14,518.61,3389.53,26129333,99.83,0,0,0.16,518.66,3389.47,26129334,99.82,0,0,0.15,518.74,3389.38,26129335,99.75,0,0,0.29,518.75,3389.39,26129336,99.63,0,0,0.59,518.63,3389.51,26129337,99.81,0,0,0.15,518.22,3389.91,26129338,99.81,0,0,0.15,518.19,3389.94,26129339,99.83,0,0,0.15,518.17,3389.95,26129340,99.73,0,0,0.3,518.65,3389.49,26129341,99.56,0,0,0.54,517.86,3390.27,26129342,99.8,0,0,0.16,517.38,3390.75,26129343,99.78,0,0,0.14,517.36,3390.77,26129344,99.8,0,0,0.14,517.39,3390.73,26129345,99.77,0,0,0.29,518.25,3389.89,26129346,99.69,0,0,0.61,518.98,3389.15,26129347,99.8,0,0,0.15,518.72,3389.4,26129348,99.79,0,0,0.14,518.7,3389.42,26129349,99.65,0,0,0.32,518.92,3389.18,26129350,99.43,0,0,0.28,518.69,3389.43,26129351,99.67,0,0,0.51,519.31,3388.8,26129352,99.81,0,0,0.23,518.64,3389.47,26129353,99.85,0,0,0.15,518.61,3389.49,26129354,99.82,0,0,0.15,518.6,3389.5,26129355,99.63,0,0,0.28,517.63,3390.48,26129356,99.69,0,0,0.5,518.46,3389.65,26129357,99.82,0,0,0.23,518.93,3389.17,26129358,99.83,0,0,0.16,519,3389.1,26129359,99.83,0,0,0.16,518.98,3389.11,26129360,99.69,0,0,0.27,519.23,3388.88,26129361,99.71,0,0,0.41,519.45,3388.65,26129362,99.85,0,0,0.3,518.7,3389.41,26129363,99.84,0,0,0.14,518.68,3389.42,26129364,99.85,0,0,0.15,518.66,3389.44,26129365,99.76,0,0,0.27,518.24,3389.87,26129366,99.72,0,0,0.34,518.57,3389.54,26129367,99.89,0,0,0.37,518.87,3389.24,26129368,99.88,0,0,0.14,518.85,3389.25,26129369,99.9,0,0,0.14,518.96,3389.13,26129370,99.76,0,0,0.27,519.02,3389.1,26129371,99.75,0,0,0.34,519.34,3388.77,26129372,99.9,0,0,0.38,518.73,3389.38,26129373,99.9,0,0,0.15,518.7,3389.4,26129374,99.87,0,0,0.15,518.68,3389.41,26129375,99.75,0,0,0.28,518.92,3389.2,26129376,99.92,0,0,0.19,518.9,3389.2,26129377,99.76,0,0,0.55,519.46,3388.64,26129378,99.92,0,0,0.17,519.09,3389,26129379,99.85,0,0,0.41,519.22,3388.85,26129380,99.86,0,0,0.29,518.69,3389.39,26129381,99.93,0,0,0.15,518.65,3389.43,26129382,99.78,0,0,0.55,519.32,3388.76,26129383,99.91,0,0,0.18,519.14,3388.93,26129384,99.93,0,0,0.17,519.21,3388.86,26129385,99.83,0,0,0.34,518,3390.09,26129386,99.91,0,0,0.36,517.59,3390.49,26129387,99.73,0,0,0.49,518.91,3389.16,26129388,99.91,0,0,0.21,519.15,3388.93,26129389,99.91,0,0,0.15,519.12,3388.96,26129390,99.76,0,0,0.27,517.68,3390.42,26129391,99.89,0,0,0.16,517.63,3390.49,26129392,99.7,0,0,0.57,518.17,3389.96,26129393,99.89,0,0,0.14,518.16,3389.97,26129394,99.9,0,0,0.14,518.25,3389.87,26129395,99.83,0,0,0.28,518.25,3389.89,26129396,96.06,0,0,0.14,518.23,3389.9,26129397,99.78,0,0,0.42,518.95,3389.17,26129398,99.93,0,0,0.28,519.17,3388.95,26129399,99.9,0,0,0.14,519.15,3388.97,26129400,99.72,0,0,0.27,517.55,3390.58,26129401,99.89,0,0,0.14,517.41,3390.72,26129402,99.79,0,0,0.57,518.02,3390.11,26129403,99.92,0,0,0.14,518.59,3389.53,26129404,99.9,0,0,0.14,518.56,3389.55,26129405,99.8,0,0,0.27,518.23,3389.9,26129406,99.93,0,0,0.14,518.24,3389.89,26129407,99.7,0,0,0.39,518.77,3389.36,26129408,99.9,0,0,0.36,518.94,3389.18,26129409,99.74,0,0,0.29,519.15,3388.95,26129410,99.77,0,0,0.27,518.68,3389.44,26129411,96.41,0,0,0.16,518.64,3389.48,26129412,99.86,0,0,0.14,518.62,3389.49,26129413,99.66,0,0,0.54,518.74,3389.37,26129414,99.88,0,0,0.15,518.33,3389.77,26129415,99.81,0,0,0.27,519.14,3388.98,26129416,99.81,0,0,0.17,518.59,3389.52,26129417,99.86,0,0,0.18,518.47,3389.63,26129418,99.71,0,0,0.63,518.15,3389.95,26129419,99.92,0,0,0.15,517.69,3390.41,26129420,99.85,0,0,0.28,518.41,3389.7,26129421,99.91,0,0,0.19,518.41,3389.7,26129422,99.88,0,0,0.15,518.38,3389.72,26129423,99.7,0,0,0.55,518.04,3390.06,26129424,99.88,0,0,0.14,517.36,3390.74,26129425,99.77,0,0,0.31,518.57,3389.54,26129426,99.88,0,0,0.14,518.57,3389.54,26129427,99.85,0,0,0.19,518.73,3389.37,26129428,99.64,0,0,0.56,519.09,3389.01,26129429,99.85,0,0,0.14,518.71,3389.38,26129430,99.8,0,0,0.3,517.35,3390.75,26129431,99.87,0,0,0.16,517.21,3390.89,26129432,99.92,0,0,0.14,517.2,3390.9,26129433,99.72,0,0,0.55,518.01,3390.09,26129434,99.92,0,0.01,0.17,518.37,3389.72,26129435,99.79,0,0.01,0.29,517.4,3390.7,26129436,99.9,0,0,0.2,517.52,3390.58,26129437,99.87,0,0,0.15,517.5,3390.6,26129438,99.76,0,0.01,0.44,518.22,3389.88,26129439,99.76,0,0,0.46,518.67,3389.4,26129440,99.79,0,0,0.31,517.72,3390.37,26129441,99.86,0,0,0.14,517.66,3390.42,26129442,99.91,0,0,0.18,517.63,3390.45,26129443,99.74,0,0,0.34,517.98,3390.09,26129444,99.89,0,0,0.4,518.33,3389.76,26129445,99.81,0,0,0.32,518.62,3389.49,26129446,99.86,0,0,0.18,518.74,3389.36,26129447,99.88,0,0,0.18,518.72,3389.38,26129448,99.7,0,0,0.36,519.05,3389.04,26129449,99.86,0,0,0.38,518.67,3389.42,26129450,99.79,0,0,0.28,518.67,3389.43,26129451,99.9,0,0,0.17,518.65,3389.45,26129452,99.91,0,0,0.15,518.64,3389.46,26129453,99.9,0,0,0.14,518.61,3389.48,26129454,99.73,0,0,0.55,518.98,3389.11,26129455,99.74,0,0,0.29,517.63,3390.48,26129456,99.6,0,0,0.13,517.59,3390.51,26129457,99.93,0,0,0.14,517.65,3390.45,26129458,99.9,0,0,0.16,517.74,3390.36,26129459,99.77,0,0,0.54,518.75,3389.34,26129460,99.62,0,0,0.27,517.55,3390.56,26129461,99.9,0,0,0.16,517.45,3390.65,26129462,99.89,0,0,0.13,517.43,3390.67,26129463,99.86,0,0,0.16,517.41,3390.68,26129464,99.72,0,0,0.58,518.19,3389.9,26129465,99.75,0,0,0.33,517.66,3390.45,26129466,99.91,0,0,0.15,517.61,3390.49,26129467,99.88,0,0,0.16,517.58,3390.51,26129468,99.92,0,0,0.14,517.64,3390.45,26129469,99.68,0,0,0.73,519.12,3388.95,26129470,99.86,0,0,0.33,518.71,3389.38,26129471,98.31,0,0,0.15,518.69,3389.39,26129472,99.88,0,0,0.15,518.67,3389.41,26129473,99.88,0,0,0.18,518.65,3389.42,26129474,99.72,0,0,0.6,518.9,3389.17,26129475,99.85,0,0,0.3,518.38,3389.7,26129476,99.93,0,0,0.15,518.36,3389.71,26129477,99.93,0,0,0.21,518.35,3389.73,26129478,99.93,0,0,0.16,518.32,3389.75,26129479,99.8,0,0,0.41,518.83,3389.24,26129480,99.81,0,0,0.39,518.62,3389.46,26129481,84.14,0,0,330.87,552.17,3337.88,26129482,96.66,0,0,49.45,529.33,3460.62,26129483,99.9,0,0,0.17,521.2,3491.83,26129484,99.9,0,0,0.14,521.18,3491.84,26129485,98.38,0,0,16.03,524.01,3489.81,26129486,99.93,0,0,0.19,521.25,3492.13,26129487,99.93,0,0,0.23,519.28,3494.13,26129488,99.9,0,0,0.14,518.76,3494.66,26129489,99.93,0,0,0.17,518.74,3494.66,26129490,99.62,0,0,0.65,518.36,3495.07,26129491,99.93,0,0,0.13,518.04,3495.38,26129492,99.91,0,0,0.15,517.96,3495.46,26129493,99.91,0,0,0.16,517.89,3495.52,26129494,99.94,0,0,0.14,517.87,3495.54,26129495,99.67,0,0,0.68,518.36,3495.06,26129496,99.89,0,0,0.16,517.93,3495.51,26129497,99.93,0,0,0.15,518.08,3495.36,26129498,99.93,0,0,0.16,518.06,3495.37,26129499,99.76,0,0,0.3,518.54,3494.86,26129500,99.61,0,0,0.7,519.26,3494.15,26129501,99.89,0,0,0.16,518.76,3494.66,26129502,99.92,0,0,0.17,518.74,3494.67,26129503,99.85,0,0,0.14,518.72,3494.69,26129504,99.88,0,0,0.16,518.8,3494.62,26129505,99.62,0,0,0.7,518.88,3494.56,26129506,99.91,0,0,0.14,518.4,3495.04,26129507,99.89,0,0,0.16,518.39,3495.05,26129508,99.92,0,0,0.14,518.36,3495.07,26129509,99.86,0,0,0.14,518.34,3495.08,26129510,99.72,0,0,0.77,518.7,3494.74,26129511,99.84,0,0,0.18,517.83,3495.6,26129512,99.91,0,0,0.18,517.8,3495.63,26129513,99.89,0,0,0.16,517.79,3495.64,26129514,99.88,0,0,0.14,517.76,3495.66,26129515,99.67,0,0,0.7,518.81,3494.63,26129516,99.9,0,0,0.21,519.41,3494.02,26129517,99.89,0,0,0.17,519.4,3494.03,26129518,99.86,0,0,0.14,519.37,3494.05,26129519,99.9,0,0,0.14,519.35,3494.07,26129520,99.6,0,0,0.52,518.82,3494.62,26129521,99.91,0,0,0.32,519.09,3494.34,26129522,99.91,0,0,0.14,519.06,3494.36,26129523,99.89,0,0,0.16,519.05,3494.38,26129524,99.88,0,0,0.15,519.02,3494.39,26129525,99.84,0,0,0.3,519.03,3494.41,26129526,99.72,0,0,0.52,519.39,3494.04,26129527,99.92,0,0,0.17,519.15,3494.28,26129528,99.88,0,0,0.16,519.12,3494.3,26129529,99.81,0,0,0.34,518.89,3494.5,26129530,99.75,0,0,0.32,518.13,3495.29,26129531,99.73,0,0,0.52,519.18,3494.23,26129532,99.92,0,0,0.15,518.82,3494.59,26129533,99.9,0,0,0.15,518.8,3494.61,26129534,99.88,0,0,0.18,518.78,3494.65,26129535,99.8,0,0,0.29,519.04,3494.42,26129536,99.74,0,0,0.56,519.92,3493.53,26129537,99.84,0,0,0.2,519.28,3494.17,26129538,99.91,0,0,0.14,519.4,3494.04,26129539,99.86,0,0,0.15,519.37,3494.09,26129540,99.83,0,0,0.27,519.38,3494.09,26129541,94.75,0.27,0.01,259.41,532.38,3481.37,26129542,99.92,0,0,0.49,521.73,3491.98,26129543,99.89,0,0,0.16,521.71,3492,26129544,99.93,0,0,0.14,521.69,3492.01,26129545,99.81,0,0,0.29,520.98,3492.73,26129546,99.8,0,0,0.55,520.53,3493.2,26129547,99.92,0,0,0.2,519.28,3494.46,26129548,99.84,0,0,0.15,519.26,3494.48,26129549,99.88,0,0,0.18,519.22,3494.51,26129550,99.88,0,0,0.34,519.43,3494.32,26129551,99.8,0,0,0.4,519.78,3493.96,26129552,99.89,0,0,0.29,519.39,3494.35,26129553,99.93,0,0,0.14,519.37,3494.37,26129554,99.92,0,0,0.14,519.35,3494.39,26129555,99.82,0,0,0.28,519.36,3494.4,26129556,99.73,0,0,0.57,519.61,3494.13,26129557,99.93,0,0,0.13,519.06,3494.68,26129558,99.85,0,0,0.16,519.04,3494.7,26129559,99.78,0,0,0.29,519.49,3494.22,26129560,99.83,0,0,0.27,518.34,3495.4,26129561,99.79,0,0,0.41,518.87,3494.86,26129562,99.87,0,0,0.29,519.15,3494.57,26129563,99.89,0,0,0.13,519.13,3494.59,26129564,99.89,0,0,0.16,519.11,3494.6,26129565,99.83,0,0,0.29,519.36,3494.37,26129566,99.88,0,0,0.15,519.35,3494.38,26129567,99.69,0,0,0.55,519.96,3493.77,26129568,99.92,0,0,0.15,519.3,3494.42,26129569,99.93,0,0,0.15,518.52,3495.19,26129570,99.76,0,0,0.28,518.14,3495.59,26129571,99.89,0,0,0.14,518.1,3495.62,26129572,99.76,0,0,0.54,518.78,3494.94,26129573,99.93,0,0,0.14,518.15,3495.57,26129574,99.9,0,0,0.14,518.13,3495.59,26129575,99.83,0,0,0.28,518.36,3495.37,26129576,99.88,0,0,0.16,518.36,3495.37,26129577,99.75,0,0,0.57,518.93,3494.79,26129578,99.9,0,0,0.14,518.57,3495.15,26129579,99.94,0,0,0.15,518.55,3495.17,26129580,99.71,0,0,0.26,517.13,3496.61,26129581,99.9,0,0,0.14,517.05,3496.68,26129582,99.8,0,0,0.57,517.91,3495.82,26129583,99.85,0,0,0.18,518.33,3495.39,26129584,99.88,0,0,0.19,518.4,3495.31,26129585,99.84,0,0,0.31,518.64,3495.09,26129586,99.9,0,0,0.16,518.62,3495.1,26129587,99.79,0,0,0.42,519.06,3494.66,26129588,99.92,0,0,0.34,518.81,3494.9,26129589,99.73,0,0,0.3,518.31,3495.38,26129590,99.84,0,0,0.35,518.78,3494.93,26129591,99.91,0,0,0.16,518.77,3494.93,26129592,99.78,0,0,0.44,519.18,3494.52,26129593,99.9,0,0,0.3,517.81,3495.88,26129594,99.94,0,0,0.15,517.7,3495.99,26129595,99.78,0,0,0.29,519.1,3494.6,26129596,99.9,0,0,0.14,519.11,3494.59,26129597,99.73,0,0,0.44,519.4,3494.3,26129598,99.94,0,0,0.28,518.57,3495.12,26129599,99.89,0.01,0,0.14,518.55,3495.14,26129600,99.78,0.01,0,0.27,518.82,3494.89,26129601,99.83,0.01,0,0.16,518.81,3494.89,26129602,99.65,0.01,0,0.16,518.83,3494.87,26129603,99.66,0.01,0,0.54,517.89,3495.8,26129604,99.87,0,0,0.14,517.33,3496.36,26129605,99.8,0,0,0.29,518.84,3494.86,26129606,99.85,0,0,0.14,518.8,3494.9,26129607,99.88,0,0,0.16,518.78,3494.92,26129608,99.71,0,0,0.58,519.11,3494.58,26129609,99.92,0,0,0.14,518.74,3494.95,26129610,99.75,0,0,0.28,518.08,3495.63,26129611,99.91,0,0,0.16,518.17,3495.53,26129612,99.87,0,0,0.15,518.14,3495.56,26129613,99.77,0,0,0.47,518.62,3495.08,26129614,99.92,0,0,0.21,518.34,3495.35,26129615,99.82,0,0,0.28,519.07,3494.63,26129616,99.87,0,0,0.18,518.94,3494.76,26129617,99.88,0,0,0.16,518.55,3495.15,26129618,99.63,0,0,0.55,518.88,3494.81,26129619,99.76,0,0,0.32,518.99,3494.68,26129620,99.75,0,0,0.27,518.99,3494.69,26129621,99.89,0,0,0.16,518.98,3494.7,26129622,99.87,0,0,0.15,519.04,3494.64,26129623,99.76,0,0,0.54,519.57,3494.1,26129624,99.89,0,0,0.14,519.35,3494.32,26129625,99.83,0,0,0.36,518.87,3494.81,26129626,99.89,0,0,0.18,518.83,3494.84,26129627,99.88,0,0,0.13,518.82,3494.85,26129628,99.69,0,0,0.57,519.4,3494.27,26129629,99.92,0,0,0.16,518.28,3495.39,26129630,99.78,0,0,0.27,518.53,3495.15,26129631,99.88,0,0,0.15,518.32,3495.35,26129632,99.92,0,0,0.16,518.24,3495.43,26129633,99.76,0,0,0.33,518.81,3494.86,26129634,99.92,0,0,0.38,519.02,3494.64,26129635,99.7,0,0,0.3,519.13,3494.55,26129636,99.92,0,0,0.16,519.11,3494.57,26129637,99.17,0,0,0.14,519.08,3494.59,26129638,99.92,0,0,0.16,519.06,3494.61,26129639,99.76,0,0,0.6,519.61,3494.05,26129640,99.73,0,0,0.28,519.36,3494.32,26129641,99.9,0,0,0.17,519.26,3494.41,26129642,99.92,0,0,0.14,519.24,3494.43,26129643,99.87,0,0,0.14,519.22,3494.44,26129644,99.76,0,0,0.54,518.89,3494.77,26129645,99.78,0,0,0.29,518.47,3495.21,26129646,99.93,0,0,0.14,518.59,3495.09,26129647,99.88,0,0,0.14,518.62,3495.05,26129648,99.9,0,0,0.15,518.6,3495.07,26129649,99.68,0,0,0.68,519.63,3494.02,26129650,99.85,0,0,0.27,519.3,3494.36,26129651,99.88,0,0,0.16,519.28,3494.37,26129652,98.6,0,0,0.15,519.26,3494.39,26129653,99.92,0,0,0.15,519.24,3494.4,26129654,99.8,0,0,0.49,519.43,3494.21,26129655,99.8,0,0,0.37,518.49,3495.17,26129656,99.9,0,0,0.15,518.46,3495.2,26129657,99.9,0,0,0.18,518.54,3495.11,26129658,99.89,0,0,0.18,518.64,3495.01,26129659,99.75,0,0,0.41,519.16,3494.48,26129660,99.81,0,0,0.4,519.11,3494.54,26129661,99.9,0,0,0.16,519.1,3494.55,26129662,99.87,0,0,0.14,519.07,3494.58,26129663,99.87,0,0,0.14,519.06,3494.59,26129664,99.76,0,0,0.44,519.08,3494.56,26129665,99.71,0,0,0.41,518.54,3495.13,26129666,99.85,0,0,0.16,518.52,3495.15,26129667,99.87,0,0,0.14,518.51,3495.16,26129668,99.88,0,0,0.14,518.48,3495.18,26129669,99.78,0,0,0.49,519.01,3494.65,26129670,99.76,0,0,0.38,519.4,3494.27,26129671,99.91,0,0,0.17,519.36,3494.3,26129672,99.9,0,0,0.14,519.35,3494.32,26129673,99.9,0,0,0.15,519.32,3494.34,26129674,99.71,0,0,0.32,519.83,3493.83,26129675,99.82,0,0,0.51,519.55,3494.12,26129676,99.91,0,0,0.21,519.55,3494.12,26129677,99.93,0,0,0.15,519.25,3494.41,26129678,99.91,0,0,0.15,519.22,3494.44,26129679,99.72,0,0,0.35,519.01,3494.63,26129680,99.61,0,0,0.65,519.32,3494.33,26129681,99.9,0,0,0.16,518.87,3494.77,26129682,99.9,0,0,0.14,518.85,3494.79,26129683,99.89,0,0,0.17,518.83,3494.81,26129684,99.91,0,0,0.15,518.81,3494.82,26129685,99.7,0,0,0.73,519.72,3493.93,26129686,99.9,0,0,0.14,519.28,3494.36,26129687,99.89,0,0,0.17,519.26,3494.38,26129688,99.89,0,0,0.18,519.24,3494.4,26129689,99.91,0,0,0.14,519.21,3494.43,26129690,99.72,0,0,0.7,519.63,3494.02,26129691,99.88,0,0,0.15,519.31,3494.34,26129692,99.91,0,0,0.13,519.36,3494.28,26129693,99.87,0,0,0.16,519.33,3494.3,26129694,99.91,0,0,0.16,519.32,3494.31,26129695,99.63,0,0,0.65,519.41,3494.24,26129696,99.87,0,0,0.2,518.8,3494.85,26129697,99.88,0,0,0.16,518.78,3494.86,26129698,99.87,0.02,0.84,0.28,518.73,3494.9,26129699,99.92,0,0,0.16,518.84,3494.78,26129700,99.6,0,0,0.71,519.21,3494.43,26129701,99.92,0,0,0.14,519.31,3494.33,26129702,99.88,0.03,1.21,0.21,519.27,3494.35,26129703,98.81,0,0.01,0.2,519.32,3494.3,26129704,99.89,0.01,0.02,0.16,519.23,3494.38,26129705,99.66,0.02,0.54,0.6,519.26,3494.36,26129706,99.88,0.01,0.24,0.37,519.22,3494.39,26129707,99.87,0,0.01,0.15,519.18,3494.43,26129708,99.87,0.06,2.01,0.24,519.27,3494.32,26129709,99.69,0.01,0.04,0.31,519.05,3494.51,26129710,99.62,0,0.01,0.49,517.95,3495.62,26129711,99.88,0,0,0.44,519.44,3494.14,26129712,99.88,0.01,0.02,0.16,519.47,3494.1,26129713,99.9,0,0,0.15,519.54,3494.02,26129714,99.91,0,0.04,0.2,519.47,3494.11,26129715,99.76,0.04,1.91,0.38,517.8,3495.78,26129716,99.77,0,0,0.59,518.47,3495.11,26129717,99.91,0,0,0.19,518.17,3495.4,26129718,99.88,0,0,0.14,518.16,3495.41,26129719,99.94,0,0,0.14,518.18,3495.38,26129720,99.85,0,0,0.27,519.31,3494.28,26129721,99.73,0,0,0.54,520.16,3493.42,26129722,99.9,0,0.01,0.18,519.5,3494.07,26129723,99.94,0,0,0.16,519.49,3494.08,26129724,99.87,0.06,2.01,0.19,519.04,3494.51,26129725,99.85,0,0,0.3,516.43,3497.13,26129726,99.74,0,0.01,0.5,517.26,3496.3,26129727,99.93,0,0,0.21,516.56,3496.99,26129728,99.93,0,0,0.14,516.55,3497.01,26129729,99.91,0,0,0.15,516.52,3497.03,26129730,99.75,0,0,0.3,516.04,3497.53,26129731,99.67,0,0,0.38,516.41,3497.15,26129732,99.87,0,0,0.3,515.73,3497.83,26129733,99.94,0,0,0.14,515.71,3497.84,26129734,99.88,0,0,0.14,515.68,3497.86,26129735,99.83,0,0,0.29,516.22,3497.35,26129736,99.76,0,0,0.5,516.7,3496.88,26129737,99.93,0,0,0.2,516.33,3497.24,26129738,99.88,0.05,2.37,0.18,516.27,3497.3,26129739,99.63,0.02,0.61,0.53,516.5,3497.03,26129740,99.72,0,0.04,0.34,516.29,3497.25,26129741,99.68,0,0,0.4,516.6,3496.94,26129742,99.88,0,0,0.29,516.43,3497.11,26129743,99.85,0,0,0.14,516.4,3497.13,26129744,99.83,0.03,0.85,0.16,516.46,3497.06,26129745,99.76,0.01,0.17,0.36,515.51,3498.03,26129746,99.92,0,0.01,0.17,515.5,3498.03,26129747,99.7,0,0,0.53,516.31,3497.22,26129748,99.86,0,0,0.15,515.7,3497.82,26129749,99.83,0,0,0.13,515.67,3497.85,26129750,99.75,0,0,0.28,515.68,3497.86,26129751,99.82,0,0,0.16,515.57,3497.97,26129752,99.77,0,0,0.54,516.49,3497.04,26129753,99.85,0,0,0.14,516.29,3497.23,26129754,99.86,0,0,0.14,516.27,3497.25,26129755,99.81,0,0,0.32,516.28,3497.26,26129756,99.88,0,0,0.14,516.26,3497.27,26129757,99.72,0,0,0.53,516.99,3496.54,26129758,99.73,0,0,0.15,516.71,3496.82,26129759,99.86,0,0,0.18,516.69,3496.83,26129760,99.77,0.04,1.5,0.35,516.42,3497.11,26129761,99.84,0.02,0.69,0.26,515.72,3497.8,26129762,99.68,0.02,0.63,0.64,516.67,3496.84,26129763,99.84,0.02,0.66,0.22,516.14,3497.35,26129764,99.8,0.01,0.48,0.21,516.19,3497.29,26129765,99.72,0,0.01,0.33,515.28,3498.22,26129766,99.83,0.02,0.69,0.19,515.24,3498.25,26129767,99.7,0.02,0.72,0.61,515,3498.48,26129768,99.82,0,0.07,0.21,513.94,3499.53,26129769,99.64,0.02,0.8,0.4,516.18,3497.26,26129770,99.76,0,0,0.28,515.42,3498.03,26129771,99.83,0,0.07,0.15,515.43,3498.02,26129772,99.63,0,0,0.5,516.08,3497.37,26129773,99.78,0,0,0.2,515.98,3497.46,26129774,99.77,0,0,0.14,515.96,3497.51,26129775,99.73,0,0,0.28,516,3497.49,26129776,99.8,0.04,1.85,0.21,516.24,3497.24,26129777,99.61,0,0.02,0.48,516.43,3497.04,26129778,99.83,0,0.13,0.31,516.45,3497.01,26129779,99.8,0,0,0.14,516.48,3496.98,26129780,99.67,0,0.13,0.29,515.99,3497.5,26129781,99.83,0,0.02,0.15,515.89,3497.61,26129782,99.64,0,0,0.41,516.58,3496.91,26129783,99.83,0,0,0.28,516.34,3497.15,26129784,99.82,0.01,0.2,0.2,516.43,3497.05,26129785,99.74,0,0.12,0.35,516.39,3497.1,26129786,99.8,0.01,0.38,0.2,516.39,3497.09,26129787,99.81,0,0.03,0.15,516.41,3497.07,26129788,99.68,0,0,0.54,516.96,3496.52,26129789,99.8,0,0,0.14,516.6,3496.87,26129790,99.76,0,0,0.3,516.64,3496.85,26129791,99.84,0,0,0.14,516.74,3496.74,26129792,99.43,0,0,0.16,517.03,3496.45,26129793,99.7,0,0,1.2,515.64,3497.83,26129794,99.8,0.04,1.5,0.2,515.17,3498.29,26129795,99.76,0,0,0.32,516.37,3497.11,26129796,99.81,0,0,0.16,516.32,3497.15,26129797,99.83,0,0,0.16,516.08,3497.39,26129798,99.68,0,0,0.58,516.39,3497.09,26129799,99.66,0,0,0.32,516.64,3496.82,26129800,99.78,0,0,0.32,516.46,3497.01,26129801,99.83,0,0,0.16,516.44,3497.03,26129802,99.8,0,0,0.14,516.4,3497.06,26129803,99.67,0,0,0.53,516.85,3496.61,26129804,99.82,0,0,0.16,516.54,3496.91,26129805,99.71,0,0,0.34,516.74,3496.73,26129806,99.83,0,0,0.15,516.72,3496.75,26129807,99.83,0,0,0.16,516.69,3496.77,26129808,99.66,0,0,0.54,517.04,3496.42,26129809,99.84,0,0.01,0.16,516.66,3496.8,26129810,99.69,0,0,0.33,515.75,3497.72,26129811,99.82,0,0,0.17,515.62,3497.85,26129812,99.84,0,0.01,0.15,515.6,3497.86,26129813,99.69,0,0.01,0.41,516.5,3496.96,26129814,99.82,0,0,0.28,516.7,3496.75,26129815,99.71,0,0,0.29,515.27,3498.2,26129816,99.85,0,0,0.16,515.21,3498.26,26129817,99.85,0,0,0.15,515.19,3498.28,26129818,99.63,0.02,0.83,0.49,516.04,3497.41,26129819,99.83,0,0,0.24,516.65,3496.79,26129820,99.69,0,0,0.29,516.95,3496.51,26129821,99.82,0,0.01,0.15,516.93,3496.53,26129822,99.77,0.04,1.44,0.29,516.82,3496.63,26129823,99.65,0,0,0.33,517.21,3496.23,26129824,99.8,0,0,0.36,516.68,3496.75,26129825,99.81,0,0,0.3,516.68,3496.77,26129826,99.78,0,0.01,0.15,516.65,3496.8,26129827,99.8,0.01,0,0.19,516.59,3496.85,26129828,99.8,0.02,0.01,0.2,516.62,3496.82,26129829,90.22,9.21,0.26,64.96,548.06,3454.56,26129830,90.18,19.34,0.11,445.03,536.84,3433.43,26129831,80.58,0.05,1.68,4.78,877.06,3092.45,26129832,84.28,0.01,0.03,1.5,983.04,2986.39,26129833,96.17,0.03,0.85,3.27,1025.76,2943.71,26129834,99.5,0,0,0.61,640.68,3328.77,26129835,99.71,0,0,0.47,569.63,3400.07,26129836,99.82,0,0.03,0.23,568.56,3401.24,26129837,99.83,0,0,0.18,568.64,3401.16,26129838,99.56,0.16,0.8,0.2,569.38,3400.39,26129839,99.19,0.9,25.06,0.68,571.48,3398.25,26129840,99.27,0.87,23.46,0.75,571.87,3397.88,26129841,99.15,1.75,60.17,0.5,571.55,3398.18,26129842,99.79,0.04,1.53,0.26,571.56,3398.15,26129843,99.81,0,0.05,0.21,571.47,3398.23,26129844,99.69,0,0,0.58,572.13,3397.56,26129845,99.71,0,0,0.32,571.77,3397.95,26129846,99.83,0,0,0.14,571.84,3397.88,26129847,99.79,0,0,0.14,571.81,3397.9,26129848,99.81,0,0,0.16,571.78,3397.93,26129849,99.69,0,0,0.58,572.4,3397.3,26129850,99.6,0,0,0.32,571.54,3398.17,26129851,99.8,0,0,0.15,571.51,3398.2,26129852,99.82,0,0,0.16,571.49,3398.22,26129853,99.78,0,0.07,0.15,571.46,3398.24,26129854,99.59,0.13,0.13,0.64,571.95,3397.75,26129855,98.52,0.05,0.2,0.52,572.14,3397.53,26129856,99.79,0.05,2,0.28,571.93,3397.73,26129857,99.83,0.01,0.03,0.28,571.96,3397.69,26129858,99.84,0,0,0.17,572.01,3397.63,26129859,99.43,0,0,0.77,573,3396.59,26129860,99.75,0.02,0.05,0.37,572.44,3397.17,26129861,99.78,0,0,0.21,572.53,3397.08,26129862,99.78,0.02,0.03,0.21,572.48,3397.12,26129863,99.8,0,0.02,0.18,572.41,3397.19,26129864,99.66,0.03,0.03,0.4,572.8,3396.79,26129865,99.53,0.04,0.06,0.89,571.42,3398.19,26129866,99.74,0.01,0.02,0.23,571.08,3398.53,26129867,99.82,0.01,0.01,0.18,571.03,3398.58,26129868,99.8,0.01,0.02,0.21,571.01,3398.59,26129869,99.63,0,0,0.35,571.47,3398.12,26129870,99.69,0,0.01,0.54,571.82,3397.79,26129871,99.78,0.02,0.03,0.22,571.77,3397.84,26129872,80.51,0.08,0.56,8.09,894.87,3074.65,26129873,99.53,0,0.08,0.24,926.9,3042.59,26129874,99.81,0,0,0.2,570.95,3398.54,26129875,99.32,0,0,0.7,571.62,3397.89,26129876,99.8,0,0,0.14,570.94,3398.57,26129877,99.79,0,0,0.16,570.9,3398.6,26129878,99.84,0,0,0.14,570.88,3398.61,26129879,99.8,0,0,0.16,570.86,3398.63,26129880,99.51,0,0,0.8,571.86,3397.64,26129881,99.84,0,0,0.14,571.21,3398.29,26129882,99.81,0.02,0.52,0.16,571.2,3398.3,26129883,99.83,0,0,0.18,571.1,3398.39,26129884,99.83,0,0,0.14,571.1,3398.39,26129885,99.62,0,0,0.77,573.25,3396.26,26129886,99.81,0,0,0.16,572.93,3396.57,26129887,99.77,0,0,0.16,572.95,3396.54,26129888,99.84,0,0,0.15,572.94,3396.55,26129889,99.76,0,0,0.29,573.16,3396.33,26129890,99.53,0,0,0.74,573.02,3396.48,26129891,99.8,0,0,0.16,571.67,3397.83,26129892,99.82,0,0,0.14,571.64,3397.86,26129893,99.79,0.04,1.64,0.23,571.67,3397.82,26129894,99.82,0,0.01,0.14,571.72,3397.75,26129895,99.55,0,0,0.68,572.84,3396.64,26129896,99.81,0,0,0.21,572.67,3396.81,26129897,99.8,0.03,0.84,0.29,572.8,3396.67,26129898,99.83,0,0,0.18,572.79,3396.66,26129899,99.79,0,0,0.18,572.77,3396.68,26129900,99.59,0,0,0.48,573.27,3396.2,26129901,99.82,0,0,0.42,572.19,3397.28,26129902,99.83,0,0,0.15,571.4,3398.06,26129903,99.85,0,0,0.16,571.41,3398.05,26129904,99.83,0,0,0.14,571.38,3398.07,26129905,99.02,0.04,0.01,0.68,572.69,3396.77,26129906,96.34,0,0,142,584.82,3386.79,26129907,99.83,0,0,0.15,574.9,3394.84,26129908,99.83,0,0,0.15,573.92,3395.82,26129909,99.8,0,0,0.17,573.89,3395.84,26129910,99.71,0,0,0.31,574.13,3395.61,26129911,99.64,0,0,0.59,572.62,3397.16,26129912,99.78,0,0,0.16,571.74,3398.05,26129913,99.85,0,0,0.14,571.71,3398.07,26129914,99.85,0,0,0.14,571.7,3398.08,26129915,99.76,0,0,0.3,572.19,3397.6,26129916,99.65,0,0,0.61,572.17,3397.62,26129917,99.85,0,0,0.18,571.68,3398.1,26129918,99.82,0,0,0.15,571.67,3398.11,26129919,99.63,0,0,0.29,572.15,3397.6,26129920,99.76,0,0,0.31,571.91,3397.86,26129921,99.74,0,0,0.49,572.49,3397.28,26129922,99.89,0,0,0.18,572.52,3397.25,26129923,99.93,0,0,0.16,572.55,3397.22,26129924,99.92,0,0,0.15,572.53,3397.24,26129925,99.85,0,0,0.3,572.55,3397.24,26129926,99.76,0,0,0.41,572.56,3397.23,26129927,99.86,0,0,0.28,571.55,3398.23,26129928,99.85,0,0,0.16,571.53,3398.25,26129929,99.88,0,0,0.18,571.52,3398.26,26129930,99.83,0,0,0.32,572.26,3397.53,26129931,99.75,0,0,0.49,572.52,3397.27,26129932,99.9,0,0,0.21,571.98,3397.8,26129933,99.87,0,0,0.15,571.96,3397.82,26129934,99.9,0,0,0.18,571.92,3397.85,26129935,99.72,0,0,0.32,572.16,3397.64,26129936,99.69,0,0.02,0.55,572.87,3396.92,26129937,99.87,0,0,0.16,572.26,3397.52,26129938,99.85,0,0,0.14,572.22,3397.55,26129939,97.54,0,0,0.14,572.2,3397.58,26129940,99.66,0,0,0.31,571.05,3398.74,26129941,99.85,0,0,0.14,570.99,3398.8,26129942,99.61,0,0,0.58,571.8,3397.99,26129943,99.82,0,0,0.15,571.42,3398.36,26129944,99.9,0,0,0.16,571.42,3398.36,26129945,99.71,0,0,0.34,571.07,3398.72,26129946,99.9,0,0,0.15,570.79,3399,26129947,99.74,0,0,0.55,572.23,3397.56,26129948,99.92,0,0,0.15,572.07,3397.71,26129949,99.76,0,0,0.3,572.05,3397.71,26129950,99.81,0,0,0.34,572.53,3397.24,26129951,99.9,0,0,0.15,572.54,3397.23,26129952,99.74,0,0,0.57,572.7,3397.07,26129953,99.87,0,0,0.17,572.25,3397.51,26129954,99.85,0,0,0.14,572.25,3397.52,26129955,99.88,0,0,0.36,572.27,3397.52,26129956,99.92,0,0,0.12,572.24,3397.54,26129957,99.75,0,0,0.46,572.83,3396.95,26129958,99.89,0,0,0.3,572.47,3397.31,26129959,99.88,0,0,0.14,572.46,3397.31,26129960,99.82,0,0,0.33,572.72,3397.06,26129961,99.93,0,0,0.16,572.7,3397.08,26129962,99.76,0,0,0.54,573.04,3396.74,26129963,99.91,0,0,0.16,572.68,3397.09,26129964,99.92,0,0,0.18,571.94,3397.83,26129965,99.87,0,0,0.35,571.94,3397.85,26129966,99.92,0,0,0.13,571.92,3397.86,26129967,99.8,0,0,0.39,572.68,3397.1,26129968,99.91,0.03,1.03,0.37,572.14,3397.62,26129969,99.91,0,0.02,0.14,572.24,3397.51,26129970,99.82,0,0,0.3,572.32,3397.45,26129971,99.92,0,0,0.16,572.29,3397.48,26129972,99.94,0,0,0.15,572.27,3397.49,26129973,99.73,0,0,0.6,573.42,3396.33,26129974,99.91,0,0,0.14,572.74,3397,26129975,99.81,0,0,0.33,572.74,3397.02,26129976,99.9,0,0,0.14,572.72,3397.03,26129977,99.89,0,0,0.2,572.47,3397.28,26129978,99.77,0,0,0.59,573.23,3396.51,26129979,99.69,0,0,0.3,572.91,3396.81,26129980,99.81,0,0,0.29,571.99,3397.75,26129981,99.91,0,0.01,0.17,571.92,3397.81,26129982,99.93,0,0,0.14,571.91,3397.82,26129983,99.78,0,0,0.54,572.34,3397.39,26129984,99.89,0,0,0.15,571.63,3398.09,26129985,99.75,0,0,0.3,571.17,3398.57,26129986,99.88,0,0,0.14,571.14,3398.59,26129987,99.86,0,0,0.16,571.18,3398.55,26129988,99.77,0,0,0.57,572.32,3397.41,26129989,99.92,0,0,0.14,572.52,3397.2,26129990,99.87,0,0,0.32,572.76,3396.97,26129991,99.93,0,0,0.18,572.75,3396.98,26129992,99.93,0,0,0.18,572.74,3396.98,26129993,99.78,0,0,0.55,572.85,3396.87,26129994,99.9,0,0,0.16,572,3397.72,26129995,99.83,0,0,0.3,572.72,3397.02,26129996,99.91,0,0,0.14,572.72,3397.02,26129997,99.89,0,0,0.16,572.71,3397.02,26129998,99.79,0,0,0.39,572.97,3396.76,26129999,99.92,0,0,0.29,572.43,3397.29,26130000,99.78,0,0,0.32,572.93,3396.8,26130001,99.93,0,0,0.13,572.93,3396.8,26130002,99.93,0,0,0.14,572.9,3396.82,26130003,99.75,0,0.01,0.52,573.51,3396.21,26130004,99.85,0.06,2.91,0.27,572.49,3397.22,26130005,99.83,0,0.01,0.38,572.26,3397.46,26130006,99.8,0.03,0.12,0.23,571.85,3397.87,26130007,99.89,0.04,0.05,0.33,570.57,3399.12,26130008,81.61,0.04,0.89,4.21,796.96,3172.7,26130009,99.2,0.05,1.06,1.09,858.09,3111.47,26130010,81.33,0.07,1.04,4.57,749.19,3220.26,26130011,99.88,0.05,1.25,0.5,1023.14,2946.26,26130012,80.27,0.05,1.02,4.3,863.14,3106.24,26130013,99.86,0.03,1.03,0.53,1034.96,2934.42,26130014,99.43,0,0,0.66,596.36,3373.04,26130015,99.79,0,0,0.33,577.02,3392.39,26130016,99.87,0,0,0.16,577.08,3392.33,26130017,99.9,0,0,0.2,577.17,3392.23,26130018,99.92,0,0,0.14,577.15,3392.25,26130019,99.78,0,0,0.54,578.87,3390.53,26130020,99.8,0,0,0.3,578.87,3390.55,26130021,99.91,0,0,0.16,578.86,3390.55,26130022,99.9,0,0,0.14,578.91,3390.5,26130023,99.91,0,0,0.16,578.98,3390.42,26130024,99.76,0,0,0.59,579.81,3389.59,26130025,99.85,0,0,0.3,579.2,3390.23,26130026,99.89,0,0,0.14,579.2,3390.25,26130027,99.86,0,0,0.16,579.17,3390.28,26130028,99.88,0.04,1.68,0.18,579.15,3390.29,26130029,99.75,0,0.01,0.93,579.58,3389.85,26130030,99.81,0,0,0.3,579.16,3390.28,26130031,99.9,0,0,0.16,578.49,3390.95,26130032,99.87,0,0,0.14,578.46,3390.97,26130033,99.92,0,0,0.15,578.44,3390.99,26130034,99.77,0,0,0.48,578.91,3390.52,26130035,99.83,0.02,2.15,0.66,578.92,3390.52,26130036,99.86,0.05,3.4,0.3,579.08,3390.33,26130037,99.83,0.04,1.48,0.46,578.94,3390.45,26130038,99.88,0,0,0.25,570.11,3400.56,26130039,99.57,0,0,0.57,570.2,3400.43,26130040,99.81,0,0,0.46,570.06,3400.59,26130041,99.9,0,0,0.17,570.03,3400.62,26130042,99.93,0,0,0.17,570.01,3400.63,26130043,99.9,0,0,0.17,569.99,3400.64,26130044,99.75,0,0,0.37,570.38,3400.27,26130045,99.78,0,0,0.55,569.03,3401.64,26130046,99.89,0,0,0.2,568.98,3401.69,26130047,99.9,0,0,0.2,568.74,3401.92,26130048,99.92,0,0,0.2,568.2,3402.46,26130049,99.88,0,0,0.2,568.12,3402.53,26130050,99.49,0,0,0.75,569.05,3401.61,26130051,99.87,0,0,0.2,568.35,3402.31,26130052,99.88,0,0,0.16,568.33,3402.33,26130053,99.83,0,0,0.19,568.32,3402.33,26130054,99.9,0,0,0.2,568.29,3402.36,26130055,99.67,0,0,0.78,568.93,3401.73,26130056,99.88,0,0,0.21,568.76,3401.9,26130057,99.89,0,0,0.2,568.74,3401.92,26130058,99.9,0,0,0.2,568.72,3401.93,26130059,99.92,0,0,0.22,568.7,3401.95,26130060,99.68,0,0,0.77,569.91,3400.76,26130061,99.81,0,0,0.14,569.84,3400.81,26130062,99.87,0,0,0.15,569.83,3400.82,26130063,99.89,0,0,0.16,569.8,3400.85,26130064,99.86,0,0,0.14,569.78,3400.86,26130065,99.62,0,0,0.79,569.99,3400.67,26130066,99.15,0,0,0.19,569.49,3401.16,26130067,99.9,0,0,0.17,568.75,3401.9,26130068,99.9,0,0,0.14,568.74,3401.9,26130069,99.76,0,0,0.29,568.94,3401.68,26130070,99.7,0,0,0.73,568.89,3401.75,26130071,99.88,0,0,0.18,569.05,3401.58,26130072,99.91,0,0,0.14,569.09,3401.54,26130073,99.91,0,0,0.18,569.08,3401.55,26130074,99.88,0,0,0.18,569.04,3401.58,26130075,99.68,0,0,0.57,569.12,3401.52,26130076,99.9,0,0,0.27,569.26,3401.36,26130077,99.89,0,0,0.21,569.25,3401.38,26130078,99.9,0,0,0.14,569.22,3401.39,26130079,99.91,0,0,0.15,569.2,3401.41,26130080,99.6,0,0,0.54,568.93,3401.7,26130081,99.89,0,0,0.36,569.18,3401.45,26130082,99.88,0,0,0.17,569.2,3401.43,26130083,99.87,0,0,0.14,569.33,3401.29,26130084,99.92,0,0,0.18,569.31,3401.3,26130085,99.79,0,0,0.35,568.53,3402.1,26130086,99.75,0,0,0.57,569.4,3401.23,26130087,99.92,0,0,0.18,569.01,3401.61,26130088,99.89,0,0.01,0.19,568.99,3401.63,26130089,99.9,0,0,0.19,568.94,3401.67,26130090,99.8,0,0,0.31,568.46,3402.17,26130091,99.76,0,0,0.57,569.42,3401.21,26130092,99.92,0,0,0.13,569.35,3401.27,26130093,99.92,0,0,0.16,569.33,3401.28,26130094,99.88,0,0,0.2,569.31,3401.3,26130095,99.78,0,0.01,0.35,569.78,3400.85,26130096,99.72,0,0,0.54,569.92,3400.71,26130097,99.85,0,0,0.18,569.47,3401.15,26130098,99.88,0,0,0.14,569.44,3401.17,26130099,99.76,0.01,0.01,0.31,570.03,3400.56,26130100,99.76,0,0,0.36,569.03,3401.56,26130101,99.76,0,0,0.52,569.91,3400.68,26130102,99.9,0,0,0.16,569.92,3400.66,26130103,99.88,0.01,0.03,0.16,570.01,3400.57,26130104,99.86,0,0,0.14,569.33,3401.25,26130105,99.75,0,0,0.35,569.25,3401.35,26130106,99.74,0,0,0.64,569.74,3400.85,26130107,99.88,0,0,0.18,569.27,3401.32,26130108,99.86,0,0,0.18,569.27,3401.31,26130109,99.92,0,0,0.19,569.22,3401.36,26130110,99.84,0,0,0.37,569.44,3401.15,26130111,99.78,0,0,0.58,569.83,3400.75,26130112,99.88,0,0,0.18,569.54,3401.04,26130113,99.88,0,0,0.18,569.5,3401.08,26130114,99.88,0,0,0.15,569.46,3401.11,26130115,99.81,0,0,0.3,568.48,3402.12,26130116,99.76,0,0,0.49,568.73,3401.86,26130117,99.83,0,0,0.21,568.33,3402.26,26130118,99.88,0,0,0.15,568.3,3402.28,26130119,99.9,0,0,0.16,568.25,3402.32,26130120,99.84,0,0,0.31,569,3401.6,26130121,99.68,0,0,0.35,569.6,3400.99,26130122,99.88,0,0,0.37,569.68,3400.9,26130123,99.9,0,0,0.14,569.7,3400.88,26130124,99.9,0,0,0.14,569.27,3401.31,26130125,99.75,0,0,0.3,568.29,3402.3,26130126,99.91,0,0,0.16,568.22,3402.37,26130127,99.73,0,0,0.59,569.88,3400.71,26130128,99.85,0,0,0.14,569.44,3401.13,26130129,99.79,0.01,0,0.3,569.55,3401.01,26130130,99.8,0,0,0.3,570,3400.57,26130131,99.89,0,0,0.15,569.97,3400.6,26130132,99.69,0,0,0.58,570.24,3400.32,26130133,99.9,0,0,0.16,569.65,3400.9,26130134,99.87,0,0,0.14,569.77,3400.8,26130135,99.83,0,0,0.3,570.05,3400.54,26130136,99.87,0,0,0.18,570.02,3400.57,26130137,99.73,0,0,0.57,570.07,3400.5,26130138,99.87,0,0,0.14,569.22,3401.35,26130139,99.9,0,0,0.18,569.19,3401.38,26130140,99.8,0,0,0.31,569.44,3401.15,26130141,99.85,0,0,0.13,569.42,3401.16,26130142,99.69,0,0,0.5,569.75,3400.83,26130143,99.9,0,0,0.19,569.5,3401.07,26130144,99.88,0,0,0.15,568.91,3401.66,26130145,99.77,0,0,0.38,569.53,3401.05,26130146,99.84,0.05,1.97,0.14,569.37,3401.2,26130147,99.73,0,0.05,0.57,569.44,3401.13,26130148,99.89,0,0,0.25,569.18,3401.38,26130149,99.85,0.12,4.59,0.24,569.19,3401.34,26130150,99.77,0,0.03,0.37,569.01,3401.51,26130151,99.9,0,0,0.14,568.93,3401.59,26130152,99.71,0,0,0.41,569.52,3401,26130153,99.93,0,0,0.31,568.4,3402.12,26130154,99.91,0,0.01,0.16,568.38,3402.13,26130155,99.72,0.03,0.11,0.35,568.85,3401.68,26130156,99.75,0.08,0.19,0.48,568.89,3401.63,26130157,99.73,0.01,0.01,0.45,569.32,3401.2,26130158,99.89,0,0,0.4,569.23,3401.29,26130159,99.77,0,0,0.32,569.23,3401.26,26130160,99.74,0.01,0.01,0.41,569.19,3401.32,26130161,99.93,0.01,0.01,0.15,569.12,3401.39,26130162,99.92,0,0,0.14,569.09,3401.41,26130163,86.99,0.05,0.06,1.58,646.87,3323.62,26130164,92.76,0.03,0.93,3.72,1037.75,2932.79,26130165,99.63,0.02,0.05,0.35,716.78,3253.78,26130166,99.83,0,0,0.19,564.56,3406,26130167,99.88,0.01,0,0.23,564.84,3405.71,26130168,81.12,0.03,0.84,4.82,878.02,3092.51,26130169,99.78,0,0.06,0.25,786.8,3183.73,26130170,92.25,0.01,0,0.83,600.25,3370.3,26130171,88.25,0.03,0.91,4.05,1049.74,2920.79,26130172,99.5,0.02,0.91,0.19,619.74,3350.8,26130173,99.7,0,0.01,0.49,567.24,3403.29,26130174,99.88,0,0,0.33,567.08,3403.45,26130175,99.75,0,0,0.32,566.59,3403.95,26130176,99.89,0,0,0.16,566.55,3403.99,26130177,99.86,0,0,0.14,566.53,3404,26130178,99.68,0,0,0.55,567.5,3403.03,26130179,99.86,0,0,0.14,567.46,3403.06,26130180,99.69,0,0,0.31,566.99,3403.56,26130181,99.79,0,0,0.14,566.97,3403.57,26130182,99.89,0,0,0.16,566.94,3403.6,26130183,99.72,0,0,0.4,567.75,3402.78,26130184,99.88,0,0,0.28,568.1,3402.43,26130185,99.76,0,0,0.34,567.16,3403.38,26130186,99.85,0,0,0.14,567.1,3403.44,26130187,99.88,0,0,0.13,567.07,3403.46,26130188,99.75,0,0,0.31,567.4,3403.13,26130189,99.64,0,0,0.56,567.26,3403.24,26130190,99.76,0,0,0.31,566.55,3403.97,26130191,99.88,0,0,0.16,566.5,3404.01,26130192,99.86,0,0,0.14,566.48,3404.03,26130193,99.87,0,0,0.14,566.46,3404.04,26130194,99.7,0,0,0.59,567.75,3402.76,26130195,99.83,0,0,0.3,567.02,3403.52,26130196,99.85,0,0,0.14,566.86,3403.7,26130197,99.82,0,0.01,0.23,566.82,3403.73,26130198,99.88,0.02,0.76,0.14,566.8,3403.74,26130199,99.58,0.04,1.69,0.63,567.61,3402.91,26130200,99.82,0,0.03,0.35,567,3403.54,26130201,99.84,0,0,0.16,566.95,3403.58,26130202,99.9,0,0,0.14,566.93,3403.6,26130203,99.86,0,0,0.16,566.91,3403.61,26130204,99.75,0,0,0.58,568.49,3402.03,26130205,99.81,0,0,0.31,567.85,3402.68,26130206,99.89,0,0,0.16,567.01,3403.52,26130207,99.88,0,0,0.14,566.82,3403.7,26130208,99.88,0,0,0.16,566.79,3403.73,26130209,99.75,0,0,0.39,567.44,3403.07,26130210,99.73,0,0,0.43,566.29,3404.24,26130211,99.88,0,0,0.19,566.27,3404.26,26130212,99.91,0,0,0.14,566.23,3404.29,26130213,99.9,0,0,0.15,566.22,3404.3,26130214,99.77,0,0,0.49,566.96,3403.55,26130215,99.8,0,0,0.42,567.78,3402.75,26130216,99.9,0,0,0.31,555.76,3414.86,26130217,99.88,0.01,0.04,0.18,515.46,3455.5,26130218,99.89,0,0,0.2,515.59,3455.37,26130219,99.52,0,0,0.68,515.91,3455.02,26130220,99.78,0,0,0.36,514.63,3456.33,26130221,99.9,0,0,0.15,514.58,3456.37,26130222,99.89,0,0,0.16,514.74,3456.21,26130223,99.92,0,0,0.15,514.72,3456.22,26130224,99.89,0,0,0.16,514.7,3456.24,26130225,99.64,0,0,0.68,515.99,3454.97,26130226,99.86,0,0,0.16,515.42,3455.54,26130227,99.9,0,0,0.14,515.41,3455.54,26130228,99.88,0,0,0.15,515.38,3455.56,26130229,99.85,0,0,0.14,515.36,3455.58,26130230,99.63,0,0,0.76,516,3454.95,26130231,99.89,0,0,0.16,515.59,3455.35,26130232,99.85,0,0,0.15,515.56,3455.38,26130233,99.91,0,0,0.16,515.55,3455.38,26130234,99.92,0,0,0.17,515.53,3455.4,26130235,99.65,0,0,0.72,516.52,3454.43,26130236,99.91,0,0,0.15,516.18,3454.77,26130237,99.93,0,0,0.14,516.17,3454.77,26130238,99.86,0,0,0.17,516.16,3454.78,26130239,99.9,0,0,0.14,516.13,3454.8,26130240,99.63,0,0,0.73,516.42,3454.53,26130241,99.88,0,0,0.18,515.87,3455.07,26130242,98.48,0,0,0.18,515.85,3455.09,26130243,99.87,0,0,0.14,515.83,3455.11,26130244,99.91,0,0,0.17,515.81,3455.12,26130245,99.64,0,0,0.79,516.14,3454.81,26130246,99.92,0,0,0.15,516.04,3454.9,26130247,99.94,0,0,0.14,516.09,3454.85,26130248,99.91,0,0,0.16,516.19,3454.75,26130249,99.75,0,0,0.29,515.93,3454.98,26130250,99.59,0,0,0.7,515.46,3455.47,26130251,99.93,0,0,0.2,515.39,3455.53,26130252,99.87,0,0,0.19,515.37,3455.55,26130253,99.83,0,0,0.18,515.34,3455.57,26130254,99.87,0,0,0.14,515.33,3455.58,26130255,99.64,0,0,0.72,516,3454.93,26130256,99,0,0,0.2,516.05,3454.88,26130257,99.89,0,0,0.21,515.8,3455.12,26130258,99.84,0,0,0.18,515.84,3455.07,26130259,99.92,0,0,0.16,515.92,3454.99,26130260,99.71,0,0,0.68,516.32,3454.62,26130261,99.9,0,0,0.25,516.16,3454.78,26130262,99.88,0,0,0.16,516.13,3454.8,26130263,99.84,0,0,0.14,516.13,3454.8,26130264,99.9,0,0,0.15,516.1,3454.82,26130265,99.84,0,0,0.34,515.87,3455.07,26130266,99.71,0,0,0.57,515.97,3454.97,26130267,99.81,0,0,0.14,515.57,3455.36,26130268,99.85,0,0,0.14,515.54,3455.38,26130269,99.88,0,0,0.14,515.54,3455.38,26130270,99.81,0,0,0.32,515.05,3455.89,26130271,94.98,0.28,0.01,260.19,528.36,3442.22,26130272,99.9,0,0,0.23,518.51,3451.63,26130273,99.89,0,0,0.18,518.48,3451.65,26130274,99.87,0,0,0.18,518.48,3451.65,26130275,99.73,0,0,0.33,518.37,3451.77,26130276,99.72,0,0,0.59,517.48,3452.69,26130277,99.9,0,0,0.18,515.76,3454.42,26130278,99.49,0,0,0.31,516.07,3454.1,26130279,99.73,0,0,0.33,515.71,3454.42,26130280,99.81,0,0,0.37,514.96,3455.19,26130281,99.77,0,0,0.56,515.72,3454.45,26130282,99.92,0,0,0.18,515.89,3454.28,26130283,99.86,0,0,0.19,515.86,3454.31,26130284,99.9,0,0,0.16,515.87,3454.35,26130285,99.78,0,0,0.34,515.17,3455.07,26130286,99.71,0,0,0.62,515.89,3454.34,26130287,99.85,0,0,0.15,516.19,3454.05,26130288,99.84,0,0,0.19,516.24,3454,26130289,99.9,0,0,0.17,516.22,3454.02,26130290,99.73,0,0,0.35,516.21,3454.04,26130291,99.67,0,0,0.56,516.61,3453.64,26130292,99.89,0,0,0.19,516.41,3453.83,26130293,99.84,0,0,0.16,516.39,3453.84,26130294,99.89,0,0,0.14,516.37,3453.87,26130295,99.77,0,0,0.32,516.38,3453.87,26130296,99.65,0,0,0.38,516.79,3453.45,26130297,99.88,0,0,0.4,514.86,3455.38,26130298,99.82,0,0,0.18,514.84,3455.4,26130299,99.84,0,0,0.18,514.94,3455.29,26130300,99.82,0,0,0.32,516.46,3453.79,26130301,99.9,0,0,0.15,516.46,3453.78,26130302,99.26,0,0,0.59,517.09,3453.15,26130303,99.8,0,0,0.18,516.43,3453.8,26130304,99.88,0,0,0.16,516.4,3453.82,26130305,99.73,0,0,0.33,515.2,3455.05,26130306,99.85,0,0,0.16,515.16,3455.08,26130307,98.94,0,0,0.53,516.44,3453.8,26130308,99.76,0,0,0.15,516.35,3453.89,26130309,99.75,0,0,0.33,516.33,3453.88,26130310,99.74,0,0,0.32,515.59,3454.63,26130311,99.87,0,0,0.16,515.68,3454.53,26130312,99.73,0,0,0.53,516.38,3453.83,26130313,99.9,0,0,0.14,516.19,3454.01,26130314,99.87,0,0,0.15,516.17,3454.05,26130315,99.76,0,0,0.33,515.98,3454.26,26130316,99.88,0,0,0.18,515.91,3454.33,26130317,99.71,0,0,0.57,516.01,3454.22,26130318,99.85,0,0,0.16,515.63,3454.6,26130319,99.82,0,0,0.15,515.61,3454.61,26130320,99.71,0,0,0.31,515.61,3454.63,26130321,99.86,0,0,0.16,515.59,3454.64,26130322,99.7,0,0,0.39,516.14,3454.09,26130323,99.83,0,0,0.3,516.04,3454.18,26130324,99.84,0,0,0.15,516.2,3454.02,26130325,99.67,0,0,0.32,516.45,3453.79,26130326,99.83,0,0,0.15,516.44,3453.79,26130327,99.68,0,0,0.54,516.92,3453.31,26130328,99.85,0,0,0.19,516.41,3453.81,26130329,99.8,0,0,0.16,516.38,3453.84,26130330,99.79,0,0,0.34,516.64,3453.6,26130331,99.83,0,0,0.13,516.61,3453.62,26130332,99.67,0,0,0.41,516.9,3453.33,26130333,99.82,0,0,0.28,516.07,3454.15,26130334,99.81,0,0,0.14,516.06,3454.16,26130335,99.73,0,0,0.33,516.3,3453.93,26130336,99.85,0,0,0.16,516.41,3453.82,26130337,99.82,0,0,0.18,516.08,3454.15,26130338,99.69,0,0,0.54,516.52,3453.7,26130339,99.66,0,0,0.3,516.65,3453.55,26130340,99.74,0,0,0.32,515.94,3454.27,26130341,99.86,0,0,0.16,515.9,3454.31,26130342,99.82,0,0,0.14,515.88,3454.32,26130343,99.63,0,0,0.55,516.66,3453.54,26130344,99.82,0,0,0.14,516.33,3453.87,26130345,99.74,0,0.01,0.33,514.65,3455.56,26130346,99.84,0,0.01,0.14,514.32,3455.89,26130347,99.83,0,0,0.16,514.4,3455.8,26130348,99.69,0,0,0.55,515.79,3454.41,26130349,99.83,0,0,0.17,515.71,3454.49,26130350,99.71,0,0,0.33,515.95,3454.26,26130351,99.83,0,0,0.14,515.94,3454.27,26130352,99.84,0,0,0.16,515.92,3454.29,26130353,99.69,0,0,0.55,516.3,3453.9,26130354,99.82,0,0,0.14,515.38,3454.81,26130355,99.78,0,0,0.38,515.64,3454.57,26130356,99.83,0,0,0.16,515.6,3454.61,26130357,99.85,0,0,0.14,515.58,3454.63,26130358,99.7,0,0,0.49,516.1,3454.09,26130359,99.81,0,0,0.25,515.62,3454.56,26130360,99.67,0,0,0.32,514.3,3455.91,26130361,99.8,0,0,0.16,514.23,3455.97,26130362,99.79,0,0,0.14,514.21,3455.99,26130363,99.67,0,0,0.44,514.98,3455.21,26130364,99.83,0,0,0.34,515.64,3454.54,26130365,99.75,0,0,0.34,515.4,3454.8,26130366,99.81,0,0,0.14,515.37,3454.82,26130367,99.82,0,0,0.16,515.36,3454.83,26130368,99.67,0,0,0.39,515.71,3454.48,26130369,99.76,0,0,0.43,515.79,3454.37,26130370,99.75,0,0,0.34,515.79,3454.39,26130371,99.85,0,0,0.15,515.9,3454.28,26130372,99.75,0,0,0.14,515.95,3454.22,26130373,99.62,0,0,0.42,516.27,3453.9,26130374,99.83,0,0,0.32,515.89,3454.26,26130375,99.69,0,0,0.36,514.68,3455.49,26130376,99.82,0,0,0.17,514.66,3455.51,26130377,99.8,0,0,0.2,514.63,3455.53,26130378,99.83,0,0,0.15,514.62,3455.54,26130379,99.67,0,0,0.53,515.6,3454.56,26130380,99.68,0,0,0.33,515.34,3454.83,26130381,99.76,0,0,0.16,515.3,3454.87,26130382,99.83,0,0,0.14,515.29,3454.88,26130383,99.83,0,0,0.14,515.39,3454.77,26130384,99.68,0,0,0.56,516.44,3453.72,26130385,99.77,0,0,0.34,515.93,3454.24,26130386,99.84,0,0,0.14,515.91,3454.26,26130387,99.84,0,0,0.17,515.88,3454.28,26130388,99.83,0,0,0.14,515.88,3454.28,26130389,99.63,0,0,0.52,516.21,3453.94,26130390,99.71,0,0,0.41,515.19,3454.99,26130391,99.81,0,0,0.14,515.09,3455.08,26130392,99.79,0,0,0.13,515.08,3455.09,26130393,99.82,0,0,0.16,515.05,3455.11,26130394,99.68,0,0.02,0.43,515.5,3454.66,26130395,99.7,0,0,0.48,515.9,3454.27,26130396,99.81,0,0,0.18,515.9,3454.26,26130397,99.81,0,0,0.18,515.7,3454.46,26130398,99.79,0,0,0.14,515.62,3454.54,26130399,99.5,0,0,0.65,516.19,3453.94,26130400,99.72,0,0,0.37,516.07,3454.07,26130401,99.85,0,0,0.15,516.06,3454.08,26130402,99.79,0,0,0.16,516.04,3454.1,26130403,99.78,0,0,0.15,516.02,3454.11,26130404,99.62,0,0.02,0.56,516.42,3453.71,26130405,99.74,0,0,0.33,515.91,3454.23,26130406,99.74,0,0,0.13,515.89,3454.25,26130407,99.79,0,0,0.16,515.87,3454.27,26130408,99.82,0,0,0.14,515.85,3454.28,26130409,99.68,0,0,0.32,516.18,3453.96,26130410,99.73,0,0,0.52,515.84,3454.32,26130411,99.83,0,0,0.16,515.82,3454.34,26130412,99.83,0,0,0.14,515.8,3454.36,26130413,99.83,0,0,0.16,515.78,3454.38,26130414,99.8,0,0,0.13,515.76,3454.39,26130415,99.57,0,0,0.71,516.71,3453.45,26130416,99.82,0,0,0.16,516.12,3454.04,26130417,99.82,0,0,0.14,516.15,3454,26130418,99.82,0,0,0.15,516.13,3454.02,26130419,99.81,0,0,0.16,516.11,3454.04,26130420,99.38,0,0,0.76,515.98,3454.18,26130421,99.79,0,0,0.15,515.6,3454.56,26130422,99.85,0,0,0.16,515.58,3454.58,26130423,98.06,0,0,0.14,515.55,3454.6,26130424,99.83,0,0,0.16,515.52,3454.62,26130425,99.61,0,0,0.73,516.37,3453.79,26130426,99.82,0,0,0.15,515.95,3454.21,26130427,99.85,0,0,0.17,515.82,3454.33,26130428,99.81,0,0,0.14,515.93,3454.22,26130429,99.65,0,0,0.31,516.16,3453.97,26130430,99.51,0.01,0.61,0.79,515.67,3454.46,26130431,99.82,0,0,0.19,515.93,3454.2,26130432,99.78,0,0,0.16,515.91,3454.23,26130433,99.79,0,0,0.14,515.87,3454.26,26130434,99.83,0,0,0.17,515.86,3454.27,26130435,99.63,0,0,0.68,516.2,3453.94,26130436,99.84,0,0,0.21,515.84,3454.3,26130437,99.83,0,0,0.18,515.81,3454.32,26130438,98.64,0,0.01,0.17,515.78,3454.35,26130439,99.83,0,0.02,0.17,515.87,3454.25,26130440,97.52,0,0.01,0.73,516.6,3453.54,26130441,99.82,0,0,0.14,516.1,3454.03,26130442,99.82,0,0,0.17,516.08,3454.05,26130443,99.67,0,0,0.16,516.06,3454.06,26130444,99.46,0,0,0.15,516.04,3454.08,26130445,99.66,0,0,0.49,516.82,3453.32,26130446,99.81,0,0,0.4,516.27,3453.86,26130447,99.83,0,0,0.15,516.25,3453.88,26130448,99.8,0,0,0.14,516.34,3453.79,26130449,99.85,0,0,0.14,516.39,3453.72,26130450,99.59,0,0,0.35,516.4,3453.74,26130451,99.71,0,0,0.52,516.72,3453.41,26130452,99.82,0,0,0.15,516.35,3453.77,26130453,99.84,0,0,0.17,516.33,3453.8,26130454,99.84,0,0,0.15,516.29,3453.82,26130455,99.71,0,0,0.35,515.08,3455.05,26130456,99.7,0,0,0.54,516.64,3453.49,26130457,98.53,0,0,0.2,516.16,3453.97,26130458,99.82,0,0,0.15,516.06,3454.07,26130459,99.67,0,0,0.29,516.42,3453.68,26130460,99.72,0,0,0.32,515.98,3454.14,26130461,98.79,0,0.02,0.61,516.99,3453.12,26130462,99.82,0,0.01,0.18,516.56,3453.54,26130463,99.84,0,0,0.15,516.56,3453.54,26130464,99.85,0,0,0.15,516.52,3453.57,26130465,99.73,0,0,0.32,515.34,3454.77,26130466,99.65,0,0,0.48,516,3454.11,26130467,99.84,0,0,0.21,516,3454.11,26130468,99.8,0,0,0.14,515.97,3454.13,26130469,99.84,0,0,0.15,516.09,3454,26130470,99.71,0,0,0.31,515.66,3454.45,26130471,99.07,0,0,0.53,516.35,3453.75,26130472,99.83,0,0,0.15,516.34,3453.76,26130473,99.81,0,0,0.14,516.32,3453.78,26130474,99.85,0,0,0.15,516.3,3453.79,26130475,99.77,0,0,0.32,516.3,3453.81,26130476,99.7,0,0,0.44,516.95,3453.18,26130477,99.89,0,0,0.28,516.26,3453.86,26130478,99.88,0,0,0.17,516.24,3453.87,26130479,99.9,0,0,0.16,516.23,3453.88,26130480,99.75,0,0,0.3,515.06,3455.06,26130481,99.73,0,0,0.49,515.7,3454.42,26130482,99.89,0,0,0.21,516.38,3453.74,26130483,99.9,0,0,0.14,516.36,3453.78,26130484,98.77,0,0,0.15,516.34,3453.79,26130485,98.13,0,0,0.36,516.1,3454.05,26130486,99.73,0,0,0.56,516.47,3453.67,26130487,99.93,0,0,0.14,516.3,3453.83,26130488,99.89,0,0,0.15,516.28,3453.85,26130489,98.87,0,0,0.33,516.06,3454.04,26130490,99.4,0,0,0.3,516.49,3453.63,26130491,99.89,0,0,0.16,516.46,3453.65,26130492,98.9,0,0,0.54,517.1,3453.01,26130493,99.91,0,0,0.14,516.4,3453.71,26130494,99.92,0,0,0.15,516.38,3453.74,26130495,99.81,0,0,0.32,515.26,3454.88,26130496,99.37,0,0,0.14,514.9,3455.23,26130497,99.69,0,0,0.56,516.01,3454.12,26130498,99.9,0,0,0.15,515.84,3454.28,26130499,99.28,0,0,0.13,515.81,3454.31,26130500,99.79,0,0,0.32,514.87,3455.27,26130501,99.87,0,0,0.15,514.81,3455.33,26130502,99.77,0,0,0.55,515.54,3454.6,26130503,99.67,0,0,0.14,515.26,3454.87,26130504,99.89,0,0,0.15,515.36,3454.76,26130505,99.84,0,0,0.3,515.91,3454.23,26130506,99.89,0,0,0.14,515.9,3454.24,26130507,99.76,0,0,0.53,516.24,3453.89,26130508,99.88,0,0,0.15,515.86,3454.26,26130509,99.9,0,0,0.14,515.84,3454.28,26130510,99.84,0,0,0.3,515.85,3454.29,26130511,99.85,0,0,0.17,515.82,3454.32,26130512,99.68,0,0,0.56,516.25,3453.88,26130513,99.92,0,0,0.16,515.77,3454.36,26130514,99.86,0,0,0.15,515.75,3454.38,26130515,99.8,0,0,0.33,515.76,3454.39,26130516,99.85,0,0,0.14,515.87,3454.27,26130517,99.4,0,0,0.57,516.1,3454.04,26130518,99.91,0,0,0.14,515.63,3454.5,26130519,99.69,0,0,0.3,515.85,3454.27,26130520,99.83,0,0,0.3,515.86,3454.28,26130521,99.9,0,0,0.16,515.82,3454.31,26130522,99.75,0,0,0.54,516.24,3453.89,26130523,99.89,0,0,0.15,516.02,3454.1,26130524,99.78,0,0,0.14,516.02,3454.1,26130525,99.78,0,0,0.32,514.31,3455.82,26130526,99.91,0,0,0.15,514.27,3455.86,26130527,99.73,0,0,0.55,514.89,3455.23,26130528,98.13,0,0,0.14,515.89,3454.23,26130529,99.9,0,0,0.14,515.87,3454.25,26130530,99.79,0,0,0.32,516.11,3454.02,26130531,99.88,0,0,0.14,516.09,3454.04,26130532,99.88,0,0,0.16,516.08,3454.05,26130533,99.7,0,0,0.53,516,3454.11,26130534,99.91,0,0,0.15,515.53,3454.58,26130535,98.58,0,0,0.34,514.91,3455.21,26130536,99.9,0,0,0.13,514.78,3455.34,26130537,99.9,0,0,0.16,514.76,3455.36,26130538,99.55,0,0,0.53,516.02,3454.09,26130539,99.89,0,0,0.18,516.13,3453.98,26130540,98.6,0,0,10.86,515.15,3455.33,26130541,99.88,0,0,0.16,515.07,3455.43,26130542,99.85,0,0,0.14,515.04,3455.45,26130543,99.74,0,0,0.53,515.08,3455.41,26130544,99.84,0,0,0.14,514.51,3455.99,26130545,99.83,0,0,0.32,515.74,3454.8,26130546,99.52,0,0,0.14,515.73,3454.81,26130547,99.91,0,0,0.16,515.71,3454.82,26130548,99.74,0,0,0.57,515.89,3454.63,26130549,99.78,0,0,0.31,516.15,3454.36,26130550,99.85,0,0,0.3,515.91,3454.61,26130551,99.8,0,0,0.16,516.02,3454.5,26130552,99.85,0,0,0.14,516.05,3454.46,26130553,98.6,0,0,0.54,516.7,3453.8,26130554,99.89,0,0,0.14,516,3454.5,26130555,99.82,0,0,0.32,516.03,3454.49,26130556,99.87,0,0,0.16,516,3454.52,26130557,99.93,0,0,0.19,515.98,3454.53,26130558,99.77,0,0,0.39,516.29,3454.22,26130559,99.93,0,0,0.28,515.2,3455.3,26130560,96.19,0,0,0.32,515.69,3454.83,26130561,99.86,0,0.02,0.2,515.73,3454.78,26130562,99.89,0,0,0.15,515.8,3454.7,26130563,99.75,0,0,0.39,516.2,3454.3,26130564,99.9,0,0,0.32,515.76,3454.73,26130565,99.36,0,0,0.35,516.01,3454.5,26130566,99.93,0,0,0.14,515.99,3454.52,26130567,98.47,0,0,0.17,515.96,3454.54,26130568,99.89,0,0,0.14,515.94,3454.56,26130569,99.74,0,0,0.53,515.36,3455.14,26130570,99.73,0,0,0.34,515.03,3455.48,26130571,99.92,0,0,0.12,514.92,3455.59,26130572,99.84,0,0,0.17,514.92,3455.58,26130573,99.87,0,0,0.15,515.09,3455.41,26130574,99.7,0,0.01,0.52,515.23,3455.26,26130575,99.75,0,0,0.34,515.04,3455.47,26130576,99.87,0,0,0.19,515.03,3455.48,26130577,99.85,0,0,0.16,514.86,3455.65,26130578,99.88,0,0,0.19,514.74,3455.76,26130579,99.64,0,0,0.68,516.38,3454.11,26130580,99.82,0,0,0.36,516.19,3454.31,26130581,98.89,0,0,0.2,516.17,3454.32,26130582,99.88,0,0,0.18,516.15,3454.34,26130583,99.88,0,0,0.18,516.2,3454.29,26130584,99.76,0,0,0.54,516.52,3453.98,26130585,99.83,0,0,0.34,516.3,3454.22,26130586,99.9,0,0,0.15,516.28,3454.23,26130587,99.93,0,0,0.18,516.27,3454.25,26130588,99.91,0,0,0.15,516.24,3454.27,26130589,99.74,0,0,0.53,516.58,3453.93,26130590,99.8,0,0,0.37,516.47,3454.05,26130591,99.88,0,0,0.19,516.47,3454.05,26130592,98.07,0,0,0.18,516.43,3454.08,26130593,99.88,0,0,0.18,516.43,3454.08,26130594,99.71,0,0,0.55,517.02,3453.48,26130595,99.8,0,0,0.36,516.32,3454.2,26130596,99.91,0,0,0.15,516.26,3454.26,26130597,99.93,0,0,0.17,516.31,3454.2,26130598,99.93,0,0,0.15,516.28,3454.22,26130599,99.78,0,0,0.34,516.68,3453.82,26130600,99.75,0,0,0.61,516.02,3454.5,26130601,99.85,0,0,0.15,516,3454.51,26130602,99.43,0,0,0.14,515.99,3454.52,26130603,99.9,0,0,0.16,515.96,3454.54,26130604,98.29,0,0,0.14,515.95,3454.55,26130605,99.52,0,0,0.64,515.41,3455.1,26130606,99.88,0,0,0.16,514.94,3455.57,26130607,99.86,0,0,0.14,514.92,3455.59,26130608,99.92,0,0,0.15,514.9,3455.6,26130609,99.7,0,0,0.29,515.95,3454.53,26130610,99.67,0,0,0.65,515.33,3455.16,26130611,99.91,0,0,0.14,514.55,3455.94,26130612,99.89,0,0,0.16,514.52,3455.96,26130613,99.9,0,0,0.14,514.51,3455.97,26130614,99.9,0,0,0.14,514.26,3456.24,26130615,99.7,0,0,0.69,516.23,3454.28,26130616,99.85,0,0,0.13,515.94,3454.56,26130617,99.8,0,0,0.25,515.93,3454.57,26130618,99.87,0,0,0.14,515.9,3454.59,26130619,99.83,0,0,0.14,515.89,3454.61,26130620,99.68,0,0,0.64,515.68,3454.83,26130621,99.9,0,0,0.19,515.55,3454.95,26130622,99.83,0,0,0.13,515.53,3454.97,26130623,99.85,0,0,0.18,515.52,3454.97,26130624,99.89,0,0,0.15,515.5,3455,26130625,99.59,0,0,0.69,516.58,3453.93,26130626,99.87,0,0,0.16,516.22,3454.29,26130627,99.9,0,0,0.18,516.19,3454.31,26130628,99.91,0,0,0.15,516.17,3454.33,26130629,99.89,0,0,0.14,516.15,3454.34,26130630,99.46,0,0,0.57,515.92,3454.6,26130631,99.89,0,0,0.27,516.38,3454.14,26130632,99.91,0,0,0.14,516.43,3454.09,26130633,99.83,0,0,0.15,516.53,3453.98,26130634,99.86,0,0,0.14,516.5,3454,26130635,97.57,0.31,0.01,64.75,518.84,3451.02,26130636,96.83,0,0,195.83,528.01,3444.2,26130637,99.84,0,0,0.21,518.39,3452,26130638,99.85,0,0,0.14,518.27,3452.12,26130639,99.24,0,0,0.3,518,3452.35,26130640,99.66,0,0,0.48,519.08,3451.29,26130641,99.88,0,0,0.38,516.77,3453.63,26130642,99.86,0,0,0.16,516.55,3453.85,26130643,99.86,0,0,0.14,516.52,3453.87,26130644,99.87,0,0,0.14,516.62,3453.77,26130645,99.84,0,0,0.28,515.47,3454.94,26130646,99.7,0,0,0.51,516.17,3454.27,26130647,99.9,0,0,0.17,515.43,3455.01,26130648,99.86,0,0,0.16,515.42,3455.02,26130649,99.59,0,0,0.14,515.39,3455.04,26130650,99.8,0,0,0.27,515.64,3454.8,26130651,99.73,0,0,0.54,516.23,3454.22,26130652,99.92,0,0,0.14,515.6,3454.85,26130653,99.9,0,0,0.16,515.58,3454.87,26130654,99.87,0,0,0.14,515.56,3454.88,26130655,99.86,0,0,0.28,515.57,3454.89,26130656,99.78,0,0,0.53,516.24,3454.22,26130657,99.9,0,0,0.16,515.95,3454.5,26130658,99.92,0,0,0.15,515.94,3454.51,26130659,99.9,0,0,0.15,515.9,3454.54,26130660,99.73,0,0,0.32,514.94,3455.52,26130661,99.73,0,0,0.4,515.52,3454.94,26130662,99.86,0,0,0.27,515.6,3454.85,26130663,99.89,0,0,0.16,515.6,3454.85,26130664,99.92,0,0,0.14,515.57,3454.87,26130665,99.81,0,0,0.28,515.58,3454.88,26130666,99.79,0,0,0.49,515.71,3454.74,26130667,99.91,0,0,0.2,515.16,3455.29,26130668,99.89,0,0,0.13,515.2,3455.25,26130669,99.71,0,0,0.33,515.21,3455.22,26130670,99.77,0,0,0.34,514.73,3455.71,26130671,99.76,0,0,0.47,515.56,3454.87,26130672,99.84,0,0,0.32,515.63,3454.8,26130673,99.86,0,0,0.16,515.61,3454.82,26130674,99.88,0,0.01,0.18,515.56,3454.89,26130675,99.75,0,0,0.32,515.32,3455.15,26130676,99.79,0,0,0.3,515.88,3454.59,26130677,99.86,0,0,0.45,515.71,3454.75,26130678,99.91,0,0,0.18,515.69,3454.77,26130679,99.89,0,0,0.16,515.65,3454.8,26130680,99.81,0,0,0.28,515.67,3454.81,26130681,99.86,0,0,0.18,515.64,3454.84,26130682,99.74,0,0,0.57,516.19,3454.28,26130683,99.89,0,0,0.2,515.84,3454.62,26130684,99.75,0,0,0.2,515.81,3454.65,26130685,99.71,0,0,0.33,516.06,3454.41,26130686,99.91,0,0,0.2,516.03,3454.44,26130687,99.77,0,0,0.58,516.05,3454.41,26130688,99.9,0,0,0.2,515.72,3454.74,26130689,99.9,0,0,0.22,515.7,3454.76,26130690,99.82,0,0,0.28,515.46,3455.02,26130691,99.9,0,0,0.17,515.43,3455.04,26130692,99.7,0,0,0.59,515.45,3455.02,26130693,99.89,0,0,0.14,514.89,3455.57,26130694,99.84,0,0,0.18,514.86,3455.59,26130695,99.81,0,0,0.28,515.85,3454.63,26130696,99.85,0,0,0.16,515.85,3454.62,26130697,99.61,0,0,0.51,516.53,3453.93,26130698,99.87,0,0,0.19,515.81,3454.65,26130699,99.62,0,0,0.3,515.94,3454.5,26130700,99.78,0,0,0.27,515.98,3454.48,26130701,99.9,0,0,0.18,515.95,3454.5,26130702,99.67,0,0,0.59,516.65,3453.8,26130703,99.93,0,0,0.18,515.91,3454.53,26130704,99.92,0,0,0.18,515.88,3454.56,26130705,99.79,0,0,0.29,514.96,3455.49,26130706,98.91,0,0,0.18,514.83,3455.62,26130707,99.71,0,0,0.42,515.6,3454.84,26130708,99.89,0,0,0.28,515.96,3454.48,26130709,99.89,0,0,0.14,515.93,3454.5,26130710,99.69,0,0,0.27,515.23,3455.22,26130711,99.88,0,0,0.14,515.17,3455.27,26130712,99.89,0,0,0.15,515.26,3455.17,26130713,99.8,0,0,0.54,515.97,3454.46,26130714,99.92,0,0,0.15,515.61,3454.82,26130715,99.83,0,0,0.27,516.1,3454.35,26130716,99.86,0,0,0.16,516.08,3454.36,26130717,99.85,0,0,0.16,516.07,3454.37,26130718,99.67,0,0,0.53,516.2,3454.24,26130719,99.88,0,0,0.17,515.78,3454.65,26130720,99.73,0,0,0.28,514.88,3455.57,26130721,99.93,0,0,0.14,514.98,3455.46,26130722,99.9,0,0,0.16,514.95,3455.49,26130723,99.07,0,0,0.53,515.89,3454.54,26130724,99.9,0,0.01,0.16,515.61,3454.82,26130725,99.82,0,0,0.27,515.35,3455.09,26130726,99.9,0,0,0.16,515.32,3455.12,26130727,99.91,0,0,0.14,515.3,3455.14,26130728,99.75,0,0,0.55,516.43,3454,26130729,99.69,0,0,0.29,516.44,3453.97,26130730,99.78,0,0,0.27,516.19,3454.24,26130731,99.92,0,0,0.14,516.16,3454.26,26130732,99.87,0,0,0.16,516.14,3454.28,26130733,99.75,0,0,0.56,516.78,3453.64,26130734,99.81,0,0,0.15,516.1,3454.32,26130735,99.7,0,0,0.27,515.43,3455.02,26130736,99.9,0,0,0.16,515.35,3455.1,26130737,99.88,0,0,0.2,515.33,3455.11,26130738,98.33,0,0,0.55,515.91,3454.52,26130739,99.91,0,0,0.16,515.53,3454.9,26130740,99.77,0,0,0.27,515.13,3455.32,26130741,99.89,0,0,0.14,515.2,3455.24,26130742,99.91,0,0,0.16,515.19,3455.25,26130743,99.76,0,0,0.39,515.58,3454.85,26130744,99.87,0,0,0.29,515.63,3454.8,26130745,99.7,0,0,0.32,516.1,3454.34,26130746,99.85,0,0,0.16,516.1,3454.34,26130747,99.91,0,0,0.14,516.08,3454.36,26130748,99.89,0,0,0.15,516.06,3454.37,26130749,99.67,0,0,0.54,514.94,3455.48,26130750,99.76,0,0,0.34,514.31,3456.13,26130751,99.86,0,0,0.12,514.3,3456.14,26130752,99.86,0,0,0.16,514.4,3456.03,26130753,99.89,0,0,0.15,514.44,3455.99,26130754,99.46,0,0,0.56,516.16,3454.26,26130755,99.67,0,0,0.3,514.69,3455.75,26130756,99.88,0,0,0.15,514.66,3455.78,26130757,99.83,0,0,0.17,514.52,3455.92,26130758,99.87,0,0,0.16,514.36,3456.07,26130759,99.57,0,0,0.75,517,3453.4,26130760,99.75,0,0,0.3,515.4,3455.02,26130761,99.85,0,0,0.16,515.29,3455.13,26130762,99.8,0,0,0.15,515.26,3455.14,26130763,98.77,0,0,0.16,515.32,3455.08,26130764,99.75,0,0,0.56,516.65,3453.76,26130765,99.73,0,0,0.28,515.25,3455.18,26130766,99.83,0,0,0.14,515.18,3455.25,26130767,99.83,0,0,0.16,515.18,3455.25,26130768,99.85,0,0,0.14,515.15,3455.27,26130769,99.75,0,0,0.52,515.84,3454.6,26130770,99.85,0,0,0.32,515.65,3454.83,26130771,99.85,0,0,0.13,515.62,3454.85,26130772,99.87,0,0,0.17,515.6,3454.87,26130773,99.86,0,0,0.14,515.58,3454.88,26130774,99.68,0,0,0.51,516.04,3454.43,26130775,99.77,0,0,0.33,515.57,3454.91,26130776,99.84,0,0,0.16,515.56,3454.91,26130777,99.08,0,0,0.15,515.65,3454.82,26130778,99.85,0,0,0.15,515.71,3454.76,26130779,99.73,0,0,0.39,516.26,3454.2,26130780,99.75,0,0,0.38,515.7,3454.78,26130781,99.83,0,0,0.16,515.67,3454.81,26130782,99.83,0,0,0.14,515.65,3454.82,26130783,99.89,0,0,0.14,515.64,3454.83,26130784,99.72,0,0,0.4,516.03,3454.43,26130785,99.79,0,0,0.4,516.36,3454.12,26130786,99.87,0,0,0.2,516.34,3454.13,26130787,99.87,0,0,0.17,516.33,3454.14,26130788,99.85,0,0,0.16,516.3,3454.16,26130789,99.66,0,0,0.3,516.1,3454.34,26130790,99.22,0,0,0.68,515.87,3454.59,26130791,99.9,0,0,0.16,515.15,3455.31,26130792,99.74,0,0,0.14,514.7,3455.75,26130793,99.85,0,0,0.15,514.67,3455.77,26130794,99.88,0,0,0.14,514.65,3455.79,26130795,99.6,0,0,0.64,515.98,3454.48,26130796,99.83,0,0,0.15,515.62,3454.84,26130797,99.87,0,0,0.2,515.59,3454.86,26130798,99.89,0,0,0.14,515.58,3454.87,26130799,98.41,0,0,0.15,515.55,3454.89,26130800,99.52,0,0,0.6,515.71,3454.74,26130801,99.82,0,0,0.22,515.78,3454.67,26130802,98.91,0,0,0.14,515.9,3454.55,26130803,99.9,0,0,0.16,515.93,3454.52,26130804,99.88,0,0,0.16,515.91,3454.53,26130805,99.68,0,0,0.68,516.04,3454.42,26130806,99.9,0,0,0.18,515.64,3454.8,26130807,99.85,0,0,0.15,515.62,3454.82,26130808,99.83,0,0,0.14,515.6,3454.84,26130809,99.88,0,0,0.15,515.58,3454.87,26130810,99.58,0,0,0.61,515.92,3454.55,26130811,99.88,0,0,0.2,515.55,3454.91,26130812,99.88,0,0,0.16,515.52,3454.94,26130813,99.56,0,0,0.14,515.64,3454.81,26130814,99.88,0,0,0.16,515.66,3454.79,26130815,99.6,0,0,0.54,515.92,3454.54,26130816,99.93,0,0,0.29,515.15,3455.31,26130817,99.89,0,0,0.18,515.02,3455.44,26130818,99.9,0,0,0.13,514.86,3455.59,26130819,99.76,0,0,0.4,515.32,3455.13,26130820,98.42,0,0,0.52,516.16,3454.3,26130821,99.88,0,0,0.29,515.54,3454.91,26130822,99.9,0,0,0.15,515.53,3454.92,26130823,99.93,0,0,0.14,515.5,3454.95,26130824,99.85,0,0,0.15,515.62,3454.82,26130825,99.72,0,0,0.29,514.95,3455.51,26130826,99.75,0,0,0.73,515.84,3454.61,26130827,99.93,0,0,0.15,515.38,3455.07,26130828,99.9,0,0,0.17,515.36,3455.09,26130829,99.91,0,0,0.14,515.34,3455.1,26130830,99.83,0,0,0.27,515.83,3454.63,26130831,99.72,0,0,0.55,516.18,3454.29,26130832,99.87,0,0,0.15,515.8,3454.67,26130833,99.86,0,0,0.13,515.78,3454.69,26130834,99.86,0,0,0.16,515.75,3454.71,26130835,99.73,0,0,0.3,515.84,3454.63,26130836,99.71,0,0,0.55,515.7,3454.77,26130837,99.89,0,0,0.14,515.17,3455.3,26130838,99.77,0,0,0.16,515.14,3455.32,26130839,99.87,0,0,0.16,515.13,3455.33,26130840,99.63,0,0,0.29,515.36,3455.11,26130841,99.64,0,0,0.54,516.22,3454.25,26130842,99.85,0,0,0.16,515.57,3454.89,26130843,99.89,0,0,0.14,515.56,3454.9,26130844,99.86,0,0,0.19,515.54,3454.92,26130845,99.67,0,0.01,0.3,516.04,3454.43,26130846,99.65,0,0,0.47,516.33,3454.14,26130847,99.86,0,0,0.21,515.68,3454.78,26130848,99.93,0,0,0.14,515.65,3454.8,26130849,99.24,0,0,0.29,515.88,3454.56,26130850,99.76,0,0,0.31,514.93,3455.52,26130851,99.68,0,0,0.58,515.63,3454.82,26130852,99.87,0.01,0.02,0.18,515.89,3454.56,26130853,99.82,0,0,0.14,515.9,3454.53,26130854,99.86,0,0,0.15,515.89,3454.55,26130855,99.75,0,0,0.29,515.16,3455.29,26130856,91.18,0,0,0.5,515.85,3454.61,26130857,99.78,0,0,0.18,515.85,3454.6,26130858,99.9,0,0,0.18,515.83,3454.61,26130859,99.81,0,0,0.14,515.8,3454.64,26130860,99.81,0,0,0.28,516.06,3454.4,26130861,99.67,0,0,0.31,516.37,3454.09,26130862,99.88,0,0,0.38,515.78,3454.69,26130863,99.73,0,0.01,0.16,515.86,3454.6,26130864,99.71,0,0,0.2,515.9,3454.56,26130865,99.61,0,0,0.3,514.92,3455.55,26130866,99.82,0,0,0.14,514.89,3455.57,26130867,99.58,0,0,0.59,516.5,3453.95,26130868,99.79,0,0,0.15,516.08,3454.38,26130869,99.8,0,0,0.19,516.05,3454.4,26130870,99.69,0,0,0.29,515.17,3455.3,26130871,99.82,0,0,0.16,515.06,3455.4,26130872,99.66,0,0,0.55,516.06,3454.4,26130873,99.8,0.03,0.02,0.2,515.81,3454.64,26130874,99.77,0.05,0.03,0.18,515.81,3454.64,26130875,99.62,0.05,0.03,0.3,515.63,3454.84,26130876,99.78,0.06,0.04,0.14,515.6,3454.86,26130877,99.61,0.06,0.04,0.63,516.1,3454.35,26130878,99.83,0.05,0.03,0.21,516.09,3454.36,26130879,99.69,0,0,0.32,516.4,3454.02,26130880,99.71,0,0,0.29,515.68,3454.76,26130881,99.84,0,0,0.16,515.65,3454.79,26130882,99.7,0,0,0.54,516.06,3454.37,26130883,99.81,0,0,0.17,515.84,3454.57,26130884,99.76,0,0,0.14,515.82,3454.6,26130885,99.76,0,0,0.29,516.31,3454.12,26130886,99.78,0,0,0.16,516.29,3454.13,26130887,99.66,0,0,0.4,516.3,3454.12,26130888,99.83,0,0,0.3,515.49,3454.93,26130889,99.77,0,0,0.18,515.52,3454.89,26130890,99.69,0,0,0.34,516.39,3454.04,26130891,99.8,0,0,0.18,516.38,3454.05,26130892,99.59,0,0,0.55,516.53,3453.9,26130893,99.16,0,0,0.14,515.6,3454.82,26130894,99.82,0,0,0.15,515.57,3454.84,26130895,99.75,0,0,0.3,516.06,3454.37,26130896,99.8,0,0,0.16,516.05,3454.38,26130897,99.65,0,0,0.33,516.41,3454.02,26130898,99.81,0,0,0.36,516.26,3454.16,26130899,99.79,0,0,0.16,516.23,3454.18,26130900,99.67,0,0,0.27,515.75,3454.68,26130901,99.81,0,0.01,0.17,515.83,3454.6,26130902,99.8,0,0,0.15,515.88,3454.54,26130903,99.53,0,0,0.54,516.37,3454.05,26130904,99.83,0,0,0.19,515.84,3454.57,26130905,99.73,0,0,0.33,516.33,3454.1,26130906,99.81,0,0,0.18,516.3,3454.12,26130907,99.84,0,0,0.16,516.28,3454.14,26130908,99.66,0,0,0.54,516.04,3454.37,26130909,99.6,0,0,0.31,516.22,3454.18,26130910,99.71,0,0,0.27,515.53,3454.88,26130911,99.8,0,0,0.16,515.48,3454.93,26130912,99.83,0,0,0.14,515.58,3454.82,26130913,99.57,0,0,0.55,516.39,3454.01,26130914,99.8,0,0,0.14,516.34,3454.05,26130915,99.71,0,0,0.28,516.35,3454.06,26130916,99.8,0,0,0.16,516.33,3454.08,26130917,99.8,0,0,0.18,516.3,3454.1,26130918,99.63,0,0,0.41,516.45,3453.94,26130919,99.82,0,0,0.28,515.77,3454.62,26130920,99.76,0,0,0.3,516.5,3453.9,26130921,99.78,0,0,0.14,516.48,3453.91,26130922,99.81,0,0,0.16,516.47,3453.93,26130923,96.13,0.35,0.01,78.82,522.23,3449.36,26130924,99.82,0,0,0.45,518.93,3450.5,26130925,98.47,0,0,15.7,521.44,3448.89,26130926,99.8,0,0,0.18,518.26,3451.55,26130927,99.83,0,0,0.16,518.23,3451.58,26130928,99.61,0,0,0.46,518.57,3451.24,26130929,99.81,0,0,0.33,516.54,3453.33,26130930,99.73,0,0,0.28,516.55,3453.34,26130931,99.79,0,0,0.16,516.53,3453.36,26130932,99.79,0,0,0.18,516.63,3453.25,26130933,99.65,0,0,0.34,517.27,3452.61,26130934,99.83,0,0,0.38,515.67,3454.22,26130935,99.71,0,0,0.3,516.4,3453.51,26130936,99.81,0,0,0.18,516.39,3453.51,26130937,99.83,0,0,0.18,516.36,3453.54,26130938,99.83,0,0,0.18,516.34,3453.55,26130939,99.52,0,0,0.77,516.99,3452.88,26130940,99.73,0,0,0.3,516.56,3453.32,26130941,99.85,0,0,0.17,516.54,3453.34,26130942,99.83,0,0,0.19,515.69,3454.19,26130943,99.81,0,0,0.16,515.51,3454.36,26130944,96.03,0,0,45.06,523.27,3444.08,26130945,99.71,0,0,0.42,517.25,3452.33,26130946,99.82,0,0,0.19,517.23,3452.34,26130947,99.79,0,0,0.13,517.2,3452.37,26130948,99.78,0,0,0.16,517.18,3452.38,26130949,99.69,0,0,0.55,516.59,3452.98,26130950,99.6,0,0,0.34,515.79,3453.82,26130951,99.83,0,0,0.16,515.69,3453.92,26130952,99.81,0,0,0.16,515.68,3453.93,26130953,99.84,0,0,0.14,515.65,3453.95,26130954,99.68,0,0,0.52,516.12,3453.47,26130955,99.72,0,0,0.34,514.47,3455.16,26130956,99.82,0,0,0.14,514.39,3455.23,26130957,99.83,0,0,0.18,514.5,3455.13,26130958,99.8,0,0,0.14,514.53,3455.09,26130959,99.64,0,0,0.39,515.38,3454.23,26130960,99.72,0,0,0.41,515.74,3453.89,26130961,99.75,0,0,0.16,515.72,3453.91,26130962,99.78,0,0,0.15,515.7,3453.93,26130963,99.84,0,0,0.15,515.68,3453.95,26130964,99.63,0,0,0.49,515.96,3453.66,26130965,99.67,0,0,0.33,515.16,3454.48,26130966,99.8,0,0,0.16,515.14,3454.5,26130967,99.38,0,0,0.14,515.22,3454.41,26130968,96.79,0,0,0.15,515.29,3454.33,26130969,99.58,0,0,0.45,515.62,3453.98,26130970,99.69,0,0,0.49,515,3454.61,26130971,99.83,0,0,0.13,515.01,3454.6,26130972,99.78,0,0,0.16,514.98,3454.62,26130973,99.78,0,0,0.14,514.95,3454.65,26130974,99.69,0,0,0.32,515.3,3454.3,26130975,99.71,0,0,0.48,516.15,3453.46,26130976,99.62,0,0,0.16,516.09,3453.52,26130977,99.82,0,0,0.2,515.96,3453.65,26130978,99.78,0,0,0.16,516.05,3453.55,26130979,99.76,0,0,0.14,516.03,3453.57,26130980,99.53,0,0,0.66,515.31,3454.31,26130981,99.82,0,0,0.16,514.78,3454.83,26130982,99.82,0,0,0.15,514.76,3454.85,26130983,98.42,0,0,0.16,514.74,3454.86,26130984,99.83,0,0,0.14,514.72,3454.88,26130985,99.54,0,0,0.71,515.58,3454.03,26130986,99.79,0,0,0.16,515.19,3454.42,26130987,99.8,0,0,0.14,515.18,3454.43,26130988,99.74,0,0,0.16,515.15,3454.45,26130989,99.83,0,0,0.15,515.21,3454.39,26130990,99.55,0,0,0.73,516.27,3453.34,26130991,99.8,0,0,0.17,516.04,3453.57,26130992,99.83,0,0,0.15,516.02,3453.59,26130993,99.82,0,0,0.14,516,3453.6,26130994,99.81,0,0,0.2,515.98,3453.62,26130995,99.54,0,0,0.55,516.63,3452.98,26130996,99.84,0,0,0.27,515.95,3453.66,26130997,99.81,0,0,0.17,515.93,3453.68,26130998,99.81,0,0,0.15,515.9,3453.7,26130999,99.71,0,0,0.31,516.12,3453.45,26131000,96.15,0.02,0.01,14.41,526.89,3444.59,26131001,99.78,0,0,64.43,518.7,3450.88,26131002,99.83,0,0,0.16,518.69,3450.88,26131003,99.84,0,0,0.14,518.68,3450.88,26131004,99.83,0,0,0.14,518.66,3450.92,26131005,99.75,0,0,0.27,518.36,3451.24,26131006,99.7,0,0,0.59,516.59,3453.06,26131007,99.82,0,0,0.16,516.33,3453.31,26131008,99.82,0,0,0.14,516.38,3453.27,26131009,99.83,0,0,0.14,516.36,3453.28,26131010,99.73,0,0,0.27,516.37,3453.29,26131011,99.7,0,0,0.54,516.45,3453.21,26131012,99.83,0,0,0.18,516.08,3453.59,26131013,99.79,0,0,0.14,516.06,3453.6,26131014,99.85,0,0,0.14,516.04,3453.62,26131015,99.75,0,0,0.28,515.08,3454.6,26131016,99.7,0,0,0.58,516.57,3453.1,26131017,99.82,0,0,0.14,516,3453.66,26131018,99.84,0,0,0.15,515.98,3453.68,26131019,99.83,0,0,0.16,516.02,3453.63,26131020,99.64,0,0,0.28,515.47,3454.2,26131021,99.68,0,0,0.58,516.58,3453.08,26131022,99.81,0,0,0.14,516.36,3453.3,26131023,99.81,0,0,0.14,516.33,3453.32,26131024,99.82,0,0,0.16,516.32,3453.34,26131025,99.73,0,0,0.3,516.08,3453.59,26131026,99.63,0,0,0.54,516.52,3453.14,26131027,99.83,0,0,0.16,516.27,3453.39,26131028,98.6,0,0,0.15,516.25,3453.4,26131029,99.73,0,0,0.3,516.21,3453.41,26131030,99.81,0,0,0.36,516.21,3453.43,26131031,99.72,0,0,0.59,516.62,3453.01,26131032,99.87,0,0,0.14,516.37,3453.27,26131033,99.89,0,0,0.17,516.35,3453.28,26131034,99.89,0,0,0.16,516.33,3453.3,26131035,99.82,0,0,0.29,515.37,3454.28,26131036,99.72,0,0,0.55,516,3453.65,26131037,99.92,0,0,0.18,516.06,3453.58,26131038,99.92,0,0,0.19,516.03,3453.61,26131039,99.89,0,0.01,0.21,516,3453.63,26131040,99.8,0,0,0.28,515.51,3454.14,26131041,99.75,0,0,0.39,516.31,3453.34,26131042,99.42,0,0,0.35,516.09,3453.55,26131043,99.88,0,0,0.18,516.14,3453.49,26131044,99.93,0,0,0.18,516.12,3453.51,26131045,99.85,0,0,0.32,516.61,3453.04,26131046,99.91,0,0,0.18,516.6,3453.04,26131047,99.71,0,0,0.55,516.29,3453.35,26131048,99.93,0,0,0.18,515.83,3453.8,26131049,99.86,0,0,0.18,515.8,3453.83,26131050,99.77,0,0,0.32,516.29,3453.36,26131051,99.9,0,0,0.21,516.27,3453.37,26131052,99.73,0,0,0.61,516.39,3453.24,26131053,99.89,0,0,0.18,515.98,3453.65,26131054,99.86,0,0,0.18,516.03,3453.59,26131055,99.76,0,0,0.36,516.64,3453.02,26131056,99.87,0,0,0.21,516.6,3453.05,26131057,99.73,0,0,0.63,516.58,3453.07,26131058,99.88,0,0,0.18,515.81,3453.83,26131059,99.7,0,0,0.28,516.27,3453.35,26131060,99.72,0,0,0.27,516.27,3453.36,26131061,99.9,0,0,0.16,516.25,3453.38,26131062,99.74,0,0,0.54,516.86,3452.76,26131063,99.88,0,0,0.17,516.21,3453.41,26131064,99.88,0,0,0.14,516.2,3453.42,26131065,99.74,0,0,0.31,516.51,3453.12,26131066,99.82,0,0,0.14,516.62,3453.01,26131067,99.72,0,0,0.42,517,3452.63,26131068,99.88,0,0,0.28,516.58,3453.04,26131069,99.86,0,0,0.16,516.56,3453.06,26131070,99.79,0,0,0.29,516.32,3453.31,26131071,99.88,0,0,0.14,516.29,3453.34,26131072,99.75,0,0,0.49,516.7,3452.93,26131073,99.9,0,0,0.2,516.5,3453.13,26131074,99.88,0,0,0.15,516.48,3453.14,26131075,99.83,0,0,0.29,516.47,3453.16,26131076,99.92,0,0,0.16,516.51,3453.12,26131077,99.77,0,0,0.52,516.93,3452.7,26131078,99.9,0,0,0.22,516.34,3453.29,26131079,99.88,0,0,0.14,516.31,3453.31,26131080,99.79,0,0,0.28,515.84,3453.8,26131081,99.91,0,0,0.14,515.8,3453.83,26131082,99.75,0,0,0.41,516.23,3453.4,26131083,99.89,0,0,0.31,516.5,3453.12,26131084,99.86,0,0,0.14,516.47,3453.14,26131085,99.79,0,0,0.29,516.47,3453.16,26131086,99.89,0,0,0.16,516.46,3453.17,26131087,99.9,0,0,0.18,516.43,3453.2,26131088,99.71,0,0,0.58,516.57,3453.05,26131089,99.73,0,0,0.28,516.8,3452.8,26131090,99.78,0,0,0.29,515.64,3453.98,26131091,99.91,0,0,0.18,515.57,3454.04,26131092,99.9,0,0,0.16,515.62,3453.99,26131093,99.77,0,0,0.55,516.32,3453.29,26131094,99.89,0,0,0.18,516,3453.6,26131095,99.8,0,0,0.32,514.82,3454.8,26131096,99.89,0,0,0.17,514.76,3454.85,26131097,99.87,0,0,0.18,514.74,3454.87,26131098,99.75,0,0,0.55,515.66,3453.95,26131099,99.86,0,0,0.17,515.69,3453.91,26131100,99.83,0,0,0.3,515.63,3453.99,26131101,99.89,0,0,0.18,515.6,3454.01,26131102,99.09,0,0,0.16,515.58,3454.03,26131103,99.66,0,0,0.47,516.21,3453.39,26131104,99.9,0,0,0.26,516.03,3453.57,26131105,99.78,0,0,0.3,516.04,3453.59,26131106,99.88,0,0,0.17,516.01,3453.61,26131107,99.9,0,0,0.16,516,3453.63,26131108,99.76,0,0,0.59,516.5,3453.12,26131109,99.9,0,0,0.18,515.7,3453.92,26131110,99.82,0,0.02,0.35,515.74,3453.88,26131111,99.88,0,0,0.18,515.82,3453.81,26131112,99.88,0,0,0.18,515.8,3453.82,26131113,99.68,0,0,0.41,516.13,3453.49,26131114,99.89,0,0,0.3,515.77,3453.86,26131115,99.83,0,0,0.3,515.76,3453.88,26131116,99.9,0,0,0.18,515.76,3453.89,26131117,99.85,0,0,0.2,515.73,3453.91,26131118,99.78,0.01,0.81,0.35,516.11,3453.53,26131119,99.68,0,0,0.53,515.83,3453.78,26131120,99.82,0,0,0.3,516.1,3453.53,26131121,99.91,0,0,0.17,516.04,3453.58,26131122,99.9,0,0,0.18,516.02,3453.59,26131123,99.78,0,0,0.42,516.35,3453.26,26131124,99.86,0,0,0.3,515.99,3453.66,26131125,99.79,0,0,0.29,515.03,3454.64,26131126,99.92,0,0,0.18,515.02,3454.66,26131127,99.92,0,0,0.16,515.14,3454.53,26131128,99.93,0,0,0.17,515.13,3454.53,26131129,99.76,0,0,0.55,515.9,3453.76,26131130,99.79,0,0,0.31,515.84,3453.83,26131131,99.9,0,0,0.17,515.82,3453.85,26131132,99.89,0,0,0.17,515.81,3453.86,26131133,99.86,0,0,0.16,515.78,3453.88,26131134,99.68,0,0,0.59,516.14,3453.52,26131135,99.81,0,0,0.3,516,3453.67,26131136,99.88,0,0,0.17,516,3453.67,26131137,99.9,0,0,0.18,515.97,3453.69,26131138,99.9,0,0,0.17,515.95,3453.71,26131139,99.75,0,0,0.55,516.66,3453,26131140,99.75,0,0,0.29,516.12,3453.55,26131141,99.82,0,0,0.18,516.09,3453.58,26131142,99.88,0,0,0.16,516.09,3453.58,26131143,99.9,0,0,0.17,516.05,3453.61,26131144,99.75,0,0,0.41,516.39,3453.26,26131145,99.81,0,0,0.41,516.28,3453.4,26131146,99.9,0,0,0.18,516.27,3453.4,26131147,99.88,0,0,0.16,516.24,3453.43,26131148,99.86,0,0,0.17,516.23,3453.44,26131149,99.61,0,0,0.8,516.29,3453.35,26131150,99.73,0,0,0.31,514.83,3454.82,26131151,99.91,0,0,0.17,514.83,3454.82,26131152,99.87,0,0,0.17,514.87,3454.77,26131153,99.95,0,0,0.17,514.85,3454.79,26131154,99.77,0,0,0.4,515.53,3454.13,26131155,99.77,0,0,0.47,515.46,3454.21,26131156,99.88,0,0,0.16,515.3,3454.37,26131157,99.83,0,0,0.2,515.51,3454.15,26131158,99.88,0,0,0.18,515.49,3454.16,26131159,99.71,0,0,0.38,516.22,3453.44,26131160,99.81,0,0,0.49,515,3454.67,26131161,99.93,0,0,0.14,514.98,3454.69,26131162,99.85,0,0,0.14,514.95,3454.71,26131163,99.88,0,0,0.15,515.07,3454.59,26131164,99.9,0,0,0.13,515.1,3454.55,26131165,99.58,0,0,0.68,515.99,3453.68,26131166,99.83,0,0,0.17,515.57,3454.1,26131167,99.89,0,0,0.14,515.54,3454.12,26131168,99.9,0,0,0.15,515.52,3454.13,26131169,99.84,0,0,0.16,515.5,3454.15,26131170,99.48,0,0,0.66,514.41,3455.26,26131171,99.92,0,0,0.14,513.76,3455.91,26131172,99.91,0,0,0.15,513.74,3455.92,26131173,99.91,0,0,0.16,513.73,3455.93,26131174,99.85,0,0,0.16,513.77,3455.89,26131175,99.68,0,0,0.67,515.15,3454.53,26131176,99.9,0,0,0.14,514.86,3454.81,26131177,99.88,0,0,0.18,514.9,3454.77,26131178,99.88,0,0,0.16,515.06,3454.59,26131179,99.68,0,0,0.39,516.26,3453.37,26131180,99.66,0,0,0.68,516.07,3453.58,26131181,99.9,0,0,0.12,516,3453.64,26131182,99.8,0,0,0.16,515.98,3453.66,26131183,99.9,0,0,0.14,515.96,3453.67,26131184,99.87,0,0,0.14,515.94,3453.69,26131185,99.58,0,0,0.66,516.93,3452.71,26131186,99.87,0,0,0.23,516.17,3453.47,26131187,99.89,0,0,0.14,516.28,3453.36,26131188,99.89,0,0,0.14,516.31,3453.32,26131189,99.88,0,0,0.15,516.3,3453.33,26131190,99.54,0,0,0.54,517.01,3452.63,26131191,99.85,0,0,0.3,516.28,3453.36,26131192,99.91,0,0,0.14,516.26,3453.38,26131193,99.88,0,0,0.16,516.23,3453.4,26131194,99.87,0,0,0.15,516.2,3453.43,26131195,99.61,0,0,0.46,516.55,3453.09,26131196,99.9,0,0,0.34,516.17,3453.47,26131197,99.88,0,0,0.17,516.16,3453.47,26131198,99.82,0,0,0.14,516.34,3453.29,26131199,99.9,0,0,0.16,516.33,3453.3,26131200,99.6,0,0,0.48,515.75,3453.89,26131201,99.87,0,0,0.41,516.34,3453.29,26131202,99.89,0,0,0.18,516.28,3453.35,26131203,99.87,0,0,0.18,516.28,3453.35,26131204,99.9,0,0,0.16,516.25,3453.37,26131205,99.75,0,0,0.29,516.27,3453.37,26131206,99.74,0,0,0.54,516.8,3452.83,26131207,99.9,0,0,0.15,516.46,3453.16,26131208,99.88,0,0,0.16,516.44,3453.18,26131209,99.73,0,0,0.27,516.22,3453.37,26131210,98.38,0,0,0.28,516.34,3453.27,26131211,99.76,0,0,0.59,517.12,3452.48,26131212,99.86,0,0,0.16,516.54,3453.07,26131213,99.87,0,0,0.15,516.51,3453.09,26131214,99.85,0,0,0.14,516.5,3453.1,26131215,99.74,0,0,0.29,515.78,3453.83,26131216,99.78,0,0,0.57,516.06,3453.55,26131217,99.88,0,0,0.18,515.47,3454.13,26131218,99.91,0,0,0.14,515.45,3454.15,26131219,99.92,0,0,0.15,515.43,3454.16,26131220,99.83,0,0,0.28,516.16,3453.45,26131221,99.79,0,0,0.39,516.66,3452.95,26131222,99.9,0,0,0.28,516.57,3453.03,26131223,99.85,0,0,0.16,516.54,3453.05,26131224,98.19,0,0,0.14,516.53,3453.07,26131225,99.84,0,0,0.29,516.29,3453.32,26131226,99.73,0,0,0.5,516.67,3452.94,26131227,99.9,0,0,0.19,516.49,3453.12,26131228,99.9,0,0,0.15,516.47,3453.13,26131229,99.92,0,0,0.16,516.45,3453.15,26131230,99.75,0,0,0.3,515.73,3453.88,26131231,99.76,0,0,0.38,516.08,3453.52,26131232,99.91,0,0,0.29,515.9,3453.7,26131233,99.9,0,0,0.14,515.97,3453.63,26131234,99.9,0,0,0.14,516.06,3453.53,26131235,99.76,0,0,0.3,516.8,3452.81,26131236,99.8,0,0,0.31,517.11,3452.5,26131237,99.86,0,0,0.38,515.67,3453.93,26131238,99.88,0,0,0.18,516.25,3453.35,26131239,99.83,0,0,0.3,516.48,3453.09,26131240,99.77,0,0,0.31,515.75,3453.84,26131241,99.9,0,0,0.15,515.71,3453.87,26131242,99.74,0,0,0.54,516.67,3452.91,26131243,99.88,0,0,0.16,515.91,3453.66,26131244,99.91,0,0,0.15,515.46,3454.11,26131245,99.71,0,0,0.34,514.95,3454.64,26131246,99.87,0,0,0.15,514.97,3454.61,26131247,99.74,0,0,0.55,516.32,3453.26,26131248,99.88,0,0,0.15,515.78,3453.79,26131249,99.87,0,0,0.16,515.76,3453.81,26131250,99.77,0,0,0.28,514.57,3455.02,26131251,99.84,0,0,0.19,514.51,3455.07,26131252,99.76,0,0,0.53,515.61,3453.96,26131253,99.93,0,0,0.16,515.7,3453.87,26131254,99.85,0,0,0.15,515.69,3453.88,26131255,99.82,0,0,0.31,515.2,3454.38,26131256,99.92,0,0,0.14,515.18,3454.4,26131257,99.71,0,0,0.49,515.67,3453.91,26131258,99.93,0,0,0.19,515.7,3453.87,26131259,99.9,0,0,0.15,515.82,3453.75,26131260,99.77,0,0,0.29,515.59,3454,26131261,99.9,0,0,0.16,515.56,3454.02,26131262,99.78,0,0,0.53,516.06,3453.51,26131263,99.9,0,0,0.14,516.01,3453.56,26131264,99.92,0,0,0.2,515.98,3453.58,26131265,99.75,0,0,0.31,514.78,3454.8,26131266,99.92,0,0,0.14,514.73,3454.85,26131267,99.73,0,0,0.49,515.64,3453.96,26131268,99.9,0,0,0.19,515.93,3453.66,26131269,99.84,0,0,0.35,515.91,3453.65,26131270,99.75,0,0,0.33,515.37,3454.21,26131271,99.87,0,0,0.16,515.33,3454.24,26131272,99.87,0,0,0.14,515.3,3454.27,26131273,99.73,0,0,0.53,515.66,3453.9,26131274,99.92,0,0,0.15,515.02,3454.54,26131275,99.78,0,0,0.29,514.79,3454.79,26131276,99.9,0,0,0.16,514.75,3454.81,26131277,99.92,0,0,0.18,514.98,3454.58,26131278,99.76,0,0,0.55,516.12,3453.44,26131279,99.91,0,0,0.15,515.68,3453.87,26131280,99.79,0,0,0.28,514.48,3455.1,26131281,99.85,0,0,0.14,514.44,3455.13,26131282,99.89,0,0,0.16,514.48,3455.09,26131283,99.71,0,0,0.53,515.74,3453.82,26131284,99.9,0,0,0.15,515.79,3453.77,26131285,99.43,0,0,0.34,516.03,3453.54,26131286,99.91,0,0,0.14,516.01,3453.55,26131287,99.92,0,0,0.15,516,3453.56,26131288,99.71,0,0,0.48,516.43,3453.12,26131289,99.9,0,0,0.26,516.19,3453.35,26131290,99.78,0,0,0.29,515.22,3454.33,26131291,99.88,0,0,0.15,515.18,3454.37,26131292,99.88,0,0,0.16,515.15,3454.39,26131293,99.77,0,0,0.52,515.85,3453.69,26131294,99.9,0,0,0.15,515.92,3453.61,26131295,99.76,0,0,0.31,515.55,3454.01,26131296,99.83,0,0,0.14,515.51,3454.03,26131297,99.84,0,0,0.17,515.46,3454.09,26131298,99.74,0,0,0.4,515.89,3453.65,26131299,99.78,0,0,0.41,515.99,3453.53,26131300,99.77,0,0,0.29,515.99,3453.55,26131301,99.89,0,0,0.16,515.92,3453.61,26131302,99.91,0,0,0.16,515.88,3453.64,26131303,99.71,0,0,0.4,516.47,3453.05,26131304,99.91,0,0,0.28,515.28,3454.23,26131305,99.77,0,0,0.27,514.81,3454.73,26131306,99.92,0,0,0.14,514.77,3454.76,26131307,99.89,0,0,0.18,514.75,3454.78,26131308,99.89,0,0,0.14,514.73,3454.79,26131309,99.75,0,0,0.54,516.26,3453.26,26131310,99.78,0,0,0.29,514.75,3454.8,26131311,99.89,0,0,0.14,514.7,3454.86,26131312,99.88,0,0,0.15,514.69,3454.86,26131313,99.85,0,0,0.14,514.67,3454.88,26131314,99.71,0,0,0.53,516.37,3453.16,26131315,99.82,0,0,0.29,515.99,3453.56,26131316,99.91,0,0,0.16,516.03,3453.52,26131317,99.9,0,0,0.14,516.01,3453.53,26131318,99.88,0,0,0.16,515.99,3453.55,26131319,99.76,0,0,0.55,516.52,3453.01,26131320,99.75,0,0,0.29,516.22,3453.33,26131321,99.91,0,0,0.16,516.2,3453.35,26131322,99.92,0,0,0.15,516.17,3453.37,26131323,99.9,0,0,0.16,516.16,3453.38,26131324,99.76,0,0,0.53,516.48,3453.05,26131325,99.8,0,0,0.3,515.17,3454.38,26131326,99.91,0,0,0.17,515.13,3454.41,26131327,99.85,0,0,0.14,515.11,3454.43,26131328,99.9,0,0,0.14,515.21,3454.32,26131329,99.65,0,0,0.65,516.91,3452.6,26131330,99.76,0,0,0.42,516.55,3452.97,26131331,99.92,0,0,0.12,516.46,3453.05,26131332,99.89,0,0,0.16,516.44,3453.08,26131333,99.83,0,0,0.14,516.42,3453.09,26131334,99.68,0,0,0.39,516.6,3452.91,26131335,99.69,0,0,0.41,514.71,3454.81,26131336,99.82,0,0,0.15,514.64,3454.87,26131337,99.87,0,0,0.2,514.87,3454.64,26131338,99.88,0,0,0.15,514.85,3454.66,26131339,99.7,0,0,0.45,515.45,3454.05,26131340,99.85,0,0,0.41,516.53,3452.99,26131341,99.91,0,0,0.15,516.51,3453,26131342,99.9,0,0,0.16,516.49,3453.02,26131343,99.92,0,0,0.16,516.46,3453.04,26131344,99.7,0,0,0.45,516.71,3452.79,26131345,98.26,0,0,0.41,515.71,3453.81,26131346,99.87,0,0,0.14,515.69,3453.82,26131347,99.85,0,0,0.15,515.66,3453.84,26131348,99.92,0,0,0.15,515.65,3453.86,26131349,99.9,0,0,0.14,515.62,3453.88,26131350,99.54,0,0,0.66,516.49,3453.02,26131351,99.89,0,0,0.16,515.97,3453.54,26131352,99.88,0,0,0.14,516.02,3453.48,26131353,99.9,0,0,0.16,516,3453.51,26131354,99.94,0,0,0.15,515.98,3453.52,26131355,99.67,0,0,0.67,517,3452.51,26131356,99.9,0,0,0.15,516.69,3452.82,26131357,99.87,0,0,0.16,516.61,3452.89,26131358,99.87,0,0,0.17,516.14,3453.36,26131359,99.79,0,0,0.27,515.9,3453.58,26131360,99.61,0,0,0.68,516.33,3453.17,26131361,99.89,0,0,0.14,516.12,3453.37,26131362,99.88,0,0,0.14,516.16,3453.33,26131363,99.87,0,0,0.16,516.27,3453.21,26131364,99.92,0,0,0.14,516.25,3453.25,26131365,94.56,0.38,0.01,197.79,527.47,3441.88,26131366,99.85,0,0,64.2,518.66,3450.61,26131367,99.89,0,0,0.13,518.63,3450.64,26131368,99.89,0,0,0.16,518.76,3450.51,26131369,99.9,0,0,0.14,518.81,3450.45,26131370,99.67,0,0,0.66,518.36,3450.93,26131371,99.88,0,0,0.21,516.6,3452.73,26131372,99.89,0,0,0.17,516.6,3452.73,26131373,99.88,0,0,0.14,516.56,3452.76,26131374,99.91,0,0,0.2,516.55,3452.77,26131375,99.69,0,0.01,0.68,517.18,3452.15,26131376,99.87,0,0,0.14,516.28,3453.05,26131377,99.85,0,0,0.14,516.37,3452.95,26131378,99.88,0,0,0.16,516.35,3452.98,26131379,99.87,0,0,0.14,516.32,3453,26131380,99.55,0,0,0.54,515.78,3453.55,26131381,99.81,0,0,0.29,515.33,3453.99,26131382,99.86,0,0,0.14,515.29,3454.03,26131383,99.88,0,0,0.16,515.26,3454.05,26131384,99.88,0,0,0.14,515.25,3454.06,26131385,99.74,0,0,0.29,516.7,3452.63,26131386,99.62,0,0,0.57,516.51,3452.82,26131387,99.88,0,0,0.17,516.13,3453.19,26131388,99.88,0,0,0.14,516.12,3453.21,26131389,99.63,0,0,0.29,516.58,3452.74,26131390,99.74,0,0,0.29,515.86,3453.47,26131391,99.66,0,0,0.54,516,3453.33,26131392,99.86,0,0,0.14,515.31,3454.01,26131393,99.89,0,0,0.14,515.29,3454.02,26131394,99.93,0,0,0.15,515.27,3454.06,26131395,99.77,0,0,0.31,515.58,3453.78,26131396,99.7,0,0,0.54,515.67,3453.68,26131397,99.81,0,0,0.18,515.24,3454.1,26131398,99.83,0,0,0.15,515.23,3454.11,26131399,99.86,0,0,0.14,515.33,3454.01,26131400,99.7,0,0,0.29,514.92,3454.43,26131401,99.63,0,0,0.46,515.91,3453.43,26131402,99.8,0,0,0.23,515.84,3453.5,26131403,99.84,0,0,0.14,515.82,3453.52,26131404,99.83,0,0,0.15,515.8,3453.54,26131405,99.83,0,0.02,0.33,516.02,3453.34,26131406,98.64,0,0,0.55,516.29,3453.05,26131407,99.79,0,0,0.18,515.78,3453.57,26131408,99.86,0,0,0.16,515.87,3453.46,26131409,99.82,0,0,0.15,515.85,3453.48,26131410,99.84,0,0,0.33,516.35,3452.99,26131411,99.77,0,0,0.4,516.62,3452.72,26131412,99.81,0,0,0.28,516.06,3453.27,26131413,99.79,0,0,0.16,516.03,3453.3,26131414,99.86,0,0,0.16,516.02,3453.31,26131415,99.81,0,0,0.3,515.3,3454.05,26131416,99.75,0,0,0.39,515.63,3453.71,26131417,99.9,0,0,0.31,515.46,3453.88,26131418,99.9,0,0,0.16,514.98,3454.36,26131419,99.68,0,0,0.29,515.92,3453.39,26131420,99.74,0,0,0.29,515.85,3453.48,26131421,99.85,0,0,0.16,515.86,3453.47,26131422,99.64,0,0.01,0.52,515.76,3453.57,26131423,99.79,0,0,0.21,515.26,3454.05,26131424,99.84,0,0,0.14,515.23,3454.09,26131425,99.78,0,0,0.29,515,3454.34,26131426,99.84,0,0,0.14,514.96,3454.38,26131427,99.67,0,0,0.54,515.4,3453.94,26131428,99.84,0,0,0.14,515.11,3454.22,26131429,99.82,0,0,0.15,515.09,3454.23,26131430,99.76,0,0,0.31,514.85,3454.49,26131431,99.76,0,0,0.13,514.82,3454.52,26131432,99.69,0,0,0.48,516.21,3453.12,26131433,99.8,0,0,0.2,516.01,3453.32,26131434,99.81,0,0,0.14,515.99,3453.33,26131435,99.66,0,0,0.3,514.84,3454.5,26131436,99.78,0,0,0.16,514.74,3454.59,26131437,99.59,0,0,0.38,515.43,3453.9,26131438,99.76,0,0,0.28,515.44,3453.89,26131439,99.8,0,0,0.14,515.53,3453.8,26131440,99.62,0,0,0.31,514.93,3454.41,26131441,99.8,0,0,0.16,514.89,3454.45,26131442,99.63,0,0,0.52,515.34,3454,26131443,99.78,0,0,0.18,515.33,3454,26131444,99.75,0,0,0.17,515.32,3454.01,26131445,99.72,0,0,0.32,516.28,3453.06,26131446,99.8,0,0,0.16,516.28,3453.05,26131447,99.61,0,0,0.53,516.56,3452.77,26131448,99.79,0,0,0.14,516,3453.33,26131449,99.69,0,0,0.28,515.97,3453.34,26131450,99.68,0,0,0.3,516.03,3453.29,26131451,99.79,0,0,0.16,516.12,3453.19,26131452,99.63,0,0,0.32,516.84,3452.47,26131453,99.8,0,0,0.35,515.34,3453.96,26131454,99.78,0,0,0.14,515.32,3453.98,26131455,99.67,0,0,0.36,514.6,3454.71,26131456,99.66,0,0,0.14,514.56,3454.75,26131457,99.79,0,0,0.2,514.79,3454.52,26131458,99.6,0,0,0.56,516.79,3452.52,26131459,99.75,0,0,0.14,516.22,3453.08,26131460,99.62,0,0,0.33,515.77,3453.55,26131461,99.8,0,0,0.16,515.71,3453.6,26131462,99.82,0,0,0.15,515.81,3453.5,26131463,99.66,0,0,0.52,516.92,3452.39,26131464,99.76,0,0,0.16,516.33,3452.97,26131465,99.71,0,0,0.31,516.09,3453.23,26131466,99.8,0,0,0.14,516.06,3453.25,26131467,99.81,0,0,0.16,516.04,3453.27,26131468,99.68,0,0,0.51,516.6,3452.7,26131469,99.82,0,0,0.15,515.99,3453.31,26131470,99.73,0,0,0.3,516.23,3453.09,26131471,99.84,0,0,0.16,516.21,3453.1,26131472,99.8,0,0,0.14,516.2,3453.11,26131473,99.68,0,0,0.81,516.59,3452.71,26131474,99.83,0,0,0.15,516.1,3453.2,26131475,99.75,0,0,0.32,516.34,3452.98,26131476,99.81,0,0,0.16,516.31,3453.01,26131477,99.81,0,0,0.16,516.28,3453.04,26131478,99.69,0,0,0.51,516.32,3452.99,26131479,99.71,0,0,0.49,516.22,3453.06,26131480,99.74,0,0,0.31,516.48,3452.82,26131481,99.8,0,0,0.16,516.46,3452.84,26131482,99.81,0,0,0.16,516.43,3452.86,26131483,99.69,0,0,0.43,516.89,3452.39,26131484,99.8,0,0,0.29,516.58,3452.7,26131485,99.71,0,0,0.33,515.38,3453.92,26131486,99.8,0,0,0.15,515.33,3453.96,26131487,99.83,0,0,0.15,515.31,3453.98,26131488,99.69,0,0,0.33,515.68,3453.6,26131489,99.78,0,0,0.36,516.26,3453.02,26131490,99.69,0,0,0.3,515.05,3454.25,26131491,99.78,0,0,0.17,515.01,3454.29,26131492,99.77,0,0,0.14,514.99,3454.32,26131493,99.78,0,0,0.15,514.96,3454.36,26131494,99.66,0,0,0.54,516.32,3453,26131495,99.72,0,0,0.34,516.55,3452.79,26131496,99.81,0,0,0.15,516.58,3452.75,26131497,99.77,0,0,0.15,516.57,3452.76,26131498,99.79,0,0,0.16,516.54,3452.78,26131499,99.65,0,0,0.53,516.82,3452.5,26131500,99.7,0,0,0.33,516.31,3453.02,26131501,99.78,0,0,0.16,516.26,3453.06,26131502,99.78,0,0,0.16,516.24,3453.09,26131503,99.8,0,0,0.15,516.22,3453.1,26131504,99.65,0,0,0.54,516.56,3452.76,26131505,99.65,0,0,0.32,515.24,3454.09,26131506,99.84,0,0,0.14,515.26,3454.06,26131507,99.83,0,0,0.15,515.36,3453.97,26131508,99.78,0,0,0.16,515.34,3453.98,26131509,99.55,0,0,0.59,516.24,3453.05,26131510,99.68,0,0,0.36,516.29,3453.02,26131511,99.83,0,0.01,0.16,516.28,3453.03,26131512,99.83,0,0,0.15,516.23,3453.07,26131513,99.8,0,0,0.16,516.21,3453.08,26131514,99.67,0,0,0.39,517.06,3452.26,26131515,99.69,0,0,0.43,516.45,3452.9,26131516,99.81,0,0,0.14,516.42,3452.92,26131517,99.83,0,0,0.2,516.49,3452.84,26131518,99.81,0,0,0.14,516.6,3452.73,26131519,99.64,0,0,0.39,517.17,3452.15,26131520,99.77,0,0,0.42,516.58,3452.76,26131521,99.83,0,0,0.16,516.57,3452.77,26131522,99.8,0,0,0.14,516.54,3452.79,26131523,99.8,0,0,0.14,516.43,3452.9,26131524,99.8,0,0,0.15,516.25,3453.07,26131525,99.54,0,0,0.64,516.66,3452.68,26131526,99.8,0,0,0.16,516.24,3453.1,26131527,99.82,0,0,0.14,516.22,3453.11,26131528,99.82,0,0,0.14,516.2,3453.13,26131529,99.82,0,0,0.14,516.24,3453.08,26131530,99.5,0,0,0.7,516.44,3452.9,26131531,99.78,0,0,0.13,516.11,3453.23,26131532,99.81,0,0,0.17,516.08,3453.25,26131533,99.84,0,0,0.14,516.07,3453.26,26131534,99.81,0,0,0.15,516.04,3453.29,26131535,99.61,0,0,0.67,517.02,3452.33,26131536,99.76,0,0,0.16,516.52,3452.82,26131537,99.82,0,0,0.14,516.5,3452.84,26131538,99.8,0,0,0.18,516.23,3453.1,26131539,99.6,0,0,0.27,516.7,3452.61,26131540,99.59,0,0,0.75,517.06,3452.26,26131541,99.84,0,0,0.16,516.73,3452.58,26131542,99.8,0,0,0.16,516.4,3452.91,26131543,99.81,0,0,0.16,515.84,3453.47,26131544,99.81,0,0,0.14,515.82,3453.48,26131545,99.54,0,0,0.63,515.53,3453.78,26131546,99.83,0,0,0.2,514.32,3454.99,26131547,99.8,0,0,0.16,514.3,3455.01,26131548,99.83,0,0,0.15,514.28,3455.02,26131549,99.78,0,0,0.14,514.26,3455.04,26131550,99.55,0,0,0.73,515.7,3453.62,26131551,99.83,0,0,0.16,515.73,3453.59,26131552,99.85,0,0,0.14,515.7,3453.61,26131553,99.84,0,0,0.15,515.69,3453.63,26131554,99.83,0,0,0.15,515.75,3453.56,26131555,99.65,0,0,0.56,516.4,3452.93,26131556,99.82,0,0,0.29,515.09,3454.24,26131557,99.8,0,0,0.14,515.07,3454.25,26131558,99.83,0,0,0.14,515.05,3454.27,26131559,99.83,0,0,0.16,515.02,3454.29,26131560,99.51,0.02,0.04,0.7,519.5,3449.72,26131561,99.6,0.01,0.06,0.66,522.28,3446.88,26131562,99.82,0,0,0.14,522.32,3446.82,26131563,99.8,0,0,0.15,522.33,3446.8,26131564,99.78,0,0,0.15,522.3,3446.83,26131565,99.66,0,0,0.34,523.76,3445.39,26131566,99.63,0,0,0.56,524.57,3444.57,26131567,99.82,0,0,0.13,524.21,3444.93,26131568,99.8,0,0,0.16,524.17,3444.96,26131569,99.58,0,0.01,0.36,524.29,3444.82,26131570,99.68,0,0,0.32,524.08,3445.05,26131571,99.68,0,0,0.54,523.4,3445.72,26131572,99.81,0,0,0.16,522.79,3446.33,26131573,99.81,0,0,0.17,522.76,3446.35,26131574,99.77,0,0,0.19,522.74,3446.41,26131575,99.72,0,0,0.38,523.69,3445.49,26131576,99.68,0,0,0.57,523.74,3445.43,26131577,99.79,0,0,0.2,523.56,3445.61,26131578,99.8,0,0,0.15,523.6,3445.57,26131579,99.84,0,0,0.14,523.56,3445.6,26131580,99.68,0,0,0.3,522.84,3446.34,26131581,99.64,0,0,0.46,524.2,3444.97,26131582,99.76,0,0,0.21,524.24,3444.93,26131583,99.83,0,0,0.15,524.21,3444.96,26131584,99.84,0,0,0.17,524.31,3444.85,26131585,99.8,0,0,0.34,524.35,3444.82,26131586,99.73,0,0,0.56,524.68,3444.5,26131587,97.47,0,0,0.16,524.3,3444.87,26131588,99.84,0,0,0.18,521.48,3447.73,26131589,99.87,0,0,0.17,516.5,3452.8,26131590,99.79,0,0,0.3,516.25,3453.07,26131591,99.73,0,0,0.46,516.6,3452.72,26131592,99.94,0,0,0.26,516.29,3453.04,26131593,99.91,0,0,0.15,516.39,3452.96,26131594,99.92,0,0,0.16,516.35,3453.03,26131595,99.82,0,0,0.31,516.59,3452.8,26131596,99.74,0,0,0.54,516.8,3452.6,26131597,99.9,0,0,0.14,515.56,3453.83,26131598,99.87,0,0,0.19,516.01,3453.37,26131599,99.78,0.01,0.01,0.32,516.29,3453.07,26131600,99.79,0,0,0.3,515.19,3454.18,26131601,99.9,0,0,0.16,515.15,3454.22,26131602,99.76,0,0,0.52,516.67,3452.69,26131603,99.89,0,0,0.15,516.34,3453.02,26131604,99.88,0,0,0.14,516.32,3453.03,26131605,99.81,0,0,0.3,515.6,3453.77,26131606,99.9,0,0,0.14,515.57,3453.8,26131607,99.73,0,0,0.53,516.5,3452.87,26131608,99.8,0,0,0.14,516.02,3453.34,26131609,99.88,0,0,0.15,516,3453.35,26131610,99.77,0,0,0.3,516.25,3453.12,26131611,99.92,0,0,0.13,516.23,3453.14,26131612,99.75,0,0,0.54,516.77,3452.59,26131613,99.89,0,0,0.14,516.63,3452.72,26131614,99.88,0,0,0.14,516.6,3452.74,26131615,99.78,0,0,0.3,515.66,3453.7,26131616,99.86,0,0,0.17,515.59,3453.77,26131617,99.75,0,0,0.52,516.09,3453.27,26131618,99.9,0,0,0.16,515.8,3453.55,26131619,99.92,0,0,0.13,515.79,3453.55,26131620,99.8,0,0,0.29,516.51,3452.85,26131621,99.88,0,0,0.16,516.51,3452.85,26131622,99.75,0,0,0.38,516.83,3452.52,26131623,99.89,0,0,0.28,516.22,3453.13,26131624,99.9,0,0,0.15,516.19,3453.16,26131625,99.69,0,0,0.3,516.09,3453.28,26131626,99.89,0,0,0.16,516.12,3453.25,26131627,99.79,0,0,0.52,516.91,3452.45,26131628,99.9,0,0,0.16,516.57,3452.78,26131629,99.72,0,0,0.31,516.32,3453,26131630,99.79,0,0,0.29,516.3,3453.04,26131631,99.91,0,0,0.16,516.27,3453.07,26131632,99.75,0,0,0.47,516.77,3452.56,26131633,99.35,0,0,0.19,516.48,3452.85,26131634,99.9,0,0,0.16,516.46,3452.89,26131635,99.79,0,0,0.32,515.5,3453.88,26131636,99.91,0,0,0.14,515.54,3453.84,26131637,99.91,0,0,0.19,515.63,3453.74,26131638,99.72,0,0,0.58,516.88,3452.49,26131639,99.9,0,0,0.16,516.57,3452.79,26131640,99.78,0,0,0.32,516.58,3452.8,26131641,99.91,0,0,0.17,516.56,3452.81,26131642,99.92,0,0,0.18,516.54,3452.83,26131643,99.74,0,0,0.56,516.17,3453.19,26131644,99.91,0,0,0.16,515.74,3453.62,26131645,99.78,0,0,0.31,514.78,3454.59,26131646,99.9,0,0,0.16,514.72,3454.65,26131647,99.87,0,0,0.14,514.84,3454.53,26131648,99.79,0,0,0.53,516.57,3452.79,26131649,99.9,0,0,0.15,516.59,3452.77,26131650,99.76,0,0,0.29,516.59,3452.79,26131651,99.93,0,0,0.16,516.57,3452.8,26131652,99.92,0,0,0.14,516.54,3452.82,26131653,99.79,0,0,0.52,516.57,3452.79,26131654,99.9,0,0,0.15,516,3453.36,26131655,99.81,0,0,0.29,516.49,3452.89,26131656,99.9,0,0,0.14,516.47,3452.9,26131657,99.92,0,0,0.16,516.6,3452.76,26131658,99.76,0,0,0.5,517.38,3451.98,26131659,99.75,0,0,0.38,516.59,3452.74,26131660,99.73,0.02,0.04,0.41,517.48,3451.82,26131661,99.88,0,0,0.14,519.44,3449.78,26131662,99.93,0,0,0.13,519.48,3449.73,26131663,99.77,0,0,0.51,520.65,3448.56,26131664,99.91,0,0,0.21,521.88,3447.33,26131665,99.85,0,0,0.3,522.11,3447.12,26131666,99.92,0,0,0.17,522.1,3447.14,26131667,99.92,0,0,0.13,522.07,3447.17,26131668,99.77,0,0,0.33,522.38,3446.86,26131669,99.93,0,0,0.35,521.83,3447.4,26131670,99.76,0.01,0.06,0.32,521.69,3447.55,26131671,99.89,0,0,0.19,523.08,3446.1,26131672,99.91,0,0,0.16,523.06,3446.12,26131673,99.92,0,0,0.14,523.21,3445.97,26131674,99.75,0,0,0.57,524.89,3444.28,26131675,99.8,0,0,0.3,524.66,3444.53,26131676,99.9,0,0,0.16,524.63,3444.55,26131677,99.93,0,0,0.14,524.61,3444.58,26131678,99.92,0,0,0.15,524.57,3444.61,26131679,99.72,0,0,0.54,524.9,3444.27,26131680,99.73,0,0,0.3,523.64,3445.55,26131681,99.91,0,0,0.19,523.69,3445.5,26131682,99.93,0,0,0.14,523.67,3445.52,26131683,99.9,0,0,0.16,523.64,3445.54,26131684,99.75,0,0,0.52,524.52,3444.66,26131685,99.84,0,0,0.31,524.34,3444.84,26131686,99.92,0,0,0.16,524.31,3444.86,26131687,99.91,0,0,0.14,524.28,3444.89,26131688,99.89,0,0,0.14,524.37,3444.79,26131689,99.52,0,0.01,0.63,525.56,3443.57,26131690,99.81,0,0,0.36,525.12,3444.02,26131691,99.91,0,0,0.15,525.09,3444.05,26131692,99.88,0,0,0.16,524.69,3444.45,26131693,99.9,0,0,0.14,524.03,3445.1,26131694,99.73,0,0,0.52,524.54,3444.61,26131695,99.76,0,0,0.32,523.18,3445.98,26131696,99.9,0,0,0.17,523.21,3445.95,26131697,99.9,0,0,0.2,522.94,3446.22,26131698,99.92,0,0,0.15,522.9,3446.25,26131699,99.8,0,0,0.52,523.3,3445.84,26131700,99.78,0,0,0.37,523.89,3445.27,26131701,99.88,0,0,0.18,523.82,3445.34,26131702,99.91,0,0,0.18,523.79,3445.36,26131703,99.89,0,0,0.18,523.89,3445.26,26131704,99.78,0,0,0.32,524.24,3444.91,26131705,99.76,0,0,0.52,522.71,3446.45,26131706,99.93,0,0,0.13,522.66,3446.5,26131707,99.92,0,0,0.17,522.63,3446.53,26131708,99.35,0,0,0.16,522.6,3446.55,26131709,99.92,0,0,0.18,522.58,3446.57,26131710,99.63,0,0,0.71,523.82,3445.34,26131711,99.93,0,0,0.17,523.69,3445.47,26131712,99.92,0,0,0.14,523.67,3445.48,26131713,99.93,0,0,0.2,523.65,3445.5,26131714,99.92,0,0,0.14,523.62,3445.52,26131715,99.63,0,0,0.73,522.69,3446.47,26131716,99.93,0,0,0.15,522.1,3447.05,26131717,99.89,0,0,0.17,522.08,3447.07,26131718,99.84,0,0,0.2,521.66,3447.48,26131719,99.8,0,0,0.28,524.13,3444.99,26131720,99.72,0,0.01,0.67,524.82,3444.32,26131721,99.95,0,0,0.14,523.88,3445.25,26131722,99.93,0,0,0.17,523.85,3445.28,26131723,99.94,0,0,0.14,523.83,3445.29,26131724,99.93,0,0,0.16,523.8,3445.32,26131725,99.69,0,0,0.72,524.35,3444.78,26131726,99.92,0,0,0.15,523.82,3445.31,26131727,99.92,0,0,0.18,523.92,3445.21,26131728,99.93,0,0,0.14,523.88,3445.24,26131729,99.9,0,0,0.18,523.86,3445.26,26131730,96.56,0.02,0.01,14.93,534.95,3436.04,26131731,99.9,0,0,64.39,526.8,3442.23,26131732,99.92,0,0,0.16,526.77,3442.25,26131733,99.91,0,0,0.14,526.74,3442.28,26131734,99.91,0,0,0.15,526.71,3442.3,26131735,99.63,0,0,0.57,526.47,3442.57,26131736,99.92,0,0,0.29,524.26,3444.8,26131737,99.93,0,0,0.14,524.23,3444.82,26131738,99.9,0,0,0.16,524.33,3444.72,26131739,99.9,0,0,0.14,524.36,3444.7,26131740,99.64,0,0,0.63,523.75,3445.33,26131741,99.91,0,0,0.21,523.33,3445.74,26131742,99.91,0,0,0.14,523.31,3445.76,26131743,99.88,0,0,0.16,523.28,3445.78,26131744,99.93,0,0,0.13,523.25,3445.81,26131745,99.67,0,0,0.48,523.41,3445.67,26131746,99.92,0,0,0.36,524.1,3444.97,26131747,99.92,0,0,0.16,524.15,3444.92,26131748,99.92,0,0,0.14,524.12,3444.95,26131749,99.77,0,0.01,0.33,524.07,3444.97,26131750,99.86,0,0,0.31,524.31,3444.75,26131751,99.75,0,0,0.54,525.04,3444.01,26131752,99.92,0,0,0.14,524.26,3444.79,26131753,99.91,0,0,0.16,524.29,3444.75,26131754,99.49,0,0,0.13,524.38,3444.67,26131755,97.9,0,0,0.37,523.72,3445.35,26131756,99.76,0,0,0.56,524.03,3445.04,26131757,99.9,0,0,0.18,523.32,3445.74,26131758,99.93,0,0,0.15,523.31,3445.75,26131759,99.91,0,0,0.14,523.27,3445.78,26131760,99.79,0,0,0.3,523.5,3445.57,26131761,99.76,0,0,0.5,524.35,3444.72,26131762,99.93,0,0,0.2,524.38,3444.68,26131763,99.91,0,0,0.14,524.36,3444.7,26131764,99.91,0,0,0.14,524.32,3444.73,26131765,99.85,0,0,0.32,523.83,3445.24,26131766,99.8,0,0,0.47,524.29,3444.79,26131767,99.92,0,0,0.23,524.02,3445.05,26131768,99.92,0,0,0.16,523.99,3445.07,26131769,98.65,0,0,0.14,524.08,3444.98,26131770,99.84,0,0,0.3,524.15,3444.92,26131771,99.77,0,0,0.49,524.48,3444.59,26131772,99.92,0,0,0.19,524.07,3444.99,26131773,99.93,0,0,0.14,524.04,3445.01,26131774,99.93,0,0,0.15,524.01,3445.04,26131775,99.86,0,0,0.3,524.24,3444.82,26131776,99.78,0,0,0.4,524.67,3444.39,26131777,99.9,0,0,0.3,524.63,3444.43,26131778,99.91,0,0,0.18,524.18,3444.88,26131779,99.77,0,0,0.28,524.56,3444.48,26131780,99.86,0,0.01,0.3,524.56,3444.49,26131781,99.83,0,0,0.29,525.01,3444.03,26131782,99.9,0,0,0.39,524.49,3444.55,26131783,99.93,0,0,0.15,524.47,3444.57,26131784,99.93,0,0,0.15,524.56,3444.49,26131785,99.83,0,0,0.32,524.62,3444.44,26131786,99.91,0,0,0.15,524.58,3444.48,26131787,99.81,0,0,0.53,524.91,3444.15,26131788,99.91,0,0,0.16,524.53,3444.52,26131789,99.91,0,0,0.14,524.5,3444.55,26131790,99.81,0,0,0.31,523.28,3445.78,26131791,99.88,0,0,0.14,523.29,3445.78,26131792,99.75,0,0,0.54,523.74,3445.32,26131793,99.92,0,0,0.14,523.36,3445.7,26131794,99.93,0,0,0.15,523.33,3445.72,26131795,99.81,0,0,0.32,523.66,3445.41,26131796,99.92,0,0,0.16,523.53,3445.53,26131797,99.79,0,0,0.54,523.53,3445.53,26131798,99.93,0,0,0.14,522.99,3446.06,26131799,99.94,0,0,0.15,523.03,3446.02,26131800,99.71,0,0,0.3,522.94,3446.12,26131801,99.85,0,0,0.15,522.9,3446.16,26131802,99.74,0,0,0.56,524.2,3444.86,26131803,99.92,0,0,0.15,524.07,3444.98,26131804,99.81,0,0,0.15,524.04,3445.01,26131805,99.78,0,0,0.35,524.51,3444.55,26131806,99.89,0,0,0.19,524.49,3444.57,26131807,99.78,0,0,0.55,525.01,3444.05,26131808,99.88,0,0,0.15,524.63,3444.43,26131809,99.74,0,0.01,0.3,524.83,3444.2,26131810,99.8,0,0,0.35,523.61,3445.43,26131811,99.92,0,0,0.13,523.56,3445.48,26131812,99.78,0,0,0.54,524.06,3444.98,26131813,99.88,0,0,0.16,524.49,3444.55,26131814,99.9,0,0,0.17,524.51,3444.51,26131815,99.74,0,0,0.31,524.64,3444.41,26131816,99.89,0,0,0.14,524.6,3444.44,26131817,99.91,0,0,0.2,524.57,3444.46,26131818,99.75,0,0,0.53,524.9,3444.13,26131819,99.93,0,0,0.15,524.52,3444.51,26131820,99.78,0,0,0.31,522.82,3446.23,26131821,99.9,0,0,0.14,522.76,3446.28,26131822,99.9,0,0,0.14,522.8,3446.24,26131823,99.75,0,0,0.54,524.81,3444.22,26131824,99.93,0,0,0.15,524.31,3444.72,26131825,99.8,0,0,0.3,524.07,3444.98,26131826,99.93,0,0,0.15,524.02,3445.02,26131827,99.93,0,0,0.16,524,3445.04,26131828,99.74,0,0,0.56,525.1,3443.93,26131829,99.29,0,0,0.14,524.8,3444.23,26131830,99.72,0,0,0.3,524.86,3444.18,26131831,99.92,0,0,0.14,524.83,3444.21,26131832,99.88,0,0,0.16,524.8,3444.23,26131833,99.76,0.02,1.49,0.82,525.25,3443.76,26131834,99.9,0.01,1.03,0.38,524.75,3444.26,26131835,99.75,0.01,0.58,0.53,523.81,3445.2,26131836,99.91,0.01,1.94,0.3,523.79,3445.22,26131837,99.93,0.01,0.67,0.32,523.73,3445.26,26131838,99.71,0,0,0.68,524.09,3444.9,26131839,99.7,0.01,0,0.32,524.72,3444.24,26131840,99.79,0.01,0.01,0.31,524.72,3444.25,26131841,99.89,0.01,0,0.15,524.74,3444.23,26131842,99.9,0,0,0.16,524.78,3444.18,26131843,99.79,0,0,0.52,524.65,3444.31,26131844,99.88,0,0,0.14,523.24,3445.72,26131845,99.82,0,0,0.3,522.75,3446.23,26131846,99.91,0,0,0.16,522.71,3446.25,26131847,99.87,0,0,0.14,522.7,3446.26,26131848,99.75,0,0,0.54,523.36,3445.6,26131849,99.94,0,0,0.16,524.02,3444.93,26131850,99.81,0,0,0.29,523.54,3445.43,26131851,99.93,0,0,0.15,523.49,3445.47,26131852,99.93,0,0,0.16,523.45,3445.52,26131853,99.93,0,0,0.15,523.42,3445.54,26131854,99.75,0,0,0.52,523.46,3445.5,26131855,99.79,0,0,0.32,523.36,3445.61,26131856,99.92,0,0,0.15,523.32,3445.65,26131857,99.94,0,0,0.14,523.28,3445.68,26131858,99.9,0,0,0.16,523.27,3445.69,26131859,99.77,0,0,0.55,524.17,3444.79,26131860,99.74,0,0,0.3,523.25,3445.73,26131861,99.9,0,0,0.13,523.24,3445.73,26131862,99.89,0,0,0.16,523.35,3445.62,26131863,99.94,0,0,0.14,523.33,3445.64,26131864,99.78,0,0,0.56,524.13,3444.83,26131865,99.82,0,0,0.3,523.54,3445.43,26131866,99.92,0,0,0.16,523.5,3445.47,26131867,99.85,0,0,0.16,523.46,3445.51,26131868,99.9,0,0,0.15,523.43,3445.53,26131869,99.61,0,0.01,0.52,524.03,3444.91,26131870,99.81,0,0,0.41,524.06,3444.89,26131871,99.9,0,0,0.14,524.05,3444.91,26131872,99.92,0,0,0.16,524.02,3444.93,26131873,99.92,0,0,0.14,523.98,3444.96,26131874,99.75,0,0,0.54,524.42,3444.52,26131875,99.81,0,0,0.32,522.25,3446.7,26131876,99.92,0,0,0.14,522.25,3446.7,26131877,99.91,0,0,0.19,522.6,3446.35,26131878,99.93,0,0,0.14,522.57,3446.37,26131879,99.73,0,0,0.39,523.8,3445.13,26131880,99.81,0,0,0.46,524.26,3444.69,26131881,99.92,0,0,0.16,524.21,3444.73,26131882,99.88,0,0,0.14,524.19,3444.75,26131883,99.89,0,0,0.16,524.2,3444.73,26131884,99.77,0,0,0.38,524.73,3444.21,26131885,99.83,0,0,0.49,524.05,3444.91,26131886,99.93,0,0,0.18,524.01,3444.94,26131887,99.86,0,0,0.14,523.98,3444.97,26131888,99.91,0,0,0.16,523.94,3445,26131889,99.88,0,0,0.14,523.92,3445.03,26131890,99.51,0,0,0.73,523.36,3445.6,26131891,99.92,0,0,0.18,523.09,3445.87,26131892,99.92,0,0,0.18,523.05,3445.9,26131893,99.92,0,0,0.14,523.02,3445.93,26131894,99.91,0,0,0.17,522.99,3445.95,26131895,99.54,0,0,0.75,523.35,3445.61,26131896,99.91,0,0,0.17,522.94,3446.01,26131897,99.93,0,0,0.14,522.92,3446.03,26131898,99.91,0,0,0.19,523.35,3445.59,26131899,99.79,0,0,0.28,524.26,3444.66,26131900,99.69,0,0.01,0.69,524.62,3444.32,26131901,99.9,0,0,0.16,524.24,3444.69,26131902,99.89,0,0,0.14,524.22,3444.71,26131903,99.91,0,0,0.15,524.19,3444.73,26131904,99.88,0,0,0.14,524.16,3444.75,26131905,99.72,0,0,0.67,523.74,3445.19,26131906,99.47,0,0,0.71,524.85,3444.06,26131907,99.89,0,0,0.16,524.61,3444.29,26131908,99.9,0,0,0.14,524.59,3444.32,26131909,99.9,0,0,0.16,524.55,3444.35,26131910,99.73,0,0,0.73,524.45,3444.46,26131911,99.9,0,0,0.14,523.78,3445.14,26131912,99.9,0,0,0.13,523.75,3445.17,26131913,99.87,0,0,0.18,523.72,3445.2,26131914,99.91,0,0,0.14,523.8,3445.11,26131915,99.69,0,0,0.7,525.12,3443.81,26131916,99.93,0,0,0.14,524.08,3444.84,26131917,99.88,0,0,0.18,524.06,3444.88,26131918,99.87,0,0,0.16,524.02,3444.91,26131919,99.94,0,0,0.15,523.99,3444.94,26131920,99.67,0,0,0.59,524.62,3444.33,26131921,99.9,0,0,0.27,522.59,3446.35,26131922,99.9,0,0,0.13,522.62,3446.32,26131923,99.91,0,0,0.17,522.6,3446.34,26131924,99.93,0,0,0.14,522.57,3446.36,26131925,99.85,0,0,0.33,523.77,3445.18,26131926,99.78,0,0,0.57,525.13,3443.81,26131927,99.91,0,0,0.14,524.71,3444.22,26131928,99.9,0,0,0.14,524.74,3444.19,26131929,99.74,0,0.01,0.29,524.62,3444.28,26131930,99.83,0,0,0.29,524.36,3444.56,26131931,99.79,0,0,0.52,524.85,3444.06,26131932,99.9,0,0,0.16,524.52,3444.38,26131933,99.86,0,0,0.14,524.49,3444.41,26131934,99.91,0,0,0.14,524.46,3444.43,26131935,99.8,0,0,0.32,524.24,3444.67,26131936,99.75,0,0,0.55,523.99,3444.91,26131937,99.88,0,0,0.21,523.35,3445.55,26131938,99.88,0,0,0.14,523.32,3445.58,26131939,99.89,0,0,0.15,523.29,3445.6,26131940,99.72,0,0,0.31,523.28,3445.63,26131941,99.74,0,0,0.53,524.34,3444.57,26131942,99.87,0,0,0.17,524.45,3444.46,26131943,99.88,0,0,0.14,524.45,3444.45,26131944,99.89,0,0,0.15,524.58,3444.32,26131945,99.81,0,0,0.35,524.56,3444.35,26131946,99.71,0,0,0.52,525.02,3443.89,26131947,99.9,0,0,0.15,524.5,3444.4,26131948,99.83,0,0,0.14,524.47,3444.43,26131949,99.9,0,0,0.15,524.44,3444.45,26131950,99.85,0,0,0.33,524.44,3444.48,26131951,99.72,0,0,0.54,524.88,3444.03,26131952,99.91,0,0,0.16,524.56,3444.34,26131953,99.91,0,0,0.15,524.54,3444.36,26131954,99.92,0,0,0.14,524.51,3444.38,26131955,99.78,0,0,0.34,524.74,3444.17,26131956,99.72,0,0,0.39,525.01,3443.9,26131957,99.86,0,0,0.32,523.94,3444.96,26131958,99.85,0,0,0.19,523.97,3444.92,26131959,99.68,0,0,0.29,524.81,3444.06,26131960,99.81,0,0.01,0.31,524.57,3444.32,26131961,99.75,0,0,0.35,524.82,3444.07,26131962,99.9,0,0,0.35,523.76,3445.12,26131963,99.88,0,0,0.14,523.74,3445.14,26131964,99.84,0,0,0.15,523.72,3445.17,26131965,99.78,0,0,0.33,523.71,3445.19,26131966,99.8,0,0,0.16,523.86,3445.04,26131967,99.7,0,0,0.53,524.86,3444.03,26131968,99.92,0,0,0.14,524.54,3444.35,26131969,99.91,0,0,0.16,524.51,3444.37,26131970,99.8,0,0,0.3,524.75,3444.15,26131971,99.9,0,0,0.16,524.72,3444.18,26131972,99.7,0,0,0.52,525.05,3443.85,26131973,99.9,0,0,0.16,524.73,3444.16,26131974,99.85,0,0,0.15,524.82,3444.06,26131975,99.75,0,0,0.32,523.87,3445.04,26131976,99.87,0,0,0.16,523.8,3445.1,26131977,99.71,0,0,0.52,524.76,3444.14,26131978,99.81,0,0,0.15,524.24,3444.66,26131979,99.82,0,0,0.18,524.21,3444.68,26131980,98.95,0,0,12.3,523.81,3445.85,26131981,99.86,0,0,0.16,523.84,3445.91,26131982,99.71,0,0,0.44,524.23,3445.5,26131983,99.82,0,0,0.34,523.39,3446.33,26131984,99.83,0,0,0.14,523.36,3446.35,26131985,99.78,0,0,0.32,524.32,3445.44,26131986,99.84,0,0,0.16,524.31,3445.46,26131987,99.65,0,0.01,0.56,524.7,3445.06,26131988,99.78,0,0,0.16,524.62,3445.13,26131989,99.65,0,0.01,0.3,524.87,3444.88,26131990,99.74,0,0,0.33,523.89,3445.87,26131991,99.81,0,0,0.15,523.65,3446.11,26131992,99.66,0,0,0.34,523.27,3446.49,26131993,99.81,0,0,0.38,524.03,3445.72,26131994,99.82,0,0,0.16,524,3445.77,26131995,99.66,0,0,0.32,522.61,3447.19,26131996,99.82,0,0,0.17,522.69,3447.11,26131997,99.81,0,0,0.18,522.65,3447.14,26131998,99.55,0.01,0.01,0.58,524.57,3445.21,26131999,99.81,0,0,0.18,524.04,3445.74,26132000,99.72,0,0,0.34,522.94,3446.86,26132001,99.82,0,0,0.16,522.89,3446.9,26132002,99.83,0,0,0.14,522.86,3446.92,26132003,99.69,0,0,0.57,524.09,3445.69,26132004,99.81,0,0,0.16,523.79,3445.99,26132005,99.71,0,0,0.33,523.56,3446.23,26132006,99.84,0,0,0.16,523.51,3446.28,26132007,99.78,0,0,0.14,523.57,3446.22,26132008,99.66,0,0,0.42,524.25,3445.53,26132009,99.79,0,0,0.35,523.89,3445.89,26132010,99.75,0,0,0.32,523.16,3446.63,26132011,99.8,0,0,0.14,523.12,3446.67,26132012,99.82,0,0,0.16,523.09,3446.7,26132013,99.67,0,0,0.55,523.68,3446.1,26132014,99.82,0,0,0.15,523.52,3446.26,26132015,99.65,0,0,0.32,523.16,3446.64,26132016,99.82,0,0,0.19,523.17,3446.62,26132017,99.82,0,0,0.14,523.14,3446.64,26132018,99.67,0,0,0.61,523.76,3446.02,26132019,99.72,0,0,0.3,531.8,3437.96,26132020,99.71,0,0.01,0.37,531.92,3437.85,26132021,99.83,0,0,0.15,531.9,3437.88,26132022,99.82,0,0,0.14,531.94,3437.83,26132023,99.66,0,0,0.52,532.35,3437.42,26132024,99.8,0,0,0.15,531.74,3438.01,26132025,99.72,0,0,0.38,531.49,3438.28,26132026,99.8,0,0,0.14,531.46,3438.3,26132027,99.77,0,0,0.16,531.43,3438.33,26132028,99.7,0,0,0.32,531.78,3437.97,26132029,99.8,0,0,0.38,531.91,3437.84,26132030,99.69,0,0,0.38,530.84,3438.93,26132031,99.8,0,0,0.18,530.78,3438.98,26132032,99.78,0,0,0.18,530.75,3439.01,26132033,99.85,0,0,0.16,530.72,3439.03,26132034,99.63,0,0,0.55,532.45,3437.3,26132035,99.76,0,0,0.34,532.5,3437.27,26132036,99.82,0,0,0.14,532.38,3437.39,26132037,99.8,0,0,0.16,532.42,3437.35,26132038,99.85,0,0,0.15,532.51,3437.25,26132039,99.71,0,0,0.56,532.79,3436.97,26132040,99.67,0,0,0.38,531.51,3438.26,26132041,99.83,0,0,0.15,531.46,3438.3,26132042,99.81,0,0,0.15,531.44,3438.32,26132043,99.82,0,0,0.16,531.41,3438.35,26132044,99.63,0,0,0.47,531.98,3437.77,26132045,99.7,0,0,0.38,532.39,3437.37,26132046,99.8,0,0,0.18,532.52,3437.25,26132047,99.81,0,0,0.18,532.49,3437.27,26132048,99.82,0,0,0.14,532.46,3437.3,26132049,99.48,0,0.01,0.61,532.67,3437.08,26132050,99.76,0,0,0.32,532.41,3437.37,26132051,99.83,0,0,0.16,532.39,3437.39,26132052,99.82,0,0,0.14,532.36,3437.41,26132053,99.8,0,0,0.15,532.39,3437.38,26132054,99.63,0,0,0.41,532.84,3436.92,26132055,99.68,0,0,0.4,532.01,3437.78,26132056,99.85,0,0,0.16,531.97,3437.82,26132057,99.8,0,0,0.23,531.95,3437.84,26132058,99.8,0,0,0.14,531.91,3437.87,26132059,99.66,0,0,0.5,532.24,3437.55,26132060,99.67,0,0,0.33,531.39,3438.41,26132061,99.83,0,0,0.13,531.43,3438.37,26132062,99.83,0,0,0.16,531.54,3438.25,26132063,99.81,0,0,0.15,531.51,3438.28,26132064,99.7,0,0,0.32,531.86,3437.92,26132065,99.6,0,0,0.49,531.82,3437.98,26132066,99.84,0,0,0.16,531.69,3438.1,26132067,99.79,0,0,0.14,531.66,3438.13,26132068,99.83,0,0,0.15,531.64,3438.14,26132069,99.82,0,0,0.15,531.78,3438,26132070,99.5,0,0,0.64,532.46,3437.33,26132071,99.82,0,0,0.14,531.99,3437.8,26132072,97.66,0,0,0.16,531.96,3437.82,26132073,99.84,0,0,0.16,531.93,3437.85,26132074,99.84,0,0,0.14,531.89,3437.88,26132075,99.58,0,0,0.68,532.72,3437.07,26132076,99.81,0,0,0.16,532.41,3437.38,26132077,99.85,0,0,0.14,532.51,3437.28,26132078,99.83,0,0,0.21,532.31,3437.47,26132079,99.73,0,0,0.29,532.46,3437.3,26132080,99.6,0,0.01,0.7,532.97,3436.81,26132081,99.85,0,0,0.13,532.66,3437.11,26132082,99.83,0,0,0.17,532.64,3437.12,26132083,99.85,0,0,0.15,532.62,3437.14,26132084,99.82,0,0,0.14,532.76,3437,26132085,99.5,0,0,0.68,532.28,3437.49,26132086,99.83,0,0,0.16,531.74,3438.04,26132087,99.81,0,0,0.14,531.71,3438.05,26132088,99.85,0,0,0.14,531.69,3438.08,26132089,99.82,0,0,0.17,531.66,3438.1,26132090,99.61,0,0,0.68,532.75,3437.03,26132091,99.85,0,0,0.16,532.42,3437.35,26132092,99.84,0,0,0.14,532.52,3437.25,26132093,99.83,0,0,0.16,532.48,3437.29,26132094,99.82,0,0,0.14,532.44,3437.32,26132095,94.87,0.35,0.01,78.64,541.19,3428.83,26132096,99.55,0,0,182.25,535.03,3434.65,26132097,99.86,0,0,0.17,535.19,3434.5,26132098,99.82,0,0,0.14,535.15,3434.52,26132099,99.84,0,0,0.14,535.12,3434.56,26132100,99.66,0,0,0.27,535.03,3434.66,26132101,99.71,0,0,0.61,533.28,3436.44,26132102,99.81,0,0,0.14,532.9,3436.82,26132103,99.8,0,0,0.15,532.86,3436.84,26132104,99.82,0,0,0.17,532.86,3436.85,26132105,99.75,0,0,0.27,531.63,3438.09,26132106,99.59,0,0,0.58,532.51,3437.22,26132107,99.77,0,0,0.16,532.25,3437.48,26132108,99.83,0,0,0.15,532.23,3437.51,26132109,99.7,0,0.01,0.28,532.42,3437.29,26132110,99.71,0,0,0.31,532.65,3437.08,26132111,99.7,0,0,0.54,532.99,3436.73,26132112,99.81,0,0,0.14,532.78,3436.93,26132113,99.84,0,0,0.17,532.76,3436.96,26132114,99.8,0,0,0.15,532.71,3437,26132115,99.71,0,0,0.29,531.98,3437.74,26132116,99.7,0,0,0.57,532.23,3437.49,26132117,99.83,0,0,0.21,531.17,3438.54,26132118,99.82,0,0,0.16,531.14,3438.57,26132119,99.82,0,0,0.15,531.23,3438.48,26132120,98.1,0,0,0.27,532.99,3436.74,26132121,99.63,0,0,0.48,533.22,3436.5,26132122,99.71,0,0,0.21,532.71,3437,26132123,99.82,0,0,0.16,532.68,3437.03,26132124,99.82,0,0,0.14,532.65,3437.06,26132125,99.71,0,0,0.29,531.93,3437.8,26132126,99.63,0,0,0.53,532.57,3437.15,26132127,99.8,0,0,0.14,533.02,3436.7,26132128,99.82,0.01,0.01,0.18,532.97,3436.75,26132129,99.82,0,0,0.15,532.93,3436.78,26132130,99.71,0,0,0.26,532.92,3436.81,26132131,99.68,0,0,0.4,533.25,3436.47,26132132,99.84,0,0,0.29,532.87,3436.85,26132133,98.62,0,0,0.14,532.9,3436.81,26132134,99.83,0,0,0.14,533,3436.71,26132135,99.72,0,0,0.28,532.04,3437.68,26132136,99.69,0,0,0.53,532.44,3437.28,26132137,99.83,0,0,0.2,532.68,3437.04,26132138,99.83,0,0,0.21,532.33,3437.38,26132139,99.74,0,0,0.31,532.85,3436.83,26132140,99.77,0,0.01,0.3,532.63,3437.07,26132141,99.86,0,0,0.14,532.7,3436.99,26132142,99.75,0,0,0.54,533.54,3436.15,26132143,99.89,0,0,0.16,531.98,3437.7,26132144,99.86,0,0,0.15,531.96,3437.72,26132145,99.84,0,0,0.27,532.19,3437.5,26132146,99.86,0,0,0.14,532.17,3437.53,26132147,99.74,0,0,0.52,532.62,3437.07,26132148,99.9,0,0,0.15,532.12,3437.6,26132149,99.92,0,0,0.18,532.18,3437.53,26132150,99.87,0,0,0.32,532.26,3437.47,26132151,99.87,0,0,0.18,532.23,3437.5,26132152,99.79,0,0,0.54,532.71,3437.01,26132153,99.9,0,0,0.18,532.43,3437.29,26132154,99.92,0,0,0.18,532.39,3437.32,26132155,99.79,0,0,0.32,531.66,3438.07,26132156,99.86,0,0,0.18,531.62,3438.1,26132157,99.73,0,0,0.53,532.25,3437.47,26132158,99.92,0,0,0.14,532.03,3437.69,26132159,99.92,0,0,0.14,532,3437.71,26132160,99.72,0,0,0.26,531.02,3438.71,26132161,99.91,0,0,0.15,530.99,3438.74,26132162,99.73,0,0,0.52,532.24,3437.48,26132163,99.89,0,0,0.21,532.15,3437.57,26132164,99.92,0,0,0.15,532.13,3437.58,26132165,99.84,0,0,0.29,531.57,3438.16,26132166,99.9,0,0,0.15,531.53,3438.19,26132167,99.77,0,0,0.43,532.53,3437.19,26132168,99.93,0,0,0.29,532.46,3437.26,26132169,99.83,0,0.01,0.27,532.43,3437.26,26132170,99.76,0,0,0.29,531.51,3438.2,26132171,99.84,0,0,0.19,531.39,3438.31,26132172,99.74,0,0,0.39,531.93,3437.77,26132173,99.9,0,0,0.34,532.26,3437.44,26132174,99.84,0,0,0.16,532.24,3437.47,26132175,99.78,0,0,0.28,532.47,3437.27,26132176,99.83,0,0,0.14,532.45,3437.3,26132177,99.91,0,0,0.18,532.42,3437.32,26132178,99.72,0,0,0.58,532.53,3437.21,26132179,99.89,0,0,0.18,532.12,3437.61,26132180,99.81,0,0,0.27,531.48,3438.27,26132181,99.91,0,0,0.15,531.54,3438.21,26132182,99.9,0,0,0.16,531.51,3438.23,26132183,99.76,0,0,0.55,532.78,3436.96,26132184,99.93,0,0,0.16,532.43,3437.3,26132185,99.83,0,0,0.31,532.43,3437.31,26132186,99.9,0,0,0.16,532.4,3437.34,26132187,99.92,0,0,0.16,532.37,3437.37,26132188,99.76,0,0,0.54,532.59,3437.14,26132189,99.92,0,0,0.14,532.25,3437.47,26132190,99.81,0,0,0.28,531.28,3438.46,26132191,99.91,0,0,0.16,531.23,3438.51,26132192,99.93,0,0,0.15,531.2,3438.54,26132193,99.74,0,0,0.56,532.27,3437.46,26132194,99.92,0,0,0.15,532.38,3437.35,26132195,99.79,0,0,0.28,532.14,3437.61,26132196,99.87,0,0,0.15,532.17,3437.57,26132197,99.92,0,0,0.14,532.26,3437.48,26132198,99.73,0,0,0.59,532.66,3437.08,26132199,99.71,0,0,0.27,532.72,3436.99,26132200,99.78,0,0.01,0.29,531.24,3438.49,26132201,99.91,0,0,0.16,531.18,3438.54,26132202,99.91,0,0,0.13,531.14,3438.58,26132203,99.74,0,0,0.45,531.99,3437.73,26132204,99.9,0,0,0.32,532.5,3437.23,26132205,99.74,0,0,0.27,531.34,3438.43,26132206,99.9,0,0,0.14,531.24,3438.51,26132207,99.91,0,0,0.18,531.22,3438.54,26132208,99.74,0,0,0.39,531.64,3438.12,26132209,99.89,0,0,0.29,532.14,3437.61,26132210,99.75,0,0,0.27,531.43,3438.33,26132211,99.91,0,0,0.14,531.44,3438.32,26132212,99.91,0,0,0.13,531.56,3438.2,26132213,99.72,0,0,0.41,531.97,3437.78,26132214,99.88,0,0,0.27,532.49,3437.26,26132215,99.87,0,0,0.27,532.24,3437.52,26132216,99.93,0,0,0.16,532.2,3437.56,26132217,99.9,0,0,0.14,532.17,3437.58,26132218,99.91,0,0,0.15,532.15,3437.6,26132219,99.77,0,0,0.54,532.55,3437.2,26132220,99.71,0,0,0.25,531.58,3438.19,26132221,99.9,0,0,0.16,531.53,3438.23,26132222,99.9,0,0,0.16,531.47,3438.29,26132223,99.91,0,0,0.15,531.43,3438.32,26132224,99.76,0,0,0.55,532.71,3437.04,26132225,99.84,0,0,0.29,532.55,3437.21,26132226,99.92,0,0,0.15,532.51,3437.25,26132227,99.9,0,0,0.17,532.47,3437.28,26132228,99.86,0,0,0.14,532.44,3437.31,26132229,99.57,0,0.01,0.63,532.94,3436.79,26132230,99.78,0,0,0.43,532.67,3437.07,26132231,99.93,0,0,0.16,532.71,3437.03,26132232,99.89,0,0,0.18,532.75,3436.98,26132233,99.87,0,0,0.17,532.72,3437.01,26132234,99.67,0,0,0.57,533.04,3436.69,26132235,99.79,0,0,0.29,532.43,3437.31,26132236,99.89,0,0,0.17,532.39,3437.36,26132237,99.9,0,0,0.23,532.44,3437.32,26132238,99.86,0,0,0.18,532.5,3437.25,26132239,99.75,0,0,0.41,532.92,3436.83,26132240,99.79,0,0,0.42,532.7,3437.06,26132241,99.7,0,0,0.16,532.65,3437.12,26132242,99.9,0,0,0.14,532.62,3437.15,26132243,99.88,0,0,0.15,532.72,3437.05,26132244,99.75,0,0,0.48,532.82,3436.94,26132245,99.76,0,0,0.32,532.25,3437.53,26132246,99.87,0,0,0.16,532.22,3437.56,26132247,99.92,0,0,0.15,532.2,3437.58,26132248,99.88,0,0,0.14,532.17,3437.6,26132249,99.73,0,0,0.37,532.7,3437.07,26132250,99.82,0,0,0.46,531.66,3438.12,26132251,99.92,0,0,0.14,531.79,3437.98,26132252,99.9,0,0,0.16,531.76,3438.01,26132253,99.92,0,0,0.14,531.74,3438.03,26132254,99.87,0,0,0.16,531.7,3438.07,26132255,99.66,0,0,0.66,532.13,3437.64,26132256,99.91,0,0,0.13,531.65,3438.12,26132257,99.92,0,0,0.16,531.63,3438.14,26132258,99.88,0,0,0.19,532.1,3437.66,26132259,99.69,0,0,0.37,532.28,3437.45,26132260,99.6,0,0.01,0.67,533.08,3436.68,26132261,99.89,0,0,0.16,532.73,3437.03,26132262,99.9,0,0,0.15,532.7,3437.05,26132263,99.88,0,0,0.14,532.67,3437.07,26132264,99.91,0,0,0.15,532.64,3437.11,26132265,99.66,0,0,0.68,532.75,3437.02,26132266,99.91,0,0,0.38,532.54,3437.23,26132267,99.91,0,0,0.17,532.52,3437.25,26132268,99.91,0,0,0.14,532.48,3437.28,26132269,99.91,0,0,0.16,532.46,3437.3,26132270,99.65,0,0,0.68,533.55,3436.22,26132271,99.9,0,0,0.19,532.91,3436.87,26132272,99.88,0,0,0.19,532.88,3436.9,26132273,99.92,0,0,0.2,532.92,3436.86,26132274,99.91,0,0,0.19,533.02,3436.76,26132275,99.64,0,0,0.68,533.66,3436.13,26132276,99.91,0,0,0.17,532.98,3436.81,26132277,99.91,0,0,0.17,532.95,3436.83,26132278,99.93,0,0,0.17,532.93,3436.85,26132279,99.92,0,0,0.16,532.89,3436.88,26132280,99.6,0,0,0.7,533.01,3436.78,26132281,99.92,0,0,0.17,532.18,3437.61,26132282,99.9,0,0,0.18,532.28,3437.51,26132283,99.9,0,0,0.18,532.25,3437.53,26132284,99.9,0,0,0.16,532.22,3437.55,26132285,99.66,0,0,0.44,533.24,3436.55,26132286,99.89,0,0,0.36,531.95,3437.84,26132287,99.9,0,0,0.16,531.91,3437.87,26132288,99.91,0,0,0.14,531.88,3437.9,26132289,99.69,0,0.01,0.27,532.93,3436.82,26132290,99.82,0,0,0.25,533.01,3436.76,26132291,99.78,0,0,0.55,533.34,3436.43,26132292,99.89,0,0,0.14,532.96,3436.81,26132293,99.89,0,0,0.15,532.93,3436.83,26132294,99.89,0,0,0.14,532.16,3437.6,26132295,99.82,0,0,0.26,532.17,3437.6,26132296,99.73,0,0,0.6,531.77,3438,26132297,99.91,0,0,0.18,531.43,3438.34,26132298,99.82,0,0,0.13,531.53,3438.23,26132299,99.87,0,0,0.18,531.5,3438.25,26132300,99.83,0,0,0.26,532.22,3437.56,26132301,98.96,0,0,0.54,532.56,3437.21,26132302,99.9,0,0,0.15,532.18,3437.59,26132303,99.88,0,0,0.16,532.16,3437.61,26132304,99.9,0,0,0.14,532.12,3437.64,26132305,99.76,0,0,0.27,531.69,3438.09,26132306,99.71,0,0,0.48,532,3437.77,26132307,99.89,0,0,0.21,531.51,3438.26,26132308,99.9,0,0,0.14,531.48,3438.28,26132309,99.86,0,0,0.14,531.45,3438.31,26132310,99.81,0,0,0.27,531.71,3438.06,26132311,99.73,0,0,0.47,532.55,3437.23,26132312,99.86,0,0,0.21,532.11,3437.66,26132313,99.89,0,0,0.14,532.22,3437.54,26132314,99.9,0,0,0.15,532.28,3437.48,26132315,99.74,0,0,0.31,532.27,3437.51,26132316,99.7,0,0,0.44,532.64,3437.12,26132317,99.91,0,0,0.28,531.71,3438.05,26132318,99.89,0,0,0.19,531.82,3437.94,26132319,99.81,0,0,0.28,532.13,3437.61,26132320,99.77,0,0.01,0.26,531.23,3438.52,26132321,99.7,0,0,0.32,531.77,3437.97,26132322,99.9,0,0,0.38,531.5,3438.23,26132323,99.91,0,0,0.15,531.47,3438.26,26132324,99.87,0,0,0.15,531.45,3438.28,26132325,99.85,0,0,0.28,532.16,3437.58,26132326,99.9,0,0,0.14,532.15,3437.59,26132327,99.73,0,0,0.54,531.62,3438.11,26132328,99.81,0,0,0.15,531.18,3438.57,26132329,99.9,0,0,0.17,531.27,3438.48,26132330,99.82,0,0,0.27,531.01,3438.75,26132331,99.93,0,0,0.16,530.97,3438.78,26132332,99.7,0,0,0.55,531.98,3437.78,26132333,99.91,0,0,0.16,531.89,3437.86,26132334,99.92,0,0,0.16,531.86,3437.88,26132335,99.72,0,0,0.3,531.68,3438.08,26132336,99.85,0,0,0.18,531.77,3437.98,26132337,99.79,0,0,0.53,532.44,3437.3,26132338,99.9,0,0,0.15,532.2,3437.54,26132339,99.9,0,0,0.14,532.18,3437.56,26132340,99.71,0,0,0.27,532.18,3437.57,26132341,99.9,0,0,0.16,532.14,3437.61,26132342,99.7,0,0,0.49,533.07,3436.68,26132343,99.84,0,0,0.2,532.63,3437.11,26132344,99.92,0,0,0.14,532.72,3437.01,26132345,99.78,0,0,0.28,532.54,3437.21,26132346,99.88,0,0,0.18,532.44,3437.31,26132347,96.38,0.13,0,12.18,539.18,3428.71,26132348,99.83,0,0,35.24,534.92,3433.89,26132349,99.75,0.01,0.01,0.38,533.48,3435.35,26132350,99.8,0,0,0.28,534.61,3434.23,26132351,99.92,0,0,0.14,534.63,3434.22,26132352,99.76,0,0,0.42,534.98,3433.86,26132353,99.91,0,0,0.32,532.32,3436.58,26132354,99.92,0,0,0.15,532.3,3436.61,26132355,99.84,0,0,0.28,532.79,3436.15,26132356,99.92,0,0,0.14,532.76,3436.17,26132357,99.78,0,0,0.33,532.84,3436.08,26132358,99.88,0,0,0.45,532.22,3436.71,26132359,99.9,0,0,0.16,532.17,3436.75,26132360,99.74,0,0,0.31,531.58,3437.35,26132361,99.9,0,0,0.14,531.62,3437.31,26132362,99.82,0,0,0.15,531.59,3437.34,26132363,99.76,0,0,0.57,532.33,3436.59,26132364,99.89,0,0,0.14,532.02,3436.89,26132365,98.16,0,0,15.69,535.69,3433.67,26132366,99.88,0,0,0.14,531.96,3436.94,26132367,99.89,0,0,0.16,531.94,3436.96,26132368,99.63,0,0,0.53,532.02,3436.88,26132369,99.88,0,0,0.14,531.58,3437.32,26132370,99.78,0,0,0.3,532.05,3436.86,26132371,99.91,0,0,0.13,532.04,3436.87,26132372,99.87,0,0,0.17,532,3436.9,26132373,99.73,0,0,0.53,532.66,3436.24,26132374,99.78,0,0,0.16,532.43,3436.46,26132375,99.86,0,0,0.29,532.48,3436.43,26132376,99.91,0,0,0.16,532.59,3436.32,26132377,99.87,0,0,0.15,532.56,3436.35,26132378,99.75,0,0,0.53,532.64,3436.26,26132379,99.8,0,0,0.36,532.51,3436.38,26132380,99.81,0,0.01,0.3,531.29,3437.61,26132381,99.9,0,0,0.13,531.24,3437.66,26132382,99.86,0,0,0.16,531.21,3437.69,26132383,99.75,0,0,0.39,532.44,3436.46,26132384,99.88,0,0,0.28,532.81,3436.07,26132385,99.76,0,0,0.32,532.8,3436.1,26132386,99.86,0,0,0.16,532.77,3436.13,26132387,99.88,0,0,0.21,532.74,3436.16,26132388,99.76,0,0,0.41,533.06,3435.83,26132389,99.92,0,0,0.27,531.94,3436.95,26132390,99.79,0,0,0.35,532.73,3436.18,26132391,99.9,0,0,0.14,532.82,3436.09,26132392,99.88,0,0,0.16,532.79,3436.1,26132393,99.86,0,0,0.15,532.77,3436.13,26132394,99.73,0,0,0.55,533.09,3435.8,26132395,99.76,0,0,0.31,532.76,3436.14,26132396,99.9,0,0,0.13,532.69,3436.21,26132397,99.92,0,0,0.17,532.68,3436.22,26132398,99.91,0,0,0.15,532.78,3436.11,26132399,99.72,0,0,0.6,533.15,3435.74,26132400,99.72,0,0,0.29,532.79,3436.11,26132401,99.85,0,0,0.17,532.75,3436.15,26132402,99.86,0,0,0.14,532.73,3436.17,26132403,99.88,0,0,0.16,532.69,3436.2,26132404,99.75,0,0,0.52,532.86,3436.03,26132405,99.81,0,0,0.3,531.98,3436.92,26132406,99.88,0,0,0.14,532.08,3436.82,26132407,99.88,0,0,0.16,532.05,3436.84,26132408,99.88,0,0,0.14,532.03,3436.86,26132409,99.64,0,0.01,0.7,532.91,3435.95,26132410,99.81,0,0,0.29,532.7,3436.17,26132411,99.85,0,0,0.14,532.67,3436.2,26132412,99.9,0,0,0.16,532.66,3436.21,26132413,99.86,0,0,0.16,532.83,3436.03,26132414,99.66,0,0,0.51,533.15,3435.7,26132415,99.71,0,0,0.36,532.8,3436.08,26132416,99.9,0,0,0.13,532.76,3436.11,26132417,99.89,0,0,0.22,532.73,3436.13,26132418,99.85,0,0,0.14,532.71,3436.15,26132419,99.76,0,0,0.54,533.12,3435.74,26132420,99.81,0,0,0.3,532.21,3436.67,26132421,99.23,0,0,0.13,532.34,3436.53,26132422,99.9,0,0,0.14,532.3,3436.56,26132423,99.93,0,0,0.17,532.26,3436.6,26132424,99.73,0,0,0.39,532.95,3435.91,26132425,99.76,0,0,0.48,532.71,3436.16,26132426,99.93,0,0,0.19,532.68,3436.18,26132427,99.87,0,0,0.18,532.71,3436.15,26132428,99.91,0,0,0.18,532.81,3436.05,26132429,99.93,0,0,0.18,532.78,3436.07,26132430,99.66,0,0,0.8,532.2,3436.67,26132431,99.92,0,0,0.18,531.52,3437.34,26132432,99.89,0,0,0.16,531.49,3437.37,26132433,99.9,0,0,0.16,531.46,3437.39,26132434,99.86,0,0,0.18,531.44,3437.41,26132435,99.57,0,0,0.73,532.75,3436.11,26132436,99.88,0,0,0.16,532.57,3436.29,26132437,99.88,0,0,0.14,532.53,3436.32,26132438,99.84,0,0,0.18,532.62,3436.23,26132439,99.7,0,0,0.27,532,3436.83,26132440,99.61,0,0.01,0.71,532.64,3436.21,26132441,99.87,0,0,0.14,532.42,3436.42,26132442,99.89,0,0,0.16,532.4,3436.44,26132443,99.92,0,0,0.15,532.52,3436.31,26132444,99.89,0,0,0.16,532.52,3436.33,26132445,99.68,0,0,0.66,533.19,3435.68,26132446,99.91,0,0,0.14,532.98,3435.88,26132447,99.83,0,0,0.16,532.95,3435.9,26132448,99.87,0,0,0.14,532.92,3435.93,26132449,99.9,0,0,0.14,532.02,3436.83,26132450,99.67,0,0,0.66,531.67,3437.19,26132451,99.93,0,0,0.2,532.06,3436.8,26132452,99.88,0,0,0.14,532.03,3436.83,26132453,99.87,0,0,0.15,532,3436.86,26132454,99.9,0,0,0.16,531.96,3436.89,26132455,99.66,0,0,0.54,531.9,3436.96,26132456,99.89,0,0,0.3,531.42,3437.44,26132457,99.88,0,0,0.15,531.42,3437.44,26132458,99.88,0,0,0.14,531.56,3437.3,26132459,99.88,0,0,0.15,531.53,3437.32,26132460,95.35,0.26,0.01,64.89,541.88,3427.21,26132461,99.15,0,0,194.85,537.33,3431.71,26132462,99.87,0,0,0.2,534.71,3434.33,26132463,99.87,0,0,0.14,534.69,3434.35,26132464,99.89,0,0,0.14,534.66,3434.37,26132465,99.82,0,0,0.29,534.88,3434.16,26132466,99.61,0,0,0.58,531.9,3437.17,26132467,99.9,0,0,0.13,531.55,3437.52,26132468,99.9,0,0,0.16,531.6,3437.46,26132469,99.67,0,0.01,0.34,532.3,3436.73,26132470,99.8,0,0,0.37,531.35,3437.7,26132471,99.74,0,0,0.56,532.02,3437.04,26132472,99.88,0,0,0.18,531.74,3437.32,26132473,99.89,0,0,0.16,531.71,3437.35,26132474,99.91,0,0,0.16,531.74,3437.32,26132475,99.8,0,0,0.32,531.16,3437.92,26132476,99.77,0,0,0.63,532.24,3436.83,26132477,99.88,0,0,0.21,532.05,3437.02,26132478,99.91,0,0,0.17,532.02,3437.04,26132479,99.92,0,0,0.17,532,3437.06,26132480,99.77,0,0,0.32,531.99,3437.08,26132481,99.74,0,0,0.56,532.48,3436.59,26132482,99.92,0,0,0.17,532.24,3436.82,26132483,99.87,0,0,0.15,532.34,3436.72,26132484,99.88,0,0,0.15,532.32,3436.74,26132485,99.82,0,0,0.29,532.31,3436.77,26132486,99.77,0,0,0.41,533.03,3436.04,26132487,99.88,0,0,0.28,532.26,3436.81,26132488,99.85,0,0,0.15,532.23,3436.83,26132489,99.88,0,0,0.14,532.2,3436.86,26132490,99.78,0,0,0.29,532.29,3436.79,26132491,99.77,0,0,0.51,532.87,3436.2,26132492,99.88,0,0,0.2,532.31,3436.76,26132493,99.89,0,0,0.15,532.28,3436.78,26132494,99.88,0,0,0.14,532.26,3436.8,26132495,99.53,0,0,0.3,532.25,3436.83,26132496,99.73,0,0,0.41,532.6,3436.47,26132497,99.9,0,0,0.28,532.44,3436.63,26132498,99.89,0,0,0.17,532.31,3436.75,26132499,99.7,0,0,0.29,531.6,3437.43,26132500,99.81,0,0.01,0.28,531.08,3437.97,26132501,99.71,0,0,0.41,531.45,3437.6,26132502,99.9,0,0,0.3,531.5,3437.55,26132503,99.85,0,0,0.19,531.48,3437.56,26132504,99.9,0,0,0.16,531.45,3437.59,26132505,99.78,0,0,0.34,530.87,3438.18,26132506,99.91,0,0,0.16,530.89,3438.16,26132507,99.73,0,0,0.56,532.15,3436.89,26132508,99.9,0,0,0.13,531.81,3437.23,26132509,99.9,0,0,0.17,531.79,3437.25,26132510,99.77,0,0,0.33,532.49,3436.56,26132511,99.91,0,0,0.14,532.47,3436.57,26132512,99.72,0,0,0.56,532.99,3436.05,26132513,99.88,0,0,0.14,532.49,3436.55,26132514,99.85,0,0,0.15,532.59,3436.45,26132515,99.8,0,0,0.3,531.63,3437.42,26132516,99.86,0,0,0.17,531.56,3437.48,26132517,99.71,0,0,0.52,532.19,3436.87,26132518,99.75,0,0,0.17,532.01,3437.05,26132519,99.88,0,0,0.16,531.96,3437.09,26132520,99.73,0,0,0.3,532.49,3436.58,26132521,99.88,0,0,0.16,532.61,3436.46,26132522,99.67,0,0,0.52,532.49,3436.57,26132523,99.81,0.01,0.06,0.18,531.81,3437.24,26132524,99.85,0,0,0.16,531.82,3437.22,26132525,99.71,0,0,0.29,531.58,3437.48,26132526,99.88,0,0,0.14,531.54,3437.51,26132527,99.73,0,0,0.5,532.29,3436.76,26132528,99.81,0,0,0.22,532.46,3436.58,26132529,99.64,0,0.01,0.3,532.66,3436.36,26132530,99.74,0,0,0.32,531.51,3437.52,26132531,99.88,0,0,0.16,531.58,3437.45,26132532,99.71,0,0,0.51,532.64,3436.39,26132533,99.82,0,0,0.18,533,3436.03,26132534,99.83,0,0,0.16,532.96,3436.06,26132535,99.74,0,0,0.32,531.51,3437.53,26132536,99.83,0,0,0.14,531.44,3437.59,26132537,99.61,0,0,0.36,532.31,3436.72,26132538,99.84,0,0,0.35,532.06,3436.96,26132539,99.83,0,0,0.16,532.04,3436.98,26132540,99.79,0,0,0.28,532.28,3436.75,26132541,99.84,0,0,0.16,532.24,3436.79,26132542,98.29,0,0,0.3,532.59,3436.43,26132543,99.82,0,0,0.39,532.42,3436.6,26132544,99.78,0,0,0.14,532.4,3436.62,26132545,99.69,0,0,0.3,532.06,3436.97,26132546,99.8,0,0,0.17,532.05,3436.98,26132547,99.78,0,0,0.14,532.02,3437.01,26132548,99.57,0,0,0.54,532.97,3436.05,26132549,99.85,0,0,0.14,532.2,3436.82,26132550,99.68,0,0,0.28,532.67,3436.36,26132551,99.8,0,0,0.14,532.66,3436.37,26132552,99.84,0,0,0.16,532.71,3436.32,26132553,99.64,0,0,0.55,533.34,3435.68,26132554,99.85,0,0,0.15,532.79,3436.23,26132555,98.31,0,0,0.36,532.77,3436.26,26132556,99.83,0,0,0.17,532.75,3436.28,26132557,99.8,0,0,0.14,532.72,3436.3,26132558,99.65,0,0,0.59,532.81,3436.2,26132559,99.57,0,0,0.34,532.9,3436.09,26132560,99.63,0,0.01,0.35,533.09,3435.92,26132561,99.8,0,0,0.15,533.05,3435.95,26132562,99.83,0,0,0.14,533.03,3435.97,26132563,99.67,0,0,0.46,533.22,3435.78,26132564,99.82,0,0,0.19,532.73,3436.31,26132565,99.75,0,0,0.3,532.72,3436.36,26132566,99.84,0,0,0.17,532.71,3436.37,26132567,99.84,0,0,0.14,532.73,3436.34,26132568,99.7,0,0,0.45,533.54,3435.52,26132569,99.84,0,0,0.28,532.8,3436.26,26132570,99.72,0,0,0.29,532.32,3436.75,26132571,99.85,0,0,0.16,532.27,3436.79,26132572,99.83,0,0.01,0.15,532.24,3436.82,26132573,99.7,0,0,0.49,532.61,3436.45,26132574,99.8,0,0,0.2,532.41,3436.64,26132575,99.67,0,0,0.36,532.54,3436.53,26132576,99.84,0,0,0.14,532.57,3436.49,26132577,99.79,0,0,0.16,532.54,3436.52,26132578,99.71,0,0,0.32,532.88,3436.18,26132579,99.83,0,0,0.36,532.72,3436.33,26132580,99.65,0,0,0.29,532.72,3436.35,26132581,99.82,0,0,0.16,532.7,3436.37,26132582,99.82,0,0,0.14,532.71,3436.35,26132583,99.83,0,0,0.15,532.82,3436.24,26132584,99.62,0,0.01,0.53,533.34,3435.71,26132585,99.74,0,0,0.3,533,3436.08,26132586,99.84,0,0,0.14,532.97,3436.1,26132587,99.84,0,0,0.17,532.95,3436.12,26132588,99.82,0,0,0.13,532.91,3436.15,26132589,99.56,0,0.01,0.78,533.33,3435.71,26132590,99.74,0,0,0.3,532.34,3436.71,26132591,99.8,0,0,0.16,532.29,3436.76,26132592,99.8,0,0,0.14,532.26,3436.78,26132593,99.85,0,0,0.15,532.23,3436.81,26132594,99.64,0,0,0.46,532.35,3436.7,26132595,99.71,0,0,0.34,531.95,3437.13,26132596,99.8,0,0,0.15,531.92,3437.15,26132597,99.8,0,0,0.21,532.02,3437.04,26132598,99.83,0,0,0.14,532.05,3437.01,26132599,99.69,0,0,0.48,532.65,3436.41,26132600,99.69,0,0,0.39,532.52,3436.55,26132601,99.82,0,0,0.13,531.7,3437.37,26132602,99.8,0,0,0.14,531.47,3437.59,26132603,99.82,0,0,0.16,531.44,3437.62,26132604,99.68,0,0,0.39,532.16,3436.89,26132605,99.66,0,0,0.47,532.15,3436.91,26132606,99.79,0,0,0.17,532.06,3437,26132607,99.84,0,0,0.14,532.03,3437.02,26132608,99.83,0,0,0.14,531.99,3437.05,26132609,99.68,0,0,0.48,532.37,3436.67,26132610,99.7,0,0,0.34,531.97,3437.09,26132611,99.83,0,0,0.16,531.92,3437.13,26132612,99.84,0,0,0.14,532.05,3436.99,26132613,99.8,0,0,0.14,532.05,3436.99,26132614,96.63,0.02,0.01,78.41,537.9,3432.39,26132615,99.02,0,0,0.59,534.61,3434.17,26132616,99.82,0,0,0.13,534.73,3434.04,26132617,99.8,0,0,0.16,534.74,3434.04,26132618,99.76,0,0,0.15,534.7,3434.07,26132619,99.68,0,0,0.44,533.03,3435.73,26132620,99.5,0,0.01,0.66,531.85,3436.95,26132621,99.8,0,0,0.16,531.28,3437.51,26132622,99.75,0,0,0.15,531.26,3437.53,26132623,99.8,0,0,0.14,531.24,3437.54,26132624,99.85,0,0,0.15,531.39,3437.39,26132625,99.58,0,0,0.71,532.72,3436.09,26132626,99.82,0,0,0.17,532.34,3436.48,26132627,99.8,0,0,0.14,532.32,3436.49,26132628,99.8,0,0,0.16,532.29,3436.52,26132629,99.81,0,0,0.15,532.26,3436.54,26132630,99.59,0,0,0.67,532.61,3436.21,26132631,99.84,0,0,0.14,532.28,3436.53,26132632,99.83,0,0,0.17,532.39,3436.43,26132633,99.83,0,0,0.14,532.36,3436.45,26132634,99.82,0,0,0.16,532.32,3436.49,26132635,99.56,0,0,0.71,532.21,3436.61,26132636,99.85,0,0,0.16,532.28,3436.54,26132637,99.82,0,0,0.14,532.27,3436.55,26132638,99.82,0,0,0.15,532.23,3436.58,26132639,99.83,0,0,0.14,532.25,3436.55,26132640,99.52,0,0,0.63,532.32,3436.5,26132641,99.8,0,0,0.21,532.6,3436.22,26132642,99.84,0,0,0.14,532.57,3436.24,26132643,99.8,0,0,0.15,532.54,3436.27,26132644,99.84,0,0,0.14,532.51,3436.29,26132645,99.57,0,0,0.61,532.66,3436.17,26132646,99.83,0,0,0.21,532.48,3436.34,26132647,99.82,0,0,0.17,532.56,3436.25,26132648,99.79,0,0,0.15,532.61,3436.2,26132649,99.75,0,0.01,0.29,532.58,3436.21,26132650,99.56,0,0,0.68,532.72,3436.09,26132651,99.84,0,0,0.12,532.55,3436.26,26132652,99.8,0,0,0.16,532.51,3436.29,26132653,99.81,0,0.01,0.16,532.52,3436.27,26132654,99.83,0,0,0.15,532.62,3436.2,26132655,99.72,0,0,0.31,532.62,3436.22,26132656,99.68,0,0,0.57,532.68,3436.15,26132657,99.81,0,0,0.2,532.31,3436.52,26132658,99.8,0,0,0.14,532.29,3436.54,26132659,99.81,0,0,0.16,532.25,3436.57,26132660,99.77,0,0,0.29,532.49,3436.35,26132661,99.64,0,0,0.54,533.23,3435.61,26132662,99.73,0,0,0.14,532.87,3435.97,26132663,98.55,0,0,0.15,532.85,3435.99,26132664,99.83,0,0,0.14,532.82,3436.01,26132665,99.69,0,0,0.32,532.08,3436.76,26132666,99.71,0,0,0.52,531.84,3437.01,26132667,99.83,0,0,0.16,531.28,3437.55,26132668,99.8,0,0,0.15,531.25,3437.58,26132669,99.81,0,0,0.14,531.33,3437.49,26132670,99.75,0,0,0.32,532.62,3436.23,26132671,99.7,0,0,0.55,532.63,3436.2,26132672,99.83,0,0,0.14,532.08,3436.75,26132673,99.81,0,0,0.15,532.05,3436.78,26132674,99.8,0,0,0.16,532.02,3436.8,26132675,99.66,0,0,0.32,531.83,3437,26132676,98.42,0,0,0.47,532.81,3436.02,26132677,99.76,0,0,0.21,532.56,3436.27,26132678,99.78,0,0,0.17,532.53,3436.29,26132679,99.66,0,0,0.34,532.58,3436.22,26132680,99.69,0,0.01,0.3,531.84,3436.97,26132681,99.61,0,0,0.54,532.54,3436.27,26132682,99.81,0,0,0.14,532.5,3436.3,26132683,99.8,0,0,0.15,532.47,3436.33,26132684,99.8,0,0,0.14,532.45,3436.34,26132685,99.7,0,0,0.35,532.15,3436.66,26132686,99.68,0,0,0.53,532.45,3436.36,26132687,99.8,0,0,0.16,532.07,3436.73,26132688,99.8,0,0,0.15,532.04,3436.76,26132689,99.85,0,0,0.15,531.99,3436.8,26132690,99.74,0,0,0.29,532.23,3436.58,26132691,99.68,0,0,0.41,532.58,3436.23,26132692,99.85,0,0,0.29,532.12,3436.69,26132693,99.82,0,0,0.14,532.09,3436.71,26132694,99.81,0,0,0.17,532.05,3436.74,26132695,99.7,0,0,0.31,531.8,3437.01,26132696,99.83,0,0,0.16,531.74,3437.07,26132697,99.59,0,0,0.54,532.42,3436.38,26132698,99.85,0,0,0.14,531.8,3437,26132699,99.87,0,0,0.16,531.84,3436.96,26132700,99.71,0,0,0.3,530.86,3437.95,26132701,99.91,0,0,0.14,530.81,3438,26132702,99.75,0,0,0.57,532.36,3436.44,26132703,99.92,0,0,0.14,531.99,3436.81,26132704,99.9,0,0,0.14,531.95,3436.84,26132705,99.83,0,0,0.32,531.59,3437.23,26132706,99.91,0,0,0.15,531.65,3437.16,26132707,99.72,0,0,0.54,532.8,3436,26132708,99.91,0,0,0.16,532.82,3435.98,26132709,99.82,0,0.01,0.29,532.81,3435.97,26132710,99.82,0,0,0.32,532.79,3436.01,26132711,99.9,0,0,0.16,532.76,3436.03,26132712,99.75,0,0,0.51,532.98,3435.81,26132713,99.91,0,0,0.15,532.57,3436.21,26132714,99.91,0,0,0.14,532.62,3436.16,26132715,99.81,0,0,0.29,532.85,3435.95,26132716,99.91,0,0,0.16,532.83,3435.98,26132717,99.69,0,0,0.43,533.26,3435.55,26132718,99.89,0,0,0.27,533.03,3435.78,26132719,99.9,0,0,0.16,532.99,3435.81,26132720,99.86,0,0,0.3,532.49,3436.32,26132721,99.91,0,0,0.16,532.57,3436.24,26132722,99.76,0,0,0.5,533.39,3435.41,26132723,99.89,0,0,0.19,532.84,3435.96,26132724,99.88,0,0,0.16,532.8,3435.99,26132725,99.8,0,0,0.29,533.04,3435.77,26132726,99.91,0,0,0.16,533.02,3435.79,26132727,99.79,0,0,0.36,533.43,3435.38,26132728,99.87,0,0,0.34,532.46,3436.35,26132729,99.88,0,0,0.14,532.55,3436.26,26132730,99.8,0,0,0.27,531.89,3436.93,26132731,99.84,0,0,0.14,531.85,3436.97,26132732,99.9,0,0,0.16,531.82,3437,26132733,99.69,0,0,0.55,532.15,3436.66,26132734,99.84,0,0,0.18,531.76,3437.05,26132735,99.8,0,0,0.35,532.48,3436.34,26132736,99.9,0,0,0.18,532.47,3436.35,26132737,99.9,0,0,0.18,532.57,3436.24,26132738,99.7,0,0,0.54,533.28,3435.53,26132739,99.83,0,0,0.36,532.82,3435.98,26132740,99.83,0,0.01,0.29,532.62,3436.2,26132741,99.88,0,0,0.16,532.51,3436.3,26132742,99.92,0,0,0.17,532.49,3436.33,26132743,99.75,0,0,0.53,533.18,3435.62,26132744,99.91,0,0,0.16,532.97,3435.83,26132745,99.79,0,0,0.3,532.15,3436.67,26132746,99.89,0,0,0.15,532.09,3436.72,26132747,99.88,0,0,0.16,532.05,3436.76,26132748,99.67,0,0,0.53,533.32,3435.48,26132749,99.89,0,0,0.15,532.97,3435.82,26132750,99.84,0,0,0.29,532.96,3435.86,26132751,99.91,0,0,0.16,532.95,3435.86,26132752,99.92,0,0,0.14,533.09,3435.72,26132753,99.75,0,0,0.51,533.5,3435.3,26132754,99.9,0,0,0.2,533.03,3435.78,26132755,99.8,0,0,0.29,532.79,3436.05,26132756,99.93,0,0,0.15,532.11,3436.72,26132757,99.9,0,0,0.16,531.75,3437.08,26132758,99.75,0,0,0.39,532.19,3436.63,26132759,99.92,0,0,0.29,532.19,3436.63,26132760,99.76,0,0,0.3,532.64,3436.2,26132761,99.91,0,0,0.15,532.6,3436.23,26132762,99.9,0,0,0.14,532.57,3436.26,26132763,99.75,0,0,0.41,532.82,3436,26132764,99.9,0,0,0.28,532.26,3436.56,26132765,99.81,0,0,0.3,531.04,3437.79,26132766,99.92,0,0,0.14,531,3437.83,26132767,99.88,0,0,0.16,531.14,3437.68,26132768,99.76,0,0,0.32,531.9,3436.92,26132769,99.77,0,0.01,0.55,532.08,3436.71,26132770,99.8,0,0,0.34,532.3,3436.51,26132771,99.87,0,0,0.14,532.27,3436.53,26132772,99.9,0,0,0.14,532.24,3436.55,26132773,99.9,0,0,0.18,532.22,3436.57,26132774,99.69,0,0,0.54,532.82,3435.99,26132775,99.75,0,0,0.31,532.22,3436.61,26132776,99.85,0,0,0.14,532.09,3436.73,26132777,99.9,0,0,0.21,532.06,3436.75,26132778,99.91,0,0,0.14,532.03,3436.79,26132779,99.71,0,0,0.55,532.36,3436.45,26132780,99.84,0,0,0.33,532,3436.83,26132781,99.89,0,0,0.18,531.96,3436.85,26132782,99.91,0,0,0.18,532.05,3436.76,26132783,99.94,0,0,0.18,532.1,3436.71,26132784,98.58,0,0,0.54,532.41,3436.39,26132785,99.8,0,0,0.3,532.3,3436.52,26132786,99.9,0,0,0.16,532.28,3436.54,26132787,99.9,0,0,0.14,532.25,3436.56,26132788,99.92,0,0,0.14,532.23,3436.58,26132789,99.78,0,0,0.5,532.72,3436.08,26132790,99.85,0,0,0.36,532.48,3436.33,26132791,99.92,0,0,0.13,532.6,3436.21,26132792,99.9,0,0,0.16,532.57,3436.24,26132793,99.91,0,0,0.14,532.54,3436.26,26132794,99.7,0,0,0.48,532.77,3436.03,26132795,99.85,0,0,0.35,532.5,3436.32,26132796,99.9,0,0,0.16,532.48,3436.34,26132797,99.92,0,0,0.14,532.44,3436.36,26132798,99.85,0,0,0.16,532.42,3436.38,26132799,99.53,0,0,0.66,532.92,3435.85,26132800,99.81,0,0.01,0.29,532.56,3436.24,26132801,99.9,0,0,0.18,532.52,3436.28,26132802,99.9,0,0,0.14,532.48,3436.31,26132803,99.91,0,0,0.15,532.44,3436.34,26132804,99.74,0,0,0.46,532.83,3435.98,26132805,99.74,0.03,2.69,0.45,532.32,3436.51,26132806,99.89,0,0.29,0.31,532.32,3436.49,26132807,99.8,0.03,4.21,0.51,532.27,3436.52,26132808,99.92,0,0,0.24,532.2,3436.57,26132809,99.75,0,0,0.36,532.67,3436.09,26132810,99.81,0,0,0.64,531.86,3436.91,26132811,99.9,0,0,0.14,531.78,3437.01,26132812,99.88,0.01,0.75,0.14,531.74,3437.04,26132813,99.9,0,0,0.25,531.79,3436.98,26132814,99.9,0,0,0.14,531.75,3437.01,26132815,99.55,0,0,0.68,532.72,3436.07,26132816,99.88,0,0,0.16,532.44,3436.34,26132817,99.9,0,0,0.14,532.41,3436.37,26132818,99.93,0,0,0.14,532.37,3436.4,26132819,99.92,0,0,0.17,532.46,3436.31,26132820,99.4,0,0,0.67,531.9,3436.89,26132821,99.88,0.01,1,0.29,531.47,3437.3,26132822,99.91,0,0,0.14,531.53,3437.23,26132823,99.92,0,0,0.15,531.49,3437.27,26132824,99.88,0,0,0.17,531.45,3437.3,26132825,93.6,17,0.03,212.92,547.15,3418.39,26132826,99.81,0,0,64.02,534.91,3433.87,26132827,99.89,0,0,0.14,534.88,3433.9,26132828,99.89,0,0,0.14,534.86,3433.92,26132829,99.76,0.01,0.04,0.31,534.89,3433.86,26132830,99.68,0,0,0.55,534.64,3434.14,26132831,99.9,0,0,0.28,532.77,3436.02,26132832,99.92,0.01,0.03,0.16,532.72,3436.06,26132833,99.88,0.01,0.62,0.16,532.72,3436.06,26132834,99.91,0,0,0.2,532.75,3436.05,26132835,99.64,0,0,0.69,532.23,3436.6,26132836,99.89,0.01,0.37,0.23,532.47,3436.35,26132837,99.88,0.01,0.26,0.23,532.07,3436.75,26132838,99.88,0,0.06,0.17,531.98,3436.83,26132839,99.91,0,0,0.14,532.08,3436.73,26132840,99.69,0,0,0.55,532.82,3436,26132841,99.88,0,0,0.29,532.28,3436.54,26132842,99.92,0,0,0.15,532.26,3436.56,26132843,99.87,0,0,0.14,532.22,3436.59,26132844,99.91,0,0,0.16,532.19,3436.61,26132845,99.61,0,0,0.59,533.1,3435.72,26132846,99.88,0,0,0.29,532.74,3436.07,26132847,99.91,0,0,0.14,532.81,3436,26132848,99.9,0,0,0.14,532.78,3436.03,26132849,99.9,0,0.01,0.15,532.73,3436.07,26132850,99.7,0,0,0.33,532.04,3436.78,26132851,99.83,0,0,0.54,533.04,3435.78,26132852,99.93,0,0,0.16,532.67,3436.15,26132853,99.9,0,0,0.14,532.82,3435.99,26132854,99.9,0,0,0.15,532.78,3436.02,26132855,99.85,0,0,0.31,532.04,3436.78,26132856,99.76,0,0,0.54,532.96,3435.86,26132857,99.9,0,0,0.14,532.71,3436.11,26132858,99.89,0,0,0.17,532.64,3436.17,26132859,99.77,0,0,0.3,532.65,3436.13,26132860,99.89,0,0.01,0.3,532.27,3436.54,26132861,99.73,0,0,0.54,533.08,3435.72,26132862,99.87,0,0,0.15,532.77,3436.03,26132863,99.91,0,0,0.14,532.75,3436.05,26132864,99.91,0.01,0.01,0.16,532.74,3436.05,26132865,99.82,0,0,0.37,532.8,3436,26132866,99.78,0,0,0.57,533.3,3435.5,26132867,99.9,0,0,0.15,533,3435.79,26132868,99.93,0,0,0.16,532.96,3435.83,26132869,99.93,0,0,0.14,532.93,3435.85,26132870,99.79,0,0,0.3,532.68,3436.12,26132871,99.76,0,0,0.52,533.51,3435.28,26132872,99.89,0,0,0.23,533,3435.79,26132873,99.93,0,0,0.14,533.05,3435.73,26132874,99.9,0,0,0.16,533.02,3435.76,26132875,99.8,0,0,0.3,532.05,3436.75,26132876,99.75,0,0,0.4,532.8,3435.99,26132877,99.92,0,0,0.3,532.96,3435.83,26132878,99.91,0,0,0.17,532.93,3435.86,26132879,99.9,0,0,0.18,532.91,3435.87,26132880,99.76,0,0,0.31,532.21,3436.59,26132881,99.76,0,0,0.41,532.54,3436.25,26132882,99.92,0,0,0.27,532.78,3436.01,26132883,99.92,0,0,0.16,532.74,3436.04,26132884,99.92,0,0,0.15,532.71,3436.06,26132885,99.79,0,0,0.3,531.75,3437.04,26132886,99.76,0,0,0.39,532.23,3436.55,26132887,99.92,0,0,0.29,532.89,3435.89,26132888,99.94,0,0,0.16,532.98,3435.79,26132889,99.72,0,0.01,0.29,532.55,3436.21,26132890,99.76,0,0,0.34,531.81,3436.96,26132891,99.9,0,0,0.14,531.75,3437.02,26132892,99.77,0,0,0.57,533.81,3434.95,26132893,99.92,0,0,0.14,533.16,3435.59,26132894,99.92,0,0,0.14,533.14,3435.65,26132895,99.83,0,0,0.31,532.91,3435.92,26132896,99.89,0,0,0.15,533.05,3435.77,26132897,99.74,0,0,0.58,533.42,3435.39,26132898,99.89,0,0,0.16,532.98,3435.82,26132899,99.93,0,0,0.14,532.96,3435.84,26132900,99.81,0,0,0.34,532.96,3435.86,26132901,99.91,0,0,0.15,532.93,3435.89,26132902,99.77,0,0,0.55,533.06,3435.75,26132903,99.92,0,0,0.16,532.63,3436.17,26132904,99.94,0,0,0.18,532.72,3436.08,26132905,97.81,0,0,0.37,533.02,3435.8,26132906,99.91,0,0,0.18,533,3435.81,26132907,99.75,0,0,0.59,532.7,3436.11,26132908,99.92,0,0,0.16,531.97,3436.84,26132909,99.91,0,0,0.17,531.93,3436.87,26132910,99.8,0,0,0.32,532.38,3436.44,26132911,99.91,0,0,0.14,531.9,3436.91,26132912,99.73,0,0,0.51,532.42,3436.39,26132913,99.88,0,0,0.23,531.54,3437.27,26132914,99.9,0,0,0.15,531.5,3437.3,26132915,99.78,0,0,0.36,532.27,3436.55,26132916,99.9,0,0,0.14,532.21,3436.6,26132917,99.73,0,0,0.81,532.53,3436.28,26132918,99.86,0,0,0.18,532.1,3436.71,26132919,99.68,0,0,0.33,532.16,3436.64,26132920,99.77,0,0.01,0.3,531.11,3437.7,26132921,99.86,0,0,0.16,531.04,3437.77,26132922,99.76,0,0,0.39,531.5,3437.3,26132923,99.91,0,0,0.44,532.22,3436.59,26132924,99.88,0,0,0.17,532.18,3436.62,26132925,99.74,0,0,0.33,532.17,3436.65,26132926,99.9,0,0,0.14,532.15,3436.67,26132927,99.68,0,0,0.39,532.56,3436.25,26132928,99.87,0,0,0.34,532.06,3436.75,26132929,99.86,0,0,0.15,532.03,3436.77,26132930,99.81,0,0,0.3,532.28,3436.54,26132931,99.88,0.01,0.12,0.17,532.22,3436.59,26132932,99.9,0.01,0.4,0.2,532.27,3436.53,26132933,99.75,0,0,0.52,532.64,3436.16,26132934,99.85,0,0,0.15,531.96,3436.84,26132935,99.79,0,0,0.32,531.22,3437.59,26132936,99.89,0,0,0.17,531.18,3437.62,26132937,99.87,0,0.02,0.15,531.21,3437.59,26132938,99.7,0.01,0.07,0.61,532.23,3436.56,26132939,99.87,0,0,0.19,531.92,3436.86,26132940,99.74,0,0,0.31,532.53,3436.27,26132941,99.88,0,0,0.15,532.51,3436.29,26132942,99.87,0,0,0.14,532.48,3436.31,26132943,99.75,0,0.01,0.55,532.78,3436,26132944,99.89,0,0,0.15,532.4,3436.38,26132945,99.77,0,0,0.3,531.67,3437.12,26132946,99.89,0,0,0.16,531.68,3437.11,26132947,99.85,0,0,0.14,531.78,3437,26132948,99.76,0.01,0.44,0.45,532.56,3436.23,26132949,99.71,0.01,0.02,0.39,532.51,3436.24,26132950,99.73,0,0,0.3,532.53,3436.24,26132951,99.84,0,0,0.16,532.44,3436.32,26132952,99.92,0,0,0.15,532.41,3436.35,26132953,99.67,0,0,0.52,532.74,3436.02,26132954,99.89,0,0,0.15,532.36,3436.41,26132955,99.77,0,0,0.31,531.69,3437.1,26132956,99.88,0,0,0.16,531.76,3437.02,26132957,99.87,0,0,0.18,531.98,3436.8,26132958,99.75,0,0,0.4,532.59,3436.19,26132959,99.88,0,0,0.28,532.42,3436.35,26132960,99.74,0,0,0.29,531.69,3437.1,26132961,99.83,0,0,0.14,531.66,3437.14,26132962,99.86,0,0,0.17,531.63,3437.16,26132963,99.7,0,0,0.4,532.05,3436.73,26132964,99.89,0,0.01,0.28,532.26,3436.51,26132965,99.76,0,0,0.3,532.23,3436.57,26132966,98.02,0,0,0.15,532.2,3436.59,26132967,99.9,0,0,0.13,532.17,3436.62,26132968,99.7,0,0,0.41,532.52,3436.26,26132969,99.88,0,0,0.28,532.42,3436.36,26132970,99.79,0,0,0.28,532.53,3436.26,26132971,99.9,0,0,0.16,532.51,3436.29,26132972,99.91,0,0.01,0.17,532.46,3436.32,26132973,99.88,0,0,0.15,532.44,3436.35,26132974,99.64,0,0,0.52,531.84,3436.94,26132975,99.74,0,0.02,0.29,531.5,3437.29,26132976,99.9,0,0,0.18,531.54,3437.25,26132977,99.9,0.01,0.12,0.17,531.47,3437.31,26132978,99.87,0,0,0.18,531.51,3437.27,26132979,99.46,0,0,0.72,532.99,3435.76,26132980,98.04,0,0.01,0.38,531.22,3437.54,26132981,99.87,0,0,0.18,531.28,3437.48,26132982,99.92,0,0,0.18,531.26,3437.5,26132983,99.89,0,0,0.18,531.22,3437.53,26132984,99.7,0,0,0.57,531.7,3437.05,26132985,99.82,0,0,0.37,532.17,3436.6,26132986,99.9,0,0,0.18,532.15,3436.62,26132987,99.87,0,0,0.17,532.12,3436.64,26132988,99.9,0,0,0.16,532.15,3436.61,26132989,99.73,0,0,0.54,532.88,3435.87,26132990,99.77,0,0,0.3,532.49,3436.27,26132991,99.86,0,0,0.13,532.45,3436.31,26132992,99.9,0.01,0.17,0.18,532.42,3436.34,26132993,99.87,0,0,0.19,532.34,3436.4,26132994,99.75,0,0,0.58,532.95,3435.81,26132995,99.76,0,0,0.29,531.76,3437.02,26132996,99.88,0,0,0.16,531.7,3437.06,26132997,99.89,0,0,0.14,531.67,3437.09,26132998,99.88,0,0,0.14,531.64,3437.12,26132999,99.67,0.02,0.84,0.52,532.66,3436.09,26133000,99.69,0,0,0.35,532.9,3435.86,26133001,99.85,0,0,0.17,532.87,3435.9,26133002,99.83,0,0,0.14,532.86,3435.89,26133003,99.79,0,0,0.14,532.98,3435.77,26133004,99.67,0,0,0.36,533.3,3435.45,26133005,99.78,0,0,0.52,532.72,3436.04,26133006,99.91,0,0,0.13,532.65,3436.1,26133007,99.89,0,0,0.16,532.62,3436.13,26133008,99.91,0,0,0.14,532.59,3436.15,26133009,99.61,0,0.01,0.5,533.2,3435.52,26133010,99.8,0,0,0.48,532.29,3436.45,26133011,99.86,0,0,0.15,532.22,3436.52,26133012,99.89,0,0,0.17,532.19,3436.55,26133013,99.89,0,0,0.14,532.15,3436.57,26133014,99.88,0,0,0.16,532.13,3436.6,26133015,99.59,0,0,0.7,532.24,3436.51,26133016,99.86,0,0,0.16,531.85,3436.89,26133017,99.87,0,0,0.2,531.88,3436.85,26133018,99.93,0,0,0.15,531.98,3436.75,26133019,99.89,0,0,0.14,531.95,3436.77,26133020,99.65,0,0,0.77,533.19,3435.55,26133021,99.92,0,0.01,0.18,532.88,3435.84,26133022,99.93,0,0,0.15,532.85,3435.88,26133023,99.93,0,0,0.14,532.81,3435.9,26133024,99.93,0,0,0.15,532.96,3435.76,26133025,99.63,0,0,0.72,532.87,3435.86,26133026,99.93,0,0,0.14,532.67,3436.05,26133027,99.92,0,0,0.16,532.63,3436.09,26133028,99.89,0,0,0.16,532.61,3436.11,26133029,99.92,0,0.01,0.16,532.57,3436.14,26133030,99.66,0,0,0.56,533.02,3435.71,26133031,99.88,0,0,0.25,532.46,3436.27,26133032,99.93,0,0,0.16,532.43,3436.29,26133033,99.9,0,0,0.14,532.41,3436.31,26133034,99.91,0,0,0.14,532.38,3436.33,26133035,99.72,0,0,0.73,532.6,3436.13,26133036,99.91,0,0,0.13,532.83,3435.89,26133037,99.88,0,0,0.14,532.81,3435.91,26133038,99.88,0,0,0.18,532.8,3435.91,26133039,99.76,0,0,0.41,532.74,3435.95,26133040,99.63,0,0.01,0.77,532.72,3435.99,26133041,96.82,0,0,0.14,532.92,3435.78,26133042,99.9,0,0,0.16,532.89,3435.8,26133043,99.89,0,0,0.14,532.86,3435.83,26133044,99.88,0,0,0.14,532.83,3435.9,26133045,99.6,0,0,0.48,532.6,3436.16,26133046,99.88,0,0,0.44,532.95,3435.8,26133047,99.88,0,0,0.16,532.95,3435.8,26133048,99.88,0,0,0.16,532.93,3435.82,26133049,99.9,0,0,0.15,532.89,3435.85,26133050,99.83,0,0,0.3,532.64,3436.11,26133051,99.75,0,0,0.52,533.17,3435.58,26133052,99.9,0,0,0.16,532.81,3435.93,26133053,99.93,0,0,0.15,532.85,3435.89,26133054,99.9,0,0,0.14,532.95,3435.79,26133055,99.85,0,0,0.31,532.7,3436.05,26133056,99.69,0,0,0.53,532.8,3435.95,26133057,99.93,0,0,0.14,532.39,3436.35,26133058,99.9,0,0,0.15,532.36,3436.37,26133059,99.9,0,0,0.14,532.33,3436.4,26133060,99.81,0,0,0.31,533.05,3435.7,26133061,99.76,0,0,0.55,533.72,3435.03,26133062,99.88,0,0,0.14,533.2,3435.54,26133063,99.9,0,0,0.15,533.17,3435.57,26133064,99.91,0,0,0.14,533.14,3435.6,26133065,99.79,0,0,0.31,532.19,3436.57,26133066,99.73,0,0,0.55,532.58,3436.17,26133067,99.9,0,0,0.18,532.33,3436.41,26133068,99.85,0,0,0.16,532.33,3436.41,26133069,99.71,0,0.01,0.32,531.51,3437.21,26133070,99.76,0,0,0.31,530.96,3437.77,26133071,99.76,0,0,0.4,531.57,3437.15,26133072,99.85,0,0,0.29,531.83,3436.89,26133073,99.92,0,0,0.14,531.81,3436.91,26133074,99.89,0,0,0.15,531.82,3436.9,26133075,99.69,0,0,0.31,532.53,3436.22,26133076,99.72,0,0,0.39,532.7,3436.04,26133077,99.86,0,0,0.32,532.15,3436.59,26133078,99.84,0,0,0.14,532.11,3436.62,26133079,99.87,0,0,0.17,532.08,3436.65,26133080,99.67,0,0,0.32,532.06,3436.69,26133081,99.68,0,0,0.4,532.5,3436.24,26133082,99.83,0,0,0.27,532.69,3436.05,26133083,99.85,0,0,0.15,532.66,3436.07,26133084,99.87,0,0,0.14,532.63,3436.1,26133085,99.81,0,0,0.3,531.91,3436.84,26133086,99.91,0,0,0.17,531.85,3436.9,26133087,98.3,0,0,0.53,532.81,3435.92,26133088,99.84,0,0,0.14,532.03,3436.7,26133089,99.88,0,0,0.16,532.17,3436.55,26133090,99.8,0,0,0.3,532.7,3436.04,26133091,99.83,0,0,0.16,532.68,3436.06,26133092,99.64,0,0,0.54,532.92,3435.82,26133093,99.85,0,0,0.15,532.37,3436.36,26133094,99.85,0,0,0.15,532.35,3436.38,26133095,99.76,0,0,0.33,532.33,3436.41,26133096,99.85,0,0,0.13,532.3,3436.43,26133097,99.72,0,0,0.57,532.8,3435.93,26133098,99.78,0,0,0.16,532.43,3436.3,26133099,99.59,0,0,0.3,532.64,3436.08,26133100,99.78,0,0.01,0.37,532.4,3436.34,26133101,99.83,0,0,0.14,532.36,3436.37,26133102,99.66,0,0,0.54,532.83,3435.89,26133103,99.84,0,0,0.15,532.54,3436.18,26133104,99.82,0,0,0.15,532.62,3436.1,26133105,99.76,0,0,0.31,532.7,3436.04,26133106,99.79,0,0,0.14,532.67,3436.07,26133107,99.63,0,0,0.5,532.95,3435.77,26133108,99.82,0,0,0.19,531.86,3436.86,26133109,99.8,0,0,0.15,531.83,3436.89,26133110,99.72,0,0,0.36,530.61,3438.13,26133111,99.81,0,0,0.14,530.62,3438.11,26133112,99.7,0,0,0.39,531.37,3437.35,26133113,99.81,0,0,0.29,531.68,3437.04,26133114,99.8,0,0,0.14,531.65,3437.06,26133115,99.71,0,0,0.32,530.73,3438,26133116,99.83,0,0,0.16,530.64,3438.09,26133117,99.68,0,0,0.38,531.39,3437.34,26133118,99.8,0,0,0.3,532.08,3436.64,26133119,99.81,0,0,0.16,532.18,3436.54,26133120,99.67,0,0,0.3,532.41,3436.33,26133121,99.85,0,0,0.14,532.39,3436.34,26133122,99.68,0,0,0.54,532.74,3435.98,26133123,99.83,0,0,0.14,532.57,3436.15,26133124,99.82,0,0,0.14,532.54,3436.17,26133125,99.8,0,0,0.32,532.06,3436.67,26133126,99.83,0,0,0.16,532.13,3436.59,26133127,99.85,0,0,0.14,532.17,3436.55,26133128,99.68,0,0,0.54,533.4,3435.31,26133129,99.6,0,0.01,0.28,532.87,3435.83,26133130,99.77,0,0,0.34,532.36,3436.35,26133131,99.8,0,0,0.15,532.32,3436.39,26133132,99.81,0,0,0.14,532.28,3436.42,26133133,99.68,0,0,0.56,532.85,3435.85,26133134,99.83,0,0,0.14,532.65,3436.07,26133135,99.66,0,0,0.32,532.66,3436.09,26133136,99.82,0,0,0.17,532.63,3436.12,26133137,99.82,0,0,0.18,532.35,3436.39,26133138,99.66,0,0,0.54,532.86,3435.88,26133139,99.82,0,0,0.16,532.54,3436.2,26133140,99.71,0,0,0.31,532.29,3436.47,26133141,99.81,0,0,0.14,532.32,3436.44,26133142,99.81,0,0,0.17,532.45,3436.31,26133143,99.7,0,0,0.58,533.28,3435.47,26133144,99.82,0,0,0.15,532.63,3436.11,26133145,99.73,0,0,0.32,531.89,3436.87,26133146,99.83,0,0,0.14,531.86,3436.9,26133147,99.82,0,0,0.17,531.82,3436.93,26133148,99.69,0,0,0.57,532.47,3436.27,26133149,99.81,0,0,0.16,532.37,3436.37,26133150,99.67,0,0,0.31,532.93,3435.82,26133151,99.83,0,0,0.15,532.89,3435.87,26133152,99.82,0,0,0.15,532.86,3435.89,26133153,99.68,0,0,0.54,533.18,3435.57,26133154,99.83,0,0,0.18,532.79,3435.95,26133155,99.66,0,0,0.34,531.59,3437.16,26133156,99.82,0,0,0.16,531.63,3437.12,26133157,99.85,0,0,0.15,531.68,3437.07,26133158,99.69,0,0,0.48,532.34,3436.4,26133159,99.58,0,0,0.36,532.37,3436.34,26133160,99.71,0,0.01,0.33,532.34,3436.39,26133161,99.82,0,0,0.14,532.3,3436.43,26133162,99.84,0,0,0.16,532.28,3436.45,26133163,99.68,0,0,0.41,532.99,3435.73,26133164,99.8,0,0,0.29,532.4,3436.32,26133165,99.76,0,0,0.33,533.13,3435.61,26133166,99.85,0,0,0.16,533.1,3435.63,26133167,99.85,0,0,0.14,533.07,3435.66,26133168,99.83,0,0,0.15,533.04,3435.69,26133169,99.66,0,0,0.55,533.14,3435.58,26133170,99.77,0,0,0.32,533.01,3435.73,26133171,99.79,0,0,0.14,533.16,3435.57,26133172,99.84,0,0,0.17,533.13,3435.6,26133173,99.83,0,0,0.14,533.09,3435.63,26133174,99.67,0,0,0.55,533.18,3435.54,26133175,99.76,0,0,0.33,533.05,3435.69,26133176,99.82,0,0,0.16,533.03,3435.71,26133177,99.85,0,0,0.14,532.99,3435.74,26133178,99.82,0,0,0.16,533.09,3435.63,26133179,99.69,0,0,0.54,533.67,3435.05,26133180,99.69,0,0,0.36,532.86,3435.88,26133181,99.83,0,0,0.18,532.83,3435.9,26133182,99.82,0,0,0.16,532.81,3435.92,26133183,99.83,0,0,0.18,532.77,3435.95,26133184,99.68,0,0,0.56,533.23,3435.49,26133185,99.76,0,0,0.38,532.85,3435.89,26133186,99.81,0,0,0.14,532.88,3435.85,26133187,99.81,0,0,0.16,532.85,3435.88,26133188,99.85,0,0,0.14,532.82,3435.9,26133189,93.96,16.95,0.04,94.78,545.65,3419.41,26133190,99.35,0,0,181.52,534.07,3434.5,26133191,99.8,0,0,0.14,533.95,3434.61,26133192,99.84,0,0,0.15,533.91,3434.64,26133193,99.78,0,0,0.17,533.88,3434.68,26133194,99.64,0,0,0.59,533.82,3434.73,26133195,99.74,0,0,0.36,532.98,3435.62,26133196,99.82,0,0,0.16,533.11,3435.49,26133197,99.82,0,0,0.2,533.31,3435.28,26133198,99.84,0,0,0.14,533.29,3435.3,26133199,99.7,0,0,0.43,533.77,3434.82,26133200,99.79,0,0,0.44,533.25,3435.36,26133201,99.83,0,0,0.16,533.23,3435.38,26133202,99.81,0,0,0.15,533.2,3435.41,26133203,99.8,0,0,0.15,533.25,3435.35,26133204,99.68,0,0,0.42,533.69,3434.91,26133205,99.75,0,0,0.43,532.82,3435.79,26133206,99.8,0,0,0.16,532.8,3435.81,26133207,99.85,0,0,0.14,532.76,3435.84,26133208,99.23,0,0,0.15,532.74,3435.86,26133209,99.8,0,0,0.15,532.7,3435.89,26133210,99.5,0,0,0.68,532,3436.61,26133211,99.83,0,0,0.17,531.56,3437.05,26133212,99.83,0,0,0.14,531.6,3437.01,26133213,99.83,0,0,0.16,531.57,3437.03,26133214,99.83,0,0,0.15,531.53,3437.06,26133215,99.52,0,0,0.7,533.04,3435.57,26133216,99.82,0,0,0.16,532.74,3435.87,26133217,99.85,0,0,0.14,532.71,3435.9,26133218,99.82,0,0,0.16,532.71,3435.89,26133219,99.63,0,0,0.3,532.44,3436.13,26133220,99.54,0,0.01,0.68,531.96,3436.63,26133221,99.84,0,0,0.16,531.31,3437.28,26133222,99.81,0,0,0.14,531.28,3437.3,26133223,99.8,0,0,0.14,531.25,3437.33,26133224,99.82,0,0,0.15,531.22,3437.35,26133225,99.63,0,0,0.61,532.52,3436.07,26133226,99.81,0,0,0.26,531.98,3436.61,26133227,99.8,0,0,0.16,532.12,3436.47,26133228,99.82,0,0,0.14,532.09,3436.49,26133229,99.82,0,0,0.15,532.06,3436.51,26133230,99.58,0.01,0.01,0.75,531.89,3436.7,26133231,99.8,0,0,0.14,531.75,3436.84,26133232,99.76,0,0,0.16,531.73,3436.86,26133233,99.83,0,0,0.14,531.8,3436.78,26133234,99.83,0,0,0.14,531.85,3436.72,26133235,99.55,0,0,0.61,531.89,3436.7,26133236,99.84,0,0,0.27,531.81,3436.78,26133237,99.85,0,0,0.16,531.77,3436.81,26133238,99.83,0,0,0.14,531.75,3436.83,26133239,99.8,0,0,0.16,531.71,3436.86,26133240,99.6,0,0,0.64,532.72,3435.86,26133241,99.82,0,0,0.2,532.35,3436.23,26133242,99.82,0,0,0.18,532.31,3436.26,26133243,99.81,0,0,0.15,532.29,3436.29,26133244,99.8,0,0,0.15,532.26,3436.3,26133245,99.61,0,0,0.47,531.89,3436.7,26133246,99.8,0,0,0.42,531,3437.58,26133247,99.79,0,0,0.18,530.96,3437.62,26133248,99.81,0,0,0.18,531.04,3437.54,26133249,99.66,0,0.01,0.32,532.53,3436.02,26133250,99.63,0,0,0.45,532.9,3435.67,26133251,99.82,0,0,0.39,532.28,3436.29,26133252,99.81,0,0,0.14,532.26,3436.31,26133253,99.78,0,0,0.14,532.22,3436.34,26133254,99.85,0,0,0.18,532.19,3436.38,26133255,99.83,0,0,0.33,532.54,3436.05,26133256,99.71,0,0.01,0.58,532.71,3435.87,26133257,99.9,0,0,0.18,532.3,3436.28,26133258,99.88,0,0,0.15,532.27,3436.31,26133259,99.9,0,0,0.14,532.24,3436.33,26133260,99.78,0,0,0.3,531.51,3437.08,26133261,99.69,0,0,0.52,531.89,3436.72,26133262,99.92,0,0,0.16,531.48,3437.12,26133263,99.92,0,0,0.14,531.61,3437,26133264,99.88,0,0,0.14,531.58,3437.02,26133265,99.74,0,0,0.31,532.11,3436.5,26133266,99.75,0,0,0.55,531.89,3436.72,26133267,99.91,0,0,0.14,531.26,3437.35,26133268,99.91,0,0,0.18,531.23,3437.38,26133269,99.91,0,0,0.14,531.21,3437.39,26133270,99.8,0,0,0.32,532.68,3435.94,26133271,99.8,0,0,0.54,532.82,3435.79,26133272,99.9,0,0,0.16,532.06,3436.55,26133273,99.9,0,0,0.14,532.05,3436.56,26133274,99.92,0,0,0.15,532.01,3436.58,26133275,99.86,0,0,0.31,532.49,3436.13,26133276,99.75,0,0,0.55,532.96,3435.65,26133277,99.9,0,0,0.15,532.44,3436.17,26133278,99.86,0,0,0.15,532.48,3436.13,26133279,99.77,0,0,0.35,532.57,3436.01,26133280,99.8,0,0.01,0.3,532.58,3436.01,26133281,99.76,0,0,0.41,532.8,3435.79,26133282,99.71,0,0,0.27,531.8,3436.79,26133283,99.9,0,0,0.14,531.77,3436.81,26133284,99.91,0,0,0.15,531.75,3436.84,26133285,99.85,0,0,0.3,532.23,3436.38,26133286,99.75,0,0,0.45,532.68,3435.93,26133287,99.91,0,0,0.21,532.85,3435.75,26133288,99.92,0,0,0.16,532.82,3435.78,26133289,99.89,0,0,0.15,532.79,3435.81,26133290,99.81,0,0,0.29,532.55,3436.06,26133291,99.92,0,0,0.16,532.5,3436.11,26133292,99.61,0,0,0.57,531.94,3436.66,26133293,99.91,0,0,0.14,531.26,3437.34,26133294,99.89,0,0,0.15,531.33,3437.27,26133295,99.78,0,0,0.3,532.26,3436.35,26133296,99.85,0.01,0.31,0.18,532.3,3436.31,26133297,99.7,0.01,1.36,0.85,533.17,3435.42,26133298,99.87,0.01,0.68,0.23,532.71,3435.86,26133299,99.88,0,0.02,0.16,532.73,3435.84,26133300,99.74,0,0,0.3,533.03,3435.55,26133301,99.88,0,0,0.16,533.01,3435.57,26133302,99.78,0,0,0.53,533.16,3435.42,26133303,99.9,0,0,0.15,532.68,3435.89,26133304,99.92,0,0,0.14,532.71,3435.86,26133305,99.85,0,0,0.3,531.88,3436.7,26133306,99.9,0,0,0.16,531.82,3436.77,26133307,99.76,0,0,0.55,532.46,3436.12,26133308,99.92,0,0,0.16,532.26,3436.32,26133309,99.82,0,0.01,0.3,532.7,3435.85,26133310,99.86,0,0,0.32,532.7,3435.87,26133311,99.92,0,0,0.17,532.66,3435.89,26133312,99.77,0,0,0.45,533.37,3435.18,26133313,99.94,0,0,0.29,532.55,3436,26133314,99.9,0,0,0.16,532.52,3436.02,26133315,99.88,0,0,0.32,532.52,3436.04,26133316,99.91,0,0,0.13,532.48,3436.08,26133317,99.77,0,0,0.64,533.04,3435.51,26133318,99.92,0,0,0.14,532.67,3435.88,26133319,99.93,0,0,0.14,532.65,3435.9,26133320,99.82,0,0,0.3,533,3435.56,26133321,99.9,0,0,0.16,533.04,3435.52,26133322,99.76,0,0,0.56,533.3,3435.26,26133323,99.9,0,0,0.15,532.74,3435.81,26133324,99.92,0,0,0.16,532.7,3435.84,26133325,99.9,0,0,0.34,532.7,3435.86,26133326,99.91,0,0,0.15,532.67,3435.89,26133327,99.79,0,0,0.55,533.04,3435.51,26133328,99.94,0,0,0.14,532.56,3435.98,26133329,99.92,0,0,0.17,532.51,3436.03,26133330,99.77,0,0,0.34,532.51,3436.04,26133331,99.93,0,0,0.18,532.48,3436.07,26133332,99.92,0,0,0.18,532.45,3436.1,26133333,99.76,0,0,0.53,533.02,3435.53,26133334,99.91,0,0,0.14,532.39,3436.15,26133335,99.82,0.01,0.01,0.3,532.26,3436.3,26133336,99.89,0,0.01,0.19,532.17,3436.39,26133337,99.93,0,0,0.15,532.19,3436.36,26133338,99.8,0,0,0.55,532.83,3435.71,26133339,99.76,0,0,0.39,532.64,3435.88,26133340,99.76,0,0.01,0.32,532.31,3436.23,26133341,99.91,0,0,0.16,532.21,3436.32,26133342,99.9,0,0,0.15,532.18,3436.35,26133343,99.27,0,0,0.54,533.07,3435.47,26133344,99.91,0,0,0.13,532.92,3435.62,26133345,99.82,0,0,0.3,532.83,3435.72,26133346,99.92,0,0,0.15,532.8,3435.75,26133347,99.88,0,0,0.16,532.77,3435.77,26133348,99.74,0,0,0.58,533.24,3435.3,26133349,99.9,0,0,0.16,532.96,3435.58,26133350,99.84,0,0,0.31,531.99,3436.56,26133351,99.93,0,0,0.14,531.94,3436.61,26133352,99.89,0,0,0.14,531.96,3436.58,26133353,99.78,0,0,0.4,533,3435.55,26133354,99.9,0,0,0.28,532.53,3436.01,26133355,99.88,0,0,0.31,533.01,3435.54,26133356,99.92,0,0,0.16,532.99,3435.56,26133357,99.9,0,0,0.15,532.96,3435.59,26133358,99.75,0,0,0.44,533.27,3435.27,26133359,99.93,0,0,0.27,532.4,3436.13,26133360,99.76,0,0,0.3,532.5,3436.06,26133361,99.88,0,0.01,0.14,532.55,3436.01,26133362,99.89,0,0,0.16,532.5,3436.06,26133363,99.78,0,0,0.39,532.85,3435.71,26133364,99.91,0,0,0.28,532.68,3435.87,26133365,99.82,0,0,0.31,532.92,3435.65,26133366,99.93,0,0,0.14,532.94,3435.63,26133367,99.92,0,0,0.14,533.05,3435.51,26133368,99.8,0,0,0.41,533.39,3435.16,26133369,99.73,0,0.01,0.47,533.25,3435.28,26133370,99.83,0,0,0.35,533.22,3435.33,26133371,99.91,0,0,0.17,533.2,3435.35,26133372,99.9,0,0,0.17,533.16,3435.38,26133373,99.93,0,0,0.18,533.13,3435.4,26133374,99.73,0,0,0.64,533.15,3435.38,26133375,99.81,0,0,0.36,531.33,3437.22,26133376,99.9,0,0,0.18,531.28,3437.27,26133377,99.89,0,0,0.2,531.5,3437.04,26133378,99.89,0,0,0.18,531.47,3437.06,26133379,99.76,0,0,0.58,532.14,3436.4,26133380,99.78,0,0,0.38,532.17,3436.39,26133381,99.9,0,0,0.18,532.18,3436.39,26133382,99.91,0,0,0.15,532.3,3436.26,26133383,99.92,0,0,0.15,532.28,3436.28,26133384,99.76,0,0,0.6,532.92,3435.64,26133385,99.79,0,0,0.3,531.53,3437.04,26133386,99.92,0,0,0.14,531.46,3437.1,26133387,99.93,0,0,0.16,531.44,3437.12,26133388,99.88,0,0,0.14,531.41,3437.14,26133389,98.77,0,0,0.49,531.99,3436.56,26133390,99.83,0,0,0.4,532.05,3436.51,26133391,99.91,0,0,0.18,532.03,3436.54,26133392,99.9,0,0,0.16,531.99,3436.57,26133393,99.91,0,0,0.14,531.97,3436.58,26133394,99.79,0,0,0.53,532.34,3436.2,26133395,99.87,0,0,0.32,532.01,3436.55,26133396,99.88,0,0,0.13,531.91,3436.65,26133397,99.9,0,0,0.16,531.95,3436.61,26133398,99.93,0,0,0.14,532.06,3436.49,26133399,99.6,0,0,0.57,532.56,3435.97,26133400,99.81,0,0.01,0.46,532.26,3436.28,26133401,99.92,0,0,0.18,532.24,3436.3,26133402,99.9,0,0,0.18,532.21,3436.33,26133403,99.9,0,0,0.16,532.18,3436.36,26133404,98.94,0,0,0.32,532.52,3436.01,26133405,99.83,0,0,0.52,532.57,3435.98,26133406,99.91,0,0,0.16,532.55,3436,26133407,99.9,0.01,0,0.15,532.49,3436.05,26133408,99.9,0,0,0.16,532.44,3436.1,26133409,99.9,0,0,0.14,532.41,3436.12,26133410,99.69,0,0,0.72,530.68,3437.86,26133411,99.91,0,0,0.14,529.85,3438.69,26133412,99.93,0,0,0.16,529.92,3438.61,26133413,99.93,0,0,0.15,530.03,3438.5,26133414,99.88,0,0,0.16,530,3438.53,26133415,99.64,0,0,0.75,532.45,3436.1,26133416,99.9,0,0,0.16,532.42,3436.12,26133417,99.91,0,0,0.18,532.39,3436.14,26133418,99.9,0,0,0.18,532.54,3435.99,26133419,99.9,0,0,0.22,532.52,3436.01,26133420,98.83,0,0,11.24,532.56,3436.01,26133421,99.92,0,0,0.16,532.59,3436.03,26133422,99.93,0,0,0.14,532.56,3436.05,26133423,99.92,0,0,0.15,532.34,3436.27,26133424,99.93,0,0,0.14,532.25,3436.36,26133425,99.65,0,0,0.72,532.03,3436.64,26133426,99.85,0,0,0.19,531.93,3436.75,26133427,99.9,0,0,0.14,531.89,3436.78,26133428,99.93,0,0,0.13,531.86,3436.81,26133429,99.81,0,0.01,0.31,532.8,3435.84,26133430,99.63,0,0,0.73,533.17,3435.48,26133431,99.91,0,0,0.14,532.77,3435.88,26133432,99.91,0,0,0.16,532.75,3435.9,26133433,99.93,0,0,0.14,532.78,3435.87,26133434,99.9,0,0,0.14,532.87,3435.79,26133435,99.69,0,0,0.76,532.99,3435.69,26133436,99.88,0,0,0.13,532.59,3436.09,26133437,99.9,0,0,0.18,532.56,3436.11,26133438,99.9,0,0,0.18,532.52,3436.15,26133439,99.92,0,0,0.16,532.48,3436.17,26133440,99.68,0,0,0.56,533.13,3435.55,26133441,99.87,0.01,0.01,0.34,532.61,3436.06,26133442,99.9,0,0,0.17,532.53,3436.13,26133443,99.93,0,0,0.14,532.5,3436.16,26133444,99.92,0,0,0.16,532.47,3436.18,26133445,99.69,0,0,0.58,533.1,3435.57,26133446,99.91,0,0,0.34,532.42,3436.25,26133447,99.9,0,0,0.15,532.38,3436.29,26133448,99.89,0,0,0.15,532.36,3436.3,26133449,99.89,0,0,0.14,532.33,3436.32,26133450,99.79,0,0,0.31,532.59,3436.08,26133451,99.71,0,0,0.55,533.11,3435.56,26133452,99.88,0,0,0.14,532.76,3435.91,26133453,99.91,0,0,0.15,532.79,3435.87,26133454,99.92,0,0,0.14,532.89,3435.77,26133455,99.78,0,0,0.31,532.64,3436.03,26133456,99.76,0,0,0.53,533.64,3435.03,26133457,99.92,0,0,0.16,533.06,3435.61,26133458,99.89,0,0,0.14,533.03,3435.63,26133459,99.83,0,0,0.32,532.59,3436.05,26133460,99.89,0,0.01,0.35,532.74,3435.91,26133461,99.77,0,0,0.52,533.26,3435.39,26133462,99.9,0,0,0.16,532.87,3435.76,26133463,99.82,0,0,0.14,532.85,3435.79,26133464,95.8,0,0,0.14,532.81,3435.82,26133465,99.85,0,0,0.34,533.05,3435.6,26133466,99.74,0,0,0.41,533.24,3435.41,26133467,99.9,0,0,0.26,532.74,3435.9,26133468,99.93,0,0,0.17,532.76,3435.87,26133469,99.93,0,0,0.15,532.87,3435.76,26133470,99.83,0,0,0.31,532.38,3436.26,26133471,99.77,0,0,0.59,532.79,3435.85,26133472,99.9,0,0,0.14,532.55,3436.09,26133473,99.88,0,0,0.16,532.52,3436.1,26133474,99.9,0,0,0.18,532.49,3436.14,26133475,99.82,0,0,0.32,532.96,3435.68,26133476,93.72,2.99,0.02,262.57,540.78,3425.33,26133477,99.9,0,0,0.33,534.79,3430.54,26133478,99.91,0,0,0.18,534.77,3430.55,26133479,99.9,0,0,0.18,534.74,3430.57,26133480,99.73,0,0,0.41,535.45,3429.88,26133481,99.89,0,0,0.21,533.6,3431.77,26133482,99.78,0,0,0.57,532.19,3433.2,26133483,99.9,0,0,0.18,531.95,3433.44,26133484,99.88,0,0,0.16,531.92,3433.46,26133485,99.76,0,0,0.31,532.44,3432.97,26133486,99.93,0,0,0.17,532.38,3433.02,26133487,99.78,0,0,0.55,533.31,3432.09,26133488,99.87,0,0,0.17,533.06,3432.33,26133489,99.72,0,0.01,0.3,532.8,3432.57,26133490,99.81,0,0,0.29,532.96,3432.43,26133491,99.88,0,0,0.18,532.93,3432.46,26133492,99.76,0.01,0.02,0.57,533.26,3432.12,26133493,99.88,0,0,0.18,532.89,3432.49,26133494,99.87,0,0,0.16,532.86,3432.53,26133495,99.76,0,0,0.3,533.09,3432.31,26133496,99.88,0,0,0.17,533.07,3432.33,26133497,99.65,0,0,0.71,533.22,3432.17,26133498,99.91,0,0,0.2,532.87,3432.52,26133499,99.88,0,0,0.18,532.91,3432.48,26133500,99.84,0,0,0.29,532.9,3432.5,26133501,99.92,0,0,0.17,532.88,3432.52,26133502,99.75,0,0,0.42,533.24,3432.15,26133503,99.93,0,0,0.29,532.08,3433.31,26133504,99.91,0,0,0.17,532.05,3433.34,26133505,99.75,0,0,0.28,533.01,3432.4,26133506,99.88,0,0,0.17,533.14,3432.26,26133507,99.77,0,0,0.6,533.6,3431.79,26133508,99.93,0,0,0.2,532.91,3432.48,26133509,99.85,0,0,0.2,532.88,3432.51,26133510,96.98,0,0,0.32,533.11,3432.29,26133511,99.88,0,0,0.2,533.09,3432.31,26133512,99.78,0,0,0.45,533.42,3431.98,26133513,99.92,0,0,0.3,533.08,3432.31,26133514,99.94,0,0,0.17,533.2,3432.19,26133515,99.8,0,0,0.3,532.95,3432.46,26133516,99.9,0,0,0.17,532.92,3432.49,26133517,99.78,0,0,0.45,533.24,3432.15,26133518,99.86,0,0,0.3,532.85,3432.54,26133519,99.73,0,0,0.33,532.67,3432.69,26133520,99.81,0,0.01,0.28,532.58,3432.81,26133521,99.9,0,0,0.17,532.59,3432.79,26133522,99.88,0,0,0.17,532.7,3432.68,26133523,99.74,0,0,0.54,533.51,3431.87,26133524,97.91,0,0,0.14,533.13,3432.26,26133525,99.81,0,0,0.28,532.92,3432.49,26133526,99.88,0,0,0.14,532.84,3432.56,26133527,99.88,0,0,0.15,532.82,3432.58,26133528,99.77,0,0,0.57,533.31,3432.08,26133529,99.93,0,0,0.16,532.45,3432.94,26133530,99.83,0,0,0.25,531.72,3433.68,26133531,99.92,0,0,0.16,531.67,3433.73,26133532,99.93,0,0,0.14,531.64,3433.75,26133533,99.74,0,0,0.53,532.59,3432.8,26133534,99.94,0,0,0.15,532.56,3432.82,26133535,99.86,0,0,0.27,532.08,3433.31,26133536,99.89,0,0,0.14,532.08,3433.31,26133537,99.94,0,0,0.16,532.19,3433.19,26133538,99.76,0,0,0.49,532.52,3432.86,26133539,99.93,0,0,0.2,532.13,3433.25,26133540,99.8,0,0,0.28,531.88,3433.51,26133541,99.88,0,0,0.18,531.85,3433.53,26133542,99.93,0,0,0.13,531.82,3433.56,26133543,99.74,0,0,0.49,532.02,3433.35,26133544,99.91,0,0,0.21,531.62,3433.75,26133545,99.8,0,0,0.27,532.66,3432.73,26133546,99.91,0,0,0.15,532.64,3432.75,26133547,99.88,0,0,0.19,532.62,3432.76,26133548,99.77,0,0,0.53,533.19,3432.18,26133549,99.83,0.01,0.01,0.3,532.31,3433.05,26133550,99.8,0,0,0.27,532.29,3433.08,26133551,99.88,0,0,0.14,532.31,3433.06,26133552,99.89,0,0,0.16,532.42,3432.95,26133553,96.91,0.04,0.01,64.3,541.17,3426.21,26133554,99.03,0,0,78.02,536.24,3429.43,26133555,99.81,0,0,0.3,534.05,3431.64,26133556,99.92,0,0,0.16,534.01,3431.68,26133557,99.89,0,0,0.18,534.23,3431.46,26133558,99.86,0,0,0.14,534.2,3431.48,26133559,99.69,0,0,0.59,532.9,3432.81,26133560,99.79,0,0,0.31,532.73,3433,26133561,99.85,0,0,0.18,532.74,3432.99,26133562,99.83,0,0,0.18,532.86,3432.87,26133563,99.9,0,0,0.18,532.82,3432.9,26133564,99.69,0,0,0.57,533.15,3432.57,26133565,99.81,0,0,0.32,532.55,3433.18,26133566,99.88,0,0,0.18,532.51,3433.21,26133567,99.93,0,0,0.14,532.48,3433.24,26133568,99.91,0,0,0.15,532.45,3433.26,26133569,99.77,0,0,0.53,533.14,3432.57,26133570,99.78,0,0,0.27,532.17,3433.56,26133571,99.88,0,0,0.16,532.09,3433.64,26133572,99.87,0,0,0.16,532.06,3433.67,26133573,99.9,0,0,0.15,532.03,3433.69,26133574,99.71,0,0,0.48,532.63,3433.08,26133575,99.74,0,0,0.38,532.47,3433.25,26133576,99.91,0,0,0.14,532.45,3433.27,26133577,99.89,0,0,0.14,532.49,3433.23,26133578,99.9,0,0,0.17,532.58,3433.13,26133579,99.62,0,0,0.65,532.99,3432.7,26133580,99.78,0,0,0.31,532.54,3433.16,26133581,99.87,0,0,0.16,532.51,3433.2,26133582,99.9,0,0,0.15,532.48,3433.22,26133583,99.88,0,0,0.15,532.45,3433.24,26133584,99.79,0,0,0.48,532.89,3432.81,26133585,98.56,0,0,0.34,532.56,3433.15,26133586,99.91,0,0,0.15,532.57,3433.14,26133587,99.89,0,0,0.16,532.53,3433.17,26133588,99.91,0,0,0.14,532.5,3433.19,26133589,99.77,0,0,0.41,533.13,3432.56,26133590,99.84,0,0,0.37,532.71,3433,26133591,99.91,0,0,0.16,532.69,3433.02,26133592,99.88,0,0,0.14,532.71,3432.99,26133593,99.9,0,0,0.16,532.8,3432.89,26133594,99.79,0,0,0.32,533.12,3432.57,26133595,99.81,0,0,0.47,532.77,3432.93,26133596,99.92,0,0,0.16,532.74,3432.96,26133597,99.88,0,0,0.15,532.71,3432.98,26133598,99.91,0,0,0.14,532.68,3433.01,26133599,99.77,0,0,0.32,533.04,3432.65,26133600,99.78,0,0,0.53,532.82,3432.87,26133601,99.87,0,0,0.14,532.8,3432.89,26133602,99.9,0,0,0.16,532.76,3432.92,26133603,99.9,0,0,0.15,532.73,3432.95,26133604,99.89,0,0,0.14,532.69,3432.98,26133605,99.65,0,0,0.68,532.76,3432.94,26133606,99.93,0,0,0.16,532.4,3433.29,26133607,99.87,0,0,0.13,532.58,3433.1,26133608,99.89,0,0,0.16,532.55,3433.14,26133609,99.72,0,0.01,0.28,532.82,3432.86,26133610,99.64,0,0,0.69,533.58,3432.11,26133611,99.85,0,0,0.18,532.71,3432.98,26133612,99.86,0,0,0.14,532.68,3433,26133613,99.92,0,0,0.15,532.76,3432.93,26133614,99.91,0,0,0.14,532.81,3432.88,26133615,99.62,0,0,0.67,532.7,3433.01,26133616,99.91,0,0,0.15,532.52,3433.18,26133617,99.9,0,0,0.2,532.25,3433.44,26133618,99.84,0,0,0.14,532.22,3433.47,26133619,99.84,0,0,0.15,532.19,3433.5,26133620,99.59,0,0,0.53,532.33,3433.38,26133621,99.91,0,0,0.25,531.11,3434.6,26133622,99.84,0,0,0.16,531.08,3434.62,26133623,99.91,0,0,0.14,531.05,3434.64,26133624,99.91,0,0,0.14,531.03,3434.66,26133625,99.64,0,0,0.61,532.78,3432.93,26133626,99.85,0,0,0.21,532.71,3432.99,26133627,99.86,0,0,0.14,532.67,3433.02,26133628,99.85,0,0,0.15,532.69,3433,26133629,99.85,0,0,0.14,532.81,3432.88,26133630,99.64,0,0,0.56,533.13,3432.57,26133631,97.39,0,0,0.27,532.74,3432.96,26133632,99.85,0,0,0.15,532.7,3432.99,26133633,99.88,0,0,0.16,532.68,3433.01,26133634,99.85,0,0,0.15,532.65,3433.03,26133635,99.65,0,0,0.48,533.6,3432.11,26133636,99.8,0,0,0.41,533.04,3432.66,26133637,99.88,0,0,0.18,533.01,3432.68,26133638,99.84,0,0,0.15,532.98,3432.71,26133639,99.62,0,0,0.38,532.69,3432.99,26133640,99.73,0,0.01,0.32,532.43,3433.26,26133641,99.74,0,0,0.54,533.18,3432.5,26133642,99.89,0,0,0.15,532.98,3432.71,26133643,99.83,0,0,0.15,533.02,3432.65,26133644,99.84,0,0,0.16,532.99,3432.68,26133645,99.79,0,0,0.28,532.51,3433.18,26133646,99.73,0,0,0.59,533.47,3432.22,26133647,99.85,0,0,0.16,533.18,3432.51,26133648,99.86,0,0,0.14,533.15,3432.53,26133649,99.88,0,0,0.14,533.16,3432.52,26133650,99.72,0,0,0.25,533.11,3432.58,26133651,99.69,0,0,0.57,533.39,3432.3,26133652,99.84,0,0,0.14,532.99,3432.69,26133653,99.85,0,0,0.15,532.96,3432.72,26133654,99.85,0,0,0.16,532.93,3432.75,26133655,99.71,0,0,0.3,531.97,3433.72,26133656,99.68,0,0,0.56,533.04,3432.65,26133657,99.85,0,0,0.15,532.92,3432.76,26133658,99.85,0,0,0.14,533.05,3432.63,26133659,99.76,0,0,0.15,533.02,3432.65,26133660,99.7,0,0,0.29,533.01,3432.68,26133661,99.62,0,0,0.59,533.34,3432.35,26133662,99.8,0,0,0.15,532.95,3432.72,26133663,99.83,0,0,0.18,532.92,3432.75,26133664,99.83,0,0,0.17,532.89,3432.78,26133665,99.76,0,0,0.34,533.01,3432.68,26133666,99.66,0,0,0.52,533.42,3432.27,26133667,99.79,0,0,0.16,533.02,3432.66,26133668,99.83,0,0,0.18,532.98,3432.69,26133669,99.68,0,0.01,0.32,532.96,3432.69,26133670,99.73,0,0,0.28,532.95,3432.72,26133671,99.67,0,0,0.43,533.36,3432.3,26133672,99.83,0,0,0.29,533.29,3432.37,26133673,99.83,0,0,0.14,533.26,3432.39,26133674,99.82,0,0,0.15,533.23,3432.43,26133675,99.7,0,0,0.27,532.02,3433.67,26133676,99.7,0,0,0.31,532.55,3433.13,26133677,99.8,0,0,0.41,532.69,3432.98,26133678,99.83,0,0,0.14,532.65,3433.02,26133679,99.85,0,0,0.14,532.68,3432.98,26133680,99.7,0,0,0.27,532.33,3433.36,26133681,99.84,0,0,0.17,532.29,3433.39,26133682,99.68,0,0,0.53,533.24,3432.44,26133683,99.8,0,0,0.14,532.33,3433.34,26133684,99.8,0,0,0.16,531.96,3433.71,26133685,99.63,0,0,0.3,531.27,3434.42,26133686,99.84,0,0,0.13,531.18,3434.5,26133687,99.68,0,0,0.53,532.41,3433.27,26133688,99.83,0,0,0.14,532.3,3433.37,26133689,99.82,0,0,0.14,532.28,3433.39,26133690,99.64,0,0,0.29,531.31,3434.37,26133691,98.43,0,0,0.16,531.25,3434.43,26133692,99.55,0,0,0.54,532.21,3433.46,26133693,99.84,0,0,0.15,531.69,3433.98,26133694,99.84,0,0,0.14,531.66,3434.01,26133695,99.73,0,0,0.29,531.69,3433.99,26133696,99.83,0,0,0.14,531.8,3433.88,26133697,99.59,0,0,0.54,532.49,3433.19,26133698,99.83,0,0,0.17,532.48,3433.19,26133699,99.72,0,0,0.4,532.34,3433.3,26133700,99.74,0,0,0.29,532.46,3433.21,26133701,99.82,0,0,0.14,532.41,3433.25,26133702,99.71,0,0,0.54,532.67,3433,26133703,99.83,0,0,0.18,532.28,3433.38,26133704,99.83,0,0,0.18,532.26,3433.42,26133705,98.6,0,0,0.36,532.5,3433.2,26133706,99.82,0,0,0.34,532.34,3433.35,26133707,99.67,0,0,0.5,532.55,3433.14,26133708,99.83,0,0,0.19,532.17,3433.52,26133709,99.85,0,0,0.15,532.13,3433.55,26133710,99.7,0,0,0.28,532.02,3433.67,26133711,99.82,0,0,0.15,532.08,3433.61,26133712,99.71,0,0,0.41,532.71,3432.98,26133713,99.8,0,0,0.28,532.5,3433.18,26133714,99.83,0,0,0.16,532.47,3433.21,26133715,99.74,0,0,0.29,532.53,3433.16,26133716,99.81,0,0,0.16,532.44,3433.25,26133717,99.82,0,0,0.16,532.42,3433.26,26133718,99.7,0,0,0.53,532.92,3432.76,26133719,99.82,0,0,0.14,532.53,3433.14,26133720,99.69,0,0,0.28,531.34,3434.35,26133721,99.85,0,0,0.15,531.27,3434.42,26133722,99.82,0,0,0.14,531.24,3434.45,26133723,99.69,0,0,0.53,532.76,3432.92,26133724,99.84,0,0,0.14,532.4,3433.28,26133725,99.77,0,0,0.28,532.04,3433.65,26133726,99.82,0,0,0.14,532.05,3433.64,26133727,99.85,0,0,0.16,532.03,3433.65,26133728,99.7,0,0,0.52,532.77,3432.91,26133729,99.68,0,0.01,0.29,532.93,3432.72,26133730,99.73,0,0,0.3,532.44,3433.23,26133731,99.83,0,0,0.13,532.4,3433.27,26133732,99.79,0,0,0.16,532.48,3433.18,26133733,99.7,0,0,0.53,532.9,3432.76,26133734,99.79,0,0,0.15,532,3433.69,26133735,99.77,0,0,0.28,532,3433.71,26133736,99.82,0,0,0.16,531.97,3433.73,26133737,99.81,0,0,0.18,531.94,3433.76,26133738,99.69,0,0,0.52,532.34,3433.34,26133739,99.72,0,0,0.15,531.67,3434.02,26133740,99.69,0,0,0.29,531.57,3434.13,26133741,99.83,0,0,0.14,531.54,3434.16,26133742,99.8,0,0,0.14,531.5,3434.19,26133743,99.62,0,0,0.51,532.12,3433.57,26133744,99.81,0,0,0.18,532.42,3433.26,26133745,99.66,0,0,0.34,531.69,3434.01,26133746,99.79,0,0,0.13,531.64,3434.05,26133747,99.83,0,0,0.16,531.74,3433.95,26133748,99.67,0,0,0.39,532.2,3433.49,26133749,99.8,0,0,0.28,532.24,3433.44,26133750,99.68,0,0,0.28,531.28,3434.41,26133751,99.79,0,0,0.14,531.22,3434.48,26133752,99.78,0,0,0.14,531.19,3434.5,26133753,99.81,0,0,0.16,531.15,3434.53,26133754,99.61,0,0,0.52,532.47,3433.21,26133755,99.73,0,0,0.3,532.52,3433.18,26133756,99.8,0,0,0.16,532.51,3433.19,26133757,99.81,0,0,0.14,532.48,3433.21,26133758,99.84,0,0,0.15,532.45,3433.24,26133759,99.55,0,0,0.71,533.02,3432.64,26133760,99.73,0,0.01,0.3,532.16,3433.52,26133761,99.84,0,0,0.14,532.13,3433.54,26133762,99.83,0,0,0.14,532.17,3433.5,26133763,99.83,0,0,0.15,532.29,3433.38,26133764,99.69,0,0,0.53,533.16,3432.5,26133765,99.73,0,0,0.3,532.98,3432.7,26133766,99.81,0,0,0.15,532.95,3432.72,26133767,99.48,0,0,0.15,532.92,3432.75,26133768,99.8,0,0,0.15,532.89,3432.77,26133769,99.66,0,0,0.59,533.44,3432.22,26133770,99.75,0,0,0.27,532.81,3432.87,26133771,99.83,0,0,0.15,532.77,3432.91,26133772,99.82,0,0,0.16,532.73,3432.93,26133773,99.84,0,0,0.15,532.71,3432.96,26133774,99.69,0,0,0.48,533.04,3432.62,26133775,99.76,0,0,0.38,532.67,3433.01,26133776,99.75,0,0,0.16,532.64,3433.03,26133777,99.82,0,0,0.15,532.67,3433,26133778,99.82,0,0,0.14,532.78,3432.88,26133779,99.68,0,0,0.53,533.02,3432.64,26133780,99.71,0,0,0.32,532.98,3432.69,26133781,99.81,0,0,0.18,532.95,3432.72,26133782,99.83,0,0,0.19,532.91,3432.76,26133783,99.82,0,0,0.16,532.88,3432.79,26133784,99.59,0,0,0.41,533.26,3432.39,26133785,99.72,0,0,0.49,532.86,3432.81,26133786,99.83,0,0,0.18,532.75,3432.92,26133787,99.83,0,0,0.18,532.72,3432.95,26133788,99.83,0,0,0.18,532.68,3432.98,26133789,99.47,0,0.01,0.57,532.82,3432.81,26133790,99.69,0,0,0.46,532.16,3433.49,26133791,99.83,0,0,0.18,532.21,3433.43,26133792,99.8,0,0,0.18,532.26,3433.38,26133793,99.83,0,0,0.19,532.23,3433.4,26133794,99.84,0,0,0.18,532.18,3433.45,26133795,99.54,0,0,0.71,533.19,3432.46,26133796,99.83,0,0,0.13,532.39,3433.25,26133797,99.76,0,0,0.19,532.37,3433.27,26133798,99.84,0,0,0.15,532.45,3433.19,26133799,99.8,0,0,0.14,532.49,3433.14,26133800,99.59,0,0,0.68,533.47,3432.18,26133801,99.79,0,0,0.14,533.18,3432.46,26133802,99.83,0,0,0.14,533.14,3432.5,26133803,99.84,0,0,0.16,533.1,3432.53,26133804,99.82,0,0,0.14,533.13,3432.5,26133805,98.17,0,0,16,535.99,3430.41,26133806,99.82,0,0,0.19,533.02,3432.93,26133807,99.84,0,0,0.16,532.98,3432.97,26133808,99.83,0,0,0.14,532.93,3433.02,26133809,99.83,0,0,0.16,532.95,3432.99,26133810,99.59,0,0,0.64,533.8,3432.16,26133811,98.4,0,0,0.17,533.3,3432.66,26133812,99.86,0,0,0.14,533.25,3432.7,26133813,99.9,0,0,0.16,533.19,3432.76,26133814,91.87,0,0,121.25,552.26,3408.01,26133815,99.61,0,0,0.73,538.64,3428.86,26133816,99.89,0,0,0.3,538.42,3429.08,26133817,99.92,0,0,0.16,538.38,3429.11,26133818,99.87,0,0,0.16,537.84,3429.68,26133819,99.63,0,0,0.36,534.75,3432.92,26133820,99.61,0.01,0.01,0.55,532.88,3434.89,26133821,99.85,0,0,0.3,533.29,3434.47,26133822,99.89,0,0,0.14,533.25,3434.51,26133823,99.92,0,0,0.15,533.2,3434.55,26133824,99.89,0,0,0.17,533.35,3434.41,26133825,99.65,0,0,0.52,533.88,3433.89,26133826,99.86,0,0,0.38,533.27,3434.49,26133827,99.9,0,0,0.15,533.23,3434.53,26133828,95.63,0,0,0.15,533.2,3434.56,26133829,99.9,0,0,0.16,533.35,3434.4,26133830,99.77,0,0,0.34,532.14,3435.63,26133831,99.77,0,0,0.55,533.09,3434.67,26133832,99.88,0,0,0.15,532.75,3435.01,26133833,99.88,0,0,0.14,532.71,3435.05,26133834,99.9,0,0,0.15,532.78,3434.97,26133835,99.81,0,0,0.3,532.89,3434.9,26133836,99.75,0,0,0.54,533.06,3434.74,26133837,99.87,0,0,0.16,532.24,3435.55,26133838,99.89,0,0,0.14,532.23,3435.56,26133839,99.91,0,0,0.16,532.34,3435.45,26133840,99.82,0,0,0.29,531.59,3436.21,26133841,99.78,0,0,0.6,532.35,3435.44,26133842,99.92,0,0,0.16,531.99,3435.8,26133843,99.89,0,0,0.14,531.95,3435.84,26133844,99.88,0,0,0.16,532.04,3435.75,26133845,99.81,0,0,0.28,532.84,3434.96,26133846,99.76,0,0,0.48,533.14,3434.66,26133847,99.91,0,0,0.21,532.51,3435.28,26133848,99.92,0,0,0.15,532.47,3435.32,26133849,99.79,0,0.01,0.29,532.54,3435.23,26133850,99.81,0,0,0.31,532.59,3435.19,26133851,99.77,0,0,0.58,532.89,3434.89,26133852,99.88,0,0,0.13,532.49,3435.28,26133853,99.86,0,0,0.17,532.45,3435.32,26133854,99.86,0,0,0.15,532.52,3435.26,26133855,99.77,0,0,0.31,532.58,3435.22,26133856,99.7,0,0,0.54,532.95,3434.85,26133857,99.9,0,0,0.19,532.75,3435.04,26133858,99.92,0,0,0.15,532.72,3435.07,26133859,99.87,0,0,0.14,532.69,3435.1,26133860,99.76,0,0,0.32,531.82,3435.98,26133861,99.74,0,0,0.36,532.21,3435.59,26133862,99.88,0,0,0.36,531.83,3435.96,26133863,99.9,0,0,0.18,531.8,3435.99,26133864,99.91,0,0,0.18,531.76,3436.02,26133865,99.78,0,0,0.32,531.28,3436.52,26133866,99.93,0,0,0.16,531.24,3436.56,26133867,99.74,0,0,0.59,532.24,3435.55,26133868,99.89,0,0,0.14,532.03,3435.76,26133869,99.9,0,0,0.15,532.08,3435.71,26133870,99.75,0,0,0.32,531.84,3435.97,26133871,99.9,0,0,0.14,531.8,3436,26133872,99.34,0,0,0.61,532.67,3435.13,26133873,99.91,0,0,0.14,532.23,3435.56,26133874,99.87,0,0,0.15,532.19,3435.59,26133875,99.87,0,0,0.3,532.72,3435.08,26133876,99.89,0,0,0.14,532.83,3434.97,26133877,99.75,0,0,0.61,533.28,3434.51,26133878,99.89,0,0,0.15,533.02,3434.77,26133879,99.79,0,0,0.33,532.39,3435.4,26133880,99.82,0,0.01,0.27,531.96,3435.84,26133881,99.9,0,0,0.16,532.01,3435.79,26133882,99.8,0,0,0.57,532.85,3434.94,26133883,99.89,0,0,0.15,532.79,3435,26133884,99.87,0,0,0.14,532.76,3435.02,26133885,99.84,0,0,0.3,532.75,3435.06,26133886,99.9,0,0,0.16,532.72,3435.09,26133887,99.75,0,0,0.55,533.13,3434.67,26133888,99.91,0,0,0.16,532.95,3434.85,26133889,99.93,0,0,0.15,533.08,3434.71,26133890,99.83,0,0,0.27,533.07,3434.73,26133891,99.9,0,0,0.14,533.03,3434.77,26133892,99.77,0,0,0.41,533.31,3434.49,26133893,99.94,0,0,0.29,532.74,3435.05,26133894,99.92,0,0,0.14,532.7,3435.09,26133895,99.76,0,0,0.28,532.94,3434.86,26133896,99.91,0,0,0.16,533.02,3434.79,26133897,99.78,0,0.01,0.33,533.37,3434.43,26133898,99.89,0,0,0.39,532.52,3435.27,26133899,99.9,0,0,0.15,532.49,3435.3,26133900,99.79,0,0,0.29,532.56,3435.25,26133901,99.93,0,0,0.18,532.46,3435.34,26133902,99.9,0,0,0.16,532.47,3435.32,26133903,99.78,0,0,0.57,533.16,3434.63,26133904,99.89,0,0,0.14,532.8,3434.98,26133905,99.81,0,0,0.29,533.04,3434.76,26133906,99.88,0,0,0.15,533.02,3434.78,26133907,99.9,0,0,0.18,532.98,3434.81,26133908,99.75,0,0,0.58,533.29,3434.49,26133909,99.79,0,0.01,0.34,533.14,3434.62,26133910,99.77,0,0,0.38,531.83,3435.95,26133911,99.9,0,0,0.2,531.82,3435.96,26133912,99.92,0,0,0.17,531.79,3435.98,26133913,99.8,0,0,0.55,532.52,3435.25,26133914,99.89,0,0,0.17,532.46,3435.3,26133915,99.86,0,0,0.3,532.22,3435.56,26133916,99.9,0,0,0.17,532.18,3435.59,26133917,99.89,0,0,0.22,532.22,3435.55,26133918,95.04,0.3,0.01,78.34,546.13,3422.45,26133919,99.64,0,0,181.46,535.53,3431.84,26133920,99.83,0,0,0.32,535.53,3431.85,26133921,99.92,0,0,0.2,535.49,3431.88,26133922,99.91,0,0,0.16,535.47,3431.91,26133923,99.78,0,0,0.45,534.89,3432.5,26133924,99.85,0,0,0.35,533,3434.42,26133925,99.81,0,0,0.32,532.84,3434.59,26133926,99.89,0,0,0.16,532.95,3434.48,26133927,99.93,0,0,0.17,532.91,3434.51,26133928,99.79,0,0,0.57,533.23,3434.19,26133929,99.92,0,0,0.15,532.86,3434.56,26133930,99.79,0,0,0.32,533.1,3434.33,26133931,99.86,0,0,0.15,533.07,3434.36,26133932,99.92,0,0,0.16,533.04,3434.39,26133933,99.73,0,0,0.31,533.83,3433.59,26133934,99.94,0,0,0.37,533.17,3434.25,26133935,99.84,0,0.01,0.27,532.94,3434.5,26133936,99.93,0,0,0.15,532.88,3434.55,26133937,99.93,0,0,0.17,532.85,3434.58,26133938,99.92,0,0,0.14,532.82,3434.6,26133939,99.6,0,0,0.69,533.6,3433.81,26133940,99.81,0,0.01,0.28,532.6,3434.83,26133941,99.92,0,0,0.19,532.7,3434.72,26133942,99.92,0,0,0.15,532.67,3434.75,26133943,99.93,0,0,0.14,532.64,3434.78,26133944,99.7,0,0,0.56,533.32,3434.09,26133945,99.79,0,0,0.29,533.1,3434.33,26133946,99.89,0,0,0.14,533.07,3434.35,26133947,99.9,0,0,0.14,533.04,3434.38,26133948,99.88,0,0,0.2,533.1,3434.31,26133949,99.71,0,0,0.57,533.38,3434.03,26133950,99.77,0,0,0.28,532.43,3435,26133951,99.91,0,0,0.16,532.38,3435.04,26133952,99.87,0,0,0.16,532.35,3435.07,26133953,99.9,0,0,0.16,532.32,3435.09,26133954,99.73,0,0,0.59,533.04,3434.39,26133955,99.77,0,0,0.28,533.33,3434.11,26133956,99.89,0,0,0.17,533.43,3434.02,26133957,99.88,0,0,0.14,533.4,3434.04,26133958,99.9,0,0,0.14,533.37,3434.06,26133959,99.75,0,0,0.52,534.02,3433.41,26133960,99.77,0,0,0.35,533.58,3433.87,26133961,99.85,0,0,0.14,533.54,3433.9,26133962,99.87,0,0,0.16,533.55,3433.89,26133963,99.89,0,0,0.14,533.67,3433.76,26133964,99.73,0,0,0.42,534.13,3433.3,26133965,99.74,0,0,0.45,532.42,3435.02,26133966,99.85,0,0,0.16,532.37,3435.07,26133967,99.91,0,0,0.14,532.35,3435.09,26133968,99.89,0,0,0.15,532.31,3435.12,26133969,99.47,0,0.01,0.46,532.98,3434.43,26133970,99.69,0,0,0.47,532.39,3435.04,26133971,99.85,0,0,0.15,532.42,3435,26133972,99.89,0,0,0.17,532.4,3435.02,26133973,99.86,0,0,0.14,532.36,3435.05,26133974,99.83,0,0,0.16,532.34,3435.1,26133975,99.56,0,0,0.71,532.8,3434.66,26133976,99.9,0,0,0.14,532.31,3435.15,26133977,99.84,0,0,0.18,532.28,3435.18,26133978,99.91,0,0,0.16,532.46,3434.99,26133979,99.92,0,0,0.14,532.44,3435,26133980,99.63,0,0,0.7,533.02,3434.45,26133981,99.88,0,0,0.13,532.4,3435.06,26133982,99.87,0,0,0.16,532.37,3435.09,26133983,99.89,0,0,0.14,532.35,3435.1,26133984,99.86,0,0,0.15,532.32,3435.13,26133985,99.62,0,0,0.7,533.63,3433.83,26133986,99.87,0,0,0.16,533.46,3434.01,26133987,99.91,0,0,0.14,533.42,3434.04,26133988,99.86,0,0,0.15,533.4,3434.06,26133989,99.89,0,0,0.13,533.36,3434.09,26133990,99.6,0.01,0.11,0.64,532.88,3434.59,26133991,99.83,0,0,0.27,532.61,3434.85,26133992,99.88,0,0,0.14,532.58,3434.87,26133993,99.82,0,0,0.14,532.54,3434.9,26133994,99.85,0,0,0.15,532.55,3434.89,26133995,99.63,0,0,0.59,533.24,3434.22,26133996,99.86,0,0,0.28,532.66,3434.8,26133997,99.91,0,0,0.14,532.62,3434.82,26133998,99.86,0,0.01,0.17,532.59,3434.85,26133999,99.68,0,0,0.3,531.77,3435.65,26134000,99.56,0,0,0.54,531.99,3435.45,26134001,99.89,0,0,0.32,532.68,3434.75,26134002,99.81,0,0,0.14,532.66,3434.77,26134003,99.89,0,0,0.16,532.62,3434.8,26134004,99.89,0,0,0.15,532.57,3434.86,26134005,99.66,0,0,0.56,532.29,3435.16,26134006,99.86,0,0,0.3,532.28,3435.17,26134007,99.83,0,0,0.17,532.25,3435.19,26134008,99.9,0,0,0.14,532.27,3435.16,26134009,99.91,0,0,0.16,532.41,3435.02,26134010,99.85,0,0,0.3,532.65,3434.8,26134011,99.71,0,0,0.54,533.22,3434.22,26134012,99.89,0,0,0.14,532.84,3434.6,26134013,99.92,0,0,0.17,532.81,3434.63,26134014,99.89,0,0,0.14,532.79,3434.64,26134015,99.78,0,0,0.3,532.53,3434.92,26134016,99.71,0,0,0.56,533.21,3434.23,26134017,99.88,0,0,0.14,532.66,3434.78,26134018,99.89,0,0,0.15,532.63,3434.81,26134019,99.92,0,0,0.17,532.6,3434.83,26134020,99.76,0,0,0.31,531.39,3436.06,26134021,99.68,0,0,0.56,532.37,3435.07,26134022,99.88,0,0,0.16,532.04,3435.4,26134023,99.89,0,0,0.14,532.01,3435.43,26134024,99.88,0,0,0.15,532.04,3435.39,26134025,99.83,0,0,0.29,531.92,3435.53,26134026,99.7,0,0,0.54,532.68,3434.76,26134027,99.87,0,0,0.15,532.59,3434.85,26134028,99.81,0,0,0.14,532.56,3434.87,26134029,99.7,0.01,0.01,0.34,532.32,3435.09,26134030,99.77,0,0,0.29,532.29,3435.13,26134031,99.69,0,0,0.4,532.54,3434.88,26134032,99.87,0,0,0.29,531.94,3435.48,26134033,99.9,0,0,0.14,531.9,3435.51,26134034,99.89,0,0,0.14,531.88,3435.54,26134035,99.8,0,0,0.32,531.39,3436.06,26134036,99.69,0,0,0.47,526.27,3441.33,26134037,99.91,0,0,0.33,524.92,3442.71,26134038,99.89,0,0,0.14,524.95,3442.68,26134039,99.85,0,0,0.16,525.07,3442.55,26134040,99.77,0,0,0.29,525.11,3442.53,26134041,99.7,0,0,0.5,525.37,3442.27,26134042,99.91,0,0,0.19,524.78,3442.86,26134043,99.88,0,0,0.15,524.76,3442.87,26134044,99.88,0,0,0.17,524.74,3442.89,26134045,99.78,0,0,0.28,524.98,3442.68,26134046,99.89,0,0,0.14,524.97,3442.69,26134047,99.74,0,0,0.55,525.39,3442.26,26134048,99.89,0,0,0.14,524.68,3442.97,26134049,99.89,0,0,0.16,524.66,3442.99,26134050,99.74,0,0,0.34,524.06,3443.6,26134051,99.88,0,0,0.13,524.09,3443.57,26134052,99.73,0,0,0.57,524.99,3442.66,26134053,99.88,0,0,0.16,524.54,3443.11,26134054,99.89,0,0,0.15,524.52,3443.12,26134055,99.78,0,0,0.32,524.76,3442.9,26134056,99.87,0,0,0.17,524.75,3442.91,26134057,99.71,0,0,0.6,524.93,3442.72,26134058,99.91,0,0,0.16,524.46,3443.18,26134059,99.78,0,0,0.43,524.84,3442.78,26134060,99.83,0,0,0.31,525.16,3442.47,26134061,99.9,0,0,0.18,525.15,3442.49,26134062,99.72,0,0,0.42,525.25,3442.37,26134063,99.91,0.02,0.55,0.51,524.69,3442.93,26134064,99.88,0,0,0.19,524.65,3442.96,26134065,99.74,0,0,0.3,524.9,3442.72,26134066,99.89,0,0,0.14,524.87,3442.75,26134067,99.74,0,0,0.57,525.22,3442.4,26134068,99.86,0,0,0.16,524.81,3442.8,26134069,99.88,0,0,0.14,524.8,3442.82,26134070,99.74,0,0,0.34,524.83,3442.81,26134071,98.7,0,0,0.15,524.79,3442.85,26134072,99.8,0,0,0.62,525.1,3442.53,26134073,99.86,0,0,0.15,524.74,3442.89,26134074,99.85,0,0,0.18,524.71,3442.91,26134075,99.8,0,0,0.32,523.75,3443.89,26134076,99.93,0,0,0.17,523.71,3443.93,26134077,99.75,0,0,0.39,524.59,3443.04,26134078,99.9,0,0,0.28,524.9,3442.73,26134079,99.9,0,0,0.16,525.01,3442.62,26134080,99.76,0,0,0.31,524.82,3442.82,26134081,99.9,0,0,0.13,524.79,3442.85,26134082,99.92,0,0,0.17,524.77,3442.86,26134083,99.77,0,0,0.55,525.8,3441.83,26134084,99.91,0,0,0.15,525.23,3442.4,26134085,99.88,0,0,0.31,524.74,3442.9,26134086,99.91,0,0,0.16,524.71,3442.93,26134087,99.91,0,0,0.14,524.69,3442.95,26134088,99.75,0,0,0.58,525.27,3442.36,26134089,99.7,0,0,0.29,524.65,3442.95,26134090,99.81,0,0,0.29,524.96,3442.67,26134091,99.86,0,0,0.17,525.06,3442.56,26134092,99.92,0,0,0.18,525.04,3442.58,26134093,99.7,0,0,0.58,525.53,3442.08,26134094,99.88,0,0,0.14,525.25,3442.35,26134095,99.77,0,0,0.32,525.49,3442.13,26134096,99.89,0,0,0.16,525.47,3442.15,26134097,99.86,0,0,0.17,525.21,3442.4,26134098,99.74,0,0,0.57,525.23,3442.38,26134099,99.88,0,0,0.14,524.67,3442.93,26134100,99.75,0,0,0.33,523.95,3443.67,26134101,99.85,0,0,0.18,523.91,3443.71,26134102,99.88,0,0,0.18,523.99,3443.62,26134103,99.76,0,0,0.56,524.86,3442.74,26134104,99.9,0,0,0.14,525.01,3442.59,26134105,99.82,0,0,0.31,525.04,3442.58,26134106,99.86,0,0,0.18,525,3442.62,26134107,99.89,0,0,0.16,524.97,3442.64,26134108,99.75,0,0,0.46,525.59,3442.02,26134109,99.87,0,0,0.3,524.93,3442.67,26134110,99.69,0,0,0.32,524.46,3443.16,26134111,99.9,0,0,0.21,524.42,3443.19,26134112,99.87,0,0,0.19,524.4,3443.21,26134113,99.7,0,0,0.45,524.86,3442.74,26134114,99.41,0,0,0.29,525.28,3442.32,26134115,99.86,0,0,0.34,525.27,3442.34,26134116,99.8,0,0,0.14,525.26,3442.34,26134117,99.87,0,0,0.16,525.23,3442.38,26134118,99.86,0,0,0.14,525.22,3442.38,26134119,99.68,0,0,0.75,525.72,3441.86,26134120,99.85,0,0,0.3,525.44,3442.14,26134121,99.9,0,0,0.16,525.42,3442.16,26134122,99.86,0,0.01,0.15,525.4,3442.18,26134123,99.9,0,0,0.17,525.36,3442.21,26134124,99.74,0,0,0.55,525.5,3442.08,26134125,99.86,0,0,0.36,525.27,3442.31,26134126,99.93,0,0,0.15,525.26,3442.33,26134127,99.88,0,0,0.14,525.23,3442.35,26134128,99.91,0,0,0.16,525.22,3442.36,26134129,99.78,0,0,0.55,525.55,3442.02,26134130,99.83,0,0,0.36,525.2,3442.39,26134131,99.48,0,0,0.17,525.18,3442.41,26134132,99.79,0,0,0.18,525.16,3442.42,26134133,99.87,0,0,0.18,525.15,3442.43,26134134,99.74,0,0,0.42,525.66,3441.91,26134135,99.75,0,0,0.42,525.13,3442.46,26134136,99.85,0,0,0.14,525.1,3442.48,26134137,99.9,0,0,0.17,525.2,3442.38,26134138,99.85,0,0,0.14,525.24,3442.34,26134139,99.73,0,0,0.5,525.57,3442.01,26134140,99.66,0,0,0.35,524.55,3443.04,26134141,99.89,0,0,0.15,524.46,3443.13,26134142,99.88,0,0,0.18,524.45,3443.13,26134143,99.9,0,0,0.17,524.42,3443.16,26134144,99.76,0,0,0.57,524.74,3442.83,26134145,99.79,0,0,0.3,524.4,3443.18,26134146,99.9,0,0,0.14,524.37,3443.21,26134147,99.86,0,0,0.18,524.4,3443.17,26134148,99.86,0,0,0.18,524.55,3443.02,26134149,99.72,0,0,0.68,524.88,3442.66,26134150,99.85,0,0,0.3,524.78,3442.79,26134151,99.89,0,0,0.17,524.76,3442.8,26134152,99.87,0,0,0.17,524.73,3442.82,26134153,99.91,0,0,0.14,524.72,3442.84,26134154,99.74,0,0,0.37,525.05,3442.5,26134155,99.81,0,0,0.56,524.94,3442.63,26134156,99.88,0,0,0.18,524.91,3442.65,26134157,99.89,0,0,0.22,524.65,3442.91,26134158,99.91,0,0,0.18,524.63,3442.92,26134159,99.36,0.02,0.04,0.82,527.52,3439.91,26134160,99.66,0,0,0.96,535,3432.32,26134161,99.89,0,0,0.14,534.69,3432.62,26134162,99.9,0,0,0.16,534.66,3432.65,26134163,99.91,0,0,0.14,534.61,3432.69,26134164,99.86,0,0,0.16,534.57,3432.74,26134165,99.63,0,0,0.7,534.51,3432.83,26134166,99.85,0,0,0.16,534.38,3432.95,26134167,99.88,0,0,0.15,534.45,3432.88,26134168,99.84,0,0,0.16,534.42,3432.91,26134169,99.85,0,0,0.14,534.39,3432.93,26134170,99.65,0,0,0.7,534.79,3432.55,26134171,99.88,0,0,0.14,534.35,3432.98,26134172,99.88,0,0,0.16,534.32,3433,26134173,99.81,0,0,0.14,534.29,3433.03,26134174,99.88,0,0,0.16,534.37,3432.94,26134175,99.62,0,0,0.73,534.29,3433.04,26134176,99.84,0,0,0.18,533.43,3433.9,26134177,99.83,0,0,0.13,533.39,3433.93,26134178,99.85,0,0,0.17,533.37,3433.95,26134179,90.61,6.29,0.31,68.61,565.66,3395.71,26134180,86.64,28.8,0.19,436.03,561.34,3340.54,26134181,99.76,0,0,37.26,538.38,3304.44,26134182,99.88,0,0,0.2,538.5,3304.33,26134183,99.83,0,0.01,0.21,538.47,3304.36,26134184,99.83,0,0,0.17,538.41,3304.44,26134185,99.65,0,0,0.76,537.02,3305.78,26134186,99.84,0,0,0.19,533.86,3308.96,26134187,99.88,0,0,0.14,533.82,3308.99,26134188,99.86,0,0,0.15,533.9,3308.91,26134189,99.85,0,0,0.15,533.95,3308.86,26134190,99.5,0,0,0.61,534.81,3307.96,26134191,99.85,0,0,0.29,534.68,3308.08,26134192,98.67,0,0,0.16,534.66,3308.11,26134193,99.87,0,0,0.14,534.62,3308.14,26134194,99.84,0,0,0.15,534.59,3308.17,26134195,99.6,0,0,0.53,535.14,3307.61,26134196,99.84,0,0.01,0.36,535.26,3307.48,26134197,99.79,0,0,0.18,535.22,3307.53,26134198,99.86,0,0,0.14,535.18,3307.56,26134199,99.81,0,0,0.17,535.15,3307.58,26134200,99.67,0,0,0.33,534.67,3308.08,26134201,99.64,0,0,0.55,535.43,3307.31,26134202,99.79,0,0,0.14,535.27,3307.47,26134203,99.82,0,0,0.15,535.23,3307.5,26134204,99.8,0,0,0.16,535.2,3307.52,26134205,99.76,0.06,2.29,0.4,535.02,3307.7,26134206,99.68,0.04,1.39,0.75,535.33,3307.36,26134207,99.79,0.04,1.59,0.22,534.96,3307.71,26134208,99.84,0,0.01,0.21,534.94,3307.72,26134209,99.72,0.01,0.02,0.32,535.01,3307.64,26134210,99.69,0.04,1.51,0.34,534.99,3307.67,26134211,99.68,0,0,0.53,535.04,3307.61,26134212,99.78,0,0.01,0.21,534.41,3308.23,26134213,99.79,0,0,0.16,534.38,3308.27,26134214,99.78,0,0,0.14,534.48,3308.16,26134215,99.75,0,0,0.32,535.01,3307.65,26134216,99.7,0,0,0.55,535.09,3307.58,26134217,99.78,0,0,0.22,533.99,3308.68,26134218,99.81,0,0,0.15,533.95,3308.71,26134219,99.79,0,0,0.15,533.92,3308.74,26134220,99.77,0,0,0.3,534.87,3307.8,26134221,99.63,0,0,0.53,535.32,3307.35,26134222,99.82,0,0,0.21,535.01,3307.65,26134223,99.78,0,0,0.16,534.98,3307.68,26134224,99.8,0,0,0.16,534.95,3307.7,26134225,99.58,0,0,0.37,534.95,3307.72,26134226,99.69,0,0,0.55,535.21,3307.45,26134227,99.8,0,0,0.14,534.63,3308.02,26134228,99.81,0,0,0.15,534.67,3307.99,26134229,99.55,0.18,0.85,1,535.61,3307,26134230,99.03,0.9,24.49,1.18,536.39,3306.22,26134231,99.29,0.88,22.98,1.2,537.11,3305.5,26134232,99.33,1.72,59.58,0.81,538.11,3304.5,26134233,99.83,0,0,0.16,538.11,3304.49,26134234,99.8,0,0,0.15,538.08,3304.51,26134235,99.71,0,0,0.29,536.88,3305.73,26134236,99.83,0,0,0.14,536.81,3305.8,26134237,99.65,0,0,0.61,537.76,3304.84,26134238,99.77,0,0,0.18,537.49,3305.11,26134239,99.65,0,0,0.36,537.96,3304.62,26134240,99.8,0,0,0.33,537.88,3304.71,26134241,99.78,0,0,0.14,537.85,3304.74,26134242,99.69,0,0.01,0.58,538.58,3304,26134243,99.8,0,0.01,0.15,538.28,3304.3,26134244,99.75,0.07,2.99,0.22,538.25,3304.34,26134245,99.71,0,0,0.38,537.81,3304.79,26134246,99.79,0,0,0.14,537.89,3304.7,26134247,99.65,0,0,0.54,538.38,3304.21,26134248,99.79,0.04,1.97,0.27,538.02,3304.56,26134249,99.79,0.03,0.1,0.21,538.19,3304.35,26134250,99.71,0.01,0.32,0.36,538.26,3304.28,26134251,99.81,0,0,0.17,538.29,3304.25,26134252,99.66,0,0,0.49,539.22,3303.31,26134253,99.81,0,0,0.21,538.61,3303.91,26134254,99.83,0,0,0.15,538.58,3303.95,26134255,99.74,0,0,0.34,538.33,3304.21,26134256,81.22,0.02,0.04,6.44,858.71,2983.73,26134257,99.53,0.1,3.92,0.69,824.12,3018.29,26134258,99.83,0.05,1.96,0.22,585.09,3257.3,26134259,99.81,0.05,1.96,0.2,585.16,3257.22,26134260,99.69,0,0,0.34,584.88,3257.52,26134261,99.8,0,0,0.14,584.85,3257.54,26134262,99.68,0,0.01,0.42,585.28,3257.1,26134263,99.78,0.02,0.02,0.35,585.62,3256.75,26134264,99.74,0.01,0.02,0.2,585.55,3256.82,26134265,67.78,0.13,3.95,5.23,989.63,2852.69,26134266,72.26,0.06,2.03,8.29,1065.53,2776.76,26134267,99.61,0.02,0.66,0.69,1030.67,2811.66,26134268,99.54,0,0,0.17,591.42,3250.91,26134269,99.63,0.01,0.01,0.32,584.85,3257.45,26134270,99.64,0.07,1.31,0.55,584.83,3257.48,26134271,99.72,0.03,1.4,0.24,584.84,3257.43,26134272,99.83,0.02,0.82,0.23,584.82,3257.43,26134273,99.67,0,0,0.59,584.59,3257.57,26134274,99.82,0,0.03,0.19,584.37,3257.79,26134275,99.71,0.02,0.83,0.45,583.63,3258.54,26134276,99.76,0,0.01,0.14,583.6,3258.56,26134277,99.79,0.03,1.48,0.37,584.15,3258,26134278,99.65,0,0,0.57,585.68,3256.46,26134279,99.81,0,0,0.15,585.54,3256.59,26134280,99.7,0,0,0.31,585.53,3256.63,26134281,99.69,0,0,0.15,585.5,3256.65,26134282,99.79,0,0,0.15,585.47,3256.68,26134283,96.38,0.02,0.01,78.45,597.75,3246.19,26134284,99.76,0,0,0.27,588.65,3253.3,26134285,99.65,0,0,0.3,588.9,3253.07,26134286,99.8,0,0,0.16,588.88,3253.09,26134287,99.8,0,0,0.14,588.87,3253.09,26134288,99.68,0,0,0.59,588.13,3253.84,26134289,99.8,0,0.01,0.16,586.55,3255.44,26134290,99.69,0,0,0.33,586.76,3255.25,26134291,99.78,0,0,0.14,586.72,3255.29,26134292,99.78,0,0,0.15,586.68,3255.32,26134293,99.66,0,0,0.4,587.3,3254.7,26134294,99.8,0,0,0.29,587.06,3254.93,26134295,99.63,0,0,0.3,586.9,3255.08,26134296,98.16,0,0,0.16,586.77,3255.2,26134297,99.8,0,0,0.14,586.74,3255.23,26134298,99.63,0,0.01,0.58,587.28,3254.69,26134299,99.69,0,0,0.31,586.53,3255.43,26134300,99.66,0,0,0.3,586.13,3255.84,26134301,99.76,0,0,0.16,586.1,3255.87,26134302,99.83,0,0,0.16,585.32,3256.65,26134303,99.65,0,0,0.59,585.45,3256.51,26134304,99.82,0,0,0.14,585.27,3256.72,26134305,99.65,0,0,0.4,585.98,3256.02,26134306,99.8,0,0,0.17,585.99,3256.01,26134307,99.78,0.01,0.01,0.21,586.05,3255.94,26134308,99.82,0.01,0.01,0.18,586.05,3255.94,26134309,99.63,0,0,0.59,586.87,3255.11,26134310,99.7,0.01,0.01,0.36,586,3256,26134311,99.81,0,0,0.2,585.95,3256.04,26134312,99.78,0,0,0.16,586.09,3255.9,26134313,99.8,0,0,0.14,586.08,3255.9,26134314,99.67,0,0,0.59,586.87,3255.11,26134315,99.76,0,0,0.32,586.06,3255.94,26134316,99.79,0,0,0.14,586.03,3255.97,26134317,99.81,0,0,0.16,585.99,3256,26134318,99.74,0,0,0.15,585.96,3256.02,26134319,99.66,0,0,0.56,586.91,3255.07,26134320,99.64,0,0,0.32,585.73,3256.27,26134321,99.83,0,0,0.16,584.89,3257.1,26134322,99.8,0,0,0.14,585.08,3256.9,26134323,99.77,0,0,0.17,585.05,3256.93,26134324,99.68,0,0,0.54,585.83,3256.14,26134325,99.71,0,0,0.31,585.27,3256.73,26134326,99.81,0,0,0.16,585.22,3256.77,26134327,99.77,0.05,1.3,0.2,585.34,3256.66,26134328,99.81,0,0.02,0.18,585.31,3256.68,26134329,99.46,0,0.01,0.71,587.19,3254.78,26134330,99.71,0,0,0.32,586.07,3255.92,26134331,99.77,0,0.01,0.23,586,3255.97,26134332,99.76,0,0,0.14,586.08,3255.89,26134333,99.78,0,0,0.14,586.05,3255.92,26134334,99.58,0.04,1.24,0.42,586.78,3255.21,26134335,99.6,0.01,0.02,0.56,586.51,3255.49,26134336,99.79,0,0.01,0.2,586.42,3255.57,26134337,99.76,0,0,0.2,586.45,3255.54,26134338,99.79,0,0,0.14,586.56,3255.42,26134339,99.61,0,0,0.41,586.59,3255.39,26134340,99.77,0,0,0.46,584.58,3257.42,26134341,99.82,0,0,0.14,584.52,3257.47,26134342,99.8,0,0,0.14,584.49,3257.5,26134343,99.79,0,0,0.15,584.46,3257.53,26134344,99.63,0,0,0.46,584.9,3257.08,26134345,99.63,0.11,4.38,0.52,585.93,3256.04,26134346,99.75,0,0,0.18,585.9,3256.05,26134347,99.76,0,0,0.15,586.04,3255.91,26134348,99.79,0,0,0.14,586,3255.94,26134349,99.81,0,0,0.15,585.97,3255.97,26134350,99.42,0,0,0.74,586.63,3255.33,26134351,99.75,0,0,0.15,585.92,3256.03,26134352,99.79,0,0,0.14,585.89,3256.06,26134353,99.82,0.03,0.84,0.2,585.85,3256.09,26134354,99.8,0.07,2.8,0.21,585.98,3255.94,26134355,99.57,0,0,0.74,587.35,3254.59,26134356,99.72,0,0,0.21,586.91,3255.03,26134357,99.79,0,0,0.18,586.88,3255.06,26134358,99.82,0,0,0.18,586.3,3255.62,26134359,99.59,0,0,0.46,586.04,3255.86,26134360,99.58,0,0,0.93,586.6,3255.32,26134361,99.82,0.05,1.96,0.16,586.48,3255.44,26134362,99.82,0.01,0.03,0.19,586.42,3255.49,26134363,99.81,0,0,0.22,586.46,3255.44,26134364,99.8,0.05,1.55,0.26,586.43,3255.46,26134365,99.62,0,0.01,0.84,587.21,3254.7,26134366,99.87,0,0,0.15,586.87,3255.03,26134367,99.86,0.01,0.3,0.23,586.85,3255.04,26134368,99.87,0,0.02,0.15,586.81,3255.07,26134369,99.91,0,0,0.16,586.82,3255.06,26134370,99.62,0.01,0.19,0.7,586.8,3255.1,26134371,99.91,0.02,0.65,0.24,586.97,3254.92,26134372,99.92,0,0,0.16,586.93,3254.96,26134373,99.92,0,0,0.15,586.9,3254.98,26134374,99.47,0,0.02,0.15,586.86,3255.01,26134375,99.63,0,0,0.77,586.73,3255.16,26134376,99.89,0,0,0.15,586.84,3255.05,26134377,99.88,0,0,0.16,586.96,3254.93,26134378,99.89,0,0,0.14,586.01,3255.87,26134379,99.9,0,0,0.15,585.91,3255.97,26134380,99.67,0,0,0.54,586.53,3255.37,26134381,99.81,0,0,0.29,586.36,3255.53,26134382,99.9,0,0,0.16,586.33,3255.56,26134383,99.89,0.08,2.92,0.24,586.49,3255.38,26134384,99.88,0,0.01,0.18,586.59,3255.28,26134385,99.7,0,0,0.52,587.15,3254.73,26134386,99.87,0,0,0.35,586.54,3255.34,26134387,99.85,0.01,0.01,0.13,586.64,3255.24,26134388,99.89,0,0.01,0.18,586.62,3255.25,26134389,99.64,0,0.01,0.29,586.59,3255.26,26134390,99.73,0,0,0.32,585.61,3256.26,26134391,99.7,0,0,0.59,587.42,3254.44,26134392,99.89,0,0.03,0.18,586.9,3254.95,26134393,99.9,0,0.02,0.18,586.9,3254.95,26134394,99.91,0,0.03,0.23,586.83,3255.01,26134395,99.78,0.06,2.07,0.54,585.71,3256.13,26134396,99.75,0.02,0.52,0.64,586.64,3255.19,26134397,99.84,0.04,1.25,0.25,586.34,3255.47,26134398,99.92,0,0.01,0.17,585.9,3255.9,26134399,99.89,0,0,0.15,585.27,3256.53,26134400,99.81,0,0.01,0.32,586.6,3255.22,26134401,99.69,0,0.01,0.55,587.15,3254.67,26134402,99.92,0,0,0.21,586.86,3254.95,26134403,99.89,0.04,1.18,0.16,586.95,3254.85,26134404,99.9,0.02,0.62,0.24,587.07,3254.71,26134405,99.76,0.05,1.99,0.41,585.87,3255.92,26134406,99.75,0,0,0.59,586.69,3255.09,26134407,99.91,0,0,0.14,586.72,3255.05,26134408,99.73,0.2,3.63,0.32,586.19,3255.56,26134409,99.85,0.02,0.85,0.24,585.65,3256.08,26134410,99.79,0,0,0.3,586.39,3255.35,26134411,99.73,0,0,0.61,587.35,3254.39,26134412,99.9,0.01,0.48,0.25,587.17,3254.56,26134413,99.93,0,0,0.18,587.17,3254.56,26134414,99.81,0.07,2.75,0.18,587.14,3254.58,26134415,99.86,0.02,0.89,0.52,587.36,3254.36,26134416,99.78,0.02,0.53,0.62,588.02,3253.7,26134417,99.84,0,0.01,0.18,587.52,3254.19,26134418,99.91,0,0.01,0.16,587.66,3254.04,26134419,99.75,0,0,0.3,587.01,3254.67,26134420,99.84,0,0,0.3,586.62,3255.08,26134421,99.8,0,0,0.32,586.95,3254.74,26134422,99.85,0,0,0.38,586.8,3254.89,26134423,99.92,0,0,0.16,586.77,3254.92,26134424,99.9,0,0,0.18,586.88,3254.8,26134425,99.83,0,0,0.31,585.97,3255.73,26134426,99.74,0,0,0.42,586.29,3255.4,26134427,99.88,0,0,0.29,586.37,3255.32,26134428,99.93,0,0,0.14,586.34,3255.34,26134429,99.92,0,0,0.14,586.31,3255.37,26134430,99.79,0,0,0.31,586.8,3254.89,26134431,99.86,0.04,1.86,0.25,586.24,3255.44,26134432,99.7,0,0,0.55,586.62,3255.05,26134433,99.88,0.01,0.39,0.14,585.92,3255.75,26134434,99.83,0.01,0.45,0.21,585.79,3255.86,26134435,99.76,0,0,0.36,586.64,3255.03,26134436,99.9,0,0,0.13,586.61,3255.05,26134437,99.73,0,0,0.55,587.25,3254.41,26134438,99.9,0.02,0.4,0.26,586.57,3255.08,26134439,99.9,0,0,0.14,586.21,3255.43,26134440,99.69,0,0,0.31,586.14,3255.52,26134441,99.9,0,0,0.16,586.08,3255.57,26134442,99.78,0,0,0.57,586.39,3255.26,26134443,99.9,0,0,0.16,586.02,3255.63,26134444,99.88,0,0,0.15,585.99,3255.65,26134445,99.82,0,0,0.3,585.85,3255.81,26134446,99.88,0,0,0.15,585.89,3255.76,26134447,99.67,0.1,0.27,0.51,586.2,3255.45,26134448,99.92,0,0,0.2,585.88,3255.76,26134449,99.8,0.01,0.01,0.33,586.33,3255.29,26134450,99.83,0.06,0.88,0.41,586.07,3255.57,26134451,99.92,0,0,0.16,585.38,3256.25,26134452,99.72,0.04,0.07,0.62,585.63,3256,26134453,99.88,0.04,0.05,0.37,585.6,3256.03,26134454,99.89,0.08,0.11,0.31,585.56,3256.07,26134455,99.81,0.04,0.04,0.48,586.26,3255.38,26134456,99.83,0.85,0.89,1.14,586.04,3255.14,26134457,81.29,0.85,1.74,5.42,866.35,2973.91,26134458,99.85,0.04,1.67,0.73,1066.02,2774.19,26134459,99.62,0,0.01,0.19,616.54,3223.66,26134460,99.81,0,0,0.34,584.66,3255.56,26134461,99.88,0,0,0.14,584.63,3255.58,26134462,99.82,0,0,0.3,584.95,3255.26,26134463,99.89,0,0,0.43,583.34,3256.87,26134464,99.92,0,0,0.14,583.33,3256.87,26134465,99.74,0,0,0.32,586.16,3254.06,26134466,99.92,0,0,0.16,586.2,3254.01,26134467,99.78,0,0,0.3,586.49,3253.72,26134468,99.9,0,0,0.42,584.91,3255.3,26134469,99.88,0,0,0.17,584.88,3255.34,26134470,99.81,0,0,0.31,585.36,3254.88,26134471,99.9,0,0,0.14,585.34,3254.89,26134472,99.93,0,0.01,0.16,585.39,3254.83,26134473,99.77,0,0.01,0.62,586.62,3253.6,26134474,99.92,0,0,0.15,586.39,3253.83,26134475,99.8,0,0,0.31,586.22,3254.02,26134476,99.89,0,0,0.15,585.36,3254.87,26134477,99.9,0,0,0.14,585.33,3254.89,26134478,99.71,0,0,0.56,585.92,3254.3,26134479,99.74,0,0,0.34,585.45,3254.75,26134480,99.77,0.02,0.08,0.31,584.71,3255.5,26134481,99.87,0.02,0.03,0.16,584.69,3255.5,26134482,99.94,0,0.01,0.16,584.62,3255.57,26134483,99.74,0,0,0.58,585.63,3254.55,26134484,99.94,0.01,0.01,0.18,585.85,3254.33,26134485,99.88,0,0,0.32,586.06,3254.14,26134486,99.94,0,0,0.14,586.03,3254.16,26134487,99.9,0.01,0.01,0.21,586.14,3254.05,26134488,99.75,0.01,0.01,0.57,586.55,3253.63,26134489,99.93,0,0,0.19,586.27,3253.89,26134490,99.84,0,0,0.32,586.13,3254.04,26134491,99.89,0.01,0.01,0.16,586.08,3254.09,26134492,81.74,0.02,0.04,3.64,804.11,3036.04,26134493,80.7,0.01,0.03,4.33,1041.32,2798.87,26134494,80.92,0.08,2.3,4.78,789.24,3050.91,26134495,99.23,0.06,2.3,0.51,538.69,3301.46,26134496,99.9,0.01,0.01,0.16,538.78,3301.36,26134497,80.69,0.07,2.37,4.51,990.78,2849.29,26134498,99.57,0.01,0.01,0.41,683.35,3156.74,26134499,81.06,0.06,0.56,4.28,989.93,2850.18,26134500,99.57,0.02,0.03,0.34,1020.4,2819.78,26134501,81.34,0.03,0.55,4.59,927.51,2912.62,26134502,99.47,0.01,0.01,0.2,706.78,3133.36,26134503,99.88,0,0,0.22,587.01,3253.12,26134504,99.7,0,0,0.57,588.03,3252.1,26134505,99.77,0.05,1.83,0.52,586.79,3253.35,26134506,99.9,0.01,0.23,0.27,586.83,3253.3,26134507,99.88,0.01,0.01,0.2,586.8,3253.32,26134508,99.86,0.09,0.01,0.34,586.8,3253.32,26134509,81.03,0.05,0.91,4.7,784.82,3055.24,26134510,99.54,0,0,0.6,955.99,2884.13,26134511,99.88,0,0,0.17,583.84,3256.27,26134512,99.88,0,0,0.17,583.81,3256.3,26134513,99.87,0,0,0.19,583.87,3256.24,26134514,99.76,0,0,0.55,585.5,3254.6,26134515,99.8,0,0,0.32,585.38,3254.74,26134516,99.88,0,0,0.16,585.36,3254.76,26134517,99.87,0,0,0.19,585.56,3254.55,26134518,99.9,0,0,0.15,585.54,3254.57,26134519,99.76,0,0,0.54,586.16,3253.94,26134520,99.84,0,0,0.29,585.51,3254.62,26134521,99.9,0,0,0.14,585.49,3254.63,26134522,99.89,0,0,0.16,585.63,3254.48,26134523,99.87,0,0.01,0.18,585.58,3254.53,26134524,99.65,0,0,0.55,586,3254.1,26134525,99.82,0,0,0.35,586.02,3254.1,26134526,99.85,0,0,0.16,585.81,3254.31,26134527,99.85,0,0,0.23,565.28,3274.94,26134528,99.92,0,0,0.23,531.96,3308.65,26134529,99.77,0,0,0.58,532.28,3308.32,26134530,99.83,0,0,0.33,531.94,3308.68,26134531,99.89,0,0,0.13,531.91,3308.71,26134532,99.84,0,0,0.14,531.91,3308.74,26134533,99.89,0,0,0.16,531.88,3308.77,26134534,99.78,0,0,0.41,532.4,3308.25,26134535,99.83,0,0,0.43,531.15,3309.52,26134536,99.9,0,0,0.16,531.12,3309.54,26134537,99.9,0,0,0.14,531.1,3309.56,26134538,98.14,0,0,0.14,531.1,3309.55,26134539,99.67,0,0,0.68,531.96,3308.67,26134540,99.81,0,0,0.36,531.73,3308.9,26134541,99.9,0,0,0.14,531.71,3308.92,26134542,99.92,0,0,0.16,531.69,3308.94,26134543,99.9,0,0,0.14,531.67,3308.96,26134544,99.88,0,0,0.14,531.66,3309,26134545,99.6,0,0,0.68,530.87,3309.81,26134546,99.91,0,0,0.16,530.41,3310.26,26134547,99.93,0,0,0.14,530.4,3310.27,26134548,99.91,0,0,0.15,530.37,3310.29,26134549,99.91,0,0,0.13,530.35,3310.31,26134550,99.62,0,0,0.68,531.41,3309.26,26134551,99.91,0,0,0.16,531.25,3309.42,26134552,99.9,0,0,0.18,531.27,3309.4,26134553,99.9,0,0,0.14,531.25,3309.42,26134554,99.88,0,0,0.15,531.23,3309.43,26134555,99.68,0,0,0.68,532.29,3308.39,26134556,99.89,0,0,0.16,531.95,3308.72,26134557,99.89,0,0,0.14,531.92,3308.75,26134558,99.93,0,0,0.14,531.91,3308.75,26134559,99.92,0,0,0.15,531.88,3308.78,26134560,99.59,0,0,0.73,531.94,3308.74,26134561,99.9,0,0,0.14,531.38,3309.29,26134562,99.91,0,0,0.16,531.37,3309.3,26134563,99.9,0,0,0.15,531.51,3309.15,26134564,99.89,0,0,0.14,531.5,3309.16,26134565,99.72,0,0,0.76,532.66,3308.01,26134566,99.89,0,0,0.14,532.2,3308.46,26134567,99.87,0,0,0.14,532.19,3308.48,26134568,99.88,0,0,0.16,532.16,3308.49,26134569,99.81,0,0,0.35,532.38,3308.25,26134570,99.66,0,0,0.75,532.37,3308.28,26134571,99.89,0,0,0.18,532.36,3308.29,26134572,99.91,0,0,0.17,532.33,3308.31,26134573,99.9,0,0,0.14,532.36,3308.28,26134574,99.88,0,0,0.19,532.29,3308.34,26134575,99.68,0,0,0.77,532.58,3308.07,26134576,99.88,0,0,0.17,532.21,3308.43,26134577,99.86,0,0,0.18,531.95,3308.69,26134578,99.88,0,0,0.16,531.93,3308.71,26134579,99.88,0,0,0.14,531.9,3308.73,26134580,99.6,0,0,0.56,532.34,3308.31,26134581,99.91,0,0,0.29,531.88,3308.76,26134582,99.9,0,0,0.17,531.87,3308.77,26134583,99.88,0,0,0.14,531.84,3308.8,26134584,99.91,0,0,0.15,531.82,3308.81,26134585,99.79,0,0,0.31,531.69,3308.96,26134586,99.78,0,0,0.56,532.39,3308.25,26134587,99.92,0,0,0.14,531.96,3308.68,26134588,99.91,0,0,0.16,531.93,3308.7,26134589,99.92,0,0,0.15,531.91,3308.72,26134590,99.8,0,0,0.36,531.19,3309.45,26134591,99.64,0,0,0.54,531.51,3309.13,26134592,99.93,0,0,0.16,531.12,3309.51,26134593,99.91,0,0,0.14,531.1,3309.53,26134594,99.89,0,0,0.15,531.08,3309.54,26134595,99.85,0,0,0.36,531.42,3309.22,26134596,99.72,0,0,0.57,531.45,3309.19,26134597,99.92,0,0,0.14,530.96,3309.67,26134598,99.91,0,0,0.16,530.94,3309.69,26134599,99.07,0,0,0.29,532.37,3308.23,26134600,99.7,0,0,0.31,531.92,3308.7,26134601,99.77,0,0,0.57,532.85,3307.76,26134602,99.92,0,0,0.16,532.35,3308.26,26134603,99.88,0,0,0.14,532.34,3308.27,26134604,99.89,0,0,0.16,532.31,3308.31,26134605,99.83,0,0,0.3,532.28,3308.36,26134606,99.77,0,0,0.57,531.71,3308.92,26134607,99.89,0,0,0.15,531.48,3309.15,26134608,99.88,0,0,0.14,531.45,3309.17,26134609,99.9,0,0,0.15,531.44,3309.18,26134610,99.81,0,0,0.38,531.52,3309.11,26134611,99.72,0,0,0.42,531.76,3308.87,26134612,99.92,0,0,0.32,531.39,3309.23,26134613,99.92,0,0,0.16,531.37,3309.25,26134614,99.93,0,0,0.17,531.35,3309.26,26134615,99.83,0,0,0.34,531.12,3309.51,26134616,99.18,0,0,0.53,531.59,3309.03,26134617,99.93,0,0,0.21,531.56,3309.06,26134618,99.92,0,0.01,0.2,531.68,3308.93,26134619,99.89,0,0,0.17,531.68,3308.94,26134620,99.67,0,0,0.37,530.96,3309.67,26134621,99.76,0,0,0.35,531.65,3308.98,26134622,99.89,0,0,0.43,531.39,3309.23,26134623,99.92,0,0,0.16,531.37,3309.24,26134624,99.87,0,0,0.18,531.35,3309.26,26134625,99.88,0,0,0.34,531.37,3309.27,26134626,99.92,0,0.01,0.23,531.33,3309.3,26134627,99.78,0,0.01,0.57,532.19,3308.43,26134628,99.93,0,0,0.15,531.72,3308.89,26134629,99.77,0,0,0.29,531.7,3308.89,26134630,99.82,0,0,0.3,531.45,3309.15,26134631,99.88,0,0,0.17,531.42,3309.18,26134632,99.75,0,0,0.57,531.92,3308.67,26134633,99.9,0,0,0.15,531.62,3308.97,26134634,99.92,0,0,0.14,531.6,3308.99,26134635,99.79,0,0,0.3,530.64,3309.97,26134636,99.87,0,0,0.18,530.6,3310.01,26134637,99.73,0,0,0.62,531.7,3308.9,26134638,99.89,0,0,0.14,531.65,3308.94,26134639,99.92,0,0,0.14,531.7,3308.88,26134640,99.75,0,0,0.35,531.99,3308.62,26134641,99.87,0,0,0.18,531.92,3308.68,26134642,99.78,0,0,0.57,532.12,3308.47,26134643,99.94,0,0,0.16,531.64,3308.96,26134644,99.93,0,0,0.14,531.62,3308.97,26134645,99.82,0,0,0.36,530.67,3309.94,26134646,99.93,0,0,0.14,530.62,3309.98,26134647,95.13,0.3,0.01,79.22,541.26,3299.57,26134648,99.74,0,0,181.04,534.1,3305.82,26134649,99.89,0,0,0.18,534.07,3305.84,26134650,99.77,0,0,0.34,533.17,3306.76,26134651,99.92,0,0,0.14,533.25,3306.67,26134652,99.78,0,0,0.62,533.27,3306.65,26134653,99.91,0,0,0.14,531.77,3308.17,26134654,99.9,0,0,0.15,531.76,3308.19,26134655,99.83,0,0,0.32,531.77,3308.19,26134656,99.9,0,0,0.17,531.74,3308.22,26134657,99.8,0,0,0.55,532.1,3307.85,26134658,99.92,0,0,0.14,531.7,3308.27,26134659,99.86,0,0,0.29,531.42,3308.52,26134660,99.79,0,0,0.33,531.22,3308.74,26134661,99.91,0,0,0.16,531.22,3308.74,26134662,99.76,0,0,0.37,531.7,3308.25,26134663,99.89,0,0,0.39,531.79,3308.16,26134664,99.92,0,0,0.16,531.78,3308.19,26134665,99.81,0,0,0.34,532,3307.99,26134666,99.91,0,0,0.14,531.94,3308.05,26134667,99.9,0,0,0.18,531.97,3308.04,26134668,99.76,0,0,0.56,532.33,3307.69,26134669,99.91,0,0,0.18,531.7,3308.31,26134670,99.84,0,0,0.34,531.67,3308.35,26134671,99.9,0,0,0.15,531.79,3308.23,26134672,99.9,0,0,0.18,531.73,3308.28,26134673,99.78,0,0,0.57,532.07,3307.94,26134674,99.92,0,0,0.18,531.68,3308.32,26134675,99.83,0,0,0.37,531.48,3308.54,26134676,99.88,0,0,0.13,531.42,3308.6,26134677,99.92,0,0,0.17,531.41,3308.6,26134678,99.78,0,0,0.57,531.91,3308.1,26134679,99.93,0,0,0.18,531.72,3308.28,26134680,99.69,0,0,0.36,530.85,3309.18,26134681,99.91,0,0,0.14,530.8,3309.22,26134682,99.91,0,0,0.14,530.77,3309.24,26134683,99.76,0,0,0.51,531.96,3308.05,26134684,99.9,0,0,0.21,531.72,3308.29,26134685,99.85,0,0,0.31,531.01,3309.02,26134686,99.88,0,0,0.14,530.96,3309.06,26134687,99.92,0,0,0.16,530.95,3309.07,26134688,99.77,0,0,0.4,531.61,3308.41,26134689,99.73,0,0,0.43,531.65,3308.34,26134690,99.87,0,0,0.34,531.88,3308.14,26134691,99.93,0,0,0.16,531.99,3308.03,26134692,99.9,0,0,0.13,532.06,3307.95,26134693,99.75,0,0,0.57,532.39,3307.61,26134694,99.93,0,0,0.14,532.02,3307.98,26134695,99.86,0,0,0.33,532.02,3308,26134696,99.92,0,0,0.14,532,3308.01,26134697,99.88,0,0,0.18,531.74,3308.27,26134698,99.78,0,0,0.45,532.07,3307.94,26134699,99.93,0,0,0.32,531.69,3308.31,26134700,99.82,0,0,0.33,531.93,3308.09,26134701,99.93,0,0,0.14,531.9,3308.11,26134702,99.9,0,0,0.16,531.89,3308.11,26134703,99.91,0,0,0.15,532.01,3307.99,26134704,99.74,0,0,0.59,532.54,3307.46,26134705,99.82,0,0,0.34,532.04,3307.98,26134706,99.92,0,0,0.15,532.02,3307.99,26134707,99.93,0,0,0.17,531.99,3308.01,26134708,99.94,0,0,0.14,531.99,3308.01,26134709,99.74,0,0,0.58,532.31,3307.69,26134710,99.78,0,0,0.38,530.76,3309.25,26134711,99.93,0,0,0.16,530.72,3309.29,26134712,99.94,0,0,0.16,530.7,3309.31,26134713,99.9,0,0,0.14,530.67,3309.34,26134714,99.79,0,0,0.54,531.81,3308.19,26134715,99.81,0,0,0.34,530.79,3309.22,26134716,99.93,0,0,0.14,531.08,3308.93,26134717,99.93,0,0,0.16,531.05,3308.95,26134718,99.93,0,0,0.16,531.04,3308.96,26134719,99.61,0,0,0.7,532.8,3307.18,26134720,99.8,0,0,0.39,531.97,3308.02,26134721,99.91,0,0,0.2,531.95,3308.05,26134722,99.88,0,0,0.15,531.93,3308.06,26134723,99.93,0,0,0.15,531.9,3308.08,26134724,99.77,0,0,0.54,532.31,3307.67,26134725,99.86,0,0,0.32,531.98,3308.02,26134726,99.9,0,0,0.19,532.05,3307.94,26134727,99.92,0,0,0.18,532.03,3307.96,26134728,99.91,0,0,0.18,532.01,3307.98,26134729,99.78,0,0,0.59,532.27,3307.72,26134730,99.88,0,0,0.31,532.24,3307.77,26134731,99.93,0,0,0.14,532.22,3307.78,26134732,99.9,0,0,0.16,532.2,3307.8,26134733,99.91,0,0,0.14,532.18,3307.81,26134734,99.74,0,0,0.5,532.44,3307.55,26134735,99.73,0,0,0.4,531.42,3308.58,26134736,99.87,0,0,0.14,531.42,3308.57,26134737,99.87,0,0,0.16,531.55,3308.43,26134738,99.9,0,0,0.14,531.52,3308.46,26134739,99.78,0,0,0.41,531.93,3308.04,26134740,99.66,0,0,0.43,531.53,3308.47,26134741,99.8,0,0,0.17,531.49,3308.5,26134742,99.93,0,0,0.14,531.47,3308.52,26134743,99.91,0,0,0.16,531.46,3308.53,26134744,99.86,0,0,0.13,531.43,3308.55,26134745,99.59,0,0,0.72,531.91,3308.09,26134746,99.88,0,0,0.16,531.41,3308.58,26134747,99.89,0,0,0.14,531.39,3308.6,26134748,99.87,0,0,0.15,531.42,3308.56,26134749,99.76,0,0,0.3,532.06,3307.89,26134750,99.73,0,0,0.73,532.86,3307.11,26134751,99.94,0,0,0.16,532.49,3307.48,26134752,99.88,0,0,0.16,532.47,3307.49,26134753,99.9,0,0,0.16,532.45,3307.51,26134754,99.88,0,0,0.15,532.24,3307.72,26134755,99.62,0,0,0.74,532.39,3307.6,26134756,99.91,0,0,0.16,532.17,3307.81,26134757,99.85,0,0,0.22,532.15,3307.83,26134758,99.88,0,0,0.17,532.13,3307.84,26134759,99.86,0,0,0.16,532.12,3307.86,26134760,99.57,0,0,0.76,531.79,3308.19,26134761,99.87,0,0,0.19,531.47,3308.51,26134762,99.86,0,0,0.19,531.52,3308.46,26134763,99.85,0,0,0.19,531.5,3308.47,26134764,99.81,0,0,0.18,531.48,3308.49,26134765,99.65,0,0,0.84,532.08,3307.9,26134766,99.83,0,0,0.19,531.46,3308.54,26134767,99.83,0,0,0.18,531.44,3308.55,26134768,99.83,0,0,0.16,531.42,3308.57,26134769,99.82,0,0,0.16,531.4,3308.58,26134770,99.59,0,0,0.61,531.99,3308.01,26134771,99.85,0,0,0.3,531.37,3308.63,26134772,99.84,0,0,0.15,531.43,3308.57,26134773,99.82,0,0,0.16,531.55,3308.44,26134774,99.82,0,0,0.15,531.54,3308.45,26134775,99.61,0,0,0.61,531.92,3308.09,26134776,99.83,0,0,0.29,531.76,3308.24,26134777,99.82,0,0,0.14,531.74,3308.26,26134778,99.84,0,0,0.19,531.71,3308.27,26134779,99.69,0,0,0.3,531.47,3308.5,26134780,98.93,0,0,0.64,531.88,3308.1,26134781,99.83,0,0,0.32,531.67,3308.3,26134782,99.8,0,0,0.16,531.66,3308.31,26134783,99.79,0,0,0.14,531.63,3308.34,26134784,99.85,0,0,0.16,531.71,3308.28,26134785,99.73,0,0,0.38,530.59,3309.42,26134786,99.68,0,0,0.57,532.2,3307.81,26134787,99.77,0,0,0.15,531.52,3308.49,26134788,99.83,0,0,0.15,531.5,3308.51,26134789,99.85,0,0,0.15,531.48,3308.52,26134790,99.72,0,0,0.36,531.75,3308.26,26134791,99.68,0,0,0.56,532.06,3307.95,26134792,99.84,0,0,0.16,531.68,3308.32,26134793,99.81,0,0,0.18,531.67,3308.34,26134794,99.83,0,0,0.15,531.65,3308.35,26134795,99.67,0,0,0.34,531.68,3308.33,26134796,99.7,0,0,0.41,531.85,3308.16,26134797,99.83,0,0,0.3,531.47,3308.54,26134798,99.81,0,0,0.16,531.54,3308.46,26134799,99.83,0,0,0.16,531.51,3308.49,26134800,99.71,0,0,0.36,531.76,3308.25,26134801,99.68,0,0,0.58,532.09,3307.92,26134802,99.84,0,0,0.18,531.72,3308.29,26134803,99.85,0,0,0.17,531.7,3308.3,26134804,99.84,0,0,0.14,531.68,3308.32,26134805,99.69,0,0,0.38,531.44,3308.57,26134806,99.71,0,0,0.58,531.87,3308.14,26134807,99.84,0,0,0.16,531.66,3308.35,26134808,99.83,0,0,0.14,531.79,3308.21,26134809,99.64,0,0,0.3,531.77,3308.21,26134810,99.75,0,0,0.33,531.28,3308.71,26134811,99.66,0,0,0.45,531.87,3308.12,26134812,99.83,0,0,0.29,531.98,3308.01,26134813,99.81,0,0,0.16,531.94,3308.04,26134814,99.83,0,0,0.15,531.92,3308.06,26134815,99.7,0,0,0.36,530.96,3309.04,26134816,99.66,0,0,0.4,531.33,3308.67,26134817,99.83,0,0,0.33,531.64,3308.35,26134818,99.83,0,0,0.14,531.61,3308.37,26134819,99.82,0,0,0.16,531.7,3308.28,26134820,99.7,0,0,0.34,530.84,3309.16,26134821,99.68,0,0,0.41,531.21,3308.78,26134822,99.83,0,0,0.3,531.99,3307.99,26134823,99.84,0,0,0.14,531.97,3308.01,26134824,99.81,0,0,0.16,531.94,3308.03,26134825,99.73,0,0,0.37,531.94,3308.04,26134826,99.85,0,0,0.14,531.92,3308.06,26134827,99.67,0,0,0.55,532.39,3307.59,26134828,99.82,0,0,0.15,531.62,3308.35,26134829,99.85,0,0,0.14,531.61,3308.36,26134830,99.81,0,0.02,0.36,531.98,3308,26134831,99.82,0,0,0.14,531.99,3307.99,26134832,99.66,0,0,0.54,532.33,3307.65,26134833,99.83,0.01,0.02,0.16,531.71,3308.27,26134834,99.84,0,0,0.2,531.74,3308.23,26134835,99.75,0,0,0.33,531.98,3308,26134836,99.83,0,0,0.16,531.97,3308.01,26134837,99.68,0,0,0.5,532.18,3307.8,26134838,99.83,0,0,0.2,531.68,3308.29,26134839,99.65,0,0,0.29,531.9,3308.05,26134840,99.71,0,0,0.43,531.73,3308.23,26134841,95.04,0,0,0.14,531.63,3308.32,26134842,99.62,0,0,0.56,532.11,3307.84,26134843,99.82,0,0,0.16,531.82,3308.12,26134844,99.81,0,0,0.14,531.92,3308.03,26134845,99.67,0,0,0.35,531.54,3308.43,26134846,99.79,0,0,0.14,531.51,3308.46,26134847,99.6,0,0,0.5,532.42,3307.55,26134848,99.8,0,0,0.28,531.97,3308,26134849,99.78,0,0,0.15,531.95,3308.01,26134850,99.76,0,0,0.35,531.96,3308.01,26134851,99.84,0,0,0.15,531.93,3308.04,26134852,99.71,0,0,0.55,532.38,3307.59,26134853,99.79,0,0,0.14,531.64,3308.32,26134854,99.81,0,0,0.14,531.63,3308.34,26134855,99.75,0,0,0.43,532.16,3307.83,26134856,99.81,0,0,0.2,532.12,3307.88,26134857,98.19,0,0,0.37,532.55,3307.44,26134858,99.8,0,0,0.4,532.01,3307.97,26134859,99.83,0,0,0.23,531.98,3308,26134860,99.15,0,0,10.73,531.43,3308.55,26134861,99.82,0,0,0.16,531.44,3308.59,26134862,99.67,0,0,0.3,531.79,3308.24,26134863,99.81,0,0,0.41,531.89,3308.13,26134864,99.83,0,0,0.14,531.87,3308.14,26134865,99.75,0,0,0.32,532.12,3307.94,26134866,99.77,0,0,0.18,532.1,3307.97,26134867,99.8,0,0,0.14,532.08,3307.98,26134868,99.63,0,0,0.57,532.25,3307.81,26134869,99.67,0,0,0.29,531.99,3308.05,26134870,99.73,0,0,0.31,530.76,3309.29,26134871,99.84,0,0,0.14,530.73,3309.32,26134872,99.81,0,0,0.18,530.71,3309.33,26134873,99.7,0,0,0.58,532.42,3307.63,26134874,99.82,0,0,0.16,532.15,3307.89,26134875,99.76,0,0,0.32,531.91,3308.15,26134876,99.82,0,0.01,0.18,531.86,3308.19,26134877,99.83,0,0,0.2,531.83,3308.21,26134878,99.66,0,0,0.6,532.45,3307.59,26134879,99.8,0,0,0.15,532.15,3307.89,26134880,99.71,0,0,0.32,532.24,3307.81,26134881,99.81,0,0,0.15,532.21,3307.84,26134882,99.78,0,0,0.16,532.19,3307.85,26134883,99.63,0,0,0.4,532.53,3307.51,26134884,99.81,0,0,0.29,532.15,3307.87,26134885,99.69,0,0,0.33,532.14,3307.9,26134886,99.81,0,0,0.16,532.13,3307.91,26134887,99.76,0,0,0.14,532.1,3307.93,26134888,99.69,0,0,0.61,532.43,3307.6,26134889,99.81,0,0,0.16,532.06,3307.96,26134890,99.73,0,0,0.3,532.08,3307.95,26134891,99.81,0,0,0.14,532.22,3307.82,26134892,99.8,0,0,0.15,532.19,3307.84,26134893,99.62,0,0,0.58,532.48,3307.55,26134894,99.79,0,0,0.14,531.9,3308.12,26134895,99.73,0,0,0.3,531.47,3308.57,26134896,99.82,0,0,0.14,531.39,3308.64,26134897,99.85,0,0,0.16,531.37,3308.66,26134898,99.71,0,0,0.15,531.66,3308.36,26134899,99.63,0,0.01,0.75,532.63,3307.39,26134900,99.65,0,0,0.33,530.55,3309.48,26134901,99.77,0,0,0.14,530.47,3309.55,26134902,99.8,0,0,0.16,530.45,3309.57,26134903,99.83,0,0,0.14,530.42,3309.59,26134904,99.68,0,0,0.56,532.03,3307.98,26134905,99.75,0,0,0.31,531.65,3308.38,26134906,99.83,0,0,0.14,531.63,3308.39,26134907,99.82,0,0,0.17,531.59,3308.42,26134908,99.79,0,0,0.14,531.58,3308.43,26134909,99.68,0,0,0.56,532.39,3307.61,26134910,99.71,0,0,0.32,532.06,3307.96,26134911,99.82,0,0,0.16,532.03,3308,26134912,99.79,0,0,0.14,532.11,3307.9,26134913,99.83,0,0,0.15,532.17,3307.84,26134914,99.7,0,0,0.55,532.68,3307.33,26134915,99.75,0,0,0.34,531.55,3308.49,26134916,99.79,0,0,0.14,531.39,3308.64,26134917,99.75,0,0,0.15,531.37,3308.66,26134918,99.85,0,0,0.14,531.35,3308.67,26134919,99.76,0,0,0.54,531.93,3308.09,26134920,99.73,0,0,0.42,531.58,3308.45,26134921,99.82,0,0,0.16,531.56,3308.47,26134922,99.88,0,0,0.15,531.53,3308.49,26134923,99.87,0,0,0.16,531.57,3308.45,26134924,99.68,0,0,0.58,531.97,3308.05,26134925,99.78,0,0,0.31,530.51,3309.53,26134926,99.89,0,0.01,0.2,530.45,3309.58,26134927,99.88,0,0,0.18,530.42,3309.61,26134928,99.89,0,0,0.2,530.39,3309.63,26134929,99.6,0,0,0.6,532.27,3307.72,26134930,99.83,0,0,0.4,531.58,3308.44,26134931,99.91,0,0,0.15,531.55,3308.46,26134932,99.89,0,0,0.14,531.59,3308.42,26134933,99.82,0,0,0.16,531.7,3308.3,26134934,99.88,0,0,0.14,531.69,3308.31,26134935,99.5,0,0,0.64,532.02,3308,26134936,99.95,0,0,0.16,531.67,3308.34,26134937,99.9,0,0,0.22,531.65,3308.36,26134938,99.94,0,0,0.14,531.63,3308.37,26134939,99.89,0,0,0.16,531.61,3308.39,26134940,99.67,0,0,0.64,531.98,3308.05,26134941,99.93,0,0,0.14,531.59,3308.43,26134942,99.93,0,0,0.16,531.57,3308.44,26134943,99.9,0,0,0.14,531.55,3308.46,26134944,99.9,0,0,0.14,531.58,3308.43,26134945,99.62,0,0,0.72,531.66,3308.36,26134946,99.9,0,0,0.16,530.97,3309.05,26134947,99.91,0,0,0.14,530.94,3309.07,26134948,99.89,0,0,0.15,530.92,3309.08,26134949,99.89,0.01,0.03,0.16,530.84,3309.16,26134950,99.57,0,0,0.69,532.12,3307.9,26134951,99.9,0,0,0.15,531.79,3308.23,26134952,99.91,0,0,0.16,531.87,3308.14,26134953,99.88,0,0,0.16,531.92,3308.08,26134954,99.89,0,0,0.15,531.91,3308.09,26134955,99.73,0,0,0.67,532.4,3307.62,26134956,99.9,0,0,0.14,532.13,3307.88,26134957,99.92,0,0,0.14,532.1,3307.9,26134958,99.91,0,0,0.15,532.09,3307.91,26134959,99.68,0,0,0.3,531.12,3308.86,26134960,99.63,0,0,0.64,532.02,3307.97,26134961,99.91,0,0,0.22,531.56,3308.43,26134962,99.93,0,0,0.14,531.53,3308.46,26134963,99.91,0,0,0.15,531.68,3308.3,26134964,99.9,0,0,0.14,531.67,3308.31,26134965,99.68,0,0,0.68,532.53,3307.46,26134966,99.88,0,0,0.14,531.89,3308.09,26134967,99.87,0,0,0.14,531.87,3308.11,26134968,99.9,0,0,0.16,531.84,3308.15,26134969,99.93,0,0,0.16,531.82,3308.17,26134970,99.7,0,0,0.68,532.24,3307.77,26134971,99.89,0,0,0.14,532.05,3307.96,26134972,99.92,0,0,0.14,532.03,3307.97,26134973,99.94,0,0,0.16,532.11,3307.89,26134974,99.91,0,0,0.14,532.18,3307.82,26134975,99.82,0,0,0.27,531.71,3308.3,26134976,99.71,0,0,0.56,532.25,3307.75,26134977,99.92,0,0,0.14,531.89,3308.11,26134978,98.16,0,0,0.14,531.86,3308.14,26134979,99.9,0,0,0.15,531.85,3308.14,26134980,99.85,0,0,0.27,532.1,3307.91,26134981,99.7,0,0,0.54,532.2,3307.81,26134982,99.93,0,0,0.14,531.81,3308.19,26134983,99.92,0,0,0.17,531.79,3308.2,26134984,99.91,0,0,0.14,531.77,3308.22,26134985,99.82,0,0,0.27,532.06,3307.95,26134986,99.76,0,0,0.55,532.91,3307.1,26134987,99.92,0,0,0.13,532.16,3307.85,26134988,99.88,0,0,0.16,532.13,3307.88,26134989,99.76,0,0,0.31,532.11,3307.89,26134990,99.8,0,0,0.26,531.87,3308.15,26134991,99.73,0,0,0.6,532.35,3307.66,26134992,99.88,0,0,0.18,531.81,3308.2,26134993,99.9,0,0,0.18,531.86,3308.14,26134994,99.9,0,0,0.18,531.91,3308.12,26134995,99.81,0,0,0.28,530.94,3309.11,26134996,99.78,0,0,0.57,531.68,3308.36,26134997,99.9,0,0,0.18,531.85,3308.19,26134998,99.94,0,0,0.16,531.85,3308.19,26134999,99.91,0,0,0.18,531.82,3308.21,26135000,99.67,0,0,0.25,531.38,3308.67,26135001,99.74,0,0,0.52,531.68,3308.36,26135002,99.9,0,0,0.19,531.29,3308.74,26135003,99.9,0,0,0.15,531.38,3308.66,26135004,99.83,0,0,0.15,531.44,3308.59,26135005,99.76,0,0,0.26,532.16,3307.89,26135006,99.75,0,0,0.41,532.82,3307.22,26135007,99.93,0,0,0.31,531.9,3308.14,26135008,99.86,0,0,0.14,531.88,3308.16,26135009,99.89,0,0,0.16,531.85,3308.17,26135010,99.82,0,0,0.27,532.1,3307.95,26135011,96.82,0.31,0.01,64.56,537.51,3302.96,26135012,97.86,0,0,195.34,540.74,3299.67,26135013,99.94,0,0,0.15,534.82,3305.22,26135014,99.9,0,0,0.14,534.79,3305.24,26135015,99.84,0,0,0.27,533.97,3306.09,26135016,99.85,0,0,0.18,533.98,3306.07,26135017,99.74,0,0,0.6,532.53,3307.56,26135018,99.92,0,0,0.16,532.02,3308.07,26135019,94.28,34.66,0.06,112.48,541.24,3276.5,26135020,99.83,0,0,0.4,534.52,3271.38,26135021,99.89,0,0,0.2,534.31,3271.59,26135022,99.71,0,0,0.57,534.69,3271.23,26135023,99.2,0,0,0.14,534.27,3271.65,26135024,99.87,0,0,0.2,532.67,3273.28,26135025,99.77,0,0,0.28,532.32,3273.66,26135026,99.91,0,0,0.14,532.41,3273.56,26135027,99.65,0,0,0.56,532.63,3273.35,26135028,99.92,0,0,0.15,532.2,3273.78,26135029,99.89,0,0,0.15,532.15,3273.82,26135030,99.78,0,0,0.28,531.43,3274.56,26135031,99.88,0,0.01,0.19,531.48,3274.51,26135032,99.75,0,0,0.56,532.35,3273.64,26135033,99.85,0,0,0.14,531.97,3274.02,26135034,99.88,0,0,0.14,531.94,3274.04,26135035,99.75,0,0,0.27,531,3275,26135036,99.92,0,0,0.14,530.94,3275.06,26135037,99.72,0,0,0.52,531.99,3274,26135038,99.26,0,0,0.2,532.37,3273.61,26135039,99.9,0,0,0.15,532.35,3273.63,26135040,99.77,0,0,0.28,532.17,3273.83,26135041,99.91,0,0,0.14,532.19,3273.81,26135042,99.75,0,0,0.42,532.65,3273.34,26135043,99.89,0,0,0.3,532.47,3273.52,26135044,99.88,0,0,0.15,532.46,3273.53,26135045,99.85,0,0,0.27,532.69,3273.31,26135046,99.91,0,0,0.16,532.68,3273.32,26135047,99.72,0,0,0.52,532.9,3273.09,26135048,99.91,0,0,0.19,532.15,3273.84,26135049,99.67,0,0,0.3,531.88,3274.09,26135050,99.82,0,0,0.3,531.15,3274.83,26135051,99.93,0,0,0.13,531.12,3274.86,26135052,99.77,0,0,0.38,531.58,3274.39,26135053,99.9,0,0,0.36,532.49,3273.47,26135054,99.87,0,0,0.14,532.47,3273.49,26135055,99.75,0,0,0.31,531.5,3274.47,26135056,99.89,0,0,0.16,531.47,3274.51,26135057,99.87,0,0,0.2,531.21,3274.76,26135058,99.65,0,0,0.56,532.53,3273.43,26135059,99.92,0,0,0.17,531.89,3274.07,26135060,99.78,0,0,0.27,532.13,3273.85,26135061,99.92,0,0,0.16,532.11,3273.86,26135062,99.93,0,0,0.14,532.09,3273.88,26135063,99.75,0,0,0.58,533.01,3272.95,26135064,99.93,0,0,0.19,532.73,3273.23,26135065,99.85,0,0,0.33,532.3,3273.68,26135066,99.89,0,0,0.18,531.48,3274.49,26135067,99.9,0,0,0.18,531.46,3274.51,26135068,99.76,0,0,0.57,531.93,3274.03,26135069,99.93,0,0,0.14,531.67,3274.29,26135070,99.71,0,0,0.26,530.48,3275.49,26135071,99.88,0,0,0.14,530.42,3275.55,26135072,99.91,0,0,0.16,530.4,3275.57,26135073,99.74,0,0,0.58,531.54,3274.42,26135074,99.83,0,0,0.18,531.84,3274.12,26135075,99.76,0,0,0.26,531.59,3274.38,26135076,99.91,0,0,0.14,531.71,3274.26,26135077,99.9,0,0,0.16,531.73,3274.24,26135078,99.72,0,0,0.61,532.17,3273.79,26135079,99.78,0,0,0.32,531.95,3273.99,26135080,99.81,0,0,0.35,531.95,3274.01,26135081,99.88,0,0,0.16,531.93,3274.03,26135082,99.92,0,0,0.16,531.91,3274.04,26135083,99.72,0,0,0.56,532.42,3273.53,26135084,99.91,0,0,0.14,531.87,3274.07,26135085,99.87,0,0,0.3,531.86,3274.1,26135086,99.92,0,0,0.15,531.84,3274.11,26135087,99.87,0,0,0.16,531.81,3274.14,26135088,99.77,0,0,0.32,532.26,3273.68,26135089,99.93,0,0,0.46,531.96,3273.98,26135090,99.83,0,0,0.27,530.77,3275.19,26135091,99.89,0,0,0.15,530.72,3275.24,26135092,99.9,0,0,0.14,530.7,3275.25,26135093,99.77,0,0,0.34,531.07,3274.88,26135094,99.91,0,0,0.38,531.89,3274.05,26135095,99.83,0,0,0.28,530.92,3275.04,26135096,99.91,0,0,0.16,530.89,3275.07,26135097,99.91,0,0,0.14,530.86,3275.09,26135098,99.91,0,0,0.15,530.84,3275.11,26135099,99.72,0,0,0.55,531.47,3274.47,26135100,99.7,0,0,0.29,532.24,3273.72,26135101,99.9,0,0,0.14,532.22,3273.74,26135102,99.91,0,0,0.16,532.18,3273.77,26135103,99.91,0,0,0.14,532.17,3273.77,26135104,99.79,0,0,0.56,532.67,3273.26,26135105,99.79,0,0,0.28,532.15,3273.81,26135106,99.88,0,0,0.16,532.12,3273.83,26135107,99.89,0,0,0.14,532.11,3273.83,26135108,99.9,0,0,0.14,532.08,3273.86,26135109,99.61,0,0,0.71,532.33,3273.59,26135110,99.81,0,0,0.29,532.07,3273.86,26135111,99.93,0,0,0.14,532.16,3273.77,26135112,99.93,0,0,0.14,532.24,3273.69,26135113,99.9,0,0,0.16,532.23,3273.69,26135114,99.73,0,0,0.43,532.55,3273.41,26135115,99.83,0,0,0.4,531.98,3274.01,26135116,99.9,0,0,0.14,531.94,3274.04,26135117,99.9,0,0,0.2,531.93,3274.05,26135118,99.92,0,0,0.14,531.9,3274.07,26135119,99.76,0,0,0.57,532.32,3273.65,26135120,99.77,0,0,0.29,532.13,3273.86,26135121,99.89,0,0,0.13,532.11,3273.87,26135122,99.88,0,0,0.15,532.09,3273.89,26135123,99.89,0.01,0.02,0.16,532.18,3273.8,26135124,99.78,0,0,0.46,532.56,3273.41,26135125,99.81,0,0,0.41,531.25,3274.74,26135126,99.93,0,0,0.15,531.21,3274.78,26135127,99.88,0,0,0.16,531.19,3274.79,26135128,99.87,0,0,0.15,531.17,3274.81,26135129,99.87,0,0,0.18,531.33,3274.64,26135130,99.69,0,0,0.67,532.47,3273.52,26135131,99.92,0,0,0.17,532.12,3273.87,26135132,99.87,0,0,0.14,532.09,3273.89,26135133,99.9,0,0,0.19,532.07,3273.91,26135134,99.9,0,0,0.16,532.16,3273.82,26135135,99.6,0,0,0.68,532.1,3273.89,26135136,99.88,0,0,0.14,531.73,3274.26,26135137,99.89,0,0,0.17,531.7,3274.27,26135138,99.88,0,0,0.14,531.68,3274.3,26135139,99.68,0,0,0.41,531.65,3274.32,26135140,99.55,0,0,0.7,532.31,3273.68,26135141,99.9,0,0,0.16,531.61,3274.37,26135142,99.91,0,0,0.17,531.59,3274.38,26135143,98.94,0,0,0.14,531.57,3274.4,26135144,99.89,0,0,0.14,531.65,3274.33,26135145,99.67,0,0,0.71,532.44,3273.56,26135146,99.87,0,0,0.29,531.94,3274.05,26135147,99.91,0,0,0.25,531.7,3274.28,26135148,99.92,0,0,0.16,531.68,3274.3,26135149,99.9,0,0,0.14,531.67,3274.31,26135150,99.67,0,0,0.61,532.96,3273.03,26135151,99.89,0,0,0.2,532.14,3273.85,26135152,99.93,0,0,0.16,532.11,3273.88,26135153,99.93,0,0,0.15,532.1,3273.88,26135154,99.92,0,0,0.16,532.07,3273.91,26135155,99.75,0,0,0.59,532.67,3273.32,26135156,99.93,0,0,0.29,532.34,3273.65,26135157,99.91,0,0,0.17,532.47,3273.52,26135158,99.91,0,0,0.14,532.45,3273.54,26135159,99.9,0,0,0.14,532.43,3273.55,26135160,98.25,0,0,0.73,532.33,3273.66,26135161,99.87,0,0,0.18,531.41,3274.58,26135162,99.88,0,0,0.19,531.39,3274.6,26135163,99.91,0,0,0.16,531.37,3274.61,26135164,99.91,0,0,0.14,531.35,3274.63,26135165,99.66,0,0,0.71,532.59,3273.4,26135166,99.91,0,0,0.19,531.82,3274.17,26135167,99.9,0,0,0.15,531.84,3274.15,26135168,99.9,0,0,0.15,531.97,3274.01,26135169,99.75,0,0,0.32,532.21,3273.74,26135170,99.8,0,0,0.32,532.44,3273.54,26135171,99.76,0,0,0.6,533.3,3272.67,26135172,99.93,0,0,0.18,532.64,3273.32,26135173,99.93,0,0,0.18,532.63,3273.34,26135174,99.93,0,0,0.18,532.61,3273.36,26135175,99.81,0,0,0.3,532.16,3273.83,26135176,99.77,0,0,0.57,532.45,3273.54,26135177,99.86,0,0,0.18,532.32,3273.67,26135178,99.88,0,0,0.16,532.3,3273.69,26135179,99.9,0,0,0.15,532.34,3273.64,26135180,99.78,0,0,0.27,532.5,3273.49,26135181,99.75,0,0,0.59,532.36,3273.63,26135182,99.89,0,0,0.16,531.71,3274.27,26135183,99.88,0,0,0.15,531.68,3274.3,26135184,99.87,0,0,0.16,531.67,3274.3,26135185,99.72,0,0,0.3,531.9,3274.09,26135186,99.75,0,0,0.59,532.54,3273.44,26135187,99.89,0,0,0.12,532.35,3273.63,26135188,99.83,0,0,0.16,532.33,3273.65,26135189,99.9,0,0,0.14,532.31,3273.66,26135190,99.8,0,0,0.28,532.65,3273.34,26135191,99.63,0,0,0.54,533.22,3272.77,26135192,99.91,0,0,0.21,532.45,3273.54,26135193,99.9,0,0,0.14,532.43,3273.55,26135194,99.89,0,0,0.16,532.39,3273.58,26135195,99.82,0,0,0.3,532.87,3273.12,26135196,99.77,0,0,0.42,533.21,3272.78,26135197,99.9,0,0,0.3,532.32,3273.66,26135198,99.92,0,0,0.15,532.31,3273.66,26135199,99.68,0,0,0.31,532.58,3273.36,26135200,99.73,0,0,0.34,531.65,3274.32,26135201,99.73,0,0,0.41,531.97,3273.99,26135202,99.88,0,0,0.28,532.68,3273.28,26135203,99.91,0,0,0.16,532.65,3273.3,26135204,99.88,0,0,0.14,532.64,3273.31,26135205,99.75,0,0,0.31,532.43,3273.54,26135206,99.78,0,0,0.44,532.74,3273.22,26135207,99.87,0,0,0.3,532.59,3273.37,26135208,99.88,0,0,0.15,532.58,3273.38,26135209,99.86,0,0,0.17,532.55,3273.4,26135210,99.76,0,0,0.32,531.64,3274.33,26135211,99.86,0,0,0.17,531.73,3274.23,26135212,99.65,0,0,0.61,532.23,3273.72,26135213,99.9,0,0,0.14,531.44,3274.5,26135214,99.9,0,0,0.16,531.42,3274.52,26135215,99.76,0,0,0.29,532.85,3273.11,26135216,99.83,0,0,0.18,532.87,3273.09,26135217,99.77,0,0,0.59,533.14,3272.81,26135218,99.88,0,0,0.15,532.58,3273.37,26135219,99.94,0,0,0.16,532.57,3273.37,26135220,88.66,0,0,163.74,553.7,3252.63,26135221,99.89,0,0,33.54,533.71,3303.03,26135222,99.77,0,0,0.6,534.39,3302.37,26135223,99.88,0,0,0.18,534.35,3302.41,26135224,99.86,0,0,0.15,534.33,3302.43,26135225,99.75,0,0.01,0.34,534.33,3302.44,26135226,99.92,0,0,0.16,531.99,3304.83,26135227,99.78,0,0,0.55,531.74,3305.08,26135228,99.93,0,0.01,0.15,531.04,3305.77,26135229,99.72,0,0.01,0.29,532.22,3304.57,26135230,99.81,0,0,0.26,531.81,3305.01,26135231,99.94,0,0,0.16,531.91,3304.92,26135232,99.77,0,0,0.48,532.78,3304.04,26135233,99.93,0,0,0.29,532.34,3304.46,26135234,99.88,0,0,0.16,532.33,3304.49,26135235,99.78,0,0,0.32,532.09,3304.75,26135236,99.88,0,0,0.14,532.07,3304.77,26135237,99.71,0,0,0.57,532.34,3304.49,26135238,99.87,0,0,0.2,532.02,3304.8,26135239,99.9,0,0,0.2,532.01,3304.81,26135240,99.79,0,0,0.36,530.82,3306.01,26135241,99.85,0,0,0.2,530.75,3306.08,26135242,99.76,0,0,0.44,531.11,3305.71,26135243,99.88,0,0.02,0.34,531.1,3305.72,26135244,99.93,0.01,0.37,0.22,531.05,3305.77,26135245,98.72,0,0,15.64,533.4,3303.92,26135246,99.9,0,0,0.17,531.76,3305.09,26135247,99.77,0,0,0.39,532.13,3304.72,26135248,99.94,0,0,0.38,532.34,3304.5,26135249,99.87,0,0,0.17,532.4,3304.44,26135250,99.78,0,0,0.29,532.16,3304.69,26135251,99.88,0,0,0.18,532.13,3304.72,26135252,99.9,0,0,0.17,532.11,3304.74,26135253,99.72,0,0,0.55,532.74,3304.11,26135254,99.93,0,0,0.18,532.06,3304.78,26135255,99.72,0,0,0.3,532.06,3304.8,26135256,99.88,0,0,0.18,532.02,3304.83,26135257,99.9,0,0,0.16,532.05,3304.82,26135258,99.77,0,0,0.53,532.52,3304.34,26135259,99.78,0,0,0.29,532.39,3304.45,26135260,99.74,0,0,0.33,531.1,3305.75,26135261,99.88,0,0,0.14,530.89,3305.96,26135262,99.91,0,0,0.16,530.86,3305.98,26135263,99.72,0,0,0.54,531.88,3304.95,26135264,99.92,0,0,0.16,532.04,3304.79,26135265,99.76,0,0,0.29,532.28,3304.57,26135266,99.89,0,0,0.16,532.25,3304.59,26135267,99.85,0,0,0.15,532.27,3304.57,26135268,99.76,0,0,0.52,532.07,3304.76,26135269,99.9,0,0,0.18,531.15,3305.68,26135270,99.83,0,0,0.38,531.87,3304.97,26135271,99.93,0,0,0.16,531.87,3304.97,26135272,99.9,0,0,0.14,531.85,3304.99,26135273,99.74,0,0,0.54,532.69,3304.15,26135274,99.85,0,0,0.14,532.3,3304.53,26135275,99.77,0,0,0.3,532.07,3304.78,26135276,99.92,0,0,0.15,532.03,3304.81,26135277,99.9,0,0,0.16,532.02,3304.82,26135278,99.74,0,0,0.41,532.39,3304.45,26135279,99.89,0,0,0.28,532.25,3304.57,26135280,99.76,0,0,0.28,532.17,3304.68,26135281,99.89,0,0,0.14,532.13,3304.71,26135282,98.98,0,0,0.15,532.12,3304.72,26135283,99.68,0,0,0.32,532.46,3304.38,26135284,99.88,0,0,0.4,532.32,3304.51,26135285,99.72,0,0,0.29,532.33,3304.51,26135286,99.9,0,0,0.16,532.3,3304.54,26135287,99.91,0,0,0.14,532.28,3304.56,26135288,99.77,0,0,0.32,532.61,3304.23,26135289,99.75,0,0,0.54,531.98,3304.82,26135290,99.76,0,0,0.29,531.27,3305.55,26135291,99.82,0,0.02,0.18,531.35,3305.46,26135292,99.87,0,0,0.14,531.35,3305.47,26135293,99.85,0,0,0.15,531.33,3305.48,26135294,99.6,0,0,0.54,532.27,3304.53,26135295,99.76,0,0,0.29,532.51,3304.31,26135296,99.8,0,0,0.14,532.52,3304.3,26135297,99.84,0,0,0.2,532.5,3304.32,26135298,99.86,0,0,0.14,532.48,3304.33,26135299,99.7,0,0,0.54,532.67,3304.13,26135300,99.76,0,0,0.28,532.01,3304.81,26135301,99.88,0,0,0.15,532.13,3304.68,26135302,99.85,0,0,0.16,532.1,3304.7,26135303,99.78,0,0,0.15,532.07,3304.73,26135304,99.71,0,0,0.55,532.58,3304.22,26135305,99.79,0,0,0.31,532.3,3304.51,26135306,99.87,0,0,0.16,532.29,3304.52,26135307,99.9,0,0,0.15,532.26,3304.55,26135308,99.85,0,0.01,0.16,532.24,3304.56,26135309,99.77,0,0,0.48,532.69,3304.11,26135310,99.73,0,0.01,0.42,532.12,3304.69,26135311,99.83,0,0,0.17,532.14,3304.67,26135312,99.83,0,0,0.14,532.12,3304.69,26135313,99.81,0,0,0.15,532.1,3304.7,26135314,99.63,0,0,0.5,532.84,3303.96,26135315,99.74,0,0,0.38,531.6,3305.21,26135316,99.84,0,0,0.12,531.57,3305.24,26135317,99.78,0,0,0.2,531.55,3305.25,26135318,99.83,0,0,0.16,531.54,3305.26,26135319,99.48,0,0,0.56,532.71,3304.07,26135320,99.74,0,0,0.45,532.01,3304.79,26135321,99.83,0,0,0.16,531.73,3305.05,26135322,99.85,0,0,0.14,531.78,3305,26135323,99.83,0,0,0.15,531.88,3304.9,26135324,99.69,0,0,0.3,532.22,3304.55,26135325,99.7,0,0,0.56,532.59,3304.2,26135326,99.83,0,0,0.17,532.59,3304.2,26135327,99.83,0,0,0.16,532.56,3304.22,26135328,99.83,0,0,0.18,532.55,3304.23,26135329,99.72,0,0,0.33,532.87,3303.9,26135330,99.7,0,0,0.49,531.34,3305.44,26135331,99.83,0,0,0.17,531.27,3305.51,26135332,99.85,0,0,0.14,531.26,3305.52,26135333,99.8,0,0,0.16,531.24,3305.53,26135334,99.83,0,0,0.15,531.22,3305.55,26135335,99.59,0,0,0.71,532.89,3303.9,26135336,99.81,0,0,0.14,532.61,3304.18,26135337,99.83,0,0,0.15,532.59,3304.19,26135338,99.78,0,0,0.15,532.57,3304.21,26135339,99.75,0,0,0.14,532.55,3304.22,26135340,99.56,0,0,0.69,532.88,3303.91,26135341,99.8,0,0,0.14,532.52,3304.26,26135342,99.83,0,0,0.17,532.49,3304.29,26135343,98.4,0,0,0.15,532.49,3304.29,26135344,99.83,0,0,0.14,532.45,3304.31,26135345,99.56,0,0,0.62,532.74,3304.04,26135346,99.83,0,0,0.19,532.28,3304.5,26135347,99.72,0.04,0.03,0.18,532.3,3304.46,26135348,99.8,0.08,0.04,0.16,532.26,3304.5,26135349,99.62,0.06,0.04,0.29,532.54,3304.19,26135350,99.58,0.06,0.04,0.62,533.29,3303.46,26135351,99.7,0.07,0.04,0.33,532.75,3303.99,26135352,99.69,0.06,0.04,0.16,532.76,3303.97,26135353,99.79,0.02,0.02,0.14,532.71,3304.02,26135354,99.76,0.01,0.01,0.16,532.77,3303.95,26135355,99.53,0,0,0.7,533.03,3303.71,26135356,99.79,0,0,0.18,532.5,3304.25,26135357,99.81,0,0,0.2,532.48,3304.26,26135358,99.83,0,0,0.15,532.45,3304.28,26135359,99.83,0,0,0.14,532.43,3304.29,26135360,99.52,0,0,0.6,532.04,3304.7,26135361,99.84,0,0,0.32,532.71,3304.03,26135362,99.83,0,0,0.14,532.83,3303.92,26135363,99.83,0,0,0.15,532.81,3303.94,26135364,99.83,0,0,0.14,532.79,3303.95,26135365,99.72,0,0,0.27,532.56,3304.2,26135366,99.7,0,0,0.55,532.38,3304.38,26135367,99.82,0,0,0.16,531.76,3304.99,26135368,99.78,0,0,0.14,531.72,3305.02,26135369,99.83,0,0,0.16,531.7,3305.06,26135370,99.78,0,0,0.3,532.92,3303.86,26135371,99.68,0,0,0.52,533.1,3303.67,26135372,99.82,0,0,0.16,532.83,3303.94,26135373,99.82,0,0,0.16,532.81,3303.96,26135374,99.85,0,0,0.14,532.78,3303.98,26135375,99.76,0,0,0.29,532.13,3304.65,26135376,94.91,0.28,0.01,259.57,547.26,3290.98,26135377,99.8,0,0,0.13,534.44,3302.27,26135378,99.81,0,0,0.16,534.42,3302.28,26135379,99.75,0,0,0.29,534.4,3302.27,26135380,99.71,0,0,0.31,534.39,3302.3,26135381,99.65,0,0,0.63,533.03,3303.7,26135382,99.82,0,0,0.15,531.87,3304.87,26135383,99.8,0,0,0.14,531.85,3304.89,26135384,99.82,0,0,0.14,531.83,3304.92,26135385,99.73,0,0,0.32,532.32,3304.45,26135386,99.67,0,0,0.54,532.39,3304.38,26135387,99.82,0,0,0.16,531.05,3305.72,26135388,99.82,0,0,0.14,531.02,3305.75,26135389,99.8,0,0,0.15,531.01,3305.76,26135390,99.68,0,0,0.29,531.97,3304.81,26135391,99.6,0,0,0.56,532.1,3304.67,26135392,99.82,0,0,0.14,531.26,3305.51,26135393,99.74,0,0,0.15,531.38,3305.39,26135394,99.79,0,0,0.14,531.36,3305.41,26135395,99.65,0,0,0.29,530.46,3306.32,26135396,99.65,0,0,0.41,531.14,3305.64,26135397,99.72,0,0,0.29,531.79,3304.98,26135398,99.76,0,0,0.17,531.77,3304.99,26135399,99.8,0,0,0.18,531.75,3305.01,26135400,99.68,0,0,0.34,531.52,3305.26,26135401,99.61,0,0,0.46,531.89,3304.88,26135402,99.69,0,0,0.3,531.72,3305.06,26135403,99.83,0,0,0.19,531.76,3305.01,26135404,99.82,0,0,0.18,531.85,3304.91,26135405,99.74,0,0,0.33,532.11,3304.7,26135406,99.75,0,0,0.17,532.09,3304.72,26135407,99.62,0,0,0.55,532.77,3304.04,26135408,99.79,0,0,0.2,532.05,3304.75,26135409,99.66,0,0,0.34,532.27,3304.5,26135410,99.75,0,0,0.33,531.07,3305.73,26135411,99.8,0,0,0.15,531.03,3305.76,26135412,99.67,0,0,0.54,532.32,3304.47,26135413,99.78,0,0,0.18,532.21,3304.57,26135414,99.79,0,0,0.16,532.19,3304.59,26135415,99.67,0,0,0.3,531.78,3305.02,26135416,99.77,0,0,0.17,531.9,3304.9,26135417,99.62,0,0,0.6,532.45,3304.33,26135418,99.81,0,0,0.17,532.34,3304.44,26135419,99.79,0,0,0.16,532.33,3304.44,26135420,99.73,0,0,0.27,532.09,3304.71,26135421,99.81,0,0,0.16,532.07,3304.72,26135422,99.65,0,0,0.53,532.39,3304.4,26135423,99.81,0,0.01,0.16,532.01,3304.77,26135424,99.81,0,0,0.16,531.97,3304.81,26135425,99.76,0,0,0.3,531.74,3305.05,26135426,99.83,0,0,0.13,531.81,3304.98,26135427,99.66,0,0,0.49,532.76,3304.02,26135428,99.8,0,0,0.19,532.36,3304.43,26135429,99.81,0,0,0.16,532.33,3304.45,26135430,99.7,0,0,0.28,530.88,3305.92,26135431,99.81,0,0,0.16,530.84,3305.95,26135432,99.65,0,0,0.39,531.6,3305.19,26135433,99.83,0,0,0.29,531.78,3305,26135434,99.84,0,0,0.14,531.75,3305.02,26135435,99.6,0,0,0.31,531.05,3305.74,26135436,99.81,0,0,0.18,530.99,3305.79,26135437,99.63,0,0,0.36,531.46,3305.32,26135438,99.82,0,0,0.35,532.29,3304.49,26135439,99.58,0,0,0.31,532.36,3304.4,26135440,99.63,0,0,0.3,531.64,3305.13,26135441,99.84,0,0,0.17,531.61,3305.17,26135442,99.72,0,0,0.39,531.98,3304.79,26135443,99.83,0,0,0.28,532.05,3304.71,26135444,99.81,0,0.03,0.17,532,3304.78,26135445,99.77,0,0,0.28,531.98,3304.82,26135446,99.8,0,0,0.16,531.97,3304.83,26135447,99.81,0,0,0.15,532.04,3304.76,26135448,99.65,0,0,0.57,532.71,3304.09,26135449,99.81,0,0,0.15,532.34,3304.45,26135450,99.71,0,0,0.29,532.35,3304.45,26135451,99.79,0,0,0.13,532.31,3304.48,26135452,99.83,0,0,0.16,532.3,3304.49,26135453,99.68,0,0,0.57,532.81,3303.98,26135454,99.8,0,0,0.15,532.26,3304.52,26135455,99.7,0,0,0.33,532.26,3304.54,26135456,99.81,0,0,0.18,532.24,3304.56,26135457,99.79,0,0,0.18,532.22,3304.58,26135458,99.68,0,0,0.4,532.69,3304.1,26135459,99.8,0,0,0.28,532.52,3304.27,26135460,99.68,0,0,0.32,532.6,3304.21,26135461,99.8,0,0,0.13,532.58,3304.21,26135462,99.81,0,0,0.17,532.56,3304.24,26135463,99.66,0,0,0.41,532.8,3303.99,26135464,99.83,0,0,0.28,532.27,3304.52,26135465,99.69,0,0,0.28,531.57,3305.24,26135466,99.79,0,0,0.16,531.51,3305.29,26135467,99.84,0,0,0.14,531.5,3305.29,26135468,99.66,0,0,0.54,532.23,3304.56,26135469,99.68,0,0,0.35,532.44,3304.33,26135470,99.71,0,0,0.28,531.54,3305.24,26135471,99.79,0,0,0.16,531.62,3305.16,26135472,99.78,0,0,0.17,531.59,3305.18,26135473,99.63,0,0,0.55,532.51,3304.26,26135474,99.83,0,0,0.16,532.53,3304.23,26135475,99.69,0,0,0.36,532.3,3304.48,26135476,99.86,0,0,0.18,532.27,3304.51,26135477,99.86,0,0,0.22,532,3304.77,26135478,99.73,0,0,0.34,532.46,3304.31,26135479,99.88,0,0,0.36,532.45,3304.32,26135480,99.81,0,0,0.27,532.45,3304.33,26135481,99.9,0,0,0.15,532.43,3304.35,26135482,99.91,0,0,0.17,532.58,3304.19,26135483,99.9,0,0.01,0.16,532.56,3304.21,26135484,99.74,0,0,0.53,533.11,3303.66,26135485,99.84,0,0,0.28,532.55,3304.23,26135486,99.91,0,0,0.16,532.53,3304.25,26135487,99.9,0,0,0.14,532.51,3304.26,26135488,99.92,0,0,0.16,532.49,3304.29,26135489,99.76,0,0,0.54,533.05,3303.72,26135490,99.78,0,0,0.27,532.71,3304.07,26135491,99.91,0,0,0.17,532.69,3304.09,26135492,99.9,0,0,0.14,532.77,3304,26135493,99.9,0,0,0.16,532.86,3303.91,26135494,99.78,0,0,0.59,533.37,3303.39,26135495,99.81,0,0,0.28,532.59,3304.19,26135496,99.88,0,0,0.16,532.58,3304.2,26135497,99.9,0,0,0.14,532.55,3304.22,26135498,99.93,0,0,0.16,532.55,3304.22,26135499,99.61,0,0,0.76,533.03,3303.71,26135500,99.78,0,0,0.34,532.04,3304.72,26135501,99.93,0,0,0.19,531.99,3304.76,26135502,99.88,0,0,0.14,531.97,3304.78,26135503,99.9,0,0,0.15,531.95,3304.79,26135504,99.78,0,0,0.58,532.6,3304.15,26135505,99.76,0,0,0.3,532.61,3304.16,26135506,99.3,0.01,0.01,0.14,532.59,3304.19,26135507,99.84,0,0,0.19,532.47,3304.29,26135508,99.88,0,0,0.16,532.45,3304.31,26135509,99.73,0,0,0.59,532.81,3303.95,26135510,99.77,0,0,0.29,532.6,3304.17,26135511,99.92,0,0,0.14,532.58,3304.18,26135512,99.86,0,0,0.14,532.56,3304.21,26135513,99.93,0,0,0.16,532.53,3304.23,26135514,99.75,0,0,0.53,533.27,3303.48,26135515,99.86,0,0,0.29,532.77,3304.01,26135516,99.93,0,0,0.17,532.75,3304.02,26135517,99.85,0,0,0.18,532.72,3304.04,26135518,99.9,0,0,0.16,532.71,3304.05,26135519,99.71,0,0,0.34,533.03,3303.73,26135520,99.84,0,0,0.52,532.69,3304.08,26135521,99.89,0,0,0.18,532.75,3304.01,26135522,99.9,0,0,0.15,532.82,3303.94,26135523,99.9,0,0,0.16,532.8,3303.95,26135524,99.75,0,0,0.3,533.13,3303.62,26135525,99.81,0,0,0.52,532.53,3304.23,26135526,99.92,0,0,0.14,532.5,3304.26,26135527,99.93,0,0,0.16,532.49,3304.27,26135528,99.9,0,0,0.18,532.46,3304.29,26135529,99.8,0,0,0.36,532.45,3304.28,26135530,99.68,0,0,0.67,532.48,3304.27,26135531,99.88,0,0,0.14,532.18,3304.56,26135532,99.91,0,0,0.14,532.2,3304.53,26135533,99.9,0,0,0.16,532.32,3304.41,26135534,99.85,0,0,0.13,532.3,3304.44,26135535,99.7,0,0,0.71,532.38,3304.38,26135536,99.83,0,0,0.17,531.53,3305.22,26135537,99.91,0,0,0.2,531.74,3305,26135538,99.9,0,0,0.18,531.73,3305.01,26135539,99.87,0,0,0.16,531.71,3305.03,26135540,99.53,0,0,0.75,532,3304.75,26135541,99.87,0,0,0.21,532.18,3304.57,26135542,99.91,0,0,0.18,532.15,3304.6,26135543,99.88,0,0,0.17,532.21,3304.53,26135544,99.85,0,0,0.17,532.31,3304.43,26135545,99.67,0,0,0.72,532.32,3304.44,26135546,99.93,0,0,0.2,532.03,3304.72,26135547,99.88,0,0,0.2,532.01,3304.74,26135548,99.85,0,0,0.19,531.99,3304.75,26135549,99.88,0,0,0.18,531.97,3304.77,26135550,99.62,0,0,0.71,531.78,3304.97,26135551,99.91,0,0,0.17,531.71,3305.04,26135552,99.81,0,0,0.17,531.69,3305.06,26135553,99.91,0,0,0.19,531.67,3305.07,26135554,99.89,0,0,0.16,531.65,3305.09,26135555,99.59,0,0,0.58,532.88,3303.88,26135556,99.91,0,0,0.29,532.31,3304.45,26135557,99.91,0,0,0.18,532.29,3304.46,26135558,99.93,0,0,0.16,532.26,3304.48,26135559,99.84,0,0,0.31,531.74,3304.98,26135560,99.8,0,0,0.33,531.74,3305,26135561,99.76,0,0,0.56,532.05,3304.66,26135562,99.9,0,0,0.17,531.69,3305.02,26135563,99.9,0,0,0.17,531.66,3305.05,26135564,99.9,0,0,0.17,531.65,3305.07,26135565,99.82,0,0,0.34,531.66,3305.08,26135566,99.75,0,0,0.55,532.3,3304.43,26135567,99.44,0,0,0.16,532.07,3304.66,26135568,99.93,0,0,0.17,532.05,3304.68,26135569,99.82,0,0,0.16,532.03,3304.69,26135570,99.82,0,0,0.3,531.3,3305.43,26135571,99.77,0,0,0.6,532.45,3304.28,26135572,99.93,0,0,0.2,532.24,3304.48,26135573,99.88,0,0,0.2,532.22,3304.51,26135574,99.9,0,0,0.2,532.2,3304.52,26135575,99.81,0,0,0.36,532.45,3304.29,26135576,99.76,0,0,0.59,532.45,3304.29,26135577,99.9,0,0,0.19,531.91,3304.82,26135578,99.9,0,0.01,0.18,531.98,3304.75,26135579,99.91,0,0,0.17,532.03,3304.69,26135580,99.76,0,0,0.3,532.11,3304.63,26135581,99.69,0,0,0.48,532.8,3303.94,26135582,99.93,0,0,0.2,532.23,3304.5,26135583,99.92,0,0,0.14,532.22,3304.51,26135584,99.49,0,0,0.17,532.18,3304.54,26135585,99.76,0,0,0.3,531.25,3305.48,26135586,99.75,0,0,0.55,531.69,3305.04,26135587,99.89,0,0,0.14,531.66,3305.07,26135588,99.86,0,0,0.14,531.72,3305,26135589,99.83,0,0,0.29,532.33,3304.37,26135590,99.82,0,0,0.26,531.35,3305.37,26135591,99.78,0,0,0.56,531.96,3304.75,26135592,99.9,0,0,0.17,532.25,3304.45,26135593,99.88,0,0,0.14,532.25,3304.47,26135594,99.87,0,0,0.16,532.21,3304.52,26135595,99.85,0,0,0.29,531.99,3304.77,26135596,99.74,0,0,0.43,532.38,3304.37,26135597,99.9,0,0,0.34,532.43,3304.32,26135598,99.9,0,0,0.15,532.4,3304.34,26135599,99.88,0,0,0.14,532.38,3304.36,26135600,99.83,0,0,0.29,532.24,3304.51,26135601,99.89,0,0,0.14,532.31,3304.44,26135602,99.69,0,0,0.52,532.39,3304.35,26135603,99.89,0,0,0.16,532.02,3304.72,26135604,99.9,0,0,0.14,532,3304.74,26135605,99.87,0,0,0.28,532.48,3304.27,26135606,99.93,0,0,0.14,532.47,3304.28,26135607,99.7,0,0,0.54,532.91,3303.84,26135608,99.9,0,0,0.15,532.19,3304.55,26135609,99.91,0,0,0.14,532.16,3304.57,26135610,99.83,0,0,0.38,531.67,3305.08,26135611,99.93,0,0,0.13,531.73,3305.01,26135612,99.76,0,0,0.59,532.89,3303.85,26135613,99.92,0,0,0.15,532.77,3303.97,26135614,99.92,0,0,0.14,532.75,3303.98,26135615,99.78,0,0,0.28,531.54,3305.21,26135616,99.91,0,0,0.16,531.5,3305.25,26135617,99.76,0,0,0.5,531.92,3304.82,26135618,99.89,0,0,0.23,531.69,3305.05,26135619,99.85,0,0,0.29,532.37,3304.33,26135620,99.86,0,0,0.3,532.17,3304.56,26135621,99.91,0,0,0.15,531.64,3305.08,26135622,99.76,0,0,0.48,532.16,3304.55,26135623,99.94,0,0,0.36,532.29,3304.42,26135624,99.89,0,0,0.14,532.26,3304.45,26135625,99.83,0,0,0.36,531.8,3304.93,26135626,99.94,0,0,0.15,531.75,3304.97,26135627,99.78,0,0,0.36,532.42,3304.29,26135628,99.91,0,0,0.34,532.2,3304.51,26135629,99.92,0,0,0.17,532.19,3304.52,26135630,99.82,0,0,0.27,532.18,3304.54,26135631,99.92,0,0,0.15,532.17,3304.55,26135632,99.91,0,0,0.19,532.14,3304.58,26135633,99.73,0,0,0.54,532.7,3304.01,26135634,99.92,0,0,0.14,532.44,3304.27,26135635,99.74,0,0,0.3,532.53,3304.19,26135636,99.91,0,0,0.15,532.52,3304.2,26135637,99.92,0,0,0.15,532.5,3304.22,26135638,99.75,0,0,0.54,532.83,3303.88,26135639,99.89,0,0,0.15,532.46,3304.25,26135640,99.78,0,0,0.27,531.74,3304.99,26135641,99.92,0,0,0.15,531.69,3305.03,26135642,99.93,0,0,0.18,531.68,3305.04,26135643,99.78,0,0,0.53,532.77,3303.94,26135644,99.92,0,0,0.15,532.62,3304.09,26135645,99.81,0,0,0.29,532.37,3304.35,26135646,99.89,0,0.03,0.17,532.45,3304.26,26135647,99.92,0,0,0.17,532.51,3304.2,26135648,99.74,0,0,0.54,532.81,3303.89,26135649,99.76,0.04,1.58,0.38,531.98,3304.7,26135650,99.81,0,0.03,0.48,532.26,3304.41,26135651,99.9,0,0,0.16,532.23,3304.44,26135652,99.77,0,0,0.14,532.21,3304.45,26135653,99.74,0,0,0.52,532.66,3304,26135654,99.91,0,0,0.19,532.41,3304.24,26135655,99.8,0,0,0.28,531.92,3304.75,26135656,99.89,0,0,0.14,531.89,3304.78,26135657,99.86,0,0,0.21,531.87,3304.79,26135658,99.76,0,0,0.43,532.44,3304.22,26135659,99.86,0,0,0.3,532.46,3304.2,26135660,99.78,0,0,0.3,532.85,3303.82,26135661,99.82,0,0,0.14,532.76,3303.9,26135662,99.91,0,0,0.13,532.73,3303.93,26135663,99.78,0,0,0.5,533.08,3303.58,26135664,99.93,0,0,0.19,532.7,3303.96,26135665,99.7,0,0,0.29,531.28,3305.39,26135666,99.91,0,0,0.16,531.2,3305.47,26135667,99.9,0,0,0.14,531.2,3305.47,26135668,99.75,0,0,0.4,531.82,3304.85,26135669,99.91,0,0,0.3,531.89,3304.77,26135670,99.87,0,0,0.29,532.65,3304.03,26135671,99.91,0.01,0.05,0.17,532.78,3303.89,26135672,99.86,0.06,2.11,0.39,532.73,3303.92,26135673,99.9,0,0,0.14,532.68,3303.96,26135674,99.74,0,0,0.54,533.02,3303.62,26135675,99.85,0,0,0.29,532.67,3303.99,26135676,99.91,0,0,0.14,532.64,3304.01,26135677,99.92,0,0,0.16,532.62,3304.02,26135678,99.92,0,0,0.15,532.6,3304.04,26135679,99.68,0,0,0.7,533.29,3303.33,26135680,99.8,0,0,0.29,532.04,3304.61,26135681,99.93,0,0,0.16,531.75,3304.9,26135682,99.88,0,0,0.14,531.73,3304.91,26135683,99.91,0,0,0.16,531.7,3304.94,26135684,99.75,0,0,0.54,532.11,3304.52,26135685,99.81,0,0,0.29,532.18,3304.47,26135686,99.9,0,0,0.16,532.16,3304.48,26135687,99.93,0,0,0.14,532.14,3304.51,26135688,99.91,0,0,0.14,532.12,3304.52,26135689,99.72,0,0,0.54,532.72,3303.91,26135690,99.82,0.02,1.05,0.34,531.8,3304.84,26135691,99.9,0,0,0.14,531.75,3304.88,26135692,99.68,0.26,1.23,1.5,532.44,3304.12,26135693,99.48,1.82,60.53,0.84,532.71,3303.84,26135694,99.42,1.29,39.86,1.22,533.46,3303.08,26135695,99.32,1.89,61.46,1.23,534.22,3302.31,26135696,99.28,32.18,30.93,0.64,534.15,3299.76,26135697,98.11,113.84,78.64,115.2,533.94,3196.64,26135698,99.58,1.79,61.71,22.34,533.76,3162.47,26135699,99.73,0.12,0.21,0.76,534.28,3161.7,26135700,99.73,0.03,0.07,0.4,534.17,3161.82,26135701,80.05,0.02,0.03,6.98,741.82,2953.76,26135702,99.9,0.06,2.29,0.32,534.65,3160.84,26135703,99.79,0.32,15.05,0.29,534.88,3160.57,26135704,99.77,0,0,0.63,536.18,3159.26,26135705,99.79,0.01,0.26,0.39,536.69,3158.77,26135706,99.92,0,0,0.15,536.74,3158.72,26135707,99.85,0.01,0.26,0.23,536.7,3158.76,26135708,99.91,0,0,0.15,536.71,3158.74,26135709,99.6,0,0,0.55,537.5,3157.9,26135710,99.76,0,0,0.45,536.21,3159.22,26135711,99.88,0.02,0.7,0.28,536.16,3159.26,26135712,99.89,0,0.01,0.18,536.1,3159.32,26135713,99.88,0,0,0.15,536.07,3159.34,26135714,99.76,0,0,0.39,536.45,3158.97,26135715,99.85,0,0,0.49,536.9,3158.54,26135716,99.87,0,0,0.17,536.97,3158.47,26135717,99.9,0,0,0.18,537.18,3158.25,26135718,99.88,0,0,0.15,537.17,3158.25,26135719,99.88,0,0,0.16,537.15,3158.28,26135720,99.61,0,0,0.68,537.3,3158.14,26135721,99.93,0,0,0.16,536.88,3158.55,26135722,99.89,0,0,0.14,536.88,3158.55,26135723,99.91,0,0,0.15,536.86,3158.57,26135724,99.88,0.02,0.75,0.19,536.82,3158.6,26135725,99.71,0,0.02,0.75,537.38,3158.05,26135726,99.88,0,0.01,0.16,536.96,3158.48,26135727,99.91,0.01,0.67,0.25,536.88,3158.54,26135728,99.88,0.01,0.46,0.2,536.84,3158.57,26135729,99.88,0.02,1.06,0.16,536.95,3158.46,26135730,99.65,0.02,0.51,0.73,537.36,3158.04,26135731,99.89,0.02,0.44,0.3,536.88,3158.53,26135732,81.58,0.05,0.07,4.01,673.58,3021.78,26135733,99.74,0.01,0.4,0.67,900.35,2795.03,26135734,99.91,0,0.07,0.28,580.68,3114.69,26135735,99.55,0.05,0.16,0.8,581.84,3113.53,26135736,99.82,0.04,0.34,0.36,582.02,3113.32,26135737,99.88,0.01,0.01,0.15,582,3113.33,26135738,83.47,0.17,1.89,1.55,670.49,3024.71,26135739,81.06,0.04,0.87,4.37,802.81,2892.37,26135740,87.8,0.3,0.01,79.6,828.06,2867.17,26135741,68.28,0.04,0.9,189.42,1073.51,2621.17,26135742,99.85,0.05,2.1,0.34,1057.02,2637.74,26135743,99.71,0.02,0.58,0.23,671.78,3022.96,26135744,81,0.08,1.93,4.63,949.4,2745.28,26135745,99.42,0,0.01,0.63,793.84,2900.9,26135746,99.87,0.01,0.15,0.38,586.76,3108.03,26135747,99.88,0.03,1.29,0.22,586.72,3108.07,26135748,99.91,0.04,1.9,0.27,586.79,3107.98,26135749,99.9,0,0.01,0.23,586.68,3108.08,26135750,99.69,0,0,0.73,586.99,3107.79,26135751,99.91,0,0.01,0.18,586.41,3108.39,26135752,99.9,0,0,0.15,586.39,3108.4,26135753,99.83,0,0,0.18,586.36,3108.42,26135754,99.89,0,0,0.14,586.5,3108.28,26135755,99.72,0,0,0.45,587.38,3107.42,26135756,99.9,0,0,0.42,587.02,3107.77,26135757,99.9,0.01,0.14,0.18,586.94,3107.85,26135758,99.88,0,0,0.14,586.91,3107.88,26135759,99.91,0,0,0.15,586.88,3107.9,26135760,99.78,0,0,0.29,587.36,3107.43,26135761,99.77,0,0,0.58,587.86,3106.93,26135762,99.92,0,0,0.15,586.45,3108.33,26135763,99.87,0.02,0.85,0.23,586.41,3108.36,26135764,99.86,0,0.03,0.24,586.43,3108.34,26135765,99.79,0,0,0.3,585.46,3109.32,26135766,99.78,0,0,0.56,586.75,3108.03,26135767,99.89,0,0,0.16,586.88,3107.9,26135768,99.86,0,0.01,0.18,586.96,3107.81,26135769,99.65,0,0.01,0.32,587.02,3107.73,26135770,99.68,0,0.01,0.34,587.26,3107.5,26135771,99.73,0,0.01,0.63,587.39,3107.37,26135772,99.92,0,0,0.16,586.94,3107.82,26135773,99.9,0,0,0.14,586.91,3107.84,26135774,99.8,0,0,0.15,586.9,3107.87,26135775,99.75,0,0.02,0.38,586.5,3108.28,26135776,99.73,0.01,0.18,0.47,587.22,3107.55,26135777,99.78,0,0,0.35,586.91,3107.86,26135778,99.89,0.03,1.17,0.19,586.9,3107.87,26135779,99.89,0,0.01,0.22,586.22,3108.54,26135780,99.81,0.35,21.44,0.31,586.67,3108.11,26135781,99.74,0.16,7.54,0.57,587.27,3107.51,26135782,99.93,0.01,0.52,0.3,586.73,3108.04,26135783,99.88,0.04,1.81,0.2,586.69,3108.07,26135784,99.88,0.01,0.22,0.21,586.65,3108.13,26135785,99.81,0,0.02,0.42,586.38,3108.43,26135786,99.7,0.12,5.69,0.6,586.85,3107.95,26135787,99.9,0,0,0.16,586.99,3107.8,26135788,99.89,0,0.01,0.2,586.96,3107.83,26135789,99.9,0,0,0.14,586.93,3107.85,26135790,99.79,0,0,0.32,587.42,3107.38,26135791,99.9,0,0,0.16,587.41,3107.39,26135792,99.8,0,0,0.55,587.74,3107.05,26135793,99.9,0,0,0.14,587.36,3107.42,26135794,99.9,0,0,0.14,587.35,3107.43,26135795,99.78,0.04,1.41,0.32,587.36,3107.44,26135796,99.93,0,0.01,0.22,587.35,3107.44,26135797,99.77,0,0,0.55,587.84,3106.94,26135798,99.89,0,0.02,0.19,586.63,3108.14,26135799,99.74,0,0,0.31,586.8,3107.95,26135800,99.83,0,0,0.31,586.73,3108.04,26135801,99.86,0,0,0.32,586.47,3108.3,26135802,99.67,0,0,0.73,586.38,3108.38,26135803,99.87,0,0,0.15,585.94,3108.82,26135804,99.88,0,0,0.14,585.91,3108.84,26135805,99.75,0,0,0.3,586.45,3108.31,26135806,99.87,0,0,0.14,586.39,3108.38,26135807,99.63,0,0,0.69,587.5,3107.26,26135808,98.65,0,0,0.14,587.09,3107.67,26135809,99.91,0,0,0.15,587.07,3107.68,26135810,99.76,0,0,0.32,586.21,3108.56,26135811,99.86,0,0,0.14,586.25,3108.51,26135812,99.8,0,0,0.53,587.04,3107.72,26135813,99.9,0,0,0.21,587.2,3107.56,26135814,99.93,0,0,0.14,587.18,3107.57,26135815,99.88,0,0,0.32,586.7,3108.07,26135816,99.91,0,0,0.16,586.61,3108.15,26135817,99.79,0,0,0.4,586.83,3107.93,26135818,99.91,0.08,4.19,0.33,586.66,3108.09,26135819,99.9,0,0.08,0.27,586.64,3108.08,26135820,99.73,0.04,1.33,0.39,585.58,3109.14,26135821,99.91,0,0,0.16,585.57,3109.15,26135822,99.75,0,0,0.55,586.32,3108.39,26135823,99.88,0,0,0.24,587.16,3107.55,26135824,99.87,0,0,0.18,587.16,3107.54,26135825,99.84,0.02,1.25,0.44,586.89,3107.83,26135826,99.88,0,0,0.14,586.84,3107.87,26135827,99.8,0,0,0.45,587.1,3107.6,26135828,99.92,0,0,0.29,586.3,3108.4,26135829,99.74,0.01,0.02,0.32,587.28,3107.4,26135830,99.84,0,0.02,0.36,587.38,3107.3,26135831,99.88,0,0,0.16,587.35,3107.33,26135832,99.87,0.01,0.23,0.2,587.4,3107.28,26135833,99.8,0,0,0.57,587.98,3106.69,26135834,99.91,0,0,0.14,587.6,3107.06,26135835,99.81,0,0,0.32,587.48,3107.2,26135836,99.88,0,0.02,0.17,586.83,3107.84,26135837,99.9,0.02,0.83,0.29,586.83,3107.84,26135838,99.75,0,0,0.59,587.1,3107.56,26135839,99.89,0,0,0.16,586.02,3108.63,26135840,99.78,0,0,0.36,586.5,3108.17,26135841,99.91,0,0,0.13,586.55,3108.12,26135842,99.86,0,0,0.16,586.66,3108,26135843,99.79,0,0,0.59,586.8,3107.86,26135844,99.82,0,0.01,0.16,586.36,3108.29,26135845,99.81,0,0.02,0.35,586.34,3108.34,26135846,99.91,0,0,0.2,586.31,3108.36,26135847,99.89,0,0,0.19,586.28,3108.38,26135848,99.69,0,0,0.62,587.16,3107.5,26135849,99.83,0,0.01,0.2,586.83,3107.82,26135850,99.78,0,0.01,0.32,586.16,3108.5,26135851,99.86,0,0,0.2,586.1,3108.56,26135852,99.44,0,0,0.42,587.51,3107.13,26135853,99.76,0,0,0.54,587.45,3107.19,26135854,99.92,0,0,0.15,586.79,3107.85,26135855,99.84,0,0,0.32,586.42,3108.23,26135856,99.89,0,0,0.14,586.28,3108.38,26135857,99.82,0,0.01,0.16,586.27,3108.38,26135858,99.7,0,0,0.43,586.85,3107.79,26135859,99.73,0,0,0.48,586.63,3108,26135860,99.78,0,0,0.35,586.15,3108.49,26135861,99.83,0,0,0.18,586.34,3108.3,26135862,99.8,0,0,0.16,586.33,3108.31,26135863,99.73,0,0,0.55,586.72,3107.91,26135864,99.88,0,0,0.18,586.53,3108.1,26135865,99.73,0,0,0.32,586.76,3107.87,26135866,99.86,0,0,0.14,586.75,3107.88,26135867,99.87,0,0.01,0.16,586.73,3107.9,26135868,99.77,0,0.01,0.35,587.51,3107.11,26135869,99.85,0,0,0.41,586.84,3107.77,26135870,99.76,0,0,0.32,587.09,3107.54,26135871,99.81,0,0,0.17,587.07,3107.56,26135872,99.83,0,0,0.14,587.05,3107.57,26135873,99.84,0,0,0.15,587.03,3107.59,26135874,99.7,0,0,0.55,587.68,3106.94,26135875,99.68,0,0,0.32,586.65,3107.98,26135876,99.87,0,0,0.17,586.24,3108.38,26135877,99.85,0,0,0.14,586.21,3108.41,26135878,99.82,0,0,0.14,586.3,3108.32,26135879,99.68,0,0,0.59,586.53,3108.07,26135880,99.69,0,0,0.32,584.93,3109.7,26135881,99.82,0,0,0.16,584.86,3109.76,26135882,99.84,0.01,0.03,0.14,584.86,3109.75,26135883,99.81,0,0,0.17,584.88,3109.73,26135884,99.7,0,0,0.55,586.49,3108.12,26135885,99.74,0.03,2.52,0.36,586.6,3108.02,26135886,99.85,0,0.25,0.21,586.53,3108.07,26135887,98.27,0,0,0.16,586.49,3108.1,26135888,99.85,0,0,0.14,586.46,3108.13,26135889,99.61,0,0,0.8,587.74,3106.82,26135890,99.81,0,0,0.39,586.74,3107.83,26135891,99.83,0,0,0.2,586.88,3107.68,26135892,99.84,0,0,0.2,586.86,3107.7,26135893,99.85,0,0,0.2,586.83,3107.73,26135894,99.7,0,0,0.61,587.41,3107.17,26135895,99.76,0,0,0.39,586.49,3108.1,26135896,99.83,0,0,0.2,585.82,3108.77,26135897,99.85,0,0,0.24,585.79,3108.79,26135898,99.86,0,0,0.2,585.78,3108.8,26135899,99.71,0,0,0.6,586.28,3108.31,26135900,99.75,0,0,0.39,585.54,3109.07,26135901,99.85,0,0,0.2,585.49,3109.11,26135902,99.87,0,0,0.2,585.52,3109.08,26135903,99.82,0,0,0.19,585.64,3108.96,26135904,99.67,0,0,0.35,586.21,3108.39,26135905,99.76,0,0,0.62,587.1,3107.52,26135906,99.86,0,0,0.16,587.09,3107.53,26135907,99.85,0,0,0.16,587.07,3107.54,26135908,99.82,0,0,0.14,587.05,3107.56,26135909,99.69,0,0,0.35,587.29,3107.31,26135910,99.78,0,0,0.53,587.33,3107.29,26135911,99.85,0,0,0.14,587.24,3107.38,26135912,99.84,0,0,0.16,587.23,3107.38,26135913,99.86,0,0.01,0.15,587.25,3107.36,26135914,99.82,0,0,0.18,587.36,3107.25,26135915,99.57,0,0,0.74,587.6,3107.03,26135916,99.85,0,0,0.17,586.61,3108.01,26135917,99.84,0,0,0.18,586.56,3108.05,26135918,99.84,0,0,0.17,586.54,3108.07,26135919,99.68,0,0,0.35,586.76,3107.83,26135920,99.6,0,0,0.76,587.35,3107.25,26135921,99.76,0,0,0.2,586.56,3108.04,26135922,99.84,0.05,2.06,0.18,586.58,3108,26135923,99.83,0,0.05,0.24,586.79,3107.77,26135924,99.84,0,0,0.16,586.76,3107.82,26135925,99.66,0,0,0.75,587.69,3106.91,26135926,99.85,0,0,0.16,587.47,3107.13,26135927,99.87,0,0,0.18,587.46,3107.14,26135928,98.94,0,0,0.16,587.43,3107.16,26135929,99.85,0,0,0.17,587.42,3107.16,26135930,99.67,0,0,0.77,587.64,3106.96,26135931,99.85,0,0,0.17,587.59,3107.01,26135932,99.85,0,0,0.17,587.56,3107.04,26135933,99.85,0,0,0.17,587.55,3107.04,26135934,99.87,0.01,0.03,0.22,587.48,3107.11,26135935,99.63,0,0,0.8,588.35,3106.25,26135936,99.85,0,0,0.15,587.43,3107.15,26135937,99.87,0,0,0.18,586.93,3107.66,26135938,99.84,0,0,0.18,586.99,3107.59,26135939,99.86,0,0,0.18,587.07,3107.51,26135940,99.49,0,0,0.63,586.57,3108.02,26135941,99.85,0,0,0.3,586.77,3107.81,26135942,99.85,0,0,0.17,586.74,3107.84,26135943,99.8,0.03,1.28,0.23,586.75,3107.81,26135944,99.85,0.01,0.22,0.2,586.78,3107.77,26135945,99.66,0,0,0.61,587.64,3106.93,26135946,99.85,0,0,0.32,587.26,3107.31,26135947,99.85,0,0,0.17,587.25,3107.32,26135948,99.85,0,0,0.2,587.22,3107.34,26135949,99.76,0,0,0.46,587.71,3106.82,26135950,99.63,0,0,0.56,588.63,3105.92,26135951,99.78,0,0,0.37,587.92,3106.63,26135952,99.83,0,0,0.19,587.89,3106.65,26135953,99.83,0,0,0.16,587.88,3106.66,26135954,99.83,0,0,0.15,587.95,3106.58,26135955,99.74,0,0,0.32,588.52,3106.03,26135956,99.72,0,0,0.58,587.98,3106.56,26135957,99.83,0,0,0.18,586.53,3108.01,26135958,99.84,0,0,0.15,586.5,3108.04,26135959,99.83,0,0,0.14,586.5,3108.04,26135960,99.74,0,0,0.31,586.97,3107.57,26135961,99.68,0,0,0.59,587.1,3107.44,26135962,99.83,0,0,0.17,586.69,3107.85,26135963,99.83,0,0,0.14,586.67,3107.86,26135964,99.85,0,0,0.14,586.65,3107.88,26135965,99.78,0,0,0.32,587.62,3106.92,26135966,99.71,0,0,0.58,588,3106.54,26135967,99.82,0,0.02,0.15,587.77,3106.77,26135968,99.85,0,0.01,0.18,587.73,3106.8,26135969,99.85,0,0,0.17,587.7,3106.83,26135970,99.81,0,0,0.37,588.19,3106.35,26135971,99.68,0,0,0.52,588.69,3105.85,26135972,99.85,0,0,0.21,587.91,3106.62,26135973,99.84,0,0,0.14,587.88,3106.65,26135974,99.83,0,0,0.15,587.87,3106.65,26135975,99.75,0,0,0.37,588.11,3106.44,26135976,99.7,0,0,0.6,588.55,3105.99,26135977,99.85,0,0,0.16,587.58,3106.95,26135978,99.87,0,0,0.15,587.25,3107.28,26135979,99.76,0,0,0.3,587.72,3106.79,26135980,99.8,0,0,0.32,587.49,3107.03,26135981,99.68,0,0,0.65,587.89,3106.63,26135982,99.85,0,0,0.14,587.68,3106.84,26135983,99.84,0,0,0.15,587.67,3106.84,26135984,99.84,0,0,0.17,587.64,3106.88,26135985,99.77,0,0.01,0.35,587.67,3106.87,26135986,99.69,0,0,0.64,588.14,3106.4,26135987,99.83,0,0,0.2,587.76,3106.78,26135988,99.83,0,0,0.18,587.73,3106.8,26135989,99.84,0,0,0.18,587.7,3106.83,26135990,99.79,0,0,0.33,587.96,3106.58,26135991,99.83,0,0,0.14,587.92,3106.61,26135992,99.68,0,0,0.61,588.64,3105.89,26135993,99.82,0,0,0.16,587.95,3106.58,26135994,99.86,0,0,0.14,587.13,3107.39,26135995,99.79,0,0,0.37,587.37,3107.17,26135996,99.84,0,0,0.14,587.48,3107.05,26135997,99.67,0,0,0.56,587.62,3106.91,26135998,99.83,0,0,0.14,586.51,3108.02,26135999,99.8,0,0,0.14,586.49,3108.03,26136000,99.65,0,0,0.34,586.55,3107.99,26136001,99.85,0,0,0.14,586.48,3108.06,26136002,99.68,0,0,0.57,587.2,3107.33,26136003,99.84,0,0,0.15,586.92,3107.6,26136004,99.83,0,0,0.15,586.89,3107.63,26136005,99.73,0,0,0.34,586.16,3108.37,26136006,99.87,0,0,0.14,586.17,3108.36,26136007,99.72,0,0,0.57,587.58,3106.94,26136008,98.92,0,0,0.14,587.29,3107.23,26136009,99.77,0,0,0.3,587.25,3107.24,26136010,99.78,0,0,0.32,587.5,3107.02,26136011,99.83,0,0,0.16,587.48,3107.03,26136012,99.68,0,0,0.54,587.46,3107.04,26136013,99.83,0,0,0.15,586.7,3107.8,26136014,99.85,0,0,0.14,586.68,3107.81,26136015,99.77,0,0,0.34,587.17,3107.34,26136016,99.83,0,0,0.14,587.15,3107.35,26136017,99.67,0,0,0.61,587.46,3107.04,26136018,99.84,0,0,0.16,587.01,3107.49,26136019,99.8,0,0,0.21,574.61,3119.96,26136020,99.76,0,0,0.42,532.85,3162.08,26136021,99.84,0,0,0.19,532.81,3162.12,26136022,99.71,0,0,0.55,533.06,3161.86,26136023,99.84,0,0,0.14,532.52,3162.4,26136024,99.85,0,0,0.15,532.49,3162.43,26136025,99.77,0,0,0.32,532.76,3162.19,26136026,99.84,0,0,0.16,532.73,3162.22,26136027,99.73,0,0,0.42,533.08,3161.88,26136028,99.85,0,0,0.29,531.4,3163.56,26136029,99.86,0,0,0.14,531.37,3163.58,26136030,99.82,0,0,0.31,532.35,3162.63,26136031,99.88,0,0,0.14,532.34,3162.63,26136032,99.88,0,0,0.17,532.32,3162.64,26136033,99.76,0,0,0.57,533.12,3161.83,26136034,99.88,0,0,0.15,532.77,3162.18,26136035,99.8,0,0,0.36,533.03,3161.94,26136036,99.93,0,0,0.14,533.01,3161.96,26136037,99.89,0,0,0.14,532.99,3161.98,26136038,99.78,0,0,0.56,533.09,3161.87,26136039,99.72,0,0,0.36,532.99,3161.95,26136040,99.9,0,0,0.36,533.04,3161.93,26136041,99.93,0,0,0.16,532.93,3162.04,26136042,99.94,0,0,0.14,532.85,3162.12,26136043,99.8,0,0,0.62,533.17,3161.78,26136044,99.91,0,0,0.18,532.8,3162.16,26136045,99.8,0,0,0.34,532.14,3162.85,26136046,99.94,0,0,0.15,532.05,3162.93,26136047,99.93,0,0,0.16,532.04,3162.93,26136048,99.8,0,0,0.56,532.97,3162,26136049,99.93,0,0,0.16,532.98,3161.99,26136050,99.85,0,0,0.32,532.5,3162.48,26136051,99.93,0,0,0.16,532.46,3162.52,26136052,99.91,0,0,0.14,532.53,3162.44,26136053,99.77,0,0,0.53,533.31,3161.66,26136054,99.93,0,0,0.19,533.08,3161.89,26136055,99.9,0,0,0.31,532.59,3162.39,26136056,99.94,0,0,0.14,532.56,3162.42,26136057,99.93,0,0,0.16,532.53,3162.44,26136058,99.8,0,0,0.57,533,3161.97,26136059,99.94,0,0,0.15,532.98,3161.98,26136060,99.8,0,0,0.32,532.51,3162.47,26136061,99.93,0,0,0.15,532.47,3162.5,26136062,99.94,0,0,0.16,532.45,3162.52,26136063,99.81,0,0,0.43,532.88,3162.09,26136064,99.93,0,0,0.32,532.84,3162.12,26136065,99.87,0,0,0.34,531.87,3163.1,26136066,99.93,0,0,0.16,531.84,3163.13,26136067,99.94,0,0,0.16,531.82,3163.15,26136068,99.8,0,0,0.41,532.24,3162.73,26136069,99.73,0,0,0.45,532.99,3161.95,26136070,99.81,0,0,0.32,533.23,3161.73,26136071,99.93,0,0,0.14,533.22,3161.73,26136072,99.94,0,0,0.17,533.19,3161.76,26136073,99.92,0,0,0.15,533.17,3161.77,26136074,99.78,0,0,0.58,532.93,3162.01,26136075,99.83,0,0,0.34,533.07,3161.88,26136076,99.92,0,0,0.16,533.06,3161.89,26136077,99.92,0,0,0.24,532.8,3162.15,26136078,99.94,0,0,0.14,532.77,3162.17,26136079,99.78,0,0,0.55,533.3,3161.64,26136080,99.88,0,0,0.34,533.23,3161.71,26136081,99.93,0,0,0.16,533.22,3161.73,26136082,99.91,0,0,0.14,533.2,3161.74,26136083,99.9,0,0,0.16,533.18,3161.76,26136084,99.79,0,0,0.54,532.38,3162.55,26136085,99.85,0,0,0.33,531.75,3163.2,26136086,99.9,0,0,0.14,531.87,3163.08,26136087,99.91,0,0,0.16,531.85,3163.09,26136088,99.89,0,0,0.16,531.83,3163.11,26136089,99.77,0,0,0.59,533.02,3161.91,26136090,99.79,0,0,0.32,533.52,3161.42,26136091,99.93,0,0,0.14,533.52,3161.42,26136092,99.93,0,0,0.14,533.49,3161.45,26136093,99.94,0,0,0.16,533.49,3161.45,26136094,99.76,0,0,0.58,533.79,3161.14,26136095,99.83,0,0,0.31,533.46,3161.49,26136096,99.87,0,0,0.16,533.44,3161.5,26136097,99.92,0,0,0.14,533.44,3161.5,26136098,99.92,0,0,0.16,533.58,3161.36,26136099,99.57,0,0,0.57,533.44,3161.47,26136100,99.84,0,0,0.49,533.28,3161.64,26136101,99.91,0,0,0.22,532.91,3162.01,26136102,99.92,0,0,0.18,532.76,3162.16,26136103,99.9,0,0,0.18,532.74,3162.17,26136104,95.1,0.32,0.01,79.61,533.14,3167.89,26136105,99.68,0.01,0.01,181.27,519.96,3182.18,26136106,99.95,0,0,0.33,523.83,3178.09,26136107,99.9,0,0,0.15,523.8,3178.11,26136108,99.95,0,0,0.14,523.79,3178.12,26136109,99.8,0,0,0.39,524.01,3177.93,26136110,99.89,0,0,0.52,522.82,3179.21,26136111,99.95,0,0,0.14,522.82,3179.21,26136112,99.95,0,0,0.16,522.81,3179.21,26136113,99.93,0,0,0.14,522.8,3179.22,26136114,99.94,0,0,0.14,522.77,3179.24,26136115,99.72,0,0,0.73,522.88,3179.15,26136116,99.94,0,0,0.16,522.29,3179.73,26136117,99.92,0,0,0.14,522.26,3179.76,26136118,99.92,0,0,0.16,522.23,3179.79,26136119,99.93,0,0,0.14,522.22,3179.8,26136120,99.64,0,0,0.8,523.2,3178.83,26136121,99.9,0,0,0.18,523.16,3178.86,26136122,99.92,0,0,0.18,523.14,3178.87,26136123,99.94,0,0,0.16,523.14,3178.87,26136124,99.94,0,0,0.14,523.13,3178.87,26136125,99.74,0,0,0.72,523.11,3178.92,26136126,99.92,0,0,0.16,522.63,3179.39,26136127,99.93,0,0,0.15,522.62,3179.39,26136128,99.68,0,0,0.16,522.62,3179.39,26136129,99.84,0,0,0.31,523.09,3178.9,26136130,99.7,0,0,0.73,523.44,3178.56,26136131,99.96,0,0,0.15,522.85,3179.16,26136132,99.95,0,0,0.16,522.84,3179.16,26136133,99.93,0,0,0.14,522.84,3179.16,26136134,99.92,0,0,0.16,522.8,3179.19,26136135,99.73,0,0,0.63,523.92,3178.09,26136136,99.94,0,0,0.27,523.06,3178.94,26136137,99.92,0,0,0.21,523.29,3178.71,26136138,99.95,0,0,0.14,523.27,3178.73,26136139,99.95,0,0,0.15,523.26,3178.73,26136140,99.73,0,0,0.74,523.33,3178.67,26136141,99.95,0,0,0.16,523,3179,26136142,99.9,0,0,0.14,522.99,3179,26136143,99.92,0,0,0.16,522.99,3179,26136144,99.93,0,0,0.16,523.01,3178.98,26136145,99.75,0,0,0.5,523.5,3178.51,26136146,99.93,0,0,0.38,522.91,3179.09,26136147,99.95,0,0,0.16,522.9,3179.09,26136148,99.95,0,0,0.14,522.83,3179.17,26136149,99.96,0,0,0.15,522.37,3179.62,26136150,99.69,0,0,0.51,522.25,3179.76,26136151,99.95,0,0,0.38,521.9,3180.11,26136152,99.95,0,0,0.16,521.87,3180.13,26136153,99.94,0,0,0.14,521.86,3180.14,26136154,99.92,0,0,0.16,521.85,3180.14,26136155,99.8,0.01,0.27,0.35,521.59,3180.42,26136156,99.81,0,0.07,0.62,522.39,3179.6,26136157,99.94,0.01,0.46,0.2,522.1,3179.89,26136158,99.95,0,0,0.16,522.08,3179.9,26136159,99.86,0,0,0.3,522.56,3179.39,26136160,99.83,0,0,0.32,522.4,3179.57,26136161,99.78,0,0,0.56,522.78,3179.19,26136162,99.95,0,0,0.15,522.05,3179.91,26136163,99.95,0,0,0.17,522.02,3179.94,26136164,99.93,0,0,0.14,522.01,3179.94,26136165,99.82,0,0,0.36,521.55,3180.41,26136166,99.78,0,0,0.59,522.53,3179.43,26136167,99.95,0,0,0.15,522.48,3179.48,26136168,99.93,0,0,0.14,522.47,3179.48,26136169,99.94,0,0,0.15,522.47,3179.49,26136170,99.84,0,0,0.33,522.46,3179.51,26136171,99.81,0,0,0.6,522.68,3179.29,26136172,99.94,0,0,0.18,522.14,3179.82,26136173,99.93,0,0,0.18,522.14,3179.82,26136174,99.92,0,0,0.18,522.13,3179.82,26136175,99.88,0,0,0.36,522.37,3179.6,26136176,99.79,0,0,0.45,522.63,3179.34,26136177,99.95,0,0,0.31,522.11,3179.85,26136178,99.94,0,0,0.15,522.08,3179.88,26136179,99.94,0,0,0.15,522.07,3179.88,26136180,99.87,0,0,0.32,522.58,3179.39,26136181,99.75,0,0,0.58,523.28,3178.68,26136182,99.92,0,0,0.16,522.54,3179.42,26136183,99.92,0,0,0.15,522.53,3179.42,26136184,99.95,0,0,0.15,522.52,3179.42,26136185,99.88,0,0,0.34,522.51,3179.45,26136186,99.89,0,0,0.16,522.73,3179.23,26136187,99.87,0,0,0.57,522.86,3179.1,26136188,99.95,0,0,0.14,522.5,3179.45,26136189,99.78,0,0,0.34,522.72,3179.21,26136190,99.83,0,0.01,0.34,521.29,3180.66,26136191,99.93,0,0,0.17,521.22,3180.72,26136192,99.79,0,0,0.57,522.61,3179.33,26136193,99.94,0,0,0.15,522.51,3179.42,26136194,99.95,0,0,0.14,522.63,3179.3,26136195,99.86,0,0,0.33,522.65,3179.29,26136196,99.93,0,0,0.14,522.61,3179.33,26136197,99.77,0,0,0.6,523.16,3178.77,26136198,99.95,0,0,0.14,522.84,3179.09,26136199,99.93,0,0,0.15,522.81,3179.12,26136200,99.83,0,0,0.33,522.89,3179.06,26136201,99.9,0,0,0.14,522.82,3179.12,26136202,99.78,0,0,0.57,522.98,3178.95,26136203,99.91,0,0,0.17,522.54,3179.39,26136204,99.92,0,0,0.15,522.53,3179.39,26136205,99.87,0,0,0.34,522.56,3179.41,26136206,99.94,0,0,0.16,522.53,3179.45,26136207,99.79,0,0,0.58,523.16,3178.81,26136208,99.94,0,0,0.15,522.76,3179.21,26136209,99.95,0,0,0.14,522.75,3179.21,26136210,99.85,0,0,0.35,521.81,3180.17,26136211,99.95,0,0,0.15,521.75,3180.23,26136212,99.8,0,0,0.55,522.4,3179.56,26136213,99.93,0,0,0.15,522.72,3179.24,26136214,99.95,0,0,0.14,522.71,3179.25,26136215,99.88,0,0,0.33,521.49,3180.48,26136216,99.93,0,0,0.14,521.47,3180.5,26136217,99.81,0,0,0.57,522.16,3179.81,26136218,99.95,0,0,0.15,522.63,3179.34,26136219,99.75,0,0,0.34,522.84,3179.1,26136220,99.82,0,0,0.33,521.89,3180.07,26136221,99.89,0,0,0.2,521.87,3180.08,26136222,99.8,0,0,0.41,522.56,3179.39,26136223,99.92,0,0,0.29,522.08,3179.87,26136224,99.9,0,0,0.18,522.07,3179.88,26136225,99.83,0,0,0.36,522.56,3179.42,26136226,99.95,0,0,0.16,522.55,3179.43,26136227,99.91,0,0,0.14,522.55,3179.43,26136228,99.62,0,0,0.56,521.79,3180.17,26136229,99.95,0,0,0.15,521.27,3180.69,26136230,99.87,0,0,0.33,521.29,3180.69,26136231,99.9,0,0,0.16,521.29,3180.69,26136232,99.94,0,0,0.14,521.27,3180.7,26136233,99.8,0,0,0.55,523.26,3178.7,26136234,99.94,0,0,0.15,522.97,3179,26136235,99.87,0.01,0.01,0.33,522.12,3179.86,26136236,99.93,0,0,0.2,522.05,3179.92,26136237,99.95,0,0,0.15,522.02,3179.95,26136238,99.79,0,0,0.55,523.15,3178.81,26136239,99.91,0,0,0.14,522.99,3178.96,26136240,99.8,0,0,0.33,522.05,3179.92,26136241,99.93,0,0,0.15,521.99,3179.98,26136242,99.94,0,0,0.15,521.99,3179.98,26136243,99.8,0,0,0.59,522.74,3179.22,26136244,99.95,0,0,0.14,522.22,3179.74,26136245,99.86,0,0,0.34,522.69,3179.28,26136246,99.94,0,0,0.15,522.7,3179.27,26136247,99.95,0,0,0.16,522.69,3179.27,26136248,99.78,0,0,0.56,522.93,3179.03,26136249,99.82,0,0,0.32,522.96,3178.98,26136250,99.78,0,0,0.36,523.12,3178.83,26136251,99.96,0,0,0.16,523.12,3178.83,26136252,99.93,0,0,0.14,523.11,3178.83,26136253,99.8,0,0,0.5,523.32,3178.61,26136254,99.94,0,0,0.21,522.83,3179.13,26136255,99.89,0,0,0.32,522.84,3179.13,26136256,99.95,0,0,0.15,522.83,3179.14,26136257,99.91,0,0,0.23,522.56,3179.41,26136258,99.78,0,0,0.55,523.04,3178.92,26136259,99.93,0,0,0.17,523.03,3178.92,26136260,99.84,0,0,0.33,522.79,3179.19,26136261,99.9,0,0,0.15,522.78,3179.2,26136262,99.95,0,0,0.14,522.77,3179.2,26136263,99.79,0,0,0.53,523.27,3178.69,26136264,99.95,0,0,0.24,522.98,3178.98,26136265,99.88,0,0,0.34,522.76,3179.23,26136266,99.95,0,0,0.18,522.75,3179.24,26136267,99.92,0,0,0.16,522.72,3179.26,26136268,99.91,0,0,0.15,522.71,3179.27,26136269,99.81,0,0,0.57,522.83,3179.15,26136270,99.81,0,0,0.31,521.99,3180,26136271,99.93,0,0,0.18,522.11,3179.88,26136272,99.93,0,0,0.14,522.13,3179.86,26136273,99.95,0,0,0.16,522.13,3179.86,26136274,99.76,0,0,0.56,523.14,3178.84,26136275,99.83,0,0,0.34,522.17,3179.83,26136276,99.92,0,0,0.15,522.1,3179.89,26136277,99.94,0,0,0.16,522.09,3179.89,26136278,99.92,0,0,0.16,522.06,3179.92,26136279,99.66,0,0,0.72,523.78,3178.18,26136280,99.8,0,0,0.34,522.11,3179.87,26136281,99.91,0,0,0.18,521.9,3180.07,26136282,99.91,0,0,0.14,521.8,3180.17,26136283,99.93,0,0,0.16,521.79,3180.17,26136284,99.78,0,0,0.55,522.87,3179.09,26136285,99.86,0,0,0.33,523,3178.97,26136286,99.93,0,0,0.17,522.99,3178.97,26136287,99.93,0,0,0.14,522.99,3178.98,26136288,99.91,0,0,0.15,522.95,3179,26136289,99.78,0,0,0.55,523.4,3178.55,26136290,99.86,0,0,0.31,523.05,3178.92,26136291,99.94,0,0,0.16,522.98,3178.99,26136292,99.92,0,0,0.14,523.12,3178.85,26136293,99.9,0,0,0.16,523.1,3178.85,26136294,99.78,0,0,0.54,523.43,3178.52,26136295,99.9,0,0,0.38,523.09,3178.88,26136296,99.94,0,0,0.16,523.08,3178.88,26136297,99.93,0,0,0.14,523.07,3178.89,26136298,99.93,0,0,0.16,523.04,3178.91,26136299,99.8,0,0,0.48,523.68,3178.27,26136300,99.13,0,0,6.02,521.67,3181.14,26136301,99.94,0,0,0.16,521.21,3181.62,26136302,99.94,0,0,0.14,520.84,3181.99,26136303,99.9,0,0,0.14,520.83,3182,26136304,99.74,0,0,0.32,521.24,3181.57,26136305,99.78,0,0,0.55,522.54,3180.32,26136306,99.89,0,0,0.13,522.54,3180.33,26136307,99.94,0,0,0.21,522.51,3180.36,26136308,99.93,0,0,0.14,522.5,3180.36,26136309,99.68,0,0,0.57,522.91,3179.94,26136310,99.86,0,0,0.49,522.07,3180.8,26136311,99.93,0,0,0.18,521.99,3180.87,26136312,99.94,0,0,0.18,522.06,3180.8,26136313,99.93,0,0,0.18,522.15,3180.7,26136314,99.95,0,0,0.18,521.91,3180.94,26136315,99.68,0,0,0.78,523.14,3179.73,26136316,99.93,0,0,0.17,522.88,3179.99,26136317,99.89,0,0,0.18,522.85,3180.01,26136318,99.89,0,0,0.15,522.84,3180.02,26136319,99.91,0,0,0.16,522.8,3180.05,26136320,99.71,0,0,0.72,522.23,3180.64,26136321,99.93,0,0,0.18,521.83,3181.04,26136322,99.93,0,0,0.18,521.82,3181.04,26136323,99.93,0,0,0.18,521.79,3181.07,26136324,99.94,0,0,0.18,521.78,3181.07,26136325,99.76,0,0,0.74,523.06,3179.81,26136326,99.97,0,0,0.15,522.75,3180.11,26136327,99.93,0,0,0.16,522.75,3180.11,26136328,99.96,0,0,0.15,522.73,3180.13,26136329,99.95,0,0,0.15,522.71,3180.14,26136330,99.71,0,0,0.71,523.03,3179.84,26136331,99.87,0,0,0.16,522.66,3180.21,26136332,99.94,0,0,0.16,522.63,3180.23,26136333,99.95,0,0,0.14,522.62,3180.23,26136334,99.91,0,0,0.15,522.62,3180.23,26136335,99.73,0,0,0.74,523.16,3179.7,26136336,99.89,0,0,0.19,523.08,3179.77,26136337,99.92,0,0,0.17,523.08,3179.77,26136338,99.93,0,0,0.18,523.07,3179.78,26136339,99.76,0,0,0.35,522.79,3180.04,26136340,99.68,0,0,0.59,523.47,3179.38,26136341,99.88,0,0,0.32,522.41,3180.44,26136342,99.93,0,0,0.16,522.29,3180.56,26136343,99.93,0,0,0.14,522.26,3180.58,26136344,99.95,0,0,0.14,522.25,3180.6,26136345,99.72,0,0,0.48,522.73,3180.14,26136346,99.92,0,0,0.38,522.51,3180.36,26136347,99.92,0,0,0.14,522.48,3180.38,26136348,99.9,0,0,0.16,522.47,3180.38,26136349,99.19,0,0.01,0.17,522.52,3180.33,26136350,99.7,0,0,0.52,523.23,3179.63,26136351,99.91,0,0,0.38,523.09,3179.77,26136352,99.93,0,0,0.17,523.09,3179.77,26136353,99.95,0,0,0.14,523.08,3179.77,26136354,99.93,0,0,0.15,523.05,3179.8,26136355,99.79,0,0,0.33,522.12,3180.75,26136356,99.75,0,0,0.54,523.07,3179.79,26136357,99.91,0,0,0.14,522.8,3180.05,26136358,99.94,0,0,0.17,522.78,3180.07,26136359,99.96,0,0,0.14,522.77,3180.07,26136360,99.83,0,0,0.38,522.3,3180.55,26136361,99.78,0,0,0.58,522.98,3179.87,26136362,99.89,0,0,0.16,522.5,3180.35,26136363,99.9,0,0,0.14,522.49,3180.35,26136364,99.92,0,0,0.17,522.49,3180.35,26136365,99.85,0,0,0.27,522.74,3180.12,26136366,99.76,0,0,0.49,521.94,3180.92,26136367,99.92,0,0,0.21,520.49,3182.35,26136368,99.94,0,0,0.14,520.49,3182.35,26136369,99.82,0,0,0.31,522.65,3180.16,26136370,99.86,0,0,0.26,522.93,3179.9,26136371,99.75,0,0,0.51,522.77,3180.06,26136372,99.89,0,0,0.18,521.97,3180.86,26136373,99.91,0,0,0.16,522.12,3180.7,26136374,99.83,0,0,0.14,522.09,3180.74,26136375,99.76,0,0,0.26,523.08,3179.77,26136376,99.77,0,0,0.5,523,3179.84,26136377,99.91,0,0,0.28,522.09,3180.75,26136378,99.9,0,0,0.14,522.09,3180.75,26136379,99.9,0,0,0.15,522.06,3180.77,26136380,99.85,0,0,0.25,522.32,3180.52,26136381,99.79,0,0,0.46,523,3179.84,26136382,99.92,0,0,0.22,523.05,3179.79,26136383,99.91,0,0,0.17,523.02,3179.82,26136384,99.9,0,0,0.15,523.01,3179.82,26136385,99.71,0,0,0.28,522.12,3180.72,26136386,99.9,0,0,0.17,522.03,3180.81,26136387,99.77,0,0,0.58,522.84,3179.99,26136388,99.92,0,0,0.14,522.49,3180.34,26136389,99.94,0,0,0.14,522.49,3180.34,26136390,99.82,0,0,0.25,521.54,3181.3,26136391,99.93,0,0,0.14,521.48,3181.36,26136392,99.78,0,0,0.59,523.3,3179.53,26136393,99.9,0,0,0.15,522.95,3179.88,26136394,99.9,0,0,0.14,522.92,3179.91,26136395,99.85,0,0,0.3,523.18,3179.67,26136396,99.91,0,0,0.16,523.17,3179.67,26136397,99.78,0,0,0.55,522.63,3180.2,26136398,99.78,0,0,0.16,522.12,3180.71,26136399,99.87,0,0,0.3,522.59,3180.21,26136400,99.81,0,0,0.25,523.1,3179.72,26136401,99.9,0,0,0.18,522.97,3179.85,26136402,99.68,0,0,0.59,523.3,3179.51,26136403,99.81,0,0,0.15,522.82,3179.99,26136404,99.86,0,0,0.14,522.81,3179.99,26136405,99.84,0,0,0.26,522.32,3180.5,26136406,99.89,0,0,0.16,522.31,3180.51,26136407,99.67,0,0,0.5,522.78,3180.03,26136408,99.84,0,0,0.19,522.53,3180.28,26136409,99.82,0,0,0.15,522.51,3180.3,26136410,99.85,0,0,0.25,523.25,3179.57,26136411,99.91,0,0,0.14,523.26,3179.56,26136412,99.75,0,0,0.5,523.58,3179.23,26136413,99.9,0,0,0.2,523.22,3179.59,26136414,99.84,0,0,0.14,523.22,3179.59,26136415,99.8,0,0,0.27,521.62,3181.2,26136416,99.87,0,0,0.14,521.48,3181.34,26136417,99.62,0,0,0.4,522.11,3180.7,26136418,99.85,0,0,0.31,521.47,3181.34,26136419,99.84,0,0,0.17,521.46,3181.35,26136420,99.76,0,0,0.3,522.1,3180.72,26136421,99.9,0,0,0.13,522.12,3180.7,26136422,99.71,0,0,0.42,522.79,3180.02,26136423,99.9,0,0,0.28,523.31,3179.49,26136424,99.89,0,0,0.15,523.3,3179.5,26136425,99.68,0,0,0.26,523.32,3179.5,26136426,99.86,0,0,0.16,523.29,3179.53,26136427,99.87,0,0,0.14,523.28,3179.53,26136428,99.59,0,0,0.57,523.4,3179.41,26136429,99.73,0,0,0.34,523.23,3179.55,26136430,99.77,0,0,0.27,523.25,3179.54,26136431,99.8,0,0,0.16,523.23,3179.56,26136432,99.82,0,0,0.13,523.2,3179.58,26136433,99.68,0,0,0.55,522.83,3179.95,26136434,99.85,0,0,0.15,522.45,3180.33,26136435,99.77,0,0,0.26,522.68,3180.12,26136436,99.85,0,0,0.16,522.68,3180.12,26136437,99.87,0,0,0.2,522.92,3179.88,26136438,99.7,0,0,0.55,523.27,3179.53,26136439,99.86,0,0,0.14,522.93,3179.87,26136440,99.6,0,0,0.27,521.16,3181.65,26136441,99.83,0,0,0.14,521.11,3181.69,26136442,99.83,0,0,0.15,521.08,3181.72,26136443,99.71,0,0,0.55,523.29,3179.5,26136444,99.8,0,0,0.15,523.52,3179.26,26136445,99.68,0,0,0.28,523.52,3179.28,26136446,99.84,0,0,0.15,523.51,3179.29,26136447,99.85,0,0,0.16,523.5,3179.29,26136448,99.68,0,0,0.59,523.74,3179.05,26136449,99.83,0,0,0.18,523.22,3179.57,26136450,99.71,0,0,0.25,523.48,3179.32,26136451,99.84,0,0,0.16,523.48,3179.32,26136452,99.84,0,0,0.14,523.45,3179.34,26136453,99.72,0,0,0.5,523.78,3179.01,26136454,99.84,0,0,0.2,523.43,3179.35,26136455,99.75,0,0,0.26,523.21,3179.59,26136456,99.79,0,0,0.14,523.17,3179.63,26136457,99.84,0,0,0.17,522.3,3180.5,26136458,99.65,0,0,0.4,522.73,3180.06,26136459,99.78,0,0,0.45,522.66,3180.1,26136460,99.79,0,0,0.28,523.01,3179.77,26136461,99.83,0,0,0.15,522.97,3179.81,26136462,99.81,0,0,0.17,522.83,3179.94,26136463,99.73,0,0,0.38,523.55,3179.22,26136464,99.84,0,0,0.34,522.79,3179.97,26136465,99.67,0,0,0.29,522.32,3180.46,26136466,99.86,0,0,0.17,522.31,3180.46,26136467,99.85,0,0,0.14,522.28,3180.49,26136468,99.86,0,0,0.15,522.27,3180.5,26136469,94.49,0.31,0.01,259.59,536.25,3167.52,26136470,99.82,0,0,0.26,525.25,3177.22,26136471,99.8,0,0,0.16,525.26,3177.21,26136472,99.85,0,0,0.14,525.25,3177.21,26136473,99.85,0,0,0.16,525.24,3177.22,26136474,99.58,0,0,0.62,523.62,3178.89,26136475,99.76,0,0,0.27,522.02,3180.53,26136476,99.85,0,0,0.14,521.97,3180.57,26136477,99.8,0,0,0.16,521.97,3180.57,26136478,99.85,0,0,0.16,521.96,3180.57,26136479,99.72,0,0,0.57,523.09,3179.46,26136480,99.73,0,0,0.27,522.64,3179.94,26136481,99.82,0,0,0.14,522.63,3179.95,26136482,99.83,0,0,0.16,522.62,3179.96,26136483,99.83,0,0,0.16,522.59,3179.98,26136484,99.73,0,0,0.56,523.09,3179.48,26136485,99.73,0,0,0.27,522.64,3179.94,26136486,99.83,0,0,0.16,522.56,3180.02,26136487,99.85,0,0,0.14,522.56,3180.02,26136488,99.87,0,0,0.15,522.55,3180.02,26136489,99.61,0,0,0.66,523.4,3179.14,26136490,99.65,0,0,0.32,522.07,3180.49,26136491,99.86,0,0,0.15,522.03,3180.53,26136492,99.87,0,0,0.15,522,3180.55,26136493,99.83,0,0,0.16,521.99,3180.55,26136494,99.64,0,0,0.56,522.54,3180.04,26136495,99.82,0,0,0.28,522.74,3179.87,26136496,99.85,0,0,0.14,522.72,3179.89,26136497,99.83,0,0,0.2,522.71,3179.89,26136498,99.84,0,0,0.14,522.86,3179.74,26136499,99.72,0,0,0.33,523.21,3179.39,26136500,99.83,0,0,0.48,523.12,3179.5,26136501,99.85,0,0,0.16,523.11,3179.5,26136502,99.87,0,0,0.14,523.08,3179.52,26136503,99.86,0,0,0.16,523.08,3179.52,26136504,99.7,0,0,0.31,523.43,3179.17,26136505,99.8,0,0,0.52,523.33,3179.28,26136506,99.84,0,0,0.16,523.3,3179.31,26136507,99.84,0,0,0.15,523.3,3179.31,26136508,99.85,0.01,0,0.16,523.29,3179.31,26136509,99.86,0,0,0.16,523.26,3179.34,26136510,99.62,0,0,0.7,522.49,3180.13,26136511,99.85,0,0,0.14,521.79,3180.82,26136512,99.84,0,0,0.16,521.76,3180.85,26136513,99.85,0,0,0.14,521.76,3180.85,26136514,99.83,0,0,0.15,521.75,3180.85,26136515,99.63,0,0,0.69,523.32,3179.29,26136516,99.85,0,0,0.16,523.21,3179.4,26136517,99.86,0,0,0.15,523.2,3179.4,26136518,99.86,0,0,0.16,523.2,3179.4,26136519,99.75,0,0,0.29,522.96,3179.61,26136520,99.65,0,0,0.7,523.21,3179.38,26136521,99.83,0,0,0.18,522.92,3179.67,26136522,99.83,0,0,0.16,522.62,3179.97,26136523,99.84,0.01,0.01,0.16,522.53,3180.05,26136524,99.86,0,0,0.14,522.49,3180.09,26136525,99.6,0,0,0.69,522.67,3179.92,26136526,99.83,0,0,0.16,522.74,3179.85,26136527,99.86,0,0,0.14,522.72,3179.86,26136528,99.86,0,0,0.15,522.7,3179.88,26136529,99.85,0,0,0.14,522.7,3179.88,26136530,99.2,0,0,0.8,523.92,3178.67,26136531,98.59,0,0,0.18,523.17,3179.41,26136532,99.79,0,0,0.15,523.21,3179.37,26136533,99.85,0,0,0.17,523.34,3179.23,26136534,99.85,0,0,0.14,523.34,3179.23,26136535,99.62,0,0,0.55,523.78,3178.81,26136536,99.85,0,0,0.29,523.32,3179.26,26136537,99.85,0,0,0.14,523.32,3179.26,26136538,99.85,0,0,0.14,523.31,3179.26,26136539,99.83,0,0,0.14,523.29,3179.28,26136540,99.37,0,0,0.67,523.66,3178.93,26136541,99.78,0,0,0.14,523.3,3179.29,26136542,99.84,0,0,0.13,523.29,3179.29,26136543,99.86,0,0,0.16,523.26,3179.32,26136544,99.84,0,0,0.14,523.25,3179.32,26136545,99.63,0,0,0.51,523.16,3179.43,26136546,99.84,0,0.02,0.41,523.22,3179.35,26136547,99.85,0,0,0.15,523.18,3179.39,26136548,99.84,0,0,0.14,523.18,3179.39,26136549,99.75,0,0,0.31,523.18,3179.36,26136550,99.69,0,0,0.32,522.46,3180.09,26136551,99.71,0,0,0.55,523.66,3178.89,26136552,99.01,0,0,0.16,523.39,3179.16,26136553,99.81,0,0,0.17,523.53,3179.01,26136554,99.85,0,0,0.14,523.54,3179.01,26136555,99.72,0,0,0.28,523.12,3179.45,26136556,99.61,0,0,0.59,523.38,3179.19,26136557,99.82,0,0,0.22,523.04,3179.52,26136558,99.84,0,0,0.15,523.02,3179.54,26136559,99.85,0,0,0.14,523.02,3179.54,26136560,99.76,0,0,0.3,523.51,3179.06,26136561,99.68,0,0.02,0.55,523.1,3179.47,26136562,99.86,0,0,0.18,522,3180.57,26136563,99.85,0,0,0.14,521.97,3180.59,26136564,99.84,0,0,0.14,521.97,3180.59,26136565,99.8,0,0,0.28,523.19,3179.38,26136566,99.68,0,0,0.55,523.54,3179.03,26136567,99.86,0,0,0.17,523.18,3179.39,26136568,99.84,0,0,0.14,523.17,3179.39,26136569,99.79,0,0,0.16,523.2,3179.36,26136570,99.76,0.01,0.01,0.34,523.27,3179.3,26136571,99.72,0,0,0.56,523.59,3178.97,26136572,99.84,0,0,0.15,523.22,3179.34,26136573,99.85,0,0,0.15,523.2,3179.36,26136574,99.85,0,0,0.16,523.2,3179.36,26136575,99.77,0,0,0.28,523.45,3179.11,26136576,99.72,0,0,0.42,523.94,3178.62,26136577,99.87,0,0,0.28,523.42,3179.14,26136578,99.85,0,0,0.14,523.41,3179.14,26136579,99.68,0,0,0.39,523.64,3178.89,26136580,99.8,0,0,0.26,523.4,3179.14,26136581,99.7,0,0,0.34,523.55,3179,26136582,99.82,0.02,1.12,0.41,522.7,3179.84,26136583,99.81,0,0,0.18,522.81,3179.73,26136584,99.88,0,0,0.15,522.79,3179.75,26136585,99.8,0,0,0.28,523.77,3178.77,26136586,99.78,0,0,0.55,524.03,3178.51,26136587,99.87,0,0,0.4,523.26,3179.28,26136588,99.88,0,0,0.14,523.25,3179.29,26136589,99.87,0,0,0.15,523.24,3179.29,26136590,99.83,0,0,0.26,523.48,3179.07,26136591,99.88,0,0,0.17,523.48,3179.07,26136592,99.79,0,0,0.54,523.61,3178.93,26136593,99.94,0,0,0.14,523.2,3179.34,26136594,99.93,0,0,0.14,523.18,3179.35,26136595,99.82,0,0,0.31,522.23,3180.31,26136596,99.93,0,0,0.15,522.2,3180.34,26136597,99.82,0,0,0.6,523.19,3179.35,26136598,99.95,0,0,0.14,522.91,3179.63,26136599,99.93,0,0,0.16,522.9,3179.63,26136600,99.77,0,0,0.29,522.74,3179.8,26136601,99.91,0,0,0.14,522.66,3179.88,26136602,99.76,0,0,0.57,523.66,3178.88,26136603,99.92,0,0,0.15,523.8,3178.73,26136604,99.93,0,0,0.14,523.79,3178.74,26136605,99.79,0,0,0.32,522.83,3179.71,26136606,99.95,0,0,0.16,522.8,3179.75,26136607,99.77,0,0,0.49,523.62,3178.91,26136608,99.93,0,0,0.2,523.74,3178.79,26136609,99.78,0,0,0.31,523.73,3178.78,26136610,99.82,0,0,0.26,522.77,3179.76,26136611,99.93,0,0,0.14,522.73,3179.79,26136612,99.76,0,0,0.5,523.13,3179.39,26136613,99.93,0,0,0.19,523.21,3179.3,26136614,99.94,0,0,0.16,523.18,3179.33,26136615,99.85,0,0,0.27,523.2,3179.33,26136616,99.93,0,0,0.14,523.19,3179.35,26136617,99.79,0,0,0.44,523.39,3179.15,26136618,99.95,0,0,0.3,522.91,3179.63,26136619,99.92,0,0,0.14,522.89,3179.64,26136620,99.79,0,0,0.27,521.44,3181.11,26136621,99.93,0,0,0.15,521.45,3181.1,26136622,99.9,0,0,0.14,521.59,3180.95,26136623,99.75,0,0,0.55,522.87,3179.66,26136624,99.9,0,0,0.16,522.54,3179.99,26136625,99.78,0,0,0.27,523.03,3179.52,26136626,99.89,0,0,0.16,523.01,3179.53,26136627,99.91,0,0,0.15,523.01,3179.53,26136628,99.73,0,0,0.55,522.63,3179.9,26136629,99.85,0,0,0.16,522.23,3180.3,26136630,99.81,0,0,0.25,523.21,3179.33,26136631,99.92,0,0,0.14,523.23,3179.32,26136632,99.94,0,0,0.16,523.22,3179.32,26136633,99.74,0,0,0.58,523.34,3179.19,26136634,99.91,0,0,0.14,522.93,3179.59,26136635,99.82,0,0,0.25,522,3180.55,26136636,99.94,0,0,0.16,521.95,3180.58,26136637,99.91,0,0,0.14,521.92,3180.61,26136638,99.79,0,0,0.58,523.12,3179.41,26136639,95.08,40.93,0.08,103.63,529.65,3172.96,26136640,99.65,0,0,78.29,525.55,3136.62,26136641,99.9,0,0,0.23,525.47,3136.69,26136642,99.89,0,0,0.16,525.29,3136.87,26136643,99.8,0,0,0.44,525.74,3136.41,26136644,99.9,0,0,0.31,525.41,3136.75,26136645,99.85,0,0,0.34,523.15,3139.06,26136646,99.94,0,0,0.18,523.14,3139.06,26136647,99.91,0,0,0.14,523.13,3139.07,26136648,99.74,0,0,0.57,523.57,3138.63,26136649,99.93,0,0,0.18,523.34,3138.85,26136650,99.78,0,0,0.31,523.36,3138.86,26136651,99.88,0,0,0.18,523.36,3138.86,26136652,99.85,0,0,0.18,523.34,3138.88,26136653,99.78,0,0,0.58,523.67,3138.54,26136654,99.93,0,0,0.14,523.31,3138.9,26136655,99.78,0,0,0.25,523.09,3139.14,26136656,99.93,0,0,0.14,523.06,3139.16,26136657,99.93,0,0,0.17,523.05,3139.17,26136658,99.7,0,0,0.43,523.73,3138.48,26136659,99.93,0,0,0.28,523.23,3138.98,26136660,99.81,0,0,0.27,522.51,3139.71,26136661,99.95,0,0,0.17,522.47,3139.75,26136662,99.86,0,0,0.14,522.47,3139.75,26136663,99.92,0,0,0.15,522.46,3139.76,26136664,99.75,0,0,0.59,523.48,3138.73,26136665,99.82,0,0,0.32,523.52,3138.71,26136666,99.91,0,0,0.15,523.42,3138.8,26136667,99.93,0,0,0.14,523.39,3138.83,26136668,99.94,0,0,0.16,523.38,3138.83,26136669,99.65,0,0,0.69,523.56,3138.64,26136670,99.8,0,0,0.33,523.38,3138.84,26136671,99.92,0,0,0.13,523.35,3138.86,26136672,99.89,0,0,0.17,523.35,3138.86,26136673,99.9,0,0,0.14,523.35,3138.86,26136674,99.75,0,0,0.56,523.69,3138.55,26136675,99.73,0,0,0.27,523.1,3139.15,26136676,99.93,0,0,0.14,523.08,3139.17,26136677,99.93,0,0,0.18,523.32,3138.93,26136678,99.94,0,0,0.17,523.31,3138.93,26136679,99.78,0,0,0.58,523.69,3138.57,26136680,99.83,0,0,0.26,523.06,3139.22,26136681,99.92,0,0,0.16,523.09,3139.18,26136682,99.92,0,0,0.14,523.23,3139.04,26136683,99.94,0,0,0.15,523.2,3139.06,26136684,99.8,0,0,0.54,523.71,3138.55,26136685,98.6,0,0,15.48,525.29,3137.4,26136686,99.88,0,0,0.19,522.5,3139.81,26136687,99.95,0,0,0.14,522.47,3139.83,26136688,99.92,0,0,0.16,522.47,3139.83,26136689,99.77,0,0,0.44,523.01,3139.28,26136690,99.9,0,0,0.39,523.22,3139.1,26136691,99.93,0,0,0.16,523.19,3139.13,26136692,99.95,0,0,0.14,523.18,3139.13,26136693,99.25,0,0,0.16,523.95,3138.34,26136694,89.04,0,0,193.94,547.86,3132.51,26136695,99.86,0,0,0.43,525.58,3177.4,26136696,99.95,0,0,0.16,525.57,3177.41,26136697,99.93,0,0,0.14,525.56,3177.41,26136698,99.95,0,0,0.14,525.56,3177.41,26136699,99.66,0,0,0.75,525.11,3177.86,26136700,99.85,0,0,0.29,523.35,3179.64,26136701,99.88,0,0,0.19,523.27,3179.73,26136702,99.95,0,0,0.17,523.06,3179.95,26136703,99.9,0,0,0.14,523.05,3179.95,26136704,99.89,0,0,0.14,523.05,3179.96,26136705,99.68,0,0,0.66,524.03,3179,26136706,99.94,0,0,0.18,523.6,3179.43,26136707,99.93,0,0,0.15,523.74,3179.29,26136708,99.91,0,0,0.14,523.74,3179.29,26136709,99.94,0,0,0.15,523.73,3179.29,26136710,99.69,0,0,0.75,523.68,3179.35,26136711,99.87,0,0,0.14,523.22,3179.81,26136712,99.9,0,0,0.13,523.22,3179.81,26136713,99.76,0,0,0.16,523.2,3179.82,26136714,99.9,0,0,0.18,523.18,3179.84,26136715,99.68,0,0,0.72,523.44,3179.59,26136716,99.88,0,0,0.14,523.67,3179.36,26136717,99.92,0,0,0.16,523.64,3179.38,26136718,99.88,0,0,0.14,523.64,3179.38,26136719,99.93,0,0,0.15,523.63,3179.38,26136720,99.64,0,0,0.73,523.84,3179.19,26136721,99.89,0,0,0.15,523.37,3179.66,26136722,99.91,0,0,0.18,523.37,3179.66,26136723,99.93,0,0,0.16,523.36,3179.66,26136724,99.92,0,0,0.14,523.33,3179.68,26136725,99.68,0,0,0.76,523.26,3179.77,26136726,99.94,0,0,0.13,523.58,3179.44,26136727,99.91,0,0,0.16,523.6,3179.42,26136728,99.93,0,0,0.14,523.73,3179.29,26136729,99.81,0,0,0.32,523.96,3179.04,26136730,99.36,0,0,0.67,524.2,3178.81,26136731,99.9,0,0,0.35,523.69,3179.31,26136732,99.93,0,0,0.18,523.68,3179.31,26136733,99.9,0,0,0.18,523.65,3179.34,26136734,99.94,0,0,0.18,523.64,3179.34,26136735,99.71,0,0,0.45,524.23,3178.77,26136736,99.93,0,0,0.43,523.65,3179.35,26136737,99.92,0,0,0.22,523.62,3179.37,26136738,99.9,0,0,0.18,523.61,3179.37,26136739,99.9,0,0,0.18,523.61,3179.37,26136740,99.81,0,0,0.3,523.84,3179.15,26136741,99.77,0,0,0.6,523.51,3179.48,26136742,99.94,0,0,0.18,523.09,3179.89,26136743,99.95,0,0,0.18,523.08,3179.9,26136744,99.93,0,0,0.18,523.05,3179.93,26136745,99.81,0,0,0.28,522.83,3180.17,26136746,99.75,0,0,0.59,523.87,3179.12,26136747,99.94,0,0,0.14,523.56,3179.43,26136748,99.92,0,0,0.14,523.7,3179.28,26136749,99.93,0,0,0.15,523.7,3179.28,26136750,99.81,0,0,0.32,523.94,3179.05,26136751,99.78,0,0,0.54,524.1,3178.88,26136752,99.93,0,0,0.17,523.67,3179.31,26136753,99.88,0,0,0.14,523.66,3179.31,26136754,99.89,0,0,0.16,523.63,3179.34,26136755,99.82,0,0,0.27,522.73,3180.26,26136756,99.7,0,0,0.57,523.67,3179.32,26136757,99.85,0,0,0.15,523.12,3179.86,26136758,99.95,0,0,0.14,523.11,3179.86,26136759,99.78,0,0,0.3,524.07,3178.88,26136760,99.79,0,0,0.27,523.1,3179.87,26136761,99.78,0,0,0.64,523.37,3179.62,26136762,99.9,0,0,0.16,523.09,3179.89,26136763,99.93,0,0,0.14,523.06,3179.92,26136764,99.94,0,0,0.18,523.05,3179.92,26136765,99.88,0,0,0.27,523.07,3179.91,26136766,99.65,0,0,0.55,523.37,3179.61,26136767,99.9,0,0,0.17,522.46,3180.51,26136768,99.89,0,0,0.15,522.47,3180.5,26136769,99.92,0,0,0.16,522.45,3180.52,26136770,99.89,0,0,0.26,522.7,3180.28,26136771,99.79,0,0,0.55,523.14,3179.84,26136772,99.91,0,0,0.14,523.15,3179.82,26136773,99.95,0,0,0.16,523.15,3179.82,26136774,99.93,0,0,0.16,523.14,3179.83,26136775,99.82,0,0,0.27,523.38,3179.61,26136776,99.77,0,0,0.54,523.72,3179.26,26136777,99.93,0,0,0.17,523.37,3179.61,26136778,99.93,0,0,0.15,523.36,3179.62,26136779,99.95,0,0,0.14,523.33,3179.64,26136780,99.75,0,0,0.28,522.14,3180.85,26136781,99.93,0,0,0.15,522.11,3180.87,26136782,99.8,0,0,0.58,523.28,3179.7,26136783,99.93,0,0,0.18,522.81,3180.16,26136784,99.94,0,0,0.18,522.81,3180.16,26136785,99.79,0,0,0.32,523.07,3179.92,26136786,99.88,0,0,0.18,523.06,3179.92,26136787,99.75,0,0,0.55,523.58,3179.4,26136788,99.91,0,0,0.16,523.45,3179.52,26136789,99.71,0,0,0.35,523.7,3179.24,26136790,99.86,0,0,0.38,523.46,3179.49,26136791,99.93,0,0,0.16,523.41,3179.54,26136792,99.76,0,0,0.6,523.76,3179.19,26136793,99.24,0,0,0.2,523.4,3179.54,26136794,99.93,0,0,0.2,523.39,3179.54,26136795,99.79,0,0,0.3,522.67,3180.28,26136796,99.93,0,0,0.18,522.64,3180.31,26136797,99.79,0,0,0.46,523.36,3179.59,26136798,99.91,0,0,0.3,523.34,3179.6,26136799,99.91,0,0,0.17,523.34,3179.6,26136800,99.83,0,0,0.32,523.59,3179.37,26136801,99.92,0,0,0.17,523.57,3179.39,26136802,99.78,0,0,0.46,524.09,3178.86,26136803,99.87,0,0,0.33,523.53,3179.4,26136804,99.93,0,0,0.14,523.52,3179.42,26136805,99.9,0,0,0.27,523.05,3179.9,26136806,99.94,0,0,0.14,523.03,3179.92,26136807,99.8,0,0,0.55,523.35,3179.59,26136808,99.94,0,0,0.21,523.02,3179.92,26136809,99.86,0,0,0.14,523.18,3179.75,26136810,99.83,0,0,0.32,522.45,3180.5,26136811,99.92,0,0,0.16,522.42,3180.52,26136812,99.78,0,0,0.42,522.86,3180.08,26136813,99.93,0,0,0.28,522.9,3180.04,26136814,99.93,0,0,0.14,522.87,3180.06,26136815,99.83,0,0,0.28,523.86,3179.09,26136816,99.93,0,0,0.15,523.86,3179.08,26136817,99.8,0,0,0.3,524.18,3178.76,26136818,99.91,0,0,0.39,523.33,3179.6,26136819,99.78,0,0,0.35,523.58,3179.33,26136820,99.86,0,0,0.27,522.87,3180.05,26136821,99.88,0,0,0.16,522.79,3180.13,26136822,99.9,0,0,0.18,522.57,3180.35,26136823,99.68,0,0,0.55,522.9,3180.01,26136824,99.91,0,0,0.16,522.31,3180.59,26136825,99.84,0,0,0.29,523.54,3179.38,26136826,99.91,0,0,0.16,523.53,3179.39,26136827,99.9,0,0,0.14,523.52,3179.39,26136828,99.79,0,0,0.54,523.87,3179.04,26136829,99.91,0,0,0.13,523.48,3179.43,26136830,99.82,0,0,0.27,522.4,3180.52,26136831,99.91,0,0,0.14,522.37,3180.55,26136832,99.93,0,0,0.16,522.41,3180.5,26136833,94.91,0.37,0.01,258.71,537.51,3165.34,26136834,97.48,0,0,0.39,526.15,3177.58,26136835,99.81,0,0,0.3,525.21,3178.53,26136836,99.93,0,0,0.14,525.15,3178.59,26136837,99.93,0,0,0.15,525.14,3178.59,26136838,99.8,0,0,0.46,524.58,3179.17,26136839,99.93,0,0,0.36,522.47,3181.3,26136840,99.76,0,0,0.28,522.71,3181.08,26136841,99.93,0,0,0.16,522.7,3181.08,26136842,99.9,0,0,0.15,522.7,3181.08,26136843,99.71,0,0,0.61,523.36,3180.42,26136844,99.92,0,0,0.18,523.58,3180.21,26136845,99.79,0,0,0.29,524.09,3179.72,26136846,99.9,0,0,0.17,524.09,3179.72,26136847,99.92,0,0,0.14,524.06,3179.74,26136848,99.8,0,0,0.57,524.25,3179.55,26136849,99.86,0,0,0.32,523.75,3180.02,26136850,99.78,0,0,0.28,523.78,3180.01,26136851,99.88,0,0,0.13,523.77,3180.01,26136852,99.87,0,0,0.16,523.77,3180.01,26136853,99.74,0,0,0.55,524.03,3179.74,26136854,99.9,0,0,0.18,523.24,3180.54,26136855,99.79,0,0,0.3,523.98,3179.8,26136856,99.92,0,0,0.15,523.98,3179.8,26136857,99.86,0,0,0.2,523.95,3179.83,26136858,99.93,0,0,0.16,523.95,3179.83,26136859,99.71,0,0,0.55,524.08,3179.69,26136860,99.76,0,0,0.29,523.02,3180.77,26136861,99.93,0,0,0.16,522.94,3180.84,26136862,99.92,0,0,0.14,522.94,3180.84,26136863,99.92,0,0,0.16,522.93,3180.84,26136864,99.79,0,0,0.59,524.24,3179.53,26136865,99.81,0,0,0.3,522.9,3180.89,26136866,99.9,0,0,0.14,522.84,3180.94,26136867,99.91,0,0,0.17,522.81,3180.96,26136868,99.9,0,0,0.14,522.81,3180.96,26136869,99.76,0,0,0.58,523.31,3180.46,26136870,99.78,0,0,0.32,523.27,3180.51,26136871,99.91,0,0,0.16,523.28,3180.5,26136872,99.9,0,0,0.14,523.27,3180.5,26136873,99.9,0,0,0.15,523.26,3180.51,26136874,99.75,0.01,0.25,0.57,523.28,3180.49,26136875,99.85,0,0,0.35,524.02,3179.76,26136876,99.9,0,0.01,0.16,524.01,3179.77,26136877,99.87,0.03,1.49,0.18,523.99,3179.78,26136878,99.92,0,0,0.19,523.98,3179.78,26136879,99.62,0,0,0.69,524.21,3179.53,26136880,99.88,0,0,0.29,523.97,3179.79,26136881,99.87,0,0,0.21,523.91,3179.84,26136882,99.92,0,0,0.14,523.46,3180.29,26136883,99.92,0,0,0.15,523.44,3180.3,26136884,99.8,0,0,0.57,524.14,3179.6,26136885,99.76,0,0,0.33,522.73,3181.02,26136886,99.92,0,0,0.18,522.8,3180.95,26136887,99.9,0,0,0.15,522.86,3180.89,26136888,99.93,0,0,0.15,522.86,3180.89,26136889,99.75,0,0,0.56,523.34,3180.4,26136890,99.74,0,0,0.36,523.34,3180.41,26136891,99.91,0,0,0.18,523.32,3180.43,26136892,99.89,0,0,0.14,523.3,3180.44,26136893,99.88,0.02,2.03,0.3,523.23,3180.5,26136894,99.56,0.12,27.86,0.77,524.14,3179.58,26136895,99.41,0.27,66.93,0.42,525,3178.72,26136896,99.86,0,0.01,0.19,524.25,3179.47,26136897,99.9,0,0,0.14,524.24,3179.47,26136898,99.88,0,0,0.17,524.22,3179.49,26136899,99.89,0,0,0.15,524.2,3179.5,26136900,99.4,0,0,0.67,523.41,3180.31,26136901,99.9,0.01,0.1,0.2,522.68,3181.04,26136902,99.88,0,0,0.15,522.66,3181.06,26136903,99.88,0,0,0.14,522.63,3181.08,26136904,99.92,0,0,0.15,522.63,3181.08,26136905,99.68,0,0,0.74,524.59,3179.14,26136906,99.83,0,0,0.14,524.03,3179.69,26136907,99.86,0,0,0.15,524.03,3179.69,26136908,99.91,0,0,0.14,523.99,3179.72,26136909,99.81,0,0,0.36,523.97,3179.71,26136910,99.68,0,0,0.68,524.39,3179.32,26136911,99.9,0,0,0.16,524.2,3179.51,26136912,99.92,0,0,0.14,524.2,3179.51,26136913,99.88,0.01,0.28,0.15,524.19,3179.52,26136914,99.83,0.01,0.76,0.2,524.18,3179.54,26136915,99.67,0,0,0.66,524.55,3179.19,26136916,99.92,0,0,0.2,524.17,3179.57,26136917,99.9,0,0,0.2,524.16,3179.57,26136918,99.91,0,0,0.15,524.15,3179.57,26136919,99.9,0,0,0.15,524.14,3179.58,26136920,99.73,0,0,0.68,523.98,3179.77,26136921,99.87,0,0,0.15,523.39,3180.34,26136922,99.9,0,0,0.16,523.39,3180.34,26136923,99.91,0,0,0.15,523.37,3180.36,26136924,99.86,0.02,2.13,0.2,523.39,3180.33,26136925,99.67,0.02,2.76,0.93,524.02,3179.7,26136926,99.91,0,0,0.24,522.87,3180.84,26136927,99.92,0,0,0.13,522.87,3180.84,26136928,99.89,0,0,0.16,522.86,3180.84,26136929,99.89,0.01,0.1,0.18,522.84,3180.85,26136930,99.63,0,0,0.56,523.57,3180.13,26136931,99.9,0,0,0.37,523.42,3180.28,26136932,99.92,0,0,0.15,523.41,3180.28,26136933,99.86,0,0,0.14,523.41,3180.28,26136934,99.89,0,0,0.16,523.37,3180.31,26136935,99.61,0,0,0.58,523.17,3180.54,26136936,99.91,0,0,0.32,523.63,3180.07,26136937,99.9,0,0,0.16,523.63,3180.07,26136938,99.92,0,0,0.14,523.62,3180.07,26136939,99.76,0,0,0.41,523.35,3180.32,26136940,99.84,0,0,0.28,522.64,3181.04,26136941,99.73,0,0,0.58,524.21,3179.46,26136942,99.91,0,0,0.15,523.07,3180.61,26136943,99.88,0,0,0.14,523.06,3180.61,26136944,99.93,0,0,0.15,523.06,3180.62,26136945,99.83,0.01,0.1,0.33,523.18,3180.52,26136946,99.76,0,0,0.56,524,3179.69,26136947,99.89,0,0,0.16,523.41,3180.28,26136948,99.93,0,0,0.14,523.4,3180.29,26136949,99.92,0,0,0.14,523.4,3180.29,26136950,99.88,0,0,0.28,523.42,3180.28,26136951,99.75,0,0,0.54,523.87,3179.83,26136952,99.95,0,0,0.14,523.62,3180.07,26136953,99.92,0,0,0.16,523.61,3180.07,26136954,99.91,0,0,0.14,523.61,3180.08,26136955,99.47,0,0,0.29,523.35,3180.35,26136956,99.51,0.1,28.32,0.58,523.54,3180.15,26136957,99.74,0.1,20.5,0.2,523.15,3180.53,26136958,99.92,0,0,0.17,522.88,3180.8,26136959,99.95,0,0,0.16,522.87,3180.8,26136960,99.83,0,0,0.3,523.33,3180.34,26136961,99.77,0,0,0.51,523.79,3179.89,26136962,99.89,0,0,0.22,523.58,3180.09,26136963,99.92,0,0,0.14,523.58,3180.09,26136964,99.9,0,0,0.16,523.54,3180.12,26136965,99.87,0,0,0.29,523.56,3180.12,26136966,99.76,0,0,0.41,524.33,3179.35,26136967,99.83,0,0,0.29,523.8,3179.88,26136968,99.91,0,0,0.15,523.76,3179.91,26136969,99.83,0,0,0.27,523.8,3179.85,26136970,99.8,0,0,0.29,523.97,3179.69,26136971,91.46,0,0,0.35,524.37,3179.29,26136972,99.9,0,0,0.36,523.7,3179.96,26136973,99.88,0.06,2.23,0.22,523.69,3179.95,26136974,99.9,0,0,0.14,523.66,3179.97,26136975,99.78,0,0,0.3,522.47,3181.18,26136976,99.76,0,0,0.32,522.82,3180.83,26136977,99.85,0,0,0.43,523.39,3180.25,26136978,99.89,0,0,0.14,523.39,3180.25,26136979,99.83,0,0,0.14,523.37,3180.27,26136980,99.79,0,0,0.34,523.9,3179.75,26136981,99.85,0,0,0.15,523.86,3179.79,26136982,99.68,0,0,0.57,523.53,3180.11,26136983,99.86,0,0,0.14,523.08,3180.56,26136984,99.85,0,0,0.17,523.07,3180.56,26136985,99.76,0,0,0.3,523.56,3180.08,26136986,99.85,0,0,0.17,523.56,3180.09,26136987,99.6,0.01,0.03,0.57,524.56,3179.07,26136988,99.83,0.01,0.04,0.22,528.91,3174.56,26136989,99.83,0,0,0.14,529.84,3173.6,26136990,99.75,0,0,0.29,530.92,3172.54,26136991,99.78,0,0,0.15,530.93,3172.52,26136992,99.7,0,0,0.4,532.11,3171.34,26136993,99.84,0,0,0.32,532.12,3171.32,26136994,99.85,0,0,0.15,532.1,3171.34,26136995,99.8,0,0,0.3,531.62,3171.84,26136996,99.86,0,0,0.14,531.6,3171.85,26136997,99.71,0,0,0.54,531.92,3171.52,26136998,99.83,0,0,0.14,531.55,3171.9,26136999,99.75,0,0,0.36,531.53,3171.89,26137000,99.75,0.02,0.07,0.3,531.78,3171.65,26137001,99.78,0.09,2.16,0.36,531.8,3171.59,26137002,99.71,0,0.01,0.44,531.79,3171.58,26137003,99.84,0,0,0.3,531.75,3171.62,26137004,99.84,0,0,0.19,531.72,3171.66,26137005,99.76,0,0,0.37,532.22,3171.17,26137006,99.83,0.01,0.01,0.23,532.35,3171.05,26137007,99.71,0.03,0,0.63,532.64,3170.76,26137008,99.76,0.07,0.01,0.34,532.73,3170.62,26137009,80.49,0.05,1.31,4.69,1030.97,2671.98,26137010,81.27,0.02,0.03,4.27,877.92,2825,26137011,99.78,0.03,1.28,0.73,1028.58,2674.37,26137012,99.46,0.01,0.27,0.43,620.28,3082.67,26137013,99.83,0,0.01,0.44,583.85,3119.09,26137014,81.26,0.05,1.32,4.49,956.42,2746.47,26137015,81.47,0.07,1.32,4.79,1042.21,2660.67,26137016,80.1,0.11,3.61,4.64,1047.7,2655.16,26137017,99.53,0.01,0,0.19,593.15,3109.73,26137018,99.65,0.01,0,0.7,586.22,3116.65,26137019,81.32,0.06,1.31,4.41,889,2813.83,26137020,99.69,0,0,0.36,1051.15,2651.73,26137021,99.64,0,0,0.17,645.86,3057.01,26137022,99.83,0,0,0.14,583.48,3119.39,26137023,99.69,0,0,0.59,584.63,3118.23,26137024,99.79,0,0,0.14,584.4,3118.46,26137025,99.7,0,0,0.3,583.7,3119.18,26137026,99.85,0,0,0.14,583.64,3119.23,26137027,99.78,0.02,0.01,0.23,583.64,3119.22,26137028,99.64,0,0,0.59,585.44,3117.41,26137029,99.8,0,0,0.29,585.22,3117.62,26137030,99.78,0,0.01,0.3,585.45,3117.4,26137031,99.8,0.01,0.01,0.18,585.43,3117.42,26137032,99.76,0,0,0.17,585.37,3117.47,26137033,81.29,0.03,0.06,4.42,736.49,2966.31,26137034,99.69,0,0.01,0.53,939.34,2763.48,26137035,99.8,0,0,0.32,583.73,3119.11,26137036,99.82,0,0,0.18,583.7,3119.13,26137037,99.83,0,0,0.21,583.92,3118.91,26137038,99.72,0,0,0.58,584.14,3118.69,26137039,99.83,0,0,0.2,583.14,3119.69,26137040,99.73,0,0,0.37,583.87,3118.97,26137041,99.85,0,0,0.16,583.85,3118.98,26137042,99.84,0,0,0.14,583.84,3118.99,26137043,99.71,0,0,0.56,584.21,3118.62,26137044,99.82,0,0,0.16,584.23,3118.59,26137045,99.75,0,0,0.3,584.23,3118.6,26137046,99.84,0,0,0.13,584.22,3118.62,26137047,99.85,0,0,0.16,584.19,3118.64,26137048,99.71,0,0,0.4,584.57,3118.26,26137049,99.83,0.01,0.02,0.33,584.37,3118.45,26137050,99.67,0.02,1.2,0.36,584.14,3118.69,26137051,99.84,0,0.07,0.18,583.94,3118.89,26137052,99.83,0,0,0.15,583.63,3119.19,26137053,99.83,0,0.23,0.26,583.69,3119.13,26137054,99.65,0.01,0.4,0.61,584.53,3118.27,26137055,99.68,0.01,1.39,0.31,583.99,3118.83,26137056,99.82,0.01,0.82,0.29,583.79,3119.01,26137057,99.83,0,0,0.16,583.95,3118.85,26137058,99.81,0.05,1.86,0.21,583.95,3118.84,26137059,99.63,0,0.01,0.73,584.74,3118.01,26137060,99.76,0,0,0.29,584.41,3118.36,26137061,99.81,0,0,0.18,584.4,3118.37,26137062,99.8,0,0,0.21,584.13,3118.64,26137063,99.83,0,0,0.16,584.1,3118.66,26137064,99.66,0,0,0.71,584.79,3117.96,26137065,99.71,0.04,1.44,0.39,584.57,3118.19,26137066,99.78,0,0.02,0.18,584.67,3118.09,26137067,99.84,0,0,0.16,584.66,3118.09,26137068,99.83,0,0,0.15,584.61,3118.14,26137069,99.64,0,0,0.57,584.2,3118.55,26137070,99.77,0,0,0.29,584.09,3118.68,26137071,99.83,0.01,0.01,0.2,584.12,3118.64,26137072,99.76,0,0,0.16,584.14,3118.62,26137073,99.85,0,0,0.17,584.1,3118.65,26137074,99.68,0.01,0.14,0.55,584.64,3118.11,26137075,99.78,0,0,0.3,584.4,3118.37,26137076,99.78,0.02,2.15,0.2,583.9,3118.85,26137077,99.8,0.01,1.27,0.21,583.86,3118.88,26137078,99.81,0,0,0.21,583.9,3118.82,26137079,99.7,0,0,0.43,584.31,3118.4,26137080,99.73,0,0,0.42,584.13,3118.6,26137081,99.83,0,0,0.16,584.11,3118.62,26137082,99.82,0,0,0.15,584.09,3118.64,26137083,99.83,0,0,0.16,584.07,3118.65,26137084,99.7,0,0,0.43,584.73,3117.99,26137085,99.77,0,0,0.43,583.8,3118.93,26137086,99.81,0,0,0.14,583.77,3118.96,26137087,99.8,0,0,0.16,583.48,3119.24,26137088,99.81,0,0,0.16,582.91,3119.8,26137089,99.71,0,0,0.32,583.63,3119.06,26137090,99.45,0,0,0.69,581.85,3120.85,26137091,99.85,0,0,0.14,581.52,3121.18,26137092,99.82,0.05,1.75,0.28,581.66,3121.04,26137093,99.84,0,0.12,0.21,581.58,3121.1,26137094,99.84,0,0.01,0.18,581.54,3121.13,26137095,99.43,0.08,3.07,0.71,583.9,3118.78,26137096,99.83,0,0.01,0.22,583.68,3119,26137097,99.8,0,0,0.22,583.63,3119.04,26137098,99.75,0,0,0.15,583.62,3119.05,26137099,99.83,0,0,0.14,583.58,3119.08,26137100,99.55,0,0,0.72,584.7,3117.98,26137101,99.72,0.11,3.95,0.41,584.36,3118.29,26137102,99.8,0,0,0.14,584.3,3118.31,26137103,99.81,0,0,0.14,584.27,3118.34,26137104,99.85,0,0,0.14,584.25,3118.36,26137105,99.62,0,0,0.68,584.87,3117.77,26137106,99.86,0,0,0.14,584.13,3118.5,26137107,99.83,0,0,0.16,583.48,3119.15,26137108,99.76,0.11,3.15,0.35,583.55,3119.05,26137109,99.8,0,0.01,0.25,583.4,3119.17,26137110,99.57,0.05,2.21,0.77,583.61,3118.96,26137111,99.79,0,0.04,0.21,583.01,3119.54,26137112,99.83,0,0,0.15,583,3119.56,26137113,99.78,0,0,0.14,582.96,3119.59,26137114,99.8,0.07,3.05,0.2,582.94,3119.6,26137115,99.58,0,0,0.75,583.9,3118.65,26137116,99.85,0,0,0.16,583.4,3119.15,26137117,99.83,0,0,0.14,583.38,3119.16,26137118,99.79,0,0,0.15,583.34,3119.19,26137119,99.71,0,0,0.3,583.71,3118.8,26137120,99.57,0,0,0.65,584.03,3118.49,26137121,99.83,0,0,0.22,584,3118.52,26137122,99.75,0,0,0.18,583.75,3118.76,26137123,99.85,0,0,0.16,583.71,3118.79,26137124,99.76,0,0,0.15,583.7,3118.8,26137125,99.59,0,0,0.57,584.04,3118.48,26137126,99.84,0,0,0.27,583.44,3119.08,26137127,99.83,0,0,0.17,583.2,3119.31,26137128,99.84,0,0,0.14,583.14,3119.37,26137129,99.84,0,0,0.16,583.12,3119.39,26137130,99.77,0,0,0.33,583.47,3119.05,26137131,99.66,0,0,0.58,583.88,3118.63,26137132,99.85,0,0,0.14,583.49,3119.02,26137133,99.78,0,0.01,0.16,583.48,3119.02,26137134,99.85,0,0,0.16,583.42,3119.08,26137135,99.73,0,0,0.31,583.74,3118.78,26137136,99.69,0,0,0.54,584.01,3118.51,26137137,99.84,0,0,0.16,583.63,3118.88,26137138,99.81,0,0,0.14,583.61,3118.89,26137139,99.82,0,0,0.15,583.68,3118.82,26137140,99.67,0,0,0.32,583.05,3119.46,26137141,99.7,0,0,0.55,584.45,3118.06,26137142,99.82,0.01,0.02,0.17,583.95,3118.56,26137143,99.84,0,0,0.19,583.95,3118.55,26137144,99.88,0,0,0.14,583.73,3118.77,26137145,99.8,0,0,0.3,583.69,3118.83,26137146,99.75,0,0,0.55,583.82,3118.69,26137147,99.92,0,0,0.14,583.46,3119.05,26137148,99.9,0,0,0.16,583.42,3119.08,26137149,99.7,0,0,0.27,583.65,3118.83,26137150,99.85,0,0,0.31,583.9,3118.6,26137151,99.78,0,0,0.55,584.07,3118.42,26137152,99.9,0,0,0.18,583.6,3118.89,26137153,99.89,0,0,0.14,583.67,3118.82,26137154,99.88,0,0,0.16,583.56,3118.95,26137155,99.84,0,0,0.3,583.5,3119.04,26137156,99.45,0,0,0.49,584.03,3118.51,26137157,99.92,0.04,1.53,0.25,583.94,3118.59,26137158,99.91,0,0.03,0.28,583.36,3119.16,26137159,99.9,0,0,0.14,583.32,3119.19,26137160,99.78,0,0,0.29,582.77,3119.76,26137161,99.74,0,0,0.55,583.77,3118.75,26137162,99.92,0,0,0.16,583.7,3118.81,26137163,99.88,0,0,0.14,583.68,3118.84,26137164,99.88,0,0,0.16,583.64,3118.87,26137165,99.8,0,0,0.3,582.54,3119.99,26137166,99.8,0,0,0.43,582.32,3120.2,26137167,99.93,0,0,0.31,582.86,3119.65,26137168,99.9,0,0,0.14,582.83,3119.68,26137169,99.92,0,0,0.14,582.99,3119.51,26137170,99.73,0,0,0.31,582.04,3120.47,26137171,99.91,0,0,0.16,581.98,3120.54,26137172,99.76,0,0,0.56,583.2,3119.31,26137173,99.9,0,0,0.15,582.93,3119.58,26137174,99.9,0,0,0.15,582.92,3119.59,26137175,99.86,0,0,0.36,583.38,3119.13,26137176,99.9,0,0,0.16,583.39,3119.13,26137177,99.71,0,0,0.56,583.48,3119.02,26137178,99.93,0,0,0.17,583.1,3119.4,26137179,99.81,0,0,0.29,583.55,3118.93,26137180,99.79,0,0,0.29,582.69,3119.81,26137181,99.88,0,0,0.17,582.76,3119.72,26137182,99.76,0,0,0.59,584.47,3118.02,26137183,99.9,0,0,0.14,583.95,3118.52,26137184,99.88,0,0.01,0.2,583.93,3118.56,26137185,99.78,0,0,0.32,584.16,3118.35,26137186,99.91,0,0,0.14,583.36,3119.15,26137187,99.75,0,0,0.51,583.49,3119.02,26137188,99.9,0,0,0.21,583.1,3119.4,26137189,99.9,0.03,1.8,0.24,583.1,3119.39,26137190,99.78,0,0.02,0.46,582.87,3119.63,26137191,99.93,0,0,0.14,582.83,3119.67,26137192,99.66,0.03,1.1,0.6,584.03,3118.47,26137193,99.92,0,0,0.26,584.22,3118.26,26137194,89.66,0.02,0.01,2.92,644.39,3058.07,26137195,90.64,0.07,2.35,5.29,1076.88,2625.57,26137196,99.72,0,0,0.14,876.08,2826.38,26137197,94.48,0.46,0.01,79.18,598.34,3104.1,26137198,99.65,0,0,182.19,588.25,3113.4,26137199,99.91,0,0.01,0.15,588.21,3113.43,26137200,99.67,0,0,0.37,587.01,3114.64,26137201,99.83,0,0,0.18,586.97,3114.68,26137202,99.74,0,0,0.66,587.42,3114.23,26137203,99.93,0,0,0.16,585.91,3115.78,26137204,99.92,0,0,0.16,585.89,3115.79,26137205,99.87,0,0,0.32,586.37,3115.33,26137206,99.85,0,0,0.16,586.35,3115.35,26137207,99.78,0,0,0.31,586.77,3114.92,26137208,99.94,0,0,0.38,586.06,3115.64,26137209,99.84,0,0,0.28,586.27,3115.39,26137210,99.86,0,0,0.36,585.57,3116.13,26137211,99.9,0,0,0.13,585.55,3116.14,26137212,99.84,0,0,0.14,585.68,3116,26137213,99.74,0,0,0.55,586.6,3115.08,26137214,99.92,0,0,0.14,585.66,3116.03,26137215,99.78,0.02,0.27,0.45,583.93,3117.78,26137216,99.87,0,0,0.18,583.83,3117.88,26137217,99.89,0,0,0.19,584.06,3117.64,26137218,99.77,0,0,0.57,586.3,3115.39,26137219,99.88,0,0,0.16,586.27,3115.42,26137220,99.8,0,0,0.32,586.42,3115.29,26137221,99.91,0,0,0.13,586.4,3115.3,26137222,99.93,0,0,0.16,586.37,3115.32,26137223,99.72,0,0,0.55,587.46,3114.24,26137224,99.91,0,0,0.16,586.83,3114.86,26137225,99.72,0,0,0.36,584.96,3116.74,26137226,99.88,0,0,0.18,584.84,3116.86,26137227,99.89,0,0.01,0.15,584.83,3116.86,26137228,99.78,0,0,0.59,586.41,3115.28,26137229,99.93,0,0,0.18,586.73,3114.96,26137230,99.81,0,0,0.35,586.17,3115.53,26137231,99.91,0,0,0.18,585.77,3115.93,26137232,99.92,0,0.01,0.2,585.67,3116.03,26137233,99.77,0,0.01,0.64,586.05,3115.64,26137234,99.91,0,0,0.23,585.83,3115.85,26137235,99.89,0,0,0.33,585.57,3116.12,26137236,99.89,0,0,0.15,585.57,3116.13,26137237,99.91,0,0,0.14,585.53,3116.16,26137238,99.79,0,0,0.51,585.86,3115.83,26137239,99.8,0,0,0.38,586.16,3115.5,26137240,99.84,0,0,0.37,586.4,3115.28,26137241,99.88,0,0,0.14,586.39,3115.29,26137242,99.83,0,0,0.32,585.94,3115.73,26137243,99.75,0,0,0.72,586.45,3115.22,26137244,99.88,0,0,0.2,585.57,3116.09,26137245,99.78,0,0,0.34,586.29,3115.39,26137246,99.87,0,0,0.15,586.27,3115.41,26137247,99.89,0,0,0.14,586.29,3115.38,26137248,99.91,0,0,0.16,586.42,3115.25,26137249,99.76,0,0,0.67,586.79,3114.87,26137250,99.85,0,0,0.32,584.45,3117.23,26137251,99.92,0,0,0.15,584.39,3117.3,26137252,99.93,0,0,0.16,584.36,3117.33,26137253,99.91,0,0,0.15,584.33,3117.36,26137254,99.76,0,0,0.54,585.9,3115.78,26137255,99.83,0,0,0.36,586.02,3115.68,26137256,99.87,0,0,0.16,586.04,3115.65,26137257,99.87,0,0,0.14,586.15,3115.53,26137258,99.88,0,0,0.15,586.14,3115.54,26137259,99.73,0,0,0.57,587.02,3114.66,26137260,99.69,0,0,0.34,585.48,3116.21,26137261,99.83,0,0,0.13,585.34,3116.34,26137262,99.93,0,0,0.18,585.31,3116.37,26137263,99.89,0,0,0.17,585.3,3116.38,26137264,98.13,0,0,0.56,586.3,3115.37,26137265,99.81,0,0,0.33,586.89,3114.79,26137266,99.85,0,0,0.17,586.88,3114.8,26137267,99.88,0,0,0.14,586.85,3114.82,26137268,99.81,0.02,0.07,0.21,586.53,3115.15,26137269,99.53,0,0,0.66,586.1,3115.55,26137270,99.78,0,0,0.31,584.7,3116.97,26137271,99.86,0,0,0.14,584.63,3117.04,26137272,99.88,0,0,0.16,584.62,3117.04,26137273,99.89,0,0,0.15,584.59,3117.07,26137274,99.73,0,0,0.5,585.64,3116.05,26137275,99.82,0,0,0.35,586.05,3115.68,26137276,99.9,0,0,0.17,586.04,3115.68,26137277,99.49,0,0,0.18,586.25,3115.46,26137278,99.88,0,0,0.15,586.24,3115.47,26137279,99.75,0,0,0.57,587.07,3114.64,26137280,99.81,0,0,0.3,586.85,3114.87,26137281,99.9,0,0,0.14,586.9,3114.81,26137282,99.9,0,0,0.14,586.87,3114.84,26137283,99.9,0,0,0.16,586.85,3114.86,26137284,99.73,0,0,0.55,587.19,3114.52,26137285,99.78,0,0,0.31,586.82,3114.91,26137286,99.9,0,0,0.15,586.79,3114.93,26137287,99.85,0,0,0.16,586.43,3115.28,26137288,99.85,0,0,0.15,586,3115.71,26137289,99.75,0,0,0.55,586.48,3115.22,26137290,99.77,0,0,0.3,586.17,3115.56,26137291,99.89,0,0,0.14,586.14,3115.58,26137292,99.78,0.09,0.31,0.16,586.16,3115.27,26137293,99.55,0.22,0.82,0.25,586.2,3111.67,26137294,99.9,0,0,0.15,586.34,3109.7,26137295,99.49,0,0,0.71,585.89,3110.18,26137296,99.87,0,0,0.16,585.08,3110.98,26137297,99.85,0,0,0.14,585.05,3111.01,26137298,99.85,0.01,0.15,0.21,585.03,3111.03,26137299,99.77,0,0,0.4,586.7,3109.32,26137300,99.61,0,0,0.77,587.13,3108.91,26137301,99.89,0,0,0.16,586.72,3109.32,26137302,99.87,0,0,0.17,586.53,3109.51,26137303,99.89,0,0,0.14,586.6,3109.43,26137304,99.9,0,0,0.16,586.58,3109.45,26137305,99.63,0,0,0.71,587.41,3108.64,26137306,99.9,0,0,0.14,587.05,3108.99,26137307,99.89,0,0,0.16,586.36,3109.68,26137308,99.85,0.05,0.12,0.42,586.29,3109.74,26137309,99.89,0,0,0.17,586.23,3109.79,26137310,99.69,0,0,0.73,586.48,3109.57,26137311,99.74,0.1,0.38,0.67,586.71,3109.32,26137312,99.46,0.76,19.36,0.73,587.64,3108.34,26137313,99.18,2.14,69.2,0.93,587.7,3108.28,26137314,99.39,1.24,23.43,1.56,587.71,3108.11,26137315,99.1,1.67,56.11,1.2,590.33,3105.26,26137316,99.85,0.01,0.03,0.23,589.78,3105.82,26137317,99.9,0.02,0.02,0.22,589.71,3105.91,26137318,99.87,0.01,0.01,0.18,589.75,3105.87,26137319,99.88,0.02,0.03,0.27,589.79,3105.83,26137320,89.52,0.05,0.18,1.24,622.93,3072.71,26137321,90.89,0.01,0.07,0.91,584.14,3111.49,26137322,99.9,0.04,0.03,0.18,540.97,3154.67,26137323,91.89,0.03,0.01,0.75,577.13,3118.49,26137324,99.78,0,0,0.15,541.63,3154,26137325,78.81,0.07,1.05,5.12,1056.99,2638.6,26137326,99.74,0,0,0.16,826.92,2868.7,26137327,80.97,0.04,0.03,4.42,886.25,2809.32,26137328,99.91,0,0,0.17,1049.93,2645.68,26137329,98.96,0,0,0.35,600,3095.58,26137330,99.67,0,0,0.61,589,3106.6,26137331,99.9,0,0,0.32,589.13,3106.46,26137332,99.87,0,0,0.17,589.1,3106.5,26137333,99.9,0,0,0.18,589.09,3106.5,26137334,99.85,0,0,0.18,589.07,3106.56,26137335,99.77,0,0,0.33,589.33,3106.33,26137336,99.75,0,0,0.6,590.01,3105.65,26137337,99.9,0,0,0.22,589.53,3106.13,26137338,99.45,0,0,0.17,589.51,3106.15,26137339,99.87,0,0,0.17,589.47,3106.18,26137340,99.88,0,0,0.33,589.72,3105.95,26137341,99.74,0,0,0.61,590.34,3105.32,26137342,99.92,0,0,0.17,590.11,3105.54,26137343,99.83,0.05,0.05,0.22,590.02,3105.63,26137344,99.91,0,0,0.16,589.89,3105.76,26137345,99.81,0.02,0.05,0.43,588.83,3106.84,26137346,99.75,0,0,0.57,589.48,3106.2,26137347,99.9,0,0,0.17,589.29,3106.39,26137348,99.87,0,0,0.18,589.25,3106.42,26137349,99.89,0,0,0.18,589.24,3106.42,26137350,99.86,0.03,0,0.4,589.53,3106.14,26137351,99.75,0.06,0,0.55,589.72,3105.93,26137352,99.88,0,0,0.26,589.21,3106.44,26137353,99.91,0,0,0.17,589.19,3106.45,26137354,99.88,0,0,0.17,589.36,3106.28,26137355,95.89,0.03,0.01,0.69,574.71,3120.96,26137356,81.47,0.08,0.31,4.85,989.59,2706.03,26137357,85.77,0.04,0.01,1.01,827.93,2867.69,26137358,77.21,0.09,0.57,7.85,1044.32,2651.26,26137359,99.54,0,0,0.38,825.43,2870.16,26137360,89.79,0.07,0.01,1,600.5,3095.12,26137361,84.81,0.05,0.29,4.71,1077.49,2618.07,26137362,80.22,0.02,0.3,4.54,1026.22,2669.33,26137363,99.69,0.04,0.26,0.29,925.37,2770.22,26137364,99.89,0.1,0,0.44,586.55,3109.03,26137365,99.77,0.01,0.01,0.4,587.32,3108.28,26137366,81.05,0.08,0.29,5.07,992.89,2702.66,26137367,84.28,0.04,0.01,1.02,844.76,2850.79,26137368,95.68,0.02,0.29,3.67,1007.14,2688.43,26137369,99.85,0.04,0.01,0.29,585.48,3110.08,26137370,62.37,0.07,0.82,5.59,1039.29,2656.21,26137371,97.53,0.04,1.06,3.81,1042.22,2653.33,26137372,99.45,0.07,2.08,0.51,595.8,3099.72,26137373,99.87,0.01,0.27,0.26,588.24,3107.24,26137374,99.91,0,0,0.22,588.38,3107.1,26137375,99.71,0,0,0.35,589.1,3106.4,26137376,99.91,0.01,0.26,0.16,589.1,3106.38,26137377,99.76,0,0.01,0.6,590.48,3105,26137378,81.54,0.01,0.03,4.16,766.03,2929.41,26137379,99.59,0.17,7.61,0.75,856.51,2838.94,26137380,99.77,0,0.01,0.43,588.06,3107.37,26137381,99.9,0,0,0.16,588.04,3107.38,26137382,99.75,0,0,0.56,588.54,3106.87,26137383,99.94,0,0,0.14,588.42,3106.99,26137384,99.88,0,0,0.15,588.4,3107.01,26137385,99.82,0,0,0.31,588.89,3106.54,26137386,99.9,0,0,0.13,588.24,3107.19,26137387,99.74,0,0,0.57,588.46,3106.96,26137388,99.93,0,0,0.14,588.09,3107.33,26137389,99.78,0,0,0.31,588.04,3107.34,26137390,99.85,0,0,0.29,588.3,3107.1,26137391,99.9,0,0,0.15,588.28,3107.12,26137392,99.75,0,0,0.59,588.61,3106.79,26137393,99.9,0,0,0.15,588.31,3107.08,26137394,99.91,0.01,0.2,0.16,588.38,3107.01,26137395,99.81,0,0,0.4,587.84,3107.56,26137396,99.9,0,0,0.16,587.91,3107.49,26137397,99.74,0,0,0.61,588.23,3107.16,26137398,99.78,0.06,0.2,0.18,587.44,3107.94,26137399,99.75,0.08,0.18,0.16,586.33,3109.05,26137400,99.79,0,0,0.31,587.56,3107.83,26137401,99.87,0,0,0.13,587.56,3107.83,26137402,99.73,0,0,0.42,587.94,3107.44,26137403,99.92,0,0,0.3,587.75,3107.63,26137404,99.91,0,0,0.17,587.72,3107.67,26137405,99.65,0.17,0.39,0.43,587.95,3107.46,26137406,99.88,0.05,0.05,0.25,587.98,3107.42,26137407,99.72,0.05,0.08,0.88,588.38,3107.03,26137408,92.42,0.02,0.04,0.61,620.37,3075.05,26137409,88.82,0.01,0.03,4.04,1022.46,2672.98,26137410,99.81,0,0,0.31,583,3112.48,26137411,99.91,0.01,0.14,0.2,583.06,3112.43,26137412,99.71,0,0,0.31,583.46,3112.02,26137413,99.88,0,0,0.39,584.05,3111.43,26137414,99.94,0,0,0.15,584.03,3111.46,26137415,99.86,0,0,0.32,584.27,3111.24,26137416,99.92,0,0.03,0.21,584.25,3111.26,26137417,99.91,0.02,0.52,0.24,584.28,3111.21,26137418,99.78,0.44,0,0.57,584.76,3110.72,26137419,99.86,0,0,0.31,584.07,3111.39,26137420,99.87,0,0,0.32,584.32,3111.16,26137421,99.91,0.02,0.54,0.25,584.29,3111.17,26137422,99.91,0,0,0.2,584.1,3111.36,26137423,99.76,0,0,0.54,584.87,3110.58,26137424,99.88,0,0.01,0.18,584.72,3110.73,26137425,99.86,0,0,0.32,584.47,3110.99,26137426,99.91,0,0,0.13,584.04,3111.42,26137427,99.91,0,0,0.16,583.43,3112.02,26137428,99.78,0,0,0.54,584.63,3110.82,26137429,99.91,0,0,0.14,584.56,3110.88,26137430,99.85,0,0,0.34,584.55,3110.91,26137431,99.9,0,0,0.16,584.52,3110.93,26137432,99.89,0,0,0.14,584.51,3110.95,26137433,99.73,0,0,0.55,585.32,3110.13,26137434,99.93,0,0,0.15,584.71,3110.74,26137435,99.85,0,0,0.33,584.94,3110.52,26137436,99.91,0,0,0.15,584.94,3110.52,26137437,99.9,0,0,0.16,584.9,3110.55,26137438,99.78,0,0,0.43,585.63,3109.82,26137439,99.91,0,0,0.3,585.33,3110.11,26137440,99.78,0,0,0.3,585.09,3110.37,26137441,99.93,0,0,0.14,585.07,3110.39,26137442,99.9,0,0,0.16,585.04,3110.41,26137443,99.78,0,0,0.55,585.62,3109.83,26137444,99.9,0,0,0.2,584.76,3110.68,26137445,99.85,0,0,0.33,584.53,3110.92,26137446,99.91,0,0,0.17,584.48,3110.98,26137447,99.92,0,0,0.14,584.47,3110.98,26137448,99.79,0,0,0.45,584.83,3110.61,26137449,99.81,0,0,0.45,584.78,3110.63,26137450,99.73,0,0,0.34,585.11,3110.32,26137451,99.92,0,0.02,0.21,585.02,3110.41,26137452,99.91,0,0,0.13,584.98,3110.44,26137453,99.93,0,0,0.16,584.98,3110.45,26137454,99.71,0,0,0.6,585.61,3109.83,26137455,99.78,0,0,0.34,584.27,3111.18,26137456,99.92,0,0,0.14,584.32,3111.13,26137457,99.9,0,0,0.18,584.3,3111.14,26137458,99.88,0,0,0.16,584.27,3111.17,26137459,99.76,0,0,0.57,584.97,3110.46,26137460,99.8,0,0,0.37,584.94,3110.51,26137461,99.91,0,0,0.13,584.92,3110.52,26137462,99.93,0,0,0.14,584.76,3110.68,26137463,99.9,0,0,0.2,584.05,3111.39,26137464,99.81,0,0,0.55,583.99,3111.44,26137465,99.79,0,0,0.45,566.06,3129.52,26137466,99.93,0,0,0.16,532.69,3163.19,26137467,99.92,0.01,0,0.14,532.65,3163.22,26137468,99.89,0,0,0.18,532.81,3163.06,26137469,99.71,0,0,0.55,532.66,3163.2,26137470,99.81,0,0,0.32,532.01,3163.87,26137471,99.89,0,0,0.18,531.98,3163.89,26137472,99.91,0,0,0.15,531.94,3163.93,26137473,99.91,0,0,0.16,531.93,3163.94,26137474,99.78,0,0,0.55,532.97,3162.89,26137475,99.79,0,0,0.36,533.01,3162.87,26137476,99.94,0,0,0.14,533,3162.88,26137477,99.91,0,0,0.14,532.96,3162.91,26137478,99.89,0,0.02,0.17,532.91,3162.95,26137479,99.61,0,0,0.69,533.27,3162.57,26137480,99.86,0,0,0.31,533.04,3162.81,26137481,99.88,0,0,0.16,533.02,3162.83,26137482,99.9,0,0,0.18,532.99,3162.86,26137483,99.93,0,0,0.18,532.94,3162.9,26137484,99.78,0,0,0.43,533.27,3162.57,26137485,99.81,0,0,0.49,531.92,3163.93,26137486,99.88,0,0,0.14,532.08,3163.77,26137487,99.91,0,0,0.19,532.06,3163.79,26137488,99.85,0,0,0.2,532.02,3163.83,26137489,99.74,0,0,0.44,532.47,3163.37,26137490,99.8,0,0,0.54,533.24,3162.61,26137491,99.91,0,0,0.18,533.16,3162.69,26137492,99.9,0,0,0.18,533.19,3162.66,26137493,99.89,0,0,0.18,533.3,3162.55,26137494,99.92,0,0,0.18,533.26,3162.58,26137495,99.48,0,0,0.7,531.72,3164.14,26137496,99.93,0,0,0.17,531,3164.86,26137497,99.92,0,0,0.14,530.96,3164.89,26137498,99.9,0,0,0.16,530.93,3164.91,26137499,99.85,0,0,0.14,531.07,3164.77,26137500,99.57,0,0,0.75,533.46,3162.4,26137501,99.86,0.02,1.13,0.23,533.25,3162.6,26137502,99.9,0.02,1.15,0.32,533.19,3162.65,26137503,99.92,0,0.08,0.21,533.37,3162.45,26137504,99.92,0,0,0.17,533.36,3162.45,26137505,99.74,0,0,0.74,533.49,3162.34,26137506,99.92,0,0,0.14,533,3162.82,26137507,99.91,0,0,0.17,532.96,3162.86,26137508,99.86,0,0,0.15,532.92,3162.9,26137509,99.7,0,0,0.28,532.87,3162.92,26137510,99.68,0,0,0.77,533.64,3162.16,26137511,99.86,0,0,0.14,533.25,3162.55,26137512,99.85,0,0,0.16,533.21,3162.59,26137513,99.85,0,0,0.14,533.19,3162.6,26137514,99.9,0,0,0.16,533.16,3162.63,26137515,99.66,0,0,0.6,534.1,3161.7,26137516,99.87,0,0,0.29,533.37,3162.43,26137517,99.84,0,0,0.21,533.35,3162.45,26137518,99.87,0,0,0.15,533.44,3162.35,26137519,99.75,0,0,0.14,533.48,3162.31,26137520,99.63,0,0,0.75,532.92,3162.88,26137521,99.85,0,0,0.16,533.19,3162.6,26137522,99.91,0,0,0.14,533.16,3162.63,26137523,99.87,0,0,0.15,533.14,3162.65,26137524,99.9,0,0,0.15,533.12,3162.66,26137525,99.62,0,0,0.59,533.5,3162.29,26137526,99.85,0,0,0.32,533.35,3162.45,26137527,99.84,0,0,0.14,533.32,3162.47,26137528,99.84,0,0,0.15,533.5,3162.29,26137529,99.88,0,0,0.14,533.46,3162.32,26137530,99.67,0,0,0.78,533.78,3162.02,26137531,99.88,0,0.03,0.19,532.93,3162.86,26137532,99.88,0.03,1.32,0.32,532.89,3162.88,26137533,99.85,0,0.01,0.18,532.84,3162.9,26137534,99.81,0.01,0.23,0.22,532.92,3162.82,26137535,99.8,0,0,0.36,533.4,3162.36,26137536,99.72,0,0,0.55,534.83,3160.93,26137537,99.87,0,0,0.15,534.11,3161.64,26137538,99.88,0,0,0.15,533.78,3161.97,26137539,99.75,0,0,0.29,533.34,3162.39,26137540,99.8,0,0,0.32,533.33,3162.41,26137541,99.7,0,0,0.55,533.87,3161.87,26137542,99.85,0,0,0.18,533.18,3162.55,26137543,99.86,0,0,0.17,532.96,3162.77,26137544,99.85,0,0,0.14,532.94,3162.78,26137545,99.76,0,0,0.32,533.17,3162.57,26137546,99.68,0,0,0.56,533.67,3162.07,26137547,99.83,0,0,0.14,533.37,3162.35,26137548,99.83,0,0,0.18,533.37,3162.35,26137549,99.86,0,0,0.14,533.33,3162.38,26137550,99.67,0,0,0.32,532.39,3163.35,26137551,99.74,0,0,0.55,532.97,3162.76,26137552,99.82,0,0,0.14,532.83,3162.89,26137553,99.84,0,0,0.17,532.97,3162.75,26137554,99.82,0,0,0.15,532.94,3162.78,26137555,99.73,0,0,0.3,532.23,3163.5,26137556,99.67,0,0,0.59,532.94,3162.79,26137557,99.83,0,0,0.15,533.16,3162.57,26137558,99.85,0,0,0.15,533.12,3162.6,26137559,99.85,0,0,0.15,533.12,3162.6,26137560,98.6,0,0,0.32,532.19,3163.53,26137561,94.59,0.29,0.01,78.51,543.45,3152.45,26137562,99.63,0,0,181.33,535.72,3160.03,26137563,99.85,0,0,0.14,535.69,3160.05,26137564,99.81,0,0,0.18,535.68,3160.06,26137565,99.75,0,0,0.36,534.72,3161.04,26137566,99.69,0,0,0.46,535.27,3160.48,26137567,99.85,0,0,0.33,533.78,3162,26137568,99.87,0,0,0.18,533.9,3161.9,26137569,99.71,0,0,0.3,533.39,3162.39,26137570,99.74,0,0,0.32,532.67,3163.12,26137571,99.83,0,0,0.16,532.6,3163.18,26137572,99.71,0,0,0.57,533.68,3162.12,26137573,99.84,0,0,0.17,533.31,3162.49,26137574,99.82,0,0,0.18,533.3,3162.49,26137575,99.73,0,0,0.31,533.29,3162.52,26137576,99.85,0,0,0.14,533.28,3162.53,26137577,99.7,0,0,0.62,533.61,3162.2,26137578,99.84,0,0,0.18,533.24,3162.55,26137579,99.83,0,0,0.18,533.3,3162.5,26137580,99.76,0,0,0.35,533.66,3162.15,26137581,99.83,0,0,0.18,533.63,3162.18,26137582,99.67,0,0,0.58,533.97,3161.84,26137583,99.83,0,0,0.2,533.59,3162.2,26137584,99.84,0,0,0.2,533.58,3162.22,26137585,99.82,0,0,0.32,533.33,3162.48,26137586,99.86,0,0,0.14,533.31,3162.49,26137587,99.68,0,0,0.51,533.98,3161.83,26137588,99.84,0,0,0.2,533.25,3162.54,26137589,99.83,0,0,0.15,533.24,3162.56,26137590,99.78,0,0,0.34,533.74,3162.07,26137591,99.85,0,0,0.18,533.9,3161.91,26137592,99.7,0,0,0.57,534.3,3161.5,26137593,99.85,0,0,0.16,533.86,3161.94,26137594,99.86,0,0,0.16,533.82,3161.97,26137595,99.74,0,0,0.36,533.83,3161.98,26137596,99.81,0,0,0.16,533.81,3162,26137597,99.7,0,0,0.35,534.12,3161.68,26137598,99.85,0,0,0.37,533.76,3162.03,26137599,99.74,0,0,0.31,533.75,3162.02,26137600,99.78,0,0,0.3,533.84,3161.94,26137601,99.81,0,0,0.17,533.74,3162.05,26137602,99.82,0,0.01,0.19,533.86,3161.92,26137603,99.68,0,0,0.57,533.95,3161.83,26137604,99.8,0,0,0.15,533.57,3162.2,26137605,99.76,0,0,0.34,533.8,3161.99,26137606,99.83,0,0,0.16,533.79,3161.99,26137607,99.79,0,0,0.15,533.76,3162.02,26137608,99.66,0,0,0.56,534.08,3161.69,26137609,99.83,0,0,0.15,533.72,3162.05,26137610,99.74,0,0,0.34,533.73,3162.06,26137611,99.82,0,0,0.15,533.86,3161.92,26137612,99.84,0,0,0.16,533.86,3161.92,26137613,99.7,0,0,0.52,534.46,3161.33,26137614,99.85,0,0,0.2,533.82,3161.97,26137615,99.79,0,0,0.34,533.56,3162.24,26137616,99.84,0,0,0.17,533.55,3162.25,26137617,99.85,0,0,0.14,533.52,3162.28,26137618,99.72,0,0,0.5,533.96,3161.83,26137619,99.83,0,0,0.22,533.72,3162.06,26137620,99.66,0,0,0.33,532.99,3162.81,26137621,98.81,0,0,0.14,532.97,3162.83,26137622,99.84,0,0,0.16,533.15,3162.64,26137623,99.72,0,0,0.58,533.6,3162.19,26137624,99.85,0,0,0.17,533.6,3162.18,26137625,99.78,0,0,0.34,533.86,3161.94,26137626,99.85,0,0,0.15,533.83,3161.97,26137627,99.85,0,0,0.16,533.81,3161.99,26137628,99.72,0,0,0.64,534.14,3161.65,26137629,99.74,0,0,0.28,534.01,3161.75,26137630,99.78,0,0,0.32,533.78,3162,26137631,99.83,0,0,0.16,533.74,3162.04,26137632,99.81,0,0,0.14,533.76,3162.01,26137633,99.71,0,0,0.33,534.59,3161.18,26137634,99.82,0,0,0.45,533.88,3161.88,26137635,99.7,0,0,0.34,532.9,3162.88,26137636,99.83,0,0,0.16,532.88,3162.9,26137637,99.82,0,0,0.2,532.85,3162.93,26137638,99.85,0,0,0.16,532.84,3162.93,26137639,99.7,0,0,0.53,534.37,3161.39,26137640,99.76,0,0,0.36,534.09,3161.69,26137641,98.93,0,0,0.16,534.01,3161.76,26137642,99.83,0,0,0.16,534,3161.77,26137643,99.83,0,0,0.15,533.97,3161.79,26137644,99.73,0,0,0.55,534.24,3161.52,26137645,99.69,0,0,0.32,533.18,3162.59,26137646,99.85,0,0,0.15,533.12,3162.65,26137647,99.85,0,0,0.17,533.12,3162.65,26137648,99.83,0,0,0.14,533.08,3162.68,26137649,99.67,0,0,0.56,533.75,3162.01,26137650,99.79,0,0,0.34,534.04,3161.73,26137651,99.82,0,0,0.14,534.04,3161.74,26137652,99.84,0,0,0.15,534.01,3161.76,26137653,99.85,0,0,0.16,533.98,3161.78,26137654,99.65,0,0,0.49,534.31,3161.44,26137655,99.79,0,0,0.38,533.97,3161.8,26137656,99.81,0,0,0.18,534.14,3161.64,26137657,99.83,0,0,0.14,534.1,3161.67,26137658,99.82,0,0,0.15,534.09,3161.68,26137659,99.58,0,0,0.68,534.56,3161.21,26137660,99.78,0,0,0.33,534.29,3161.5,26137661,99.83,0,0,0.17,534.27,3161.51,26137662,99.83,0,0,0.19,534,3161.78,26137663,99.82,0,0,0.16,533.73,3162.04,26137664,99.7,0,0,0.52,534.42,3161.36,26137665,99.74,0,0,0.39,533.47,3162.33,26137666,99.82,0,0,0.15,533.64,3162.15,26137667,99.81,0,0,0.17,533.62,3162.18,26137668,99.84,0,0,0.14,533.6,3162.2,26137669,99.83,0,0,0.16,533.66,3162.14,26137670,99.66,0,0,0.69,534.17,3161.64,26137671,99.8,0,0,0.16,533.8,3162.02,26137672,99.84,0,0,0.15,533.77,3162.04,26137673,99.85,0,0,0.16,533.75,3162.05,26137674,99.83,0,0,0.15,533.72,3162.08,26137675,99.64,0,0,0.78,534.25,3161.56,26137676,99.84,0,0,0.14,533.95,3161.86,26137677,99.86,0,0,0.16,534.13,3161.68,26137678,99.85,0,0,0.15,534.1,3161.71,26137679,99.85,0,0,0.16,534.08,3161.71,26137680,99.52,0,0,0.75,534.42,3161.4,26137681,98.46,0,0,0.16,534.07,3161.74,26137682,99.84,0,0,0.18,534.04,3161.77,26137683,99.86,0,0,0.16,534.01,3161.79,26137684,99.84,0,0,0.15,534,3161.8,26137685,99.64,0,0,0.82,533.68,3162.14,26137686,99.83,0,0,0.13,533,3162.82,26137687,99.85,0,0,0.16,532.96,3162.85,26137688,99.86,0,0,0.16,533.08,3162.73,26137689,99.74,0,0,0.33,534.3,3161.48,26137690,99.64,0,0,0.76,533.74,3162.06,26137691,99.85,0,0,0.16,533.09,3162.7,26137692,99.85,0,0,0.14,533.09,3162.7,26137693,99.86,0,0,0.16,533.05,3162.73,26137694,99.86,0,0,0.15,532.87,3162.91,26137695,99.7,0,0,0.64,534.04,3161.76,26137696,99.86,0,0,0.29,533.51,3162.29,26137697,99.83,0,0,0.18,533.73,3162.06,26137698,99.87,0,0,0.16,533.7,3162.08,26137699,99.86,0,0,0.14,533.69,3162.11,26137700,99.64,0,0,0.72,534.02,3161.82,26137701,99.91,0,0,0.14,533.65,3162.18,26137702,98.95,0,0,0.14,533.61,3162.21,26137703,99.92,0,0,0.16,533.61,3162.21,26137704,99.91,0,0,0.14,533.58,3162.23,26137705,99.72,0,0,0.57,532.64,3163.2,26137706,99.93,0,0,0.3,533.09,3162.74,26137707,99.93,0,0,0.14,533.06,3162.77,26137708,99.93,0,0,0.14,533.05,3162.77,26137709,99.94,0,0,0.15,533.02,3162.8,26137710,99.84,0,0,0.3,533.02,3162.82,26137711,99.75,0,0,0.54,534.42,3161.41,26137712,99.92,0,0,0.16,533.84,3161.99,26137713,99.94,0,0,0.14,533.88,3161.94,26137714,99.93,0,0,0.17,533.85,3161.97,26137715,99.44,0,0,0.54,534.12,3161.71,26137716,99.81,0,0,0.58,534.26,3161.57,26137717,99.94,0,0,0.16,533.8,3162.03,26137718,99.92,0,0,0.18,533.79,3162.04,26137719,99.76,0,0,0.32,533.77,3162.02,26137720,99.83,0,0,0.36,532.55,3163.26,26137721,99.77,0,0,0.61,533.47,3162.35,26137722,99.88,0,0,0.17,533.35,3162.47,26137723,99.92,0,0,0.19,533.14,3162.68,26137724,99.93,0,0,0.14,533.11,3162.74,26137725,99.82,0,0,0.4,532.65,3163.21,26137726,99.76,0,0,0.59,533.41,3162.44,26137727,99.88,0,0,0.19,533.54,3162.3,26137728,99.94,0,0,0.18,533.53,3162.31,26137729,99.92,0,0,0.18,533.49,3162.34,26137730,99.81,0,0,0.35,533.74,3162.11,26137731,99.79,0,0,0.59,534.07,3161.78,26137732,99.94,0,0,0.19,533.71,3162.13,26137733,99.93,0,0,0.18,533.87,3161.97,26137734,99.9,0,0,0.18,533.86,3161.97,26137735,99.85,0,0,0.38,533.85,3162,26137736,99.77,0,0,0.59,534.28,3161.57,26137737,99.95,0,0,0.13,533.81,3162.03,26137738,99.92,0,0,0.17,533.81,3162.03,26137739,99.93,0,0,0.21,533.77,3162.06,26137740,99.38,0,0,9.48,533.01,3163.33,26137741,99.95,0,0,0.14,533.1,3163.32,26137742,99.77,0,0,0.53,533.91,3162.5,26137743,99.89,0,0,0.16,533.55,3162.85,26137744,99.94,0,0,0.14,533.53,3162.86,26137745,99.81,0,0,0.32,532.5,3163.91,26137746,99.94,0,0,0.16,532.45,3163.96,26137747,99.77,0,0,0.54,533.48,3162.92,26137748,99.92,0,0,0.14,533.15,3163.25,26137749,99.75,0,0,0.28,533.4,3162.97,26137750,99.86,0,0,0.33,533.38,3163.01,26137751,99.94,0,0,0.14,533.37,3163.02,26137752,99.79,0,0,0.56,533.93,3162.45,26137753,99.91,0,0,0.17,533.32,3163.06,26137754,99.94,0,0,0.16,533.3,3163.09,26137755,99.78,0,0,0.37,532.87,3163.54,26137756,99.95,0,0,0.13,532.96,3163.45,26137757,99.8,0,0,0.61,533.89,3162.52,26137758,99.94,0,0,0.15,533.89,3162.51,26137759,99.95,0,0,0.14,533.88,3162.51,26137760,99.81,0.01,0.05,0.32,533.87,3162.54,26137761,99.94,0,0,0.19,533.89,3162.51,26137762,99.81,0,0,0.55,534.23,3162.16,26137763,99.85,0,0,0.15,533.85,3162.54,26137764,99.94,0,0,0.16,533.84,3162.54,26137765,99.85,0,0,0.33,533.12,3163.28,26137766,99.92,0,0,0.14,533.09,3163.31,26137767,99.81,0,0,0.53,533.97,3162.42,26137768,99.9,0,0,0.22,533.54,3162.85,26137769,99.94,0,0,0.14,533.51,3162.88,26137770,99.85,0.02,2.57,0.39,534.13,3162.27,26137771,99.93,0,0,0.17,534.16,3162.23,26137772,99.82,0,0,0.55,534.4,3161.99,26137773,99.93,0,0,0.14,533.62,3162.75,26137774,99.95,0,0,0.15,533.6,3162.77,26137775,99.86,0,0,0.34,533.37,3163.02,26137776,99.92,0,0,0.14,533.33,3163.05,26137777,99.77,0,0,0.56,533.54,3162.84,26137778,99.91,0,0,0.14,532.8,3163.58,26137779,99.77,0,0,0.29,534.23,3162.14,26137780,99.86,0,0,0.34,534,3162.38,26137781,99.95,0,0,0.14,534.17,3162.21,26137782,99.74,0,0,0.43,534.44,3161.92,26137783,99.95,0.01,0.03,0.37,533.58,3162.78,26137784,99.94,0.01,1.37,0.18,533.63,3162.73,26137785,99.83,0.03,1.95,0.43,533.37,3162.99,26137786,99.9,0.01,0.68,0.26,533.34,3163.01,26137787,99.94,0,0,0.18,533.23,3163.1,26137788,99.72,0,0.01,0.58,533.85,3162.48,26137789,99.92,0,0,0.18,533.35,3162.98,26137790,99.84,0,0,0.34,533.1,3163.25,26137791,99.92,0,0,0.14,533.06,3163.27,26137792,99.95,0,0,0.17,533.05,3163.29,26137793,99.78,0,0,0.55,533.55,3162.78,26137794,99.94,0,0,0.14,533.25,3163.08,26137795,99.8,0,0,0.38,533.11,3163.23,26137796,99.94,0,0,0.17,532.96,3163.38,26137797,99.9,0,0,0.17,533.09,3163.25,26137798,99.67,0,0,0.57,533.28,3163.04,26137799,99.94,0,0,0.14,532.86,3163.47,26137800,99.76,0,0,0.41,533.55,3162.78,26137801,99.9,0,0,0.18,533.57,3162.76,26137802,99.93,0,0,0.18,533.54,3162.79,26137803,99.71,0,0,0.54,534.51,3161.81,26137804,99.88,0,0,0.14,533.99,3162.33,26137805,99.85,0,0,0.33,534.24,3162.1,26137806,99.91,0,0,0.18,534.22,3162.12,26137807,99.92,0,0,0.18,534.2,3162.13,26137808,99.79,0,0,0.59,534.62,3161.7,26137809,99.56,0,0,0.32,533.85,3162.45,26137810,99.86,0,0,0.3,534.35,3161.96,26137811,99.88,0,0,0.18,534.32,3161.99,26137812,99.87,0,0,0.18,534.31,3161.99,26137813,99.76,0,0,0.57,534.63,3161.67,26137814,99.93,0,0,0.18,534.28,3162.04,26137815,99.86,0,0,0.26,534.28,3162.06,26137816,99.88,0,0,0.14,534.26,3162.07,26137817,99.92,0,0,0.25,534.24,3162.09,26137818,99.8,0,0,0.54,534.57,3161.76,26137819,99.91,0,0,0.14,534.19,3162.13,26137820,99.87,0,0,0.26,534.56,3161.77,26137821,99.91,0,0,0.19,534.6,3161.73,26137822,99.93,0,0,0.14,534.59,3161.74,26137823,99.75,0,0,0.36,535.09,3161.24,26137824,99.9,0,0,0.39,534.55,3161.77,26137825,99.71,0,0,0.33,533.13,3163.2,26137826,99.93,0,0,0.16,533.04,3163.29,26137827,99.93,0,0,0.15,533.02,3163.3,26137828,99.93,0,0,0.14,533.02,3163.3,26137829,99.74,0,0,0.54,533.77,3162.55,26137830,99.81,0,0,0.31,533.73,3162.6,26137831,99.89,0,0,0.18,533.73,3162.59,26137832,99.91,0,0,0.18,533.71,3162.61,26137833,99.93,0,0,0.16,533.69,3162.63,26137834,99.76,0,0,0.54,534.27,3162.05,26137835,99.81,0,0,0.28,534.14,3162.19,26137836,99.93,0.01,0.02,0.18,533.99,3162.33,26137837,99.9,0,0,0.14,533.97,3162.35,26137838,99.94,0,0,0.14,534.06,3162.26,26137839,99.73,0,0,0.67,535.08,3161.21,26137840,99.89,0,0,0.27,534.62,3161.69,26137841,99.95,0,0,0.16,534.59,3161.71,26137842,99.91,0,0,0.21,534.5,3161.8,26137843,99.9,0,0,0.15,534.33,3161.96,26137844,99.8,0,0,0.49,534.88,3161.42,26137845,99.85,0,0,0.35,534.33,3162,26137846,99.92,0,0,0.13,534.32,3162.01,26137847,99.9,0,0,0.15,534.29,3162.03,26137848,99.93,0,0,0.16,534.28,3162.04,26137849,99.8,0,0,0.39,532.75,3163.56,26137850,99.89,0,0,0.4,530.12,3166.2,26137851,99.94,0,0,0.14,530.09,3166.24,26137852,99.92,0,0,0.16,530.06,3166.25,26137853,99.91,0,0,0.17,530.06,3166.25,26137854,99.82,0,0,0.6,530.83,3165.48,26137855,99.87,0,0,0.33,530.55,3165.77,26137856,99.9,0,0,0.18,530.52,3165.79,26137857,99.91,0,0,0.18,530.52,3165.79,26137858,99.91,0,0,0.18,530.51,3165.79,26137859,99.8,0,0,0.42,531.31,3164.99,26137860,99.86,0,0,0.46,530.35,3165.96,26137861,99.92,0,0,0.16,530.42,3165.88,26137862,99.9,0,0,0.13,530.42,3165.88,26137863,99.93,0,0,0.16,530.4,3165.89,26137864,99.9,0,0,0.14,530.38,3165.91,26137865,99.74,0,0,0.75,531.97,3164.34,26137866,99.91,0,0,0.13,531.62,3164.68,26137867,99.94,0,0,0.19,531.59,3164.71,26137868,99.94,0,0,0.18,531.58,3164.71,26137869,99.74,0,0,0.3,531.39,3164.88,26137870,99.67,0,0,0.64,531.24,3165.05,26137871,99.93,0,0,0.16,530.8,3165.48,26137872,99.93,0,0,0.14,530.8,3165.48,26137873,99.95,0,0,0.15,530.78,3165.49,26137874,99.93,0,0,0.14,530.76,3165.52,26137875,99.68,0,0,0.7,531.68,3164.62,26137876,99.95,0,0,0.14,531.48,3164.82,26137877,99.92,0,0,0.17,531.24,3165.05,26137878,99.9,0,0,0.16,531.23,3165.06,26137879,99.93,0,0,0.14,531.2,3165.08,26137880,99.61,0,0,0.71,531.79,3164.51,26137881,99.93,0,0,0.15,531.39,3164.91,26137882,99.93,0,0,0.16,531.38,3164.91,26137883,99.88,0,0,0.16,531.36,3164.92,26137884,99.94,0,0,0.15,531.34,3164.94,26137885,99.73,0,0,0.66,531.09,3165.2,26137886,99.93,0,0,0.15,531.1,3165.18,26137887,99.9,0,0,0.16,531.07,3165.21,26137888,99.88,0,0,0.15,531.06,3165.21,26137889,99.92,0,0,0.16,531.05,3165.23,26137890,99.7,0,0,0.54,531.76,3164.54,26137891,99.92,0,0,0.28,531.52,3164.77,26137892,99.88,0,0,0.17,531.5,3164.79,26137893,99.94,0,0,0.15,531.49,3164.79,26137894,99.93,0,0,0.14,531.47,3164.8,26137895,99.66,0,0,0.63,531.75,3164.54,26137896,99.94,0,0,0.28,531.47,3164.82,26137897,99.93,0,0,0.14,531.47,3164.82,26137898,99.9,0,0,0.16,531.44,3164.84,26137899,99.77,0,0,0.29,530.99,3165.28,26137900,99.67,0,0,0.67,531.03,3165.25,26137901,99.94,0,0,0.14,531.61,3164.67,26137902,99.92,0,0,0.16,531.45,3164.83,26137903,99.94,0,0,0.18,531.1,3165.18,26137904,99.94,0,0,0.14,531.08,3165.19,26137905,99.68,0,0,0.55,531.9,3164.38,26137906,99.95,0,0,0.29,531.57,3164.71,26137907,99.94,0,0,0.18,531.53,3164.74,26137908,99.94,0,0,0.18,531.53,3164.75,26137909,99.94,0,0,0.18,531.52,3164.75,26137910,99.85,0,0,0.28,530.58,3165.7,26137911,99.74,0,0,0.54,532.05,3164.23,26137912,99.91,0,0,0.16,531.74,3164.53,26137913,99.91,0,0,0.14,531.73,3164.53,26137914,99.93,0,0,0.15,531.7,3164.56,26137915,99.87,0,0,0.34,531.96,3164.32,26137916,99.77,0,0,0.55,532.38,3163.89,26137917,99.95,0,0,0.14,531.93,3164.34,26137918,99.9,0,0,0.16,531.92,3164.35,26137919,99.93,0,0,0.14,531.91,3164.35,26137920,99.83,0,0,0.27,531.81,3164.47,26137921,99.8,0,0,0.56,532.2,3164.07,26137922,99.93,0,0,0.14,531.83,3164.44,26137923,99.38,0,0,0.14,531.83,3164.44,26137924,99.94,0,0,0.16,531.82,3164.44,26137925,99.88,0,0,0.28,531.81,3164.47,26137926,95.1,0.4,0.01,197.18,545.63,3150.68,26137927,99.86,0,0,63.98,534.04,3161.88,26137928,99.92,0,0,0.14,534.02,3161.9,26137929,99.79,0,0,0.29,534.13,3161.77,26137930,99.85,0,0,0.29,534.22,3161.69,26137931,99.78,0,0,0.63,533.94,3161.98,26137932,99.94,0,0,0.17,532.04,3163.9,26137933,99.9,0,0,0.14,532.01,3163.92,26137934,99.9,0,0,0.16,532,3163.95,26137935,99.83,0,0,0.29,532.03,3163.94,26137936,99.77,0,0,0.39,532.42,3163.55,26137937,99.94,0,0,0.34,531.99,3163.98,26137938,99.94,0,0,0.14,531.98,3164,26137939,99.95,0,0,0.14,531.97,3164,26137940,99.81,0,0,0.27,530.58,3165.41,26137941,99.78,0,0,0.42,530.96,3165.04,26137942,99.9,0,0,0.3,531.71,3164.3,26137943,99.9,0,0,0.18,531.7,3164.3,26137944,99.94,0,0,0.16,531.69,3164.32,26137945,99.82,0,0,0.34,530.97,3165.05,26137946,99.81,0,0,0.44,531.32,3164.7,26137947,99.95,0,0,0.28,531.18,3164.83,26137948,99.93,0,0,0.14,531.16,3164.85,26137949,99.88,0,0,0.16,531.14,3164.86,26137950,99.77,0,0,0.26,531.15,3164.87,26137951,99.92,0,0,0.14,531.21,3164.8,26137952,99.75,0,0,0.57,532.22,3163.79,26137953,99.95,0,0,0.17,527.73,3168.46,26137954,99.93,0,0,0.14,526.08,3170.18,26137955,99.85,0,0,0.29,526.33,3169.96,26137956,99.94,0,0,0.14,526.31,3169.97,26137957,99.8,0,0,0.59,526.98,3169.3,26137958,99.95,0,0,0.14,526.53,3169.74,26137959,99.86,0,0,0.27,526.51,3169.74,26137960,99.84,0,0,0.31,526.52,3169.75,26137961,99.93,0,0,0.16,526.51,3169.75,26137962,99.77,0,0,0.62,526.84,3169.41,26137963,99.93,0,0,0.18,526.23,3170.02,26137964,99.94,0,0,0.15,526.23,3170.05,26137965,99.86,0,0,0.32,526.25,3170.05,26137966,99.91,0,0,0.18,526.23,3170.07,26137967,99.75,0,0,0.45,526.7,3169.59,26137968,99.88,0,0,0.29,526.45,3169.84,26137969,99.93,0,0,0.14,526.45,3169.84,26137970,99.85,0,0,0.3,526.47,3169.83,26137971,99.92,0,0,0.15,526.44,3169.86,26137972,99.77,0,0,0.59,526.88,3169.41,26137973,99.92,0,0,0.24,524.07,3172.29,26137974,99.92,0,0,0.14,523.19,3173.2,26137975,99.81,0,0,0.33,522.94,3173.47,26137976,99.93,0,0,0.15,523.09,3173.31,26137977,99.81,0,0,0.4,523.52,3172.88,26137978,99.95,0,0,0.29,523.33,3173.08,26137979,99.9,0,0,0.14,523.32,3173.1,26137980,99.83,0,0,0.29,523.36,3173.08,26137981,99.9,0,0,0.16,523.33,3173.1,26137982,99.75,0,0,0.39,523.68,3172.75,26137983,99.76,0,0,0.29,523.3,3173.13,26137984,99.95,0,0,0.18,523.29,3173.13,26137985,99.82,0,0,0.3,523.07,3173.37,26137986,99.95,0,0,0.14,523.04,3173.4,26137987,99.78,0,0,0.34,523.41,3173.02,26137988,99.91,0,0,0.39,523.49,3172.93,26137989,99.79,0,0,0.35,523.71,3172.68,26137990,99.88,0,0,0.29,523.73,3172.68,26137991,99.9,0,0,0.16,523.73,3172.68,26137992,99.9,0,0,0.16,523.71,3172.69,26137993,99.76,0,0,0.6,524.39,3172.01,26137994,99.93,0,0,0.19,523.68,3172.71,26137995,99.88,0,0,0.29,523.7,3172.71,26137996,99.9,0,0,0.17,523.67,3172.74,26137997,99.93,0,0,0.22,523.7,3172.7,26137998,99.75,0,0,0.58,524.37,3172.03,26137999,99.93,0,0,0.18,524.08,3172.31,26138000,99.82,0,0,0.34,524.08,3172.34,26138001,99.92,0,0,0.15,524.07,3172.34,26138002,99.93,0,0,0.16,524.07,3172.34,26138003,99.75,0,0,0.59,524.41,3171.99,26138004,99.9,0,0,0.17,524.06,3172.34,26138005,99.83,0,0,0.3,522.84,3173.57,26138006,99.94,0,0,0.17,522.81,3173.6,26138007,99.93,0,0,0.18,522.81,3173.6,26138008,99.76,0,0,0.55,523.96,3172.44,26138009,99.92,0,0,0.17,524.25,3172.15,26138010,99.86,0,0,0.31,524.02,3172.4,26138011,99.91,0,0.01,0.19,523.98,3172.43,26138012,99.93,0,0,0.16,523.97,3172.43,26138013,99.8,0,0,0.54,524.61,3171.8,26138014,99.94,0,0,0.15,523.69,3172.71,26138015,99.79,0,0,0.28,523.95,3172.46,26138016,99.9,0,0,0.14,523.94,3172.47,26138017,99.92,0,0,0.16,523.91,3172.5,26138018,99.78,0,0,0.41,524.45,3171.95,26138019,99.78,0,0,0.51,523.68,3172.7,26138020,99.87,0,0,0.27,524.03,3172.37,26138021,99.91,0,0,0.14,524.07,3172.32,26138022,99.91,0,0,0.2,523.96,3172.43,26138023,99.82,0,0,0.32,523.91,3172.47,26138024,99.89,0,0,0.42,523.54,3172.84,26138025,99.81,0.01,0.01,0.36,522.99,3173.4,26138026,99.89,0,0,0.39,522.42,3173.96,26138027,99.92,0,0,0.17,521.92,3174.46,26138028,99.82,0,0,0.31,522.3,3174.06,26138029,99.91,0,0,0.38,523.25,3173.11,26138030,99.8,0,0,0.29,522.4,3173.98,26138031,99.93,0,0,0.2,522.35,3174.02,26138032,99.91,0,0,0.15,522.35,3174.02,26138033,99.93,0,0,0.18,522.32,3174.04,26138034,99.78,0,0,0.58,523.83,3172.53,26138035,99.88,0,0,0.3,523.55,3172.83,26138036,99.91,0,0,0.14,523.55,3172.82,26138037,99.93,0,0,0.14,523.52,3172.84,26138038,99.93,0,0,0.15,523.51,3172.86,26138039,99.81,0,0,0.58,523.62,3172.74,26138040,99.83,0,0,0.27,522.53,3173.85,26138041,99.91,0,0,0.16,522.5,3173.87,26138042,99.93,0,0,0.14,522.49,3173.87,26138043,99.92,0,0,0.14,522.49,3173.87,26138044,96.94,0,0,0.5,523.26,3173.1,26138045,99.85,0,0,0.35,522.25,3174.13,26138046,99.94,0,0,0.14,522.22,3174.15,26138047,99.93,0,0,0.14,522.22,3174.15,26138048,99.93,0,0,0.16,522.21,3174.15,26138049,99.58,0,0,0.69,523.54,3172.8,26138050,99.82,0,0,0.29,523.21,3173.14,26138051,99.93,0,0,0.18,523.18,3173.17,26138052,99.89,0,0,0.14,523.33,3173.02,26138053,99.95,0,0,0.15,523.33,3173.02,26138054,99.78,0,0,0.58,523.41,3172.94,26138055,99.84,0,0,0.29,521.71,3174.66,26138056,99.95,0,0,0.14,521.59,3174.77,26138057,99.92,0,0,0.18,522.05,3174.31,26138058,99.94,0,0,0.15,522.06,3174.29,26138059,99.73,0,0,0.59,522.61,3173.74,26138060,99.8,0,0,0.28,522.31,3174.06,26138061,99.91,0,0,0.14,522.29,3174.08,26138062,99.92,0,0,0.16,522.28,3174.08,26138063,99.91,0,0,0.14,522.26,3174.09,26138064,99.4,0,0,0.16,522.24,3174.11,26138065,99.71,0,0,0.66,523.33,3173.04,26138066,99.88,0,0,0.14,522.96,3173.4,26138067,99.95,0,0,0.16,522.96,3173.4,26138068,99.88,0,0,0.14,522.95,3173.4,26138069,99.87,0,0,0.16,522.93,3173.43,26138070,99.65,0,0,0.69,523.4,3172.97,26138071,99.93,0,0,0.13,522.93,3173.43,26138072,99.88,0,0,0.14,522.91,3173.45,26138073,99.89,0,0,0.16,523.02,3173.34,26138074,99.88,0,0,0.16,523.08,3173.28,26138075,99.67,0,0,0.69,523.79,3172.58,26138076,99.95,0,0,0.14,523.31,3173.07,26138077,99.93,0,0,0.16,523.3,3173.08,26138078,99.95,0,0,0.14,523.29,3173.08,26138079,99.74,0,0,0.29,523.78,3172.57,26138080,99.69,0,0,0.68,523.92,3172.44,26138081,99.89,0,0,0.17,523.53,3172.84,26138082,99.88,0,0,0.15,523.51,3172.85,26138083,99.84,0,0,0.16,523.51,3172.85,26138084,99.94,0,0,0.16,523.5,3172.85,26138085,99.69,0,0,0.64,523.7,3172.67,26138086,99.92,0,0,0.2,522.99,3173.37,26138087,99.86,0,0,0.17,522.97,3173.39,26138088,99.84,0,0,0.14,522.95,3173.4,26138089,99.84,0,0,0.15,522.95,3173.4,26138090,99.59,0,0,0.63,522.91,3173.46,26138091,99.9,0,0,0.21,522.69,3173.67,26138092,99.8,0,0,0.14,522.68,3173.68,26138093,99.85,0,0,0.15,522.67,3173.68,26138094,99.91,0,0,0.14,522.67,3173.68,26138095,99.63,0,0,0.55,522.95,3173.41,26138096,99.86,0,0,0.32,523.48,3172.89,26138097,99.78,0,0,0.14,523.57,3172.79,26138098,99.85,0,0,0.14,523.57,3172.79,26138099,99.81,0,0,0.18,523.55,3172.8,26138100,99.7,0,0,0.31,522.37,3173.99,26138101,99.66,0,0,0.54,523.51,3172.85,26138102,99.85,0,0,0.16,523.05,3173.32,26138103,99.87,0,0,0.14,523.02,3173.34,26138104,98.6,0,0,0.14,523.01,3173.36,26138105,99.7,0,0,0.31,523.03,3173.35,26138106,99.71,0,0,0.56,522.96,3173.42,26138107,99.85,0,0,0.13,522.49,3173.88,26138108,99.85,0,0,0.16,522.49,3173.88,26138109,99.76,0,0,0.28,523.69,3172.65,26138110,99.81,0,0,0.27,523.96,3172.41,26138111,99.71,0,0,0.55,524.1,3172.27,26138112,99.84,0,0,0.14,523.69,3172.66,26138113,99.85,0,0,0.14,523.69,3172.66,26138114,99.81,0,0,0.14,523.67,3172.68,26138115,99.81,0,0,0.3,523.42,3172.94,26138116,99.7,0,0,0.54,524.07,3172.29,26138117,94.69,0.49,0.01,13.77,533.37,3154.88,26138118,95.05,0,0,128.95,532.71,3154.02,26138119,99.82,0,0,0.21,526.27,3167.44,26138120,99.8,0,0,0.29,526.5,3167.22,26138121,99.71,0,0,0.59,526.62,3167.09,26138122,99.84,0,0,0.19,525.97,3167.74,26138123,99.83,0,0,0.19,524.01,3169.73,26138124,98.99,0,0,0.16,523.72,3170.02,26138125,98.38,0,0,15.48,526.45,3167.9,26138126,99.7,0,0,0.57,524.42,3169.27,26138127,99.83,0,0,0.16,524.32,3169.36,26138128,99.84,0,0,0.16,524.3,3169.4,26138129,99.82,0,0,0.15,524.29,3169.4,26138130,99.8,0,0,0.32,524.31,3169.39,26138131,99.7,0,0,0.54,524.57,3169.13,26138132,99.85,0,0,0.15,524.02,3169.68,26138133,99.82,0,0,0.16,524.02,3169.68,26138134,99.85,0,0,0.15,524,3169.69,26138135,99.76,0,0,0.28,524,3169.7,26138136,99.68,0,0,0.41,524.54,3169.17,26138137,99.85,0,0,0.29,523.98,3169.72,26138138,99.83,0,0,0.14,523.96,3169.74,26138139,99.73,0,0,0.3,524.2,3169.47,26138140,99.8,0,0,0.3,524.18,3169.51,26138141,99.85,0,0,0.15,524.17,3169.52,26138142,99.7,0,0,0.56,524.26,3169.42,26138143,99.85,0,0,0.15,523.66,3170.02,26138144,99.86,0,0,0.15,523.75,3169.96,26138145,99.71,0,0,0.32,524.66,3169.04,26138146,99.86,0,0,0.16,525.16,3168.51,26138147,99.7,0,0,0.54,526.66,3167.01,26138148,99.85,0,0,0.14,526.36,3167.31,26138149,99.83,0,0,0.15,526.35,3167.31,26138150,99.7,0,0,0.33,525.64,3168.04,26138151,99.84,0,0,0.13,525.59,3168.08,26138152,99.69,0,0,0.61,526.7,3166.97,26138153,99.83,0,0,0.18,526.56,3167.1,26138154,99.84,0,0,0.15,526.53,3167.13,26138155,99.79,0,0,0.29,525.6,3168.08,26138156,99.82,0,0,0.16,525.54,3168.13,26138157,99.67,0,0,0.56,526.57,3167.1,26138158,99.86,0,0,0.14,526.51,3167.16,26138159,99.85,0,0,0.14,526.48,3167.18,26138160,99.75,0,0,0.26,526.25,3167.43,26138161,99.85,0,0,0.21,526.36,3167.32,26138162,99.69,0,0,0.41,526.97,3166.7,26138163,99.84,0,0,0.29,526.87,3166.79,26138164,98.08,0,0,0.14,526.87,3166.79,26138165,99.79,0,0,0.31,526.62,3167.05,26138166,99.83,0,0,0.16,526.6,3167.07,26138167,99.71,0,0,0.52,527.05,3166.61,26138168,99.84,0,0,0.21,526.82,3166.84,26138169,99.62,0,0,0.3,525.83,3167.8,26138170,99.72,0,0,0.3,525.83,3167.82,26138171,99.82,0,0,0.14,525.44,3168.2,26138172,99.59,0,0,0.39,525.76,3167.87,26138173,99.83,0,0,0.3,525.28,3168.35,26138174,99.81,0,0,0.14,525.27,3168.38,26138175,99.74,0,0,0.31,525.04,3168.62,26138176,99.85,0,0,0.16,525.01,3168.65,26138177,99.72,0,0,0.35,525.58,3168.08,26138178,99.86,0,0,0.38,525.92,3167.73,26138179,99.83,0,0,0.15,525.89,3167.75,26138180,99.76,0,0,0.27,525.66,3168.01,26138181,99.82,0,0,0.14,525.63,3168.03,26138182,99.85,0,0,0.17,525.61,3168.04,26138183,99.71,0,0,0.55,525.72,3167.93,26138184,99.85,0,0,0.14,525.32,3168.32,26138185,99.33,0,0,0.28,525.05,3168.61,26138186,99.84,0,0,0.14,524.85,3168.81,26138187,99.85,0,0,0.15,524.81,3168.84,26138188,99.69,0,0,0.58,524.92,3168.73,26138189,99.85,0,0,0.15,524.52,3169.12,26138190,99.75,0,0,0.32,525.25,3168.41,26138191,99.83,0,0,0.16,525.26,3168.4,26138192,99.84,0,0,0.14,525.24,3168.41,26138193,99.7,0,0,0.59,525.99,3167.66,26138194,99.85,0,0,0.17,525.36,3168.29,26138195,99.72,0,0,0.31,526.13,3167.53,26138196,99.83,0,0,0.14,526.14,3167.52,26138197,99.82,0,0,0.14,526.13,3167.52,26138198,99.71,0,0,0.57,526.57,3167.08,26138199,99.78,0,0,0.28,526.32,3167.3,26138200,99.81,0,0,0.27,525.85,3167.79,26138201,99.85,0,0,0.16,525.82,3167.82,26138202,99.83,0,0,0.15,525.8,3167.83,26138203,99.71,0,0,0.59,526.09,3167.54,26138204,99.84,0,0,0.15,526.02,3167.62,26138205,99.78,0,0,0.27,526.01,3167.65,26138206,99.84,0,0,0.16,526,3167.65,26138207,99.84,0,0,0.14,525.98,3167.67,26138208,99.67,0,0,0.49,526.4,3167.24,26138209,99.83,0,0,0.2,526.2,3167.44,26138210,99.72,0,0,0.27,525.39,3168.27,26138211,99.83,0,0,0.14,525.42,3168.23,26138212,99.84,0,0,0.16,525.41,3168.23,26138213,99.69,0,0,0.57,525.91,3167.73,26138214,99.83,0,0,0.14,526.11,3167.53,26138215,99.77,0,0,0.29,526.38,3167.28,26138216,99.83,0,0,0.15,526.37,3167.28,26138217,99.84,0,0,0.16,526.35,3167.3,26138218,99.72,0,0,0.37,526.85,3166.79,26138219,99.83,0,0,0.36,526.32,3167.31,26138220,99.66,0,0,0.29,525.6,3168.05,26138221,99.85,0,0,0.17,525.56,3168.08,26138222,99.82,0,0,0.15,525.56,3168.08,26138223,99.83,0,0,0.15,525.54,3168.1,26138224,99.68,0,0,0.55,526.49,3167.14,26138225,99.75,0,0,0.3,524.61,3169.04,26138226,99.84,0,0,0.14,524.54,3169.1,26138227,99.82,0,0,0.14,524.51,3169.13,26138228,99.81,0,0,0.16,524.51,3169.13,26138229,99.55,0,0,0.68,526.37,3167.24,26138230,99.69,0,0,0.35,525.44,3168.19,26138231,99.79,0,0,0.14,525.41,3168.21,26138232,99.83,0,0,0.14,525.41,3168.21,26138233,99.82,0,0,0.18,525.38,3168.23,26138234,99.7,0,0,0.56,526.75,3166.87,26138235,99.77,0,0,0.32,526.86,3166.79,26138236,99.8,0,0,0.15,526.84,3166.8,26138237,99.79,0,0,0.17,526.34,3167.29,26138238,99.83,0,0,0.17,526.33,3167.3,26138239,99.69,0,0,0.58,526.78,3166.85,26138240,99.79,0,0,0.27,526.56,3167.09,26138241,99.85,0,0,0.19,526.55,3167.09,26138242,99.85,0,0,0.17,526.53,3167.11,26138243,99.82,0,0,0.14,526.51,3167.12,26138244,99.71,0,0,0.64,526.85,3166.77,26138245,99.75,0,0,0.3,526.51,3167.14,26138246,99.78,0,0,0.14,526.49,3167.15,26138247,99.81,0,0,0.15,526.48,3167.15,26138248,99.85,0,0,0.14,526.48,3167.15,26138249,99.73,0,0,0.57,526.89,3166.74,26138250,99.78,0,0,0.29,526.64,3166.99,26138251,99.84,0,0,0.14,526.64,3167,26138252,99.83,0,0,0.16,526.61,3167.02,26138253,99.87,0,0,0.14,526.6,3167.03,26138254,99.72,0,0,0.43,527.35,3166.27,26138255,99.75,0,0,0.41,526.58,3167.06,26138256,99.86,0,0,0.17,526.57,3167.07,26138257,99.92,0,0,0.16,526.54,3167.09,26138258,99.9,0,0,0.16,526.54,3167.09,26138259,99.75,0,0,0.26,526.29,3167.31,26138260,99.58,0,0,0.68,525.91,3167.71,26138261,99.93,0,0,0.14,525.53,3168.09,26138262,99.88,0,0,0.16,525.51,3168.11,26138263,99.9,0,0,0.18,525.49,3168.12,26138264,99.89,0,0,0.15,525.49,3168.14,26138265,99.7,0,0,0.68,526.98,3166.66,26138266,99.93,0,0,0.15,526.82,3166.82,26138267,99.9,0,0,0.16,526.88,3166.75,26138268,99.92,0,0,0.15,526.86,3166.77,26138269,99.93,0,0,0.14,526.84,3166.78,26138270,99.66,0,0,0.7,526.94,3166.7,26138271,99.91,0,0,0.18,526.59,3167.05,26138272,99.92,0,0,0.13,526.57,3167.06,26138273,99.92,0,0,0.18,526.57,3167.06,26138274,99.93,0,0,0.18,526.54,3167.08,26138275,99.71,0,0,0.74,527.34,3166.3,26138276,99.93,0,0,0.18,526.77,3166.86,26138277,99.94,0,0,0.18,526.76,3166.88,26138278,99.89,0,0,0.18,526.75,3166.88,26138279,99.92,0,0,0.18,526.73,3166.89,26138280,99.69,0.03,1.14,0.77,526.93,3166.7,26138281,99.92,0,0,0.16,526.31,3167.31,26138282,99.94,0,0,0.14,526.38,3167.24,26138283,99.93,0,0,0.14,526.37,3167.24,26138284,99.9,0,0,0.15,526.35,3167.26,26138285,99.73,0,0,0.71,527.03,3166.59,26138286,99.93,0,0,0.14,526.84,3166.78,26138287,99.88,0,0,0.14,526.83,3166.78,26138288,99.9,0,0,0.17,526.8,3166.81,26138289,99.85,0,0,0.28,526.79,3166.79,26138290,94.92,0.33,0.01,78.44,536.85,3157.11,26138291,99.83,0,0,181.86,529.07,3164.79,26138292,99.93,0,0,0.16,529.06,3164.8,26138293,99.89,0,0,0.15,529.05,3164.8,26138294,99.93,0,0,0.14,529.05,3164.8,26138295,99.64,0,0,0.6,528.4,3165.48,26138296,99.94,0,0,0.34,526.62,3167.29,26138297,99.92,0,0.01,0.22,526.93,3166.98,26138298,99.92,0,0,0.14,526.99,3166.92,26138299,99.92,0,0,0.14,526.98,3166.92,26138300,99.82,0,0,0.3,526.74,3167.18,26138301,99.8,0,0,0.57,526.36,3167.56,26138302,99.91,0,0,0.15,525.97,3167.94,26138303,99.93,0,0,0.16,525.96,3167.95,26138304,99.95,0,0,0.18,525.93,3167.97,26138305,99.61,0,0,0.31,526.68,3167.24,26138306,99.76,0,0,0.57,527.04,3166.87,26138307,99.93,0,0,0.14,526.66,3167.25,26138308,99.9,0,0,0.15,526.65,3167.26,26138309,99.94,0,0,0.15,526.64,3167.26,26138310,99.79,0,0,0.29,525.45,3168.47,26138311,99.77,0,0,0.61,527.16,3166.76,26138312,99.91,0,0,0.14,526.6,3167.31,26138313,99.9,0,0,0.15,526.58,3167.32,26138314,99.92,0,0,0.14,526.68,3167.22,26138315,99.75,0,0,0.29,526.07,3167.85,26138316,99.75,0,0,0.55,527.06,3166.87,26138317,99.93,0,0,0.14,527,3166.93,26138318,99.91,0,0,0.16,526.99,3166.94,26138319,99.75,0,0,0.35,526.25,3167.65,26138320,99.8,0,0,0.28,525.5,3168.41,26138321,99.77,0,0,0.62,526.59,3167.32,26138322,99.91,0,0,0.14,525.81,3168.1,26138323,99.89,0,0,0.2,525.46,3168.45,26138324,99.87,0,0,0.16,525.45,3168.47,26138325,99.86,0,0,0.29,525.93,3168.01,26138326,99.76,0,0,0.5,526.28,3167.65,26138327,99.89,0,0,0.19,525.92,3168.02,26138328,99.95,0,0,0.15,525.9,3168.03,26138329,99.9,0,0,0.14,525.88,3168.05,26138330,99.85,0,0,0.28,526.14,3167.8,26138331,99.75,0,0,0.56,526.83,3167.1,26138332,99.91,0,0,0.14,526.04,3167.89,26138333,99.88,0,0,0.15,526.03,3167.89,26138334,99.89,0,0,0.14,526,3167.92,26138335,99.78,0,0,0.29,525.05,3168.89,26138336,99.77,0,0,0.57,525.5,3168.43,26138337,99.93,0,0,0.16,526.25,3167.68,26138338,99.88,0,0,0.14,526.23,3167.7,26138339,99.93,0,0,0.15,526.21,3167.71,26138340,99.83,0,0,0.28,526.08,3167.87,26138341,99.77,0,0,0.4,526.36,3167.59,26138342,99.88,0,0,0.3,526.44,3167.51,26138343,99.89,0,0,0.14,526.44,3167.51,26138344,99.9,0,0,0.15,526.42,3167.52,26138345,98.47,0,0,0.32,525.22,3168.73,26138346,99.88,0,0,0.14,525.18,3168.77,26138347,99.76,0,0,0.56,526.31,3167.64,26138348,99.93,0,0,0.14,525.63,3168.31,26138349,99.75,0,0,0.37,526.1,3167.81,26138350,99.79,0,0,0.36,526.15,3167.78,26138351,99.9,0,0,0.21,526.28,3167.64,26138352,99.75,0,0.02,0.63,526.78,3167.14,26138353,99.92,0,0,0.17,526.21,3167.71,26138354,99.93,0,0,0.18,526.21,3167.72,26138355,99.86,0,0,0.28,526.45,3167.5,26138356,99.93,0,0,0.14,526.44,3167.51,26138357,99.78,0,0,0.64,526.63,3167.31,26138358,99.93,0,0,0.19,526.15,3167.79,26138359,99.9,0,0,0.15,526.14,3167.79,26138360,99.79,0,0,0.29,526.14,3167.8,26138361,99.91,0,0,0.14,526.12,3167.82,26138362,99.76,0,0,0.43,526.47,3167.46,26138363,99.92,0,0,0.3,526.13,3167.8,26138364,99.92,0,0,0.16,526.27,3167.66,26138365,97.95,0,0.04,0.29,526.5,3167.44,26138366,99.9,0,0,0.17,526.46,3167.48,26138367,99.78,0,0,0.5,527.02,3166.92,26138368,99.86,0,0,0.19,526.18,3167.75,26138369,99.9,0,0,0.15,526.16,3167.77,26138370,99.77,0,0,0.27,526.16,3167.78,26138371,99.9,0,0,0.14,526.16,3167.79,26138372,99.73,0,0,0.41,526.64,3167.29,26138373,99.9,0,0,0.31,526.11,3167.82,26138374,99.94,0,0,0.18,526.11,3167.82,26138375,99.82,0,0,0.29,525.39,3168.56,26138376,99.91,0,0,0.14,525.48,3168.46,26138377,99.79,0,0,0.32,525.88,3168.05,26138378,99.9,0,0,0.39,525.74,3168.18,26138379,99.76,0,0,0.41,526.44,3167.46,26138380,99.85,0,0,0.3,526.26,3167.66,26138381,99.93,0,0,0.12,526.2,3167.71,26138382,99.77,0,0,0.31,526.54,3167.37,26138383,99.91,0,0,0.41,525.94,3167.97,26138384,99.91,0,0,0.14,525.71,3168.21,26138385,99.85,0,0,0.32,525.67,3168.27,26138386,99.92,0,0,0.16,525.65,3168.29,26138387,99.91,0,0,0.14,525.64,3168.29,26138388,99.79,0,0,0.58,526.41,3167.52,26138389,99.9,0,0,0.14,526.09,3167.82,26138390,99.85,0,0,0.29,526.12,3167.82,26138391,99.92,0.01,0.94,0.2,526.13,3167.8,26138392,99.91,0,0,0.16,526.1,3167.82,26138393,99.79,0,0,0.56,526.58,3167.34,26138394,99.91,0,0,0.15,525.82,3168.09,26138395,99.87,0,0,0.29,526.33,3167.6,26138396,99.9,0,0,0.17,526.48,3167.44,26138397,99.94,0,0,0.14,526.46,3167.45,26138398,99.76,0.01,0.93,0.55,526.9,3167.01,26138399,99.89,0,0.01,0.21,526.55,3167.35,26138400,99.81,0,0,0.29,526.31,3167.6,26138401,99.91,0,0,0.16,526.31,3167.6,26138402,99.9,0,0,0.16,526.5,3167.41,26138403,99.76,0,0,0.41,526.56,3167.34,26138404,99.92,0,0,0.3,525.99,3167.91,26138405,95.23,0.44,0.08,65.07,535.36,3157.95,26138406,93.68,5.83,0.25,223.83,547.47,3144.22,26138407,99.9,0,0,0.84,532.45,3159.02,26138408,99.78,0,0,0.55,533.13,3158.34,26138409,99.81,0,0,0.4,533.38,3158.07,26138410,99.85,0,0,0.28,533.62,3157.84,26138411,99.91,0,0,0.19,531.34,3160.15,26138412,99.92,0,0,0.14,531.16,3160.33,26138413,99.75,0,0,0.49,531.44,3160.05,26138414,99.88,0,0,0.2,530.88,3160.61,26138415,99.77,0,0,0.28,530.42,3161.09,26138416,99.89,0,0,0.15,530.4,3161.1,26138417,99.92,0,0,0.2,530.38,3161.11,26138418,99.73,0,0,0.35,531.12,3160.38,26138419,99.92,0,0,0.37,530.8,3160.7,26138420,99.84,0,0,0.35,530.14,3161.37,26138421,99.92,0,0,0.18,530.04,3161.46,26138422,99.9,0,0,0.18,530.02,3161.48,26138423,99.91,0,0,0.18,530,3161.5,26138424,99.74,0,0.01,0.58,531.07,3160.42,26138425,99.81,0,0,0.3,530.25,3161.26,26138426,99.91,0,0,0.15,530.21,3161.3,26138427,99.86,0,0,0.18,530.19,3161.31,26138428,99.85,0,0,0.18,530.17,3161.33,26138429,99.77,0,0,0.54,531.02,3160.47,26138430,99.79,0,0,0.3,531.37,3160.14,26138431,99.91,0,0,0.16,531.43,3160.07,26138432,99.91,0,0,0.14,531.55,3159.96,26138433,99.92,0,0,0.15,531.52,3159.98,26138434,99.79,0,0,0.48,531.73,3159.77,26138435,99.79,0.06,2.26,0.43,531.31,3160.19,26138436,99.85,0,0.21,0.3,531.25,3160.23,26138437,99.9,0,0,0.14,531.22,3160.27,26138438,99.9,0,0,0.14,531.21,3160.27,26138439,99.66,0,0,0.73,531.63,3159.83,26138440,99.76,0,0,0.28,531.44,3160.03,26138441,99.93,0,0,0.19,531.43,3160.04,26138442,99.88,0,0,0.15,531.41,3160.06,26138443,99.87,0,0,0.19,530.97,3160.48,26138444,99.75,0,0,0.4,531.31,3160.14,26138445,99.82,0,0,0.43,531.37,3160.1,26138446,99.9,0,0,0.15,531.35,3160.11,26138447,99.93,0,0,0.17,531.38,3160.08,26138448,99.93,0,0,0.14,531.51,3159.94,26138449,99.73,0.01,0.01,0.58,531.87,3159.58,26138450,99.82,0,0,0.28,530.7,3160.75,26138451,99.91,0,0,0.14,530.64,3160.8,26138452,99.88,0,0,0.16,530.64,3160.8,26138453,99.94,0,0,0.14,530.63,3160.8,26138454,99.78,0,0,0.31,530.97,3160.47,26138455,99.78,0,0,0.6,531.42,3160.03,26138456,99.9,0,0,0.16,531.35,3160.1,26138457,99.93,0,0,0.14,531.33,3160.11,26138458,99.91,0,0,0.16,531.41,3160.03,26138459,99.92,0.03,1.2,0.22,531.48,3159.94,26138460,99.56,0,0.03,0.73,531.86,3159.58,26138461,99.91,0,0,0.14,531.43,3160,26138462,99.9,0,0,0.17,531.41,3160.02,26138463,99.92,0,0,0.17,531.38,3160.05,26138464,99.93,0.02,0.52,0.16,531.34,3160.08,26138465,99.7,0.02,0.52,0.78,531.68,3159.74,26138466,99.9,0,0,0.23,531.32,3160.1,26138467,99.93,0,0,0.14,531.3,3160.11,26138468,99.88,0,0,0.14,531.27,3160.13,26138469,99.73,0.12,4.33,0.44,531.62,3159.73,26138470,99.66,0.02,0.86,0.59,531.91,3159.44,26138471,99.9,0.06,2.36,0.36,531.27,3160.06,26138472,99.92,0,0.01,0.18,530.57,3160.76,26138473,99.92,0,0,0.14,530.55,3160.77,26138474,99.92,0,0,0.14,530.53,3160.79,26138475,99.66,0,0,0.65,529.92,3161.42,26138476,99.93,0,0,0.21,530.02,3161.31,26138477,99.93,0,0,0.17,530,3161.33,26138478,99.93,0,0,0.15,530.1,3161.23,26138479,99.91,0,0,0.14,530.16,3161.16,26138480,99.63,0,0,0.54,530.94,3160.39,26138481,99.94,0,0,0.28,530.63,3160.7,26138482,99.91,0,0,0.19,530.62,3160.71,26138483,99.92,0,0,0.15,530.59,3160.73,26138484,99.95,0,0,0.14,530.58,3160.74,26138485,99.69,0.02,0.06,0.33,531.75,3159.54,26138486,99.74,0,0,0.54,534.04,3157.22,26138487,99.9,0,0,0.15,533.59,3157.66,26138488,99.9,0,0,0.15,533.56,3157.69,26138489,99.93,0,0,0.16,533.55,3157.7,26138490,99.81,0,0,0.29,532.59,3158.67,26138491,99.71,0,0,0.59,532.93,3158.33,26138492,99.89,0,0,0.15,532.52,3158.73,26138493,99.92,0,0,0.14,532.63,3158.63,26138494,99.9,0,0,0.16,532.69,3158.55,26138495,99.76,0,0,0.3,532.69,3158.58,26138496,99.75,0,0,0.57,533.81,3157.45,26138497,99.86,0,0,0.17,533.62,3157.64,26138498,99.89,0,0,0.16,533.59,3157.66,26138499,99.84,0,0,0.32,533.59,3157.63,26138500,99.82,0,0,0.31,533.81,3157.44,26138501,99.75,0,0,0.55,534.13,3157.11,26138502,99.76,0.02,0.1,0.18,534.83,3156.35,26138503,99.88,0.03,0.03,0.24,535.21,3155.95,26138504,99.39,0.02,0.07,0.32,535.86,3155.25,26138505,99.81,0,0,0.72,538.36,3152.77,26138506,99.75,0,0,0.63,539.36,3151.76,26138507,99.85,0,0,0.16,539.12,3151.99,26138508,99.91,0,0,0.14,539.09,3152.02,26138509,99.92,0,0,0.16,539.06,3152.05,26138510,99.8,0,0,0.33,539.05,3152.07,26138511,99.76,0,0,0.54,539.4,3151.72,26138512,99.89,0,0,0.14,539.18,3151.94,26138513,99.88,0,0,0.15,539.15,3151.96,26138514,99.92,0,0,0.14,539.11,3152,26138515,99.81,0,0,0.29,539.1,3152.02,26138516,99.72,0,0,0.56,539.42,3151.7,26138517,99.91,0,0,0.14,539.03,3152.09,26138518,99.92,0,0,0.15,539.12,3151.99,26138519,99.91,0,0,0.14,539.18,3151.93,26138520,99.76,0,0,0.28,539.22,3151.9,26138521,99.74,0,0,0.57,539.52,3151.6,26138522,99.89,0,0,0.13,539.34,3151.78,26138523,99.9,0,0,0.17,539.31,3151.8,26138524,99.9,0,0,0.15,539.28,3151.82,26138525,99.79,0,0,0.3,539.44,3151.68,26138526,99.88,0,0,0.15,539.42,3151.7,26138527,99.73,0,0,0.57,539.92,3151.2,26138528,99.85,0,0,0.15,539.34,3151.77,26138529,99.87,0,0,0.3,539.31,3151.78,26138530,98.85,0.01,0.04,10.62,540.74,3148.25,26138531,99.92,0,0,0.18,541.64,3146.53,26138532,99.75,0,0,0.59,543.02,3145.16,26138533,99.9,0,0,0.18,542.82,3145.35,26138534,99.93,0,0,0.18,542.81,3145.36,26138535,99.82,0,0,0.34,543.68,3144.5,26138536,99.45,0.01,0.03,0.92,543.63,3144.54,26138537,99.75,0,0,0.62,543.84,3144.31,26138538,99.46,0,0.03,0.39,543.32,3144.82,26138539,99.48,0,0.03,0.41,543.37,3144.75,26138540,99.79,0,0,0.34,543.79,3144.32,26138541,99.9,0,0,0.16,543.76,3144.35,26138542,99.72,0.02,0.02,0.59,543.99,3144.11,26138543,99.89,0.03,0,0.21,543.61,3144.49,26138544,99.9,0.05,0.06,0.31,543.48,3144.61,26138545,99.8,0.02,0.03,0.42,543.73,3144.36,26138546,99.37,0,0,0.18,543.7,3144.36,26138547,99.74,0.02,0.05,0.6,544.45,3143.61,26138548,99.88,0,0,0.16,543.69,3144.36,26138549,99.92,0,0,0.15,543.65,3144.39,26138550,99.77,0.04,0.01,0.43,543.97,3144.1,26138551,99.9,0,0,0.14,543.94,3144.13,26138552,99.73,0,0,0.54,544.36,3143.72,26138553,99.89,0.01,0.01,0.16,543.74,3144.34,26138554,99.86,0.03,0.03,0.31,543.77,3144.29,26138555,99.82,0,0,0.38,542.74,3145.31,26138556,99.89,0,0,0.14,542.81,3145.23,26138557,99.77,0,0,0.41,543.25,3144.79,26138558,99.91,0,0,0.29,543.97,3144.07,26138559,99.72,0.01,0.01,0.35,543.94,3144.07,26138560,95.42,0.01,0.01,0.79,558.02,3129.95,26138561,81.21,0.02,0.03,4.05,696.65,2991.24,26138562,99.7,0.07,2.1,1.32,1061.34,2626.42,26138563,83.76,0.04,0.03,1.41,806.91,2880.79,26138564,97.03,0.03,0.67,3.77,1073.64,2614.09,26138565,99.59,0,0.02,0.33,666.7,3021.05,26138566,99.9,0,0,0.14,594.94,3092.81,26138567,99.84,0,0,0.16,594.91,3092.84,26138568,99.69,0,0,0.54,595.68,3092.06,26138569,99.89,0,0,0.15,595.32,3092.42,26138570,99.74,0,0,0.3,594.36,3093.4,26138571,99.86,0,0,0.13,594.3,3093.46,26138572,99.9,0,0,0.14,594.39,3093.37,26138573,99.71,0,0,0.56,595.43,3092.31,26138574,99.89,0,0,0.16,594.91,3092.83,26138575,99.81,0,0,0.3,595.88,3091.88,26138576,99.89,0,0,0.15,595.84,3091.92,26138577,99.91,0,0,0.15,595.81,3091.95,26138578,99.74,0,0,0.55,596.58,3091.17,26138579,99.85,1.05,0.09,1.18,596.57,3091.01,26138580,99.75,0.01,0.01,0.35,597.12,3089.65,26138581,99.91,0.02,0.62,0.18,596.9,3089.87,26138582,79.34,0.08,1.79,4.48,913.47,2773.22,26138583,99.52,0.06,2.49,0.85,1026.28,2660.42,26138584,99.85,0,0,0.27,597.23,3089.46,26138585,99.73,0,0,0.32,597.46,3089.25,26138586,99.84,0,0,0.18,597.62,3089.08,26138587,99.87,0,0,0.17,597.66,3089.04,26138588,99.72,0,0,0.5,598.19,3088.5,26138589,99.73,0,0,0.37,598.48,3088.19,26138590,99.77,0,0,0.31,597.01,3089.68,26138591,99.87,0,0.01,0.17,596.97,3089.71,26138592,99.87,0,0,0.19,597.08,3089.6,26138593,99.71,0.02,0.52,0.67,597.83,3088.84,26138594,99.84,0,0,0.2,597.91,3088.76,26138595,99.68,0,0,0.33,597.7,3088.99,26138596,99.85,0,0,0.14,597.81,3088.88,26138597,99.84,0,0,0.19,597.78,3088.91,26138598,99.73,0,0,0.44,598.18,3088.5,26138599,99.83,0,0,0.28,598.94,3087.73,26138600,99.73,0,0,0.34,598.64,3088.05,26138601,99.91,0,0,0.13,598.16,3088.53,26138602,99.88,0,0,0.16,598.22,3088.47,26138603,99.84,0,0,0.14,598.27,3088.41,26138604,99.72,0,0,0.56,598.16,3088.52,26138605,99.77,0,0,0.31,599.2,3087.5,26138606,99.92,0,0,0.14,599.18,3087.51,26138607,99.85,0,0,0.15,599.15,3087.54,26138608,99.88,0,0,0.15,599.18,3087.5,26138609,99.69,0,0,0.54,599.61,3087.07,26138610,99.75,0,0,0.3,599.27,3087.43,26138611,99.9,0,0,0.17,599.22,3087.47,26138612,99.88,0,0,0.14,599.19,3087.5,26138613,99.83,0,0,0.14,599.15,3087.53,26138614,99.68,0,0,0.53,599.66,3087.02,26138615,99.78,0,0,0.31,598.01,3088.68,26138616,99.9,0,0,0.14,598.14,3088.55,26138617,99.88,0.05,1.96,0.2,597.98,3088.71,26138618,99.85,0.01,0.35,0.24,597.26,3089.41,26138619,99.47,0,0,0.74,599.08,3087.57,26138620,99.72,0,0,0.29,598.74,3087.92,26138621,99.88,0,0,0.16,598.46,3088.19,26138622,99.87,0,0,0.14,597.69,3088.96,26138623,99.8,0,0,0.19,597.49,3089.16,26138624,99.71,0,0,0.4,598.15,3088.5,26138625,99.73,0,0,0.43,598.3,3088.36,26138626,99.85,0,0,0.16,598.26,3088.39,26138627,99.77,0,0,0.16,598.22,3088.43,26138628,99.81,0,0,0.14,598.19,3088.47,26138629,99.65,0,0,0.41,598.57,3088.09,26138630,99.68,0,0,0.41,597.77,3088.91,26138631,99.8,0,0,0.16,597.81,3088.86,26138632,99.88,0,0,0.15,597.78,3088.89,26138633,99.82,0,0,0.15,597.74,3088.93,26138634,99.67,0,0,0.4,598.32,3088.34,26138635,99.52,0.07,0.27,0.52,570.78,3115.89,26138636,99.51,0.35,4.17,0.88,551.72,3134.92,26138637,99.3,2.16,71.55,0.36,552.03,3134.61,26138638,99.43,1.02,28.65,0.38,551.96,3134.67,26138639,99.08,1.95,63.24,0.5,552.74,3133.88,26138640,99.63,0.14,2.74,0.63,552.91,3133.73,26138641,99.79,0.06,0.1,0.28,553.13,3133.52,26138642,99.8,0.05,0.1,0.33,553.15,3133.5,26138643,99.85,0.02,0.05,0.23,553.15,3133.49,26138644,99.77,0.87,6.43,0.88,553.13,3134.11,26138645,80.4,1.84,2.83,8.04,709.45,2981,26138646,99.78,0.07,2.38,1.82,1067.16,2623.02,26138647,99.44,0.03,0.06,0.14,632.88,3057.28,26138648,99.81,0.05,2.09,0.29,593.14,3097.01,26138649,99.71,0,0,0.31,594.26,3095.85,26138650,99.49,0,0,0.71,594.86,3095.27,26138651,99.83,0.01,0.11,0.19,594.62,3095.51,26138652,99.82,0,0,0.2,594.56,3095.56,26138653,99.83,0,0,0.18,594.52,3095.6,26138654,99.84,0,0,0.14,594.53,3095.58,26138655,95.77,0.04,0.01,142.23,607.64,3083.87,26138656,99.78,0.03,1.03,0.27,597.32,3092.82,26138657,99.79,0,0,0.2,597.62,3092.52,26138658,99.83,0,0,0.14,597.59,3092.55,26138659,99.79,0,0,0.15,597.56,3092.57,26138660,99.58,0,0,0.74,596.72,3093.45,26138661,99.81,0,0,0.14,595.36,3094.83,26138662,99.75,0,0,0.16,595.32,3094.86,26138663,99.83,0,0,0.14,595.08,3095.09,26138664,99.8,0,0,0.16,594.46,3095.72,26138665,99.61,0,0,0.68,595.45,3094.75,26138666,99.83,0,0,0.22,595.4,3094.8,26138667,99.81,0,0,0.16,595.36,3094.83,26138668,99.81,0,0,0.14,595.33,3094.86,26138669,99.84,0,0,0.14,595.3,3094.88,26138670,99.55,0,0,0.61,595.65,3094.56,26138671,99.83,0,0,0.25,595.97,3094.23,26138672,99.81,0,0,0.14,595.93,3094.26,26138673,99.83,0,0,0.15,595.9,3094.29,26138674,99.85,0,0,0.14,595.86,3094.32,26138675,99.6,0,0,0.58,596.74,3093.46,26138676,99.84,0,0,0.32,596.1,3094.09,26138677,99.83,0,0,0.17,596.22,3093.97,26138678,99.84,0,0,0.15,596.19,3094,26138679,99.79,0,0,0.33,596.39,3093.77,26138680,99.73,0,0,0.32,595.42,3094.75,26138681,99.7,0,0,0.58,595.78,3094.39,26138682,99.83,0,0,0.13,595.33,3094.84,26138683,99.73,0,0,0.31,595.21,3094.95,26138684,99.8,0,0.03,0.21,595.18,3094.98,26138685,99.7,0,0,0.33,594.67,3095.5,26138686,99.7,0.05,1.97,0.79,595.48,3094.69,26138687,99.81,0,0.04,0.25,595.12,3095.04,26138688,99.79,0,0.01,0.14,595.08,3095.08,26138689,99.8,0,0.01,0.18,595.03,3095.12,26138690,99.74,0.01,0.47,0.34,595.68,3094.49,26138691,99.68,0,0,0.7,596.39,3093.77,26138692,99.83,0.03,0.86,0.25,596.14,3094,26138693,99.82,0.01,0.08,0.23,596.12,3094.02,26138694,99.8,0,0.01,0.21,596.03,3094.1,26138695,99.75,0,0,0.32,595.07,3095.08,26138696,99.7,0,0.02,0.61,596.29,3093.85,26138697,99.86,0,0.01,0.19,596.13,3094.01,26138698,99.83,0,0.01,0.16,596.08,3094.05,26138699,99.83,0,0.04,0.16,595.72,3094.41,26138700,99.65,0,0,0.33,594.73,3095.41,26138701,99.7,0,0.01,0.63,595.6,3094.54,26138702,99.85,0,0.04,0.25,595.82,3094.31,26138703,99.85,0,0.02,0.2,595.78,3094.34,26138704,99.76,0,0.03,0.22,595.84,3094.28,26138705,99.77,0.01,0.13,0.37,595.89,3094.24,26138706,99.65,0.02,0.68,0.62,595.64,3094.49,26138707,99.82,0,0.01,0.23,594.91,3095.21,26138708,99.83,0,0,0.14,594.88,3095.24,26138709,99.73,0,0,0.32,596.04,3094.05,26138710,99.74,0,0.01,0.33,596.05,3094.06,26138711,99.68,0,0.07,0.55,596.85,3093.26,26138712,99.84,0,0,0.15,596.12,3093.98,26138713,99.8,0,0,0.16,596.09,3094.01,26138714,99.78,0,0,0.16,596.06,3094.03,26138715,99.8,0,0,0.32,596.77,3093.34,26138716,99.69,0,0,0.4,597.08,3093.02,26138717,99.84,0,0,0.34,596.47,3093.63,26138718,99.79,0,0,0.14,596.18,3093.91,26138719,99.83,0,0,0.14,595.6,3094.49,26138720,99.73,0,0,0.36,594.37,3095.73,26138721,99.7,0,0,0.49,594.79,3095.31,26138722,99.84,0,0,0.22,595.27,3094.83,26138723,99.81,0,0,0.16,595.23,3094.86,26138724,99.82,0,0,0.17,595.31,3094.78,26138725,99.75,0,0,0.36,595.13,3094.97,26138726,99.81,0,0,0.14,595.09,3095.01,26138727,99.69,0.06,2.11,0.67,596.64,3093.45,26138728,99.8,0.03,1.26,0.22,596.33,3093.74,26138729,80.85,0.01,0.03,4.68,1010.47,2679.57,26138730,80.52,0.01,0.03,4.48,1052.33,2637.73,26138731,99.64,0,0.01,0.37,867.95,2822.15,26138732,99.62,0,0,0.56,596.63,3093.46,26138733,99.8,0,0,0.15,596.34,3093.74,26138734,96.55,0.04,0.01,64.2,601.44,3089.84,26138735,99.64,0,0.01,77.62,599.36,3090.45,26138736,99.78,0,0.01,0.19,599.47,3090.33,26138737,99.7,0,0,0.55,599.95,3089.85,26138738,99.82,0,0,0.14,599.65,3090.14,26138739,99.67,0,0,0.34,599.33,3090.45,26138740,99.69,0,0,0.33,596.76,3093.09,26138741,99.81,0,0,0.16,596.71,3093.13,26138742,99.7,0,0,0.49,597.61,3092.23,26138743,99.82,0,0,0.24,597.66,3092.17,26138744,99.81,0,0,0.15,597.58,3092.26,26138745,99.78,0,0,0.32,597.78,3092.09,26138746,99.84,0,0,0.13,597.74,3092.12,26138747,99.68,0,0,0.41,598.17,3091.69,26138748,99.81,0,0.02,0.31,597.3,3092.56,26138749,99.8,0,0,0.15,597.07,3092.77,26138750,99.75,0,0,0.3,597.07,3092.79,26138751,99.83,0,0,0.17,597.02,3092.85,26138752,99.65,0,0,0.54,597.59,3092.27,26138753,99.83,0,0,0.14,596.7,3093.15,26138754,99.81,0,0,0.16,596.77,3093.08,26138755,99.73,0,0,0.36,598.29,3091.57,26138756,99.81,0.01,0.02,0.15,598.28,3091.58,26138757,99.65,0.03,0.76,0.36,598.45,3091.4,26138758,99.8,0.02,0.82,0.47,597.25,3092.58,26138759,99.8,0,0,0.18,597.28,3092.55,26138760,99.69,0,0,0.3,597.03,3092.81,26138761,99.76,0,0,0.16,596.98,3092.86,26138762,99.81,0,0,0.14,596.95,3092.88,26138763,99.63,0,0,0.56,598.67,3091.16,26138764,99.81,0,0,0.15,598.55,3091.28,26138765,99.72,0,0,0.33,596.69,3093.16,26138766,99.79,0.03,0.06,0.29,596.06,3093.77,26138767,99.79,0.01,0.02,0.17,595.95,3093.88,26138768,99.65,0.01,0.01,0.55,597.57,3092.25,26138769,99.62,0,0,0.37,597.24,3092.55,26138770,99.66,0,0,0.35,596.05,3093.76,26138771,99.85,0,0,0.15,595.98,3093.83,26138772,99.78,0.01,0.01,0.22,595.97,3093.84,26138773,99.67,0,0,0.61,597.2,3092.6,26138774,99.83,0,0,0.18,597,3092.81,26138775,99.8,0.01,0,0.45,596.98,3092.85,26138776,99.85,0,0,0.21,596.94,3092.89,26138777,80.72,0.04,0.86,4.49,845.72,2844.06,26138778,99.45,0,0,0.93,945.85,2743.96,26138779,99.81,0,0,0.16,594.47,3095.35,26138780,99.7,0.01,0,0.41,594.98,3094.87,26138781,80.44,0.04,0.86,4.6,976.39,2713.41,26138782,99.68,0,0,0.16,874.28,2815.56,26138783,99.61,0.01,0,0.59,594.78,3095.06,26138784,99.8,0.01,0,0.28,595.05,3094.78,26138785,85.52,0.02,0.01,1.31,688.68,3001.13,26138786,94.53,0.04,0.85,3.89,1104.26,2585.57,26138787,80.88,0.03,0.85,4.36,1081.22,2608.58,26138788,99.47,0.01,0,0.95,941.47,2748.35,26138789,96.09,0,0,0.43,604.58,3085.23,26138790,81.83,0.09,3.31,4.6,1106.58,2583.2,26138791,91.65,0,0,0.5,914.84,2774.97,26138792,87.76,0.03,0.86,4.25,1100.67,2589.11,26138793,99.41,0.01,0,0.43,832.32,2857.48,26138794,81.17,0.03,0.85,4.79,961.02,2728.73,26138795,99.49,0.02,0.82,0.46,886.35,2803.45,26138796,81.05,0.04,0.86,4.34,829.69,2860.07,26138797,99.65,0,0.01,0.47,1020.77,2669.02,26138798,67.97,0.03,0.86,5.52,1054.01,2635.71,26138799,91.65,0.03,0.85,4.35,1113.25,2576.46,26138800,80.94,0.03,0.85,4.76,1078.01,2611.7,26138801,80.26,0.03,0.85,4.64,1077.69,2612.01,26138802,80.39,0.03,0.85,4.24,1069.24,2620.45,26138803,99.77,0,0.01,0.55,1091.85,2597.87,26138804,99.48,0,0,0.54,608.46,3081.25,26138805,80.17,0.02,0.05,4.73,1047.62,2642.07,26138806,80.82,0.03,0.84,4.59,1074.18,2615.51,26138807,90.03,0.04,1.69,0.69,1042.59,2647.12,26138808,70.71,0.02,0.1,8.34,1094.37,2595.26,26138809,99.68,0,0.01,0.91,1072.07,2617.62,26138810,80.53,0.02,0.07,4.51,827.87,2861.81,26138811,99.82,0.03,0.82,0.48,1104.86,2584.84,26138812,97.59,0.01,0,0.3,601.38,3088.31,26138813,75.24,0.01,0.04,4.88,1058.23,2631.42,26138814,87.28,0.01,0.05,4.61,1122.85,2566.79,26138815,80.68,0.02,0.04,4.39,999.05,2690.61,26138816,99.58,0.05,2.45,0.75,1000.79,2688.89,26138817,99.92,0,0,0.2,597.19,3092.49,26138818,97.52,0,0,0.41,601.21,3088.46,26138819,82.48,0.03,0.85,4.66,1097.91,2591.71,26138820,79.87,0.03,0.85,4.85,952.06,2737.58,26138821,99.74,0.02,0.82,0.29,948.73,2740.94,26138822,99.85,0.06,2.02,0.31,597.36,3092.29,26138823,99.83,0.02,0.08,0.21,597.31,3092.31,26138824,99.77,0,0.01,0.5,598.01,3091.61,26138825,99.81,0,0.01,0.48,598.3,3091.33,26138826,99.89,0.05,0,0.25,598.39,3091.24,26138827,99.9,0,0,0.19,598.32,3091.31,26138828,99.57,0.05,0,0.2,598.28,3091.34,26138829,97.64,0,0.01,0.81,596.78,3092.81,26138830,99.82,0,0.02,0.39,549.01,3140.6,26138831,88.97,0.02,0.01,0.71,621.37,3068.21,26138832,91.96,0.04,0.86,4.01,1082.53,2607.06,26138833,99.7,0.04,1.74,0.43,627.97,3061.62,26138834,99.71,0.01,0.43,0.46,596.89,3092.68,26138835,99.81,0.01,0.39,0.62,597.39,3092.18,26138836,99.88,0,0,0.15,597.38,3092.19,26138837,99.89,0,0.01,0.22,597.1,3092.47,26138838,99.91,0,0.01,0.16,597.04,3092.52,26138839,99.62,0.14,0.88,0.91,598.12,3091.4,26138840,99.67,0,0,0.8,600.04,3089.46,26138841,99.89,0.05,0.05,0.22,599.78,3089.73,26138842,99.89,0.01,0.01,0.21,600.01,3089.48,26138843,99.9,0.02,0.17,0.29,599.91,3089.58,26138844,99.9,0.01,0.01,0.2,599.81,3089.67,26138845,80.99,0.03,0.38,5.2,896.68,2792.83,26138846,99.7,0,0.01,0.19,838.81,2850.73,26138847,99.89,0.03,0.87,0.22,595.56,3093.97,26138848,98.63,0.02,0.39,0.32,595.68,3093.83,26138849,99.84,0.06,0.04,0.31,598.38,3091.08,26138850,99.64,0.05,0,0.81,601.39,3088.08,26138851,99.83,0.17,0.41,0.21,600.89,3088.59,26138852,81.96,0.15,2.08,1.98,722.09,2967.35,26138853,99.03,0.08,1.18,3.14,1083.37,2606.09,26138854,86.52,0.05,0.01,1.05,873.38,2816.04,26138855,92.85,0.01,0.04,4.29,1052.87,2636.58,26138856,99.88,0,0.01,0.21,597.21,3092.25,26138857,99.89,0.09,0,0.27,597.2,3092.25,26138858,99.9,0,0,0.15,597.18,3092.27,26138859,99.73,0.14,0.01,0.48,599.13,3090.3,26138860,99.68,0.06,0.13,1.02,599.53,3089.92,26138861,80.89,0.11,1.76,4.44,782.81,2906.58,26138862,99.6,0.01,0.12,0.55,996.03,2693.38,26138863,99.83,0,0.01,0.23,600.29,3089.12,26138864,80.71,0.08,1.05,4.52,831,2858.36,26138865,99.54,0,0.01,0.83,864.2,2825.2,26138866,99.87,0.01,0.17,0.41,603.05,3086.34,26138867,99.86,0.04,1.6,0.29,603.06,3086.32,26138868,99.8,0.21,9.16,0.34,603.11,3086.22,26138869,99.87,0,0.01,0.27,603.19,3086.12,26138870,99.63,0.05,1.71,0.7,604.2,3085.12,26138871,99.9,0.02,0.77,0.46,603.49,3085.8,26138872,99.87,0.03,0.08,0.18,603.44,3085.84,26138873,99.9,0.01,0.02,0.15,603.45,3085.82,26138874,99.89,0.02,0.59,0.19,603.48,3085.78,26138875,99.81,0.01,0.01,0.33,604.15,3085.13,26138876,99.67,0.01,0.02,0.58,603.73,3085.54,26138877,99.85,0.01,0.01,0.14,603.43,3085.84,26138878,99.75,0.16,0.68,0.24,603.29,3085.83,26138879,88.74,0.01,0.01,0.69,669.9,3019.13,26138880,89.12,0.04,1.22,4.35,1100.16,2588.88,26138881,99.58,0,0,0.6,893.77,2795.29,26138882,99.9,0,0,0.17,598.82,3090.23,26138883,99.9,0,0,0.17,598.79,3090.26,26138884,99.91,0,0,0.18,598.75,3090.3,26138885,99.82,0,0,0.34,599.44,3089.62,26138886,99.74,0,0,0.57,600.4,3088.65,26138887,99.88,0,0,0.17,600.29,3088.76,26138888,99.91,0,0,0.18,600.27,3088.78,26138889,99.78,0,0,0.33,600.47,3088.55,26138890,99.79,0.04,1.36,0.44,599.06,3089.98,26138891,99.79,0.05,2.06,0.84,600.42,3088.6,26138892,99.9,0,0,0.23,600.55,3088.46,26138893,99.87,0,0,0.2,600.52,3088.49,26138894,99.87,0.01,0.01,0.22,600.48,3088.52,26138895,99.84,0,0,0.41,600.92,3088.12,26138896,99.73,0,0,0.58,601.3,3087.74,26138897,99.86,0,0,0.24,601.05,3087.98,26138898,99.86,0,0,0.2,600.72,3088.3,26138899,99.86,0.1,2.06,0.33,600.85,3088.17,26138900,99.77,0,0.02,0.46,563.41,3125.61,26138901,99.71,0.02,0.08,0.46,553.97,3135.05,26138902,99.9,0.09,1.65,0.48,554.37,3134.63,26138903,98.47,0.07,0.56,0.39,559.02,3129.95,26138904,80.07,0.07,0.28,4.63,1084.59,2604.33,26138905,81.3,0.04,0.83,4.87,1084.89,2604.03,26138906,99.6,0,0,0.58,835.67,2853.28,26138907,99.87,0,0.02,0.23,600.19,3088.75,26138908,99.88,0.01,0.17,0.27,600.22,3088.73,26138909,99.88,0,0,0.36,589.24,3099.76,26138910,99.82,0,0,0.41,545.19,3144.26,26138911,99.75,0,0,0.6,545.62,3143.83,26138912,99.88,0,0,0.16,545.86,3143.58,26138913,99.91,0,0,0.17,545.85,3143.6,26138914,99.89,0,0,0.18,545.94,3143.5,26138915,99.78,0,0,0.37,545.3,3144.18,26138916,99.93,0,0,0.18,545.25,3144.23,26138917,99.76,0,0,0.63,546.54,3142.93,26138918,99.92,0,0,0.2,546.19,3143.27,26138919,99.72,0,0,0.34,545.73,3143.72,26138920,99.84,0,0,0.35,544.01,3145.45,26138921,99.93,0,0,0.21,543.92,3145.53,26138922,99.77,0,0,0.57,545.25,3144.2,26138923,99.92,0,0,0.22,544.99,3144.45,26138924,99.92,0,0,0.16,544.96,3144.51,26138925,99.79,0,0,0.38,545.02,3144.48,26138926,99.9,0,0,0.18,544.99,3144.5,26138927,99.7,0,0,0.55,545.39,3144.1,26138928,99.91,0,0,0.18,544.71,3144.77,26138929,99.92,0,0,0.16,544.68,3144.8,26138930,99.85,0,0,0.34,543.46,3146.03,26138931,99.93,0,0,0.17,543.41,3146.08,26138932,99.8,0,0,0.54,544.54,3144.94,26138933,99.93,0,0,0.22,545.16,3144.32,26138934,99.91,0,0,0.18,545.24,3144.23,26138935,99.88,0,0,0.36,544.76,3144.73,26138936,99.9,0,0,0.18,544.73,3144.77,26138937,99.78,0,0,0.42,545.39,3144.1,26138938,99.93,0,0,0.31,545.4,3144.08,26138939,99.9,0,0,0.18,545.38,3144.1,26138940,99.78,0.01,0.25,0.36,544.23,3145.26,26138941,99.91,0.01,1.04,0.25,544.19,3145.29,26138942,99.78,0.01,0.88,0.52,544.71,3144.76,26138943,99.88,0,0,0.32,544.38,3145.08,26138944,99.85,0,0,0.17,544.36,3145.1,26138945,99.83,0,0,0.36,544.85,3144.63,26138946,99.88,0,0,0.19,544.83,3144.64,26138947,99.73,0,0,0.4,545.49,3143.98,26138948,99.92,0,0,0.28,544.01,3145.45,26138949,99.21,0,0,0.34,544.98,3144.46,26138950,99.84,0,0,0.34,544.96,3144.49,26138951,99.91,0,0,0.14,544.94,3144.51,26138952,99.89,0,0,0.15,544.92,3144.53,26138953,99.76,0,0,0.55,545.69,3143.76,26138954,99.9,0,0,0.14,545.11,3144.34,26138955,99.82,0,0,0.32,545.11,3144.36,26138956,99.91,0.01,0.02,0.19,545.14,3144.33,26138957,99.87,0,0,0.19,545.12,3144.34,26138958,99.78,0,0,0.54,545.57,3143.89,26138959,99.93,0,0,0.14,545.16,3144.3,26138960,99.84,0,0,0.31,544.53,3144.94,26138961,99.91,0,0.01,0.16,544.46,3145,26138962,99.9,0,0,0.18,544.43,3145.04,26138963,99.8,0,0.01,0.57,545.34,3144.11,26138964,99.94,0,0,0.15,545.34,3144.11,26138965,99.88,0,0,0.33,545.09,3144.38,26138966,99.93,0,0,0.14,545.19,3144.28,26138967,99.92,0,0.02,0.2,545.2,3144.26,26138968,99.8,0,0,0.51,545.52,3143.94,26138969,99.93,0,0,0.2,545.14,3144.31,26138970,99.85,0,0,0.36,545.37,3144.09,26138971,99.9,0,0,0.14,545.33,3144.13,26138972,99.95,0,0,0.16,545.39,3144.06,26138973,99.76,0,0,0.57,545.82,3143.63,26138974,99.93,0,0,0.14,545.44,3144,26138975,99.84,0,0,0.32,545.67,3143.79,26138976,99.94,0,0,0.14,545.65,3143.81,26138977,99.95,0,0,0.16,545.63,3143.83,26138978,99.81,0.01,0.01,0.58,545.84,3143.61,26138979,99.78,0,0,0.31,545.87,3143.56,26138980,99.82,0,0,0.3,545.39,3144.05,26138981,99.9,0,0,0.16,545.35,3144.09,26138982,99.93,0,0,0.14,545.33,3144.11,26138983,99.78,0,0,0.43,545.9,3143.53,26138984,99.93,0,0,0.28,545.6,3143.82,26138985,99.83,0,0,0.32,545.71,3143.72,26138986,99.93,0,0,0.17,545.68,3143.75,26138987,99.93,0,0,0.14,545.65,3143.78,26138988,99.93,0,0,0.15,545.63,3143.8,26138989,99.78,0,0,0.54,545.84,3143.58,26138990,99.8,0,0,0.36,544.93,3144.51,26138991,99.93,0,0,0.16,544.83,3144.6,26138992,99.92,0,0,0.15,544.81,3144.62,26138993,99.93,0,0,0.14,544.89,3144.53,26138994,99.79,0,0,0.57,545.7,3143.72,26138995,99.81,0,0,0.33,544.72,3144.72,26138996,99.92,0,0,0.14,544.71,3144.72,26138997,99.83,0,0,0.27,531.38,3158.52,26138998,99.82,0.01,0.01,0.43,532.84,3157,26138999,99.8,0,0,0.55,535.13,3154.68,26139000,99.79,0,0,0.33,534.84,3154.99,26139001,99.95,0,0,0.14,534.91,3154.91,26139002,99.93,0,0,0.2,534.97,3154.86,26139003,99.93,0,0,0.16,534.97,3154.87,26139004,99.79,0,0,0.55,535.58,3154.25,26139005,99.9,0,0,0.37,535.68,3154.16,26139006,99.92,0,0,0.13,535.66,3154.18,26139007,99.9,0,0,0.2,535.65,3154.19,26139008,99.94,0,0,0.16,535.64,3154.19,26139009,99.67,0,0,0.73,536.21,3153.6,26139010,99.9,0,0,0.35,535.63,3154.2,26139011,99.93,0,0.02,0.18,535.59,3154.23,26139012,99.9,0,0,0.17,535.57,3154.25,26139013,99.88,0,0,0.15,535.54,3154.27,26139014,99.78,0,0,0.43,535.89,3153.93,26139015,99.77,0,0,0.52,535.79,3154.05,26139016,99.93,0,0,0.16,535.94,3153.9,26139017,99.92,0,0,0.19,536.18,3153.65,26139018,99.92,0,0,0.16,536.16,3153.67,26139019,96.67,0.27,0.01,64.45,541.62,3148.56,26139020,97.91,0,0,195.46,543.43,3146.78,26139021,99.93,0,0,0.22,536.64,3153.18,26139022,99.93,0,0,0.14,536.61,3153.2,26139023,99.93,0,0,0.14,536.58,3153.23,26139024,99.88,0,0,0.16,536.58,3153.23,26139025,99.59,0,0,0.8,535.55,3154.3,26139026,99.93,0,0,0.16,534.89,3154.96,26139027,99.93,0,0,0.16,534.89,3154.96,26139028,99.92,0,0,0.18,534.86,3154.99,26139029,99.93,0,0,0.16,534.85,3154.99,26139030,99.68,0,0,0.79,535.48,3154.38,26139031,99.92,0,0,0.14,535.33,3154.53,26139032,99.92,0,0,0.14,535.47,3154.38,26139033,99.95,0,0,0.17,535.48,3154.36,26139034,99.88,0,0,0.14,535.47,3154.38,26139035,99.71,0,0,0.73,536.21,3153.65,26139036,99.93,0,0,0.15,535.96,3153.89,26139037,99.91,0,0,0.14,535.94,3153.91,26139038,99.94,0,0,0.17,535.92,3153.92,26139039,99.86,0,0,0.33,535.65,3154.17,26139040,99.73,0,0,0.71,536.16,3153.68,26139041,99.93,0,0,0.16,535.87,3153.96,26139042,99.93,0,0,0.17,535.87,3153.96,26139043,99.91,0,0,0.16,535.65,3154.17,26139044,99.95,0,0,0.16,535.34,3154.49,26139045,99.69,0,0,0.67,536.42,3153.43,26139046,99.93,0,0,0.2,535.84,3154.01,26139047,99.93,0,0,0.16,535.81,3154.03,26139048,99.95,0,0,0.14,535.8,3154.04,26139049,99.94,0,0,0.16,535.93,3153.9,26139050,99.7,0,0,0.73,536.45,3153.4,26139051,99.95,0,0,0.14,535.97,3153.88,26139052,99.94,0,0,0.14,535.96,3153.88,26139053,99.94,0,0,0.22,535.93,3153.91,26139054,99.94,0,0,0.15,535.92,3153.91,26139055,99.7,0,0,0.55,536.53,3153.32,26139056,99.89,0,0,0.37,535.93,3153.92,26139057,99.93,0,0,0.14,535.9,3153.95,26139058,99.93,0,0,0.16,535.89,3153.95,26139059,99.94,0,0,0.14,535.86,3153.98,26139060,99.86,0,0,0.32,536.12,3153.73,26139061,99.76,0,0.01,0.59,535.36,3154.48,26139062,99.93,0,0,0.14,534.83,3155.01,26139063,99.95,0,0,0.14,534.81,3155.02,26139064,99.93,0,0,0.15,534.89,3154.95,26139065,99.84,0,0,0.34,536.23,3153.62,26139066,99.78,0,0,0.58,536.59,3153.25,26139067,99.95,0,0,0.14,536.23,3153.61,26139068,99.93,0,0,0.15,536.2,3153.64,26139069,99.76,0,0,0.36,535.86,3153.96,26139070,99.82,0,0,0.37,535.25,3154.58,26139071,99.78,0,0,0.55,535.54,3154.28,26139072,99.93,0,0,0.14,535.16,3154.66,26139073,99.93,0,0,0.14,535.14,3154.68,26139074,99.91,0,0,0.17,535.11,3154.7,26139075,99.86,0,0,0.34,535.12,3154.71,26139076,99.8,0,0,0.54,535.46,3154.36,26139077,99.92,0,0,0.21,535.32,3154.5,26139078,99.95,0,0,0.15,535.33,3154.49,26139079,99.95,0,0,0.14,535.31,3154.5,26139080,99.86,0,0,0.33,535.48,3154.35,26139081,99.79,0,0,0.57,536.18,3153.65,26139082,99.92,0,0,0.15,535.49,3154.34,26139083,99.95,0,0,0.14,535.46,3154.36,26139084,99.91,0,0,0.17,535.45,3154.37,26139085,99.86,0,0,0.37,535.46,3154.37,26139086,99.8,0,0,0.59,535.77,3154.05,26139087,99.88,0,0,0.18,534.69,3155.13,26139088,98.78,0,0,0.17,534.68,3155.14,26139089,99.5,0,0,0.18,534.68,3155.14,26139090,99.8,0,0,0.32,534.91,3154.92,26139091,99.8,0,0,0.37,535.29,3154.54,26139092,99.94,0,0,0.36,535.39,3154.43,26139093,99.96,0,0,0.14,535.36,3154.45,26139094,99.93,0,0,0.16,535.35,3154.46,26139095,99.82,0,0,0.35,535.11,3154.72,26139096,99.79,0,0,0.33,535.44,3154.39,26139097,99.9,0,0,0.44,535.08,3154.74,26139098,99.94,0,0,0.18,535.19,3154.63,26139099,99.73,0,0,0.4,535.5,3154.29,26139100,99.88,0,0,0.36,535.5,3154.31,26139101,99.95,0,0,0.18,535.46,3154.34,26139102,99.78,0,0,0.58,535.82,3153.99,26139103,99.87,0,0,0.16,535.34,3154.47,26139104,99.9,0,0,0.18,535.17,3154.64,26139105,99.8,0,0,0.33,535.23,3154.6,26139106,99.93,0,0,0.15,535.16,3154.66,26139107,99.77,0,0,0.61,536.02,3153.8,26139108,99.92,0,0,0.18,535.39,3154.42,26139109,99.92,0,0,0.18,535.36,3154.45,26139110,99.83,0,0,0.34,534.9,3154.93,26139111,99.9,0,0,0.14,534.88,3154.95,26139112,99.77,0,0,0.52,535.33,3154.49,26139113,99.92,0,0,0.2,535.08,3154.73,26139114,99.93,0,0,0.18,535.08,3154.73,26139115,99.83,0,0,0.35,534.83,3154.99,26139116,99.92,0,0,0.15,534.82,3155.01,26139117,99.78,0,0,0.53,535.44,3154.38,26139118,99.92,0,0,0.23,535.23,3154.59,26139119,99.94,0,0,0.14,535.2,3154.61,26139120,99.83,0,0,0.34,535.22,3154.6,26139121,99.92,0,0,0.16,535.19,3154.63,26139122,99.8,0,0,0.41,535.54,3154.28,26139123,99.93,0,0,0.29,535.18,3154.64,26139124,99.93,0,0,0.14,535.16,3154.65,26139125,99.9,0,0,0.34,535.64,3154.18,26139126,99.92,0,0,0.16,535.65,3154.18,26139127,99.8,0,0,0.39,536.04,3153.78,26139128,99.94,0,0,0.3,535.85,3153.96,26139129,99.84,0,0,0.3,535.6,3154.19,26139130,99.84,0,0,0.32,535.59,3154.22,26139131,99.91,0,0,0.17,535.55,3154.25,26139132,99.8,0,0,0.3,536.06,3153.74,26139133,99.92,0,0,0.39,535.46,3154.34,26139134,99.93,0,0,0.15,535.45,3154.34,26139135,99.84,0,0,0.32,535.71,3154.1,26139136,99.94,0,0,0.14,535.67,3154.13,26139137,99.92,0,0,0.21,535.67,3154.13,26139138,99.76,0,0,0.56,535.5,3154.29,26139139,99.96,0,0,0.16,534.63,3155.16,26139140,99.89,0,0,0.34,535.11,3154.69,26139141,99.92,0,0,0.16,535.12,3154.68,26139142,99.95,0,0,0.14,535.11,3154.69,26139143,99.8,0,0,0.56,536.07,3153.72,26139144,99.93,0,0,0.17,535.81,3153.98,26139145,99.83,0,0,0.38,534.6,3155.2,26139146,99.91,0,0,0.13,534.56,3155.24,26139147,99.9,0,0,0.16,534.57,3155.22,26139148,99.8,0,0,0.61,535.19,3154.6,26139149,99.93,0,0,0.16,534.94,3154.84,26139150,99.76,0,0,0.38,534.05,3155.75,26139151,99.93,0,0,0.14,533.94,3155.85,26139152,99.91,0,0,0.14,533.92,3155.87,26139153,99.79,0,0,0.5,534.51,3155.27,26139154,99.9,0,0,0.2,534.64,3155.14,26139155,99.8,0,0,0.33,533.46,3156.34,26139156,99.94,0,0,0.16,533.39,3156.41,26139157,99.95,0,0,0.14,533.39,3156.41,26139158,99.8,0,0,0.4,534.08,3155.7,26139159,99.88,0,0,0.46,535.55,3154.21,26139160,99.9,0,0,0.33,535.82,3153.98,26139161,99.91,0,0,0.14,535.8,3154,26139162,99.93,0,0,0.16,535.78,3154.01,26139163,99.72,0,0,0.43,536.18,3153.6,26139164,99.94,0,0,0.31,535.69,3154.12,26139165,99.87,0,0,0.36,535.71,3154.13,26139166,99.91,0,0,0.14,535.7,3154.13,26139167,99.92,0,0,0.14,535.67,3154.16,26139168,99.81,0,0,0.31,536.01,3153.81,26139169,99.9,0,0,0.39,536.26,3153.56,26139170,99.87,0,0,0.35,536.14,3153.7,26139171,99.93,0,0,0.16,536.13,3153.7,26139172,99.91,0,0,0.15,536.13,3153.7,26139173,99.95,0,0,0.16,536.11,3153.71,26139174,99.74,0,0,0.6,536.34,3153.46,26139175,99.85,0,0,0.36,535.61,3154.21,26139176,99.93,0,0,0.14,535.58,3154.24,26139177,99.92,0,0,0.16,535.56,3154.25,26139178,99.88,0,0,0.15,535.53,3154.28,26139179,99.71,0,0,0.58,536.11,3153.69,26139180,99.34,0,0,11.39,535.48,3155.06,26139181,99.83,0,0,0.18,535.48,3155.13,26139182,99.86,0,0,0.19,535.47,3155.15,26139183,99.85,0,0,0.18,535.44,3155.17,26139184,99.74,0,0,0.56,536.28,3154.33,26139185,99.73,0.01,0.03,0.39,536.13,3154.5,26139186,99.91,0,0,0.22,536.08,3154.54,26139187,99.96,0,0,0.15,536.05,3154.57,26139188,99.95,0,0,0.14,536.04,3154.57,26139189,99.7,0,0,0.55,536.58,3154.03,26139190,99.75,0,0,0.43,536.45,3154.18,26139191,99.85,0,0,0.15,536.46,3154.16,26139192,99.75,0,0,0.15,536.46,3154.17,26139193,99.88,0,0,0.16,536.42,3154.2,26139194,99.74,0,0,0.41,536.78,3153.84,26139195,99.77,0,0,0.47,536.2,3154.43,26139196,99.9,0,0,0.15,536.16,3154.47,26139197,99.86,0,0,0.18,536.15,3154.47,26139198,99.83,0,0,0.16,536.14,3154.48,26139199,99.77,0,0,0.41,536.54,3154.08,26139200,99.83,0,0,0.45,536.15,3154.49,26139201,99.83,0,0,0.16,536.1,3154.53,26139202,99.83,0,0,0.16,536.09,3154.54,26139203,99.85,0,0,0.14,536.08,3154.54,26139204,99.84,0,0,0.16,536.05,3154.57,26139205,99.6,0,0,0.8,536.9,3153.73,26139206,99.84,0,0,0.18,536.39,3154.24,26139207,99.85,0,0,0.15,536.46,3154.16,26139208,99.87,0,0,0.15,536.45,3154.16,26139209,99.84,0,0,0.15,536.42,3154.19,26139210,99.62,0,0,0.71,536.78,3153.85,26139211,99.88,0,0,0.14,536.43,3154.2,26139212,99.84,0,0,0.17,536.42,3154.2,26139213,99.86,0,0,0.16,536.39,3154.23,26139214,99.85,0,0,0.14,536.38,3154.23,26139215,99.6,0,0,0.73,536.74,3153.89,26139216,99.82,0,0,0.14,536.37,3154.26,26139217,99.85,0,0,0.17,536.36,3154.26,26139218,99.83,0,0,0.14,536.33,3154.29,26139219,99.74,0,0,0.31,536.32,3154.3,26139220,99.64,0,0,0.8,536.18,3154.44,26139221,99.84,0,0,0.13,535.55,3155.07,26139222,99.84,0,0,0.17,535.54,3155.08,26139223,99.8,0,0,0.17,535.57,3155.04,26139224,99.83,0,0,0.18,535.43,3155.17,26139225,99.65,0,0,0.69,536.16,3154.47,26139226,99.82,0,0,0.18,535.68,3154.94,26139227,99.84,0,0,0.18,535.65,3154.97,26139228,99.87,0,0,0.16,535.64,3154.97,26139229,99.86,0,0,0.14,535.64,3154.97,26139230,99.67,0,0,0.82,536.16,3154.46,26139231,99.83,0,0,0.21,535.62,3155,26139232,99.85,0,0,0.21,535.62,3155,26139233,99.83,0,0,0.2,535.58,3155.03,26139234,99.86,0,0,0.18,535.57,3155.04,26139235,99.66,0,0,0.75,536.11,3154.52,26139236,99.84,0,0,0.15,535.56,3155.06,26139237,99.86,0,0,0.18,535.55,3155.07,26139238,99.84,0,0,0.16,535.54,3155.07,26139239,99.87,0,0,0.16,535.62,3154.99,26139240,99.77,0,0,0.38,535.94,3154.68,26139241,99.7,0,0,0.61,536.33,3154.28,26139242,99.85,0,0,0.14,535.67,3154.94,26139243,99.86,0,0,0.16,535.66,3154.95,26139244,99.86,0,0,0.16,535.63,3154.97,26139245,99.77,0,0,0.34,536.12,3154.5,26139246,99.68,0,0,0.59,536.39,3154.22,26139247,99.83,0,0,0.15,535.82,3154.79,26139248,99.83,0,0,0.14,535.81,3154.79,26139249,99.76,0,0,0.33,535.56,3155.02,26139250,99.72,0,0,0.32,534.58,3156.01,26139251,99.71,0,0,0.54,535.68,3154.91,26139252,99.83,0,0,0.19,535.75,3154.83,26139253,99.85,0,0,0.16,535.73,3154.84,26139254,99.85,0,0,0.17,535.9,3154.67,26139255,99.8,0,0,0.3,535.9,3154.68,26139256,99.68,0,0,0.49,536.24,3154.34,26139257,99.83,0,0,0.34,535.89,3154.69,26139258,99.85,0,0,0.16,535.86,3154.72,26139259,99.86,0,0,0.15,535.85,3154.72,26139260,99.82,0,0,0.27,535.87,3154.72,26139261,99.7,0,0,0.56,536.12,3154.47,26139262,99.85,0,0,0.14,535.58,3155,26139263,99.84,0.02,0,0.15,535.5,3155.07,26139264,99.85,0,0,0.14,535.48,3155.09,26139265,99.7,0,0,0.3,535.01,3155.57,26139266,99.7,0,0,0.57,535.74,3154.84,26139267,99.86,0,0,0.16,535.89,3154.69,26139268,99.84,0,0.01,0.18,535.86,3154.71,26139269,99.86,0,0,0.15,535.85,3154.72,26139270,99.74,0,0,0.27,534.87,3155.71,26139271,99.54,0,0,0.42,535.3,3155.28,26139272,99.88,0,0,0.3,535.58,3155,26139273,99.87,0,0,0.14,535.54,3155.03,26139274,99.81,0,0,0.14,535.54,3155.03,26139275,99.76,0,0,0.28,535.78,3154.8,26139276,99.84,0,0,0.16,535.76,3154.81,26139277,99.73,0,0,0.62,536.1,3154.46,26139278,99.83,0,0,0.15,535.74,3154.82,26139279,99.73,0,0,0.39,535.74,3154.79,26139280,99.74,0,0,0.27,535.98,3154.57,26139281,99.85,0,0,0.16,536.16,3154.39,26139282,99.73,0,0,0.57,535.91,3154.64,26139283,99.81,0,0,0.18,535.14,3155.4,26139284,99.8,0,0,0.16,535.63,3154.91,26139285,99.73,0,0,0.27,535.65,3154.91,26139286,99.83,0,0,0.16,535.61,3154.94,26139287,99.69,0,0,0.55,536.26,3154.29,26139288,99.85,0,0,0.19,536.07,3154.47,26139289,99.81,0,0,0.18,536.06,3154.48,26139290,99.74,0,0,0.3,536.05,3154.5,26139291,99.83,0,0,0.13,536.04,3154.51,26139292,99.71,0,0,0.56,536.23,3154.31,26139293,99.83,0,0,0.14,535.75,3154.78,26139294,99.82,0,0,0.15,535.74,3154.79,26139295,99.8,0,0,0.28,536,3154.55,26139296,99.86,0,0,0.14,536.13,3154.42,26139297,99.72,0,0,0.57,536.51,3154.03,26139298,99.83,0,0,0.15,536.15,3154.39,26139299,99.83,0,0,0.14,536.12,3154.41,26139300,99.77,0,0,0.32,536.13,3154.42,26139301,99.82,0,0,0.16,536.11,3154.44,26139302,99.71,0,0,0.52,536.81,3153.73,26139303,99.86,0,0,0.21,535.82,3154.72,26139304,99.81,0,0,0.14,535.81,3154.73,26139305,99.79,0,0,0.32,536.07,3154.47,26139306,99.82,0,0,0.13,536.06,3154.48,26139307,99.71,0,0,0.39,536.71,3153.84,26139308,99.82,0,0,0.32,536.02,3154.51,26139309,99.73,0,0,0.36,536.03,3154.48,26139310,99.76,0,0,0.34,535.77,3154.76,26139311,99.85,0,0,0.15,535.76,3154.77,26139312,99.8,0,0,0.14,535.75,3154.77,26139313,99.7,0,0,0.58,536.48,3154.03,26139314,99.84,0,0,0.18,535.9,3154.61,26139315,99.77,0,0,0.27,536.15,3154.37,26139316,99.81,0,0,0.19,536.13,3154.39,26139317,99.83,0,0,0.27,536.09,3154.42,26139318,99.69,0,0,0.57,536.44,3154.07,26139319,99.86,0,0,0.17,536.07,3154.43,26139320,99.75,0,0,0.27,536.07,3154.45,26139321,99.8,0,0,0.17,536.06,3154.46,26139322,99.82,0,0,0.14,536.03,3154.48,26139323,99.71,0,0,0.54,536.37,3154.14,26139324,99.81,0,0,0.15,536.02,3154.49,26139325,99.8,0,0,0.27,536.25,3154.27,26139326,99.85,0,0,0.14,536.24,3154.27,26139327,99.83,0,0,0.16,536.24,3154.27,26139328,99.63,0,0,0.54,536.65,3153.86,26139329,99.83,0,0,0.15,536.39,3154.12,26139330,99.69,0,0,0.26,535.75,3154.77,26139331,99.82,0,0,0.16,535.66,3154.86,26139332,99.78,0,0,0.14,535.63,3154.89,26139333,99.7,0,0,0.5,536.07,3154.44,26139334,99.83,0,0,0.19,535.83,3154.67,26139335,99.69,0,0,0.27,536.09,3154.43,26139336,99.84,0,0,0.14,536.07,3154.45,26139337,99.74,0,0,0.16,536.06,3154.46,26139338,99.65,0,0,0.54,536.45,3154.06,26139339,99.63,0,0,0.32,536,3154.48,26139340,99.75,0,0,0.25,536.26,3154.24,26139341,99.8,0,0,0.16,536.25,3154.24,26139342,99.83,0,0,0.14,536.22,3154.27,26139343,99.66,0,0,0.44,536.71,3153.77,26139344,99.86,0,0,0.29,535.94,3154.55,26139345,99.78,0,0,0.27,536.13,3154.38,26139346,99.81,0,0,0.16,536.11,3154.4,26139347,99.8,0,0,0.15,536.1,3154.4,26139348,99.83,0,0,0.15,536.09,3154.4,26139349,99.67,0,0,0.57,536.62,3153.87,26139350,99.8,0,0,0.32,536.32,3154.19,26139351,99.84,0,0,0.18,536.32,3154.19,26139352,99.83,0,0,0.19,536.29,3154.21,26139353,99.82,0,0,0.16,536.28,3154.22,26139354,99.67,0,0,0.54,536.6,3153.89,26139355,99.76,0,0,0.33,536.26,3154.25,26139356,99.83,0,0,0.14,536.23,3154.27,26139357,99.87,0,0,0.14,536.22,3154.28,26139358,99.8,0,0,0.16,536.21,3154.28,26139359,99.68,0,0,0.55,536.72,3153.77,26139360,99.73,0,0,0.31,535.24,3155.27,26139361,99.85,0,0,0.18,535.36,3155.14,26139362,99.84,0,0,0.18,535.36,3155.13,26139363,99.85,0,0,0.18,535.35,3155.14,26139364,99.72,0,0,0.61,535.99,3154.5,26139365,99.83,0,0,0.33,536.58,3153.93,26139366,99.86,0,0,0.18,536.56,3153.94,26139367,99.91,0,0,0.16,536.28,3154.22,26139368,99.89,0,0,0.17,535.51,3154.99,26139369,99.61,0,0,0.8,535.57,3154.92,26139370,99.84,0,0,0.29,534.52,3155.99,26139371,99.9,0,0,0.18,534.5,3156,26139372,99.91,0,0,0.16,534.48,3156.02,26139373,99.91,0,0,0.18,534.46,3156.04,26139374,99.7,0,0,0.58,535.26,3155.23,26139375,99.8,0.01,0.03,0.31,535.18,3155.33,26139376,99.92,0,0,0.16,534.99,3155.51,26139377,99.94,0,0,0.21,534.96,3155.54,26139378,99.94,0,0,0.16,534.95,3155.54,26139379,99.81,0,0,0.43,535.45,3155.04,26139380,99.86,0,0,0.42,535.38,3155.13,26139381,99.94,0,0,0.17,535.39,3155.11,26139382,99.94,0,0,0.19,535.37,3155.12,26139383,99.92,0,0,0.18,535.36,3155.15,26139384,99.91,0,0,0.15,535.35,3155.16,26139385,94.58,0.29,0.01,259.44,550.59,3139.97,26139386,99.93,0,0,0.2,537.96,3152.53,26139387,99.9,0,0,0.14,537.95,3152.53,26139388,99.9,0,0,0.15,537.95,3152.53,26139389,99.91,0,0,0.14,537.91,3152.56,26139390,99.71,0,0,0.71,536.24,3154.29,26139391,99.92,0,0,0.15,535.03,3155.51,26139392,99.92,0,0,0.16,534.81,3155.72,26139393,99.95,0,0,0.14,534.74,3155.79,26139394,99.91,0,0,0.15,534.74,3155.79,26139395,99.74,0,0,0.68,535.71,3154.86,26139396,99.89,0,0,0.14,535.46,3155.13,26139397,99.91,0,0,0.16,535.43,3155.16,26139398,99.95,0,0,0.14,535.42,3155.16,26139399,99.76,0,0,0.31,535.89,3154.66,26139400,99.71,0,0,0.75,535.99,3154.58,26139401,99.89,0,0,0.17,535.36,3155.21,26139402,99.9,0,0,0.14,535.35,3155.21,26139403,99.92,0,0,0.19,535.38,3155.18,26139404,99.93,0,0,0.16,535.56,3155,26139405,99.73,0,0,0.57,535.82,3154.76,26139406,99.9,0,0,0.28,535.3,3155.27,26139407,99.91,0,0,0.16,535.29,3155.27,26139408,99.92,0,0,0.14,535.27,3155.29,26139409,99.89,0,0,0.15,535.25,3155.3,26139410,99.66,0,0,0.52,536.02,3154.56,26139411,99.93,0,0,0.3,535.24,3155.34,26139412,99.92,0,0,0.14,535.23,3155.34,26139413,99.9,0,0,0.14,535.2,3155.36,26139414,99.9,0,0,0.15,535.19,3155.37,26139415,99.68,0,0,0.43,536.39,3154.18,26139416,99.91,0,0,0.44,535.84,3154.74,26139417,99.92,0,0,0.17,535.85,3154.72,26139418,99.93,0,0,0.14,535.82,3154.75,26139419,99.93,0,0,0.16,535.81,3154.75,26139420,99.81,0,0,0.28,535.11,3155.47,26139421,99.76,0,0,0.54,535.92,3154.66,26139422,99.92,0,0,0.15,535.3,3155.27,26139423,99.88,0,0,0.16,535.29,3155.27,26139424,99.9,0,0,0.14,535.26,3155.3,26139425,99.83,0,0,0.26,535.28,3155.3,26139426,99.8,0,0,0.59,535.62,3154.96,26139427,99.93,0,0,0.16,534.99,3155.59,26139428,99.88,0,0,0.15,534.98,3155.62,26139429,99.8,0,0,0.33,535.68,3154.9,26139430,99.75,0,0,0.29,535.94,3154.65,26139431,99.78,0,0,0.56,536.37,3154.21,26139432,99.88,0,0,0.14,535.91,3154.67,26139433,97.96,0,0,0.16,536.08,3154.5,26139434,99.77,0,0,0.14,536.09,3154.5,26139435,99.86,0,0,0.26,536.08,3154.53,26139436,99.78,0,0,0.58,536.51,3154.09,26139437,99.9,0,0,0.2,536.31,3154.29,26139438,99.93,0,0,0.14,536.28,3154.31,26139439,99.92,0,0,0.17,536.27,3154.32,26139440,99.86,0,0,0.25,536.02,3154.59,26139441,99.77,0,0,0.43,536.31,3154.29,26139442,99.94,0,0,0.31,535.76,3154.84,26139443,99.9,0,0,0.14,535.73,3154.87,26139444,99.94,0,0,0.14,535.72,3154.88,26139445,99.87,0,0,0.27,534.51,3156.1,26139446,99.81,0,0,0.39,534.87,3155.73,26139447,99.96,0,0,0.27,535.45,3155.15,26139448,99.91,0,0,0.16,535.43,3155.17,26139449,99.95,0,0,0.14,535.44,3155.15,26139450,99.85,0,0,0.27,536.1,3154.51,26139451,99.75,0,0,0.43,536.44,3154.17,26139452,99.9,0,0,0.28,536.06,3154.54,26139453,99.92,0,0,0.14,536.05,3154.54,26139454,99.94,0,0,0.15,536.02,3154.57,26139455,99.87,0,0,0.28,536.03,3154.57,26139456,99.96,0,0,0.13,536.03,3154.57,26139457,99.78,0,0,0.56,536.38,3154.21,26139458,99.94,0,0,0.14,535.99,3154.59,26139459,99.81,0,0,0.4,535.98,3154.58,26139460,99.85,0,0,0.27,535.99,3154.59,26139461,99.95,0,0,0.16,535.96,3154.62,26139462,99.78,0,0,0.55,536.68,3153.9,26139463,99.9,0,0,0.17,535.83,3154.75,26139464,99.93,0,0,0.16,535.42,3155.14,26139465,99.83,0,0,0.27,536.17,3154.41,26139466,99.92,0,0,0.25,535.98,3154.61,26139467,99.81,0,0,0.63,536.44,3154.13,26139468,99.95,0,0,0.2,535.94,3154.63,26139469,99.92,0,0,0.15,536.07,3154.5,26139470,99.83,0,0,0.26,535.87,3154.71,26139471,99.87,0,0,0.14,535.81,3154.79,26139472,99.81,0,0,0.44,536.43,3154.2,26139473,99.93,0,0,0.29,536.04,3154.59,26139474,99.93,0,0,0.14,536.01,3154.61,26139475,99.87,0,0,0.29,536.03,3154.61,26139476,99.93,0,0,0.19,536.02,3154.61,26139477,99.8,0,0,0.54,536.31,3154.31,26139478,99.93,0,0,0.16,535.25,3155.38,26139479,99.94,0,0,0.15,535.24,3155.38,26139480,99.79,0,0,0.26,534.76,3155.88,26139481,99.86,0,0,0.14,534.73,3155.9,26139482,99.79,0,0,0.33,535.13,3155.5,26139483,99.92,0,0,0.39,536.43,3154.2,26139484,99.93,0,0,0.15,536.41,3154.21,26139485,99.87,0,0,0.29,536.17,3154.47,26139486,99.94,0,0,0.14,536.3,3154.33,26139487,99.77,0,0,0.31,536.66,3153.97,26139488,99.93,0,0,0.38,536.29,3154.33,26139489,99.89,0,0,0.32,536.54,3154.06,26139490,99.86,0,0,0.27,536.53,3154.08,26139491,99.93,0,0,0.16,536.52,3154.09,26139492,99.91,0,0,0.15,536.5,3154.11,26139493,99.75,0,0,0.54,536.62,3153.98,26139494,98.59,0,0,0.15,536.23,3154.37,26139495,99.84,0,0,0.25,536.47,3154.15,26139496,99.93,0,0,0.14,536.46,3154.15,26139497,99.91,0,0,0.2,536.43,3154.17,26139498,99.81,0,0,0.58,536.83,3153.77,26139499,99.94,0,0,0.14,536.17,3154.43,26139500,99.81,0,0,0.27,535.44,3155.17,26139501,99.92,0,0,0.15,535.54,3155.07,26139502,99.9,0,0,0.15,535.56,3155.04,26139503,99.79,0,0,0.5,536.54,3154.06,26139504,99.9,0,0,0.2,536.51,3154.09,26139505,99.6,0,0,0.29,535.35,3155.26,26139506,95.45,22.51,0.03,163.22,544.96,3131.42,26139507,99.89,0,0,0.17,537.92,3130.28,26139508,99.73,0,0,0.56,538.63,3129.56,26139509,99.92,0,0,0.18,538.88,3129.3,26139510,99.76,0,0,0.3,538.18,3130.02,26139511,99.88,0,0,0.2,536.98,3131.25,26139512,98.49,0,0,0.15,536.46,3131.79,26139513,99.79,0,0,0.55,536.81,3131.44,26139514,99.95,0,0,0.15,536.42,3131.82,26139515,99.83,0,0,0.27,535.97,3132.29,26139516,99.94,0,0,0.16,535.94,3132.32,26139517,99.94,0,0,0.14,535.91,3132.34,26139518,99.78,0,0,0.55,536.19,3132.06,26139519,99.89,0,0,0.3,535.4,3132.85,26139520,99.9,0,0,0.27,535.64,3132.62,26139521,99.93,0,0,0.15,535.64,3132.62,26139522,99.93,0,0,0.16,535.61,3132.64,26139523,99.78,0,0,0.33,535.87,3132.37,26139524,99.9,0,0,0.43,535.72,3132.52,26139525,99.84,0,0,0.27,534.81,3133.45,26139526,99.93,0,0,0.15,534.78,3133.48,26139527,99.94,0,0,0.14,534.78,3133.48,26139528,99.95,0,0,0.16,534.77,3133.48,26139529,99.72,0,0,0.55,535.61,3132.63,26139530,99.85,0,0,0.26,535.48,3132.78,26139531,99.93,0,0,0.15,535.46,3132.8,26139532,99.91,0,0,0.14,535.45,3132.8,26139533,99.9,0,0,0.15,535.42,3132.83,26139534,99.78,0,0,0.55,536.09,3132.16,26139535,99.83,0,0,0.27,534.71,3133.55,26139536,99.87,0,0,0.15,534.65,3133.6,26139537,99.9,0,0,0.16,534.65,3133.6,26139538,99.9,0,0,0.15,534.65,3133.6,26139539,99.74,0,0,0.55,535.63,3132.61,26139540,99.78,0,0,0.26,534.41,3133.85,26139541,99.93,0,0,0.15,534.53,3133.72,26139542,99.93,0,0,0.16,534.53,3133.72,26139543,99.9,0,0,0.14,534.52,3133.72,26139544,99.78,0,0,0.55,535.48,3132.76,26139545,99.81,0,0,0.29,535.8,3132.46,26139546,99.93,0,0,0.14,535.73,3132.52,26139547,99.92,0,0,0.16,535.72,3132.54,26139548,99.93,0,0,0.14,535.69,3132.55,26139549,99.66,0,0,0.67,536.13,3132.09,26139550,99.86,0,0,0.37,535.7,3132.53,26139551,99.91,0,0,0.15,535.67,3132.55,26139552,99.95,0,0,0.16,535.67,3132.55,26139553,99.92,0,0,0.15,535.65,3132.57,26139554,99.73,0,0,0.52,536.16,3132.08,26139555,99.84,0,0,0.33,535.88,3132.37,26139556,99.9,0,0,0.14,535.89,3132.36,26139557,99.95,0,0,0.21,535.62,3132.62,26139558,99.92,0,0,0.14,535.61,3132.63,26139559,99.87,0,0,0.15,535.78,3132.45,26139560,99.71,0,0,0.66,536.55,3131.7,26139561,99.92,0,0,0.16,536.05,3132.2,26139562,99.92,0,0,0.14,536.04,3132.2,26139563,99.93,0,0,0.16,536.01,3132.23,26139564,99.92,0,0,0.14,536,3132.23,26139565,98.42,0,0,15.83,539.07,3129.79,26139566,99.91,0,0,0.2,535.75,3132.54,26139567,99.93,0,0,0.14,535.74,3132.54,26139568,99.91,0,0,0.15,535.71,3132.57,26139569,99.89,0,0,0.16,535.7,3132.57,26139570,99.73,0,0,0.65,536.3,3131.99,26139571,99.93,0,0,0.16,535.93,3132.36,26139572,99.92,0,0,0.14,535.93,3132.36,26139573,99.93,0,0,0.16,535.9,3132.4,26139574,99.91,0,0,0.14,535.89,3132.4,26139575,99.72,0,0,0.72,536.15,3132.16,26139576,99.9,0,0,0.14,535.81,3132.49,26139577,99.92,0.01,0.02,0.13,535.79,3132.51,26139578,99.91,0,0,0.2,535.65,3132.64,26139579,99.86,0,0,0.3,536.1,3132.17,26139580,99.73,0,0,0.7,536.28,3132.01,26139581,99.93,0,0,0.16,535.81,3132.48,26139582,99.93,0,0,0.14,535.78,3132.5,26139583,99.92,0,0,0.2,535.73,3132.54,26139584,99.91,0,0,0.14,535.5,3132.77,26139585,99.64,0,0,0.53,536.63,3131.66,26139586,99.93,0,0,0.31,535.99,3132.29,26139587,99.89,0,0,0.15,535.97,3132.31,26139588,99.88,0,0,0.15,535.95,3132.32,26139589,99.9,0,0,0.16,535.94,3132.33,26139590,95.08,0,0,9.21,545.91,3119.54,26139591,97.2,0,0,113.49,544.62,3139.34,26139592,99.91,0,0,0.16,538.6,3151.32,26139593,99.89,0,0,0.14,538.59,3151.32,26139594,99.9,0,0,0.14,538.59,3151.32,26139595,99.7,0,0,0.55,538.8,3151.13,26139596,99.92,0,0,0.32,536.36,3153.6,26139597,99.95,0,0,0.16,536.07,3153.89,26139598,99.91,0,0,0.14,536.06,3153.89,26139599,99.92,0,0,0.15,536.03,3153.92,26139600,99.77,0,0,0.28,535.34,3154.63,26139601,99.77,0,0,0.57,536.82,3153.15,26139602,99.89,0,0,0.14,536.5,3153.46,26139603,99.9,0,0,0.16,536.49,3153.46,26139604,99.86,0,0,0.15,536.47,3153.48,26139605,99.88,0,0,0.3,536,3153.97,26139606,99.78,0,0,0.56,536.14,3153.83,26139607,99.95,0,0,0.14,535.72,3154.24,26139608,99.93,0,0,0.15,535.7,3154.26,26139609,99.83,0,0,0.34,536.18,3153.79,26139610,99.86,0,0,0.32,536.2,3153.78,26139611,99.79,0,0,0.57,536.69,3153.28,26139612,99.9,0,0,0.14,535.92,3154.05,26139613,99.94,0,0,0.18,536.04,3153.92,26139614,99.93,0,0,0.15,536.07,3153.91,26139615,99.9,0,0,0.28,536.3,3153.7,26139616,99.76,0,0,0.6,536.15,3153.84,26139617,99.91,0,0,0.22,535.06,3154.93,26139618,99.92,0,0,0.16,535.03,3154.96,26139619,99.93,0,0,0.16,535.02,3154.96,26139620,99.89,0,0,0.29,535.51,3154.49,26139621,99.8,0,0,0.58,535.98,3154.01,26139622,99.92,0,0,0.15,535.98,3154.01,26139623,99.93,0,0,0.14,535.95,3154.05,26139624,99.94,0,0,0.15,535.95,3154.05,26139625,99.88,0,0,0.31,536.21,3153.8,26139626,99.79,0,0,0.57,536.39,3153.62,26139627,99.91,0,0,0.14,535.67,3154.33,26139628,99.94,0,0,0.15,535.67,3154.33,26139629,99.9,0,0,0.14,535.64,3154.36,26139630,99.78,0,0,0.31,535.81,3154.21,26139631,99.79,0,0,0.41,536.23,3153.78,26139632,99.88,0,0,0.31,536.29,3153.71,26139633,98.12,0,0,0.15,536.28,3153.71,26139634,99.92,0,0,0.17,536.25,3153.74,26139635,99.88,0,0,0.31,535.79,3154.22,26139636,99.9,0,0,0.16,535.77,3154.24,26139637,99.78,0,0,0.54,536.57,3153.43,26139638,99.93,0,0,0.15,536.22,3153.78,26139639,99.77,0,0,0.3,536.2,3153.77,26139640,99.82,0,0,0.29,536.5,3153.49,26139641,99.95,0,0,0.14,536.4,3153.58,26139642,99.79,0,0,0.62,536.56,3153.42,26139643,99.89,0,0,0.23,536.11,3153.86,26139644,99.9,0,0,0.2,535.86,3154.11,26139645,99.81,0,0,0.3,535.32,3154.67,26139646,99.9,0,0,0.16,535.24,3154.74,26139647,99.78,0,0,0.62,536.54,3153.44,26139648,99.89,0,0,0.15,536.43,3153.55,26139649,99.94,0,0,0.15,536.42,3153.55,26139650,99.88,0,0,0.28,536.66,3153.32,26139651,99.92,0,0,0.18,536.64,3153.34,26139652,99.8,0,0,0.51,536.58,3153.4,26139653,99.89,0,0,0.19,535.38,3154.59,26139654,99.88,0,0,0.15,535.36,3154.6,26139655,99.83,0,0,0.29,536.21,3153.77,26139656,99.93,0,0,0.15,536.29,3153.69,26139657,99.79,0,0,0.57,536.29,3153.69,26139658,99.92,0,0,0.14,535.03,3154.94,26139659,99.93,0,0,0.15,535,3154.96,26139660,99.86,0,0,0.25,536.23,3153.76,26139661,99.92,0,0,0.16,536.24,3153.74,26139662,99.8,0,0,0.54,536.59,3153.39,26139663,99.95,0,0,0.15,536.21,3153.77,26139664,99.92,0,0,0.15,536.2,3153.77,26139665,99.84,0,0,0.26,536.21,3153.77,26139666,99.9,0,0,0.16,536.18,3153.8,26139667,99.78,0,0,0.3,536.45,3153.53,26139668,99.93,0,0,0.4,535.43,3154.54,26139669,99.85,0,0,0.3,535.74,3154.21,26139670,99.88,0,0,0.35,535.41,3154.55,26139671,99.9,0,0,0.14,535.54,3154.41,26139672,99.9,0,0,0.17,535.55,3154.4,26139673,99.72,0,0,0.57,536.21,3153.74,26139674,99.92,0,0,0.16,535.52,3154.43,26139675,99.82,0,0,0.28,534.8,3155.16,26139676,99.91,0,0,0.14,534.76,3155.2,26139677,99.9,0,0,0.19,535,3154.96,26139678,99.76,0,0,0.58,536.26,3153.68,26139679,99.95,0,0,0.15,535.95,3153.99,26139680,99.82,0,0,0.26,536.05,3153.91,26139681,99.93,0,0,0.14,535.95,3154.01,26139682,99.94,0,0,0.16,535.92,3154.03,26139683,99.43,0,0,0.63,536.27,3153.68,26139684,99.93,0,0,0.2,535.64,3154.3,26139685,99.84,0,0,0.27,535.42,3154.54,26139686,99.92,0,0,0.16,535.4,3154.55,26139687,99.9,0,0,0.14,535.41,3154.55,26139688,99.75,0,0,0.64,536.1,3153.84,26139689,99.89,0,0,0.18,536.04,3153.92,26139690,99.82,0,0,0.32,534.85,3155.13,26139691,99.9,0,0,0.18,534.79,3155.18,26139692,99.93,0,0,0.18,534.79,3155.19,26139693,99.78,0,0,0.44,535.52,3154.44,26139694,99.92,0,0,0.32,535.73,3154.23,26139695,99.83,0,0,0.27,535.72,3154.26,26139696,99.91,0,0,0.16,535.71,3154.26,26139697,99.92,0,0,0.14,535.69,3154.28,26139698,99.77,0,0,0.51,536.04,3153.93,26139699,99.8,0,0,0.34,535.66,3154.28,26139700,99.82,0,0,0.26,535.65,3154.31,26139701,99.93,0,0,0.16,535.64,3154.31,26139702,99.94,0,0,0.14,535.62,3154.32,26139703,99.76,0,0,0.32,536.48,3153.46,26139704,99.93,0,0,0.39,536.03,3153.91,26139705,99.88,0,0,0.27,536.05,3153.91,26139706,99.89,0,0,0.14,536.02,3153.93,26139707,99.91,0,0,0.17,536.01,3153.94,26139708,99.9,0,0,0.14,536.01,3153.94,26139709,99.78,0,0,0.59,536.4,3153.54,26139710,99.76,0,0,0.31,535.74,3154.21,26139711,99.93,0,0,0.13,535.73,3154.21,26139712,99.94,0,0,0.14,535.73,3154.21,26139713,99.93,0,0,0.16,535.7,3154.24,26139714,99.8,0,0,0.55,535.98,3153.95,26139715,99.81,0,0,0.32,536.17,3153.78,26139716,99.93,0,0,0.21,536.16,3153.79,26139717,99.9,0,0,0.18,536.12,3153.82,26139718,99.89,0,0,0.16,536.12,3153.82,26139719,99.79,0,0,0.62,535.96,3153.97,26139720,99.83,0,0,0.28,535.14,3154.8,26139721,99.92,0,0,0.13,535.04,3154.9,26139722,99.91,0,0,0.16,535.01,3154.92,26139723,99.93,0,0,0.14,535.01,3154.92,26139724,99.73,0,0,0.52,535.65,3154.28,26139725,99.78,0,0,0.32,535.49,3154.45,26139726,99.87,0,0,0.15,535.48,3154.46,26139727,99.89,0,0,0.14,535.45,3154.48,26139728,99.9,0,0,0.16,535.44,3154.49,26139729,99.6,0,0,0.68,535.6,3154.31,26139730,99.84,0,0,0.32,534.69,3155.23,26139731,99.85,0,0,0.17,534.67,3155.25,26139732,99.9,0,0,0.14,534.67,3155.25,26139733,99.93,0,0,0.15,534.64,3155.27,26139734,99.79,0,0,0.4,535.21,3154.7,26139735,98.47,0,0,0.41,536.12,3153.81,26139736,99.9,0,0,0.14,536.09,3153.83,26139737,99.9,0,0,0.19,535.95,3153.97,26139738,99.91,0,0,0.14,536.01,3153.9,26139739,99.72,0,0,0.32,536.35,3153.55,26139740,99.88,0,0,0.5,536.25,3153.68,26139741,99.83,0,0,0.12,536.23,3153.69,26139742,99.88,0,0,0.17,536.21,3153.71,26139743,99.88,0,0,0.14,536.18,3153.73,26139744,99.85,0,0,0.15,536.16,3153.74,26139745,99.7,0,0,0.68,536.89,3153.03,26139746,99.82,0,0,0.16,536.15,3153.77,26139747,99.87,0,0,0.14,536.14,3153.77,26139748,99.83,0,0.01,0.18,536.09,3153.82,26139749,99.86,0,0,0.15,536.11,3153.79,26139750,94.71,0.3,0.01,259.44,549.88,3140.17,26139751,99.83,0,0,0.24,537.47,3152.46,26139752,99.9,0,0,0.15,537.45,3152.48,26139753,99.9,0,0,0.14,537.44,3152.48,26139754,99.8,0,0,0.18,537.41,3152.51,26139755,99.69,0,0,0.74,537.2,3152.76,26139756,99.88,0,0,0.15,536.02,3153.96,26139757,99.9,0,0,0.17,535.99,3153.98,26139758,99.9,0,0,0.14,535.99,3153.98,26139759,99.78,0,0,0.32,535.72,3154.23,26139760,99.61,0,0,0.54,536.47,3153.5,26139761,99.9,0,0,0.27,536.21,3153.75,26139762,99.84,0,0,0.15,536.18,3153.78,26139763,99.87,0,0,0.15,536.15,3153.81,26139764,99.79,0,0,0.18,535.68,3154.28,26139765,99.68,0,0,0.67,536.17,3153.8,26139766,99.84,0,0,0.22,534.58,3155.38,26139767,99.83,0,0,0.14,534.58,3155.38,26139768,99.87,0,0,0.16,534.57,3155.38,26139769,99.82,0,0,0.15,534.55,3155.4,26139770,99.65,0,0,0.71,536.69,3153.27,26139771,99.83,0,0,0.13,536.26,3153.69,26139772,99.81,0,0,0.16,536.23,3153.72,26139773,99.85,0,0,0.15,536.22,3153.72,26139774,99.86,0,0,0.14,536.22,3153.72,26139775,99.56,0,0.01,0.48,535.95,3154.01,26139776,99.85,0,0,0.38,535.92,3154.03,26139777,99.82,0,0,0.16,535.92,3154.03,26139778,99.83,0,0,0.15,535.89,3154.06,26139779,99.84,0,0,0.14,535.94,3154.01,26139780,99.73,0,0,0.28,536.57,3153.39,26139781,99.66,0,0,0.59,536.46,3153.5,26139782,99.82,0,0,0.14,536.04,3153.91,26139783,99.86,0,0,0.15,536.04,3153.91,26139784,99.83,0,0,0.14,536.01,3153.93,26139785,99.8,0,0,0.28,536.02,3153.94,26139786,99.73,0,0,0.56,535.52,3154.44,26139787,99.85,0,0.01,0.17,534.77,3155.19,26139788,99.86,0,0,0.14,534.75,3155.2,26139789,99.79,0,0,0.31,536.44,3153.49,26139790,99.78,0,0,0.31,536.2,3153.74,26139791,99.71,0,0,0.4,536.68,3153.26,26139792,99.84,0,0,0.3,536.4,3153.53,26139793,99.83,0,0,0.15,536.4,3153.53,26139794,99.83,0,0,0.14,536.38,3153.55,26139795,99.72,0,0,0.29,535.9,3154.04,26139796,97.99,0,0,0.58,536.57,3153.37,26139797,99.79,0.01,0.75,0.26,536.36,3153.57,26139798,99.82,0,0.27,0.14,536.17,3153.75,26139799,99.83,0,0,0.14,536.14,3153.78,26139800,99.78,0,0,0.28,535.89,3154.04,26139801,99.65,0,0,0.6,536.13,3153.79,26139802,99.86,0,0,0.14,535.66,3154.26,26139803,99.81,0,0,0.15,535.81,3154.13,26139804,99.85,0.01,0.91,0.21,535.68,3154.24,26139805,99.78,0,0,0.29,536.9,3153.04,26139806,99.71,0,0,0.53,537.19,3152.75,26139807,99.84,0,0,0.25,536.63,3153.3,26139808,99.83,0.02,0.34,0.24,536.65,3153.27,26139809,99.84,0,0,0.17,536.65,3153.27,26139810,99.73,0,0,0.3,536.72,3153.22,26139811,99.69,0,0,0.32,537,3152.93,26139812,98.96,0,0,0.4,536.14,3153.79,26139813,99.81,0,0,0.14,536.13,3153.79,26139814,99.85,0,0,0.14,536.1,3153.82,26139815,99.71,0,0,0.28,536.59,3153.35,26139816,99.84,0,0,0.16,536.63,3153.31,26139817,99.7,0,0,0.61,536.72,3153.21,26139818,99.85,0,0,0.14,535.79,3154.13,26139819,99.8,0,0,0.39,536.81,3153.09,26139820,99.75,0,0,0.29,534.63,3155.29,26139821,99.83,0,0,0.16,534.55,3155.37,26139822,99.7,0,0,0.55,535.71,3154.2,26139823,99.81,0,0,0.15,535.26,3154.64,26139824,99.83,0,0,0.2,535.73,3154.18,26139825,99.75,0,0,0.29,535.97,3153.97,26139826,99.83,0,0,0.16,535.96,3153.97,26139827,99.66,0,0,0.55,536.07,3153.86,26139828,99.82,0,0,0.15,535.18,3154.74,26139829,99.81,0,0,0.14,535.16,3154.76,26139830,99.81,0,0,0.27,534.68,3155.25,26139831,99.85,0,0,0.16,534.8,3155.14,26139832,99.7,0,0,0.53,535.58,3154.35,26139833,99.79,0,0,0.23,535.55,3154.38,26139834,99.83,0.05,1.27,0.14,535.52,3154.4,26139835,99.8,0,0,0.39,536.04,3153.88,26139836,99.84,0,0,0.17,536.05,3153.88,26139837,99.7,0,0,0.4,536.37,3153.55,26139838,99.84,0,0,0.3,536.01,3153.91,26139839,99.8,0,0,0.15,536,3153.91,26139840,99.76,0,0,0.28,536.23,3153.69,26139841,99.83,0,0,0.14,536.23,3153.69,26139842,99.71,0.02,1.53,0.55,536.63,3153.28,26139843,99.84,0,0.26,0.25,536.18,3153.73,26139844,99.84,0,0,0.16,536.15,3153.75,26139845,99.79,0,0,0.29,536.14,3153.78,26139846,99.84,0,0,0.16,536.13,3153.79,26139847,99.76,0,0,0.3,536.44,3153.47,26139848,99.83,0,0,0.43,534.86,3155.05,26139849,99.76,0,0,0.33,535.83,3154.05,26139850,99.76,0,0,0.27,535.05,3154.85,26139851,99.84,0,0,0.16,535.02,3154.88,26139852,99.84,0,0,0.14,535.01,3154.88,26139853,99.71,0,0,0.56,536.76,3153.12,26139854,99.8,0,0,0.17,536.2,3153.68,26139855,99.75,0,0,0.29,536.2,3153.7,26139856,99.14,0,0,0.16,536.19,3153.71,26139857,99.83,0,0,0.18,535.93,3153.96,26139858,99.69,0,0,0.55,536.46,3153.42,26139859,99.82,0,0.02,0.16,535.88,3154,26139860,99.73,0,0,0.32,536.18,3153.72,26139861,99.81,0,0,0.16,536.09,3153.8,26139862,99.81,0,0,0.14,536.23,3153.67,26139863,99.71,0,0,0.54,536.71,3153.19,26139864,99.85,0,0,0.15,536.27,3153.63,26139865,99.78,0,0,0.28,536.02,3153.89,26139866,99.83,0,0,0.16,536,3153.91,26139867,99.84,0,0,0.14,536,3153.91,26139868,99.7,0,0,0.52,536.09,3153.81,26139869,99.83,0,0,0.22,535.22,3154.68,26139870,99.71,0,0,0.27,535.47,3154.43,26139871,99.85,0,0,0.14,535.45,3154.46,26139872,99.84,0,0,0.16,535.44,3154.46,26139873,99.67,0,0,0.57,535.78,3154.11,26139874,99.83,0,0,0.14,535.42,3154.48,26139875,99.79,0,0,0.33,536.14,3153.77,26139876,99.85,0,0,0.18,536.15,3153.75,26139877,99.84,0,0,0.18,536.12,3153.78,26139878,99.7,0,0,0.58,536.5,3153.4,26139879,99.78,0,0,0.45,536.35,3153.52,26139880,99.78,0,0,0.36,535.96,3153.93,26139881,99.84,0,0,0.18,536.02,3153.86,26139882,99.83,0,0,0.18,536.02,3153.86,26139883,99.75,0.02,0.06,0.25,539.25,3150.54,26139884,99.68,0,0,0.58,544.53,3145.17,26139885,99.76,0,0,0.29,543.94,3145.78,26139886,99.83,0,0,0.14,543.9,3145.81,26139887,99.83,0,0,0.16,543.86,3145.85,26139888,99.85,0,0,0.14,543.84,3145.86,26139889,99.61,0,0,0.6,545.21,3144.49,26139890,99.79,0,0,0.3,544.33,3145.39,26139891,99.84,0,0,0.14,544.37,3145.35,26139892,99.83,0,0,0.16,544.45,3145.26,26139893,99.81,0,0,0.14,544.42,3145.28,26139894,99.71,0,0,0.56,544.59,3145.11,26139895,99.76,0,0,0.34,544.39,3145.33,26139896,99.83,0,0,0.18,544.36,3145.37,26139897,99.86,0,0,0.21,544.33,3145.4,26139898,99.86,0,0,0.18,544.3,3145.42,26139899,99.73,0,0,0.45,545.06,3144.65,26139900,99.73,0,0,0.45,544.46,3145.27,26139901,99.8,0,0,0.19,544.43,3145.3,26139902,99.83,0,0,0.18,544.4,3145.32,26139903,99.83,0,0,0.18,544.38,3145.34,26139904,99.7,0,0,0.59,545.11,3144.61,26139905,99.76,0,0,0.34,544.36,3145.38,26139906,99.85,0,0,0.18,544.33,3145.4,26139907,99.83,0,0,0.18,544.31,3145.42,26139908,99.84,0,0,0.18,544.28,3145.44,26139909,99.59,0,0,0.59,544.94,3144.76,26139910,99.76,0,0,0.45,544.42,3145.29,26139911,99.85,0,0,0.18,544.39,3145.32,26139912,99.85,0,0,0.18,544.36,3145.34,26139913,99.83,0.05,1.88,0.27,544.4,3145.29,26139914,99.84,0,0,0.18,544.42,3145.29,26139915,99.57,0.09,3.51,0.77,543.71,3146.01,26139916,99.87,0,0.17,0.23,543.06,3146.64,26139917,99.84,0,0,0.2,542.78,3146.92,26139918,99.85,0,0,0.14,542.84,3146.85,26139919,99.85,0,0,0.15,542.94,3146.75,26139920,99.63,0,0,0.75,544.81,3144.89,26139921,99.9,0,0,0.16,544.63,3145.07,26139922,99.9,0,0,0.13,544.61,3145.09,26139923,99.9,0,0,0.16,544.59,3145.1,26139924,99.87,0,0,0.14,544.57,3145.12,26139925,99.73,0,0,0.75,544.76,3144.94,26139926,99.93,0,0,0.12,544.3,3145.41,26139927,99.91,0,0,0.17,544.32,3145.37,26139928,99.92,0,0,0.16,544.42,3145.27,26139929,99.93,0,0,0.17,544.39,3145.29,26139930,99.76,0,0,0.68,544.99,3144.71,26139931,99.91,0,0,0.16,544.37,3145.33,26139932,99.91,0,0,0.14,544.35,3145.35,26139933,99.93,0,0,0.14,544.33,3145.36,26139934,99.94,0,0,0.15,544.31,3145.38,26139935,99.7,0,0,0.7,544.16,3145.55,26139936,99.51,0,0,0.15,544.27,3145.43,26139937,99.95,0,0,0.14,544.27,3145.43,26139938,99.92,0,0,0.17,544.33,3145.36,26139939,99.76,0,0,0.3,544.66,3145,26139940,99.65,0,0,0.7,545,3144.68,26139941,99.9,0,0,0.14,544.62,3145.06,26139942,99.94,0,0,0.15,544.59,3145.08,26139943,99.9,0.01,0.01,0.16,544.56,3145.11,26139944,99.91,0,0,0.17,544.28,3145.38,26139945,99.7,0,0,0.85,545.47,3144.21,26139946,99.9,0,0,0.14,544.84,3144.84,26139947,99.95,0,0,0.15,544.91,3144.77,26139948,99.9,0,0,0.2,544.88,3144.79,26139949,99.91,0,0,0.16,544.86,3144.8,26139950,99.8,0,0,0.29,544.64,3145.04,26139951,99.76,0,0,0.63,544.31,3145.4,26139952,99.93,0,0,0.16,543.8,3145.91,26139953,99.91,0,0.01,0.16,543.79,3145.92,26139954,99.91,0,0,0.16,543.92,3145.78,26139955,99.86,0,0,0.29,543.93,3145.79,26139956,99.73,0,0,0.57,544.83,3144.89,26139957,99.9,0,0,0.14,544.6,3145.11,26139958,99.93,0,0,0.16,544.58,3145.13,26139959,99.91,0,0,0.15,544.56,3145.14,26139960,99.82,0,0,0.36,545.03,3144.69,26139961,99.78,0,0,0.54,545.05,3144.66,26139962,99.94,0,0,0.18,544.5,3145.2,26139963,99.93,0,0,0.16,544.55,3145.15,26139964,99.93,0,0,0.16,544.64,3145.06,26139965,99.86,0,0,0.37,544.64,3145.07,26139966,99.79,0,0,0.59,545.12,3144.58,26139967,99.93,0,0,0.18,544.84,3144.86,26139968,99.9,0,0,0.18,544.18,3145.52,26139969,99.82,0,0,0.36,543.79,3145.88,26139970,99.88,0,0,0.32,543.79,3145.9,26139971,99.78,0,0,0.44,544.23,3145.45,26139972,99.91,0,0,0.3,543.97,3145.7,26139973,99.92,0,0,0.14,544.1,3145.58,26139974,99.91,0,0,0.14,544.12,3145.55,26139975,99.85,0,0,0.28,544.12,3145.57,26139976,99.8,0,0,0.55,544.46,3145.22,26139977,99.88,0,0,0.19,543.83,3145.85,26139978,99.9,0,0,0.14,543.8,3145.87,26139979,99.89,0,0,0.15,543.78,3145.89,26139980,99.83,0,0,0.27,543.78,3145.9,26139981,99.78,0,0,0.41,544.51,3145.16,26139982,99.93,0,0,0.32,544.23,3145.44,26139983,99.94,0,0,0.14,544.29,3145.37,26139984,99.94,0,0,0.16,544.39,3145.27,26139985,99.83,0,0,0.29,542.94,3146.74,26139986,99.93,0,0,0.19,542.88,3146.79,26139987,99.8,0,0,0.55,543.04,3146.63,26139988,99.95,0.01,0.14,0.17,542.36,3147.3,26139989,99.93,0,0,0.18,542.39,3147.27,26139990,99.83,0,0,0.36,543.44,3146.23,26139991,99.95,0,0,0.13,543.34,3146.33,26139992,99.8,0.01,0,0.61,544.08,3145.58,26139993,99.93,0,0,0.16,543.55,3146.11,26139994,99.94,0.01,0,0.16,543.54,3146.12,26139995,99.84,0,0,0.32,544.05,3145.62,26139996,99.91,0,0,0.16,544.12,3145.54,26139997,96.27,0,0,0.63,544.62,3145.03,26139998,99.92,0,0,0.18,544.07,3145.58,26139999,99.81,0,0,0.32,544.52,3145.1,26140000,99.82,0,0,0.32,544.07,3145.58,26140001,99.94,0,0,0.18,544.03,3145.62,26140002,99.8,0,0,0.59,544.37,3145.27,26140003,99.91,0.01,0.01,0.18,543.98,3145.65,26140004,99.92,0,0,0.23,543.48,3146.15,26140005,99.87,0,0,0.36,543.86,3145.78,26140006,99.92,0,0,0.17,543.87,3145.77,26140007,99.82,0,0,0.63,544.3,3145.35,26140008,99.91,0,0,0.19,544.55,3145.09,26140009,99.94,0,0,0.19,544.53,3145.11,26140010,99.9,0,0,0.36,544.28,3145.37,26140011,99.94,0,0,0.14,544.34,3145.31,26140012,99.79,0,0,0.63,544.65,3145,26140013,99.93,0,0,0.17,544.27,3145.37,26140014,99.91,0.04,1.41,0.34,544.26,3145.38,26140015,99.88,0,0.01,0.39,544.51,3145.13,26140016,99.95,0,0,0.18,544.61,3145.05,26140017,99.79,0.01,0.16,0.54,544.78,3144.87,26140018,99.93,0.01,0.22,0.42,543.49,3146.15,26140019,99.86,0.01,0.01,0.38,546.46,3143.06,26140020,99.82,0,0,0.32,547.99,3141.51,26140021,99.81,0.08,0.32,0.38,548.42,3141.07,26140022,99.54,0.62,13.81,0.51,549.7,3139.74,26140023,99.16,2.19,71.58,1.41,551.52,3137.91,26140024,99.49,0.9,23.59,0.94,551.19,3138.24,26140025,99.3,1.71,57.3,0.68,551.24,3138.2,26140026,99.89,0.01,0.03,0.25,551.2,3138.23,26140027,99.9,0.02,0.03,0.23,551.17,3138.27,26140028,99.79,0,0,0.59,551.2,3138.22,26140029,99.82,0.02,0.03,0.41,551.13,3138.27,26140030,99.83,0.03,0.05,0.54,551.18,3138.26,26140031,99.93,0,0.01,0.21,550.87,3138.57,26140032,99.92,0.02,0.02,0.24,550.92,3138.53,26140033,99.77,0.03,0.04,0.7,551.93,3137.52,26140034,99.9,0.1,0.22,0.45,551.43,3138.02,26140035,80.88,0.02,0.06,4.58,753.8,2935.66,26140036,99.85,0.01,0.2,0.51,1064.21,2625.08,26140037,99.78,0,0.01,0.22,560.63,3128.65,26140038,99.76,0.06,1.13,0.6,551.75,3137.52,26140039,99.9,0,0.01,0.21,551.47,3137.78,26140040,99.82,0,0,0.37,551.77,3137.5,26140041,99.92,0.03,1.28,0.31,551.65,3137.62,26140042,99.9,0,0.02,0.22,551.62,3137.64,26140043,99.78,0.02,0.72,0.68,551.6,3137.64,26140044,99.9,0.01,0.03,0.19,549.89,3139.35,26140045,99.79,0,0,0.32,550.7,3138.56,26140046,99.9,0,0.02,0.2,550.75,3138.51,26140047,99.96,0,0,0.18,550.69,3138.56,26140048,99.78,0,0,0.43,551.03,3138.22,26140049,99.92,0.01,0,0.3,550.64,3138.61,26140050,99.81,0,0,0.27,551.1,3138.16,26140051,99.95,0,0,0.16,551.22,3138.04,26140052,99.93,0.01,0.01,0.2,551.39,3137.86,26140053,99.93,0,0,0.14,551.42,3137.82,26140054,99.78,0.1,0.01,0.7,552.49,3136.76,26140055,99.88,0.1,0.01,0.43,552.19,3137.07,26140056,99.92,0,0,0.16,552.14,3137.12,26140057,99.93,0.05,0,0.23,552.22,3137.03,26140058,99.95,0,0,0.14,552.23,3137.02,26140059,99.7,0,0,0.72,552.58,3136.65,26140060,99.79,0,0,0.3,551.25,3138,26140061,99.94,0,0,0.14,551.2,3138.04,26140062,99.95,0,0,0.14,551.19,3138.05,26140063,99.89,0.01,0.01,0.15,551.27,3137.96,26140064,99.77,0,0,0.64,552.46,3136.8,26140065,99.86,0,0,0.29,551.46,3137.82,26140066,99.93,0.01,0.01,0.25,551.57,3137.7,26140067,99.9,0.05,0.01,0.29,551.66,3137.57,26140068,99.9,0.01,0.05,0.21,551.68,3137.55,26140069,99.81,0,0,0.62,552.3,3136.91,26140070,99.83,0.05,0,0.35,552.14,3137.08,26140071,99.95,0,0,0.13,552.16,3137.06,26140072,99.95,0,0,0.14,552.13,3137.09,26140073,99.94,0,0,0.16,552.1,3137.11,26140074,99.82,0,0,0.4,552.26,3136.95,26140075,99.83,0.05,0,0.57,550.45,3138.77,26140076,99.88,0.05,0,0.2,550.5,3138.72,26140077,99.95,0.05,0,0.23,550.51,3138.7,26140078,99.91,0.05,0.01,0.22,550.44,3138.76,26140079,99.77,0.05,0.01,0.39,550.93,3138.27,26140080,99.76,0,0,0.54,551.4,3137.81,26140081,99.95,0,0,0.16,551.34,3137.86,26140082,99.94,0,0,0.14,551.32,3137.88,26140083,99.93,0,0,0.16,551.48,3137.72,26140084,99.8,0,0,0.32,551.89,3137.3,26140085,99.8,0,0,0.53,552.45,3136.76,26140086,99.93,0,0,0.15,552.42,3136.78,26140087,99.95,0,0,0.17,552.4,3136.79,26140088,99.94,0.01,0,0.14,552.35,3136.83,26140089,99.87,0.01,0,0.32,552.13,3137.04,26140090,99.73,0,0,0.7,552.23,3136.95,26140091,99.9,0.01,0.02,0.14,551.85,3137.32,26140092,99.91,0,0.01,0.16,551.92,3137.25,26140093,99.9,0,0.01,0.14,551.88,3137.29,26140094,99.94,0,0,0.14,551.83,3137.33,26140095,99.72,0.01,0,0.72,552.94,3136.23,26140096,99.93,0,0,0.16,552.08,3137.09,26140097,99.93,0,0,0.18,552.06,3137.11,26140098,99.95,0,0,0.15,552.19,3136.97,26140099,99.95,0,0,0.14,552.18,3136.97,26140100,99.7,0,0,0.68,553.1,3136.08,26140101,99.94,0,0,0.14,552.41,3136.76,26140102,99.93,0,0,0.17,552.39,3136.78,26140103,99.95,0,0,0.14,552.36,3136.8,26140104,99.95,0.01,0,0.15,552.36,3136.8,26140105,99.65,0.01,0.02,0.66,552.01,3137.16,26140106,99.91,0.01,0.02,0.2,551.88,3137.29,26140107,99.93,0,0.01,0.16,551.89,3137.28,26140108,99.92,0,0,0.15,551.87,3137.29,26140109,99.95,0,0,0.14,551.84,3137.32,26140110,94.91,0.38,0.01,78.59,565.76,3123.78,26140111,99.59,0,0,181.71,554.72,3134.34,26140112,99.91,0,0,0.16,554.69,3134.37,26140113,99.94,0,0,0.16,554.66,3134.4,26140114,99.94,0,0,0.14,554.65,3134.41,26140115,99.73,0,0,0.46,554.87,3134.19,26140116,99.9,0,0,0.44,552.68,3136.4,26140117,99.93,0,0,0.16,552.84,3136.23,26140118,99.93,0,0,0.14,552.82,3136.25,26140119,99.89,0,0,0.28,552.02,3137.02,26140120,99.72,0,0,0.46,552.14,3136.92,26140121,99.93,0,0,0.36,551.3,3137.79,26140122,99.91,0,0,0.16,551.27,3137.82,26140123,99.91,0.01,0.01,0.14,551.23,3137.85,26140124,99.88,0,0,0.3,551.5,3137.58,26140125,99.89,0,0,0.29,551.62,3137.48,26140126,99.77,0,0,0.72,552.55,3136.54,26140127,99.94,0,0,0.14,551.81,3137.28,26140128,99.93,0,0,0.16,551.77,3137.32,26140129,99.9,0,0,0.14,551.74,3137.34,26140130,99.9,0,0,0.3,551.49,3137.6,26140131,99.79,0,0,0.73,551.61,3137.48,26140132,99.93,0,0,0.14,550.84,3138.24,26140133,99.94,0,0,0.16,550.86,3138.22,26140134,99.95,0,0,0.14,550.83,3138.25,26140135,99.88,0,0,0.29,551.07,3138.03,26140136,99.81,0,0,0.55,552.14,3136.95,26140137,99.9,0.01,0.01,0.18,551.75,3137.34,26140138,99.93,0,0.01,0.2,551.86,3137.22,26140139,99.93,0,0,0.13,551.81,3137.27,26140140,99.78,0,0,0.28,552.04,3137.05,26140141,99.8,0,0.01,0.57,552.27,3136.82,26140142,99.92,0,0,0.15,551.73,3137.36,26140143,99.93,0,0,0.14,551.85,3137.23,26140144,99.95,0,0,0.15,551.85,3137.22,26140145,99.86,0,0,0.29,551.6,3137.49,26140146,99.75,0,0,0.51,551.93,3137.16,26140147,99.93,0,0,0.21,551.54,3137.55,26140148,99.91,0,0,0.14,551.52,3137.56,26140149,99.84,0,0,0.28,551.99,3137.07,26140150,99.85,0,0,0.28,551,3138.07,26140151,99.78,0,0,0.42,551.6,3137.47,26140152,99.93,0,0,0.29,552.1,3136.96,26140153,99.95,0,0,0.16,552.07,3136.99,26140154,99.92,0,0,0.14,552.04,3137.02,26140155,99.86,0,0,0.29,551.8,3137.27,26140156,99.78,0.01,0.01,0.35,552.12,3136.95,26140157,99.92,0,0,0.42,551.96,3137.11,26140158,99.94,0.02,0.01,0.21,552.01,3137.03,26140159,99.94,0.05,0,0.23,552,3137.04,26140160,99.84,0.06,0.01,0.37,551.81,3137.26,26140161,99.91,0,0,0.18,551.98,3137.08,26140162,99.78,0.04,0,0.59,552.33,3136.73,26140163,99.91,0.01,0.03,0.17,552.03,3137.03,26140164,99.94,0,0.01,0.14,551.9,3137.16,26140165,99.84,0,0,0.36,552.08,3137,26140166,99.95,0,0,0.14,552.04,3137.03,26140167,99.75,0,0,0.56,552.62,3136.46,26140168,99.9,0,0,0.17,551.99,3137.08,26140169,99.95,0,0,0.15,551.96,3137.1,26140170,99.85,0,0,0.3,551.71,3137.37,26140171,99.91,0,0,0.14,551.68,3137.4,26140172,99.78,0.01,0.07,0.57,552.44,3136.63,26140173,99.9,0,0.05,0.27,552.5,3136.57,26140174,99.95,0,0,0.16,552.46,3136.61,26140175,99.85,0.01,0.35,0.39,552.1,3136.98,26140176,99.93,0,0,0.18,552.06,3137.01,26140177,99.8,0,0,0.59,552.39,3136.68,26140178,98.46,0,0,0.16,551.99,3137.07,26140179,99.84,0.03,0,0.32,552.22,3136.82,26140180,99.88,0,0,0.33,552.36,3136.7,26140181,99.94,0,0,0.12,552.31,3136.74,26140182,99.78,0,0,0.61,552.54,3136.51,26140183,99.94,0.01,0.01,0.14,552.01,3137.03,26140184,99.93,0,0,0.19,551.55,3137.48,26140185,99.86,0,0,0.29,551.72,3137.33,26140186,99.93,0,0,0.14,551.69,3137.36,26140187,99.8,0,0,0.61,552.12,3136.92,26140188,99.94,0,0,0.14,552.23,3136.8,26140189,99.93,0,0,0.14,552.27,3136.76,26140190,99.9,0,0,0.28,552.03,3137.02,26140191,99.93,0,0,0.17,551.98,3137.06,26140192,99.83,0,0,0.29,552.65,3136.39,26140193,99.91,0,0,0.39,552.17,3136.86,26140194,99.93,0,0,0.14,552.15,3136.88,26140195,99.85,0,0,0.3,552.26,3136.79,26140196,99.93,0,0,0.14,552.33,3136.71,26140197,99.92,0,0,0.14,552.3,3136.74,26140198,99.8,0,0,0.57,552.63,3136.41,26140199,99.92,0,0,0.14,552.24,3136.78,26140200,99.74,0,0,0.31,552.28,3136.76,26140201,99.93,0,0,0.14,552.22,3136.82,26140202,99.93,0,0,0.14,552.19,3136.85,26140203,99.82,0,0,0.58,552.53,3136.51,26140204,99.93,0,0,0.14,552.31,3136.72,26140205,99.81,0,0,0.29,551.61,3137.43,26140206,99.93,0,0,0.16,551.55,3137.49,26140207,99.92,0.01,0.01,0.15,551.51,3137.53,26140208,99.78,0,0,0.55,552.18,3136.85,26140209,99.88,0,0,0.27,552.54,3136.47,26140210,99.87,0,0,0.34,552.31,3136.72,26140211,99.93,0,0,0.15,552.27,3136.75,26140212,99.93,0,0,0.13,552.25,3136.77,26140213,99.79,0,0,0.58,552.58,3136.45,26140214,99.9,0,0,0.16,552.18,3136.86,26140215,99.89,0,0,0.29,552.43,3136.63,26140216,99.94,0,0,0.16,552.49,3136.57,26140217,99.9,0,0,0.17,552.56,3136.49,26140218,99.8,0,0,0.55,553.31,3135.74,26140219,99.88,0,0,0.16,552.51,3136.54,26140220,99.86,0,0,0.33,552.5,3136.56,26140221,99.92,0,0,0.16,552.47,3136.58,26140222,99.89,0,0,0.14,552.44,3136.61,26140223,99.76,0,0,0.59,552.85,3136.2,26140224,99.91,0,0,0.17,551.96,3137.08,26140225,99.86,0,0,0.32,552.55,3136.51,26140226,99.92,0,0,0.14,552.53,3136.52,26140227,99.94,0,0,0.18,552.5,3136.55,26140228,99.94,0,0,0.18,552.47,3136.58,26140229,99.8,0,0.01,0.59,552.77,3136.27,26140230,99.86,0.01,0.01,0.3,552.28,3136.78,26140231,99.92,0,0,0.23,551.7,3137.37,26140232,99.91,0,0.02,0.2,549.67,3139.45,26140233,99.95,0,0,0.17,549.65,3139.46,26140234,99.78,0,0,0.59,550.39,3138.73,26140235,99.78,0,0,0.31,550.05,3139.09,26140236,99.93,0,0,0.16,550.02,3139.11,26140237,99.94,0,0,0.16,549.99,3139.14,26140238,99.93,0,0,0.17,549.96,3139.16,26140239,98.69,0,0,0.71,550.69,3138.4,26140240,99.8,0.02,0,0.33,549.98,3139.14,26140241,99.94,0,0,0.18,550.07,3139.04,26140242,99.93,0,0,0.18,550.04,3139.07,26140243,99.93,0.01,0.01,0.17,550,3139.1,26140244,99.78,0,0,0.6,550.3,3138.79,26140245,99.83,0.04,0.01,0.36,549.94,3139.18,26140246,99.94,0,0,0.18,550.02,3139.09,26140247,99.93,0.02,0.01,0.23,549.97,3139.14,26140248,99.92,0.06,0.01,0.29,549.96,3139.14,26140249,99.81,0.04,0,0.67,550.46,3138.63,26140250,99.87,0,0,0.31,549.91,3139.2,26140251,99.92,0,0,0.19,550.08,3139.04,26140252,99.91,0,0,0.16,550.05,3139.06,26140253,99.95,0,0,0.17,550.01,3139.09,26140254,99.79,0,0,0.52,550.42,3138.68,26140255,99.88,0,0,0.36,550.24,3138.88,26140256,99.93,0,0,0.14,550.21,3138.91,26140257,99.9,0,0,0.14,550.18,3138.92,26140258,99.93,0,0,0.15,550.16,3138.95,26140259,99.8,0,0,0.57,550.16,3138.94,26140260,99.85,0,0,0.28,550.29,3138.82,26140261,99.91,0,0,0.14,550.29,3138.83,26140262,99.91,0.02,0,0.21,550.21,3138.9,26140263,99.89,0.02,0,0.19,550.2,3138.9,26140264,99.75,0.06,0.01,0.54,550.54,3138.56,26140265,99.88,0.02,0,0.51,550.25,3138.86,26140266,99.94,0,0,0.17,550.29,3138.82,26140267,99.94,0,0,0.16,550.27,3138.84,26140268,99.93,0,0,0.15,550.24,3138.86,26140269,99.86,0,0,0.27,549.31,3139.76,26140270,99.71,0,0,0.66,550.17,3138.93,26140271,99.92,0,0,0.16,549.43,3139.66,26140272,99.92,0,0,0.14,549.48,3139.61,26140273,99.92,0.02,0,0.2,549.51,3139.57,26140274,99.88,0.1,3.23,0.32,549.46,3139.62,26140275,99.73,0.02,0.01,0.91,549.03,3140.05,26140276,99.92,0.02,0,0.19,548.47,3140.62,26140277,99.93,0,0,0.2,548.72,3140.35,26140278,99.93,0,0,0.14,548.69,3140.38,26140279,99.93,0,0,0.15,548.67,3140.39,26140280,99.68,0,0,0.67,549.8,3139.29,26140281,99.93,0,0,0.15,549.38,3139.7,26140282,99.94,0,0,0.16,549.36,3139.72,26140283,99.91,0,0,0.15,549.45,3139.62,26140284,99.88,0,0,0.15,549.53,3139.54,26140285,99.69,0,0,0.66,549.96,3139.13,26140286,99.86,0,0,0.14,549.48,3139.6,26140287,99.89,0,0,0.18,549.45,3139.63,26140288,99.92,0,0,0.14,549.44,3139.64,26140289,99.89,0,0,0.14,549.41,3139.66,26140290,99.6,0,0,0.63,549.63,3139.45,26140291,99.9,0.02,0,0.23,549.48,3139.6,26140292,99.93,0.02,0,0.2,549.44,3139.63,26140293,99.84,0.02,0,0.2,549.45,3139.62,26140294,99.88,0.04,0.01,0.22,549.46,3139.6,26140295,99.74,0.02,0,0.61,550.2,3138.88,26140296,99.9,0.01,0,0.3,549.25,3139.82,26140297,99.9,0,0,0.16,549.23,3139.85,26140298,99.85,0.01,0,0.16,549.19,3139.9,26140299,99.8,0.01,0,0.34,549.38,3139.67,26140300,99.21,0,0,0.54,549.88,3139.19,26140301,99.91,0,0,0.33,548.53,3140.53,26140302,99.89,0,0,0.16,548.5,3140.55,26140303,99.9,0.01,0.01,0.15,548.47,3140.58,26140304,99.89,0,0,0.18,548.06,3140.99,26140305,99.8,0,0,0.36,549.39,3139.67,26140306,99.76,0,0,0.55,549.75,3139.31,26140307,99.89,0,0,0.16,549.36,3139.7,26140308,99.87,0.03,0.04,0.2,549.47,3139.58,26140309,99.9,0,0,0.15,549.41,3139.64,26140310,99.85,0.01,0.03,0.32,549.66,3139.4,26140311,99.72,0.06,0.98,0.93,549.64,3139.41,26140312,99.88,0.11,0.01,0.36,549.24,3139.82,26140313,99.84,0.08,0.01,0.22,549.2,3139.85,26140314,99.85,0.04,0,0.25,549.24,3139.81,26140315,99.78,0,0,0.31,549.21,3139.86,26140316,99.7,0,0,0.55,549.92,3139.15,26140317,99.87,0.04,0,0.21,549.71,3139.35,26140318,99.83,0,0,0.15,549.73,3139.33,26140319,99.83,0,0.01,0.19,549.67,3139.38,26140320,99.71,0.04,0,0.39,548.93,3140.14,26140321,99.71,0,0,0.56,550.1,3138.96,26140322,99.86,0,0,0.15,549.77,3139.29,26140323,99.85,0,0,0.14,549.73,3139.32,26140324,99.82,0.02,0.02,0.18,549.71,3139.35,26140325,99.78,0,0,0.37,549.76,3139.31,26140326,99.72,0.02,0.02,0.6,550.2,3138.86,26140327,99.85,0,0,0.17,550.03,3139.04,26140328,99.81,0.02,0,0.2,549.99,3139.07,26140329,99.75,0.07,0.01,0.49,549.51,3139.53,26140330,99.75,0.06,0.01,0.43,549.78,3139.27,26140331,99.71,0.02,0,0.48,549.84,3139.21,26140332,99.85,0.01,0.02,0.29,549.17,3139.88,26140333,99.85,0.02,0.01,0.21,549.24,3139.8,26140334,99.84,0.05,0.01,0.26,549.16,3139.9,26140335,99.74,0.04,0.01,0.43,549.49,3139.58,26140336,99.69,0.02,0.01,0.61,549.91,3139.16,26140337,99.83,0.04,0,0.23,550.04,3139.03,26140338,99.84,0.02,0,0.24,549.92,3139.15,26140339,99.85,0,0,0.18,549.89,3139.19,26140340,99.79,0,0,0.32,549.8,3139.31,26140341,99.71,0.02,0,0.45,550.27,3138.83,26140342,99.82,0,0,0.51,549.23,3139.86,26140343,99.86,0,0,0.16,548.96,3140.13,26140344,99.85,0,0,0.14,548.94,3140.15,26140345,99.81,0,0,0.32,549.9,3139.21,26140346,99.85,0,0,0.16,549.9,3139.2,26140347,99.68,0,0,0.55,550.49,3138.61,26140348,99.84,0,0,0.16,550.04,3139.05,26140349,99.84,0,0,0.15,550.01,3139.08,26140350,99.76,0,0,0.32,549.28,3139.82,26140351,99.87,0,0,0.14,549.24,3139.86,26140352,99.71,0,0,0.62,550.11,3138.98,26140353,99.84,0,0,0.23,549.59,3139.53,26140354,99.85,0,0,0.26,545.19,3144.28,26140355,99.74,0,0,0.36,545.23,3144.26,26140356,99.85,0,0,0.13,545.21,3144.28,26140357,99.7,0,0,0.57,545.4,3144.09,26140358,99.86,0,0,0.15,544.92,3144.56,26140359,99.78,0,0,0.29,544.9,3144.57,26140360,99.78,0,0,0.36,545.14,3144.35,26140361,99.85,0,0,0.18,545.09,3144.39,26140362,99.73,0,0,0.56,545.08,3144.4,26140363,99.82,0.01,0.01,0.14,544.47,3145,26140364,99.82,0,0,0.18,544.82,3144.66,26140365,99.79,0,0,0.32,545.19,3144.3,26140366,99.84,0,0,0.16,545.15,3144.34,26140367,99.72,0,0,0.57,545.33,3144.15,26140368,99.85,0,0,0.17,543.86,3145.62,26140369,99.87,0,0,0.14,543.9,3145.56,26140370,99.76,0,0,0.32,545.04,3144.45,26140371,99.83,0,0,0.14,544.96,3144.52,26140372,99.73,0,0,0.41,545.4,3144.08,26140373,99.87,0,0,0.3,544.43,3145.05,26140374,99.85,0,0,0.14,544.39,3145.07,26140375,99.74,0,0,0.33,545.35,3144.14,26140376,99.86,0,0,0.16,545.21,3144.27,26140377,99.71,0,0,0.37,545.39,3144.08,26140378,99.84,0,0,0.36,544.72,3144.76,26140379,99.82,0,0,0.14,544.71,3144.76,26140380,99.69,0,0,0.32,544.46,3145.02,26140381,99.84,0,0,0.17,544.42,3145.06,26140382,99.71,0,0,0.31,544.74,3144.73,26140383,99.85,0,0,0.38,544.37,3145.09,26140384,99.84,0,0,0.14,544.34,3145.12,26140385,99.78,0.03,0.08,0.32,545.1,3144.38,26140386,99.86,0,0,0.18,545.15,3144.32,26140387,99.87,0,0,0.16,545.1,3144.37,26140388,99.72,0,0,0.57,545.43,3144.04,26140389,99.76,0,0,0.32,545.18,3144.26,26140390,99.76,0,0,0.32,545.23,3144.23,26140391,99.87,0,0,0.16,545.2,3144.26,26140392,99.86,0,0,0.14,545.17,3144.28,26140393,99.72,0,0,0.58,545.44,3144.01,26140394,99.84,0,0,0.15,544.63,3144.82,26140395,99.78,0,0,0.35,545.1,3144.36,26140396,99.85,0,0,0.15,545.08,3144.37,26140397,99.85,0,0,0.2,545.15,3144.3,26140398,99.71,0,0,0.5,545.7,3143.74,26140399,99.84,0,0,0.22,545.42,3144.02,26140400,99.75,0,0,0.33,545.42,3144.04,26140401,99.82,0,0,0.16,545.38,3144.07,26140402,99.84,0,0,0.15,545.36,3144.1,26140403,99.71,0,0,0.4,545.67,3143.77,26140404,99.85,0,0,0.29,545.3,3144.14,26140405,99.79,0,0,0.33,545.22,3144.24,26140406,99.85,0,0,0.14,545.19,3144.27,26140407,99.84,0,0,0.16,545.16,3144.29,26140408,99.7,0,0,0.5,545.19,3144.26,26140409,99.83,0,0,0.2,544.36,3145.08,26140410,99.73,0,0,0.32,545.32,3144.14,26140411,99.83,0,0,0.14,545.31,3144.15,26140412,99.84,0,0,0.16,545.44,3144.01,26140413,99.72,0,0,0.57,545.87,3143.57,26140414,99.85,0,0,0.14,544.18,3145.26,26140415,99.75,0,0,0.32,544.45,3145.01,26140416,99.84,0,0,0.14,544.39,3145.06,26140417,99.83,0,0,0.16,544.36,3145.09,26140418,99.7,0,0,0.34,544.78,3144.67,26140419,99.74,0,0,0.5,545.52,3143.89,26140420,99.77,0,0,0.32,545.38,3144.05,26140421,97.98,0,0,0.15,544.44,3144.98,26140422,99.83,0,0,0.16,544.42,3145,26140423,99.63,0.02,0.05,0.51,546.52,3142.84,26140424,99.76,0,0,0.42,549.79,3139.52,26140425,99.78,0,0,0.33,549.7,3139.62,26140426,99.83,0,0,0.16,549.65,3139.67,26140427,99.82,0,0,0.14,549.61,3139.7,26140428,99.85,0,0,0.15,549.61,3139.7,26140429,99.69,0,0,0.6,550.07,3139.23,26140430,99.8,0,0,0.35,550.19,3139.13,26140431,99.84,0,0,0.16,550.16,3139.16,26140432,99.84,0,0,0.16,550.13,3139.18,26140433,99.83,0,0,0.18,550.09,3139.22,26140434,99.68,0.01,0.06,0.66,552.32,3136.94,26140435,99.78,0,0,0.33,552.15,3137.11,26140436,99.85,0,0,0.16,552.11,3137.15,26140437,99.83,0,0.03,0.16,552.19,3137.06,26140438,99.82,0,0,0.15,552.19,3137.05,26140439,99.72,0,0,0.44,552.85,3136.39,26140440,99.77,0,0,0.48,552.62,3136.65,26140441,99.85,0,0,0.14,552.6,3136.67,26140442,99.82,0,0.03,0.16,552.63,3136.63,26140443,99.84,0.02,0,0.19,552.68,3136.57,26140444,99.64,0.07,0.01,0.7,554.88,3134.32,26140445,99.72,0.02,0,0.43,555.53,3133.66,26140446,99.84,0.07,0,0.32,555.59,3133.61,26140447,99.84,0.07,0,0.3,555.76,3133.43,26140448,99.82,0,0,0.15,555.81,3133.38,26140449,99.63,0,0,0.54,556.16,3133.01,26140450,99.75,0,0,0.45,555.96,3133.23,26140451,99.82,0.04,1.4,0.26,556,3133.17,26140452,99.83,0,0.01,0.17,555.93,3133.23,26140453,99.83,0,0,0.16,556.05,3133.1,26140454,99.68,0,0.02,0.31,556.35,3132.8,26140455,99.75,0,0,0.57,554.76,3134.41,26140456,99.83,0,0,0.14,554.69,3134.48,26140457,99.8,0.01,0.05,0.2,554.81,3134.36,26140458,99.83,0.02,0,0.16,554.77,3134.38,26140459,99.84,0,0,0.2,554.71,3134.45,26140460,99.61,0.04,0,0.84,555.26,3133.92,26140461,99.83,0.05,0,0.3,554.84,3134.34,26140462,99.83,0,0,0.14,554.81,3134.37,26140463,99.83,0.02,0,0.2,554.76,3134.42,26140464,99.82,0.08,0.01,0.31,554.76,3134.41,26140465,99.59,0,0,0.75,555.92,3133.27,26140466,99.83,0.02,0,0.19,555.94,3133.24,26140467,99.78,0.03,0,0.26,556.03,3133.15,26140468,99.82,0,0,0.17,555.95,3133.23,26140469,99.85,0.02,0,0.16,555.93,3133.24,26140470,99.66,0,0,0.78,556.56,3132.63,26140471,99.85,0,0,0.16,556.05,3133.14,26140472,99.83,0.03,0,0.26,555.98,3133.2,26140473,99.85,0.02,0,0.2,555.98,3133.2,26140474,99.88,0,0,0.19,556.03,3133.14,26140475,95,0.36,0.01,78.88,567.32,3121.93,26140476,99.55,0.05,0,182.32,558.2,3130.9,26140477,99.89,0,0,0.16,558.19,3130.9,26140478,99.9,0,0,0.14,558.15,3130.94,26140479,99.82,0,0,0.29,558.17,3130.85,26140480,99.68,0,0,0.59,558.22,3130.83,26140481,99.88,0,0,0.35,555.85,3133.23,26140482,99.9,0,0,0.13,555.81,3133.27,26140483,99.89,0.01,0.01,0.16,555.77,3133.3,26140484,99.88,0,0,0.18,555.89,3133.18,26140485,99.71,0,0,0.34,556.17,3132.92,26140486,99.86,0,0,0.52,556.43,3132.69,26140487,99.93,0,0,0.17,556.06,3133.06,26140488,99.91,0,0,0.14,556.02,3133.09,26140489,99.93,0,0,0.16,555.98,3133.13,26140490,99.86,0,0,0.31,555.81,3133.32,26140491,99.73,0,0,0.67,556.58,3132.53,26140492,99.84,0.02,0.97,0.14,556.07,3133.03,26140493,99.92,0.01,1.89,0.45,556.02,3133.04,26140494,99.9,0.03,1.6,0.35,556.01,3133.04,26140495,99.88,0,0,0.41,555.57,3133.49,26140496,99.78,0,0,0.61,556.36,3132.71,26140497,99.91,0,0,0.18,556.21,3132.86,26140498,99.93,0,0,0.18,556.16,3132.89,26140499,99.91,0,0,0.18,556.29,3132.76,26140500,99.72,0,0,0.35,556.4,3132.67,26140501,99.76,0,0,0.61,556.46,3132.61,26140502,99.92,0,0,0.17,555.98,3133.08,26140503,99.92,0,0,0.14,555.95,3133.11,26140504,99.93,0,0,0.17,555.98,3133.07,26140505,99.81,0,0,0.32,554.89,3134.18,26140506,99.72,0,0,0.5,555.78,3133.29,26140507,99.93,0,0,0.21,555.99,3133.07,26140508,99.9,0,0,0.14,555.95,3133.11,26140509,99.85,0,0,0.29,556.39,3132.66,26140510,99.77,0,0,0.33,556.32,3132.74,26140511,99.8,0,0,0.39,556.67,3132.39,26140512,99.92,0,0,0.29,556.27,3132.78,26140513,99.91,0,0,0.16,556.24,3132.81,26140514,99.89,0,0,0.17,556.19,3132.86,26140515,99.78,0,0,0.38,556.02,3133.05,26140516,99.8,0,0,0.46,556.61,3132.45,26140517,99.94,0,0,0.32,556.28,3132.77,26140518,99.93,0,0,0.15,556.25,3132.8,26140519,99.9,0,0,0.16,556.2,3132.84,26140520,99.82,0,0,0.33,556.43,3132.63,26140521,99.93,0,0,0.14,556.54,3132.52,26140522,99.75,0,0,0.57,556.89,3132.17,26140523,99.83,0,0,0.14,556.5,3132.55,26140524,99.89,0,0,0.14,556.46,3132.58,26140525,99.85,0,0,0.33,556.2,3132.86,26140526,99.91,0,0,0.16,556.25,3132.81,26140527,99.72,0.03,2.52,0.7,556.87,3132.18,26140528,99.85,0.02,2.61,0.43,556.55,3132.49,26140529,99.89,0,0,0.17,556.46,3132.57,26140530,99.38,0,0,0.36,555.47,3133.58,26140531,99.91,0,0,0.15,555.4,3133.64,26140532,99.79,0,0,0.54,556.2,3132.83,26140533,99.88,0.01,0.03,0.15,556.03,3133,26140534,99.44,0.01,0.05,0.18,555.95,3133.07,26140535,99.84,0.02,0,0.34,555.82,3133.22,26140536,99.9,0.05,0,0.26,555.72,3133.32,26140537,99.42,0.02,0,0.6,556.1,3132.94,26140538,99.9,0,0,0.14,555.7,3133.33,26140539,99.74,0.02,0,0.32,555.65,3133.36,26140540,99.8,0,0,0.32,556.48,3132.54,26140541,99.92,0.03,0,0.29,556.46,3132.56,26140542,99.71,0.03,0,0.66,557.11,3131.9,26140543,99.9,0.01,0.01,0.14,556.74,3132.27,26140544,99.88,0,0,0.19,556.38,3132.63,26140545,99.79,0.02,0,0.36,555.47,3133.55,26140546,99.94,0.02,0,0.2,555.47,3133.56,26140547,99.75,0.02,0,0.54,556.05,3132.97,26140548,99.9,0,0,0.29,555.69,3133.32,26140549,99.95,0,0,0.14,555.66,3133.35,26140550,99.86,0,0,0.32,556.62,3132.41,26140551,99.91,0.03,0,0.22,556.71,3132.32,26140552,98.22,0.01,0.03,0.43,557.03,3131.98,26140553,99.93,0.01,0,0.35,556.62,3132.38,26140554,99.91,0.02,0.01,0.23,556.72,3132.28,26140555,99.86,0.03,0,0.44,556.68,3132.34,26140556,99.92,0.01,0,0.2,556.71,3132.31,26140557,99.9,0.02,0,0.21,556.76,3132.26,26140558,99.75,0.02,0,0.63,556.32,3132.7,26140559,99.19,0.01,0,0.2,555.96,3133.05,26140560,99.79,0.04,0,0.43,556.72,3132.31,26140561,99.9,0.07,1.71,0.29,556.68,3132.34,26140562,99.93,0.02,0,0.29,556.73,3132.29,26140563,99.43,0.02,0,0.64,556.24,3132.77,26140564,99.88,0.01,0,0.23,555.63,3133.38,26140565,99.79,0.05,0.01,0.52,555.72,3133.3,26140566,99.9,0.04,0,0.28,555.66,3133.35,26140567,99.88,0.05,0.04,0.25,555.72,3133.29,26140568,99.78,0.01,0,0.62,555.83,3133.17,26140569,99.31,0.01,0,0.33,556.66,3132.32,26140570,99.82,0.06,0.01,0.54,556.45,3132.55,26140571,99.91,0.01,0,0.17,556.44,3132.56,26140572,99.93,0.01,0.01,0.14,556.46,3132.53,26140573,98.79,0,0.03,0.57,556.87,3132.12,26140574,99.9,0,0.01,0.14,555.86,3133.16,26140575,99.85,0,0,0.33,555.78,3133.26,26140576,99.86,0.01,0,0.22,555.75,3133.29,26140577,99.62,0.01,0.02,0.21,555.71,3133.33,26140578,99.73,0.01,0,0.59,556.02,3133.01,26140579,99.89,0,0,0.23,555.77,3133.26,26140580,99.62,0,0,0.36,556.23,3132.81,26140581,99.88,0,0.01,0.14,556.19,3132.85,26140582,99.93,0,0,0.16,556.13,3132.91,26140583,99.77,0,0,0.55,556.41,3132.62,26140584,99.93,0,0,0.14,555.75,3133.28,26140585,99.8,0,0,0.32,555.98,3133.07,26140586,99.91,0,0,0.16,555.94,3133.1,26140587,99.92,0,0,0.15,555.9,3133.14,26140588,99.76,0,0,0.39,556.26,3132.77,26140589,99.92,0,0,0.29,556.01,3133.01,26140590,99.87,0,0,0.31,556.48,3132.56,26140591,99.89,0,0,0.14,556.46,3132.58,26140592,99.93,0,0,0.16,556.39,3132.65,26140593,99.8,0,0,0.49,556.47,3132.56,26140594,99.04,0,0,0.2,555.93,3133.1,26140595,99.82,0,0,0.37,556.01,3133.03,26140596,99.92,0,0,0.13,555.97,3133.07,26140597,99.91,0,0,0.19,555.93,3133.11,26140598,99.67,0,0,0.17,555.89,3133.14,26140599,99.66,0,0,0.71,556.22,3132.79,26140600,99.78,0,0,0.37,556.02,3133,26140601,99.91,0,0,0.18,555.96,3133.06,26140602,99.9,0,0,0.18,555.9,3133.12,26140603,97.41,0.01,0.01,0.18,555.93,3133.08,26140604,99.75,0,0,0.64,556.03,3132.98,26140605,99.85,0,0,0.37,555.45,3133.57,26140606,99.9,0,0,0.16,555.4,3133.62,26140607,99.91,0,0,0.15,555.4,3133.61,26140608,99.92,0,0,0.16,555.52,3133.49,26140609,99.32,0,0,0.54,556.09,3132.91,26140610,99.82,0,0,0.37,555.44,3133.58,26140611,99.93,0,0,0.16,555.42,3133.59,26140612,99.91,0,0,0.16,555.52,3133.49,26140613,99.86,0,0,0.15,555.45,3133.55,26140614,99.77,0,0,0.57,555.85,3133.15,26140615,99.82,0,0,0.36,555.3,3133.72,26140616,99.92,0,0,0.14,555.25,3133.76,26140617,99.93,0,0,0.14,555.21,3133.8,26140618,99.9,0,0,0.16,555.15,3133.86,26140619,99.77,0,0,0.45,555.53,3133.47,26140620,99.18,0,0,11.04,555.77,3133.98,26140621,99.91,0,0,0.16,555.66,3134.14,26140622,99.91,0,0,0.16,555.61,3134.18,26140623,99.94,0,0,0.16,555.71,3134.08,26140624,99.8,0,0,0.36,556.25,3133.53,26140625,99.85,0,0,0.55,556.14,3133.7,26140626,99.73,0,0,0.14,556.09,3133.74,26140627,99.9,0,0,0.14,556.22,3133.61,26140628,99.9,0,0,0.16,556.17,3133.66,26140629,99.86,0,0,0.28,555.86,3133.94,26140630,99.73,0,0,0.77,556.49,3133.33,26140631,99.93,0,0,0.18,556.21,3133.61,26140632,99.9,0,0,0.18,556.14,3133.67,26140633,99.9,0,0,0.18,556.08,3133.73,26140634,99.9,0,0,0.2,556.2,3133.6,26140635,99.7,0,0,0.8,556.13,3133.69,26140636,99.92,0,0,0.18,555.66,3134.16,26140637,99.91,0,0,0.2,555.86,3133.96,26140638,99.9,0,0,0.14,555.96,3133.85,26140639,99.9,0,0,0.14,555.94,3133.87,26140640,99.7,0,0,0.73,556.98,3132.85,26140641,99.9,0,0,0.16,556.36,3133.46,26140642,99.89,0,0,0.14,556.41,3133.4,26140643,95.64,0.01,0.01,0.19,556.39,3133.42,26140644,99.87,0,0,0.15,556.33,3133.47,26140645,99.71,0,0,0.76,556.8,3133.02,26140646,99.91,0,0,0.14,556.17,3133.64,26140647,99.9,0,0,0.13,556.13,3133.68,26140648,99.94,0,0,0.16,556.08,3133.73,26140649,99.91,0,0,0.14,556.18,3133.62,26140650,99.68,0,0,0.74,555.91,3133.91,26140651,99.9,0,0,0.17,555.93,3133.89,26140652,99.9,0,0,0.15,555.89,3133.92,26140653,99.94,0,0,0.14,555.84,3133.96,26140654,99.42,0,0,0.16,555.88,3133.92,26140655,99.67,0,0,0.72,555.57,3134.25,26140656,99.92,0,0,0.16,555.68,3134.14,26140657,99.91,0,0,0.14,555.64,3134.17,26140658,99.92,0,0,0.16,555.6,3134.21,26140659,99.82,0,0,0.29,556.28,3133.5,26140660,99.7,0,0,0.79,555.93,3133.86,26140661,99.94,0,0,0.13,556.19,3133.6,26140662,98.36,0,0,0.15,556.16,3133.63,26140663,98.61,0.01,0.01,0.16,556.12,3133.66,26140664,99.9,0,0,0.16,555.82,3133.99,26140665,99.38,0,0,0.5,556.74,3133.08,26140666,99.93,0,0,0.37,556.73,3133.09,26140667,99.92,0,0,0.16,556.69,3133.13,26140668,99.91,0,0,0.14,556.65,3133.16,26140669,99.9,0,0,0.16,556.62,3133.19,26140670,99.7,0,0,0.5,556.71,3133.12,26140671,99.92,0,0,0.38,556.46,3133.37,26140672,99.92,0,0,0.17,556.47,3133.35,26140673,99.92,0,0,0.14,556.43,3133.38,26140674,99.9,0,0,0.15,556.38,3133.43,26140675,99.82,0,0,0.33,555.88,3133.95,26140676,99.76,0,0,0.55,556.87,3132.95,26140677,99.91,0,0,0.14,556.44,3133.38,26140678,99.91,0,0,0.15,556.44,3133.37,26140679,99.92,0,0,0.14,556.4,3133.41,26140680,99.77,0,0,0.36,555.66,3134.17,26140681,99.78,0,0,0.59,555.95,3133.87,26140682,99.93,0,0,0.16,555.69,3134.12,26140683,99.92,0,0,0.14,555.71,3134.1,26140684,99.88,0,0,0.14,555.66,3134.14,26140685,99.86,0,0,0.29,556.13,3133.69,26140686,99.77,0,0,0.54,556.18,3133.63,26140687,99.93,0,0,0.17,555.62,3134.19,26140688,99.9,0,0,0.14,555.72,3134.09,26140689,99.76,0,0.01,0.33,556.43,3133.36,26140690,99.83,0,0,0.27,555.74,3134.07,26140691,99.72,0,0,0.5,556.23,3133.57,26140692,99.92,0,0,0.19,556.06,3133.73,26140693,99.17,0,0,0.14,556.19,3133.6,26140694,99.95,0,0,0.15,556.17,3133.63,26140695,99.86,0,0,0.26,555.92,3133.9,26140696,99.75,0,0,0.5,556.11,3133.7,26140697,99.86,0,0,0.31,555.57,3134.24,26140698,99.91,0,0,0.14,555.68,3134.12,26140699,99.9,0,0,0.15,555.68,3134.12,26140700,99.82,0,0,0.27,556.15,3133.67,26140701,99.75,0,0,0.44,556.7,3133.12,26140702,99.92,0,0,0.31,556.32,3133.48,26140703,99.93,0,0,0.17,556.32,3133.48,26140704,99.92,0,0,0.17,556.46,3133.33,26140705,99.84,0,0,0.31,556.69,3133.12,26140706,99.78,0,0,0.34,556.97,3132.84,26140707,99.9,0,0,0.38,554.89,3134.91,26140708,99.91,0,0,0.14,554.85,3134.94,26140709,99.91,0,0,0.16,554.9,3134.89,26140710,99.9,0,0,0.26,556.69,3133.12,26140711,99.89,0,0,0.14,556.67,3133.14,26140712,99.77,0,0,0.55,556.99,3132.81,26140713,99.91,0,0,0.14,556.6,3133.19,26140714,99.88,0,0,0.17,556.57,3133.22,26140715,99.85,0,0,0.3,556.89,3132.92,26140716,99.92,0,0,0.14,556.94,3132.86,26140717,99.78,0,0,0.53,556.61,3133.19,26140718,99.9,0,0,0.16,556.11,3133.68,26140719,99.83,0,0,0.28,556.81,3132.96,26140720,99.83,0,0,0.27,556.82,3132.97,26140721,99.88,0,0,0.16,556.96,3132.83,26140722,99.6,0,0,0.59,557.58,3132.2,26140723,99.9,0.01,0.01,0.22,556.86,3132.92,26140724,99.88,0,0,0.21,556.69,3133.09,26140725,99.8,0,0,0.27,556.64,3133.17,26140726,99.9,0,0,0.16,556.7,3133.1,26140727,99.76,0,0,0.57,556.62,3133.18,26140728,99.87,0,0,0.18,554.99,3134.8,26140729,99.9,0,0,0.18,554.85,3134.94,26140730,99.85,0,0,0.25,555.87,3133.93,26140731,99.93,0,0,0.15,555.95,3133.85,26140732,99.69,0,0,0.59,556.14,3133.65,26140733,99.9,0,0,0.16,555.61,3134.18,26140734,99.93,0,0,0.15,555.56,3134.23,26140735,99.86,0,0,0.27,556.17,3133.63,26140736,99.91,0,0,0.16,556.18,3133.62,26140737,99.78,0,0,0.58,556.4,3133.4,26140738,99.91,0,0,0.16,555.84,3133.95,26140739,99.85,0,0,0.14,555.8,3133.98,26140740,99.77,0.01,0.02,0.3,554.77,3135.03,26140741,99.93,0,0.01,0.16,554.68,3135.12,26140742,99.73,0,0,0.42,555.42,3134.37,26140743,99.92,0,0,0.28,555.15,3134.63,26140744,99.88,0,0,0.15,555.22,3134.57,26140745,99.8,0,0,0.29,554.72,3135.08,26140746,99.81,0.01,0,0.14,554.67,3135.12,26140747,99.92,0,0,0.15,554.63,3135.16,26140748,99.76,0,0,0.6,556.03,3133.76,26140749,99.79,0,0,0.3,555.93,3133.83,26140750,99.84,0,0,0.3,554.74,3135.04,26140751,99.9,0,0,0.14,554.64,3135.13,26140752,99.9,0,0,0.14,554.6,3135.17,26140753,99.77,0,0,0.57,556.34,3133.42,26140754,99.86,0,0,0.14,556.19,3133.6,26140755,99.85,0,0,0.27,556.16,3133.65,26140756,99.88,0,0,0.14,556.12,3133.69,26140757,99.9,0,0,0.2,556.08,3133.73,26140758,99.77,0,0.01,0.55,556.52,3133.28,26140759,99.89,0,0,0.16,556.15,3133.64,26140760,99.36,0,0,0.27,556.13,3133.69,26140761,99.26,0,0,0.16,556.07,3133.74,26140762,99.89,0,0,0.14,556.11,3133.69,26140763,99.75,0,0,0.54,556.52,3133.28,26140764,99.85,0,0,0.15,556.13,3133.66,26140765,99.87,0,0,0.29,555.87,3133.94,26140766,99.9,0,0,0.14,555.83,3133.98,26140767,99.9,0,0,0.16,555.79,3134.01,26140768,99.79,0,0,0.54,556.42,3133.38,26140769,99.85,0,0,0.15,556.19,3133.61,26140770,99.76,0,0,0.27,556.64,3133.17,26140771,99.89,0,0,0.16,556.6,3133.21,26140772,99.93,0,0,0.14,556.59,3133.21,26140773,99.78,0,0,0.41,557.1,3132.7,26140774,99.88,0,0,0.29,556.17,3133.63,26140775,99.75,0,0,0.27,556.39,3133.42,26140776,99.92,0,0,0.16,556.35,3133.46,26140777,99.9,0,0,0.15,556.31,3133.49,26140778,98.7,0,0,0.4,556.69,3133.11,26140779,99.7,0,0,0.43,556.44,3133.35,26140780,99.76,0,0,0.26,555.24,3134.57,26140781,99.87,0,0,0.16,555.11,3134.69,26140782,99.91,0,0,0.14,555.07,3134.73,26140783,99.88,0.01,0.01,0.15,555.16,3134.63,26140784,97.61,0,0,0.58,556.27,3133.53,26140785,99.82,0,0,0.28,556.36,3133.46,26140786,99.9,0,0,0.15,556.32,3133.5,26140787,99.88,0,0,0.16,556.36,3133.45,26140788,99.9,0,0,0.14,556.4,3133.41,26140789,95.76,0,0,0.57,556.76,3133.04,26140790,99.8,0,0,0.31,556.1,3133.72,26140791,99.89,0,0,0.18,556.07,3133.75,26140792,99.88,0,0,0.14,556.18,3133.63,26140793,99.88,0,0,0.14,556.13,3133.67,26140794,99.78,0,0,0.59,557,3132.82,26140795,99.83,0,0,0.38,556.07,3133.76,26140796,99.89,0,0,0.18,556.1,3133.72,26140797,99.89,0,0,0.13,556.17,3133.65,26140798,99.89,0,0,0.16,556.13,3133.69,26140799,99.73,0,0,0.57,556.72,3133.09,26140800,99.83,0,0,0.34,556.31,3133.52,26140801,99.92,0,0,0.14,556.36,3133.47,26140802,99.89,0,0,0.16,556.43,3133.39,26140803,99.92,0,0,0.14,556.39,3133.43,26140804,99.79,0,0,0.57,556.7,3133.12,26140805,99.88,0,0,0.32,555.59,3134.24,26140806,99.89,0,0,0.18,555.67,3134.15,26140807,99.88,0,0,0.15,555.68,3134.15,26140808,99.93,0,0,0.18,555.64,3134.18,26140809,99.7,0,0,0.69,556.68,3133.11,26140810,99.86,0,0,0.32,556.78,3133.02,26140811,99.9,0,0,0.18,556.89,3132.9,26140812,99.88,0,0,0.15,556.89,3132.91,26140813,99.89,0,0,0.16,556.84,3132.95,26140814,99.73,0,0,0.58,557.08,3132.7,26140815,99.77,0,0,0.27,556.36,3133.44,26140816,99.91,0,0,0.14,556.41,3133.38,26140817,96.09,0,0,0.16,556.37,3133.42,26140818,99,0,0,0.15,556.33,3133.46,26140819,99.78,0,0,0.55,556.64,3133.14,26140820,99.84,0,0,0.28,555.63,3134.17,26140821,99.91,0,0,0.16,555.67,3134.13,26140822,99.89,0,0,0.14,555.62,3134.17,26140823,99.89,0,0,0.15,555.57,3134.22,26140824,99.9,0,0,0.15,555.52,3134.26,26140825,99.67,0,0,0.66,557.03,3132.76,26140826,99.91,0,0,0.18,556.63,3133.17,26140827,99.89,0,0,0.14,556.58,3133.21,26140828,99.92,0,0,0.14,556.54,3133.25,26140829,99.9,0,0,0.15,556.51,3133.27,26140830,99.61,0.01,0.02,0.71,557.08,3132.72,26140831,99.86,0,0,0.18,556.86,3132.93,26140832,99.87,0,0,0.18,556.91,3132.88,26140833,99.9,0,0,0.18,556.87,3132.91,26140834,99.87,0,0,0.15,556.84,3132.95,26140835,99.67,0,0,0.75,557.19,3132.6,26140836,99.93,0,0,0.16,556.61,3133.18,26140837,99.88,0,0.01,0.2,556.64,3133.14,26140838,99.87,0,0,0.15,556.6,3133.18,26140839,98.63,0,0,0.41,556.55,3133.21,26140840,95.01,0.35,0.01,78.72,565.81,3124.22,26140841,99.5,0,0,181.9,559.34,3130.37,26140842,99.85,0,0,0.17,559.31,3130.39,26140843,99.86,0.01,0.01,0.15,559.26,3130.44,26140844,99.49,0,0,0.16,559.07,3130.64,26140845,99.66,0,0,0.61,559.18,3130.56,26140846,98.47,0,0,0.29,556.91,3132.86,26140847,99.84,0,0,0.16,556.87,3132.9,26140848,99.85,0,0,0.14,556.83,3132.93,26140849,99.88,0,0,0.18,556.88,3132.88,26140850,99.68,0,0,0.5,556.87,3132.91,26140851,99.82,0,0,0.39,556.91,3132.89,26140852,99.9,0,0,0.14,556.87,3132.92,26140853,99.92,0,0,0.14,556.84,3132.95,26140854,99.84,0,0,0.14,556.88,3132.9,26140855,99.8,0,0,0.27,556.96,3132.85,26140856,99.68,0,0,0.66,557.05,3132.75,26140857,99.83,0,0,0.14,556.64,3133.16,26140858,99.8,0,0,0.15,556.59,3133.2,26140859,99.88,0,0,0.14,556.64,3133.15,26140860,98.88,0,0,0.28,556.96,3132.84,26140861,99.74,0,0,0.53,557.08,3132.71,26140862,99.82,0,0,0.16,556.63,3133.16,26140863,99.83,0,0,0.15,556.6,3133.19,26140864,99.82,0,0,0.14,556.56,3133.22,26140865,99.78,0,0,0.28,556.73,3133.07,26140866,99.68,0,0,0.56,557.21,3132.59,26140867,99.83,0,0,0.15,556.88,3132.91,26140868,99.84,0,0,0.16,556.83,3132.96,26140869,99.78,0,0,0.34,556.65,3133.11,26140870,99.76,0,0,0.28,556.94,3132.83,26140871,99.66,0,0,0.59,557.11,3132.65,26140872,99.89,0,0,0.18,556.62,3133.14,26140873,99.85,0,0,0.15,556.57,3133.19,26140874,99.8,0,0,0.15,556.7,3133.05,26140875,99.73,0,0,0.28,556.68,3133.09,26140876,99.69,0,0,0.57,557.23,3132.54,26140877,99.83,0,0,0.2,556.34,3133.42,26140878,99.73,0,0,0.14,556.4,3133.36,26140879,99.83,0,0,0.16,556.43,3133.32,26140880,99.79,0,0,0.27,556.66,3133.12,26140881,99.7,0,0,0.6,557.12,3132.65,26140882,99.85,0,0,0.15,555.84,3133.92,26140883,99.84,0,0,0.15,555.46,3134.3,26140884,99.8,0,0,0.15,555.44,3134.31,26140885,98.85,0,0,0.29,555.17,3134.6,26140886,99.7,0,0,0.54,555.69,3134.07,26140887,99.85,0,0,0.17,556.1,3133.67,26140888,99.82,0,0,0.15,556.21,3133.55,26140889,99.84,0,0,0.15,556.15,3133.6,26140890,99.7,0,0,0.3,556.12,3133.65,26140891,99.83,0,0,0.14,556.07,3133.7,26140892,99.27,0,0,0.57,555.18,3134.58,26140893,99.85,0,0,0.14,554.68,3135.08,26140894,99.83,0,0,0.14,554.64,3135.11,26140895,99.76,0,0,0.28,555.6,3134.16,26140896,99.83,0,0,0.16,555.57,3134.19,26140897,99.68,0,0,0.56,556.4,3133.36,26140898,99.8,0,0,0.15,556.16,3133.6,26140899,99.73,0,0,0.39,555.38,3134.35,26140900,99.72,0,0,0.27,556.07,3133.68,26140901,99.8,0,0,0.17,556.12,3133.63,26140902,99.72,0,0,0.54,556.56,3133.18,26140903,98.66,0.01,0.01,0.15,556.17,3133.57,26140904,98.88,0,0,0.18,556.02,3133.71,26140905,99.76,0.01,0.01,0.28,556.12,3133.63,26140906,99.82,0,0,0.29,556.12,3133.62,26140907,99.68,0,0,0.52,556.36,3133.37,26140908,99.82,0,0,0.29,556.07,3133.66,26140909,99.84,0,0,0.14,556.12,3133.6,26140910,98.86,0,0,0.26,556.44,3133.3,26140911,99.83,0,0,0.16,556.39,3133.35,26140912,99.65,0,0,0.5,557.04,3132.69,26140913,99.81,0,0,0.2,556.28,3133.44,26140914,99.8,0,0,0.14,556.42,3133.3,26140915,99.74,0,0,0.31,556.51,3133.22,26140916,99.8,0,0,0.14,556.35,3133.38,26140917,95.2,0.43,0.01,78.64,563.69,3126.42,26140918,99.81,0,0,0.2,558.62,3130.31,26140919,99.81,0,0,0.16,558.57,3130.35,26140920,99.69,0,0,0.27,558.89,3130.05,26140921,99.83,0,0,0.16,558.95,3129.98,26140922,99.69,0,0,0.35,558.23,3130.73,26140923,99.83,0,0,0.39,556.49,3132.51,26140924,99.78,0,0,0.14,556.43,3132.56,26140925,99.69,0,0,0.28,555.16,3133.85,26140926,99.75,0,0,0.16,555.07,3133.93,26140927,98.56,0,0,0.32,555.47,3133.54,26140928,99.78,0,0,0.38,556.47,3132.57,26140929,99.69,0,0,0.29,556.25,3132.78,26140930,99.78,0,0,0.27,556.34,3132.72,26140931,99.46,0,0,0.2,556.3,3132.76,26140932,99.85,0,0,0.14,556.26,3132.79,26140933,99.52,0,0,0.56,556.44,3132.6,26140934,99.83,0,0,0.17,555.49,3133.55,26140935,99.79,0,0,0.27,555.88,3133.18,26140936,99.8,0,0,0.19,555.84,3133.22,26140937,99.81,0,0,0.19,556.04,3133.01,26140938,99.68,0,0,0.55,556.67,3132.38,26140939,99.78,0,0,0.15,556.22,3132.82,26140940,99.69,0,0,0.27,556.58,3132.48,26140941,99.83,0,0,0.17,556.57,3132.48,26140942,99.78,0,0,0.14,556.54,3132.51,26140943,99.66,0,0,0.54,556.84,3132.2,26140944,99.81,0,0,0.2,556.52,3132.52,26140945,98.7,0,0,0.29,555.63,3133.42,26140946,99.8,0,0,0.16,555.57,3133.48,26140947,99.83,0,0,0.16,555.52,3133.52,26140948,99.7,0,0,0.58,555.97,3133.07,26140949,99.84,0,0,0.14,555.76,3133.27,26140950,99.71,0,0,0.27,556.1,3132.95,26140951,99.82,0,0,0.14,556.06,3132.98,26140952,99.85,0,0,0.17,556.01,3133.03,26140953,99.69,0,0,0.56,556.6,3132.44,26140954,99.86,0,0,0.14,556.72,3132.31,26140955,99.75,0,0,0.31,556.62,3132.43,26140956,99.81,0,0,0.17,556.54,3132.51,26140957,99.85,0,0,0.14,556.5,3132.54,26140958,99.7,0,0,0.55,556.8,3132.24,26140959,99.4,0,0,0.3,556.76,3132.25,26140960,99.73,0,0,0.27,555.85,3133.18,26140961,99.81,0,0,0.17,555.77,3133.26,26140962,99.81,0,0,0.14,555.72,3133.3,26140963,99.7,0.01,0.01,0.41,556.21,3132.81,26140964,99.84,0,0,0.33,556.12,3132.91,26140965,98.16,0,0,0.28,556.74,3132.31,26140966,99.84,0,0,0.17,556.72,3132.33,26140967,99.83,0,0,0.14,556.69,3132.36,26140968,99.66,0,0,0.32,557.18,3131.86,26140969,99.81,0,0,0.37,556.56,3132.48,26140970,99.18,0,0,0.27,556.78,3132.28,26140971,99.83,0,0,0.18,556.73,3132.32,26140972,99.83,0,0,0.15,556.77,3132.28,26140973,99.84,0,0,0.14,556.83,3132.21,26140974,99.71,0,0,0.58,556.92,3132.12,26140975,99.8,0,0,0.27,556.76,3132.3,26140976,99.81,0,0,0.16,556.71,3132.34,26140977,99.83,0,0,0.14,556.79,3132.26,26140978,99.82,0,0,0.16,556.81,3132.23,26140979,99.68,0,0,0.58,556.94,3132.1,26140980,99.7,0,0,0.27,555.52,3133.53,26140981,99.8,0,0,0.16,555.48,3133.57,26140982,99.81,0,0,0.14,555.61,3133.44,26140983,99.84,0,0,0.14,555.56,3133.48,26140984,99.73,0,0,0.57,556.65,3132.39,26140985,99.73,0,0,0.32,555.27,3133.78,26140986,99.8,0,0,0.13,555.22,3133.83,26140987,99.83,0,0,0.16,555.53,3133.52,26140988,99.82,0,0,0.15,555.57,3133.47,26140989,99.55,0,0,0.55,557.27,3131.75,26140990,99.7,0,0,0.43,556.72,3132.31,26140991,99.75,0,0,0.16,556.73,3132.29,26140992,99.83,0,0,0.14,556.82,3132.2,26140993,99.8,0,0,0.15,556.76,3132.25,26140994,99.66,0,0,0.5,557.16,3131.86,26140995,99.78,0,0,0.34,556.55,3132.48,26140996,99.82,0,0,0.17,556.49,3132.53,26140997,99.82,0,0,0.18,556.56,3132.46,26140998,99.85,0,0,0.16,556.51,3132.5,26140999,99.69,0,0,0.3,556.8,3132.21,26141000,99.72,0,0,0.53,556.96,3132.06,26141001,99.8,0,0,0.16,557.08,3131.94,26141002,99.83,0,0,0.15,557.05,3131.97,26141003,99.83,0,0,0.14,557.01,3132,26141004,99.84,0,0,0.14,556.98,3132.03,26141005,98.26,0,0,15.93,558.03,3131.48,26141006,99.8,0,0,0.17,556.35,3132.7,26141007,99.83,0,0,0.14,556.34,3132.7,26141008,99.84,0,0,0.15,556.3,3132.74,26141009,99.84,0,0,0.15,556.26,3132.77,26141010,99.63,0,0,0.68,557.25,3131.8,26141011,99.79,0,0,0.13,557.06,3131.99,26141012,99.78,0,0,0.16,557.08,3131.97,26141013,99.82,0,0,0.14,557.04,3132,26141014,93.98,0,0,31.62,567.96,3115.37,26141015,99.52,0,0,35.17,559.56,3129.32,26141016,98.6,0,0,0.14,559.82,3129.13,26141017,99.85,0,0,0.14,559.77,3129.18,26141018,99.81,0,0,0.16,559.72,3129.22,26141019,99.65,0,0,0.31,559.4,3129.55,26141020,99.63,0,0,0.69,557.5,3131.59,26141021,99.8,0,0,0.21,557.37,3131.71,26141022,99.83,0,0,0.14,557.34,3131.74,26141023,99.8,0.01,0.01,0.15,557.29,3131.78,26141024,99.83,0,0,0.17,557.29,3131.78,26141025,99.55,0,0,0.54,557.08,3132,26141026,99.81,0,0,0.27,556.87,3132.21,26141027,99.85,0,0,0.16,556.81,3132.27,26141028,99.85,0,0,0.14,556.78,3132.3,26141029,99.85,0,0,0.15,556.79,3132.28,26141030,99.67,0,0,0.59,557.36,3131.73,26141031,99.86,0,0,0.32,557.59,3131.5,26141032,99.84,0,0,0.18,557.55,3131.53,26141033,99.45,0,0,0.16,557.51,3131.57,26141034,99.82,0,0,0.15,557.55,3131.52,26141035,99.75,0,0,0.55,557.77,3131.32,26141036,99.9,0,0,0.28,557.36,3131.72,26141037,99.25,0,0,0.15,556.59,3132.5,26141038,99.9,0,0,0.13,556.28,3132.82,26141039,99.91,0,0,0.16,556.33,3132.76,26141040,99.79,0,0,0.27,556.41,3132.7,26141041,99.8,0,0,0.58,556.21,3132.9,26141042,99.93,0,0,0.18,555.83,3133.28,26141043,99.92,0,0,0.18,555.78,3133.32,26141044,99.91,0,0,0.18,555.88,3133.21,26141045,99.88,0,0,0.29,555.42,3133.69,26141046,99.8,0,0,0.59,556.9,3132.21,26141047,99.91,0,0,0.15,556.56,3132.55,26141048,99.64,0,0,0.14,556.51,3132.59,26141049,99.8,0,0,0.33,556.64,3132.48,26141050,99.87,0,0,0.26,556.64,3132.5,26141051,99.77,0,0,0.56,556.78,3132.36,26141052,99.92,0,0,0.14,556.29,3132.85,26141053,99.9,0,0,0.15,556.32,3132.81,26141054,99.92,0,0,0.15,556.39,3132.74,26141055,99.83,0,0,0.27,556.68,3132.46,26141056,99.74,0,0,0.53,556.89,3132.24,26141057,99.9,0,0,0.26,556.26,3132.87,26141058,99.89,0,0,0.14,556.38,3132.75,26141059,99.89,0,0,0.14,556.36,3132.76,26141060,99.83,0,0,0.27,556.59,3132.55,26141061,99.76,0,0,0.5,556.52,3132.62,26141062,99.9,0,0,0.21,555.83,3133.32,26141063,99.9,0,0,0.15,555.87,3133.28,26141064,99.92,0,0,0.18,555.81,3133.33,26141065,99.35,0,0,0.29,555.08,3134.07,26141066,96.72,0,0,0.44,555.79,3133.36,26141067,99.92,0,0,0.31,555.63,3133.51,26141068,99.9,0,0,0.15,555.63,3133.51,26141069,99.91,0,0,0.14,555.59,3133.55,26141070,99.81,0,0,0.32,556.54,3132.61,26141071,99.75,0,0,0.54,556.91,3132.24,26141072,99.91,0,0,0.19,556.65,3132.5,26141073,99.93,0,0,0.15,556.61,3132.53,26141074,99.88,0,0,0.13,556.56,3132.57,26141075,99.85,0,0,0.27,556.78,3132.37,26141076,99.81,0,0,0.46,557.04,3132.11,26141077,99.9,0,0,0.31,556.89,3132.25,26141078,99.88,0,0,0.14,556.85,3132.29,26141079,99.72,0,0,0.3,556.55,3132.57,26141080,99.83,0,0,0.31,556.52,3132.61,26141081,99.89,0,0,0.15,556.57,3132.56,26141082,99.77,0,0,0.55,557.21,3131.92,26141083,99.9,0.01,0.01,0.14,556.82,3132.3,26141084,99.91,0,0,0.15,556.62,3132.49,26141085,99.85,0,0,0.27,556.03,3133.1,26141086,99.85,0,0,0.14,556.14,3132.98,26141087,99.72,0,0,0.56,556.79,3132.33,26141088,99.92,0,0,0.15,556.05,3133.07,26141089,99.91,0,0,0.14,555.99,3133.12,26141090,99.85,0,0,0.29,556.83,3132.3,26141091,99.93,0,0,0.13,556.84,3132.29,26141092,99.76,0,0,0.58,557.15,3131.97,26141093,99.92,0,0,0.14,556.76,3132.36,26141094,99.93,0,0,0.14,556.76,3132.35,26141095,99.84,0,0,0.36,556.64,3132.5,26141096,99.91,0,0,0.18,556.59,3132.54,26141097,99.79,0,0,0.61,557,3132.13,26141098,99.93,0.01,0,0.16,556.73,3132.39,26141099,99.93,0,0,0.18,556.83,3132.28,26141100,99.78,0,0,0.28,556.91,3132.23,26141101,99.93,0,0,0.14,556.81,3132.32,26141102,99.75,0,0,0.62,557.1,3132.02,26141103,99.93,0,0,0.16,556.86,3132.26,26141104,99.89,0,0,0.14,556.85,3132.26,26141105,99.77,0,0,0.28,556.83,3132.3,26141106,99.9,0,0,0.14,556.78,3132.35,26141107,99.73,0,0,0.41,557.1,3132.02,26141108,99.93,0,0,0.28,556.87,3132.24,26141109,99.84,0,0,0.35,556.82,3132.26,26141110,99.85,0,0,0.35,556.78,3132.31,26141111,99.9,0,0,0.14,556.75,3132.35,26141112,99.78,0,0,0.42,557.14,3131.95,26141113,99.94,0,0,0.28,556.85,3132.23,26141114,99.9,0,0,0.14,556.81,3132.26,26141115,99.81,0,0,0.28,556.8,3132.3,26141116,99.9,0,0,0.16,556.75,3132.35,26141117,99.91,0,0,0.19,556.79,3132.29,26141118,99.73,0,0,0.55,556.83,3132.25,26141119,99.91,0,0,0.14,556.05,3133.02,26141120,99.76,0,0,0.27,555.79,3133.31,26141121,99.91,0,0,0.18,555.75,3133.34,26141122,99.9,0,0,0.14,555.86,3133.23,26141123,99.73,0,0,0.57,556.4,3132.68,26141124,99.89,0,0,0.16,556.01,3133.07,26141125,99.81,0,0,0.28,556.95,3132.14,26141126,99.92,0,0,0.14,557.04,3132.05,26141127,99.93,0,0,0.16,557.07,3132.01,26141128,99.75,0,0,0.58,557.37,3131.71,26141129,99.9,0.02,0.61,0.16,556.97,3132.09,26141130,99.83,0,0,0.32,557.09,3131.99,26141131,99.9,0,0,0.14,557.08,3132,26141132,99.92,0,0,0.14,557.04,3132.04,26141133,99.78,0,0,0.61,557.04,3132.02,26141134,99.91,0.01,0.09,0.19,556.56,3132.5,26141135,99.83,0,0,0.28,556.91,3132.17,26141136,99.88,0,0,0.17,556.76,3132.31,26141137,99.91,0,0,0.18,556.72,3132.35,26141138,99.75,0,0,0.57,557.25,3131.82,26141139,99.82,0,0,0.3,557.06,3132,26141140,99.81,0,0,0.32,556.32,3132.76,26141141,99.9,0,0,0.13,556.24,3132.83,26141142,99.91,0,0,0.14,556.2,3132.87,26141143,99.74,0.01,0.01,0.5,557.03,3132.03,26141144,99.86,0,0,0.21,556.41,3132.65,26141145,99.82,0,0,0.28,556.73,3132.34,26141146,99.9,0,0,0.16,556.7,3132.37,26141147,99.89,0,0,0.14,556.83,3132.23,26141148,99.78,0,0,0.36,557.35,3131.7,26141149,99.93,0,0,0.36,556.99,3132.07,26141150,99.85,0,0,0.27,557.22,3131.85,26141151,99.93,0,0,0.16,557.22,3131.84,26141152,99.89,0,0,0.14,557.3,3131.76,26141153,99.89,0,0,0.14,557.25,3131.81,26141154,99.72,0,0,0.6,557.33,3131.72,26141155,99.85,0,0,0.35,556.93,3132.14,26141156,99.92,0,0,0.18,557.1,3131.98,26141157,99.89,0,0,0.15,557.06,3132.02,26141158,99.9,0,0,0.15,557.01,3132.06,26141159,99.76,0,0,0.53,557.34,3131.73,26141160,99.85,0,0,0.28,557.19,3131.9,26141161,99.91,0,0,0.14,557.33,3131.75,26141162,99.92,0,0,0.16,557.3,3131.78,26141163,99.91,0,0,0.14,557.27,3131.81,26141164,99.78,0,0,0.55,557.58,3131.49,26141165,99.83,0,0,0.29,556.97,3132.12,26141166,99.89,0,0,0.14,557.04,3132.04,26141167,99.91,0,0,0.14,557.08,3132,26141168,99.92,0,0,0.16,557.03,3132.05,26141169,99.52,0,0,0.71,557.47,3131.58,26141170,99.75,0,0,0.27,556.73,3132.33,26141171,99.93,0,0,0.16,556.77,3132.29,26141172,99.92,0,0,0.15,556.81,3132.25,26141173,99.91,0,0,0.15,556.77,3132.28,26141174,99.8,0,0,0.58,557.24,3131.83,26141175,99.84,0,0,0.29,557.2,3131.9,26141176,99.93,0,0,0.16,557.25,3131.84,26141177,99.9,0,0,0.2,557.31,3131.78,26141178,99.92,0,0,0.15,557.27,3131.82,26141179,99.77,0,0,0.43,557.7,3131.38,26141180,99.83,0,0,0.39,557.24,3131.85,26141181,99.88,0,0,0.16,557.3,3131.81,26141182,99.93,0,0,0.14,557.29,3131.82,26141183,99.9,0,0,0.14,557.26,3131.85,26141184,99.77,0,0,0.4,557.56,3131.54,26141185,99.81,0,0.03,0.43,557.26,3131.85,26141186,99.93,0,0,0.13,557.31,3131.81,26141187,99.9,0,0,0.16,557.27,3131.84,26141188,99.91,0,0,0.14,557.23,3131.87,26141189,99.79,0,0,0.4,557.07,3132.03,26141190,99.77,0,0,0.41,555.79,3133.32,26141191,99.87,0,0,0.15,555.86,3133.25,26141192,99.91,0,0,0.16,555.82,3133.29,26141193,99.89,0.01,0.01,0.14,555.75,3133.35,26141194,99.91,0,0,0.16,555.76,3133.34,26141195,99.69,0,0,0.66,556.88,3132.23,26141196,99.92,0,0,0.14,556.55,3132.56,26141197,99.92,0,0,0.17,556.51,3132.61,26141198,99.92,0,0,0.15,556.47,3132.64,26141199,99.87,0,0,0.34,556.51,3132.57,26141200,99.7,0,0,0.66,557.38,3131.71,26141201,99.91,0,0,0.14,556.78,3132.31,26141202,99.9,0,0,0.19,556.74,3132.35,26141203,99.88,0.01,0.01,0.16,556.69,3132.39,26141204,99.89,0,0,0.18,556.68,3132.39,26141205,94.67,0.28,0.01,195.48,568.32,3121.5,26141206,99.78,0,0,63.89,558.91,3130.31,26141207,99.87,0,0,0.14,558.87,3130.34,26141208,99.92,0,0,0.15,558.83,3130.38,26141209,99.92,0,0,0.14,558.88,3130.33,26141210,99.67,0,0,0.77,558.09,3131.15,26141211,99.93,0,0,0.16,556.48,3132.79,26141212,99.92,0,0,0.13,556.43,3132.84,26141213,99.91,0,0,0.19,556.46,3132.8,26141214,99.91,0,0,0.18,556.52,3132.74,26141215,99.68,0,0,0.68,557.1,3132.17,26141216,99.92,0,0,0.14,556.7,3132.57,26141217,99.91,0,0,0.18,556.65,3132.62,26141218,99.92,0,0,0.18,556.72,3132.55,26141219,99.92,0,0,0.15,556.79,3132.49,26141220,99.59,0,0,0.69,556.23,3133.06,26141221,99.9,0,0,0.14,556.71,3132.58,26141222,99.89,0,0,0.16,556.67,3132.62,26141223,99.93,0,0,0.14,556.79,3132.49,26141224,99.91,0.01,0.02,0.14,556.76,3132.52,26141225,99.72,0,0,0.48,557.12,3132.16,26141226,99.93,0,0,0.37,556.48,3132.8,26141227,99.92,0,0,0.17,556.43,3132.85,26141228,99.9,0,0,0.15,556.47,3132.81,26141229,99.87,0,0,0.3,556.52,3132.73,26141230,99.86,0,0,0.29,556.26,3133.01,26141231,99.76,0,0,0.54,557.16,3132.11,26141232,99.9,0,0,0.15,556.67,3132.59,26141233,99.9,0,0,0.15,556.75,3132.51,26141234,99.96,0,0,0.16,556.75,3132.5,26141235,99.88,0,0,0.33,556.25,3133.02,26141236,99.76,0,0,0.56,556.92,3132.35,26141237,99.9,0,0,0.19,556.45,3132.81,26141238,99.93,0,0,0.14,556.53,3132.72,26141239,99.91,0,0,0.14,556.49,3132.76,26141240,99.87,0,0,0.27,556.22,3133.05,26141241,99.78,0,0,0.55,556.7,3132.56,26141242,99.94,0,0,0.16,556.43,3132.83,26141243,99.9,0,0,0.14,556.53,3132.73,26141244,99.89,0,0,0.15,556.48,3132.77,26141245,99.83,0,0,0.28,556.72,3132.55,26141246,99.77,0,0,0.49,557.01,3132.26,26141247,99.91,0,0,0.19,556.7,3132.56,26141248,99.91,0,0,0.16,556.79,3132.47,26141249,99.91,0,0,0.14,556.75,3132.5,26141250,99.77,0,0,0.27,555.99,3133.28,26141251,99.78,0,0,0.45,556.53,3132.73,26141252,99.91,0,0,0.28,555.75,3133.52,26141253,99.91,0,0,0.17,555.8,3133.46,26141254,99.87,0,0,0.16,555.76,3133.5,26141255,99.84,0,0,0.29,556.94,3132.33,26141256,99.77,0,0,0.42,557.28,3131.99,26141257,99.92,0,0,0.28,557.01,3132.25,26141258,99.93,0,0,0.16,557.02,3132.23,26141259,99.88,0,0,0.39,556.48,3132.75,26141260,99.79,0,0,0.3,556.46,3132.79,26141261,99.83,0,0,0.32,556.77,3132.47,26141262,99.89,0,0,0.4,556.98,3132.26,26141263,99.9,0.01,0.01,0.14,557,3132.24,26141264,99.9,0,0,0.16,556.91,3132.34,26141265,99.85,0,0,0.3,556.98,3132.29,26141266,99.8,0,0,0.32,557.26,3132.01,26141267,99.87,0,0,0.44,556.05,3133.22,26141268,99.87,0,0,0.15,555.99,3133.27,26141269,99.9,0,0,0.15,555.95,3133.3,26141270,99.8,0,0,0.29,555.46,3133.81,26141271,99.92,0,0,0.16,555.49,3133.78,26141272,99.78,0,0,0.54,556.93,3132.34,26141273,99.92,0,0,0.14,556.73,3132.53,26141274,99.91,0,0,0.15,556.66,3132.59,26141275,99.83,0,0,0.29,556,3133.27,26141276,99.94,0,0,0.16,556.05,3133.22,26141277,99.78,0,0,0.54,556.35,3132.91,26141278,99.92,0,0,0.15,555.95,3133.31,26141279,99.93,0,0,0.14,555.91,3133.34,26141280,99.83,0,0,0.28,556.22,3133.04,26141281,99.91,0,0,0.17,556.29,3132.97,26141282,99.78,0,0,0.54,557.21,3132.05,26141283,99.9,0,0,0.16,556.69,3132.56,26141284,99.92,0.01,0,0.16,556.7,3132.54,26141285,99.87,0,0,0.3,557.28,3131.99,26141286,99.91,0,0,0.15,557.25,3132.02,26141287,99.79,0,0,0.48,557.64,3131.62,26141288,99.9,0,0,0.21,556.66,3132.59,26141289,99.86,0,0,0.32,556.99,3132.26,26141290,99.85,0,0,0.27,557.01,3132.26,26141291,99.9,0,0,0.18,556.96,3132.3,26141292,99.78,0,0,0.56,557.37,3131.89,26141293,99.88,0,0,0.16,556.95,3132.31,26141294,99.88,0,0,0.14,556.99,3132.26,26141295,99.73,0,0,0.36,556.01,3133.25,26141296,99.89,0,0,0.21,555.94,3133.32,26141297,99.87,0,0,0.24,556.13,3133.13,26141298,99.77,0,0,0.58,557.62,3131.64,26141299,99.92,0,0,0.19,557.22,3132.03,26141300,99.81,0,0,0.32,557,3132.27,26141301,99.9,0,0,0.14,556.91,3132.35,26141302,99.9,0,0,0.14,556.94,3132.32,26141303,99.8,0,0,0.56,557.55,3131.71,26141304,99.92,0,0,0.14,557.19,3132.06,26141305,99.82,0,0.01,0.3,556.9,3132.36,26141306,99.93,0,0,0.16,556.94,3132.32,26141307,99.05,0,0,0.14,557,3132.26,26141308,99.76,0,0,0.55,556.48,3132.78,26141309,99.93,0,0,0.15,555.91,3133.34,26141310,99.83,0,0,0.28,556.13,3133.14,26141311,99.91,0,0,0.13,556.3,3132.97,26141312,99.89,0,0,0.16,556.27,3132.99,26141313,99.73,0,0,0.55,556.9,3132.36,26141314,99.89,0,0,0.15,556.66,3132.59,26141315,99.84,0,0,0.29,557.21,3132.06,26141316,99.9,0,0,0.16,557.25,3132.01,26141317,99.91,0,0,0.14,557.21,3132.04,26141318,99.78,0,0,0.4,557.53,3131.72,26141319,99.83,0,0,0.55,556.92,3132.3,26141320,99.85,0,0,0.31,556.88,3132.38,26141321,99.91,0,0,0.16,556.75,3132.5,26141322,99.91,0,0,0.14,556.71,3132.54,26141323,99.74,0.01,0.01,0.49,557.51,3131.73,26141324,99.88,0,0,0.25,557.11,3132.13,26141325,99.85,0,0,0.3,557.25,3132.01,26141326,99.9,0,0,0.13,557.21,3132.04,26141327,99.9,0,0,0.16,557.16,3132.09,26141328,99.77,0,0,0.47,557.44,3131.81,26141329,99.89,0,0,0.22,556.76,3132.47,26141330,99.84,0,0,0.27,556.98,3132.28,26141331,99.9,0,0,0.16,556.93,3132.32,26141332,99.9,0,0,0.14,556.87,3132.38,26141333,99.88,0,0,0.14,557.01,3132.23,26141334,99.73,0,0,0.58,557.57,3131.67,26141335,99.83,0,0,0.33,557.19,3132.07,26141336,99.91,0,0,0.14,557.15,3132.11,26141337,99.93,0,0,0.15,557.18,3132.07,26141338,99.91,0,0,0.14,557.25,3132.01,26141339,99.77,0,0,0.55,557.56,3131.69,26141340,99.76,0,0,0.34,557.21,3132.07,26141341,99.9,0,0,0.12,557.14,3132.13,26141342,99.89,0,0,0.16,557.22,3132.05,26141343,99.91,0,0,0.14,557.23,3132.04,26141344,99.8,0,0,0.54,556.67,3132.59,26141345,99.79,0,0,0.31,556.3,3132.97,26141346,99.91,0,0,0.14,556.19,3133.09,26141347,99.9,0,0,0.15,556.29,3132.97,26141348,99.91,0,0,0.16,556.26,3133.01,26141349,99.66,0,0,0.73,556.8,3132.43,26141350,99.83,0,0,0.29,556.18,3133.07,26141351,99.92,0,0,0.15,556.21,3133.04,26141352,99.93,0,0,0.14,556.27,3132.98,26141353,99.93,0,0,0.13,556.21,3133.03,26141354,99.77,0,0,0.56,556.81,3132.43,26141355,99.78,0,0,0.29,556.61,3132.64,26141356,99.91,0,0,0.16,556.75,3132.49,26141357,99.9,0,0,0.19,556.73,3132.51,26141358,99.94,0,0,0.16,556.69,3132.55,26141359,99.72,0,0,0.48,556.88,3132.35,26141360,99.84,0,0,0.33,555.94,3133.32,26141361,99.88,0,0,0.15,556.03,3133.22,26141362,99.91,0,0,0.16,555.97,3133.27,26141363,99.91,0,0,0.15,555.93,3133.31,26141364,99.77,0,0,0.41,556.24,3132.99,26141365,99.84,0,0,0.45,555.72,3133.53,26141366,99.93,0,0,0.15,555.77,3133.47,26141367,99.91,0,0,0.15,555.72,3133.52,26141368,99.92,0,0,0.14,555.68,3133.55,26141369,99.79,0,0,0.54,556.03,3133.2,26141370,99.82,0,0,0.28,556.48,3132.77,26141371,99.9,0,0,0.14,556.49,3132.75,26141372,99.9,0,0,0.18,556.45,3132.79,26141373,99.88,0,0,0.14,556.4,3132.83,26141374,99.91,0,0,0.15,556.35,3132.88,26141375,99.57,0,0,0.64,556.51,3132.74,26141376,99.93,0,0,0.16,555.76,3133.48,26141377,99.91,0,0,0.14,555.72,3133.52,26141378,99.85,0,0,0.17,555.68,3133.55,26141379,99.76,0,0,0.31,556.38,3132.83,26141380,99.65,0,0,0.72,557.08,3132.15,26141381,99.91,0,0,0.17,556.25,3132.97,26141382,99.91,0,0,0.15,556.21,3133.01,26141383,99.88,0.01,0.01,0.14,556.16,3133.06,26141384,99.87,0,0,0.17,556.19,3133.04,26141385,99.67,0,0,0.84,557.24,3132.01,26141386,99.92,0,0,0.14,556.48,3132.77,26141387,99.89,0,0,0.14,556.43,3132.81,26141388,99.9,0,0,0.16,556.39,3132.85,26141389,99.91,0,0,0.14,556.47,3132.76,26141390,99.66,0,0,0.7,557.38,3131.87,26141391,99.89,0,0,0.17,556.93,3132.31,26141392,99.88,0,0,0.15,556.89,3132.35,26141393,99.89,0,0,0.15,556.94,3132.29,26141394,99.89,0,0,0.13,556.98,3132.25,26141395,99.62,0,0,0.76,556.26,3132.98,26141396,99.88,0,0,0.14,556.17,3133.06,26141397,99.88,0,0,0.14,556.12,3133.11,26141398,99.93,0,0,0.18,556.22,3133.01,26141399,99.9,0,0,0.17,556.22,3133,26141400,99.55,0,0,0.61,556.86,3132.38,26141401,99.84,0,0,0.27,557.13,3132.1,26141402,99.86,0,0,0.15,557.14,3132.09,26141403,99.88,0,0,0.13,557.24,3131.99,26141404,99.83,0,0,0.16,557.19,3132.03,26141405,99.78,0,0,0.3,556.92,3132.31,26141406,99.69,0,0,0.61,556.99,3132.23,26141407,99.9,0,0,0.14,556.68,3132.55,26141408,99.84,0,0,0.15,556.75,3132.47,26141409,99.83,0,0,0.3,556.69,3132.51,26141410,99.82,0,0,0.41,556.9,3132.31,26141411,99.73,0,0,0.52,556.04,3133.17,26141412,99.88,0,0,0.17,555.73,3133.47,26141413,99.81,0,0,0.13,555.72,3133.48,26141414,99.84,0,0,0.16,555.68,3133.53,26141415,99.84,0,0,0.3,556.62,3132.61,26141416,99.67,0,0,0.54,557.23,3132,26141417,99.81,0,0,0.18,556.98,3132.24,26141418,99.88,0,0,0.16,556.94,3132.28,26141419,99.88,0,0,0.14,556.89,3132.32,26141420,99.76,0,0,0.3,556.9,3132.33,26141421,99.69,0,0,0.54,557.35,3131.88,26141422,99.87,0.01,0.01,0.15,556.94,3132.27,26141423,99.84,0,0,0.15,556.86,3132.35,26141424,99.85,0,0,0.15,556.88,3132.33,26141425,99.69,0,0,0.3,556.27,3132.96,26141426,99.69,0,0.01,0.56,557.16,3132.06,26141427,99.86,0,0,0.15,556.86,3132.35,26141428,99.81,0,0,0.14,556.89,3132.32,26141429,99.85,0,0,0.15,556.95,3132.26,26141430,99.75,0,0,0.33,556.57,3132.65,26141431,99.68,0,0,0.41,556.88,3132.34,26141432,99.85,0,0,0.32,556.89,3132.33,26141433,99.83,0,0,0.16,556.97,3132.24,26141434,99.84,0,0,0.17,556.94,3132.27,26141435,99.76,0,0,0.3,556.91,3132.31,26141436,99.7,0,0,0.51,557.22,3132,26141437,99.82,0,0,0.2,556.83,3132.39,26141438,99.81,0,0,0.15,556.95,3132.26,26141439,99.68,0,0,0.33,556.97,3132.22,26141440,99.72,0,0,0.29,555.99,3133.21,26141441,99.71,0,0,0.33,556.29,3132.91,26141442,99.83,0,0,0.39,556.13,3133.07,26141443,99.8,0.01,0.01,0.17,556.22,3132.98,26141444,99.81,0,0,0.16,556.19,3133,26141445,99.75,0,0,0.32,556.67,3132.54,26141446,99.79,0,0,0.17,556.63,3132.58,26141447,99.65,0,0,0.58,557.5,3131.7,26141448,99.82,0,0,0.14,556.98,3132.22,26141449,99.83,0,0,0.14,556.92,3132.27,26141450,99.79,0,0,0.32,556.91,3132.3,26141451,99.83,0,0,0.16,556.93,3132.27,26141452,99.67,0,0,0.56,557.62,3131.57,26141453,99.84,0,0,0.15,556.92,3132.27,26141454,99.83,0,0,0.16,556.88,3132.32,26141455,99.73,0,0,0.32,556.62,3132.6,26141456,99.83,0,0,0.14,556.71,3132.51,26141457,99.65,0,0,0.5,557.51,3131.69,26141458,99.85,0,0,0.19,557.14,3132.07,26141459,99.85,0,0,0.15,557.1,3132.1,26141460,99.69,0,0,0.29,556.91,3132.31,26141461,99.81,0,0,0.16,556.99,3132.22,26141462,99.7,0,0,0.51,557.21,3132,26141463,99.85,0,0,0.21,556.4,3132.81,26141464,99.8,0,0,0.14,556.36,3132.84,26141465,99.74,0,0,0.38,555.94,3133.28,26141466,99.82,0,0,0.18,555.97,3133.24,26141467,99.7,0,0,0.59,556.51,3132.7,26141468,99.85,0,0,0.18,556.86,3132.35,26141469,99.76,0,0,0.34,556.6,3132.58,26141470,99.76,0,0,0.33,557.02,3132.18,26141471,99.83,0,0,0.16,556.96,3132.23,26141472,99.7,0,0,0.43,557.34,3131.85,26141473,99.86,0,0,0.29,557.12,3132.06,26141474,99.85,0,0,0.15,557.11,3132.07,26141475,99.72,0,0,0.28,556.29,3132.91,26141476,99.81,0,0,0.16,556.22,3132.97,26141477,99.65,0,0,0.53,556.59,3132.59,26141478,99.83,0,0,0.23,557.09,3132.08,26141479,99.82,0,0,0.15,557.15,3132.03,26141480,99.67,0,0,0.27,556.25,3132.94,26141481,99.81,0,0,0.14,556.18,3133.01,26141482,99.84,0,0,0.16,556.14,3133.04,26141483,99.62,0,0,0.56,557.12,3132.05,26141484,99.85,0,0,0.18,556.92,3132.25,26141485,99.79,0,0,0.29,557.2,3131.99,26141486,99.82,0,0,0.17,557.17,3132.02,26141487,99.82,0,0,0.14,557.12,3132.06,26141488,99.69,0,0,0.57,557.43,3131.74,26141489,99.84,0,0,0.15,557.16,3132,26141490,99.71,0,0,0.28,557.42,3131.76,26141491,99.83,0,0,0.15,557.37,3131.81,26141492,99.73,0,0,0.16,557.33,3131.85,26141493,99.63,0,0,0.54,557.64,3131.53,26141494,99.83,0,0,0.16,556.69,3132.48,26141495,99.73,0,0,0.27,556.91,3132.28,26141496,99.82,0,0,0.16,556.86,3132.32,26141497,99.82,0,0,0.15,556.81,3132.37,26141498,99.69,0,0,0.48,557.21,3131.97,26141499,99.61,0,0,0.37,556.42,3132.72,26141500,99.66,0.01,0.02,0.34,555.17,3134,26141501,99.82,0,0,0.14,555.16,3134,26141502,99.81,0,0,0.14,555.23,3133.92,26141503,99.62,0.01,0.01,0.54,555.88,3133.27,26141504,99.8,0,0,0.16,556.58,3132.56,26141505,99.72,0,0,0.3,556.88,3132.28,26141506,99.82,0,0,0.16,556.97,3132.19,26141507,99.8,0,0,0.14,556.93,3132.22,26141508,99.69,0,0,0.55,557.2,3131.95,26141509,99.82,0,0,0.15,556.6,3132.54,26141510,99.76,0,0,0.26,556.39,3132.77,26141511,99.83,0,0,0.14,556.47,3132.69,26141512,99.83,0,0,0.16,556.43,3132.72,26141513,99.72,0,0,0.41,556.76,3132.39,26141514,99.82,0,0,0.29,556.58,3132.56,26141515,99.69,0,0,0.29,555.22,3133.96,26141516,99.83,0,0,0.17,555.21,3133.96,26141517,99.8,0,0,0.14,555.18,3133.99,26141518,99.82,0,0,0.15,555.14,3134.03,26141519,99.61,0,0,0.54,556.57,3132.59,26141520,99.76,0,0,0.27,556.48,3132.7,26141521,99.82,0,0,0.14,556.42,3132.75,26141522,99.82,0,0,0.16,556.38,3132.79,26141523,99.81,0.01,0.02,0.14,556.39,3132.78,26141524,99.65,0,0,0.56,557.38,3131.78,26141525,99.78,0,0,0.29,556.91,3132.27,26141526,99.8,0.01,0.82,0.24,556.8,3132.37,26141527,99.8,0,0,0.17,556.58,3132.58,26141528,99.83,0,0,0.14,556.62,3132.53,26141529,99.59,0,0,0.64,557.22,3131.91,26141530,99.77,0,0,0.33,556.64,3132.51,26141531,99.85,0,0,0.16,556.61,3132.54,26141532,99.82,0,0,0.16,556.56,3132.58,26141533,99.82,0,0,0.16,556.66,3132.47,26141534,99.65,0,0,0.52,557.19,3131.96,26141535,99.79,0,0,0.35,556.39,3132.77,26141536,99.84,0,0,0.14,556.34,3132.82,26141537,99.83,0,0,0.2,556.09,3133.07,26141538,99.82,0,0,0.15,556.2,3132.95,26141539,99.65,0,0,0.49,556.54,3132.6,26141540,99.72,0,0,0.34,555.4,3133.77,26141541,99.83,0,0,0.14,555.35,3133.84,26141542,99.82,0,0,0.18,555.39,3133.81,26141543,99.84,0,0,0.15,555.41,3133.78,26141544,99.69,0,0,0.55,555.93,3133.25,26141545,99.71,0,0,0.31,556.58,3132.62,26141546,99.84,0,0,0.15,556.61,3132.6,26141547,99.78,0,0,0.18,556.69,3132.52,26141548,99.81,0,0,0.17,556.64,3132.56,26141549,99.69,0,0,0.32,556.93,3132.26,26141550,99.75,0,0,0.49,556.37,3132.85,26141551,99.79,0,0,0.16,556.36,3132.85,26141552,99.83,0,0,0.16,556.42,3132.78,26141553,99.83,0,0,0.14,556.39,3132.81,26141554,99.84,0,0,0.16,556.35,3132.85,26141555,99.56,0,0,0.68,556.87,3132.34,26141556,99.85,0,0,0.14,556.36,3132.85,26141557,99.82,0,0,0.16,556.42,3132.78,26141558,99.85,0,0,0.15,556.38,3132.82,26141559,99.66,0,0,0.32,556.8,3132.37,26141560,99.62,0,0,0.72,557.22,3131.97,26141561,99.83,0,0,0.14,556.9,3132.28,26141562,99.8,0,0,0.15,556.91,3132.27,26141563,99.81,0.01,0.01,0.16,556.87,3132.3,26141564,99.81,0,0,0.15,556.81,3132.41,26141565,99.58,0,0,0.68,557.12,3132.12,26141566,99.84,0,0,0.29,556.93,3132.3,26141567,99.52,0,0,0.16,556.89,3132.35,26141568,99.78,0,0,0.15,556.85,3132.38,26141569,99.83,0,0,0.16,556.81,3132.41,26141570,94.86,0.35,0.01,78.91,568.81,3120.62,26141571,99.49,0,0,180.74,559.15,3130.64,26141572,99.84,0,0,0.13,559.1,3130.68,26141573,99.83,0,0,0.16,559.41,3130.37,26141574,99.81,0,0,0.15,559.48,3130.3,26141575,99.63,0,0,0.87,559.09,3130.71,26141576,99.83,0,0,0.14,556.75,3133.07,26141577,99.8,0,0,0.15,556.77,3133.05,26141578,99.8,0,0,0.14,556.84,3132.98,26141579,99.84,0,0,0.14,556.8,3133.01,26141580,99.53,0,0,0.51,556.78,3133.05,26141581,99.78,0,0,0.43,557.23,3132.6,26141582,99.83,0,0,0.16,557.26,3132.56,26141583,99.83,0,0,0.18,557.32,3132.49,26141584,99.83,0,0,0.18,557.26,3132.54,26141585,99.75,0,0,0.32,556.82,3133,26141586,99.69,0,0,0.55,557.06,3132.76,26141587,99.88,0,0,0.15,556.79,3133.03,26141588,99.86,0,0,0.15,556.81,3133,26141589,99.74,0,0,0.31,556.77,3133.02,26141590,99.79,0,0,0.28,556.51,3133.3,26141591,99.79,0,0,0.55,557.02,3132.78,26141592,99.88,0,0,0.15,556.8,3133,26141593,99.9,0,0,0.15,556.79,3133,26141594,99.9,0,0,0.15,556.74,3133.05,26141595,99.78,0,0,0.33,555.77,3134.04,26141596,99.75,0,0,0.57,556.8,3133,26141597,99.88,0,0,0.22,556.57,3133.23,26141598,99.91,0,0,0.18,556.52,3133.28,26141599,99.92,0,0,0.18,556.48,3133.31,26141600,99.85,0,0,0.28,556.7,3133.11,26141601,99.76,0,0,0.42,557.27,3132.54,26141602,99.9,0,0,0.29,557.04,3132.76,26141603,99.93,0,0,0.16,556.99,3132.81,26141604,99.91,0,0,0.16,556.96,3132.84,26141605,99.89,0,0,0.32,556.94,3132.87,26141606,99.75,0,0,0.42,557.42,3132.39,26141607,99.86,0,0,0.3,557.06,3132.74,26141608,99.9,0,0,0.14,557.02,3132.78,26141609,99.91,0,0,0.17,556.97,3132.82,26141610,99.81,0,0,0.3,557.02,3132.79,26141611,99.77,0,0,0.54,557.41,3132.4,26141612,99.87,0,0,0.16,556.8,3133,26141613,99.9,0,0,0.15,556.76,3133.04,26141614,99.91,0,0,0.17,556.71,3133.08,26141615,99.8,0.03,2.2,0.52,557.01,3132.79,26141616,99.8,0,0.02,0.4,557.35,3132.43,26141617,99.88,0,0,0.43,557.41,3132.36,26141618,99.86,0,0,0.15,557.01,3132.76,26141619,99.82,0,0,0.29,556.95,3132.8,26141620,99.86,0,0,0.31,556.93,3132.83,26141621,99.93,0,0,0.14,557.06,3132.7,26141622,99.75,0,0,0.55,557.77,3132,26141623,99.88,0.01,0.01,0.14,557.24,3132.53,26141624,99.91,0,0,0.15,557.18,3132.58,26141625,99.82,0,0,0.3,557.02,3132.76,26141626,99.94,0,0,0.13,557.06,3132.71,26141627,99.77,0,0,0.59,557.52,3132.24,26141628,99.87,0,0,0.14,557.22,3132.55,26141629,99.9,0,0,0.15,557.17,3132.59,26141630,99.74,0,0,0.29,555.19,3134.59,26141631,99.9,0,0,0.16,555.06,3134.71,26141632,99.77,0,0,0.55,556.84,3132.92,26141633,99.9,0,0,0.16,557.18,3132.58,26141634,99.9,0,0,0.14,557.23,3132.53,26141635,99.81,0,0,0.29,557.06,3132.71,26141636,99.9,0,0,0.19,557,3132.77,26141637,99.77,0,0,0.5,557.84,3131.93,26141638,99.88,0,0,0.2,557.16,3132.6,26141639,99.91,0,0,0.17,557.25,3132.5,26141640,99.87,0,0,0.3,556.25,3133.52,26141641,99.9,0,0,0.14,556.01,3133.76,26141642,99.8,0,0,0.4,556.94,3132.82,26141643,99.89,0,0,0.3,557.19,3132.57,26141644,99.9,0,0,0.14,557.29,3132.47,26141645,99.83,0,0,0.29,557.26,3132.51,26141646,99.92,0,0,0.16,557.22,3132.55,26141647,99.78,0,0,0.54,557.68,3132.08,26141648,99.9,0,0,0.19,557.21,3132.55,26141649,99.8,0,0,0.31,557.51,3132.22,26141650,99.81,0,0,0.28,557.01,3132.74,26141651,99.92,0,0,0.19,556.95,3132.79,26141652,99.9,0,0,0.15,556.9,3132.84,26141653,99.78,0,0,0.55,556.57,3133.16,26141654,99.88,0,0,0.14,556.05,3133.68,26141655,99.83,0,0,0.3,556.51,3133.24,26141656,99.92,0,0,0.14,556.48,3133.27,26141657,99.9,0,0,0.18,556.44,3133.3,26141658,99.75,0,0,0.55,556.89,3132.85,26141659,99.9,0,0,0.14,556.54,3133.19,26141660,99.84,0,0,0.29,556.52,3133.23,26141661,99.93,0,0,0.16,556.47,3133.28,26141662,99.93,0,0,0.15,556.44,3133.3,26141663,99.77,0,0,0.58,557.08,3132.66,26141664,99.92,0,0,0.15,556.77,3132.96,26141665,99.84,0,0,0.3,556.76,3132.99,26141666,99.94,0,0,0.14,556.71,3133.03,26141667,99.9,0,0,0.16,556.66,3133.08,26141668,99.74,0,0,0.55,556.66,3133.08,26141669,99.9,0,0,0.15,556.02,3133.72,26141670,99.85,0,0,0.42,556.75,3133,26141671,99.89,0,0,0.11,556.69,3133.05,26141672,99.9,0,0,0.17,556.66,3133.08,26141673,99.75,0,0,0.42,557.17,3132.57,26141674,99.89,0,0,0.29,556.53,3133.2,26141675,99.83,0,0,0.29,556.28,3133.47,26141676,99.91,0,0,0.16,556.23,3133.51,26141677,99.89,0,0,0.15,556.21,3133.53,26141678,99.77,0,0,0.54,556.76,3132.98,26141679,99.75,0,0,0.38,556.95,3132.76,26141680,99.81,0,0,0.35,556.8,3132.95,26141681,99.92,0,0,0.15,556.75,3132.99,26141682,99.89,0,0,0.15,556.72,3133.02,26141683,99.78,0.01,0.01,0.52,557,3132.73,26141684,99.93,0,0,0.21,556.47,3133.28,26141685,99.82,0,0,0.3,556.57,3133.19,26141686,99.92,0,0,0.21,556.53,3133.23,26141687,99.92,0,0,0.18,556.49,3133.26,26141688,99.89,0,0,0.17,556.46,3133.29,26141689,99.77,0,0,0.57,556.52,3133.22,26141690,99.89,0,0,0.31,556.16,3133.6,26141691,99.93,0,0,0.14,556.28,3133.47,26141692,99.93,0,0,0.16,556.3,3133.44,26141693,99.92,0,0,0.14,556.27,3133.47,26141694,99.78,0,0,0.61,556.82,3132.92,26141695,99.77,0,0,0.34,556.71,3133.05,26141696,99.92,0,0,0.18,556.68,3133.08,26141697,99.93,0,0,0.18,556.77,3132.98,26141698,99.9,0,0,0.19,556.79,3132.95,26141699,99.8,0,0,0.55,557.11,3132.62,26141700,99.79,0,0,0.31,556.01,3133.74,26141701,99.92,0,0,0.14,555.97,3133.78,26141702,99.92,0,0,0.14,555.93,3133.81,26141703,99.93,0,0,0.15,555.94,3133.8,26141704,99.75,0,0,0.52,556.92,3132.81,26141705,99.85,0,0,0.42,557.01,3132.74,26141706,99.91,0,0,0.15,556.96,3132.78,26141707,99.92,0,0,0.14,556.92,3132.82,26141708,99.91,0,0,0.19,556.88,3132.85,26141709,99.64,0,0,0.73,557.11,3132.61,26141710,99.83,0,0,0.33,557.1,3132.62,26141711,99.92,0,0,0.16,556.97,3132.75,26141712,99.91,0,0,0.14,556.94,3132.77,26141713,99.93,0,0.01,0.15,556.9,3132.81,26141714,99.78,0,0,0.59,557.28,3132.43,26141715,99.84,0,0,0.32,556.74,3132.98,26141716,99.92,0,0,0.14,556.75,3132.97,26141717,99.93,0,0,0.2,556.72,3133,26141718,99.93,0,0,0.14,556.68,3133.03,26141719,99.8,0,0,0.58,557.05,3132.65,26141720,99.85,0,0,0.3,556.41,3133.32,26141721,99.91,0,0,0.15,556.45,3133.27,26141722,99.93,0,0,0.17,556.51,3133.2,26141723,99.91,0,0,0.14,556.47,3133.24,26141724,99.9,0,0,0.16,556.43,3133.27,26141725,99.65,0,0,0.73,556.76,3132.97,26141726,99.91,0,0,0.17,556.38,3133.34,26141727,99.92,0,0,0.14,556.49,3133.23,26141728,99.93,0,0,0.14,556.49,3133.22,26141729,99.91,0,0,0.15,556.46,3133.25,26141730,98.24,0,0,0.75,557.02,3132.72,26141731,99.94,0,0,0.18,556.16,3133.58,26141732,99.92,0,0,0.19,556.2,3133.54,26141733,99.91,0,0,0.18,556.29,3133.44,26141734,99.91,0,0,0.19,556.26,3133.47,26141735,99.73,0,0,0.7,556.44,3133.3,26141736,99.93,0,0,0.16,555.96,3133.78,26141737,99.91,0,0,0.17,555.92,3133.81,26141738,99.9,0,0,0.15,555.97,3133.77,26141739,99.85,0,0,0.31,556.77,3132.94,26141740,99.74,0,0,0.71,557.15,3132.57,26141741,99.93,0,0,0.15,556.23,3133.49,26141742,99.94,0,0,0.17,556.19,3133.52,26141743,99.92,0.01,0.03,0.17,556.23,3133.48,26141744,99.94,0,0,0.15,556.28,3133.43,26141745,99.68,0,0,0.77,556.81,3132.91,26141746,99.93,0,0,0.18,555.98,3133.74,26141747,99.92,0,0,0.15,555.94,3133.77,26141748,99.93,0,0,0.16,555.91,3133.8,26141749,98.36,0,0,0.15,555.97,3133.74,26141750,99.73,0,0,0.73,557.68,3132.04,26141751,99.91,0,0,0.14,557.23,3132.49,26141752,99.89,0,0,0.14,557.18,3132.53,26141753,99.92,0,0,0.15,557.15,3132.56,26141754,99.91,0,0,0.14,557.11,3132.59,26141755,99.68,0,0,0.59,556.88,3132.84,26141756,99.93,0,0,0.34,556.51,3133.2,26141757,99.91,0,0,0.18,556.47,3133.24,26141758,99.91,0,0,0.18,556.43,3133.28,26141759,99.93,0,0,0.18,556.39,3133.31,26141760,99.8,0,0,0.3,556.04,3133.68,26141761,99.77,0,0,0.59,557.31,3132.41,26141762,99.93,0,0,0.18,556.99,3132.72,26141763,99.93,0,0,0.18,556.95,3132.75,26141764,99.93,0,0,0.18,556.91,3132.79,26141765,99.81,0,0,0.36,557.14,3132.58,26141766,99.76,0,0,0.57,557.54,3132.18,26141767,99.9,0,0,0.18,557.26,3132.45,26141768,99.88,0,0,0.18,557.22,3132.49,26141769,99.8,0,0,0.31,556.69,3132.99,26141770,99.8,0,0,0.3,555.94,3133.76,26141771,99.78,0,0,0.58,556.6,3133.1,26141772,99.9,0,0,0.15,556.44,3133.25,26141773,99.91,0,0,0.14,556.52,3133.17,26141774,99.9,0,0,0.17,556.48,3133.22,26141775,99.84,0,0,0.33,556.95,3132.77,26141776,99.79,0,0,0.49,557.42,3132.29,26141777,99.93,0,0,0.25,557.13,3132.58,26141778,99.92,0,0,0.15,557.18,3132.52,26141779,99.93,0,0,0.14,557.24,3132.46,26141780,99.87,0,0,0.34,557.22,3132.49,26141781,99.77,0,0,0.56,557.43,3132.29,26141782,99.93,0,0.01,0.21,556.89,3132.82,26141783,99.94,0,0,0.18,556.98,3132.72,26141784,99.9,0,0,0.18,556.99,3132.71,26141785,99.79,0,0,0.36,556.25,3133.47,26141786,99.78,0,0,0.57,557.16,3132.56,26141787,99.92,0,0,0.18,557.14,3132.57,26141788,99.92,0,0,0.18,557.1,3132.6,26141789,99.93,0,0,0.18,557.22,3132.48,26141790,99.84,0,0,0.37,557,3132.72,26141791,99.8,0,0,0.38,557.57,3132.14,26141792,99.92,0,0,0.36,557.17,3132.55,26141793,99.93,0,0,0.15,557.13,3132.59,26141794,99.93,0,0,0.14,557.16,3132.56,26141795,99.76,0,0,0.35,556.64,3133.09,26141796,99.89,0,0,0.17,556.5,3133.24,26141797,99.77,0,0,0.58,557.58,3132.15,26141798,99.92,0,0,0.14,557.15,3132.57,26141799,99.85,0,0,0.38,557.13,3132.57,26141800,99.85,0,0,0.4,557.18,3132.53,26141801,99.92,0,0,0.21,557.25,3132.46,26141802,99.77,0,0,0.55,557.75,3131.95,26141803,99.91,0.01,0.01,0.17,557.41,3132.29,26141804,99.92,0,0,0.16,557.05,3132.65,26141805,99.77,0,0,0.36,556.16,3133.56,26141806,99.9,0,0,0.15,556.24,3133.47,26141807,99.74,0,0,0.63,556.87,3132.83,26141808,99.92,0,0,0.16,556.68,3133.01,26141809,99.94,0,0,0.14,556.65,3133.04,26141810,99.89,0,0,0.35,556.4,3133.32,26141811,99.94,0,0,0.18,556.36,3133.36,26141812,99.8,0,0,0.55,556.82,3132.89,26141813,99.91,0,0,0.17,556.5,3133.21,26141814,99.91,0,0,0.14,556.46,3133.24,26141815,99.84,0,0,0.36,555.72,3133.99,26141816,99.9,0,0,0.2,555.68,3134.04,26141817,99.8,0,0,0.45,556.3,3133.41,26141818,99.93,0,0,0.3,556.49,3133.21,26141819,99.92,0,0,0.14,556.48,3133.21,26141820,99.75,0,0,0.3,555.74,3133.97,26141821,99.92,0,0,0.16,555.7,3134.01,26141822,99.77,0,0,0.49,556.26,3133.44,26141823,99.91,0,0,0.21,556.61,3133.11,26141824,99.9,0,0,0.15,556.72,3133,26141825,99.83,0,0,0.32,556.51,3133.23,26141826,99.91,0,0,0.16,556.46,3133.27,26141827,99.78,0,0,0.33,556.8,3132.93,26141828,99.93,0,0,0.38,556.63,3133.09,26141829,99.76,0,0,0.31,555.69,3134.01,26141830,99.76,0,0,0.31,555.58,3134.13,26141831,99.9,0,0,0.14,555.5,3134.21,26141832,99.92,0,0,0.16,555.46,3134.24,26141833,99.75,0,0,0.59,556.75,3132.95,26141834,99.94,0,0,0.15,555.91,3133.8,26141835,99.81,0,0,0.32,556.18,3133.55,26141836,99.92,0,0,0.14,556.24,3133.49,26141837,99.92,0,0,0.21,556.68,3133.04,26141838,99.73,0,0,0.59,557.07,3132.65,26141839,99.91,0,0,0.14,556.63,3133.09,26141840,99.86,0,0,0.31,556.85,3132.88,26141841,99.89,0,0,0.15,556.94,3132.79,26141842,99.93,0,0,0.13,556.98,3132.75,26141843,99.79,0,0,0.55,557.02,3132.7,26141844,99.93,0,0,0.15,556.41,3133.3,26141845,99.88,0,0,0.34,556.63,3133.09,26141846,99.93,0,0,0.16,556.6,3133.12,26141847,99.9,0,0,0.14,556.69,3133.02,26141848,99.76,0,0,0.51,556.77,3132.95,26141849,99.93,0,0,0.2,555.94,3133.77,26141850,99.87,0,0,0.34,556.66,3133.07,26141851,99.91,0,0,0.14,556.63,3133.09,26141852,99.9,0,0,0.16,556.59,3133.13,26141853,99.79,0,0,0.59,557.06,3132.65,26141854,99.93,0,0,0.16,556.73,3132.97,26141855,99.86,0,0,0.32,556.49,3133.24,26141856,99.89,0,0,0.19,556.45,3133.27,26141857,99.91,0,0,0.18,556.41,3133.31,26141858,99.78,0,0,0.61,556.83,3132.88,26141859,99.79,0,0,0.31,556.73,3132.96,26141860,99.86,0,0,0.33,556.5,3133.2,26141861,99.91,0,0,0.16,556.46,3133.24,26141862,99.92,0,0,0.18,556.43,3133.27,26141863,99.72,0.01,0.01,0.41,556.69,3133,26141864,99.93,0,0,0.31,555.84,3133.86,26141865,99.86,0,0,0.33,556.75,3132.96,26141866,99.93,0,0,0.2,556.72,3133,26141867,99.93,0,0,0.14,556.68,3133.03,26141868,99.92,0,0,0.14,556.64,3133.06,26141869,99.74,0,0,0.57,556.67,3133.03,26141870,99.83,0,0,0.31,556.18,3133.53,26141871,99.94,0,0,0.13,556.25,3133.46,26141872,99.91,0,0,0.16,556.22,3133.49,26141873,99.93,0,0,0.15,556.18,3133.53,26141874,99.77,0,0,0.59,557.02,3132.68,26141875,99.86,0,0,0.34,556.37,3133.35,26141876,99.88,0,0,0.14,556.42,3133.31,26141877,99.93,0,0,0.17,556.46,3133.26,26141878,99.91,0,0,0.14,556.43,3133.29,26141879,99.81,0,0,0.5,557.01,3132.7,26141880,99.84,0,0,0.35,556.87,3132.86,26141881,99.91,0,0,0.15,556.83,3132.89,26141882,99.93,0,0,0.14,556.95,3132.77,26141883,99.93,0,0,0.15,556.95,3132.77,26141884,99.7,0,0,0.41,556.99,3132.72,26141885,99.85,0,0,0.43,556.7,3133.03,26141886,99.9,0,0,0.16,556.62,3133.11,26141887,99.88,0,0,0.14,556.58,3133.14,26141888,99.89,0,0,0.15,556.64,3133.08,26141889,99.69,0,0,0.72,557.37,3132.32,26141890,99.82,0,0,0.39,556.94,3132.77,26141891,99.86,0,0,0.18,556.89,3132.81,26141892,99.92,0,0,0.18,556.85,3132.84,26141893,99.9,0,0,0.14,556.82,3132.87,26141894,99.8,0,0,0.57,557.28,3132.41,26141895,99.77,0,0,0.31,556.04,3133.66,26141896,99.94,0,0,0.14,555.97,3133.73,26141897,99.91,0,0,0.21,556.18,3133.51,26141898,99.87,0,0,0.15,556.14,3133.55,26141899,99.77,0,0,0.32,556.49,3133.2,26141900,99.86,0,0,0.52,556.72,3132.99,26141901,99.92,0,0,0.17,556.73,3132.98,26141902,99.92,0,0,0.14,556.69,3133.01,26141903,99.92,0,0,0.15,556.67,3133.03,26141904,99.91,0,0,0.17,556.62,3133.07,26141905,99.71,0,0,0.72,557.39,3132.32,26141906,99.92,0,0,0.17,556.66,3133.04,26141907,99.92,0,0,0.14,556.74,3132.97,26141908,99.89,0,0,0.17,556.7,3133,26141909,99.9,0,0,0.17,556.66,3133.03,26141910,99.73,0,0,0.79,557.58,3132.13,26141911,99.91,0,0,0.2,556.86,3132.85,26141912,99.47,0,0,0.2,556.89,3132.81,26141913,99.92,0,0,0.2,556.97,3132.72,26141914,99.93,0,0.01,0.2,556.94,3132.75,26141915,99.71,0,0.01,0.73,557.37,3132.33,26141916,99.92,0,0,0.17,556.88,3132.83,26141917,99.93,0,0,0.22,556.84,3132.86,26141918,99.9,0,0,0.17,556.88,3132.81,26141919,99.84,0,0,0.36,557.19,3132.48,26141920,99.72,0,0,0.78,557.53,3132.16,26141921,99.92,0,0,0.2,557.13,3132.55,26141922,99.92,0,0,0.2,557.09,3132.58,26141923,99.89,0.01,0.01,0.16,557.05,3132.62,26141924,99.88,0,0,0.17,557.17,3132.49,26141925,99.6,0,0,0.7,557.46,3132.23,26141926,99.91,0,0,0.22,556.91,3132.77,26141927,99.92,0,0,0.17,556.87,3132.8,26141928,99.9,0,0,0.16,556.84,3132.83,26141929,99.85,0,0,0.17,556.8,3132.86,26141930,94.99,0.37,0.01,78.31,566.07,3123.87,26141931,99.7,0,0,181.26,559.5,3130.07,26141932,99.86,0,0,0.19,559.42,3130.14,26141933,99.91,0,0,0.17,559.47,3130.09,26141934,99.89,0,0,0.17,559.54,3130.02,26141935,99.67,0,0,0.48,559.7,3129.87,26141936,99.86,0,0,0.47,557.57,3132.03,26141937,99.89,0.01,0.01,0.2,557.58,3132.01,26141938,99.89,0,0,0.2,557.59,3132,26141939,99.91,0,0,0.17,557.55,3132.04,26141940,99.66,0,0,0.3,556.83,3132.79,26141941,99.74,0,0,0.56,557.45,3132.18,26141942,99.92,0,0,0.13,557.06,3132.57,26141943,99.9,0,0,0.16,557.13,3132.49,26141944,99.87,0,0,0.15,557.08,3132.54,26141945,99.86,0,0.02,0.31,557.31,3132.33,26141946,99.79,0,0.01,0.57,557.62,3132.02,26141947,99.89,0,0,0.15,557.3,3132.33,26141948,99.93,0,0,0.15,557.38,3132.25,26141949,99.83,0,0,0.31,557.34,3132.27,26141950,99.82,0,0.01,0.3,557.05,3132.56,26141951,99.75,0,0,0.5,557.48,3132.14,26141952,99.89,0,0,0.21,557.21,3132.39,26141953,99.9,0,0,0.16,557.36,3132.24,26141954,99.87,0,0,0.15,557.36,3132.24,26141955,99.85,0,0,0.32,557.35,3132.26,26141956,99.76,0,0,0.5,557.28,3132.33,26141957,99.86,0,0,0.22,556.54,3133.07,26141958,99.91,0,0,0.16,556.5,3133.1,26141959,99.89,0,0,0.15,556.42,3133.18,26141960,99.82,0,0,0.3,556.65,3132.97,26141961,99.69,0,0,0.42,556.97,3132.64,26141962,99.86,0,0,0.31,556.58,3133.03,26141963,99.82,0,0,0.16,556.54,3133.07,26141964,99.86,0,0,0.15,556.5,3133.1,26141965,99.8,0,0,0.38,556.61,3133.01,26141966,99.75,0,0,0.59,556.95,3132.66,26141967,99.86,0.02,0.07,0.19,556.31,3133.3,26141968,99.89,0,0,0.16,556.26,3133.34,26141969,99.88,0,0,0.14,556.3,3133.3,26141970,99.75,0,0,0.42,555.76,3133.85,26141971,99.79,0,0,0.32,555.98,3133.62,26141972,99.85,0,0,0.44,556.8,3132.79,26141973,99.88,0,0,0.18,556.77,3132.83,26141974,99.83,0,0,0.2,556.73,3132.86,26141975,99.77,0,0,0.38,556.56,3133.05,26141976,99.89,0,0,0.19,556.63,3132.98,26141977,99.7,0,0,0.59,556.96,3132.64,26141978,99.86,0,0,0.2,556.55,3133.04,26141979,99.65,0,0,0.35,556.53,3133.04,26141980,99.77,0,0,0.36,556.51,3133.08,26141981,99.81,0,0,0.2,556.54,3133.05,26141982,99.64,0,0,0.58,556.91,3132.67,26141983,99.77,0.01,0.01,0.2,556.09,3133.49,26141984,99.81,0,0,0.19,556.04,3133.53,26141985,99.75,0,0,0.44,556.3,3133.29,26141986,99.84,0,0,0.18,556.23,3133.35,26141987,99.71,0,0,0.59,557.24,3132.34,26141988,99.88,0,0,0.14,556.85,3132.72,26141989,99.83,0,0,0.14,556.81,3132.76,26141990,99.76,0,0,0.35,556.8,3132.79,26141991,99.78,0,0,0.19,556.76,3132.82,26141992,99.68,0,0,0.61,556.9,3132.68,26141993,99.84,0,0,0.19,556.14,3133.43,26141994,99.83,0,0,0.21,556.11,3133.46,26141995,99.81,0,0,0.36,556.58,3133,26141996,99.84,0,0,0.17,556.55,3133.03,26141997,99.7,0,0,0.54,556.87,3132.71,26141998,99.85,0,0,0.14,556.49,3133.09,26141999,99.84,0,0,0.14,556.63,3132.94,26142000,99.75,0,0,0.39,557.1,3132.49,26142001,99.83,0,0,0.16,557.07,3132.51,26142002,99.69,0,0,0.43,557.19,3132.39,26142003,99.83,0,0,0.32,555.78,3133.8,26142004,99.81,0,0,0.18,555.74,3133.84,26142005,99.73,0,0,0.3,557.08,3132.51,26142006,99.83,0,0,0.14,557.1,3132.48,26142007,99.83,0,0,0.16,557.07,3132.51,26142008,99.7,0,0,0.54,557.14,3132.44,26142009,99.72,0,0,0.32,556.77,3132.78,26142010,99.76,0,0,0.38,555.83,3133.74,26142011,99.82,0.01,0.01,0.17,555.88,3133.68,26142012,99.84,0,0,0.14,555.82,3133.74,26142013,99.7,0,0,0.55,556.34,3133.21,26142014,99.84,0,0,0.15,556,3133.58,26142015,99.74,0,0,0.39,557.03,3132.57,26142016,99.85,0,0,0.2,557.12,3132.48,26142017,99.79,0,0,0.24,557.09,3132.5,26142018,99.68,0,0,0.63,556.9,3132.69,26142019,99.83,0,0,0.2,555.78,3133.8,26142020,99.73,0,0,0.39,556,3133.59,26142021,99.83,0,0,0.2,556.04,3133.55,26142022,99.84,0,0,0.17,556.12,3133.46,26142023,99.7,0,0,0.43,557.1,3132.48,26142024,99.81,0,0,0.34,557.02,3132.56,26142025,99.79,0,0,0.33,556.77,3132.83,26142026,99.82,0,0,0.17,556.72,3132.87,26142027,99.83,0,0,0.18,556.77,3132.81,26142028,99.71,0,0,0.57,557.31,3132.27,26142029,99.86,0,0,0.2,557.08,3132.5,26142030,99.77,0,0,0.36,556.59,3133.01,26142031,99.82,0,0,0.2,556.54,3133.05,26142032,99.8,0,0,0.15,556.5,3133.09,26142033,99.69,0,0,0.59,557.06,3132.52,26142034,99.82,0,0,0.18,557.11,3132.47,26142035,99.77,0,0,0.36,557.1,3132.5,26142036,99.85,0,0,0.17,557.06,3132.53,26142037,99.83,0,0,0.14,557.03,3132.56,26142038,99.72,0,0,0.59,557.32,3132.27,26142039,99.7,0,0,0.37,556.78,3132.78,26142040,99.73,0,0,0.3,556.88,3132.7,26142041,99.81,0,0,0.18,556.84,3132.74,26142042,99.82,0,0,0.2,556.81,3132.76,26142043,99.82,0.01,0.01,0.19,556.77,3132.79,26142044,99.68,0,0,0.56,557.32,3132.24,26142045,99.76,0,0,0.39,556.88,3132.7,26142046,99.83,0,0,0.15,556.84,3132.73,26142047,99.84,0,0,0.15,556.81,3132.76,26142048,99.83,0,0,0.16,556.77,3132.79,26142049,99.7,0,0,0.57,557.59,3131.97,26142050,99.73,0,0,0.38,556.34,3133.24,26142051,99.81,0,0,0.13,556.38,3133.19,26142052,99.85,0,0,0.17,556.35,3133.22,26142053,99.83,0,0,0.16,556.31,3133.25,26142054,99.68,0,0,0.56,556.93,3132.63,26142055,99.7,0,0,0.43,556.51,3133.06,26142056,99.81,0,0,0.17,556.47,3133.1,26142057,99.83,0,0,0.14,556.56,3133,26142058,99.85,0,0,0.16,556.58,3132.97,26142059,99.67,0,0,0.62,557.13,3132.43,26142060,99.34,0,0,6.11,557.34,3132.77,26142061,99.82,0,0,0.22,557.31,3132.8,26142062,99.83,0,0,0.14,557.27,3132.84,26142063,99.81,0,0,0.15,557.32,3132.78,26142064,99.69,0,0,0.55,557.63,3132.47,26142065,99.74,0,0,0.36,557.14,3133.03,26142066,99.81,0,0,0.16,557.1,3133.08,26142067,99.8,0,0,0.13,557.07,3133.1,26142068,99.85,0,0,0.16,557.03,3133.13,26142069,99.59,0,0,0.56,557.52,3132.64,26142070,99.78,0,0,0.44,556.97,3133.22,26142071,99.84,0,0,0.16,556.93,3133.27,26142072,99.81,0,0,0.14,556.89,3133.3,26142073,99.83,0,0,0.16,556.86,3133.33,26142074,99.67,0,0,0.38,557.46,3132.74,26142075,99.74,0,0,0.51,556.89,3133.35,26142076,99.84,0,0,0.17,556.95,3133.28,26142077,99.82,0,0,0.18,556.93,3133.3,26142078,99.81,0,0,0.14,556.89,3133.33,26142079,99.83,0,0,0.15,556.85,3133.36,26142080,99.62,0,0,0.68,557.94,3132.29,26142081,99.8,0,0,0.14,557.38,3132.85,26142082,99.83,0,0,0.16,557.44,3132.78,26142083,99.81,0,0,0.14,557.41,3132.81,26142084,99.84,0,0,0.15,557.37,3132.85,26142085,99.57,0,0,0.72,557.71,3132.52,26142086,99.85,0,0,0.16,557.32,3132.9,26142087,99.83,0,0,0.14,557.36,3132.86,26142088,99.86,0,0,0.16,557.44,3132.78,26142089,99.83,0,0,0.14,557.41,3132.8,26142090,99.63,0,0,0.68,558.11,3132.12,26142091,99.85,0,0,0.14,557.36,3132.87,26142092,99.85,0,0,0.17,557.33,3132.9,26142093,99.83,0,0,0.14,557.29,3132.92,26142094,99.83,0,0,0.14,557.35,3132.86,26142095,99.55,0,0,0.71,557.65,3132.58,26142096,99.82,0,0,0.16,557.39,3132.83,26142097,99.83,0,0,0.14,557.37,3132.86,26142098,99.85,0,0,0.15,557.32,3132.9,26142099,99.74,0,0,0.34,557.04,3133.15,26142100,99.63,0,0,0.69,557.9,3132.3,26142101,99.83,0,0,0.23,557.41,3132.79,26142102,99.81,0,0,0.14,557.38,3132.82,26142103,99.84,0.01,0.01,0.16,557.34,3132.85,26142104,99.84,0,0,0.14,557.3,3132.89,26142105,99.61,0,0,0.62,557.04,3133.17,26142106,99.82,0,0,0.27,556.9,3133.31,26142107,99.82,0,0,0.16,556.91,3133.29,26142108,99.81,0,0,0.14,556.87,3133.32,26142109,99.84,0,0,0.15,556.84,3133.35,26142110,99.58,0,0,0.57,555.95,3134.26,26142111,99.86,0,0,0.32,557.28,3132.92,26142112,99.79,0,0,0.21,557.39,3132.81,26142113,99.85,0,0,0.18,557.31,3132.88,26142114,99.28,0,0,0.18,556.66,3133.53,26142115,99.75,0,0,0.35,556.65,3133.58,26142116,99.68,0,0,0.54,556.97,3133.26,26142117,99.82,0,0,0.13,556.58,3133.64,26142118,99.84,0,0,0.16,556.62,3133.59,26142119,99.84,0,0,0.14,556.69,3133.51,26142120,99.73,0,0,0.36,555.96,3134.26,26142121,99.69,0,0,0.57,557.02,3133.19,26142122,99.84,0,0,0.18,556.85,3133.36,26142123,99.83,0,0,0.14,556.82,3133.39,26142124,99.8,0,0,0.16,556.85,3133.35,26142125,99.73,0,0,0.32,556.71,3133.51,26142126,99.65,0,0,0.59,557.25,3132.97,26142127,99.84,0,0,0.15,556.87,3133.34,26142128,99.82,0,0,0.14,556.84,3133.36,26142129,99.68,0,0,0.32,556.23,3133.97,26142130,99.74,0,0,0.26,556.44,3133.78,26142131,99.69,0,0,0.53,556.98,3133.24,26142132,99.85,0,0,0.16,556.6,3133.62,26142133,99.82,0,0,0.16,556.56,3133.64,26142134,99.8,0,0,0.2,556.59,3133.61,26142135,99.68,0,0,0.3,555.74,3134.48,26142136,99.7,0,0,0.56,556.14,3134.08,26142137,99.83,0,0,0.22,555.88,3134.33,26142138,99.82,0,0,0.15,555.83,3134.37,26142139,99.82,0,0,0.15,555.79,3134.41,26142140,99.78,0,0,0.24,556.84,3133.38,26142141,99.66,0,0,0.41,557.35,3132.87,26142142,99.85,0,0,0.3,557.14,3133.06,26142143,99.87,0,0,0.14,557.11,3133.09,26142144,99.89,0,0,0.14,557.08,3133.12,26142145,99.76,0,0,0.29,556.34,3133.87,26142146,99.76,0,0,0.44,556.89,3133.32,26142147,99.92,0,0,0.3,556.84,3133.37,26142148,99.9,0,0,0.15,556.9,3133.3,26142149,99.9,0,0,0.16,556.86,3133.34,26142150,99.76,0,0,0.25,556.85,3133.37,26142151,99.9,0,0,0.14,556.81,3133.4,26142152,99.75,0,0,0.54,557.3,3132.9,26142153,99.93,0,0,0.16,556.94,3133.26,26142154,99.89,0,0,0.14,556.9,3133.3,26142155,98.22,0,0,0.25,556.34,3133.87,26142156,99.91,0,0,0.16,556.13,3134.09,26142157,99.77,0,0,0.55,557,3133.21,26142158,99.9,0,0,0.14,556.84,3133.36,26142159,99.81,0,0,0.31,556.71,3133.46,26142160,99.84,0,0,0.25,557.15,3133.04,26142161,99.9,0,0,0.14,557.12,3133.07,26142162,99.76,0,0,0.55,557.43,3132.75,26142163,99.88,0.01,0.01,0.16,557.05,3133.13,26142164,99.92,0,0,0.14,557.13,3133.05,26142165,99.81,0,0,0.34,556.28,3133.92,26142166,99.91,0,0,0.17,556.16,3134.03,26142167,99.76,0.01,0,0.57,557.27,3132.91,26142168,99.91,0,0,0.14,556.8,3133.39,26142169,99.88,0,0,0.15,556.84,3133.33,26142170,99.84,0,0,0.25,556.23,3133.97,26142171,99.93,0,0,0.14,555.95,3134.24,26142172,99.82,0,0,0.53,556.53,3133.66,26142173,99.89,0,0,0.2,556.58,3133.62,26142174,99.09,0,0,0.14,556.53,3133.67,26142175,99.84,0,0,0.25,557.08,3133.13,26142176,99.91,0,0,0.16,557.16,3133.05,26142177,99.75,0,0,0.5,557.47,3132.73,26142178,99.93,0,0,0.22,557.08,3133.12,26142179,99.94,0,0,0.14,557.04,3133.15,26142180,99.68,0,0,0.26,556.8,3133.42,26142181,99.9,0,0,0.14,556.93,3133.28,26142182,99.75,0,0,0.44,557.07,3133.13,26142183,99.91,0,0,0.29,556.12,3134.08,26142184,99.91,0,0,0.14,556.08,3134.12,26142185,99.87,0,0,0.29,556.3,3133.91,26142186,99.9,0,0,0.13,556.34,3133.87,26142187,99.79,0,0,0.34,557.01,3133.19,26142188,99.94,0,0,0.37,556.9,3133.31,26142189,99.77,0,0,0.32,556.86,3133.33,26142190,99.84,0,0,0.25,557.09,3133.12,26142191,99.92,0,0,0.14,557.06,3133.14,26142192,99.91,0,0,0.14,557.07,3133.13,26142193,99.75,0,0,0.55,557.32,3132.87,26142194,99.89,0,0,0.14,556.9,3133.31,26142195,99.82,0,0,0.25,556.88,3133.34,26142196,99.9,0,0,0.16,556.86,3133.36,26142197,99.93,0,0,0.18,557.07,3133.15,26142198,99.77,0,0,0.55,557.38,3132.83,26142199,99.94,0,0,0.14,557.13,3133.07,26142200,99.86,0,0,0.25,557.17,3133.05,26142201,99.9,0,0,0.14,557.12,3133.1,26142202,99.92,0,0,0.14,557.09,3133.12,26142203,99.76,0,0,0.58,557.7,3132.51,26142204,99.9,0,0,0.15,557.01,3133.19,26142205,99.77,0,0,0.26,556.21,3134.01,26142206,99.89,0,0,0.17,556.17,3134.05,26142207,99.88,0,0,0.14,556.13,3134.08,26142208,99.76,0,0,0.54,556.98,3133.23,26142209,99.9,0,0,0.14,557.06,3133.15,26142210,99.74,0,0,0.25,556.81,3133.41,26142211,99.93,0,0,0.14,556.85,3133.37,26142212,99.9,0,0,0.16,556.9,3133.31,26142213,99.77,0.01,0.02,0.49,557.32,3132.88,26142214,99.93,0,0,0.2,557.15,3133.05,26142215,99.88,0,0,0.26,557.12,3133.09,26142216,99.92,0,0,0.14,557.1,3133.12,26142217,99.89,0,0,0.18,557.06,3133.15,26142218,99.73,0,0,0.49,557.46,3132.75,26142219,99.84,0,0,0.36,557.02,3133.16,26142220,99.83,0,0,0.25,557.2,3133,26142221,99.89,0,0,0.16,557.15,3133.05,26142222,99.9,0,0,0.14,557.11,3133.08,26142223,99.75,0.01,0.01,0.56,557.76,3132.42,26142224,99.93,0,0,0.18,557.03,3133.15,26142225,99.82,0,0,0.35,557,3133.2,26142226,99.9,0,0,0.13,556.92,3133.27,26142227,99.91,0,0,0.16,556.89,3133.32,26142228,99.82,0,0,0.29,557.29,3132.91,26142229,99.88,0,0,0.39,557.3,3132.89,26142230,99.88,0,0,0.3,557.05,3133.16,26142231,99.89,0,0,0.17,557.12,3133.08,26142232,99.91,0,0,0.18,557.15,3133.05,26142233,99.83,0,0,0.31,557.47,3132.73,26142234,99.9,0,0,0.39,557.33,3132.86,26142235,99.09,0,0,0.27,557.32,3132.89,26142236,99.89,0,0,0.13,557.28,3132.92,26142237,99.91,0,0,0.17,557.32,3132.87,26142238,99.91,0,0,0.2,557.39,3132.8,26142239,99.75,0,0,0.57,557.51,3132.68,26142240,99.74,0,0,0.27,556.2,3134.01,26142241,99.9,0,0,0.14,556.08,3134.12,26142242,99.91,0,0,0.18,556.04,3134.15,26142243,99.93,0,0,0.14,556.08,3134.12,26142244,99.79,0,0,0.57,557.4,3132.78,26142245,99.83,0,0,0.29,556.9,3133.31,26142246,99.94,0,0,0.13,556.85,3133.35,26142247,99.92,0,0,0.14,556.81,3133.38,26142248,99.93,0,0,0.16,556.77,3133.42,26142249,99.71,0,0,0.6,557.53,3132.65,26142250,99.84,0,0,0.41,556.72,3133.47,26142251,99.91,0,0,0.2,556.88,3133.31,26142252,99.91,0,0,0.14,556.84,3133.35,26142253,99.92,0,0,0.14,556.8,3133.38,26142254,99.78,0,0,0.58,557.49,3132.7,26142255,99.88,0,0,0.27,557.26,3132.95,26142256,99.91,0,0,0.14,557.29,3132.91,26142257,99.89,0,0,0.21,557.37,3132.84,26142258,99.93,0,0,0.14,557.33,3132.87,26142259,99.76,0,0,0.41,558.07,3132.12,26142260,99.89,0,0,0.38,557.29,3132.92,26142261,99.91,0,0,0.16,557.25,3132.96,26142262,99.92,0,0,0.15,557.27,3132.94,26142263,99.93,0,0,0.16,557.41,3132.79,26142264,99.78,0,0,0.4,557.74,3132.45,26142265,99.86,0,0,0.39,557.13,3133.08,26142266,99.95,0,0,0.17,557.08,3133.12,26142267,99.92,0,0,0.14,557.05,3133.15,26142268,99.92,0,0,0.16,556.59,3133.6,26142269,94.53,6.12,0.03,70.25,563.69,3125.3,26142270,99.67,0,0,194.71,559.21,3124.86,26142271,99.93,0,0,0.22,559.17,3124.9,26142272,99.9,0,0,0.16,559.2,3124.86,26142273,99.91,0,0,0.17,559.27,3124.79,26142274,99.9,0,0,0.17,558.68,3125.38,26142275,98.24,0,0,0.66,556.27,3127.85,26142276,99.93,0,0,0.16,555.57,3128.54,26142277,99.93,0,0,0.13,555.54,3128.57,26142278,99.94,0,0,0.16,555.5,3128.6,26142279,99.79,0,0,0.29,556.86,3127.25,26142280,99.68,0,0,0.72,557.65,3126.5,26142281,99.92,0,0,0.14,556.86,3127.28,26142282,99.95,0,0,0.16,556.82,3127.31,26142283,99.89,0.01,0.01,0.14,556.79,3127.35,26142284,99.93,0,0,0.15,556.72,3127.44,26142285,99.67,0,0,0.71,557.2,3126.99,26142286,99.92,0,0,0.13,556.83,3127.36,26142287,99.93,0,0,0.17,556.79,3127.4,26142288,99.93,0,0,0.17,556.75,3127.44,26142289,99.93,0,0,0.16,556.71,3127.47,26142290,99.71,0,0,0.66,556.72,3127.49,26142291,99.93,0,0,0.15,556.85,3127.35,26142292,99.93,0,0,0.17,556.82,3127.37,26142293,99.93,0,0,0.14,556.78,3127.41,26142294,99.93,0,0,0.16,556.75,3127.44,26142295,96.44,0.02,0.01,77.92,568.66,3116.38,26142296,99.95,0,0,0.39,559.09,3125.21,26142297,99.88,0,0,0.14,559.05,3125.25,26142298,99.9,0,0,0.14,559.02,3125.28,26142299,99.92,0,0,0.15,558.98,3125.32,26142300,99.64,0,0,0.79,558.91,3125.41,26142301,99.9,0,0,0.14,556.96,3127.39,26142302,99.94,0,0,0.14,556.92,3127.42,26142303,99.93,0,0,0.14,556.88,3127.45,26142304,99.93,0,0,0.14,556.85,3127.49,26142305,99.68,0,0,0.52,556.54,3127.81,26142306,99.91,0,0,0.34,556.93,3127.43,26142307,99.9,0,0,0.16,556.95,3127.41,26142308,99.93,0,0,0.2,556.9,3127.45,26142309,99.77,0,0,0.41,556.66,3127.66,26142310,99.71,0,0,0.51,555.9,3128.44,26142311,99.93,0,0,0.36,556.57,3127.76,26142312,99.91,0,0,0.16,556.64,3127.69,26142313,99.91,0,0,0.14,556.68,3127.65,26142314,99.93,0,0,0.16,556.65,3127.68,26142315,99.83,0,0,0.27,556.76,3127.59,26142316,99.76,0,0,0.55,557.47,3126.87,26142317,99.91,0,0,0.19,556.88,3127.45,26142318,99.91,0,0,0.14,556.97,3127.36,26142319,99.92,0,0,0.18,556.94,3127.39,26142320,99.83,0,0,0.27,556.92,3127.42,26142321,99.72,0,0,0.54,557.05,3127.29,26142322,99.93,0,0,0.16,556.61,3127.72,26142323,99.94,0,0,0.14,556.58,3127.75,26142324,99.92,0,0,0.15,556.7,3127.63,26142325,99.82,0,0,0.29,556.94,3127.4,26142326,99.76,0,0,0.56,557.26,3127.07,26142327,99.93,0,0,0.16,556.88,3127.45,26142328,99.94,0,0,0.15,556.84,3127.49,26142329,99.92,0,0,0.14,556.87,3127.45,26142330,99.88,0,0,0.37,556.98,3127.36,26142331,99.8,0,0,0.56,557.29,3127.04,26142332,99.9,0,0,0.21,556.9,3127.42,26142333,99.93,0,0,0.18,556.87,3127.45,26142334,99.93,0,0,0.17,556.83,3127.49,26142335,99.09,0,0,0.34,556.64,3127.69,26142336,99.76,0,0,0.56,557.38,3126.95,26142337,99.94,0,0,0.14,556.94,3127.39,26142338,99.92,0,0,0.16,556.9,3127.42,26142339,99.8,0,0,0.42,557.1,3127.19,26142340,99.84,0,0,0.27,556.6,3127.71,26142341,99.75,0,0,0.41,556.8,3127.51,26142342,99.9,0,0,0.27,556.22,3128.08,26142343,99.92,0.01,0.01,0.17,556.18,3128.12,26142344,99.94,0,0,0.14,556.14,3128.15,26142345,99.83,0,0,0.33,556.47,3127.85,26142346,99.78,0,0,0.59,556.71,3127.6,26142347,99.87,0,0,0.32,556.37,3127.93,26142348,99.93,0,0,0.14,556.43,3127.87,26142349,99.91,0,0,0.15,556.4,3127.9,26142350,99.84,0,0,0.28,556.39,3127.93,26142351,99.81,0,0,0.31,556.76,3127.55,26142352,99.91,0,0,0.37,557.05,3127.25,26142353,99.9,0,0,0.15,557.1,3127.2,26142354,99.89,0,0,0.16,557.17,3127.13,26142355,99.86,0,0,0.27,557.16,3127.16,26142356,99.9,0,0,0.16,557.12,3127.21,26142357,99.79,0,0,0.55,557.43,3126.89,26142358,99.93,0,0,0.14,557.05,3127.27,26142359,99.93,0,0,0.15,557.11,3127.2,26142360,99.8,0,0,0.28,556.01,3128.32,26142361,99.88,0,0,0.14,555.94,3128.38,26142362,99.76,0,0,0.58,556.6,3127.72,26142363,99.94,0,0,0.16,555.87,3128.45,26142364,99.9,0.02,0.02,0.15,555.84,3128.47,26142365,99.76,0,0,0.3,557.42,3126.91,26142366,99.9,0,0,0.16,557.46,3126.87,26142367,99.78,0,0,0.47,557.97,3126.36,26142368,99.9,0,0,0.21,557.38,3126.94,26142369,99.78,0,0,0.29,556.87,3127.43,26142370,99.8,0,0,0.28,556.85,3127.47,26142371,99.92,0,0,0.16,556.88,3127.43,26142372,99.8,0,0,0.58,557.3,3127.01,26142373,99.93,0,0,0.14,556.67,3127.63,26142374,99.93,0,0,0.17,556.63,3127.66,26142375,99.87,0,0,0.34,557.1,3127.21,26142376,99.91,0,0,0.18,557.07,3127.23,26142377,99.77,0,0,0.47,557.47,3126.83,26142378,99.93,0,0,0.28,557.19,3127.11,26142379,99.92,0,0,0.14,557.15,3127.14,26142380,99.82,0,0,0.31,557.14,3127.17,26142381,99.9,0,0,0.14,557.1,3127.21,26142382,99.8,0,0,0.41,557.42,3126.88,26142383,99.9,0,0,0.29,557.09,3127.2,26142384,99.91,0,0,0.14,557.19,3127.1,26142385,99.84,0,0,0.3,557.19,3127.12,26142386,99.91,0,0,0.16,557.15,3127.16,26142387,99.75,0,0,0.37,557.46,3126.84,26142388,99.91,0,0,0.34,557.07,3127.23,26142389,99.91,0,0,0.16,557.04,3127.25,26142390,99.87,0,0,0.3,557.21,3127.1,26142391,99.88,0,0,0.13,557.17,3127.14,26142392,99.9,0,0,0.18,557.14,3127.17,26142393,99.78,0,0,0.53,557.61,3126.69,26142394,99.91,0,0,0.15,557.06,3127.23,26142395,97.56,0.01,0.03,0.31,556.9,3127.41,26142396,99.91,0,0,0.16,556.89,3127.41,26142397,99.92,0,0,0.14,556.86,3127.44,26142398,99.76,0,0,0.58,557.53,3126.76,26142399,99.73,0,0,0.3,556.87,3127.39,26142400,99.84,0,0,0.27,557.69,3126.6,26142401,99.92,0,0,0.14,557.66,3126.62,26142402,99.92,0,0,0.16,557.63,3126.64,26142403,99.76,0.01,0.01,0.59,557.77,3126.51,26142404,99.92,0,0,0.18,557.3,3126.98,26142405,99.81,0,0,0.38,556.92,3127.39,26142406,99.91,0,0,0.18,556.92,3127.38,26142407,99.93,0,0,0.18,556.92,3127.37,26142408,99.73,0,0,0.59,557.85,3126.44,26142409,99.91,0,0,0.18,557.33,3126.95,26142410,99.8,0,0,0.32,557.36,3126.94,26142411,99.9,0,0,0.18,557.3,3127,26142412,99.92,0,0,0.18,557.43,3126.86,26142413,99.78,0,0,0.57,557.75,3126.54,26142414,99.93,0,0,0.18,557.36,3126.92,26142415,99.8,0,0,0.3,557.34,3126.96,26142416,99.26,0,0,0.18,557.31,3127.01,26142417,99.95,0,0,0.18,557.35,3126.96,26142418,99.76,0,0,0.57,557.77,3126.54,26142419,99.93,0,0,0.18,557.01,3127.3,26142420,90.35,0,0,61.35,578.33,3090.49,26142421,99.9,0,0,31.91,559.13,3116.78,26142422,99.93,0,0,0.21,559.08,3116.83,26142423,99.8,0,0,0.52,559.49,3116.41,26142424,99.92,0.01,0.01,0.21,559.19,3116.71,26142425,99.86,0,0,0.43,558.07,3117.99,26142426,99.93,0,0,0.14,556.49,3119.78,26142427,99.93,0,0,0.16,556.46,3119.8,26142428,99.8,0,0,0.3,556.89,3119.36,26142429,99.78,0,0,0.55,556.55,3119.69,26142430,99.87,0,0,0.28,556.76,3119.5,26142431,99.91,0,0,0.17,556.52,3119.74,26142432,99.91,0,0,0.15,556.49,3119.77,26142433,99.91,0,0,0.14,556.45,3119.8,26142434,99.78,0,0,0.54,556.98,3119.27,26142435,99.82,0,0,0.3,556.76,3119.51,26142436,99.92,0,0,0.15,556.83,3119.43,26142437,99.88,0,0,0.19,556.56,3119.7,26142438,99.9,0,0,0.15,556.52,3119.73,26142439,99.75,0.01,0.01,0.62,556.91,3119.34,26142440,99.81,0,0,0.28,556.57,3119.69,26142441,99.93,0,0,0.14,556.52,3119.73,26142442,99.88,0,0,0.16,556.48,3119.77,26142443,99.88,0,0,0.15,556.45,3119.8,26142444,99.77,0,0,0.54,557.12,3119.12,26142445,98.58,0,0,15.59,557.71,3118.86,26142446,99.88,0,0,0.2,555.68,3120.44,26142447,99.91,0,0,0.16,555.64,3120.47,26142448,99.92,0,0,0.14,555.61,3120.49,26142449,99.71,0,0,0.57,556.42,3119.68,26142450,99.85,0,0,0.29,556.79,3119.33,26142451,99.93,0,0,0.17,556.9,3119.21,26142452,99.9,0,0,0.18,556.7,3119.41,26142453,99.87,0,0,0.15,556.62,3119.49,26142454,99.77,0,0,0.56,557.05,3119.05,26142455,99.77,0,0,0.28,556.09,3120.03,26142456,99.91,0,0,0.19,556.11,3120.01,26142457,99.94,0,0,0.14,556.17,3119.94,26142458,99.92,0,0,0.15,556.15,3119.96,26142459,99.6,0,0,0.68,557.51,3118.57,26142460,99.77,0,0,0.37,557.12,3118.97,26142461,99.9,0,0,0.18,557.04,3119.05,26142462,99.89,0,0,0.16,557.06,3119.02,26142463,99.91,0.01,0.01,0.17,557.14,3118.94,26142464,99.74,0,0,0.43,557.4,3118.67,26142465,99.76,0,0,0.47,555.53,3120.57,26142466,99.9,0,0,0.18,555.32,3120.77,26142467,99.9,0,0,0.23,555.77,3120.31,26142468,99.92,0,0,0.17,555.87,3120.21,26142469,99.78,0,0,0.56,556.36,3119.72,26142470,99.87,0,0,0.36,556.86,3119.24,26142471,99.9,0,0,0.18,556.82,3119.27,26142472,99.91,0,0,0.18,556.79,3119.3,26142473,99.91,0,0,0.16,556.78,3119.3,26142474,99.93,0,0,0.16,556.92,3119.16,26142475,99.57,0,0,0.7,556.22,3119.88,26142476,99.81,0,0,0.17,555.64,3120.46,26142477,99.95,0,0,0.19,555.61,3120.48,26142478,99.9,0,0,0.16,555.56,3120.52,26142479,99.92,0,0,0.17,555.55,3120.53,26142480,99.71,0,0,0.73,557.32,3118.77,26142481,99.89,0,0,0.2,556.89,3119.19,26142482,99.91,0,0,0.2,556.86,3119.23,26142483,99.94,0,0,0.19,556.82,3119.26,26142484,99.91,0,0,0.2,556.79,3119.29,26142485,99.73,0,0,0.77,557.14,3118.95,26142486,99.92,0,0,0.2,556.92,3119.16,26142487,99.92,0,0,0.2,556.88,3119.19,26142488,99.91,0,0,0.2,556.85,3119.23,26142489,99.84,0,0,0.36,557.05,3119,26142490,99.72,0,0,0.75,557.43,3118.63,26142491,99.93,0,0,0.2,556.5,3119.56,26142492,99.92,0,0,0.19,556.62,3119.44,26142493,99.94,0,0,0.2,556.62,3119.43,26142494,99.89,0,0,0.2,556.59,3119.48,26142495,99.7,0,0,0.73,556.78,3119.32,26142496,99.91,0,0,0.2,556.79,3119.31,26142497,99.89,0,0,0.27,556.75,3119.34,26142498,99.91,0,0,0.2,556.84,3119.25,26142499,99.9,0,0,0.2,556.86,3119.22,26142500,99.66,0,0,0.61,557.29,3118.81,26142501,99.93,0,0,0.31,556.81,3119.28,26142502,99.92,0,0,0.16,556.78,3119.31,26142503,99.89,0,0,0.14,556.8,3119.28,26142504,99.93,0,0,0.14,556.89,3119.2,26142505,99.68,0,0,0.7,557.4,3118.7,26142506,99.88,0,0,0.18,556.83,3119.26,26142507,99.91,0,0,0.17,556.79,3119.3,26142508,99.9,0,0,0.17,556.76,3119.33,26142509,99.88,0,0,0.14,556.78,3119.3,26142510,99.65,0,0,0.64,556.65,3119.45,26142511,99.87,0,0,0.28,556.86,3119.23,26142512,99.91,0,0,0.17,556.83,3119.26,26142513,99.89,0,0,0.21,556.79,3119.29,26142514,99.89,0,0,0.18,556.75,3119.32,26142515,99.71,0,0,0.56,557.4,3118.69,26142516,99.88,0,0,0.27,557.15,3118.94,26142517,97.81,0,0,0.16,557.12,3118.97,26142518,99.88,0,0,0.14,557.08,3119,26142519,99.83,0,0,0.3,557.05,3119.01,26142520,99.81,0,0,0.29,557.28,3118.8,26142521,99.69,0,0,0.57,557.21,3118.86,26142522,99.88,0,0,0.15,556.9,3119.16,26142523,99.87,0.01,0.01,0.13,556.87,3119.2,26142524,99.88,0,0,0.14,556.82,3119.24,26142525,99.79,0,0,0.34,556.84,3119.24,26142526,99.75,0,0,0.61,557.44,3118.63,26142527,99.82,0,0,0.16,557.07,3119,26142528,99.85,0,0,0.16,557.13,3118.93,26142529,99.87,0,0,0.17,557.09,3118.96,26142530,99.78,0,0,0.29,557.07,3119,26142531,99.72,0,0,0.59,557.54,3118.53,26142532,99.84,0,0,0.17,557.26,3118.81,26142533,99.9,0,0,0.16,557.3,3118.76,26142534,99.88,0,0,0.16,557.37,3118.68,26142535,99.77,0,0,0.32,557.12,3118.95,26142536,99.75,0.01,0.01,0.57,557.53,3118.54,26142537,99.86,0,0,0.16,557.26,3118.81,26142538,99.86,0,0,0.15,557.3,3118.76,26142539,99.85,0,0,0.15,557.38,3118.68,26142540,99.75,0,0,0.3,556.24,3119.84,26142541,99.63,0,0,0.39,556.86,3119.21,26142542,99.82,0,0,0.31,557.04,3119.02,26142543,99.84,0,0,0.14,557.01,3119.05,26142544,99.87,0,0,0.16,557.04,3119.01,26142545,99.78,0,0,0.33,557.14,3118.93,26142546,99.71,0,0,0.43,557.44,3118.62,26142547,99.85,0,0,0.28,556.82,3119.24,26142548,99.83,0,0,0.16,556.78,3119.27,26142549,99.69,0,0,0.3,557.22,3118.8,26142550,99.77,0,0,0.34,557.05,3118.99,26142551,99.72,0,0,0.38,557.51,3118.52,26142552,99.84,0,0,0.35,557.58,3118.45,26142553,99.85,0,0,0.18,557.54,3118.48,26142554,99.86,0,0,0.15,557.5,3118.54,26142555,99.77,0,0,0.31,564.97,3111.08,26142556,99.84,0,0,0.14,565.15,3110.9,26142557,99.69,0,0,0.59,565.61,3110.44,26142558,99.83,0,0,0.14,564.96,3111.08,26142559,99.84,0,0,0.16,564.92,3111.12,26142560,99.8,0,0,0.29,564.91,3111.15,26142561,99.85,0,0,0.14,564.87,3111.18,26142562,99.69,0,0,0.54,565.5,3110.55,26142563,99.84,0,0,0.14,565.22,3110.82,26142564,99.85,0,0,0.14,565.18,3110.86,26142565,99.81,0,0,0.29,565.41,3110.64,26142566,99.83,0,0,0.16,565.37,3110.68,26142567,99.73,0,0,0.54,565.76,3110.28,26142568,99.83,0,0,0.14,565.48,3110.56,26142569,99.84,0,0,0.14,565.44,3110.59,26142570,99.72,0,0,0.29,565.19,3110.87,26142571,99.83,0,0,0.16,565.15,3110.9,26142572,99.71,0,0,0.5,565.6,3110.44,26142573,99.82,0,0,0.21,565.46,3110.58,26142574,99.83,0,0,0.14,565.12,3110.91,26142575,99.75,0,0,0.3,564.71,3111.34,26142576,99.86,0,0,0.14,564.67,3111.38,26142577,99.38,0,0,0.43,564.97,3111.07,26142578,99.83,0,0,0.32,564.64,3111.4,26142579,99.76,0,0,0.3,564.49,3111.52,26142580,99.76,0,0,0.29,563.25,3112.78,26142581,99.83,0,0,0.16,563.2,3112.82,26142582,99.7,0,0,0.53,563.98,3112.04,26142583,99.8,0.01,0.01,0.2,564.36,3111.66,26142584,99.83,0,0,0.15,564.39,3111.62,26142585,99.7,0,0,0.38,564.72,3111.3,26142586,99.81,0,0,0.14,564.45,3111.57,26142587,99.69,0,0,0.5,564.82,3111.2,26142588,99.85,0,0,0.27,564.63,3111.38,26142589,99.84,0,0,0.14,564.59,3111.42,26142590,99.76,0,0,0.29,564.64,3111.38,26142591,99.81,0,0,0.16,564.73,3111.29,26142592,99.75,0,0,0.3,565.22,3110.8,26142593,99.8,0,0,0.41,564.42,3111.59,26142594,99.83,0,0,0.16,564.38,3111.63,26142595,99.74,0,0,0.32,564.13,3111.89,26142596,99.85,0,0,0.14,564.09,3111.93,26142597,99.83,0,0,0.13,564.2,3111.82,26142598,99.73,0,0,0.57,564.79,3111.22,26142599,99.83,0,0,0.16,564.44,3111.57,26142600,99.71,0,0,0.3,564.43,3111.6,26142601,99.85,0,0,0.16,564.39,3111.63,26142602,99.82,0,0,0.16,564.36,3111.67,26142603,99.7,0,0,0.54,564.75,3111.28,26142604,99.84,0,0,0.14,564.48,3111.54,26142605,99.82,0,0,0.29,564.47,3111.57,26142606,99.81,0,0,0.16,564.43,3111.61,26142607,99.81,0,0,0.14,564.4,3111.64,26142608,99.68,0,0,0.55,564.91,3111.12,26142609,99.6,0.01,0.07,0.32,564.37,3111.63,26142610,99.74,0,0,0.31,564.63,3111.38,26142611,99.84,0,0,0.16,564.65,3111.36,26142612,99.85,0,0,0.14,564.75,3111.26,26142613,99.7,0,0,0.51,564.57,3111.43,26142614,99.85,0,0,0.2,563.7,3112.33,26142615,99.77,0,0,0.28,563.93,3112.12,26142616,99.83,0,0,0.14,563.9,3112.15,26142617,99.82,0.01,0.01,0.21,563.88,3112.16,26142618,99.7,0.01,0.01,0.51,564.79,3111.25,26142619,99.84,0,0,0.2,564.88,3111.16,26142620,99.72,0,0,0.29,563.91,3112.15,26142621,99.85,0,0,0.14,563.92,3112.12,26142622,99.85,0,0,0.15,564,3112.05,26142623,99.7,0,0,0.54,564.94,3111.1,26142624,99.85,0,0,0.15,564.67,3111.37,26142625,99.79,0,0,0.3,565.14,3110.92,26142626,99.83,0,0,0.17,565.11,3110.94,26142627,99.85,0,0,0.14,565.14,3110.91,26142628,99.72,0,0,0.52,565.49,3110.55,26142629,99.82,0,0,0.21,564.93,3111.1,26142630,99.75,0,0,0.29,564.21,3111.84,26142631,99.83,0,0,0.16,564.13,3111.92,26142632,99.85,0,0,0.14,564.09,3111.95,26142633,99.69,0,0,0.43,564.67,3111.37,26142634,99.83,0,0,0.29,564.98,3111.05,26142635,99.72,0,0,0.31,563.77,3112.27,26142636,99.84,0,0,0.14,563.7,3112.34,26142637,99.8,0,0,0.16,563.67,3112.37,26142638,99.84,0,0,0.14,563.6,3112.43,26142639,99.59,0,0,0.69,564.36,3111.66,26142640,99.72,0,0,0.29,564.94,3111.1,26142641,99.83,0,0,0.16,564.93,3111.1,26142642,99.82,0,0,0.14,564.9,3111.13,26142643,99.82,0.01,0.01,0.15,564.86,3111.17,26142644,99.73,0,0,0.54,565.06,3110.97,26142645,99.78,0,0,0.33,564.43,3111.61,26142646,99.81,0,0,0.16,564.22,3111.81,26142647,99.81,0,0,0.14,564.19,3111.85,26142648,99.84,0,0,0.15,564.15,3111.88,26142649,99.68,0,0,0.52,564.76,3111.26,26142650,99.77,0,0,0.29,564.1,3111.93,26142651,99.8,0,0,0.15,564.25,3111.78,26142652,99.75,0,0,0.16,564.21,3111.81,26142653,99.8,0,0,0.15,564.18,3111.84,26142654,99.72,0,0,0.5,564.72,3111.29,26142655,99.76,0,0,0.35,564.87,3111.17,26142656,99.86,0,0,0.16,564.83,3111.2,26142657,99.83,0,0,0.14,564.93,3111.1,26142658,99.73,0,0,0.15,564.95,3111.08,26142659,94.95,0.26,0.01,78.3,578.02,3097.82,26142660,99.52,0,0,179.93,566.2,3109.92,26142661,99.8,0,0,0.13,566.13,3109.98,26142662,99.83,0,0,0.17,566.1,3110.01,26142663,99.82,0,0,0.15,566.06,3110.04,26142664,99.67,0,0,0.45,566.36,3109.75,26142665,99.71,0,0,0.44,564.01,3112.14,26142666,99.84,0,0,0.16,563.96,3112.19,26142667,99.86,0,0,0.14,563.93,3112.22,26142668,99.8,0,0,0.14,563.9,3112.25,26142669,99.61,0,0,0.68,565.54,3110.58,26142670,99.68,0,0,0.36,564.87,3111.26,26142671,99.85,0,0,0.14,564.97,3111.16,26142672,99.84,0,0,0.14,564.93,3111.19,26142673,99.84,0,0,0.16,564.89,3111.22,26142674,99.68,0,0,0.41,565.26,3110.87,26142675,99.76,0,0,0.41,565.09,3111.06,26142676,99.8,0,0,0.16,565.17,3110.98,26142677,99.83,0,0,0.19,565.2,3110.95,26142678,99.85,0,0,0.15,565.16,3110.98,26142679,99.83,0,0,0.15,565.12,3111.01,26142680,99.68,0,0,0.67,566.09,3110.06,26142681,99.84,0,0,0.18,565.37,3110.78,26142682,99.83,0,0,0.14,565.46,3110.68,26142683,99.83,0,0,0.14,565.41,3110.73,26142684,99.86,0,0,0.15,565.37,3110.77,26142685,99.65,0,0,0.7,565.23,3110.93,26142686,99.85,0,0,0.13,564.83,3111.33,26142687,99.83,0,0,0.16,564.8,3111.36,26142688,99.85,0,0,0.14,564.95,3111.21,26142689,99.82,0,0,0.16,564.95,3111.2,26142690,99.65,0,0,0.7,565.59,3110.57,26142691,99.81,0,0,0.16,565.15,3111.01,26142692,99.86,0,0,0.14,565.12,3111.04,26142693,99.84,0,0,0.15,565.08,3111.08,26142694,99.83,0,0,0.14,565.19,3110.96,26142695,99.56,0,0,0.73,564.99,3111.18,26142696,99.83,0,0,0.17,564.69,3111.47,26142697,99.84,0,0,0.14,564.66,3111.5,26142698,99.83,0,0,0.15,564.61,3111.54,26142699,99.75,0,0,0.36,564.83,3111.3,26142700,99.63,0,0,0.54,565.82,3110.33,26142701,99.89,0,0,0.29,565.2,3110.94,26142702,99.89,0,0,0.16,565.17,3110.97,26142703,99.85,0.01,0.01,0.14,565.13,3111.01,26142704,99.9,0,0,0.16,565.1,3111.05,26142705,99.63,0,0,0.66,565.02,3111.15,26142706,99.92,0,0,0.19,565.23,3110.93,26142707,99.91,0,0,0.15,565.2,3110.97,26142708,99.88,0,0,0.16,565.16,3111,26142709,99.93,0,0,0.14,565.13,3111.03,26142710,99.68,0,0,0.5,564.69,3111.47,26142711,99.9,0,0,0.38,564.85,3111.31,26142712,99.94,0,0,0.16,564.98,3111.17,26142713,99.93,0,0,0.14,564.95,3111.2,26142714,99.91,0,0,0.14,564.91,3111.24,26142715,99.82,0,0,0.3,565.37,3110.79,26142716,99.78,0,0,0.55,565.71,3110.45,26142717,99.93,0,0,0.14,565.32,3110.84,26142718,99.9,0,0,0.16,565.41,3110.74,26142719,99.94,0,0,0.14,565.43,3110.71,26142720,99.84,0,0,0.29,565.41,3110.75,26142721,99.72,0,0,0.56,565.67,3110.49,26142722,99.92,0,0,0.14,565.35,3110.81,26142723,99.93,0,0,0.15,565.31,3110.84,26142724,99.93,0,0,0.15,565.39,3110.75,26142725,99.88,0,0,0.3,565.21,3110.95,26142726,99.81,0,0,0.57,565.54,3110.62,26142727,99.89,0,0,0.14,565.18,3110.98,26142728,99.95,0,0,0.16,565.15,3111,26142729,99.88,0,0,0.31,564.53,3111.6,26142730,99.87,0,0,0.29,564.41,3111.74,26142731,99.73,0,0,0.51,565.12,3111.02,26142732,99.94,0,0,0.2,564.38,3111.76,26142733,99.94,0,0,0.16,564.36,3111.77,26142734,99.96,0,0,0.14,564.36,3111.77,26142735,99.81,0,0,0.3,564.35,3111.8,26142736,99.81,0,0,0.57,564.81,3111.33,26142737,99.87,0,0,0.18,564.58,3111.56,26142738,99.92,0,0,0.14,564.55,3111.58,26142739,99.9,0,0,0.16,564.54,3111.59,26142740,99.86,0,0,0.28,564.1,3112.04,26142741,99.78,0,0,0.49,564.72,3111.42,26142742,99.93,0,0,0.21,564.74,3111.4,26142743,99.92,0,0,0.14,564.73,3111.4,26142744,99.91,0,0,0.16,564.73,3111.4,26142745,99.84,0,0,0.32,563.78,3112.36,26142746,99.79,0,0,0.55,564.2,3111.94,26142747,99.94,0,0,0.18,564.22,3111.92,26142748,99.92,0,0,0.16,564.21,3111.92,26142749,99.9,0,0,0.14,564.21,3111.92,26142750,99.78,0,0,0.31,563.79,3112.35,26142751,99.76,0,0,0.33,564.48,3111.67,26142752,99.9,0,0,0.38,564.67,3111.46,26142753,99.93,0,0,0.14,564.67,3111.46,26142754,99.93,0,0,0.17,564.65,3111.47,26142755,99.83,0,0,0.38,564.64,3111.49,26142756,99.93,0,0,0.13,564.64,3111.49,26142757,99.75,0,0,0.61,565.27,3110.86,26142758,99.9,0,0,0.18,564.63,3111.49,26142759,99.88,0,0,0.31,564.88,3111.2,26142760,99.81,0,0,0.3,564.17,3111.92,26142761,99.9,0,0,0.16,564.12,3111.97,26142762,99.82,0,0,0.55,564.64,3111.45,26142763,99.93,0,0,0.14,564.15,3111.94,26142764,99.93,0,0,0.16,564.14,3111.94,26142765,99.85,0,0,0.32,564.38,3111.72,26142766,99.94,0,0,0.17,564.12,3111.97,26142767,99.79,0,0,0.59,564.88,3111.21,26142768,99.91,0,0,0.15,564.85,3111.23,26142769,99.93,0,0,0.14,564.85,3111.23,26142770,99.88,0,0,0.3,565.02,3111.07,26142771,99.95,0,0,0.14,565.02,3111.07,26142772,99.81,0,0,0.4,565.37,3110.72,26142773,99.92,0,0,0.3,565.01,3111.07,26142774,99.92,0,0,0.15,565,3111.08,26142775,99.85,0,0,0.29,564.99,3111.1,26142776,99.94,0,0,0.16,564.99,3111.11,26142777,99.8,0,0,0.59,565.38,3110.7,26142778,99.91,0,0,0.14,565.22,3110.86,26142779,99.91,0,0,0.14,565.19,3110.88,26142780,98.97,0,0,0.29,564.73,3111.37,26142781,99.86,0,0,0.14,564.71,3111.38,26142782,99.76,0,0,0.44,565.11,3110.98,26142783,99.93,0,0,0.29,564.95,3111.15,26142784,99.92,0,0,0.14,564.95,3111.15,26142785,99.83,0,0,0.31,564.94,3111.17,26142786,99.92,0,0,0.14,564.93,3111.18,26142787,99.76,0,0,0.32,565.27,3110.84,26142788,99.9,0,0,0.38,564.67,3111.43,26142789,99.81,0,0,0.41,565.13,3110.95,26142790,99.78,0,0,0.29,565.18,3110.91,26142791,99.89,0,0,0.16,565.15,3110.95,26142792,99.93,0,0,0.14,565.14,3110.95,26142793,99.8,0,0,0.55,565.06,3111.02,26142794,99.95,0,0,0.15,564.61,3111.46,26142795,99.83,0,0,0.3,564.39,3111.7,26142796,99.94,0,0,0.14,564.38,3111.71,26142797,99.93,0,0,0.2,564.37,3111.71,26142798,99.8,0,0,0.63,564.89,3111.19,26142799,99.89,0,0,0.14,564.58,3111.5,26142800,99.78,0,0,0.32,564.61,3111.48,26142801,99.94,0,0,0.16,564.78,3111.31,26142802,99.94,0,0,0.14,564.77,3111.31,26142803,99.78,0,0,0.57,565.79,3110.29,26142804,99.94,0,0,0.14,565.26,3110.82,26142805,99.89,0,0,0.3,565.02,3111.07,26142806,99.95,0,0,0.14,564.99,3111.1,26142807,99.95,0,0,0.14,564.98,3111.1,26142808,99.75,0,0,0.56,565.34,3110.74,26142809,99.95,0,0,0.15,564.95,3111.12,26142810,99.84,0,0,0.3,564.72,3111.37,26142811,99.94,0,0,0.15,564.71,3111.38,26142812,99.92,0,0,0.15,564.71,3111.39,26142813,99.8,0,0,0.55,565.24,3110.86,26142814,99.92,0,0,0.14,565.16,3110.93,26142815,99.9,0,0,0.32,564.94,3111.17,26142816,99.92,0,0,0.19,564.9,3111.21,26142817,99.95,0,0,0.18,564.9,3111.22,26142818,99.76,0,0,0.55,565.3,3110.82,26142819,99.76,0,0,0.31,564.17,3111.93,26142820,99.85,0,0,0.29,564.15,3111.95,26142821,99.9,0,0,0.14,564.13,3111.98,26142822,99.92,0,0,0.16,564.12,3111.98,26142823,99.8,0,0,0.31,564.86,3111.24,26142824,99.92,0,0,0.39,565.26,3110.84,26142825,99.78,0,0,0.5,565.42,3110.68,26142826,99.93,0,0,0.18,565.01,3111.09,26142827,99.92,0,0,0.12,564.98,3111.11,26142828,99.94,0,0,0.16,564.98,3111.11,26142829,99.8,0,0,0.55,565.65,3110.43,26142830,99.86,0,0,0.34,565.51,3110.6,26142831,99.89,0,0,0.18,565.47,3110.63,26142832,99.94,0,0,0.16,565.44,3110.65,26142833,99.91,0,0,0.16,565.44,3110.65,26142834,99.81,0,0,0.54,565.11,3110.97,26142835,99.83,0,0,0.31,564.47,3111.64,26142836,99.95,0,0,0.14,564.44,3111.66,26142837,99.9,0,0,0.15,564.43,3111.67,26142838,99.91,0,0,0.16,564.42,3111.67,26142839,99.76,0,0,0.62,565.27,3110.82,26142840,99.84,0,0,0.3,564.71,3111.4,26142841,99.9,0,0,0.16,564.67,3111.43,26142842,99.95,0,0,0.15,564.65,3111.45,26142843,99.93,0,0,0.14,564.64,3111.45,26142844,99.8,0,0,0.46,565.36,3110.73,26142845,99.85,0,0,0.46,564.42,3111.68,26142846,99.92,0,0,0.15,564.38,3111.72,26142847,99.92,0,0,0.16,564.37,3111.73,26142848,99.92,0,0,0.14,564.36,3111.73,26142849,99.73,0,0,0.66,565.27,3110.8,26142850,99.86,0,0,0.36,565.35,3110.73,26142851,99.9,0,0,0.14,565.32,3110.76,26142852,99.92,0,0,0.15,565.31,3110.76,26142853,99.91,0.01,0.01,0.17,565.39,3110.68,26142854,99.77,0,0,0.57,565.7,3110.37,26142855,99.86,0,0,0.29,565.38,3110.71,26142856,99.93,0,0,0.16,565.36,3110.74,26142857,99.9,0,0,0.24,554.77,3121.59,26142858,99.93,0,0,0.21,537.91,3138.87,26142859,99.83,0,0,0.29,538.24,3138.53,26142860,99.82,0,0,0.61,537.77,3139.01,26142861,99.94,0,0,0.14,537.4,3139.37,26142862,99.92,0,0,0.16,537.38,3139.41,26142863,99.93,0,0,0.14,537.38,3139.43,26142864,99.94,0,0,0.14,537.4,3139.4,26142865,99.74,0,0,0.7,538.76,3138.05,26142866,99.93,0,0,0.13,538.3,3138.51,26142867,99.94,0,0,0.14,538.28,3138.54,26142868,99.95,0,0,0.16,538.27,3138.54,26142869,99.53,0,0,0.41,538.73,3138.09,26142870,99.66,0,0,0.68,538.91,3137.92,26142871,99.93,0,0,0.16,538.5,3138.34,26142872,99.92,0,0,0.14,538.49,3138.34,26142873,99.94,0,0,0.15,538.49,3138.34,26142874,99.95,0,0,0.14,538.49,3138.35,26142875,99.66,0,0,0.74,537.54,3139.32,26142876,99.94,0,0,0.16,536.74,3140.11,26142877,99.95,0,0,0.15,536.74,3140.11,26142878,99.9,0,0,0.17,536.74,3140.11,26142879,99.86,0,0,0.36,538.4,3138.44,26142880,99.77,0,0,0.85,538.95,3137.9,26142881,99.93,0,0,0.15,538.43,3138.41,26142882,99.93,0,0,0.14,538.42,3138.41,26142883,99.93,0,0,0.14,538.16,3138.68,26142884,99.91,0,0,0.15,537.65,3139.18,26142885,99.71,0,0,0.72,537.97,3138.88,26142886,99.92,0,0,0.17,537.38,3139.46,26142887,99.94,0,0,0.14,537.37,3139.46,26142888,99.92,0,0,0.15,537.37,3139.46,26142889,99.92,0,0,0.14,537.47,3139.36,26142890,99.63,0,0,0.57,537.36,3139.48,26142891,99.95,0,0,0.28,537.29,3139.55,26142892,99.95,0,0,0.16,537.28,3139.55,26142893,99.92,0,0,0.14,537.28,3139.55,26142894,99.93,0,0,0.18,537.24,3139.58,26142895,99.78,0,0,0.31,537.26,3139.58,26142896,99.77,0,0,0.53,538.09,3138.74,26142897,99.92,0,0,0.15,537.74,3139.09,26142898,99.94,0,0,0.17,537.72,3139.11,26142899,99.9,0,0,0.14,537.7,3139.12,26142900,99.77,0,0,0.3,537.32,3139.51,26142901,99.73,0,0,0.55,538.06,3138.77,26142902,99.94,0,0,0.14,537.68,3139.15,26142903,99.92,0,0,0.16,537.67,3139.15,26142904,99.92,0,0,0.14,537.67,3139.15,26142905,99.83,0,0,0.32,537.92,3138.91,26142906,99.8,0,0,0.54,538.47,3138.36,26142907,99.92,0,0,0.16,538.14,3138.69,26142908,99.9,0,0,0.14,538.13,3138.69,26142909,99.8,0,0,0.31,537.89,3138.92,26142910,99.88,0,0,0.38,537.89,3138.94,26142911,99.79,0,0,0.57,538.37,3138.45,26142912,99.93,0.01,0.01,0.16,538.2,3138.61,26142913,99.92,0,0,0.17,538.23,3138.58,26142914,99.93,0,0,0.15,538.01,3138.82,26142915,99.87,0,0,0.31,537.97,3138.88,26142916,99.81,0,0,0.61,538.55,3138.29,26142917,99.94,0,0,0.2,537.7,3139.14,26142918,99.94,0,0,0.14,537.67,3139.17,26142919,99.93,0,0,0.18,537.66,3139.17,26142920,99.86,0,0,0.34,537.44,3139.41,26142921,99.78,0,0,0.55,537.99,3138.86,26142922,99.91,0,0,0.16,538.13,3138.71,26142923,99.93,0,0,0.15,538.13,3138.71,26142924,99.91,0,0,0.18,538.12,3138.71,26142925,99.88,0,0,0.35,537.9,3138.95,26142926,99.82,0,0,0.44,538.34,3138.51,26142927,99.94,0,0,0.23,538.04,3138.8,26142928,99.94,0,0,0.17,538.04,3138.8,26142929,99.94,0,0,0.18,538.03,3138.8,26142930,99.85,0,0,0.35,538.02,3138.83,26142931,99.8,0,0,0.45,538.4,3138.44,26142932,99.94,0,0,0.23,538.25,3138.58,26142933,99.96,0,0,0.2,538.24,3138.58,26142934,99.93,0,0,0.15,538.24,3138.58,26142935,99.82,0,0,0.32,538,3138.84,26142936,99.95,0,0,0.14,537.98,3138.86,26142937,99.77,0,0,0.55,538.86,3137.98,26142938,99.94,0,0,0.15,538.21,3138.61,26142939,99.73,0,0,0.3,537.98,3138.82,26142940,99.83,0,0,0.29,536.74,3140.08,26142941,99.9,0,0,0.16,536.71,3140.11,26142942,99.8,0,0,0.57,538.44,3138.36,26142943,99.93,0,0,0.19,538.17,3138.63,26142944,99.93,0,0,0.18,538.17,3138.63,26142945,99.79,0,0,0.34,538.16,3138.66,26142946,99.95,0,0,0.14,538.15,3138.66,26142947,99.76,0,0,0.59,538.63,3138.17,26142948,99.89,0,0,0.14,538.14,3138.66,26142949,99.93,0,0,0.15,538.13,3138.66,26142950,99.82,0,0,0.28,538.15,3138.66,26142951,99.92,0,0,0.15,538.13,3138.68,26142952,99.76,0,0,0.56,538.55,3138.26,26142953,99.91,0,0,0.16,538.1,3138.7,26142954,99.91,0,0,0.15,538.08,3138.71,26142955,99.87,0,0,0.33,538.52,3138.29,26142956,99.94,0,0,0.19,538.5,3138.3,26142957,99.83,0,0,0.52,538.76,3138.03,26142958,99.88,0,0,0.19,538.22,3138.57,26142959,99.9,0,0,0.18,538.22,3138.57,26142960,99.83,0,0,0.31,538.24,3138.57,26142961,99.94,0,0,0.14,538.21,3138.59,26142962,99.76,0,0,0.39,538.52,3138.27,26142963,99.96,0,0,0.29,537.94,3138.85,26142964,99.93,0,0,0.14,537.91,3138.88,26142965,99.91,0,0,0.36,538.41,3138.39,26142966,99.94,0,0,0.18,538.41,3138.38,26142967,99.81,0,0,0.42,538.6,3138.18,26142968,99.94,0,0,0.35,537.14,3139.64,26142969,99.81,0,0,0.34,538.33,3138.42,26142970,99.86,0,0,0.34,538.38,3138.4,26142971,99.95,0,0,0.14,538.34,3138.42,26142972,99.91,0,0,0.17,538.33,3138.44,26142973,99.8,0,0,0.55,539.1,3137.67,26142974,99.93,0,0,0.14,538.32,3138.45,26142975,99.87,0,0,0.31,537.85,3138.94,26142976,99.93,0,0,0.14,537.84,3138.95,26142977,99.93,0,0,0.21,537.8,3138.98,26142978,99.79,0,0,0.59,538.04,3138.74,26142979,99.95,0,0,0.15,537.37,3139.4,26142980,99.82,0,0,0.3,538.24,3138.55,26142981,99.95,0,0,0.15,538.24,3138.55,26142982,99.94,0,0,0.16,538.21,3138.57,26142983,99.78,0,0,0.55,538.89,3137.89,26142984,99.94,0,0,0.15,538.44,3138.33,26142985,99.86,0,0,0.31,538.76,3138.03,26142986,99.9,0,0,0.14,538.67,3138.11,26142987,99.93,0,0,0.16,538.67,3138.11,26142988,99.75,0,0,0.5,538.91,3137.87,26142989,99.95,0,0,0.2,538.38,3138.39,26142990,99.82,0,0,0.33,537.45,3139.34,26142991,99.94,0,0,0.14,537.41,3139.38,26142992,99.94,0,0,0.16,537.4,3139.38,26142993,99.81,0,0,0.39,538.18,3138.6,26142994,99.9,0,0,0.29,538.35,3138.42,26142995,99.82,0,0,0.3,538.61,3138.18,26142996,99.89,0,0,0.16,538.61,3138.18,26142997,99.93,0.06,3.94,0.57,538.17,3138.59,26142998,99.8,0,0.04,0.5,538.14,3138.61,26142999,99.74,0,0,0.34,538.03,3138.7,26143000,99.82,0,0,0.3,538,3138.75,26143001,99.89,0,0,0.18,537.98,3138.77,26143002,99.89,0,0,0.17,537.97,3138.77,26143003,99.8,0,0,0.37,538.31,3138.42,26143004,99.94,0,0,0.36,537.94,3138.79,26143005,99.84,0,0,0.39,537.95,3138.8,26143006,99.95,0,0,0.24,537.94,3138.8,26143007,99.91,0,0,0.14,537.92,3138.81,26143008,99.93,0,0,0.16,537.9,3138.83,26143009,99.78,0,0,0.55,538.02,3138.71,26143010,99.85,0,0,0.3,538.16,3138.59,26143011,99.93,0,0,0.16,538.13,3138.61,26143012,99.91,0,0,0.15,538.12,3138.61,26143013,99.96,0,0,0.16,538.12,3138.61,26143014,99.8,0,0,0.73,538.46,3138.28,26143015,99.9,0,0,0.35,537.87,3138.9,26143016,99.95,0,0,0.16,537.85,3138.91,26143017,99.96,0,0,0.16,537.85,3138.91,26143018,99.94,0,0,0.18,537.82,3138.93,26143019,99.78,0,0,0.68,538.3,3138.45,26143020,99.82,0,0,0.3,536.87,3139.9,26143021,99.91,0,0,0.14,536.84,3139.92,26143022,99.75,0,0,0.16,536.83,3139.92,26143023,99.94,0,0,0.14,536.83,3139.92,26143024,95.16,0.29,0.01,78.37,549.25,3127.38,26143025,99.71,0,0,180.06,540.57,3136.19,26143026,99.93,0,0,0.17,540.56,3136.19,26143027,99.93,0,0,0.17,540.55,3136.2,26143028,99.94,0,0,0.14,540.54,3136.2,26143029,99.68,0,0,0.79,539.99,3136.73,26143030,99.79,0,0,0.3,537.85,3138.91,26143031,99.95,0,0,0.14,537.85,3138.91,26143032,99.92,0,0,0.16,537.85,3138.91,26143033,99.89,0,0,0.16,537.84,3138.91,26143034,99.76,0,0,0.58,538.18,3138.57,26143035,99.9,0,0,0.3,537.29,3139.5,26143036,99.95,0,0,0.14,537.08,3139.7,26143037,99.9,0,0,0.21,536.84,3139.94,26143038,99.94,0,0,0.14,536.81,3139.96,26143039,99.81,0,0,0.4,537.15,3139.62,26143040,99.91,0,0,0.43,537.3,3139.49,26143041,99.95,0,0,0.16,537.3,3139.48,26143042,99.92,0,0,0.14,537.3,3139.48,26143043,99.92,0,0,0.14,537.29,3139.48,26143044,99.88,0,0,0.15,537.37,3139.4,26143045,99.67,0.01,0.04,1.32,546.98,3129.53,26143046,99.9,0,0,0.18,546.71,3129.8,26143047,99.95,0,0,0.18,546.68,3129.82,26143048,99.95,0,0,0.18,546.67,3129.83,26143049,99.93,0,0,0.18,546.66,3129.83,26143050,99.68,0,0,0.77,546.49,3130.04,26143051,99.93,0,0,0.18,546.16,3130.37,26143052,99.9,0.01,0.04,0.29,546.88,3129.6,26143053,99.92,0,0,0.18,546.98,3129.48,26143054,99.93,0,0,0.18,546.95,3129.51,26143055,99.73,0,0,0.76,549.32,3127.15,26143056,99.94,0,0,0.18,548.9,3127.57,26143057,99.93,0,0,0.18,548.88,3127.58,26143058,99.95,0,0,0.18,548.86,3127.6,26143059,99.76,0,0,0.33,549.11,3127.33,26143060,99.73,0,0,0.73,549.21,3127.24,26143061,99.95,0,0,0.18,549,3127.45,26143062,99.95,0,0,0.14,548.99,3127.45,26143063,99.96,0,0,0.14,548.99,3127.45,26143064,99.88,0,0,0.17,548.95,3127.5,26143065,99.6,0,0,0.78,549.88,3126.59,26143066,99.81,0,0,0.18,548.94,3127.53,26143067,99.95,0,0,0.18,548.93,3127.53,26143068,99.95,0,0,0.18,548.9,3127.56,26143069,99.84,0,0,0.18,548.89,3127.56,26143070,99.69,0,0,0.57,549.47,3127,26143071,99.85,0,0,0.32,549.12,3127.35,26143072,99.85,0,0,0.17,549.09,3127.38,26143073,99.91,0,0,0.14,549.25,3127.2,26143074,99.84,0,0,0.17,549.26,3127.19,26143075,99.68,0,0,0.58,550.09,3126.37,26143076,99.91,0,0,0.31,549.49,3126.98,26143077,99.85,0,0,0.14,549.46,3127,26143078,99.95,0,0,0.15,549.45,3127.01,26143079,99.91,0,0,0.15,549.44,3127.01,26143080,99.88,0,0,0.29,549.19,3127.31,26143081,99.77,0,0.01,0.6,549.85,3126.65,26143082,99.92,0,0,0.15,549.36,3127.13,26143083,99.72,0,0,0.14,549.41,3127.08,26143084,99.91,0,0,0.15,549.51,3126.98,26143085,99.87,0,0,0.3,549.51,3126.99,26143086,99.8,0,0,0.54,550.01,3126.49,26143087,99.91,0,0,0.16,549.73,3126.76,26143088,99.92,0,0,0.14,549.7,3126.79,26143089,99.83,0,0,0.3,549.21,3127.26,26143090,99.86,0,0,0.32,549.44,3127.04,26143091,99.76,0,0,0.53,549.78,3126.7,26143092,99.87,0,0,0.14,549.4,3127.08,26143093,99.85,0,0,0.16,549.38,3127.09,26143094,99.86,0,0,0.16,549.35,3127.11,26143095,99.76,0,0,0.34,549.42,3127.06,26143096,99.72,0,0,0.54,550,3126.48,26143097,99.86,0,0,0.21,549.49,3126.99,26143098,99.83,0,0,0.14,549.47,3126.99,26143099,99.84,0,0.01,0.16,549.42,3127.04,26143100,99.72,0,0,0.3,549.43,3127.05,26143101,99.73,0,0,0.62,550.18,3126.29,26143102,99.85,0,0,0.19,549.63,3126.84,26143103,99.86,0,0,0.16,549.61,3126.85,26143104,99.86,0,0,0.16,549.59,3126.87,26143105,99.81,0,0.02,0.35,549.42,3127.06,26143106,99.71,0,0,0.59,549.89,3126.58,26143107,99.84,0.01,0.07,0.15,549.42,3127.04,26143108,99.86,0,0,0.19,549.38,3127.08,26143109,99.86,0,0,0.14,549.49,3126.96,26143110,99.75,0,0,0.32,549.72,3126.75,26143111,99.72,0,0,0.38,550.05,3126.42,26143112,99.85,0,0,0.38,549.44,3127.02,26143113,99.86,0,0,0.15,549.41,3127.05,26143114,99.88,0,0,0.14,549.4,3127.05,26143115,99.75,0,0,0.32,549.87,3126.61,26143116,99.7,0,0,0.34,550.19,3126.28,26143117,99.83,0,0,0.4,549.59,3126.87,26143118,99.86,0,0,0.16,549.56,3126.9,26143119,99.74,0,0,0.32,549.71,3126.72,26143120,99.78,0,0,0.33,549.49,3126.96,26143121,99.84,0,0,0.19,549.47,3126.98,26143122,99.71,0,0,0.59,550.02,3126.41,26143123,99.85,0,0,0.16,549.66,3126.76,26143124,99.83,0,0,0.17,549.66,3126.77,26143125,99.78,0,0,0.39,549.44,3127.02,26143126,99.87,0,0,0.14,549.4,3127.05,26143127,99.72,0,0,0.55,550.28,3126.17,26143128,99.83,0,0,0.16,549.61,3126.84,26143129,99.84,0,0,0.16,549.6,3126.84,26143130,99.84,0,0,0.32,549.59,3126.87,26143131,99.84,0,0,0.19,549.58,3126.89,26143132,99.74,0,0,0.54,549.95,3126.51,26143133,99.86,0,0,0.14,549.54,3126.92,26143134,99.81,0,0,0.15,549.7,3126.76,26143135,99.76,0,0,0.32,549.47,3127,26143136,99.85,0,0.01,0.19,549.45,3127.02,26143137,99.73,0,0,0.56,549.86,3126.6,26143138,99.85,0,0,0.14,549.67,3126.79,26143139,99.86,0,0,0.14,549.65,3126.81,26143140,99.74,0,0,0.31,549.9,3126.58,26143141,99.85,0,0,0.14,549.88,3126.59,26143142,99.66,0,0,0.5,549.95,3126.52,26143143,99.84,0,0,0.21,549.11,3127.35,26143144,99.84,0,0,0.14,549.08,3127.38,26143145,99.71,0,0,0.4,548.62,3127.85,26143146,99.85,0,0,0.13,548.59,3127.88,26143147,99.69,0,0,0.57,549.14,3127.33,26143148,99.85,0,0,0.14,549.79,3126.67,26143149,99.76,0,0,0.29,549.76,3126.68,26143150,99.74,0,0,0.3,550.06,3126.39,26143151,99.88,0,0,0.16,549.97,3126.48,26143152,99.74,0,0,0.31,550.29,3126.15,26143153,99.77,0,0,0.45,550.05,3126.39,26143154,99.86,0,0,0.15,549.65,3126.78,26143155,99.76,0,0,0.34,549.66,3126.8,26143156,99.84,0,0,0.14,549.63,3126.82,26143157,99.85,0,0,0.19,549.85,3126.59,26143158,99.72,0,0,0.55,550.18,3126.26,26143159,99.85,0,0,0.14,549.57,3126.86,26143160,99.72,0,0,0.3,549.81,3126.64,26143161,99.86,0,0,0.16,549.89,3126.56,26143162,99.86,0,0,0.14,549.97,3126.48,26143163,99.72,0,0,0.53,550.36,3126.08,26143164,99.85,0,0,0.14,549.93,3126.51,26143165,99.8,0,0,0.31,549.92,3126.53,26143166,99.83,0,0,0.16,549.91,3126.54,26143167,99.82,0,0,0.13,549.88,3126.57,26143168,99.71,0,0,0.51,550.22,3126.22,26143169,99.87,0,0,0.21,549.84,3126.6,26143170,99.81,0,0,0.33,549.86,3126.59,26143171,99.85,0,0,0.18,549.82,3126.63,26143172,99.85,0,0,0.18,549.78,3126.66,26143173,99.71,0,0,0.57,550.32,3126.12,26143174,99.85,0,0,0.15,549.96,3126.48,26143175,99.77,0,0,0.33,549.95,3126.5,26143176,99.84,0,0,0.14,549.94,3126.51,26143177,99.86,0,0,0.14,549.91,3126.53,26143178,99.68,0,0,0.44,550.58,3125.86,26143179,99.73,0,0,0.43,550.14,3126.27,26143180,99.73,0,0,0.3,549.4,3127.02,26143181,99.87,0,0,0.16,549.38,3127.04,26143182,99.84,0,0,0.15,549.35,3127.07,26143183,99.73,0,0,0.42,550,3126.41,26143184,99.85,0,0,0.28,550.07,3126.33,26143185,99.77,0.01,0.03,0.35,550.09,3126.33,26143186,99.8,0.04,0.14,0.44,549.6,3126.8,26143187,99.83,0.01,0.01,0.18,550.21,3126.18,26143188,99.83,0,0,0.17,551.64,3124.71,26143189,99.72,0,0,0.55,552.79,3123.56,26143190,99.8,0,0,0.31,551.45,3124.91,26143191,99.86,0,0,0.16,551.11,3125.26,26143192,99.86,0,0,0.14,551.09,3125.27,26143193,99.85,0,0,0.15,551.05,3125.3,26143194,99.72,0,0,0.54,551.8,3124.55,26143195,99.79,0,0,0.32,551.76,3124.6,26143196,99.84,0,0,0.16,551.84,3124.53,26143197,99.85,0,0,0.14,551.93,3124.42,26143198,99.85,0,0,0.15,551.92,3124.44,26143199,99.71,0,0,0.53,552.57,3123.78,26143200,99.7,0,0,0.31,551.92,3124.45,26143201,99.86,0,0,0.14,551.88,3124.48,26143202,99.86,0,0,0.16,551.86,3124.5,26143203,99.82,0.03,2.72,0.54,551.83,3124.51,26143204,99.73,0,0.01,0.57,552.16,3124.17,26143205,99.8,0,0,0.3,552.06,3124.29,26143206,99.84,0,0,0.15,552.03,3124.31,26143207,99.86,0,0,0.16,552.03,3124.31,26143208,99.82,0,0,0.15,552.18,3124.17,26143209,99.65,0,0,0.71,552.98,3123.35,26143210,99.81,0,0,0.3,552.18,3124.18,26143211,99.85,0,0,0.16,552.16,3124.19,26143212,99.83,0,0,0.16,552.13,3124.21,26143213,99.87,0,0,0.14,552.11,3124.23,26143214,99.7,0,0,0.54,552.55,3123.79,26143215,99.8,0,0,0.32,552.1,3124.25,26143216,99.84,0,0,0.16,552.07,3124.28,26143217,99.83,0,0,0.18,552.06,3124.28,26143218,99.87,0,0,0.14,552.03,3124.31,26143219,99.7,0,0,0.41,552.37,3123.97,26143220,99.76,0,0,0.45,552.4,3123.95,26143221,99.85,0,0,0.16,552.43,3123.92,26143222,99.85,0,0,0.15,552.4,3123.94,26143223,99.84,0,0,0.16,552.39,3123.95,26143224,99.68,0,0,0.52,552.71,3123.62,26143225,99.75,0,0,0.36,551.15,3125.21,26143226,99.83,0,0,0.16,551.11,3125.24,26143227,99.85,0,0,0.14,551.08,3125.26,26143228,99.82,0,0,0.15,551.05,3125.29,26143229,99.86,0,0,0.14,551.04,3125.29,26143230,99.59,0,0,0.73,551.73,3124.62,26143231,99.84,0,0,0.15,551.2,3125.14,26143232,99.83,0,0,0.14,551.18,3125.16,26143233,99.86,0,0,0.17,551.17,3125.17,26143234,99.83,0,0,0.14,551.13,3125.2,26143235,99.62,0,0,0.73,552.91,3123.43,26143236,99.86,0,0,0.18,552.34,3124,26143237,99.86,0,0,0.14,552.33,3124,26143238,99.84,0,0,0.15,552.29,3124.03,26143239,99.78,0,0,0.3,552.28,3124.02,26143240,99.63,0,0,0.71,552.79,3123.53,26143241,99.85,0,0,0.16,552.26,3124.05,26143242,99.86,0,0,0.15,552.23,3124.08,26143243,99.86,0,0,0.15,552.38,3123.93,26143244,99.85,0,0,0.13,552.37,3123.93,26143245,99.66,0,0,0.76,552.85,3123.47,26143246,99.84,0,0,0.18,552.14,3124.18,26143247,99.86,0,0,0.14,552.08,3124.24,26143248,99.83,0,0,0.17,552.06,3124.25,26143249,99.86,0,0,0.14,552.04,3124.27,26143250,99.68,0,0,0.76,552.49,3123.83,26143251,99.86,0,0,0.16,552.26,3124.05,26143252,99.88,0,0,0.14,552.23,3124.08,26143253,99.86,0,0,0.15,552.4,3123.91,26143254,99.86,0,0,0.14,552.38,3123.93,26143255,99.71,0,0,0.57,553.43,3122.89,26143256,99.86,0,0,0.29,552.36,3123.96,26143257,99.92,0,0,0.16,552.34,3123.97,26143258,99.92,0,0,0.14,552.32,3123.99,26143259,99.94,0,0,0.15,552.29,3124.02,26143260,99.7,0,0,0.55,553.1,3123.22,26143261,99.94,0,0,0.29,552.27,3124.05,26143262,99.91,0,0,0.15,552.26,3124.05,26143263,99.92,0,0,0.16,552.24,3124.06,26143264,99.92,0,0,0.14,552.22,3124.09,26143265,99.88,0,0,0.32,551.93,3124.41,26143266,99.8,0,0,0.6,553.14,3123.2,26143267,99.94,0,0,0.17,552.64,3123.69,26143268,99.93,0,0,0.18,552.63,3123.7,26143269,99.74,0,0,0.32,552.38,3123.92,26143270,99.81,0,0,0.31,551.64,3124.68,26143271,99.81,0,0,0.61,552.7,3123.61,26143272,99.95,0,0,0.16,552.57,3123.74,26143273,99.94,0,0,0.18,552.54,3123.77,26143274,99.91,0,0,0.16,552.53,3123.77,26143275,99.86,0,0,0.35,552.29,3124.03,26143276,99.75,0,0,0.59,552.65,3123.66,26143277,99.92,0,0,0.25,552.42,3123.89,26143278,99.93,0,0,0.18,552.4,3123.9,26143279,99.95,0,0,0.16,552.38,3123.92,26143280,99.81,0,0,0.33,552.86,3123.45,26143281,99.79,0,0,0.57,553.43,3122.88,26143282,99.95,0,0,0.16,552.59,3123.71,26143283,99.95,0,0,0.14,552.56,3123.74,26143284,99.92,0,0,0.14,552.55,3123.75,26143285,99.84,0,0,0.32,552.78,3123.53,26143286,99.81,0,0,0.54,553.3,3123,26143287,99.92,0,0,0.17,552.5,3123.81,26143288,99.93,0,0,0.17,552.65,3123.64,26143289,99.93,0,0,0.15,552.62,3123.68,26143290,99.91,0,0,0.31,552.64,3123.68,26143291,99.77,0,0,0.56,553.17,3123.14,26143292,99.91,0,0,0.14,552.83,3123.47,26143293,99.93,0,0,0.14,552.8,3123.49,26143294,99.95,0,0,0.17,552.77,3123.52,26143295,99.89,0,0,0.31,552.54,3123.77,26143296,99.74,0,0,0.31,552.88,3123.43,26143297,99.95,0,0,0.4,552.74,3123.55,26143298,99.95,0,0,0.14,552.74,3123.56,26143299,99.83,0,0,0.29,552.65,3123.62,26143300,99.9,0,0,0.31,552.63,3123.66,26143301,99.79,0,0,0.32,553,3123.28,26143302,99.93,0.01,0.76,0.39,552.83,3123.46,26143303,99.95,0,0.05,0.2,552.7,3123.58,26143304,99.93,0,0,0.15,552.88,3123.42,26143305,99.91,0,0,0.32,552.88,3123.44,26143306,99.93,0,0,0.2,552.61,3123.7,26143307,99.79,0,0,0.64,552.71,3123.59,26143308,99.95,0,0,0.14,552.3,3124,26143309,99.95,0,0,0.16,552.29,3124,26143310,99.89,0,0,0.32,552.52,3123.79,26143311,99.96,0,0,0.15,552.51,3123.79,26143312,99.8,0,0,0.56,552.99,3123.31,26143313,99.94,0,0,0.17,552.21,3124.09,26143314,99.95,0,0,0.14,552.35,3123.94,26143315,99.91,0,0,0.32,552.85,3123.45,26143316,99.93,0,0,0.15,552.85,3123.46,26143317,99.81,0,0,0.54,552.85,3123.45,26143318,99.95,0,0,0.15,551.81,3124.49,26143319,99.95,0,0,0.14,551.8,3124.49,26143320,99.88,0,0,0.34,552.75,3123.55,26143321,99.95,0,0,0.17,552.76,3123.54,26143322,99.8,0,0,0.55,553.08,3123.21,26143323,99.95,0,0,0.16,552.72,3123.57,26143324,99.93,0,0,0.14,552.68,3123.6,26143325,99.85,0,0,0.32,553.21,3123.09,26143326,99.95,0,0,0.14,553.1,3123.2,26143327,99.8,0,0,0.41,553.34,3122.95,26143328,99.95,0,0,0.29,552.81,3123.48,26143329,99.77,0,0,0.31,552.78,3123.48,26143330,99.86,0,0,0.32,553.01,3123.26,26143331,99.95,0,0,0.16,552.99,3123.28,26143332,99.79,0,0,0.53,553.71,3122.56,26143333,99.94,0,0,0.19,552.71,3123.56,26143334,99.95,0,0,0.17,552.7,3123.56,26143335,99.83,0,0,0.34,552.45,3123.83,26143336,99.95,0,0,0.14,552.43,3123.84,26143337,99.81,0,0,0.46,553,3123.27,26143338,99.95,0,0,0.29,552.86,3123.41,26143339,99.93,0,0,0.14,552.85,3123.41,26143340,99.87,0,0,0.32,553.09,3123.19,26143341,99.95,0,0,0.13,553.08,3123.19,26143342,99.95,0,0,0.16,553.05,3123.22,26143343,99.78,0,0,0.55,553.18,3123.08,26143344,99.9,0,0,0.15,552.22,3124.04,26143345,99.89,0,0,0.33,552.03,3124.25,26143346,99.96,0,0,0.14,552,3124.27,26143347,99.95,0,0,0.14,551.99,3124.28,26143348,99.78,0,0,0.55,552.31,3123.95,26143349,99.95,0,0,0.15,551.98,3124.28,26143350,99.85,0,0,0.34,552.37,3123.9,26143351,99.96,0,0,0.16,552.37,3123.9,26143352,99.95,0,0,0.14,552.34,3123.93,26143353,99.83,0,0,0.54,552.68,3123.58,26143354,99.94,0,0,0.15,552.3,3123.97,26143355,99.88,0,0,0.32,552.08,3124.21,26143356,99.93,0,0,0.16,552.04,3124.25,26143357,99.93,0,0,0.14,552.03,3124.25,26143358,99.82,0,0,0.57,552.48,3123.8,26143359,99.88,0,0,0.3,552,3124.25,26143360,99.88,0,0,0.33,552.46,3123.81,26143361,99.94,0,0,0.14,552.48,3123.78,26143362,99.92,0,0,0.16,552.61,3123.64,26143363,99.83,0,0,0.49,552.84,3123.41,26143364,99.93,0,0,0.2,552.33,3123.93,26143365,99.85,0,0,0.32,551.4,3124.89,26143366,99.91,0,0,0.2,550.9,3125.38,26143367,99.93,0,0,0.14,550.8,3125.47,26143368,99.8,0,0,0.4,551.47,3124.8,26143369,99.95,0,0,0.29,552.24,3124.03,26143370,99.83,0,0,0.32,551.53,3124.75,26143371,99.95,0,0,0.14,551.48,3124.8,26143372,99.93,0,0,0.16,551.47,3124.81,26143373,99.8,0,0,0.36,552.03,3124.24,26143374,99.94,0,0,0.36,552.58,3123.69,26143375,99.88,0,0.02,0.34,552.33,3123.95,26143376,99.93,0,0,0.16,552.28,3124,26143377,99.94,0,0,0.14,552.27,3124.01,26143378,99.95,0,0,0.16,552.23,3124.04,26143379,99.81,0,0,0.54,552.9,3123.36,26143380,99.81,0,0,0.33,551.4,3124.89,26143381,99.95,0,0,0.13,551.36,3124.92,26143382,99.95,0,0,0.16,551.35,3124.93,26143383,99.95,0,0,0.14,551.32,3124.95,26143384,99.8,0,0,0.54,552.83,3123.43,26143385,99.89,0,0,0.31,552.29,3124,26143386,99.94,0,0,0.16,552.25,3124.03,26143387,99.96,0,0,0.14,552.24,3124.03,26143388,99.94,0,0,0.16,552.21,3124.06,26143389,95.01,0.27,0.01,78.56,565.51,3111.21,26143390,99.8,0,0,180.01,555.08,3121.05,26143391,99.93,0,0,0.16,555.06,3121.07,26143392,99.94,0,0,0.14,555.05,3121.08,26143393,99.95,0,0,0.15,555.02,3121.11,26143394,99.81,0,0,0.61,554.54,3121.62,26143395,99.9,0,0,0.34,552.54,3123.66,26143396,99.95,0,0,0.14,552.53,3123.67,26143397,99.9,0,0,0.2,552.5,3123.7,26143398,99.95,0,0,0.16,552.49,3123.7,26143399,99.83,0,0,0.57,552.81,3123.38,26143400,99.86,0,0,0.31,552.71,3123.49,26143401,99.96,0,0,0.16,552.68,3123.52,26143402,99.95,0,0,0.14,552.67,3123.52,26143403,99.95,0,0,0.16,552.64,3123.55,26143404,99.83,0,0,0.4,553.31,3122.87,26143405,99.9,0,0,0.45,552.44,3123.77,26143406,99.95,0,0,0.17,552.53,3123.67,26143407,99.94,0,0,0.14,552.52,3123.67,26143408,99.92,0,0,0.15,552.49,3123.7,26143409,99.81,0,0,0.3,552.82,3123.36,26143410,99.81,0,0,0.52,551.85,3124.35,26143411,99.92,0,0,0.17,551.71,3124.49,26143412,99.94,0,0,0.14,551.7,3124.5,26143413,99.95,0,0,0.16,551.67,3124.53,26143414,99.85,0,0,0.31,552.03,3124.16,26143415,99.86,0,0,0.55,552.15,3124.05,26143416,99.93,0,0,0.14,552.13,3124.07,26143417,99.95,0,0,0.17,552.31,3123.89,26143418,99.94,0,0,0.14,552.31,3123.88,26143419,99.86,0,0,0.29,552.77,3123.4,26143420,99.72,0,0,0.72,553.35,3122.83,26143421,99.94,0,0,0.14,552.53,3123.65,26143422,99.93,0,0,0.14,552.49,3123.68,26143423,99.95,0,0,0.18,552.49,3123.68,26143424,99.93,0,0,0.14,552.45,3123.71,26143425,99.71,0,0,0.71,553.04,3123.15,26143426,99.92,0,0,0.17,552.24,3123.94,26143427,99.95,0,0,0.17,552.24,3123.94,26143428,99.94,0,0,0.17,552.3,3123.87,26143429,99.92,0,0,0.14,552.27,3123.9,26143430,99.77,0,0,0.77,552.97,3123.22,26143431,99.94,0,0,0.18,552.49,3123.71,26143432,99.92,0,0,0.17,552.46,3123.74,26143433,99.94,0,0,0.15,552.43,3123.76,26143434,99.94,0,0,0.15,552.4,3123.79,26143435,99.72,0,0,0.81,553.14,3123.06,26143436,99.93,0,0,0.18,552.81,3123.39,26143437,99.95,0,0,0.16,552.77,3123.42,26143438,99.96,0,0,0.17,552.77,3123.42,26143439,99.95,0,0,0.15,552.73,3123.45,26143440,99.74,0,0,0.71,553.1,3123.1,26143441,99.96,0,0,0.16,552.72,3123.48,26143442,99.92,0,0,0.13,552.71,3123.48,26143443,99.94,0,0,0.16,552.68,3123.51,26143444,99.94,0,0,0.16,552.67,3123.52,26143445,99.72,0,0,0.61,553.17,3123.03,26143446,97.9,0,0,0.33,552.4,3123.79,26143447,99.95,0,0,0.17,552.37,3123.82,26143448,99.95,0,0,0.14,552.54,3123.64,26143449,99.85,0,0,0.35,553.02,3123.14,26143450,99.9,0,0,0.32,552.78,3123.39,26143451,99.77,0,0,0.57,552.01,3124.16,26143452,99.94,0,0,0.18,551.51,3124.66,26143453,99.94,0,0,0.18,551.48,3124.69,26143454,99.91,0,0,0.16,551.47,3124.69,26143455,99.81,0,0,0.38,552.67,3123.51,26143456,99.78,0,0,0.59,553.23,3122.94,26143457,99.92,0,0,0.21,552.89,3123.27,26143458,99.94,0,0,0.15,552.88,3123.28,26143459,99.92,0,0,0.15,552.89,3123.26,26143460,99.88,0,0,0.33,552.9,3123.28,26143461,99.81,0,0,0.59,553.33,3122.84,26143462,99.93,0,0,0.19,553,3123.17,26143463,99.95,0,0,0.13,552.98,3123.18,26143464,99.93,0,0,0.16,552.95,3123.21,26143465,99.87,0,0,0.32,552.96,3123.21,26143466,99.8,0,0,0.55,552.8,3123.37,26143467,99.94,0,0,0.15,552.18,3123.99,26143468,99.92,0,0,0.16,552.15,3124.02,26143469,99.95,0,0,0.15,552.14,3124.02,26143470,99.81,0,0,0.31,552.64,3123.53,26143471,99.81,0,0,0.5,553.13,3123.04,26143472,99.92,0,0,0.21,552.77,3123.4,26143473,99.94,0,0,0.16,552.73,3123.43,26143474,99.9,0,0,0.16,552.72,3123.44,26143475,99.85,0,0,0.32,552.71,3123.46,26143476,99.77,0,0,0.58,553.45,3122.72,26143477,99.93,0,0,0.15,552.92,3123.25,26143478,99.94,0,0,0.13,552.89,3123.27,26143479,99.81,0,0,0.36,553.11,3123.03,26143480,99.89,0,0,0.32,552.88,3123.27,26143481,99.8,0,0,0.57,553.4,3122.75,26143482,99.93,0,0,0.14,553,3123.14,26143483,99.9,0,0,0.17,552.99,3123.15,26143484,99.93,0,0,0.15,552.97,3123.2,26143485,99.88,0,0,0.34,553.21,3122.98,26143486,98.7,0,0,0.2,552.88,3123.31,26143487,99.8,0,0,0.59,553.32,3122.86,26143488,99.94,0,0,0.23,552.91,3123.27,26143489,99.94,0,0,0.16,552.9,3123.27,26143490,99.9,0,0,0.34,552.89,3123.3,26143491,99.93,0,0,0.15,552.89,3123.3,26143492,99.81,0,0,0.59,552.82,3123.36,26143493,99.94,0,0,0.18,552.41,3123.77,26143494,99.93,0,0,0.18,552.54,3123.64,26143495,99.87,0,0,0.38,553.28,3122.91,26143496,99.94,0,0,0.18,553.25,3122.93,26143497,99.82,0,0,0.58,553.44,3122.73,26143498,99.93,0,0,0.18,552.97,3123.21,26143499,99.93,0,0,0.23,552.26,3123.91,26143500,99.31,0,0,9.4,551.65,3124.49,26143501,99.92,0,0,0.18,551.62,3124.55,26143502,99.8,0,0,0.57,552.4,3123.77,26143503,99.93,0,0,0.18,552.3,3123.86,26143504,99.94,0,0,0.18,552.29,3123.87,26143505,99.79,0,0,0.43,552.47,3123.75,26143506,99.92,0,0,0.2,552.46,3123.76,26143507,99.8,0,0,0.59,552.89,3123.32,26143508,99.94,0,0,0.2,552.64,3123.57,26143509,99.77,0,0,0.38,552.41,3123.8,26143510,99.82,0,0,0.4,552.62,3123.6,26143511,99.95,0,0,0.18,552.61,3123.6,26143512,99.8,0,0,0.59,553.34,3122.87,26143513,99.93,0,0,0.22,552.55,3123.65,26143514,99.94,0,0,0.21,552.54,3123.66,26143515,99.84,0,0,0.37,552.12,3124.09,26143516,99.92,0,0,0.15,552.22,3124,26143517,99.79,0,0,0.46,552.72,3123.49,26143518,99.9,0,0,0.27,552.67,3123.54,26143519,99.93,0,0,0.16,552.64,3123.56,26143520,99.86,0,0.01,0.38,552.37,3123.84,26143521,99.95,0,0,0.16,552.33,3123.88,26143522,99.92,0,0,0.14,552.32,3123.88,26143523,99.75,0,0,0.55,552.64,3123.55,26143524,99.91,0,0,0.15,552.29,3123.91,26143525,99.78,0,0,0.35,551.33,3124.88,26143526,99.96,0,0,0.15,551.47,3124.73,26143527,99.94,0,0,0.16,551.44,3124.76,26143528,99.8,0,0,0.59,552.36,3123.84,26143529,99.94,0,0,0.14,552.14,3124.05,26143530,99.85,0,0,0.32,551.9,3124.31,26143531,99.95,0,0,0.16,551.87,3124.34,26143532,99.91,0,0,0.15,551.84,3124.36,26143533,99.8,0,0,0.56,552.34,3123.86,26143534,99.9,0,0,0.18,552.04,3124.15,26143535,99.84,0,0,0.33,552.54,3123.67,26143536,99.93,0,0,0.14,552.52,3123.69,26143537,99.94,0,0,0.16,552.69,3123.51,26143538,99.8,0,0,0.39,552.91,3123.29,26143539,99.83,0,0,0.46,552.91,3123.27,26143540,99.86,0,0,0.37,552.18,3124.01,26143541,99.95,0,0,0.18,552.13,3124.05,26143542,99.92,0,0,0.18,552.1,3124.08,26143543,99.81,0,0,0.57,552.59,3123.59,26143544,99.94,0,0,0.14,552.55,3123.62,26143545,99.88,0,0,0.34,552.33,3123.85,26143546,98.49,0,0,0.2,551.92,3124.27,26143547,99.92,0,0,0.13,551.79,3124.39,26143548,99.8,0,0,0.38,552.14,3124.04,26143549,99.92,0,0,0.38,552.05,3124.12,26143550,99.85,0,0,0.36,552.18,3124.01,26143551,99.95,0,0,0.18,552.04,3124.14,26143552,99.92,0,0,0.16,551.9,3124.27,26143553,99.9,0,0,0.18,551.88,3124.3,26143554,99.74,0,0,0.55,553.19,3122.98,26143555,99.83,0,0,0.32,552.6,3123.58,26143556,99.94,0,0,0.14,552.57,3123.62,26143557,99.92,0,0,0.2,552.56,3123.62,26143558,99.91,0,0,0.14,552.53,3123.65,26143559,99.8,0,0,0.57,553.05,3123.12,26143560,99.86,0,0,0.39,552.74,3123.43,26143561,99.89,0,0,0.18,552.88,3123.29,26143562,99.9,0,0,0.15,552.89,3123.28,26143563,99.95,0,0,0.15,552.87,3123.29,26143564,99.81,0,0,0.56,552.91,3123.25,26143565,99.88,0,0,0.27,552.85,3123.33,26143566,99.95,0,0,0.14,552.83,3123.34,26143567,96.19,0,0,0.16,552.82,3123.35,26143568,99.94,0,0,0.15,552.79,3123.38,26143569,99.66,0,0,0.73,553.15,3122.99,26143570,99.89,0,0,0.29,552.78,3123.38,26143571,99.92,0,0,0.14,552.77,3123.38,26143572,99.93,0,0,0.14,552.78,3123.37,26143573,99.88,0,0,0.15,552.93,3123.22,26143574,99.8,0,0,0.5,553.27,3122.89,26143575,99.85,0,0,0.33,552.68,3123.5,26143576,99.91,0,0,0.17,552.66,3123.51,26143577,99.88,0,0,0.22,552.63,3123.54,26143578,99.93,0,0,0.15,552.62,3123.54,26143579,99.82,0,0,0.48,553.36,3122.8,26143580,99.81,0,0,0.3,553.1,3123.08,26143581,99.94,0,0,0.14,552.95,3123.22,26143582,99.93,0,0,0.16,552.81,3123.36,26143583,99.93,0,0,0.14,552.78,3123.39,26143584,99.8,0,0,0.38,553.31,3122.85,26143585,99.72,0,0,0.5,552.06,3124.11,26143586,99.93,0,0,0.14,551.93,3124.24,26143587,99.93,0,0,0.14,551.92,3124.25,26143588,99.88,0,0,0.18,551.88,3124.28,26143589,99.93,0,0,0.14,551.87,3124.28,26143590,99.66,0,0,0.7,552.67,3123.51,26143591,99.93,0,0,0.13,552.34,3123.83,26143592,99.93,0,0,0.16,552.31,3123.85,26143593,99.93,0,0,0.13,552.28,3123.88,26143594,99.94,0,0,0.2,552.27,3123.88,26143595,99.77,0,0,0.65,553.03,3123.14,26143596,99.92,0,0,0.14,552.94,3123.23,26143597,99.93,0,0,0.16,552.9,3123.26,26143598,99.89,0,0,0.15,552.89,3123.27,26143599,99.83,0,0,0.32,553.09,3123.05,26143600,99.7,0,0,0.66,553.44,3122.72,26143601,99.95,0,0,0.14,553.08,3123.07,26143602,99.95,0,0,0.16,553.04,3123.1,26143603,99.94,0,0,0.14,553.04,3123.11,26143604,99.95,0,0,0.16,553.01,3123.15,26143605,99.77,0,0,0.63,552.71,3123.46,26143606,99.62,0,0,0.24,552.43,3123.74,26143607,99.94,0,0,0.15,552.67,3123.49,26143608,99.95,0,0,0.15,552.64,3123.52,26143609,99.93,0,0,0.18,552.61,3123.54,26143610,99.74,0,0,0.62,553.28,3122.89,26143611,99.9,0,0,0.2,552.61,3123.56,26143612,99.93,0,0,0.16,552.58,3123.58,26143613,99.94,0,0,0.14,552.55,3123.61,26143614,99.94,0,0,0.15,552.54,3123.61,26143615,99.71,0,0,0.52,553.43,3122.74,26143616,99.92,0,0,0.32,552.77,3123.4,26143617,99.88,0,0,0.16,552.75,3123.42,26143618,99.92,0,0,0.17,552.91,3123.25,26143619,99.95,0,0,0.17,552.88,3123.27,26143620,99.72,0,0,0.5,552.67,3123.5,26143621,99.95,0,0,0.3,551.14,3125.03,26143622,99.92,0,0,0.16,551.11,3125.06,26143623,99.94,0,0,0.15,551.1,3125.06,26143624,99.91,0,0,0.14,551.07,3125.09,26143625,99.79,0,0,0.26,552.3,3123.88,26143626,99.78,0,0,0.54,552.19,3123.98,26143627,99.92,0,0,0.16,551.78,3124.38,26143628,99.88,0,0,0.14,551.75,3124.41,26143629,99.77,0,0,0.32,553.15,3122.98,26143630,99.79,0,0,0.27,552,3124.15,26143631,99.78,0,0,0.58,553.16,3122.98,26143632,99.85,0,0,0.15,553.11,3123.03,26143633,99.9,0,0,0.13,553.08,3123.05,26143634,99.92,0,0,0.16,553.07,3123.06,26143635,99.85,0,0,0.26,553.06,3123.08,26143636,99.8,0,0,0.57,553.58,3122.56,26143637,99.92,0,0,0.19,553.27,3122.87,26143638,99.85,0,0,0.18,553.26,3122.88,26143639,99.9,0,0,0.16,553.22,3122.9,26143640,99.75,0,0,0.27,553.39,3122.76,26143641,99.76,0,0,0.52,554.09,3122.04,26143642,99.84,0,0,0.15,553.37,3122.76,26143643,99.85,0,0,0.16,553.35,3122.78,26143644,99.82,0,0,0.15,553.31,3122.81,26143645,99.83,0,0,0.27,553.09,3123.05,26143646,99.72,0,0,0.53,553.15,3122.99,26143647,99.88,0,0,0.23,552.04,3124.09,26143648,99.87,0,0,0.14,552.02,3124.11,26143649,99.88,0,0,0.14,551.99,3124.13,26143650,99.83,0,0,0.26,552.59,3123.54,26143651,99.74,0,0,0.41,552.59,3123.54,26143652,99.86,0,0,0.29,552.42,3123.71,26143653,99.87,0,0,0.16,552.39,3123.73,26143654,99.83,0,0,0.15,552.37,3123.75,26143655,99.75,0,0,0.25,551.89,3124.25,26143656,99.72,0,0,0.32,552.2,3123.93,26143657,99.83,0,0,0.39,552.08,3124.05,26143658,99.86,0,0,0.14,552.05,3124.07,26143659,99.75,0,0,0.31,552.51,3123.59,26143660,99.76,0,0,0.27,552.51,3123.6,26143661,99.86,0,0,0.14,552.64,3123.48,26143662,99.71,0,0,0.54,552.37,3123.75,26143663,99.82,0,0,0.15,551.89,3124.23,26143664,99.85,0,0,0.14,551.88,3124.25,26143665,99.74,0,0,0.33,552.12,3124.03,26143666,99.85,0,0,0.19,551.91,3124.23,26143667,99.48,0,0,0.54,551.74,3124.4,26143668,99.87,0,0,0.15,551.31,3124.82,26143669,99.86,0,0,0.14,551.3,3124.83,26143670,99.81,0,0,0.27,551.8,3124.35,26143671,99.83,0,0,0.15,551.78,3124.37,26143672,99.7,0,0,0.55,552.47,3123.67,26143673,99.85,0,0,0.15,552.41,3123.73,26143674,99.86,0,0,0.15,552.4,3123.73,26143675,99.8,0,0,0.33,552.64,3123.5,26143676,99.85,0,0,0.16,552.61,3123.53,26143677,99.73,0,0,0.48,553.09,3123.04,26143678,99.85,0,0,0.21,552.81,3123.32,26143679,99.85,0,0,0.15,552.8,3123.32,26143680,99.54,0,0,0.27,551.12,3125.01,26143681,99.81,0,0,0.13,551.05,3125.08,26143682,99.73,0,0,0.56,552,3124.13,26143683,99.86,0,0,0.14,551.76,3124.37,26143684,99.86,0,0,0.14,551.88,3124.25,26143685,99.77,0,0,0.28,552.4,3123.75,26143686,99.81,0,0,0.16,552.39,3123.75,26143687,99.72,0,0,0.57,552.94,3123.19,26143688,99.84,0,0,0.16,552.59,3123.54,26143689,99.8,0,0,0.33,552.32,3123.79,26143690,99.82,0,0,0.3,552.57,3123.55,26143691,99.86,0,0,0.14,552.55,3123.57,26143692,99.71,0,0,0.33,552.89,3123.23,26143693,99.86,0,0,0.38,552.5,3123.61,26143694,99.86,0,0,0.15,552.49,3123.61,26143695,99.76,0,0,0.27,552.97,3123.16,26143696,99.83,0,0,0.16,553.14,3122.98,26143697,99.71,0,0,0.38,553.23,3122.88,26143698,99.85,0,0,0.38,552.86,3123.25,26143699,99.86,0,0,0.14,552.83,3123.27,26143700,99.81,0,0,0.26,552.84,3123.27,26143701,99.82,0,0,0.14,552.81,3123.3,26143702,99.85,0,0,0.16,552.78,3123.33,26143703,99.7,0,0,0.56,553.12,3122.98,26143704,99.85,0,0,0.16,552.74,3123.36,26143705,99.78,0,0,0.28,552.75,3123.37,26143706,99.87,0,0,0.14,552.71,3123.4,26143707,99.88,0,0,0.16,552.89,3123.22,26143708,99.72,0,0,0.54,553.6,3122.5,26143709,99.86,0,0,0.14,552.85,3123.25,26143710,99.8,0,0,0.3,552.86,3123.26,26143711,99.85,0,0,0.16,552.84,3123.28,26143712,99.85,0,0,0.17,552.81,3123.3,26143713,99.72,0,0,0.57,552.81,3123.29,26143714,99.86,0,0,0.2,551.78,3124.32,26143715,99.7,0,0,0.33,551.29,3124.82,26143716,99.85,0,0,0.16,551.26,3124.84,26143717,99.87,0,0,0.17,551.23,3124.87,26143718,99.72,0,0,0.49,552.3,3123.8,26143719,99.72,0,0,0.35,552.38,3123.69,26143720,99.77,0,0,0.31,551.9,3124.19,26143721,99.86,0,0,0.16,551.85,3124.24,26143722,99.86,0,0,0.18,551.84,3124.24,26143723,99.74,0,0,0.42,552.35,3123.73,26143724,99.87,0,0,0.28,552.79,3123.31,26143725,99.81,0,0,0.28,552.78,3123.35,26143726,99.83,0,0,0.19,552.58,3123.54,26143727,99.84,0,0,0.14,552.49,3123.63,26143728,99.73,0,0,0.57,552.86,3123.26,26143729,99.85,0,0,0.17,552.75,3123.36,26143730,99.83,0,0,0.32,553.15,3122.98,26143731,99.86,0,0,0.18,553.14,3122.98,26143732,99.85,0,0,0.15,553.1,3123.01,26143733,99.73,0,0,0.32,553.44,3122.67,26143734,99.83,0,0,0.39,553.07,3123.04,26143735,99.81,0,0,0.27,552.35,3123.77,26143736,99.87,0,0,0.15,552.31,3123.81,26143737,99.87,0,0,0.16,552.28,3123.84,26143738,99.85,0,0,0.14,552.27,3123.84,26143739,99.69,0,0,0.56,553.5,3122.6,26143740,99.71,0,0,0.31,552.75,3123.38,26143741,99.87,0,0,0.14,552.88,3123.24,26143742,99.82,0,0,0.13,552.89,3123.23,26143743,99.83,0,0,0.16,552.85,3123.26,26143744,99.67,0,0,0.62,553.55,3122.56,26143745,99.65,0,0,0.33,552.11,3124.01,26143746,99.84,0,0,0.12,552.09,3124.03,26143747,99.86,0,0,0.16,552.06,3124.06,26143748,99.87,0,0,0.14,552.03,3124.08,26143749,99.62,0,0,0.71,553.48,3122.61,26143750,99.79,0,0,0.35,552.78,3123.32,26143751,99.86,0,0,0.13,552.74,3123.36,26143752,99.85,0,0,0.17,552.75,3123.34,26143753,99.88,0,0,0.16,552.88,3123.2,26143754,95.17,0.29,0.01,77.82,561.06,3115.84,26143755,99.65,0,0,180.32,555.39,3120.54,26143756,99.85,0,0,0.16,555.4,3120.52,26143757,99.84,0,0,0.19,555.38,3120.55,26143758,99.85,0,0,0.14,555.36,3120.55,26143759,99.73,0,0,0.42,555.39,3120.53,26143760,99.77,0,0,0.43,553.22,3122.75,26143761,99.84,0,0,0.14,553.19,3122.78,26143762,99.82,0,0,0.16,553.17,3122.79,26143763,99.85,0,0,0.14,553.14,3122.81,26143764,99.72,0,0,0.44,554,3121.95,26143765,99.8,0,0,0.39,553.07,3122.91,26143766,99.84,0,0,0.16,553.04,3122.94,26143767,99.85,0,0,0.14,553.03,3122.95,26143768,99.81,0,0,0.16,553,3122.97,26143769,99.85,0,0,0.14,552.99,3122.98,26143770,99.62,0,0,0.65,553.55,3122.44,26143771,99.85,0,0,0.16,552.97,3123.01,26143772,99.85,0,0,0.14,552.94,3123.04,26143773,99.86,0,0,0.16,552.93,3123.04,26143774,99.85,0,0,0.16,552.9,3123.07,26143775,99.7,0,0,0.72,553.51,3122.47,26143776,99.86,0,0,0.18,553.33,3122.65,26143777,99.86,0,0,0.18,553.33,3122.64,26143778,99.85,0,0,0.18,553.3,3122.67,26143779,99.71,0,0,0.41,552.8,3123.15,26143780,99.62,0,0,0.74,553.21,3122.76,26143781,99.83,0.02,0.79,0.23,552.99,3122.97,26143782,99.84,0,0,0.21,552.89,3123.06,26143783,99.86,0,0,0.18,553.07,3122.89,26143784,99.87,0,0,0.14,553.03,3122.93,26143785,99.66,0,0,0.68,552.91,3123.07,26143786,99.8,0,0,0.22,552.47,3123.51,26143787,99.82,0,0,0.38,552.76,3123.21,26143788,99.83,0,0,0.16,552.73,3123.24,26143789,99.85,0,0,0.15,552.71,3123.25,26143790,99.67,0,0,0.7,553.3,3122.68,26143791,99.85,0,0,0.15,553.19,3122.79,26143792,99.88,0,0,0.14,553.16,3122.81,26143793,99.85,0,0,0.17,553.13,3122.84,26143794,99.83,0,0,0.16,553.29,3122.67,26143795,99.66,0,0,0.73,553.66,3122.32,26143796,99.86,0,0,0.17,553.29,3122.69,26143797,99.85,0,0,0.14,553.25,3122.72,26143798,99.81,0,0,0.2,553.24,3122.72,26143799,99.83,0,0,0.16,553.21,3122.75,26143800,99.58,0,0,0.62,552.62,3123.36,26143801,99.85,0,0,0.21,553.44,3122.53,26143802,99.85,0,0,0.15,553.41,3122.56,26143803,99.84,0,0,0.16,553.4,3122.57,26143804,99.84,0,0,0.15,553.37,3122.59,26143805,99.77,0,0,0.31,553.13,3122.84,26143806,99.71,0,0,0.55,552.68,3123.29,26143807,99.86,0,0,0.18,552.29,3123.67,26143808,99.89,0,0,0.19,552.28,3123.68,26143809,98.23,0,0,0.32,552.26,3123.69,26143810,99.86,0,0,0.29,552.49,3123.48,26143811,99.77,0,0,0.57,553.05,3122.91,26143812,99.92,0,0,0.15,552.46,3123.51,26143813,99.94,0,0,0.16,552.44,3123.52,26143814,99.93,0,0,0.2,552.41,3123.56,26143815,99.87,0,0,0.28,551.21,3124.78,26143816,99.79,0,0,0.57,551.97,3124.03,26143817,99.9,0,0,0.22,551.83,3124.17,26143818,99.9,0,0,0.19,551.8,3124.2,26143819,99.94,0,0,0.15,551.77,3124.22,26143820,99.9,0,0,0.29,552.76,3123.25,26143821,99.79,0,0,0.53,553.08,3122.93,26143822,99.94,0,0,0.18,552.73,3123.27,26143823,99.93,0,0,0.14,552.7,3123.3,26143824,99.94,0,0,0.15,552.69,3123.31,26143825,99.79,0,0,0.27,552.19,3123.82,26143826,99.76,0,0,0.58,552.62,3123.39,26143827,99.95,0,0,0.17,552.39,3123.61,26143828,96.23,1.54,0.01,79.66,560.3,3114.66,26143829,99.94,0,0,0.18,554.78,3119.29,26143830,99.88,0,0,0.33,555.03,3119.05,26143831,99.79,0,0,0.5,555.36,3118.72,26143832,99.94,0,0,0.21,555.18,3118.9,26143833,99.93,0,0,0.18,553.61,3120.5,26143834,99.92,0,0.01,0.18,552.97,3121.14,26143835,99.84,0,0,0.28,552.26,3121.87,26143836,99.8,0,0,0.44,552.74,3121.39,26143837,99.92,0,0,0.29,552.7,3121.43,26143838,99.9,0,0,0.18,552.67,3121.47,26143839,99.83,0,0,0.3,552.41,3121.74,26143840,99.85,0,0,0.33,551.68,3122.49,26143841,99.94,0,0,0.2,551.64,3122.52,26143842,99.8,0,0,0.57,552.85,3121.31,26143843,99.94,0,0,0.16,552.53,3121.62,26143844,99.94,0,0,0.14,552.5,3121.65,26143845,99.86,0,0,0.28,552.74,3121.43,26143846,99.9,0,0,0.2,552.43,3121.74,26143847,99.79,0,0,0.58,553.02,3121.13,26143848,99.93,0,0,0.18,552.69,3121.46,26143849,99.94,0,0,0.17,552.65,3121.49,26143850,99.85,0,0,0.28,552.91,3121.25,26143851,99.92,0,0,0.14,552.88,3121.28,26143852,99.8,0,0,0.54,552.66,3121.5,26143853,99.92,0,0,0.16,552.26,3121.9,26143854,99.91,0,0,0.15,552.28,3121.87,26143855,99.86,0,0,0.29,553,3121.16,26143856,99.92,0,0,0.16,552.98,3121.18,26143857,99.81,0,0,0.54,553.33,3120.83,26143858,99.94,0,0,0.15,552.69,3121.46,26143859,99.95,0,0,0.14,552.68,3121.47,26143860,99.83,0,0,0.3,552.68,3121.49,26143861,99.95,0,0,0.14,552.66,3121.5,26143862,99.79,0,0,0.6,552.99,3121.17,26143863,99.94,0,0,0.14,552.62,3121.53,26143864,99.95,0,0,0.14,552.77,3121.38,26143865,99.85,0,0,0.31,552.05,3122.12,26143866,99.94,0,0,0.13,552.02,3122.14,26143867,99.8,0,0,0.6,552.76,3121.4,26143868,99.9,0,0,0.16,552.97,3121.19,26143869,99.68,0,0,0.31,552.7,3121.43,26143870,99.91,0,0,0.35,552.7,3121.44,26143871,99.91,0,0,0.15,552.67,3121.47,26143872,99.8,0,0,0.41,553.05,3121.08,26143873,99.94,0,0,0.29,552.87,3121.26,26143874,99.95,0,0,0.18,552.85,3121.3,26143875,99.83,0,0,0.31,552.97,3121.19,26143876,99.93,0,0,0.14,553.01,3121.15,26143877,99.76,0,0,0.45,553.69,3120.46,26143878,99.94,0,0,0.32,553.22,3120.93,26143879,99.95,0,0,0.16,553.21,3120.93,26143880,99.83,0,0,0.29,552,3122.15,26143881,99.93,0,0,0.14,551.9,3122.26,26143882,99.93,0,0,0.16,551.68,3122.49,26143883,99.8,0,0,0.56,553.56,3120.6,26143884,99.95,0,0,0.14,553.12,3121.04,26143885,98.8,0,0,15.4,554.78,3119.92,26143886,99.92,0,0,0.19,552.89,3121.35,26143887,99.95,0,0,0.14,553.03,3121.2,26143888,99.81,0,0,0.55,553.2,3121.03,26143889,99.94,0,0,0.14,552.77,3121.46,26143890,99.86,0,0,0.27,553.02,3121.23,26143891,99.95,0,0,0.15,552.99,3121.27,26143892,99.48,0,0,0.2,553.41,3120.84,26143893,93.06,0,0,72.62,570.07,3096.05,26143894,99.95,0,0,0.29,554.57,3119.62,26143895,99.9,0,0,0.39,555.6,3118.41,26143896,99.91,0,0,0.2,555.61,3118.39,26143897,99.93,0,0,0.2,555.58,3118.42,26143898,99.8,0,0,0.7,554.3,3119.87,26143899,99.84,0,0,0.35,552.69,3121.55,26143900,99.87,0,0,0.36,553.2,3121.02,26143901,99.93,0,0,0.17,553.19,3121.02,26143902,99.92,0,0,0.2,553.16,3121.05,26143903,99.81,0,0,0.57,553.83,3120.38,26143904,99.93,0,0,0.18,552.88,3121.34,26143905,99.87,0,0,0.31,553.18,3121.03,26143906,99.9,0,0,0.25,552.87,3121.33,26143907,99.93,0,0,0.16,552.64,3121.56,26143908,99.8,0,0,0.64,553.33,3120.86,26143909,99.95,0,0,0.19,553.02,3121.17,26143910,99.89,0,0,0.35,553.07,3121.13,26143911,99.93,0,0,0.14,553.04,3121.16,26143912,99.9,0,0,0.16,553.03,3121.16,26143913,99.77,0,0,0.31,553.36,3120.84,26143914,99.93,0,0,0.38,553.24,3120.96,26143915,99.85,0,0,0.3,553.22,3120.99,26143916,99.93,0,0,0.16,553.21,3121,26143917,99.95,0,0,0.14,553.18,3121.03,26143918,99.79,0,0,0.33,553.52,3120.68,26143919,99.94,0,0,0.38,553.14,3121.06,26143920,99.84,0,0,0.31,552.24,3121.97,26143921,99.95,0,0,0.21,552.31,3121.9,26143922,99.93,0,0,0.15,552.29,3121.92,26143923,99.93,0,0,0.18,552.28,3121.92,26143924,99.74,0,0,0.55,553.67,3120.52,26143925,99.82,0,0,0.31,552.29,3121.92,26143926,99.95,0,0,0.14,552.23,3121.98,26143927,99.96,0,0,0.17,552.22,3121.98,26143928,99.95,0,0,0.14,552.19,3122.01,26143929,99.73,0,0,0.72,553.02,3121.15,26143930,99.88,0,0,0.28,553.39,3120.8,26143931,99.93,0,0,0.14,553.39,3120.79,26143932,99.92,0,0,0.16,553.53,3120.65,26143933,99.94,0,0,0.16,553.53,3120.64,26143934,99.79,0,0,0.57,553.72,3120.45,26143935,99.89,0,0,0.32,553.27,3120.91,26143936,99.95,0,0,0.18,553.24,3120.93,26143937,99.95,0,0,0.2,553.23,3120.95,26143938,99.94,0,0,0.14,553.2,3120.96,26143939,99.82,0,0,0.49,553.4,3120.77,26143940,99.87,0,0,0.32,552.95,3121.23,26143941,99.95,0,0,0.16,552.91,3121.27,26143942,99.93,0,0,0.14,552.9,3121.27,26143943,99.94,0,0,0.14,552.89,3121.28,26143944,99.82,0,0,0.55,553.58,3120.61,26143945,99.88,0,0,0.35,553.53,3120.67,26143946,99.95,0,0,0.13,553.5,3120.7,26143947,99.95,0,0,0.16,553.49,3120.7,26143948,99.95,0,0,0.14,553.46,3120.73,26143949,99.82,0,0,0.4,553.81,3120.38,26143950,99.9,0,0,0.46,553.69,3120.51,26143951,99.95,0,0,0.16,553.68,3120.52,26143952,99.95,0,0,0.13,553.65,3120.55,26143953,99.96,0,0,0.17,553.64,3120.55,26143954,99.82,0,0,0.41,553.94,3120.25,26143955,99.85,0,0,0.42,552.35,3121.85,26143956,99.92,0,0,0.16,552.3,3121.9,26143957,99.94,0,0,0.14,552.28,3121.91,26143958,99.95,0,0,0.15,552.26,3121.93,26143959,99.75,0,0,0.57,553.75,3120.42,26143960,99.82,0,0,0.54,552.53,3121.66,26143961,99.96,0,0,0.15,552.44,3121.73,26143962,99.95,0,0,0.17,552.43,3121.74,26143963,99.94,0,0,0.19,552.4,3121.77,26143964,99.94,0,0,0.16,552.37,3121.79,26143965,99.68,0,0,0.69,553.02,3121.14,26143966,99.88,0,0,0.2,552.53,3121.62,26143967,99.95,0,0,0.14,552.28,3121.86,26143968,99.95,0,0,0.14,552.25,3121.89,26143969,99.2,0,0,0.15,552.22,3121.91,26143970,99.73,0,0,0.68,552.77,3121.38,26143971,99.94,0,0,0.14,552.44,3121.7,26143972,99.95,0,0,0.13,552.43,3121.71,26143973,99.95,0,0,0.16,552.4,3121.73,26143974,99.93,0,0,0.14,552.4,3121.73,26143975,99.69,0,0,0.71,553.46,3120.68,26143976,99.95,0,0,0.16,553.01,3121.13,26143977,99.97,0,0,0.14,553.02,3121.12,26143978,99.95,0,0,0.14,552.99,3121.14,26143979,99.95,0,0,0.15,552.98,3121.15,26143980,99.64,0,0,0.76,552.58,3121.56,26143981,99.95,0,0,0.16,552.22,3121.92,26143982,99.93,0,0,0.14,552.18,3121.95,26143983,99.93,0,0,0.16,552.16,3121.97,26143984,99.95,0,0,0.14,552.14,3121.98,26143985,99.76,0,0,0.76,552.84,3121.29,26143986,99.93,0,0,0.19,552.61,3121.52,26143987,99.95,0,0,0.14,552.65,3121.48,26143988,99.94,0,0,0.14,552.79,3121.33,26143989,99.86,0,0,0.31,552.78,3121.32,26143990,99.78,0,0,0.72,553.12,3120.99,26143991,99.91,0,0,0.22,552.73,3121.38,26143992,99.93,0,0,0.14,552.65,3121.45,26143993,99.91,0,0,0.15,552.63,3121.47,26143994,99.95,0,0,0.14,552.72,3121.38,26143995,99.71,0,0,0.71,552.49,3121.63,26143996,99.92,0,0,0.13,553.01,3121.09,26143997,99.93,0,0,0.19,553.24,3120.86,26143998,99.91,0,0,0.17,553.21,3120.89,26143999,99.93,0,0,0.15,553.2,3120.89,26144000,99.87,0,0,0.3,552.75,3121.36,26144001,99.69,0,0,0.56,552.81,3121.3,26144002,99.89,0,0,0.14,552.42,3121.69,26144003,99.94,0,0,0.14,552.41,3121.69,26144004,99.95,0,0,0.16,552.38,3121.72,26144005,99.83,0,0,0.29,552.4,3121.68,26144006,99.8,0,0,0.58,553.3,3120.77,26144007,99.93,0,0,0.14,553.03,3121.04,26144008,99.91,0,0,0.14,553.01,3121.05,26144009,99.92,0,0,0.15,552.98,3121.08,26144010,99.86,0,0,0.29,552.99,3121.08,26144011,99.8,0,0,0.54,553.48,3120.59,26144012,99.95,0,0,0.14,552.95,3121.12,26144013,99.95,0,0,0.2,552.92,3121.14,26144014,99.95,0,0,0.18,552.91,3121.15,26144015,99.87,0,0,0.31,552.66,3121.42,26144016,99.78,0,0,0.59,553.11,3120.96,26144017,99.95,0,0,0.14,552.89,3121.18,26144018,99.94,0,0,0.16,553.04,3121.02,26144019,99.86,0,0,0.3,553,3121.05,26144020,99.9,0,0,0.32,553.01,3121.06,26144021,99.82,0,0,0.62,553.34,3120.73,26144022,99.94,0,0,0.15,552.97,3121.09,26144023,99.93,0,0,0.14,552.94,3121.12,26144024,99.95,0,0,0.16,552.91,3121.15,26144025,99.88,0,0,0.29,552.93,3121.14,26144026,99.79,0,0,0.46,553.44,3120.63,26144027,99.93,0,0,0.33,552.88,3121.18,26144028,99.92,0,0,0.14,552.85,3121.21,26144029,99.94,0,0,0.14,552.99,3121.06,26144030,99.83,0,0,0.28,553.02,3121.04,26144031,99.79,0,0,0.51,553.41,3120.65,26144032,99.95,0,0,0.19,553.47,3120.59,26144033,99.95,0,0,0.16,553.46,3120.6,26144034,99.93,0,0,0.15,553.43,3120.63,26144035,99.86,0,0,0.28,552.69,3121.37,26144036,99.8,0,0,0.41,553.05,3121.01,26144037,99.96,0,0,0.31,552.88,3121.18,26144038,99.93,0,0,0.14,552.88,3121.18,26144039,99.93,0,0,0.15,552.87,3121.19,26144040,99.85,0,0,0.28,552.96,3121.11,26144041,99.93,0,0,0.16,553.02,3121.05,26144042,99.81,0,0,0.56,553.13,3120.94,26144043,99.93,0,0,0.14,552.73,3121.33,26144044,99.93,0,0,0.16,552.72,3121.33,26144045,99.85,0,0,0.3,552.23,3121.83,26144046,99.95,0,0,0.14,552.21,3121.86,26144047,99.82,0,0,0.55,553.1,3120.96,26144048,99.94,0,0,0.17,552.91,3121.15,26144049,99.85,0,0,0.32,552.39,3121.66,26144050,99.86,0,0,0.33,552.15,3121.92,26144051,99.91,0,0,0.19,552.11,3121.95,26144052,99.75,0,0,0.63,553.18,3120.88,26144053,99.91,0,0,0.21,552.75,3121.31,26144054,99.93,0,0,0.21,552.74,3121.31,26144055,99.89,0.01,0.01,0.43,552.66,3121.4,26144056,99.9,0,0,0.18,552.61,3121.45,26144057,99.81,0,0,0.65,553.19,3120.86,26144058,99.95,0,0,0.18,552.97,3121.07,26144059,99.93,0,0,0.18,553.01,3121.03,26144060,99.91,0,0,0.33,552.77,3121.29,26144061,99.94,0,0,0.16,552.74,3121.31,26144062,99.83,0,0,0.45,553.4,3120.65,26144063,99.93,0,0,0.3,553.44,3120.6,26144064,99.96,0,0,0.14,553.41,3120.63,26144065,99.88,0,0,0.31,552.93,3121.12,26144066,99.94,0,0,0.16,552.89,3121.16,26144067,99.81,0,0,0.5,553.31,3120.73,26144068,99.91,0,0,0.19,553.1,3120.94,26144069,99.93,0,0,0.15,553.09,3120.94,26144070,99.84,0,0,0.3,553.23,3120.82,26144071,99.9,0,0,0.15,553.26,3120.79,26144072,99.81,0,0,0.39,553.78,3120.27,26144073,99.94,0,0,0.3,553.22,3120.82,26144074,99.93,0,0,0.16,553.19,3120.85,26144075,99.84,0,0,0.26,551.99,3122.06,26144076,99.95,0,0,0.14,551.94,3122.11,26144077,99.95,0,0,0.16,551.92,3122.13,26144078,99.81,0,0,0.57,553.34,3120.7,26144079,99.72,0,0,0.3,553.39,3120.63,26144080,99.79,0,0,0.3,551.98,3122.05,26144081,99.92,0,0,0.13,551.88,3122.15,26144082,99.91,0,0,0.15,552.02,3122,26144083,99.8,0,0,0.57,553.27,3120.75,26144084,99.88,0,0,0.19,553.22,3120.83,26144085,99.84,0,0,0.31,553.21,3120.86,26144086,99.93,0,0,0.18,553.1,3120.96,26144087,99.93,0,0.01,0.17,552.92,3121.14,26144088,99.75,0,0,0.55,551.79,3122.27,26144089,99.93,0,0,0.15,550.91,3123.16,26144090,99.69,0,0,0.3,553.08,3121,26144091,99.94,0,0,0.15,553.11,3120.97,26144092,99.94,0,0,0.14,553.12,3120.96,26144093,99.78,0,0,0.55,553.98,3120.09,26144094,99.94,0,0,0.13,553.22,3120.85,26144095,99.9,0,0,0.3,553.7,3120.38,26144096,99.94,0,0,0.15,553.69,3120.39,26144097,99.9,0,0,0.16,553.66,3120.42,26144098,99.81,0,0,0.4,553.91,3120.16,26144099,99.93,0,0,0.29,553.38,3120.69,26144100,99.82,0,0,0.29,552.42,3121.66,26144101,99.94,0,0,0.14,552.37,3121.71,26144102,99.95,0,0,0.14,552.37,3121.71,26144103,99.77,0,0,0.51,552.97,3121.1,26144104,99.93,0,0,0.19,553.71,3120.36,26144105,99.85,0,0,0.32,553.26,3120.85,26144106,99.93,0,0,0.17,553.23,3120.87,26144107,99.93,0,0,0.16,553.2,3120.89,26144108,99.82,0,0,0.42,553.49,3120.6,26144109,99.87,0,0,0.44,553.17,3120.9,26144110,99.85,0,0,0.3,553.42,3120.66,26144111,98.86,0,0,0.16,553.39,3120.69,26144112,99.92,0,0,0.14,553.38,3120.69,26144113,99.8,0,0,0.32,554,3120.07,26144114,99.93,0,0,0.38,553.56,3120.5,26144115,99.84,0,0,0.29,551.93,3122.15,26144116,99.92,0,0,0.16,551.51,3122.56,26144117,99.93,0,0,0.19,551.75,3122.32,26144118,99.94,0,0,0.14,551.72,3122.35,26144119,95.03,0.27,0.02,257.73,563.08,3111.83,26144120,99.83,0,0,0.39,554.21,3120.06,26144121,99.9,0,0,0.22,540.38,3134.21,26144122,99.88,0,0,0.19,539.97,3134.63,26144123,99.95,0,0,0.16,539.96,3134.63,26144124,99.81,0,0,0.62,538.73,3135.91,26144125,99.89,0,0,0.32,537.55,3137.12,26144126,99.94,0,0,0.14,537.54,3137.16,26144127,99.94,0,0,0.16,537.53,3137.16,26144128,99.95,0,0,0.15,537.53,3137.16,26144129,99.81,0,0,0.54,537.36,3137.33,26144130,99.81,0,0,0.3,537.04,3137.66,26144131,99.95,0,0,0.14,537.04,3137.66,26144132,99.95,0,0,0.16,537.04,3137.66,26144133,99.92,0,0,0.14,537.01,3137.68,26144134,99.77,0,0,0.52,538.11,3136.57,26144135,99.92,0,0,0.35,537.51,3137.19,26144136,99.95,0,0,0.14,537.5,3137.2,26144137,99.95,0,0,0.15,537.5,3137.2,26144138,99.95,0,0,0.17,537.48,3137.21,26144139,99.75,0,0,0.74,537.97,3136.71,26144140,99.89,0,0,0.29,537.71,3136.98,26144141,99.96,0,0,0.16,537.71,3136.98,26144142,99.95,0.02,1.76,0.19,537.79,3136.9,26144143,99.91,0.01,1.35,0.28,537.73,3136.93,26144144,99.8,0,0.01,0.55,538.15,3136.51,26144145,99.91,0,0,0.32,537.74,3136.94,26144146,99.91,0,0,0.14,537.61,3137.06,26144147,99.91,0,0,0.18,537.44,3137.23,26144148,99.9,0,0,0.14,537.53,3137.13,26144149,99.82,0,0,0.43,538.07,3136.59,26144150,99.91,0,0,0.41,538.13,3136.55,26144151,99.93,0,0,0.16,538.11,3136.57,26144152,99.97,0,0,0.14,538.09,3136.59,26144153,99.92,0,0,0.14,538.08,3136.59,26144154,99.82,0,0,0.31,538.77,3135.9,26144155,99.86,0,0,0.53,538.34,3136.35,26144156,99.95,0,0,0.14,538.34,3136.35,26144157,99.89,0.04,1.56,0.26,538.29,3136.39,26144158,99.94,0,0,0.16,538.25,3136.41,26144159,99.94,0,0.05,0.18,538.22,3136.44,26144160,99.69,0,0,0.69,538.28,3136.39,26144161,99.91,0,0,0.14,537.92,3136.75,26144162,99.94,0,0,0.18,538.06,3136.61,26144163,99.93,0,0,0.14,538.1,3136.56,26144164,99.91,0,0,0.15,538.09,3136.56,26144165,99.73,0,0,0.76,538.68,3135.99,26144166,99.89,0,0,0.19,538.32,3136.35,26144167,99.89,0,0,0.18,538.31,3136.35,26144168,99.89,0,0,0.18,538.31,3136.35,26144169,99.89,0,0,0.3,538.06,3136.57,26144170,99.65,0,0,0.73,538.04,3136.61,26144171,98.73,0,0,0.16,537.33,3137.32,26144172,99.92,0,0,0.14,537.32,3137.32,26144173,99.93,0,0,0.16,537.29,3137.35,26144174,99.88,0,0,0.14,537.29,3137.35,26144175,99.67,0,0,0.7,538.61,3136.04,26144176,99.89,0,0,0.14,538.28,3136.36,26144177,99.93,0,0,0.21,538.04,3136.6,26144178,99.94,0,0,0.16,538.02,3136.62,26144179,99.82,0,0,0.13,537.99,3136.64,26144180,99.61,0,0,0.69,538.72,3135.93,26144181,99.94,0,0,0.18,538.25,3136.39,26144182,99.97,0,0,0.14,538.25,3136.39,26144183,99.95,0,0,0.15,538.24,3136.39,26144184,99.95,0,0,0.16,538.23,3136.41,26144185,99.75,0,0,0.7,538.58,3136.07,26144186,99.92,0,0,0.14,538.22,3136.43,26144187,99.91,0,0,0.13,538.22,3136.43,26144188,99.87,0,0,0.17,538.21,3136.43,26144189,99.95,0,0,0.16,538.21,3136.43,26144190,99.64,0,0,0.54,537.87,3136.78,26144191,99.92,0,0,0.33,538.22,3136.43,26144192,99.88,0,0,0.14,538.2,3136.44,26144193,99.82,0,0,0.14,538.18,3136.46,26144194,99.85,0,0,0.15,538.18,3136.46,26144195,99.7,0,0,0.73,538.58,3136.07,26144196,99.92,0,0,0.17,538.4,3136.24,26144197,99.92,0,0,0.14,538.4,3136.24,26144198,99.88,0,0,0.18,538.39,3136.24,26144199,99.86,0,0,0.32,538.15,3136.46,26144200,99.83,0,0,0.3,538.48,3136.14,26144201,99.79,0,0,0.55,538.69,3135.93,26144202,99.93,0,0,0.16,538.3,3136.32,26144203,99.88,0,0,0.15,538.29,3136.32,26144204,99.88,0,0,0.14,538.29,3136.32,26144205,99.73,0,0,0.29,538.55,3136.08,26144206,99.63,0.01,0.01,0.64,540.03,3134.55,26144207,99.84,0,0,0.21,547.51,3126.81,26144208,99.79,0.01,0.02,0.18,549.63,3124.64,26144209,99.83,0,0,0.18,550.91,3123.34,26144210,99.73,0,0,0.34,552.9,3121.36,26144211,96.05,0,0,0.55,553.37,3120.89,26144212,99.82,0,0,0.21,552.84,3121.45,26144213,99.87,0,0,0.19,552.74,3121.54,26144214,99.84,0,0,0.16,552.55,3121.73,26144215,99.76,0.01,0.01,0.31,552.81,3121.5,26144216,99.7,0,0,0.58,553.26,3121.05,26144217,99.83,0,0,0.17,552.88,3121.42,26144218,99.85,0,0,0.15,552.86,3121.44,26144219,99.86,0,0,0.15,552.83,3121.47,26144220,99.78,0,0,0.3,553.06,3121.24,26144221,99.71,0,0,0.42,553.55,3120.75,26144222,99.85,0,0,0.28,552.78,3121.52,26144223,99.85,0,0,0.16,552.76,3121.53,26144224,99.83,0,0,0.14,552.74,3121.55,26144225,99.82,0,0,0.3,552.89,3121.42,26144226,99.73,0,0,0.49,552.97,3121.33,26144227,99.83,0,0,0.21,551.9,3122.41,26144228,99.85,0,0,0.14,551.88,3122.42,26144229,99.79,0,0,0.36,552.59,3121.69,26144230,99.79,0,0,0.38,552.6,3121.69,26144231,99.7,0,0,0.61,553,3121.28,26144232,99.49,0,0,0.15,552.8,3121.48,26144233,99.83,0,0,0.18,552.78,3121.49,26144234,99.81,0,0,0.16,552.75,3121.53,26144235,99.78,0,0,0.34,553.01,3121.3,26144236,99.7,0,0,0.51,553.62,3120.68,26144237,99.83,0,0,0.23,552.16,3122.13,26144238,99.85,0,0,0.15,552.14,3122.15,26144239,99.85,0,0,0.14,552.12,3122.16,26144240,99.82,0,0,0.3,551.88,3122.42,26144241,99.84,0,0,0.17,551.85,3122.45,26144242,99.69,0,0,0.55,552.81,3121.49,26144243,99.85,0,0,0.14,552.31,3121.98,26144244,99.86,0,0,0.17,552.27,3122.02,26144245,99.8,0,0,0.31,552.28,3122.03,26144246,99.83,0,0,0.13,552.32,3121.98,26144247,99.67,0,0,0.59,552.95,3121.34,26144248,99.87,0,0,0.16,552.63,3121.66,26144249,99.83,0.01,0.01,0.16,552.56,3121.72,26144250,99.78,0,0,0.29,552.53,3121.77,26144251,99.87,0,0,0.16,552.51,3121.79,26144252,99.72,0,0,0.59,553.11,3121.19,26144253,99.85,0,0,0.14,552.89,3121.4,26144254,99.85,0,0,0.16,552.87,3121.41,26144255,99.78,0,0,0.31,552.88,3121.43,26144256,99.8,0,0,0.14,552.85,3121.45,26144257,99.72,0,0,0.55,552.87,3121.42,26144258,99.85,0,0,0.15,551.82,3122.47,26144259,99.74,0,0,0.42,552.76,3121.51,26144260,99.79,0,0,0.3,552.62,3121.67,26144261,99.84,0,0,0.14,552.5,3121.78,26144262,99.72,0,0,0.56,553.14,3121.13,26144263,99.85,0,0,0.14,553.19,3121.07,26144264,99.87,0,0,0.14,553.34,3120.92,26144265,99.78,0,0,0.43,552.89,3121.39,26144266,99.8,0,0.01,0.18,552.85,3121.42,26144267,99.72,0,0,0.51,553.27,3121,26144268,99.85,0,0,0.2,552.05,3122.21,26144269,99.83,0,0,0.15,552.04,3122.21,26144270,99.75,0,0,0.3,550.84,3123.43,26144271,99.84,0,0,0.14,550.77,3123.5,26144272,99.67,0,0,0.54,551.77,3122.49,26144273,99.86,0,0,0.15,552.2,3122.05,26144274,99.85,0,0,0.15,552.28,3121.97,26144275,99.76,0,0,0.34,552.38,3121.89,26144276,99.85,0,0,0.17,552.37,3121.9,26144277,99.7,0,0,0.41,552.69,3121.57,26144278,99.82,0,0,0.29,552.32,3121.93,26144279,99.82,0,0,0.14,552.29,3121.96,26144280,99.8,0,0,0.36,552.3,3121.96,26144281,99.82,0,0,0.17,552.27,3121.99,26144282,99.81,0,0,0.14,552.26,3121.99,26144283,99.66,0,0,0.63,552.58,3121.67,26144284,99.85,0,0,0.15,552.22,3122.02,26144285,99.8,0,0,0.29,551.73,3122.53,26144286,99.82,0,0,0.16,551.75,3122.51,26144287,99.8,0.01,0.17,0.19,551.79,3122.46,26144288,99.71,0,0,0.57,552.62,3121.62,26144289,99.76,0,0,0.3,552.25,3121.97,26144290,99.81,0,0,0.29,552.64,3121.59,26144291,99.83,0,0,0.14,552.61,3121.62,26144292,99.84,0,0,0.16,552.6,3121.62,26144293,99.67,0,0,0.54,552.8,3121.42,26144294,99.83,0,0,0.15,552.32,3121.9,26144295,99.8,0,0,0.3,552.31,3121.93,26144296,99.85,0,0,0.16,552.3,3121.93,26144297,99.82,0,0,0.18,552.28,3121.95,26144298,99.7,0,0,0.5,552.75,3121.47,26144299,99.83,0,0,0.2,552.47,3121.74,26144300,99.8,0,0,0.3,552.48,3121.75,26144301,99.77,0,0,0.16,552.62,3121.62,26144302,99.85,0,0,0.16,552.62,3121.62,26144303,99.74,0,0,0.53,553.05,3121.19,26144304,99.82,0,0,0.2,552.81,3121.42,26144305,99.74,0,0,0.32,552.83,3121.42,26144306,99.84,0,0,0.15,552.81,3121.44,26144307,99.84,0,0,0.14,552.79,3121.45,26144308,99.69,0,0,0.41,553.33,3120.9,26144309,99.85,0,0,0.29,552.48,3121.75,26144310,96.89,5.34,0.06,13.4,560.04,3113.68,26144311,97.32,2.76,0.09,11.86,558.67,3113.03,26144312,99.83,0,0,0.2,555.37,3116.31,26144313,99.69,0,0,0.37,555.76,3115.9,26144314,99.82,0,0,0.35,556.55,3115.11,26144315,99.75,0,0,0.3,557.04,3114.64,26144316,99.84,0,0,0.14,557.19,3114.48,26144317,99.85,0,0,0.16,557.21,3114.47,26144318,99.71,0,0,0.41,557.52,3114.15,26144319,99.68,0,0,0.44,557.19,3114.45,26144320,99.71,0,0,0.32,557.15,3114.51,26144321,99.78,0,0,0.16,557.13,3114.53,26144322,99.84,0,0,0.15,557.11,3114.54,26144323,99.83,0,0,0.13,557.08,3114.57,26144324,99.68,0,0,0.55,556.53,3115.13,26144325,99.79,0,0,0.31,557.3,3114.38,26144326,99.83,0,0,0.18,557.19,3114.48,26144327,99.83,0,0,0.15,556.88,3114.79,26144328,99.84,0,0,0.15,556.95,3114.72,26144329,99.73,0,0,0.58,557.62,3114.04,26144330,99.78,0,0,0.31,556.7,3114.98,26144331,99.81,0,0,0.14,556.66,3115.02,26144332,99.83,0,0,0.16,556.65,3115.03,26144333,99.81,0,0,0.15,556.62,3115.05,26144334,99.68,0,0,0.43,557.6,3114.06,26144335,99.78,0,0,0.46,556.85,3114.83,26144336,99.84,0,0,0.15,556.82,3114.85,26144337,99.86,0,0,0.16,556.8,3114.87,26144338,99.84,0,0,0.14,556.88,3114.79,26144339,99.74,0,0,0.5,557.75,3113.91,26144340,99.79,0,0,0.35,557.18,3114.5,26144341,99.83,0,0,0.16,557.17,3114.5,26144342,99.83,0,0,0.14,557.14,3114.53,26144343,99.85,0,0,0.15,557.13,3114.53,26144344,99.7,0,0,0.43,557.66,3113.99,26144345,99.77,0,0,0.46,557.1,3114.58,26144346,99.85,0,0,0.16,557.09,3114.59,26144347,99.84,0,0,0.14,557.07,3114.61,26144348,99.83,0,0,0.14,557.05,3114.62,26144349,99.61,0,0,0.48,557.89,3113.76,26144350,99.75,0,0,0.53,556.88,3114.77,26144351,99.84,0,0,0.14,556.96,3114.69,26144352,99.84,0,0,0.16,556.93,3114.72,26144353,99.85,0,0.01,0.14,556.91,3114.73,26144354,99.86,0,0,0.14,556.87,3114.77,26144355,99.65,0,0,0.69,557.58,3114.07,26144356,99.83,0,0,0.16,557.1,3114.55,26144357,99.85,0,0,0.19,557.08,3114.56,26144358,99.83,0,0,0.16,557.06,3114.58,26144359,99.85,0,0,0.14,557.04,3114.6,26144360,99.61,0,0,0.69,557.43,3114.22,26144361,99.84,0,0,0.14,557.13,3114.52,26144362,99.85,0,0,0.16,557.18,3114.47,26144363,99.86,0,0,0.15,557.15,3114.5,26144364,99.88,0,0,0.15,557.14,3114.5,26144365,99.66,0,0,0.73,558.03,3113.62,26144366,99.9,0,0,0.15,557.36,3114.29,26144367,99.91,0,0,0.16,557.35,3114.29,26144368,99.91,0,0,0.14,557.32,3114.32,26144369,99.92,0,0,0.15,557.3,3114.34,26144370,99.77,0,0,0.64,557.66,3114,26144371,99.95,0,0,0.21,557.27,3114.38,26144372,99.95,0,0,0.14,557.29,3114.35,26144373,99.93,0,0,0.14,557.42,3114.23,26144374,99.93,0,0,0.15,557.41,3114.23,26144375,99.73,0,0,0.74,557.67,3113.98,26144376,99.91,0,0,0.16,557.13,3114.52,26144377,99.95,0,0,0.14,557.11,3114.54,26144378,99.95,0,0,0.15,557.09,3114.55,26144379,99.87,0,0,0.33,557.33,3114.29,26144380,99.72,0,0,0.71,557.67,3113.96,26144381,99.95,0.02,0.67,0.17,557.33,3114.3,26144382,99.93,0,0,0.19,557.37,3114.26,26144383,99.94,0,0,0.17,557.34,3114.27,26144384,99.93,0,0,0.14,557.33,3114.3,26144385,99.78,0,0,0.51,557.43,3114.22,26144386,99.87,0,0.01,0.39,557.46,3114.18,26144387,99.91,0,0,0.21,557.19,3114.44,26144388,99.93,0,0,0.17,557.19,3114.44,26144389,99.94,0,0,0.16,557.17,3114.46,26144390,99.75,0,0,0.46,558.01,3113.64,26144391,99.89,0,0,0.39,557.4,3114.24,26144392,99.93,0,0,0.17,557.36,3114.27,26144393,99.93,0,0,0.14,557.36,3114.27,26144394,99.94,0,0,0.16,557.32,3114.3,26144395,99.89,0,0,0.31,557.58,3114.06,26144396,99.79,0,0,0.59,557.67,3113.97,26144397,99.92,0,0,0.19,557.05,3114.58,26144398,99.93,0,0,0.16,557.03,3114.6,26144399,99.93,0,0,0.17,557.2,3114.43,26144400,99.85,0,0,0.32,557.67,3113.97,26144401,99.8,0,0,0.64,558.19,3113.45,26144402,99.92,0.02,0.52,0.2,557.89,3113.75,26144403,99.8,0.32,16.56,0.53,557.92,3113.7,26144404,99.93,0,0,0.21,557.79,3113.82,26144405,99.81,0.05,0.82,0.61,556.98,3114.63,26144406,99.71,0.04,1.14,0.91,557.89,3113.69,26144407,99.92,0,0.01,0.2,557.77,3113.8,26144408,99.93,0.03,0.73,0.21,557.84,3113.72,26144409,99.78,0,0,0.32,557.39,3114.16,26144410,99.89,0,0,0.36,557.6,3113.96,26144411,99.81,0,0,0.53,558.05,3113.51,26144412,99.73,0,0,0.23,557.79,3113.76,26144413,99.93,0,0,0.15,557.78,3113.77,26144414,99.93,0,0,0.16,557.75,3113.8,26144415,99.76,0,0,0.35,556.57,3114.99,26144416,99.75,0,0,0.41,557.37,3114.18,26144417,99.92,0,0,0.34,556.98,3114.57,26144418,99.95,0.01,0.02,0.14,556.98,3114.56,26144419,99.93,0,0,0.17,557.08,3114.47,26144420,99.87,0,0,0.3,557.8,3113.76,26144421,99.8,0,0,0.53,558.12,3113.44,26144422,99.93,0,0,0.18,557.75,3113.8,26144423,99.93,0,0,0.21,557.3,3114.25,26144424,99.95,0,0,0.18,556.77,3114.77,26144425,99.88,0,0,0.3,556.13,3115.43,26144426,99.78,0,0,0.5,556.54,3115.02,26144427,99.91,0,0.01,0.27,556.79,3114.77,26144428,99.94,0,0,0.19,556.74,3114.81,26144429,99.94,0,0,0.15,556.73,3114.82,26144430,99.83,0,0,0.32,556.97,3114.6,26144431,99.94,0,0,0.16,557.09,3114.47,26144432,99.78,0,0,0.54,557.5,3114.05,26144433,99.91,0,0,0.2,557.11,3114.44,26144434,99.94,0,0,0.15,557.09,3114.45,26144435,99.81,0,0,0.31,556.86,3114.7,26144436,99.91,0,0,0.15,556.83,3114.73,26144437,99.78,0,0,0.6,557.3,3114.24,26144438,99.93,0,0,0.18,556.77,3114.76,26144439,99.81,0,0,0.3,557,3114.5,26144440,99.84,0,0,0.3,557.29,3114.23,26144441,99.91,0,0,0.16,557.2,3114.31,26144442,99.8,0,0,0.54,557.65,3113.86,26144443,99.94,0,0,0.14,557.35,3114.15,26144444,99.93,0,0,0.16,557.32,3114.18,26144445,99.85,0,0,0.3,557.08,3114.44,26144446,99.92,0,0,0.23,557.03,3114.49,26144447,99.76,0,0,0.63,557.45,3114.06,26144448,99.93,0,0,0.15,557.25,3114.25,26144449,99.89,0,0,0.14,557.22,3114.27,26144450,99.82,0,0,0.3,556.28,3115.23,26144451,99.93,0,0,0.14,556.22,3115.29,26144452,99.78,0,0,0.54,557.27,3114.24,26144453,99.94,0.01,0.1,0.16,557.1,3114.4,26144454,99.92,0,0.01,0.21,556.97,3114.52,26144455,99.84,0,0,0.43,557.2,3114.3,26144456,99.95,0,0,0.15,557.19,3114.31,26144457,99.82,0,0,0.77,557.75,3113.74,26144458,99.92,0,0,0.14,557.07,3114.42,26144459,99.93,0,0,0.15,557.06,3114.43,26144460,99.85,0,0,0.3,557.3,3114.2,26144461,99.91,0,0,0.14,557.29,3114.21,26144462,99.79,0,0,0.48,557.61,3113.88,26144463,99.94,0,0,0.35,557.25,3114.24,26144464,99.91,0,0,0.15,557.21,3114.27,26144465,99.86,0,0,0.31,556.75,3114.75,26144466,99.93,0,0,0.16,556.71,3114.79,26144467,99.79,0,0,0.4,557.14,3114.35,26144468,99.94,0,0,0.28,557.41,3114.08,26144469,99.87,0,0,0.29,557.02,3114.44,26144470,99.88,0,0,0.3,557.33,3114.16,26144471,99.94,0,0,0.16,557.32,3114.18,26144472,99.95,0,0,0.14,557.29,3114.21,26144473,99.79,0,0,0.58,557.4,3114.1,26144474,99.93,0,0,0.14,556.76,3114.73,26144475,99.79,0,0,0.31,557.5,3114.01,26144476,99.92,0,0,0.14,557.48,3114.03,26144477,99.93,0,0,0.19,557.21,3114.28,26144478,99.8,0,0,0.55,557.54,3113.96,26144479,99.92,0.01,0.04,0.17,557.21,3114.28,26144480,99.89,0,0,0.34,557.27,3114.24,26144481,99.93,0,0,0.14,557.25,3114.25,26144482,99.95,0,0,0.14,557.22,3114.27,26144483,95.09,0.39,1.18,258.65,572.56,3097.44,26144484,99.93,0,0.02,0.25,559.88,3111.34,26144485,99.81,0,0,0.31,558.99,3112.24,26144486,99.92,0.01,0.95,0.16,558.85,3112.38,26144487,99.91,0.01,1.33,0.35,558.8,3112.41,26144488,99.8,0,0,0.59,558.79,3112.45,26144489,99.92,0,0,0.16,557.76,3113.52,26144490,99.82,0,0,0.31,557.26,3114.03,26144491,99.95,0,0,0.17,557.22,3114.07,26144492,99.93,0,0,0.15,557.21,3114.07,26144493,99.82,0,0,0.43,557.64,3113.67,26144494,99.94,0,0,0.3,557.43,3113.92,26144495,99.83,0,0,0.29,556.71,3114.65,26144496,99.94,0,0,0.15,556.67,3114.69,26144497,99.93,0,0.01,0.19,556.64,3114.72,26144498,99.79,0,0,0.57,557.16,3114.19,26144499,99.87,0,0,0.31,557.66,3113.66,26144500,99.89,0,0,0.3,557.52,3113.82,26144501,99.94,0,0,0.16,557.49,3113.85,26144502,99.95,0,0,0.19,557.47,3113.86,26144503,99.79,0,0,0.54,557.86,3113.46,26144504,99.95,0,0,0.13,557.67,3113.65,26144505,99.91,0,0,0.34,557.19,3114.15,26144506,99.91,0.01,0.01,0.17,557.12,3114.21,26144507,99.95,0,0,0.19,556.63,3114.7,26144508,99.78,0,0,0.3,557.11,3114.22,26144509,99.95,0,0,0.38,557.12,3114.2,26144510,99.9,0,0,0.29,557.54,3113.8,26144511,99.93,0,0,0.16,557.51,3113.82,26144512,99.9,0,0,0.14,557.49,3113.83,26144513,99.93,0,0,0.14,557.46,3113.86,26144514,99.73,0,0,0.59,557.82,3113.5,26144515,99.88,0,0.01,0.33,557.69,3113.65,26144516,99.92,0.01,0.03,0.16,557.69,3113.64,26144517,99.93,0,0,0.18,557.74,3113.59,26144518,99.92,0.01,0.01,0.14,557.71,3113.61,26144519,99.81,0,0,0.63,557.96,3113.36,26144520,99.88,0,0,0.3,557.14,3114.19,26144521,99.96,0,0,0.17,557.26,3114.07,26144522,99.94,0,0,0.18,557.24,3114.08,26144523,99.94,0,0,0.15,557.24,3114.08,26144524,99.78,0,0,0.58,557.56,3113.76,26144525,99.84,0,0,0.37,557.46,3113.87,26144526,99.94,0,0,0.16,557.43,3113.89,26144527,99.91,0.01,0.13,0.21,557.41,3113.91,26144528,99.88,0,0,0.16,557.41,3113.91,26144529,99.67,0,0,0.64,558.01,3113.28,26144530,99.81,0,0,0.34,557.62,3113.69,26144531,99.95,0,0,0.16,557.59,3113.72,26144532,99.93,0,0,0.14,557.57,3113.74,26144533,99.68,0,0,0.15,557.55,3113.75,26144534,99.8,0,0,0.54,558.07,3113.23,26144535,99.82,0,0,0.31,556.82,3114.49,26144536,99.94,0,0,0.18,556.76,3114.55,26144537,99.95,0,0,0.22,557.2,3114.1,26144538,99.93,0,0,0.14,557.21,3114.09,26144539,99.77,0,0,0.51,558.1,3113.19,26144540,99.83,0,0,0.35,557.69,3113.62,26144541,99.96,0,0,0.15,557.65,3113.66,26144542,99.93,0,0,0.14,557.64,3113.66,26144543,99.89,0,0,0.15,557.61,3113.69,26144544,99.78,0,0,0.42,558,3113.29,26144545,99.86,0,0,0.45,557.83,3113.47,26144546,99.93,0,0,0.15,557.96,3113.34,26144547,99.95,0,0,0.15,557.98,3113.32,26144548,99.95,0,0,0.16,557.95,3113.35,26144549,99.78,0,0,0.4,558.25,3113.04,26144550,99.87,0,0,0.45,557.69,3113.62,26144551,99.94,0,0,0.15,557.66,3113.64,26144552,99.94,0,0,0.14,557.64,3113.66,26144553,99.94,0,0,0.17,557.61,3113.68,26144554,99.81,0,0,0.37,558.29,3113,26144555,99.86,0,0,0.5,557.34,3113.96,26144556,99.93,0,0.01,0.18,557.4,3113.91,26144557,99.56,0,0,0.45,557.8,3113.49,26144558,99.93,0,0,0.21,557.93,3113.35,26144559,99.89,0,0,0.31,558.15,3113.1,26144560,99.69,0,0.01,0.74,558.09,3113.18,26144561,99.92,0,0,0.18,557.63,3113.64,26144562,99.93,0,0,0.14,557.61,3113.66,26144563,99.94,0,0,0.16,557.59,3113.67,26144564,99.9,0,0,0.18,557.57,3113.69,26144565,99.74,0,0,0.7,557.41,3113.86,26144566,99.93,0,0,0.15,557,3114.27,26144567,99.95,0,0,0.18,556.96,3114.3,26144568,99.91,0,0,0.16,556.95,3114.31,26144569,99.91,0,0,0.18,556.92,3114.33,26144570,99.75,0,0,0.71,558.28,3112.99,26144571,99.93,0,0,0.16,558.14,3113.13,26144572,99.92,0,0,0.14,558.12,3113.14,26144573,99.95,0,0,0.16,558.1,3113.16,26144574,99.94,0,0,0.14,558.07,3113.19,26144575,99.76,0,0,0.62,558.73,3112.54,26144576,99.93,0,0,0.27,558.05,3113.22,26144577,99.95,0,0,0.16,558.22,3113.04,26144578,99.95,0,0,0.14,557.89,3113.36,26144579,99.94,0,0,0.14,557.19,3114.06,26144580,99.67,0,0,0.72,557.07,3114.2,26144581,99.95,0,0,0.18,556.69,3114.58,26144582,99.91,0,0,0.16,556.65,3114.61,26144583,99.94,0,0,0.18,556.64,3114.61,26144584,99.94,0,0,0.16,556.61,3114.64,26144585,99.73,0,0,0.78,557.69,3113.58,26144586,99.92,0,0,0.18,557.33,3113.93,26144587,99.92,0,0,0.17,557.32,3113.94,26144588,99.94,0,0,0.2,557.3,3113.96,26144589,99.87,0,0,0.34,557.72,3113.53,26144590,99.76,0,0,0.77,557.66,3113.61,26144591,99.92,0,0,0.21,557.7,3113.56,26144592,99.93,0,0,0.18,557.67,3113.59,26144593,99.91,0,0,0.21,557.64,3113.61,26144594,99.9,0,0,0.18,557.63,3113.65,26144595,99.86,0,0,0.35,557.62,3113.68,26144596,99.8,0,0,0.6,558.07,3113.23,26144597,99.93,0,0,0.22,557.33,3113.96,26144598,99.94,0,0,0.2,557.33,3113.96,26144599,99.92,0,0,0.2,557.29,3113.99,26144600,99.85,0,0,0.36,557.43,3113.87,26144601,99.79,0,0,0.59,558.06,3113.24,26144602,99.93,0,0,0.2,557.48,3113.81,26144603,99.94,0,0,0.17,557.45,3113.84,26144604,99.93,0,0,0.16,557.44,3113.84,26144605,99.88,0,0,0.36,557.43,3113.87,26144606,99.78,0,0,0.55,558.04,3113.26,26144607,99.93,0,0,0.16,557.64,3113.66,26144608,99.93,0,0,0.2,557.62,3113.67,26144609,99.92,0,0,0.18,557.6,3113.69,26144610,99.46,0,0,0.47,557.81,3113.48,26144611,99.8,0,0,0.6,558.01,3113.27,26144612,99.94,0,0,0.18,557.73,3113.55,26144613,99.94,0,0,0.19,557.7,3113.57,26144614,99.94,0,0,0.16,557.69,3113.58,26144615,99.88,0,0.01,0.36,557.68,3113.62,26144616,99.8,0.01,0.01,0.68,558.01,3113.28,26144617,99.57,0.39,2.24,1.7,557.48,3113.65,26144618,99.94,0,0,0.16,557.27,3113.69,26144619,99.87,0,0,0.34,557.98,3112.95,26144620,99.9,0,0,0.32,558.23,3112.72,26144621,99.8,0,0,0.53,558.51,3112.43,26144622,99.94,0,0,0.21,558.13,3112.81,26144623,99.92,0,0,0.17,558.1,3112.84,26144624,99.94,0,0,0.18,558.09,3112.85,26144625,99.85,0,0,0.38,557.88,3113.07,26144626,99.76,0,0,0.59,558.36,3112.59,26144627,99.9,0,0,0.2,558.12,3112.82,26144628,99.93,0,0,0.17,558.01,3112.93,26144629,99.93,0,0,0.18,558,3112.93,26144630,99.85,0,0,0.35,557.04,3113.91,26144631,99.9,0,0,0.15,557,3113.95,26144632,99.78,0,0,0.57,558.03,3112.91,26144633,99.84,0.05,0.15,0.31,557.99,3112.94,26144634,99.92,0,0,0.22,558.05,3112.87,26144635,99.81,0,0,0.4,553.65,3117.52,26144636,99.96,0,0,0.18,553.56,3117.61,26144637,99.8,0,0,0.59,553.89,3117.28,26144638,99.94,0,0,0.16,553.52,3117.64,26144639,99.92,0,0,0.17,553.69,3117.47,26144640,99.84,0,0,0.33,553.97,3117.25,26144641,99.94,0,0,0.17,553.94,3117.28,26144642,99.8,0,0,0.55,554.11,3117.11,26144643,99.93,0,0,0.18,553.65,3117.56,26144644,99.95,0,0,0.17,553.65,3117.56,26144645,99.87,0,0,0.32,553.88,3117.35,26144646,99.93,0,0,0.17,553.87,3117.35,26144647,99.78,0,0,0.53,554.62,3116.59,26144648,99.94,0,0,0.21,554.07,3117.14,26144649,99.86,0,0,0.31,554.05,3117.14,26144650,99.89,0,0,0.31,554.06,3117.14,26144651,99.93,0,0,0.18,554.21,3116.99,26144652,99.78,0,0,0.42,554.47,3116.72,26144653,99.46,0,0,0.31,553.92,3117.27,26144654,99.93,0,0,0.18,553.91,3117.28,26144655,99.86,0,0,0.33,554.15,3117.05,26144656,99.95,0,0,0.17,554.14,3117.06,26144657,99.81,0,0,0.63,554.47,3116.73,26144658,99.93,0,0,0.16,554.1,3117.1,26144659,99.95,0,0,0.17,554.07,3117.12,26144660,99.85,0,0,0.34,554.09,3117.12,26144661,99.93,0,0,0.18,554.06,3117.14,26144662,99.77,0,0,0.36,554.3,3116.89,26144663,99.92,0,0,0.39,553.33,3117.85,26144664,99.95,0,0,0.16,553.45,3117.73,26144665,99.83,0,0,0.33,554.45,3116.75,26144666,99.91,0,0,0.17,554.41,3116.79,26144667,99.91,0,0,0.18,554.38,3116.81,26144668,99.77,0,0,0.56,553.78,3117.4,26144669,99.92,0,0,0.17,553.36,3117.82,26144670,99.85,0,0,0.32,554.08,3117.11,26144671,99.94,0,0,0.18,554.08,3117.12,26144672,99.93,0,0,0.16,554.06,3117.13,26144673,99.81,0,0,0.57,554.53,3116.66,26144674,99.93,0,0,0.17,553.79,3117.4,26144675,99.85,0,0,0.31,553.01,3118.19,26144676,99.93,0,0,0.17,552.97,3118.23,26144677,99.91,0,0,0.17,552.94,3118.25,26144678,99.79,0,0,0.57,553.86,3117.33,26144679,99.87,0,0,0.3,554.13,3117.04,26144680,99.85,0,0,0.32,553.66,3117.52,26144681,99.91,0,0,0.17,553.62,3117.56,26144682,99.9,0,0,0.18,553.6,3117.57,26144683,99.8,0,0,0.42,553.71,3117.46,26144684,99.94,0,0,0.3,553.07,3118.1,26144685,99.88,0,0,0.36,553.31,3117.87,26144686,99.94,0,0,0.17,553.31,3117.87,26144687,99.89,0,0,0.2,553.22,3117.95,26144688,99.79,0,0,0.56,553.3,3117.86,26144689,99.9,0,0,0.17,552.65,3118.52,26144690,99.85,0,0,0.32,553.39,3117.79,26144691,99.92,0,0,0.17,553.37,3117.81,26144692,99.9,0,0,0.18,553.36,3117.81,26144693,99.78,0,0,0.54,554.16,3117.01,26144694,99.91,0,0,0.21,553.55,3117.61,26144695,99.87,0,0,0.33,554.29,3116.89,26144696,99.9,0,0,0.16,554.27,3116.9,26144697,99.93,0,0,0.18,554.34,3116.83,26144698,99.76,0,0,0.42,555.03,3116.14,26144699,99.94,0,0,0.32,554.15,3117.01,26144700,99.76,0,0,0.32,553.45,3117.73,26144701,99.92,0,0,0.17,553.4,3117.78,26144702,99.93,0,0,0.21,553.39,3117.78,26144703,99.95,0,0,0.16,553.36,3117.81,26144704,99.79,0,0,0.6,553.24,3117.92,26144705,99.84,0,0,0.33,554.05,3117.13,26144706,99.93,0,0,0.17,554.07,3117.1,26144707,99.91,0,0,0.17,554.04,3117.13,26144708,99.92,0,0,0.16,554.03,3117.14,26144709,99.65,0,0,0.74,554.77,3116.37,26144710,99.83,0,0.01,0.33,554.26,3116.9,26144711,99.91,0,0.01,0.17,554.15,3117,26144712,99.92,0,0,0.18,554.13,3117.02,26144713,99.93,0,0,0.17,554.11,3117.03,26144714,99.78,0,0,0.56,554.74,3116.4,26144715,99.86,0,0,0.33,554.36,3116.81,26144716,99.92,0,0,0.18,554.34,3116.84,26144717,99.92,0,0,0.18,554.31,3116.86,26144718,99.94,0,0,0.17,554.3,3116.86,26144719,99.78,0,0,0.55,554.62,3116.54,26144720,99.77,0,0,0.31,553.48,3117.69,26144721,99.9,0,0,0.17,553.48,3117.69,26144722,99.92,0,0,0.18,553.45,3117.72,26144723,99.93,0,0,0.16,553.44,3117.72,26144724,99.77,0,0,0.5,554.06,3117.09,26144725,99.86,0,0,0.35,554.63,3116.55,26144726,99.9,0,0,0.16,554.62,3116.56,26144727,99.91,0,0,0.14,554.58,3116.59,26144728,99.91,0,0,0.16,554.57,3116.59,26144729,99.75,0,0,0.53,555.19,3115.97,26144730,99.85,0,0,0.35,554.41,3116.76,26144731,99.9,0,0,0.14,554.46,3116.71,26144732,99.94,0,0,0.17,554.42,3116.74,26144733,99.89,0,0,0.14,554.26,3116.89,26144734,99.75,0,0,0.33,554.02,3117.13,26144735,99.88,0,0,0.55,553.16,3118,26144736,99.89,0,0,0.13,553.13,3118.03,26144737,99.85,0,0,0.14,553.11,3118.05,26144738,99.89,0,0,0.2,553.09,3118.06,26144739,99.65,0,0,0.46,554.14,3116.98,26144740,99.82,0.01,0.01,0.6,553.42,3117.72,26144741,99.9,0,0,0.17,553.39,3117.74,26144742,99.87,0,0,0.14,553.36,3117.77,26144743,99.85,0,0,0.16,553.35,3117.77,26144744,99.85,0,0.02,0.17,553.3,3117.82,26144745,99.67,0,0,0.69,553.66,3117.48,26144746,99.85,0,0,0.15,553.31,3117.83,26144747,99.9,0,0,0.19,553.45,3117.68,26144748,99.94,0,0,0.14,553.42,3117.71,26144749,99.9,0,0,0.15,553.4,3117.73,26144750,99.74,0,0,0.76,554.52,3116.62,26144751,99.9,0,0,0.14,553.87,3117.26,26144752,99.88,0,0.01,0.14,553.84,3117.29,26144753,99.71,0,0,0.19,553.81,3117.31,26144754,99.85,0,0,0.13,553.79,3117.33,26144755,99.67,0,0,0.66,554.28,3116.86,26144756,99.89,0,0,0.21,554.01,3117.12,26144757,99.9,0,0,0.14,554.18,3116.97,26144758,99.85,0,0,0.16,554.16,3116.98,26144759,99.84,0,0.01,0.16,554.13,3117.01,26144760,99.57,0,0,0.77,553.28,3117.87,26144761,99.89,0,0,0.18,552.59,3118.55,26144762,99.86,0,0,0.17,552.58,3118.55,26144763,99.88,0,0,0.16,552.55,3118.58,26144764,99.88,0,0,0.17,552.54,3118.59,26144765,99.68,0,0,0.73,554.17,3116.98,26144766,99.86,0,0,0.13,554.03,3117.11,26144767,99.86,0,0,0.14,554.15,3116.98,26144768,99.81,0,0,0.15,554.15,3116.98,26144769,99.77,0,0,0.32,554.11,3117,26144770,99.6,0,0,0.8,553.86,3117.28,26144771,99.85,0,0,0.13,553.85,3117.28,26144772,99.85,0,0,0.16,553.82,3117.31,26144773,99.69,0,0,0.15,553.79,3117.34,26144774,99.83,0,0,0.14,553.78,3117.34,26144775,99.63,0,0,0.55,554.76,3116.38,26144776,99.86,0,0,0.36,553.77,3117.37,26144777,99.82,0,0,0.17,553.73,3117.4,26144778,99.85,0,0,0.16,553.83,3117.3,26144779,99.83,0,0,0.15,553.91,3117.21,26144780,99.79,0,0,0.31,553.92,3117.22,26144781,99.68,0,0,0.57,554.92,3116.22,26144782,99.84,0,0,0.15,554.35,3116.79,26144783,99.85,0,0,0.15,554.32,3116.8,26144784,99.85,0,0,0.15,554.31,3116.82,26144785,99.79,0,0,0.33,554.05,3117.09,26144786,99.68,0,0,0.56,554.39,3116.75,26144787,99.85,0,0,0.13,554.01,3117.12,26144788,99.83,0,0,0.17,554,3117.13,26144789,99.85,0,0,0.14,554.01,3117.11,26144790,99.75,0.02,0.65,0.5,554.14,3117,26144791,99.69,0,0,0.55,554.42,3116.71,26144792,99.87,0,0,0.16,554.04,3117.08,26144793,99.84,0,0,0.14,554.02,3117.09,26144794,99.77,0.02,0.04,0.39,554.88,3116.2,26144795,99.73,0,0,0.38,559.28,3111.72,26144796,99.69,0,0,0.5,559.76,3111.24,26144797,99.85,0,0,0.23,559.5,3111.49,26144798,99.85,0,0,0.15,559.48,3111.5,26144799,99.73,0,0,0.32,559.31,3111.66,26144800,99.75,0,0,0.32,559.2,3111.78,26144801,99.69,0,0,0.48,560,3110.97,26144802,99.84,0,0,0.21,559.37,3111.61,26144803,99.86,0,0,0.14,559.34,3111.62,26144804,99.85,0,0,0.15,559.32,3111.64,26144805,99.76,0,0.02,0.33,558.35,3112.63,26144806,99.67,0,0.01,0.42,559.01,3111.96,26144807,99.8,0,0,0.32,559.24,3111.73,26144808,99.85,0,0,0.16,559.15,3111.82,26144809,99.83,0,0,0.15,559.11,3111.85,26144810,99.76,0,0,0.34,557.93,3113.04,26144811,99.71,0,0,0.28,558.23,3112.75,26144812,99.82,0,0,0.41,558.82,3112.14,26144813,99.85,0,0,0.14,558.8,3112.17,26144814,98.87,0,0,0.15,558.77,3112.19,26144815,99.75,0,0,0.32,559.5,3111.47,26144816,99.84,0,0,0.14,559.65,3111.32,26144817,99.68,0,0,0.57,559.99,3110.98,26144818,99.86,0,0,0.16,559.6,3111.36,26144819,99.85,0,0,0.14,559.57,3111.38,26144820,99.72,0,0,0.31,559.09,3111.89,26144821,99.85,0,0,0.16,559.06,3111.91,26144822,99.7,0,0,0.57,559.78,3111.18,26144823,99.83,0,0,0.15,559.49,3111.47,26144824,99.85,0,0,0.14,559.51,3111.44,26144825,99.75,0,0,0.32,559.44,3111.53,26144826,99.83,0,0,0.14,559.4,3111.57,26144827,99.66,0,0,0.59,559.91,3111.05,26144828,99.84,0,0,0.16,559.6,3111.36,26144829,99.7,0,0,0.39,559.38,3111.55,26144830,99.79,0,0,0.35,559.58,3111.37,26144831,99.85,0,0,0.18,559.55,3111.4,26144832,99.72,0,0,0.43,560.19,3110.76,26144833,99.85,0,0,0.3,559.51,3111.43,26144834,99.85,0,0,0.14,559.65,3111.3,26144835,99.76,0,0,0.34,558.77,3112.2,26144836,99.8,0,0,0.18,558.65,3112.3,26144837,99.65,0,0,0.52,559.31,3111.64,26144838,99.83,0,0,0.19,559.59,3111.36,26144839,99.84,0,0,0.15,559.56,3111.38,26144840,99.71,0,0,0.3,559.31,3111.65,26144841,99.85,0,0,0.14,559.27,3111.69,26144842,99.69,0,0,0.41,559.65,3111.31,26144843,99.84,0,0,0.29,559.41,3111.54,26144844,99.7,0,0,0.16,559.38,3111.57,26144845,99.8,0,0,0.32,559.15,3111.82,26144846,99.82,0,0,0.16,559.11,3111.85,26144847,95,0.37,0.01,77.82,570.99,3100.02,26144848,99.68,0,0,182.14,561.9,3108.88,26144849,99.84,0,0,0.14,562.03,3108.75,26144850,99.79,0,0,0.36,562.02,3108.78,26144851,99.85,0,0,0.17,561.99,3108.8,26144852,99.85,0,0,0.14,561.97,3108.82,26144853,99.7,0,0,0.61,559.9,3110.96,26144854,99.78,0,0,0.17,559.5,3111.35,26144855,99.77,0,0,0.32,559.74,3111.13,26144856,99.82,0,0,0.15,559.77,3111.1,26144857,99.83,0,0,0.17,559.88,3110.98,26144858,99.68,0,0,0.59,560.32,3110.55,26144859,99.78,0,0.01,0.3,560.06,3110.79,26144860,99.76,0,0,0.32,559.81,3111.06,26144861,99.83,0,0,0.15,559.78,3111.08,26144862,99.85,0,0,0.14,559.75,3111.11,26144863,99.67,0,0,0.57,560.07,3110.79,26144864,99.78,0.01,0.05,0.2,560.13,3110.67,26144865,99.73,0,0,0.34,561.74,3109.05,26144866,99.84,0,0.01,0.16,561.74,3109.06,26144867,99.81,0,0,0.2,561.68,3109.11,26144868,99.7,0,0,0.56,562.61,3108.18,26144869,99.81,0,0,0.18,562.58,3108.21,26144870,99.78,0,0,0.36,562.33,3108.46,26144871,99.82,0,0,0.16,562.3,3108.5,26144872,99.83,0,0,0.14,562.29,3108.5,26144873,99.68,0,0,0.5,562.73,3108.05,26144874,99.83,0,0,0.2,562.49,3108.29,26144875,99.75,0,0,0.33,561.27,3109.52,26144876,99.81,0,0,0.14,561.23,3109.56,26144877,99.84,0,0,0.19,561.22,3109.56,26144878,99.69,0,0,0.59,561.97,3108.81,26144879,99.84,0,0,0.18,562.09,3108.68,26144880,99.71,0,0,0.32,562.92,3107.87,26144881,99.85,0,0,0.16,562.82,3107.97,26144882,99.86,0,0,0.17,562.81,3107.98,26144883,99.65,0,0,0.49,563.2,3107.58,26144884,99.83,0,0,0.2,561.78,3108.99,26144885,99.77,0,0.01,0.33,562.46,3108.33,26144886,99.84,0,0,0.14,562,3108.79,26144887,99.85,0,0,0.16,561.71,3109.08,26144888,99.82,0,0,0.22,563.17,3107.53,26144889,99.56,0,0,0.7,565.34,3105.31,26144890,99.7,0,0,0.38,564.31,3106.35,26144891,99.84,0,0,0.22,564.27,3106.39,26144892,99.85,0,0,0.18,564.25,3106.41,26144893,99.85,0,0,0.21,564.24,3106.41,26144894,99.62,0.01,0.04,0.55,566.33,3104.33,26144895,99.78,0,0,0.37,569.82,3100.71,26144896,99.83,0,0,0.2,566.52,3104.11,26144897,99.78,0.02,0.03,0.64,566.07,3104.5,26144898,99.85,0,0,0.2,566.04,3104.5,26144899,99.68,0.01,0,0.79,566.22,3104.32,26144900,99.66,0.01,0.01,0.4,565.26,3105.25,26144901,93.89,0.43,0.14,68.2,579.13,3090.61,26144902,98.73,2.31,0.13,195.69,578.99,3091.02,26144903,99.83,0,0.03,0.18,577.59,3092.39,26144904,99.68,0.06,0,0.66,579.7,3090.29,26144905,99.74,0,0,0.34,579.85,3090.17,26144906,99.83,0.02,0,0.25,579.67,3090.35,26144907,99.83,0,0,0.2,577.72,3092.31,26144908,99.83,0,0,0.15,577.64,3092.38,26144909,99.68,0.01,0.01,0.64,577.79,3092.24,26144910,99.73,0,0,0.38,577.43,3092.61,26144911,99.84,0,0,0.16,577.47,3092.57,26144912,99.83,0,0,0.16,577.43,3092.61,26144913,99.8,0.01,0.03,0.2,577.36,3092.67,26144914,99.61,0,0,0.63,577.72,3092.3,26144915,99.74,0,0,0.45,577.76,3092.27,26144916,99.84,0,0,0.16,577.62,3092.41,26144917,99.82,0,0,0.15,577.58,3092.45,26144918,99.84,0.01,0,0.22,577.92,3092.1,26144919,99.57,0.01,0,0.61,577.99,3092.03,26144920,99.7,0,0,0.48,577.64,3092.4,26144921,99.88,0.01,0,0.16,577.59,3092.44,26144922,99.9,0.01,0,0.21,577.66,3092.36,26144923,99.86,0.05,3.1,0.32,577.66,3092.35,26144924,99.69,0.01,0.61,0.74,578.08,3091.9,26144925,99.81,0.01,0.16,0.57,577.6,3092.4,26144926,96.01,0.02,0.07,2.23,591.48,3078.48,26144927,88.76,0.03,0.02,0.78,622.08,3047.87,26144928,95.64,0.01,0.01,0.5,592.89,3077.06,26144929,89.06,0.01,0.01,0.8,615.25,3054.69,26144930,81.3,0.04,0.93,3.13,744.76,2925.22,26144931,81.52,0.04,0.04,2.11,992.46,2677.58,26144932,99.71,0,0,0.17,699.11,2970.96,26144933,80.86,0.02,0.05,3.48,756.02,2913.95,26144934,99.84,0.03,0.05,0.21,578.08,3091.85,26144935,99.7,0,0,0.84,579.03,3090.9,26144936,99.73,0,0,0.17,578.52,3091.42,26144937,99.92,0.06,0,0.26,578.58,3091.36,26144938,81.53,0.01,0.03,4.28,981.34,2688.51,26144939,81.91,0.02,0.54,4.43,1042.86,2626.96,26144940,98.94,0,0,9.52,709.24,2960.7,26144941,98.35,0.7,0.05,1.13,598.67,3070.08,26144942,79.44,0.05,0.07,8.62,890.84,2776.01,26144943,99.72,0.01,0.49,0.31,890.25,2776.59,26144944,99.9,0,0,0.21,622.03,3044.81,26144945,99.69,0,0,0.75,623.91,3042.94,26144946,78.06,0.06,1.72,4.53,897.47,2769.31,26144947,99.75,0,0,0.15,985.89,2680.89,26144948,99.91,0,0,0.18,623.62,3043.17,26144949,99.85,0,0,0.35,625.34,3041.38,26144950,99.71,0,0,0.63,625.76,3040.98,26144951,99.82,0,0,0.31,625.05,3041.68,26144952,99.91,0,0,0.17,625.07,3041.67,26144953,99.91,0,0.01,0.22,625.13,3041.6,26144954,99.9,0,0,0.2,625.09,3041.63,26144955,99.7,0,0,0.66,625.68,3041.06,26144956,99.91,0,0,0.31,625.29,3041.45,26144957,99.9,0,0,0.21,625.36,3041.38,26144958,99.9,0,0,0.17,625.4,3041.35,26144959,99.9,0,0,0.17,625.37,3041.38,26144960,99.65,0,0,0.69,626.22,3040.54,26144961,99.8,0.01,0.01,0.29,625.57,3041.19,26144962,99.82,0,0,0.2,625.51,3041.25,26144963,88.13,0.02,0.01,0.68,691.71,2975.01,26144964,88.86,0.01,0.52,3.84,1069.41,2597.31,26144965,99.55,0.02,0,0.7,651.64,3015.11,26144966,99.88,0.01,0.98,0.43,623.66,3043.08,26144967,99.91,0,0,0.2,623.66,3043.08,26144968,99.91,0,0,0.2,623.62,3043.11,26144969,99.93,0,0,0.18,623.59,3043.14,26144970,99.74,0.02,0.08,0.37,623.14,3043.61,26144971,99.74,0,0,0.57,624.14,3042.61,26144972,99.89,0,0,0.17,623.82,3042.93,26144973,99.93,0,0,0.17,623.78,3042.96,26144974,99.92,0,0,0.16,623.8,3042.93,26144975,99.88,0,0,0.36,624.18,3042.58,26144976,99.76,0,0,0.57,624.5,3042.25,26144977,99.92,0,0,0.17,624.12,3042.63,26144978,99.93,0,0,0.18,624.08,3042.66,26144979,99.8,0,0,0.3,624.53,3042.19,26144980,77.28,0.04,0.52,4.44,1020.72,2645.97,26144981,99.56,0,0,0.56,785.05,2881.68,26144982,99.91,0,0,0.14,625.74,3040.99,26144983,99.92,0,0,0.15,625.82,3040.91,26144984,99.92,0,0,0.17,625.86,3040.87,26144985,99.87,0,0,0.33,626.08,3040.65,26144986,99.8,0,0.01,0.53,626.6,3040.13,26144987,99.8,0,0,0.25,626.32,3040.4,26144988,99.71,0.01,0.04,0.15,626.22,3040.49,26144989,99.91,0,0.03,0.15,626.29,3040.42,26144990,99.81,0.01,0,0.32,626.5,3040.22,26144991,95.31,0.01,0,0.73,638.51,3028.22,26144992,81.98,0.01,0.06,4.14,1088.88,2577.79,26144993,90.64,0.01,0,0.48,735.38,2931.32,26144994,86.53,0.01,0.16,3.98,1073.87,2592.79,26144995,79.11,0.03,0.17,4.25,898.47,2768.21,26144996,99.64,0.02,0.01,0.9,1022.89,2643.85,26144997,71.34,0.02,0.31,4.22,779.24,2887.53,26144998,82.22,0.01,0.01,1.41,1030.99,2635.74,26144999,94.69,0.02,0.9,3.72,1023.91,2642.86,26145000,99.78,0,0,0.36,622.89,3043.89,26145001,77.12,0.03,0.53,4.23,840.1,2826.63,26145002,99.71,0.02,0,0.71,947.61,2719.15,26145003,99.92,0,0,0.2,623.98,3042.78,26145004,99.93,0,0,0.14,620.66,3046.21,26145005,99.84,0,0,0.32,621.04,3045.86,26145006,99.94,0,0,0.17,621.01,3045.88,26145007,99.77,0,0,0.53,621.33,3045.56,26145008,99.92,0,0,0.18,620.94,3045.95,26145009,99.85,0,0,0.3,620.88,3046.01,26145010,99.83,0,0,0.25,620.64,3046.28,26145011,99.93,0,0,0.14,620.77,3046.14,26145012,99.79,0,0,0.55,621.58,3045.33,26145013,99.9,0,0,0.14,621.24,3045.66,26145014,99.91,0,0,0.15,621.22,3045.68,26145015,99.86,0,0,0.26,621.45,3045.47,26145016,99.92,0,0,0.14,621.42,3045.49,26145017,99.77,0,0,0.66,621.74,3045.16,26145018,99.93,0,0,0.15,621.51,3045.39,26145019,99.87,0,0,0.14,620.93,3045.96,26145020,99.86,0,0,0.27,620.75,3046.16,26145021,99.94,0.01,0.01,0.16,620.72,3046.19,26145022,99.8,0,0,0.4,621.52,3045.38,26145023,99.93,0,0,0.3,620.89,3046,26145024,99.9,0,0,0.14,620.98,3045.91,26145025,99.81,0,0,0.33,621.04,3045.87,26145026,99.95,0,0,0.15,621,3045.91,26145027,99.79,0,0,0.55,621.69,3045.21,26145028,99.92,0,0,0.14,621.42,3045.48,26145029,99.91,0,0,0.15,621.39,3045.51,26145030,99.88,0,0,0.26,621.39,3045.52,26145031,99.93,0,0,0.17,621.48,3045.43,26145032,99.79,0,0,0.4,622.01,3044.89,26145033,99.92,0,0,0.34,621.48,3045.42,26145034,99.92,0,0,0.21,621.45,3045.45,26145035,99.78,0,0,0.34,620.47,3046.44,26145036,99.94,0,0,0.21,620.29,3046.61,26145037,99.75,0,0,0.38,620.09,3046.81,26145038,99.89,0,0,0.36,620.53,3046.36,26145039,99.79,0,0,0.32,621.01,3045.86,26145040,99.83,0,0,0.26,620.78,3046.11,26145041,99.94,0,0,0.16,620.66,3046.22,26145042,99.92,0,0,0.15,619.68,3047.19,26145043,99.76,0,0,0.6,620.86,3046.02,26145044,99.93,0,0,0.18,620.71,3046.16,26145045,99.8,0,0,0.31,619.83,3047.06,26145046,99.92,0,0.01,0.18,619.77,3047.11,26145047,99.89,0,0,0.21,619.73,3047.14,26145048,99.8,0,0,0.59,620.26,3046.61,26145049,99.91,0,0,0.21,619.9,3046.96,26145050,99.82,0,0,0.27,619.66,3047.22,26145051,99.92,0,0,0.17,619.73,3047.15,26145052,99.93,0,0,0.14,619.77,3047.1,26145053,99.77,0,0,0.58,621.3,3045.57,26145054,99.88,0,0,0.14,620.94,3045.93,26145055,99.85,0,0,0.25,620.6,3046.28,26145056,99.93,0,0,0.14,620.16,3046.72,26145057,99.92,0,0,0.2,620.13,3046.75,26145058,99.73,0,0,0.61,620.97,3045.9,26145059,99.93,0,0,0.16,620.77,3046.1,26145060,99.88,0,0,0.27,620.53,3046.35,26145061,99.85,0,0,0.17,620.48,3046.39,26145062,99.89,0,0,0.14,620.45,3046.42,26145063,99.77,0,0,0.42,620.85,3046.01,26145064,99.9,0,0,0.29,620.63,3046.23,26145065,99.87,0,0,0.27,620.75,3046.13,26145066,99.9,0,0,0.14,620.78,3046.1,26145067,99.9,0,0,0.16,620.74,3046.13,26145068,99.78,0,0,0.4,621.11,3045.76,26145069,99.83,0,0,0.45,621.4,3045.44,26145070,99.83,0,0.01,0.28,621.15,3045.71,26145071,99.89,0,0,0.14,621.22,3045.64,26145072,99.91,0,0,0.14,621.07,3045.78,26145073,99.77,0,0,0.42,621.38,3045.46,26145074,99.93,0,0,0.27,620.4,3046.44,26145075,99.83,0,0,0.27,620.44,3046.42,26145076,99.93,0,0,0.15,620.4,3046.45,26145077,99.9,0,0,0.2,620.37,3046.48,26145078,99.78,0,0,0.3,620.88,3045.97,26145079,99.86,0,0,0.39,620.5,3046.34,26145080,99.85,0,0,0.25,620.74,3046.13,26145081,99.85,0.01,0.01,0.16,620.7,3046.17,26145082,99.92,0,0,0.14,620.67,3046.2,26145083,99.9,0,0,0.15,620.64,3046.22,26145084,99.75,0,0,0.53,620.57,3046.29,26145085,99.76,0,0,0.26,621.05,3045.83,26145086,99.92,0,0,0.17,620.99,3045.88,26145087,99.92,0,0,0.14,620.96,3045.91,26145088,99.9,0,0,0.15,620.92,3045.95,26145089,99.78,0,0,0.55,621.49,3045.37,26145090,99.82,0,0,0.25,621.37,3045.51,26145091,99.91,0,0,0.16,621.46,3045.41,26145092,99.91,0,0,0.16,621.49,3045.38,26145093,99.9,0,0,0.14,620.48,3046.39,26145094,99.78,0,0,0.5,620.92,3045.94,26145095,99.8,0,0,0.31,619.49,3047.39,26145096,99.89,0,0,0.15,619.42,3047.45,26145097,99.88,0,0,0.16,619.39,3047.48,26145098,99.93,0,0,0.15,619.47,3047.39,26145099,99.68,0,0,0.68,621.18,3045.66,26145100,99.87,0,0.01,0.25,620.47,3046.38,26145101,99.91,0,0,0.16,620.42,3046.43,26145102,99.91,0,0,0.14,620.39,3046.46,26145103,99.84,0,0,0.14,620.36,3046.49,26145104,99.72,0,0,0.5,621.06,3045.78,26145105,99.84,0,0,0.31,620.78,3046.07,26145106,99.9,0,0.01,0.14,620.74,3046.11,26145107,99.86,0,0,0.2,620.54,3046.31,26145108,99.93,0,0,0.14,620.42,3046.42,26145109,99.79,0,0,0.45,620.83,3046.01,26145110,99.87,0,0,0.43,621.37,3045.48,26145111,99.9,0,0,0.16,621.5,3045.35,26145112,99.9,0,0,0.14,620.89,3045.95,26145113,99.89,0,0,0.15,620.48,3046.36,26145114,99.91,0,0,0.14,620.44,3046.39,26145115,99.73,0,0,0.64,620.18,3046.67,26145116,99.92,0,0,0.17,619.6,3047.25,26145117,99.92,0,0,0.14,619.71,3047.13,26145118,99.9,0,0,0.14,619.77,3047.07,26145119,99.93,0,0,0.15,619.74,3047.1,26145120,99.48,0,0,0.67,620.44,3046.41,26145121,99.92,0,0,0.14,619.7,3047.14,26145122,99.9,0,0,0.14,619.66,3047.18,26145123,99.9,0,0,0.16,619.63,3047.21,26145124,99.91,0,0,0.14,619.78,3047.05,26145125,99.66,0,0,0.71,621.85,3045,26145126,99.92,0,0,0.14,621.44,3045.4,26145127,99.89,0,0,0.16,621.41,3045.44,26145128,99.9,0,0,0.14,621.37,3045.47,26145129,99.67,0,0,0.29,621.37,3045.46,26145130,99.71,0,0,0.66,622.2,3044.65,26145131,99.92,0,0,0.14,621.74,3045.12,26145132,99.92,0,0,0.16,621.29,3045.57,26145133,99.93,0,0,0.14,620.69,3046.16,26145134,99.89,0,0,0.15,620.66,3046.2,26145135,99.61,0,0,0.67,620.85,3046.03,26145136,99.93,0,0,0.14,620.68,3046.19,26145137,99.91,0,0,0.19,620.52,3046.35,26145138,99.91,0,0,0.14,620.49,3046.38,26145139,99.9,0,0,0.15,620.45,3046.41,26145140,99.7,0,0,0.68,621.03,3045.85,26145141,99.9,0.01,0.01,0.16,621.14,3045.74,26145142,99.89,0,0,0.15,621.1,3045.77,26145143,99.93,0,0,0.14,621.2,3045.67,26145144,99.9,0,0,0.17,621.22,3045.64,26145145,99.76,0,0,0.55,622.09,3044.79,26145146,99.92,0,0,0.32,621.19,3045.69,26145147,99.92,0,0,0.17,621.15,3045.72,26145148,99.91,0,0,0.17,621.12,3045.75,26145149,99.92,0,0,0.17,621.09,3045.78,26145150,99.88,0,0,0.28,621.72,3045.16,26145151,99.75,0,0,0.62,621.88,3044.99,26145152,99.93,0,0,0.14,621.32,3045.55,26145153,99.91,0,0,0.15,620.47,3046.4,26145154,99.9,0,0,0.17,620.43,3046.43,26145155,99.85,0,0,0.31,621.15,3045.73,26145156,99.74,0,0,0.55,621.48,3045.39,26145157,99.92,0,0,0.14,621.22,3045.65,26145158,99.93,0,0,0.15,621.25,3045.61,26145159,99.85,0,0,0.29,621.21,3045.62,26145160,99.86,0,0,0.3,621.45,3045.4,26145161,99.71,0,0,0.54,620.98,3045.87,26145162,99.91,0,0,0.14,620.4,3046.44,26145163,99.92,0,0,0.14,620.37,3046.47,26145164,99.92,0,0,0.15,620.46,3046.38,26145165,99.84,0,0,0.27,621.24,3045.61,26145166,99.75,0,0.01,0.56,621.88,3044.97,26145167,99.88,0,0,0.19,621.52,3045.32,26145168,99.91,0,0,0.14,621.39,3045.45,26145169,99.88,0,0,0.15,621.36,3045.48,26145170,99.84,0,0,0.26,621.59,3045.26,26145171,99.74,0,0,0.55,622.52,3044.34,26145172,99.89,0,0,0.16,621.97,3044.89,26145173,99.9,0,0,0.14,621.15,3045.7,26145174,99.93,0,0,0.15,620.92,3045.93,26145175,99.81,0,0,0.27,621,3045.87,26145176,99.79,0,0,0.4,621.23,3045.63,26145177,98.2,0,0,0.31,620.84,3046.01,26145178,99.91,0,0,0.14,620.97,3045.88,26145179,99.9,0,0,0.15,620.97,3045.88,26145180,99.81,0,0,0.25,620.73,3046.13,26145181,99.75,0,0,0.55,621.25,3045.61,26145182,99.93,0,0,0.13,621.4,3045.46,26145183,99.91,0,0,0.16,621.36,3045.49,26145184,99.91,0,0,0.14,621.33,3045.52,26145185,99.78,0,0,0.27,620.96,3045.9,26145186,99.79,0,0.01,0.47,621.29,3045.57,26145187,99.93,0,0,0.36,620.91,3045.95,26145188,99.89,0,0,0.15,620.87,3045.98,26145189,99.85,0,0,0.29,621.8,3045.05,26145190,99.86,0,0,0.26,621.45,3045.41,26145191,99.91,0,0,0.16,621.48,3045.38,26145192,99.75,0,0,0.53,622.27,3044.59,26145193,99.93,0,0,0.15,621.48,3045.38,26145194,99.89,0,0,0.15,620.89,3045.97,26145195,99.86,0,0,0.3,621.12,3045.75,26145196,99.92,0,0,0.16,621.08,3045.78,26145197,99.67,0,0,0.6,621.23,3045.63,26145198,99.93,0,0,0.14,620.74,3046.12,26145199,99.86,0,0,0.14,620.7,3046.15,26145200,99.87,0,0,0.26,620.93,3045.93,26145201,99.92,0.01,0.01,0.14,620.9,3045.97,26145202,99.77,0,0,0.58,621.29,3045.57,26145203,99.91,0,0,0.15,620.85,3046.01,26145204,99.93,0,0,0.14,620.99,3045.88,26145205,99.86,0,0,0.26,620.5,3046.39,26145206,99.9,0,0,0.16,620.46,3046.43,26145207,99.75,0,0,0.61,620.77,3046.1,26145208,99.92,0,0,0.17,620.38,3046.49,26145209,99.9,0,0,0.18,620.35,3046.51,26145210,99.77,0,0,0.32,620.7,3046.18,26145211,99.91,0,0,0.18,620.73,3046.15,26145212,96.33,0.07,0.01,77.79,631.36,3037.07,26145213,99.84,0,0,63.86,623.96,3042.97,26145214,99.87,0,0,0.17,622.97,3043.96,26145215,99.85,0,0,0.31,622.96,3043.98,26145216,99.92,0,0,0.17,622.92,3044.02,26145217,99.71,0,0,0.46,622.89,3044.05,26145218,99.89,0,0,0.33,620.82,3046.15,26145219,99.81,0,0,0.41,620.64,3046.31,26145220,99.87,0,0,0.34,620.85,3046.11,26145221,99.91,0,0,0.2,620.81,3046.14,26145222,99.76,0,0,0.44,621.24,3045.71,26145223,99.9,0,0,0.36,620.5,3046.44,26145224,99.92,0,0,0.17,620.47,3046.47,26145225,99.87,0,0,0.3,620.9,3046.06,26145226,99.91,0.01,0.01,0.17,620.87,3046.09,26145227,99.87,0,0,0.43,620.68,3046.26,26145228,99.69,0,0,0.56,621.11,3045.83,26145229,99.9,0,0,0.16,620.75,3046.18,26145230,99.81,0,0,0.31,620.51,3046.43,26145231,99.92,0,0,0.2,620.57,3046.37,26145232,99.9,0,0,0.16,620.63,3046.31,26145233,99.74,0,0,0.59,620.5,3046.45,26145234,99.92,0,0,0.16,619.5,3047.46,26145235,99.83,0,0,0.29,619.57,3047.41,26145236,99.89,0,0,0.17,619.56,3047.41,26145237,99.93,0,0,0.2,619.52,3047.44,26145238,99.73,0,0,0.59,620.63,3046.33,26145239,99.93,0,0,0.17,620.14,3046.81,26145240,99.87,0,0,0.28,620.87,3046.11,26145241,99.93,0,0,0.16,620.84,3046.13,26145242,99.91,0,0,0.14,620.81,3046.15,26145243,99.81,0,0,0.56,621.46,3045.51,26145244,99.92,0,0,0.13,620.99,3045.97,26145245,99.85,0,0,0.27,620.75,3046.23,26145246,99.93,0.01,0.01,0.19,620.79,3046.18,26145247,99.95,0,0,0.17,620.77,3046.2,26145248,99.76,0,0,0.46,621.17,3045.79,26145249,99.83,0,0,0.42,621.54,3045.39,26145250,99.86,0.01,0.04,0.34,621.58,3045.37,26145251,99.92,0,0,0.16,621.5,3045.44,26145252,99.92,0,0,0.17,621.48,3045.46,26145253,99.78,0,0,0.4,621.71,3045.23,26145254,99.93,0,0,0.28,621.11,3045.84,26145255,99.9,0,0,0.27,620.87,3046.09,26145256,99.93,0,0,0.15,620.81,3046.15,26145257,99.9,0,0,0.21,620.78,3046.18,26145258,99.74,0,0,0.54,621.04,3045.91,26145259,99.93,0,0,0.18,620.48,3046.47,26145260,99.82,0,0,0.27,620,3046.97,26145261,99.87,0.01,0.01,0.14,620.13,3046.83,26145262,99.91,0,0,0.16,620.1,3046.86,26145263,99.73,0,0,0.37,620.84,3046.12,26145264,99.87,0,0,0.39,621.03,3045.92,26145265,99.8,0,0,0.34,621.26,3045.71,26145266,99.93,0,0,0.18,621.23,3045.74,26145267,99.91,0,0,0.21,621.3,3045.66,26145268,99.92,0,0,0.21,621.35,3045.61,26145269,99.73,0,0,0.61,621.72,3045.23,26145270,99.85,0,0,0.28,621.39,3045.58,26145271,99.93,0,0,0.15,621.27,3045.69,26145272,99.9,0,0,0.17,621.24,3045.72,26145273,99.93,0,0,0.14,621.2,3045.75,26145274,99.74,0,0.01,0.57,621.53,3045.42,26145275,99.81,0,0,0.33,621.18,3045.78,26145276,99.95,0,0,0.12,620.59,3046.37,26145277,99.9,0,0,0.2,620.56,3046.4,26145278,99.89,0,0,0.18,620.52,3046.43,26145279,99.71,0,0,0.7,621.29,3045.64,26145280,99.78,0,0,0.29,621.07,3045.88,26145281,99.9,0,0,0.16,621.11,3045.83,26145282,99.85,0,0,0.14,621.09,3045.84,26145283,99.9,0,0,0.18,621.06,3045.87,26145284,99.77,0,0,0.53,621.47,3045.45,26145285,99.86,0,0,0.32,621.27,3045.68,26145286,99.88,0.01,0.01,0.12,621.23,3045.71,26145287,99.91,0,0,0.21,621.32,3045.62,26145288,99.89,0,0,0.16,621.35,3045.58,26145289,99.74,0,0,0.55,622.04,3044.88,26145290,99.8,0,0,0.31,621.3,3045.64,26145291,99.86,0,0,0.13,621.26,3045.68,26145292,99.85,0,0,0.16,621.23,3045.71,26145293,99.88,0,0,0.16,621.2,3045.73,26145294,99.71,0,0,0.33,621.74,3045.18,26145295,99.75,0,0,0.48,622.08,3044.86,26145296,99.85,0,0.01,0.19,621.14,3045.8,26145297,99.91,0,0,0.15,621.01,3045.92,26145298,99.86,0,0,0.14,620.98,3045.95,26145299,99.88,0,0,0.16,620.94,3045.98,26145300,99.59,0,0,0.66,621.23,3045.71,26145301,99.88,0,0,0.16,620.85,3046.09,26145302,99.83,0,0,0.14,620.82,3046.12,26145303,99.86,0,0,0.15,620.78,3046.15,26145304,99.85,0,0,0.14,620.75,3046.18,26145305,99.57,0,0,0.69,621.37,3045.57,26145306,99.9,0,0,0.14,621.04,3045.9,26145307,99.88,0,0,0.16,621.09,3045.84,26145308,99.85,0,0,0.14,621.04,3045.89,26145309,99.71,0,0,0.31,621.48,3045.42,26145310,99.59,0,0,0.67,622.08,3044.84,26145311,99.86,0,0,0.14,621.43,3045.48,26145312,99.84,0,0,0.16,621.51,3045.4,26145313,99.86,0,0,0.13,621.56,3045.35,26145314,99.85,0,0,0.15,621.53,3045.37,26145315,99.57,0,0,0.6,622.41,3044.51,26145316,99.86,0,0,0.29,621.06,3045.85,26145317,99.87,0,0,0.23,620.71,3046.2,26145318,99.84,0,0,0.14,620.68,3046.22,26145319,98.72,0,0,0.16,620.78,3046.12,26145320,99.56,0,0,0.64,621.12,3045.79,26145321,99.86,0.01,0.01,0.2,620.56,3046.35,26145322,99.83,0,0,0.14,620.53,3046.38,26145323,99.83,0,0.01,0.15,620.48,3046.42,26145324,99.84,0,0,0.13,620.44,3046.45,26145325,98.49,0,0,15.3,622.69,3044.66,26145326,99.85,0,0,0.31,621.14,3045.77,26145327,99.87,0,0,0.14,621.1,3045.8,26145328,99.33,0,0,0.15,621.72,3045.17,26145329,99.42,0,0,1.14,621.57,3045.32,26145330,99.59,0,0,0.57,621.1,3045.83,26145331,99.82,0,0,0.27,621.61,3045.32,26145332,99.86,0,0,0.16,621.64,3045.29,26145333,99.86,0,0,0.14,621.61,3045.31,26145334,99.84,0,0,0.15,621.57,3045.35,26145335,99.75,0,0,0.3,621.93,3045.01,26145336,99.72,0,0,0.53,620.57,3046.36,26145337,99.83,0,0,0.19,620.02,3046.91,26145338,99.85,0,0,0.15,620.14,3046.79,26145339,99.78,0,0,0.31,621.62,3045.29,26145340,99.8,0,0,0.33,621.38,3045.54,26145341,99.67,0,0,0.55,621.89,3045.02,26145342,99.86,0,0,0.14,621.56,3045.35,26145343,99.85,0,0,0.15,621.52,3045.38,26145344,99.83,0,0,0.14,621.49,3045.41,26145345,99.78,0,0,0.27,621.37,3045.54,26145346,99.69,0.01,0.01,0.57,621.54,3045.37,26145347,99.8,0,0,0.18,621.35,3045.56,26145348,99.83,0,0,0.17,621.55,3045.35,26145349,99.84,0,0,0.15,621.52,3045.38,26145350,99.8,0,0,0.37,621.76,3045.16,26145351,99.7,0,0,0.57,622.6,3044.31,26145352,99.82,0,0,0.14,621.76,3045.15,26145353,99.84,0,0,0.16,621.6,3045.3,26145354,99.84,0,0,0.14,621.57,3045.33,26145355,99.76,0,0,0.32,621.57,3045.35,26145356,99.69,0,0,0.5,621.88,3045.04,26145357,99.86,0,0,0.21,620.51,3046.39,26145358,99.84,0,0,0.15,620.6,3046.31,26145359,99.86,0,0,0.15,620.64,3046.26,26145360,99.77,0,0,0.34,620.87,3046.04,26145361,99.68,0,0,0.39,621.06,3045.85,26145362,99.83,0,0,0.34,620.56,3046.34,26145363,99.83,0,0,0.14,620.53,3046.37,26145364,99.87,0,0,0.16,620.5,3046.4,26145365,99.77,0,0,0.34,621.1,3045.82,26145366,99.7,0,0,0.59,621.59,3045.32,26145367,99.84,0,0,0.14,620.16,3046.75,26145368,99.84,0,0,0.14,620.12,3046.78,26145369,99.69,0,0,0.31,620.61,3046.28,26145370,99.75,0,0,0.3,621.33,3045.58,26145371,99.72,0,0,0.42,621.64,3045.26,26145372,99.83,0,0,0.28,621.6,3045.3,26145373,99.85,0,0,0.16,621.64,3045.26,26145374,99.82,0,0,0.15,621.61,3045.3,26145375,99.74,0,0,0.31,621.12,3045.81,26145376,99.68,0,0,0.5,621.49,3045.44,26145377,99.85,0,0,0.29,620.93,3045.99,26145378,99.82,0,0,0.15,620.53,3046.38,26145379,99.85,0,0,0.15,620.65,3046.26,26145380,99.71,0,0,0.31,620.88,3046.05,26145381,99.81,0.01,0.01,0.15,620.85,3046.07,26145382,99.66,0,0,0.54,621.4,3045.51,26145383,99.84,0,0,0.14,621.02,3045.89,26145384,99.84,0,0,0.17,620.99,3045.92,26145385,99.82,0,0,0.32,621.16,3045.76,26145386,99.83,0,0,0.16,621.14,3045.78,26145387,99.71,0,0,0.6,621.23,3045.69,26145388,99.85,0,0,0.14,620.58,3046.33,26145389,99.84,0,0,0.14,620.55,3046.38,26145390,99.82,0,0,0.36,621.51,3045.44,26145391,99.83,0,0,0.16,621.52,3045.42,26145392,99.7,0,0,0.54,622,3044.94,26145393,99.83,0,0,0.16,621.61,3045.32,26145394,99.83,0,0,0.14,621.57,3045.35,26145395,99.79,0,0,0.3,621.81,3045.13,26145396,99.83,0,0,0.16,621.77,3045.17,26145397,99.68,0,0,0.55,621.36,3045.58,26145398,99.83,0,0,0.16,620.1,3046.83,26145399,99.7,0,0,0.3,620.87,3046.04,26145400,99.77,0,0,0.33,621.11,3045.81,26145401,99.87,0,0,0.16,621.08,3045.84,26145402,99.7,0,0,0.57,621.85,3045.06,26145403,99.83,0,0,0.18,621.26,3045.65,26145404,99.82,0,0,0.15,621.23,3045.69,26145405,99.75,0,0,0.33,620.89,3046.04,26145406,99.82,0.01,0.01,0.14,620.87,3046.06,26145407,99.69,0,0,0.63,621.42,3045.51,26145408,99.85,0,0,0.15,621.3,3045.63,26145409,99.83,0,0,0.15,621.26,3045.66,26145410,99.8,0,0,0.29,621.25,3045.69,26145411,99.84,0,0,0.15,621.35,3045.58,26145412,99.69,0,0,0.42,621.74,3045.19,26145413,99.85,0,0,0.29,621.11,3045.81,26145414,99.84,0,0,0.14,621.07,3045.84,26145415,99.76,0,0,0.39,621.85,3045.09,26145416,99.81,0,0,0.21,621.78,3045.15,26145417,99.68,0,0,0.55,622.09,3044.83,26145418,99.85,0,0,0.19,621.17,3045.75,26145419,99.84,0,0,0.15,621.13,3045.78,26145420,99.73,0,0,0.3,620.88,3046.05,26145421,99.84,0,0,0.16,620.84,3046.09,26145422,99.82,0,0,0.14,620.8,3046.12,26145423,99.7,0,0,0.56,620.95,3045.96,26145424,99.83,0,0,0.15,620.27,3046.64,26145425,99.78,0,0,0.36,621.37,3045.56,26145426,99.83,0,0,0.18,621.37,3045.56,26145427,99.83,0,0,0.16,621.33,3045.59,26145428,99.68,0,0,0.58,621.64,3045.28,26145429,99.68,0,0,0.31,621.49,3045.4,26145430,99.8,0,0,0.36,621.51,3045.39,26145431,99.83,0,0,0.16,621.63,3045.27,26145432,99.86,0,0,0.15,621.6,3045.3,26145433,99.7,0,0,0.6,621.91,3044.98,26145434,99.84,0,0,0.14,621.51,3045.37,26145435,99.76,0,0,0.3,621.75,3045.16,26145436,99.83,0,0,0.13,621.75,3045.16,26145437,99.84,0,0,0.21,621.87,3045.03,26145438,99.72,0,0,0.52,622.2,3044.7,26145439,99.84,0,0,0.2,621.06,3045.83,26145440,99.32,0,0,0.29,620.33,3046.58,26145441,99.83,0.01,0.01,0.16,620.27,3046.63,26145442,99.83,0,0,0.14,620.24,3046.66,26145443,99.7,0,0,0.5,620.98,3045.91,26145444,99.85,0,0,0.2,621.09,3045.8,26145445,99.74,0,0,0.35,621.32,3045.57,26145446,99.84,0,0,0.16,621.28,3045.61,26145447,99.86,0,0,0.14,621.25,3045.64,26145448,99.71,0,0,0.49,621.75,3045.13,26145449,99.83,0,0,0.2,621.78,3045.1,26145450,99.78,0,0,0.31,620.89,3046.02,26145451,99.86,0,0,0.14,620.84,3046.07,26145452,99.85,0,0,0.15,620.8,3046.1,26145453,99.72,0,0,0.4,621.4,3045.5,26145454,99.85,0,0,0.29,621.97,3044.93,26145455,99.73,0,0,0.31,621.28,3045.64,26145456,99.83,0,0,0.16,621.33,3045.58,26145457,99.84,0,0,0.14,621.37,3045.53,26145458,99.7,0,0,0.41,621.86,3045.05,26145459,99.69,0,0,0.46,621.54,3045.33,26145460,99.79,0,0,0.3,621.55,3045.34,26145461,99.83,0,0,0.15,621.5,3045.39,26145462,99.83,0,0,0.16,621.47,3045.41,26145463,99.83,0,0,0.15,621.6,3045.28,26145464,99.7,0,0,0.63,621.95,3044.92,26145465,99.69,0,0,0.31,621.11,3045.78,26145466,99.85,0.01,0.01,0.14,621.06,3045.83,26145467,99.83,0,0,0.17,621.03,3045.86,26145468,99.82,0,0,0.16,620.99,3045.89,26145469,99.42,0,0,0.57,622.06,3044.81,26145470,99.77,0,0,0.29,621.87,3045.02,26145471,99.83,0,0,0.16,621.83,3045.06,26145472,99.85,0,0,0.14,621.79,3045.09,26145473,99.85,0,0,0.15,621.76,3045.12,26145474,99.7,0,0,0.57,622.58,3044.3,26145475,99.84,0,0,0.31,621.97,3044.94,26145476,99.88,0,0,0.16,622.06,3044.84,26145477,99.89,0,0,0.14,622.09,3044.81,26145478,99.88,0,0,0.16,622.06,3044.84,26145479,99.79,0,0,0.39,621.92,3044.97,26145480,99.87,0,0,0.43,621.28,3045.63,26145481,99.47,0,0,0.15,621.25,3045.66,26145482,99.93,0,0,0.16,621.24,3045.66,26145483,99.93,0,0,0.14,621.36,3045.53,26145484,99.8,0,0,0.57,621.55,3045.34,26145485,99.87,0,0,0.35,621.55,3045.36,26145486,99.92,0,0,0.17,621.52,3045.38,26145487,99.94,0,0,0.14,621.49,3045.41,26145488,99.94,0,0,0.17,621.45,3045.44,26145489,99.72,0,0,0.72,622.05,3044.82,26145490,99.84,0,0,0.31,622.09,3044.8,26145491,99.94,0,0,0.14,622.06,3044.82,26145492,99.93,0,0,0.19,622.03,3044.84,26145493,99.92,0,0,0.16,622,3044.87,26145494,99.8,0,0,0.41,622.41,3044.49,26145495,99.85,0,0,0.45,621.98,3044.94,26145496,99.94,0,0,0.17,622.04,3044.88,26145497,99.93,0,0,0.19,622.07,3044.84,26145498,99.94,0,0,0.15,622.05,3044.86,26145499,99.8,0,0,0.43,622.19,3044.71,26145500,99.82,0,0,0.43,621.27,3045.65,26145501,99.93,0.01,0.01,0.16,621.23,3045.68,26145502,99.9,0,0,0.14,621.2,3045.71,26145503,99.92,0,0,0.15,621.32,3045.59,26145504,99.81,0,0,0.3,621.6,3045.3,26145505,99.85,0,0,0.53,620.61,3046.31,26145506,99.94,0,0,0.14,620.56,3046.35,26145507,99.9,0,0,0.16,620.53,3046.38,26145508,99.92,0,0,0.14,620.49,3046.41,26145509,99.91,0,0,0.15,620.48,3046.42,26145510,99.57,0,0,0.71,621.77,3045.15,26145511,99.94,0,0,0.16,621.35,3045.56,26145512,99.92,0,0,0.15,621.32,3045.59,26145513,99.95,0,0,0.15,621.28,3045.62,26145514,99.93,0,0,0.13,621.24,3045.65,26145515,99.72,0,0,0.68,622,3044.92,26145516,99.92,0,0,0.14,621.81,3045.11,26145517,99.95,0,0,0.16,621.85,3045.06,26145518,99.94,0,0,0.16,621.82,3045.09,26145519,99.8,0,0,0.34,621.55,3045.33,26145520,99.74,0,0,0.71,621.42,3045.47,26145521,99.93,0,0,0.14,620.99,3045.9,26145522,99.95,0,0,0.17,620.96,3045.92,26145523,99.94,0,0,0.14,621.05,3045.84,26145524,99.92,0,0,0.14,621.09,3045.8,26145525,99.63,0,0,0.81,571.75,3095.58,26145526,99.92,0,0,0.18,555.34,3112.26,26145527,99.91,0,0,0.17,555.23,3112.36,26145528,99.93,0.01,0.01,0.18,555.12,3112.46,26145529,99.94,0,0,0.17,555.19,3112.4,26145530,99.73,0,0,0.7,555.97,3111.64,26145531,99.94,0,0,0.17,555.4,3112.2,26145532,99.93,0,0,0.14,555.38,3112.22,26145533,99.94,0,0,0.17,555.35,3112.25,26145534,99.91,0,0,0.14,555.34,3112.25,26145535,99.78,0,0,0.61,555.9,3111.71,26145536,99.94,0,0,0.31,555.33,3112.28,26145537,99.91,0,0,0.14,555.31,3112.3,26145538,99.91,0,0,0.14,555.29,3112.31,26145539,99.92,0,0,0.14,555.26,3112.33,26145540,99.68,0,0,0.56,554.75,3112.87,26145541,98.66,0,0,0.28,554.45,3113.16,26145542,99.93,0,0,0.16,554.43,3113.17,26145543,99.93,0,0,0.14,554.4,3113.2,26145544,99.93,0,0,0.17,554.38,3113.22,26145545,99.88,0,0,0.3,555.58,3112.03,26145546,99.79,0,0,0.61,555.49,3112.12,26145547,99.91,0,0,0.16,554.82,3112.78,26145548,99.92,0,0,0.19,554.79,3112.8,26145549,99.87,0,0,0.32,555.25,3112.33,26145550,99.87,0,0,0.31,555.26,3112.33,26145551,99.8,0,0,0.55,555.77,3111.81,26145552,99.94,0,0,0.14,555.4,3112.18,26145553,99.95,0,0,0.14,555.38,3112.2,26145554,99.95,0,0,0.15,555.36,3112.21,26145555,99.89,0,0,0.3,555.62,3111.97,26145556,99.78,0,0,0.54,555.15,3112.44,26145557,99.94,0,0,0.21,554.6,3112.98,26145558,99.9,0,0,0.14,554.57,3113.01,26145559,99.92,0.02,0.56,0.2,554.57,3113,26145560,99.88,0,0,0.38,554.58,3113.01,26145561,99.77,0,0,0.57,554.9,3112.69,26145562,99.92,0,0,0.15,554.54,3113.04,26145563,99.93,0,0,0.15,554.51,3113.07,26145564,99.93,0,0,0.14,554.5,3113.07,26145565,99.8,0,0,0.3,555.67,3111.92,26145566,99.78,0,0,0.55,556,3111.58,26145567,99.93,0,0,0.16,555.4,3112.18,26145568,99.95,0,0,0.15,555.4,3112.18,26145569,99.92,0,0,0.14,555.37,3112.2,26145570,99.89,0,0,0.29,555.62,3111.97,26145571,99.81,0,0,0.56,555.84,3111.75,26145572,99.94,0.01,0.02,0.19,555.37,3112.21,26145573,99.91,0,0,0.14,555.4,3112.17,26145574,99.92,0,0,0.16,555.39,3112.18,26145575,99.84,0.01,0.03,0.33,554.87,3112.71,26145576,94.99,0.27,0.01,78.11,565.63,3102.1,26145577,99.81,0,0,179.66,557.45,3110.04,26145578,99.91,0,0,0.2,557.44,3110.05,26145579,99.89,0,0,0.36,557.91,3109.55,26145580,99.82,0,0,0.37,557.95,3109.53,26145581,99.76,0,0,0.48,558.17,3109.31,26145582,99.9,0,0,0.33,554.19,3113.32,26145583,99.91,0,0,0.16,554.15,3113.35,26145584,99.92,0,0,0.18,554.15,3113.36,26145585,99.85,0,0,0.35,555.09,3112.43,26145586,99.93,0,0,0.18,555.11,3112.4,26145587,99.78,0,0,0.62,554.9,3112.66,26145588,99.93,0,0,0.21,554.31,3113.24,26145589,99.94,0.02,0.05,0.2,554.32,3113.23,26145590,99.87,0.03,0.07,0.34,555.58,3111.99,26145591,99.87,0.02,0.06,0.34,557.35,3110.12,26145592,99.79,0,0,0.54,559.66,3107.76,26145593,99.95,0,0,0.17,559.36,3108.05,26145594,99.94,0,0,0.15,559.34,3108.06,26145595,99.85,0,0,0.32,559.82,3107.6,26145596,99.93,0.01,0.01,0.15,559.78,3107.64,26145597,99.8,0,0,0.57,559.97,3107.44,26145598,99.95,0,0,0.15,559.61,3107.8,26145599,99.93,0,0,0.14,559.58,3107.83,26145600,99.88,0,0,0.28,559.59,3107.84,26145601,99.93,0,0,0.15,559.62,3107.8,26145602,99.81,0,0,0.53,560.41,3107.01,26145603,99.95,0.01,0.01,0.2,559.94,3107.48,26145604,99.83,0.01,0.01,4.32,559.65,3108.04,26145605,99.8,0.14,0.69,0.32,559.73,3108.79,26145606,99.67,0.32,1.75,0.21,559.72,3108.76,26145607,99.81,0,0,0.42,560.22,3108.25,26145608,99.92,0.01,1.42,0.35,559.89,3108.57,26145609,99.88,0,0,0.36,559.69,3108.73,26145610,99.9,0,0,0.31,559.94,3108.49,26145611,99.95,0,0,0.17,559.91,3108.52,26145612,99.8,0,0,0.6,560.25,3108.18,26145613,99.93,0,0,0.15,559.87,3108.55,26145614,99.95,0,0,0.14,559.86,3108.6,26145615,99.86,0,0,0.32,559.63,3108.87,26145616,99.95,0,0,0.14,559.61,3108.89,26145617,99.82,0,0,0.59,560.37,3108.12,26145618,99.93,0,0,0.15,559.81,3108.67,26145619,99.95,0,0,0.16,559.79,3108.69,26145620,99.86,0,0,0.3,559.98,3108.51,26145621,99.86,0.13,1.67,0.23,560.6,3107.85,26145622,99.31,0.16,0.82,0.67,561.5,3106.93,26145623,98.47,0.52,14.39,0.63,562.67,3105.75,26145624,99.79,0.59,16.11,0.89,562.67,3105.76,26145625,99.72,0.59,15.8,0.96,562.69,3105.75,26145626,99.58,1.76,58.96,0.63,562.72,3105.72,26145627,99.88,0.19,4.85,0.43,562.64,3105.81,26145628,99.78,0.01,0.02,0.62,562.15,3106.29,26145629,99.92,0,0,0.14,561.72,3106.72,26145630,99.81,0,0,0.29,561.78,3106.67,26145631,99.94,0,0,0.14,561.7,3106.75,26145632,99.95,0.01,0.02,0.21,561.64,3106.81,26145633,99.8,0,0,0.59,562.84,3105.6,26145634,99.92,0.02,0.02,0.19,562.61,3105.83,26145635,99.82,0.02,0.02,0.38,561.76,3106.7,26145636,99.95,0,0,0.14,561.68,3106.78,26145637,99.93,0.02,0.04,0.19,561.65,3106.81,26145638,99.8,0.01,0.21,0.57,562.95,3105.5,26145639,99.86,0.34,0.4,0.83,563.01,3105.52,26145640,99.89,0.01,0.01,0.45,562.94,3105.68,26145641,99.95,0,0,0.14,562.9,3105.71,26145642,99.92,0,0,0.16,562.89,3105.72,26145643,99.81,0.02,0.04,0.66,563.4,3105.22,26145644,99.94,0.01,0.01,0.22,562.88,3105.74,26145645,99.9,0.01,0.01,0.35,563.05,3105.59,26145646,99.9,0.02,0.05,0.22,560.94,3107.7,26145647,99.9,0.01,0.02,0.22,561.37,3107.27,26145648,99.79,0,0.02,0.54,562.37,3106.26,26145649,99.94,0,0,0.15,562.13,3106.5,26145650,99.91,0,0,0.3,562.14,3106.5,26145651,99.95,0,0,0.15,562.11,3106.55,26145652,99.94,0,0,0.15,562.09,3106.57,26145653,99.8,0,0,0.55,562.7,3105.95,26145654,99.95,0,0,0.13,562.8,3105.85,26145655,99.88,0,0,0.34,562.64,3106.03,26145656,99.96,0,0,0.14,562.7,3105.95,26145657,99.94,0,0,0.14,562.69,3105.96,26145658,99.8,0,0,0.59,563.36,3105.29,26145659,99.94,0,0,0.14,562.65,3106,26145660,99.83,0,0,0.3,561.37,3107.29,26145661,99.95,0,0,0.16,560.9,3107.75,26145662,99.93,0,0,0.14,560.87,3107.78,26145663,99.82,0,0,0.37,561.23,3107.42,26145664,99.95,0,0,0.37,561.82,3106.82,26145665,99.89,0,0,0.3,562.06,3106.61,26145666,99.94,0,0,0.16,562.22,3106.44,26145667,99.94,0,0,0.16,562.2,3106.46,26145668,99.79,0,0,0.31,562.53,3106.13,26145669,99.88,0,0,0.53,561.91,3106.73,26145670,99.88,0,0,0.31,561.9,3106.75,26145671,99.94,0,0,0.14,561.89,3106.75,26145672,99.95,0,0,0.16,561.86,3106.78,26145673,99.94,0,0,0.14,561.85,3106.79,26145674,99.8,0,0,0.54,562.17,3106.47,26145675,99.85,0,0,0.34,560.95,3107.7,26145676,99.95,0,0,0.13,560.82,3107.83,26145677,99.95,0,0,0.18,561.16,3107.49,26145678,99.92,0,0,0.17,561.21,3107.43,26145679,99.78,0,0,0.6,561.92,3106.71,26145680,99.86,0,0,0.32,561.67,3106.98,26145681,99.95,0,0,0.17,561.67,3106.98,26145682,99.95,0,0,0.18,561.64,3107,26145683,99.94,0,0,0.16,561.62,3107.01,26145684,99.79,0,0,0.57,561.96,3106.67,26145685,99.88,0,0,0.32,562.32,3106.32,26145686,99.92,0,0,0.17,562.32,3106.32,26145687,99.93,0,0,0.17,562.29,3106.35,26145688,99.93,0,0,0.16,562.39,3106.25,26145689,99.81,0,0,0.62,562.81,3105.81,26145690,99.89,0,0,0.33,562.48,3106.17,26145691,99.94,0,0,0.17,562.44,3106.2,26145692,99.95,0,0,0.17,562.43,3106.2,26145693,99.94,0,0,0.17,562.4,3106.23,26145694,99.8,0,0,0.57,562.66,3105.96,26145695,99.89,0,0,0.33,562.39,3106.26,26145696,99.95,0,0,0.15,562.35,3106.29,26145697,99.91,0,0,0.13,562.34,3106.29,26145698,99.94,0,0,0.16,562.31,3106.32,26145699,99.75,0,0,0.73,562.61,3106,26145700,99.9,0,0,0.43,562.2,3106.42,26145701,99.94,0,0,0.14,562.22,3106.4,26145702,99.95,0,0,0.16,562.19,3106.43,26145703,99.93,0,0,0.16,562.16,3106.44,26145704,99.95,0,0,0.16,562.14,3106.47,26145705,99.75,0,0,0.81,562.5,3106.12,26145706,99.92,0.01,0.01,0.15,562.1,3106.52,26145707,99.92,0,0,0.18,562.02,3106.59,26145708,99.92,0,0,0.15,561.89,3106.71,26145709,99.95,0,0,0.16,561.96,3106.64,26145710,99.7,0,0,0.66,562.77,3105.85,26145711,99.94,0,0,0.14,562.42,3106.2,26145712,99.93,0,0,0.16,562.4,3106.21,26145713,99.92,0,0,0.14,562.38,3106.23,26145714,99.9,0,0,0.16,562.36,3106.24,26145715,99.72,0,0,0.69,562.73,3105.88,26145716,99.94,0,0.01,0.15,561.83,3106.78,26145717,99.93,0,0,0.14,561.79,3106.82,26145718,99.94,0,0,0.17,561.97,3106.64,26145719,99.95,0,0,0.14,561.94,3106.66,26145720,99.74,0,0,0.7,562.72,3105.9,26145721,99.93,0,0,0.14,562.16,3106.45,26145722,99.95,0,0,0.16,562.15,3106.46,26145723,99.93,0,0,0.14,562.15,3106.46,26145724,99.93,0,0,0.14,562.11,3106.49,26145725,99.75,0,0,0.75,562.34,3106.28,26145726,99.94,0,0,0.21,562.1,3106.52,26145727,99.93,0,0,0.15,562.07,3106.55,26145728,99.92,0,0,0.16,562,3106.61,26145729,99.88,0,0,0.29,562.02,3106.56,26145730,99.75,0,0,0.71,562.92,3105.68,26145731,99.91,0,0,0.21,562.42,3106.17,26145732,99.95,0,0,0.16,562.39,3106.2,26145733,99.93,0,0,0.14,562.38,3106.2,26145734,99.94,0,0,0.16,562.35,3106.23,26145735,99.75,0,0,0.56,562.79,3105.81,26145736,99.93,0,0,0.28,562.58,3106.02,26145737,99.95,0,0,0.18,562.57,3106.02,26145738,99.95,0,0,0.17,562.54,3106.05,26145739,99.92,0,0,0.15,562.51,3106.08,26145740,99.71,0,0,0.59,561.71,3106.89,26145741,99.92,0,0,0.29,562.18,3106.41,26145742,99.95,0,0,0.14,562.17,3106.42,26145743,99.93,0,0,0.14,562.14,3106.44,26145744,99.94,0,0,0.15,562.13,3106.45,26145745,99.88,0,0,0.29,562.13,3106.47,26145746,99.81,0,0,0.57,562.83,3105.76,26145747,99.95,0,0,0.16,562.33,3106.25,26145748,99.94,0,0,0.14,562.31,3106.27,26145749,99.96,0,0,0.15,562.29,3106.3,26145750,99.9,0,0,0.29,562.3,3106.31,26145751,99.77,0,0,0.57,562.61,3105.98,26145752,99.94,0,0,0.16,562.27,3106.32,26145753,99.91,0,0,0.16,562.4,3106.19,26145754,99.91,0,0,0.15,562.4,3106.19,26145755,99.87,0,0,0.3,562.39,3106.21,26145756,99.81,0,0,0.57,562.74,3105.86,26145757,99.93,0,0,0.18,562.34,3106.25,26145758,99.9,0,0,0.18,562.34,3106.25,26145759,99.88,0,0,0.31,562.55,3106.02,26145760,99.88,0,0,0.3,562.57,3106.01,26145761,99.77,0,0,0.55,562.89,3105.69,26145762,99.92,0,0,0.14,562.53,3106.04,26145763,99.95,0,0,0.16,562.5,3106.07,26145764,99.95,0,0,0.15,562.49,3106.09,26145765,99.88,0,0,0.32,562.37,3106.23,26145766,99.8,0,0,0.5,563.48,3105.11,26145767,99.93,0,0,0.23,563.09,3105.5,26145768,99.9,0,0,0.17,562.65,3105.93,26145769,99.95,0,0,0.16,562.62,3105.96,26145770,99.89,0,0,0.29,562.87,3105.73,26145771,99.76,0,0,0.51,563.19,3105.4,26145772,99.93,0,0,0.19,562.56,3106.03,26145773,99.89,0,0,0.14,562.56,3106.03,26145774,99.91,0,0,0.17,562.52,3106.06,26145775,99.85,0,0,0.34,562.87,3105.73,26145776,99.81,0,0,0.43,563.28,3105.31,26145777,99.95,0,0,0.32,562.9,3105.69,26145778,99.93,0,0,0.17,562.9,3105.69,26145779,99.84,0,0,0.15,562.86,3105.72,26145780,99.83,0,0,0.29,562.87,3105.73,26145781,99.79,0,0,0.41,563.17,3105.42,26145782,99.95,0,0,0.29,562.57,3106.01,26145783,99.95,0,0,0.14,562.55,3106.03,26145784,99.93,0,0,0.15,562.53,3106.04,26145785,99.84,0.01,0.03,0.32,562.82,3105.77,26145786,99.92,0,0,0.25,562.89,3105.69,26145787,99.79,0,0,0.53,563.4,3105.17,26145788,99.93,0,0,0.17,562.59,3105.98,26145789,99.78,0,0,0.31,561.91,3106.63,26145790,99.82,0,0,0.32,562.04,3106.52,26145791,99.93,0.01,0.09,0.17,562.08,3106.47,26145792,99.79,0,0,0.61,563.16,3105.38,26145793,99.93,0,0.03,0.19,562.57,3105.97,26145794,99.91,0,0,0.14,562.55,3105.99,26145795,99.84,0,0,0.3,562.78,3105.78,26145796,99.92,0,0,0.16,562.76,3105.79,26145797,99.78,0,0,0.63,563.09,3105.45,26145798,99.91,0,0,0.15,562.72,3105.83,26145799,99.91,0,0,0.14,562.86,3105.68,26145800,99.86,0,0,0.3,562.88,3105.67,26145801,99.92,0,0,0.16,562.87,3105.68,26145802,99.74,0,0,0.55,563.34,3105.2,26145803,99.93,0.03,1.33,0.23,563.02,3105.51,26145804,99.91,0,0,0.15,563,3105.53,26145805,99.86,0,0,0.3,562.99,3105.55,26145806,99.93,0,0,0.13,562.97,3105.57,26145807,99.78,0,0,0.54,563.22,3105.31,26145808,99.94,0,0,0.19,562.88,3105.65,26145809,99.93,0,0,0.13,562.84,3105.68,26145810,99.85,0,0,0.29,563.11,3105.43,26145811,99.93,0,0,0.16,563.07,3105.46,26145812,99.8,0,0,0.43,563.77,3104.76,26145813,99.9,0,0,0.3,563.28,3105.25,26145814,99.92,0,0,0.14,563.25,3105.28,26145815,99.83,0,0,0.31,562.68,3105.87,26145816,99.93,0,0,0.16,562.24,3106.3,26145817,99.76,0,0,0.4,562.63,3105.9,26145818,99.93,0,0,0.29,562.46,3106.06,26145819,99.67,0.01,0.04,0.41,562.63,3105.87,26145820,99.8,0,0,0.33,561.36,3107.15,26145821,99.91,0.01,0.17,0.25,561.43,3107.08,26145822,99.93,0,0,0.15,561.42,3107.08,26145823,99.76,0,0,0.62,561.76,3106.74,26145824,99.92,0,0,0.18,561.35,3107.14,26145825,99.83,0,0,0.35,561.85,3106.66,26145826,99.92,0,0,0.19,561.83,3106.68,26145827,99.87,0,0,0.19,561.85,3106.65,26145828,99.7,0,0,0.64,562.43,3106.08,26145829,99.91,0,0,0.14,561.52,3106.99,26145830,99.82,0,0,0.33,562.24,3106.29,26145831,99.89,0,0,0.16,562.37,3106.15,26145832,99.92,0,0,0.16,562.39,3106.13,26145833,99.77,0.01,0.14,0.58,563.06,3105.45,26145834,99.91,0,0,0.21,562.48,3106.02,26145835,99.89,0,0,0.34,562.5,3106.02,26145836,99.94,0,0,0.16,562.57,3105.94,26145837,99.9,0,0,0.16,562.65,3105.86,26145838,99.76,0,0,0.55,562.96,3105.54,26145839,99.92,0,0,0.15,562.6,3105.9,26145840,99.85,0,0,0.29,562.35,3106.17,26145841,99.88,0,0,0.16,562.34,3106.17,26145842,99.9,0,0,0.14,562.31,3106.2,26145843,99.77,0,0,0.51,562.75,3105.75,26145844,99.93,0,0,0.23,562.51,3105.99,26145845,99.8,0,0,0.32,562.52,3105.99,26145846,99.91,0,0,0.16,562.49,3106.02,26145847,99.88,0,0,0.15,562.49,3106.02,26145848,99.76,0,0,0.5,562.93,3105.57,26145849,99.76,0,0,0.36,562.61,3105.87,26145850,99.81,0,0,0.31,562.85,3105.65,26145851,99.9,0,0,0.14,562.82,3105.67,26145852,99.89,0,0,0.16,562.81,3105.67,26145853,99.7,0,0,0.3,563.11,3105.37,26145854,99.93,0,0,0.42,562.52,3105.96,26145855,99.82,0,0,0.33,560.82,3107.69,26145856,99.93,0,0,0.17,560.78,3107.72,26145857,99.94,0,0,0.17,561.24,3107.26,26145858,99.85,0,0,0.16,561.24,3107.26,26145859,99.72,0,0,0.55,562.9,3105.59,26145860,99.82,0,0,0.29,562.39,3106.12,26145861,99.88,0,0,0.16,562.35,3106.15,26145862,99.85,0,0,0.15,562.33,3106.16,26145863,99.92,0,0,0.14,562.31,3106.18,26145864,99.77,0,0,0.59,562.82,3105.67,26145865,99.77,0,0,0.31,562.85,3105.66,26145866,99.87,0,0,0.14,562.75,3105.75,26145867,99.89,0,0,0.16,562.75,3105.75,26145868,99.91,0,0,0.14,562.72,3105.78,26145869,99.69,0,0,0.56,562.71,3105.78,26145870,99.78,0,0,0.31,561.27,3107.24,26145871,99.85,0,0,0.17,561.3,3107.2,26145872,99.85,0,0,0.14,561.37,3107.13,26145873,99.88,0,0,0.15,561.36,3107.13,26145874,99.72,0,0,0.45,562.49,3106,26145875,99.76,0,0,0.43,561.63,3106.87,26145876,99.85,0,0,0.14,561.56,3106.94,26145877,99.86,0,0,0.14,561.55,3106.95,26145878,99.87,0,0,0.17,561.51,3106.98,26145879,99.68,0,0,0.56,563.16,3105.31,26145880,99.82,0,0,0.45,562.48,3106,26145881,99.86,0,0,0.13,562.48,3106,26145882,99.84,0,0,0.15,562.44,3106.03,26145883,99.85,0,0,0.15,562.46,3106.01,26145884,99.7,0,0,0.49,563,3105.47,26145885,99.83,0,0,0.37,562.85,3105.63,26145886,99.83,0,0,0.16,562.83,3105.65,26145887,99.84,0,0,0.16,562.81,3105.66,26145888,94.9,0.4,0.02,257.34,570.34,3097.63,26145889,99.7,0,0,0.66,565.57,3102.36,26145890,99.78,0,0,0.31,565.41,3102.54,26145891,99.84,0,0,0.16,565.39,3102.56,26145892,99.81,0,0,0.14,565.36,3102.59,26145893,99.84,0,0,0.18,563.44,3104.55,26145894,99.72,0,0,0.38,563.27,3104.73,26145895,99.8,0,0,0.59,562.94,3105.08,26145896,99.88,0,0,0.21,562.9,3105.11,26145897,99.83,0,0,0.2,562.9,3105.11,26145898,99.83,0,0,0.18,562.87,3105.13,26145899,99.85,0,0,0.2,563.05,3104.95,26145900,99.59,0,0,0.99,563.39,3104.65,26145901,99.86,0,0,0.18,562.79,3105.25,26145902,99.85,0,0,0.18,562.75,3105.28,26145903,99.86,0,0,0.17,562.74,3105.28,26145904,99.86,0,0,0.14,562.71,3105.31,26145905,99.68,0,0,0.85,563.3,3104.73,26145906,99.85,0,0,0.16,562.92,3105.11,26145907,99.86,0,0,0.14,562.9,3105.13,26145908,99.84,0,0,0.15,562.89,3105.14,26145909,99.77,0,0,0.31,563.14,3104.86,26145910,99.66,0,0,0.75,563.18,3104.83,26145911,99.86,0,0,0.18,562.77,3105.23,26145912,99.85,0,0,0.14,562.76,3105.24,26145913,99.79,0.06,0.17,0.22,562.73,3105.27,26145914,99.74,0.07,0.16,0.18,562.68,3105.31,26145915,99.6,0,0,0.71,563.16,3104.87,26145916,99.85,0,0,0.28,560.15,3107.93,26145917,99.86,0,0,0.2,560.6,3107.47,26145918,99.87,0,0,0.14,560.7,3107.36,26145919,99.83,0,0,0.15,560.75,3107.31,26145920,99.59,0,0,0.71,560.29,3107.79,26145921,99.84,0,0,0.19,559.75,3108.32,26145922,99.84,0,0,0.18,559.74,3108.33,26145923,99.85,0,0,0.18,559.71,3108.36,26145924,99.83,0,0,0.18,559.69,3108.37,26145925,99.68,0,0,0.73,560.77,3107.3,26145926,99.86,0,0,0.18,560.4,3107.68,26145927,99.83,0,0,0.18,560.39,3107.68,26145928,99.85,0,0,0.18,560.36,3107.71,26145929,99.85,0,0,0.16,560.45,3107.61,26145930,99.84,0,0,0.3,560.54,3107.54,26145931,99.71,0,0,0.59,560.87,3107.21,26145932,99.88,0,0,0.18,560.51,3107.55,26145933,99.85,0,0,0.18,560.48,3107.59,26145934,99.85,0,0,0.18,560.47,3107.59,26145935,99.8,0,0,0.36,560.22,3107.86,26145936,99.7,0,0,0.58,561.03,3107.04,26145937,99.85,0,0,0.18,560.66,3107.41,26145938,99.83,0.01,0.05,0.18,560.69,3107.35,26145939,99.78,0.01,0,0.37,560.62,3107.4,26145940,99.77,0,0,0.31,560.62,3107.41,26145941,96.65,0.03,0.01,78.03,571.73,3096.91,26145942,99.85,0,0,0.21,563.01,3105.15,26145943,99.86,0,0,0.16,563.01,3105.14,26145944,99.85,0.01,0,0.2,563.11,3105.07,26145945,99.81,0,0,0.38,562.86,3105.33,26145946,99.72,0.04,0.01,0.64,561.72,3106.51,26145947,99.85,0,0,0.16,560.53,3107.72,26145948,99.81,0.01,0.01,0.17,560.6,3107.64,26145949,99.85,0.04,0,0.26,560.61,3107.63,26145950,99.78,0.01,0.01,0.37,560.32,3107.94,26145951,99.7,0.01,0.01,0.58,560.89,3107.36,26145952,99.84,0.01,0,0.19,560.8,3107.44,26145953,99.83,0,0,0.18,560.83,3107.41,26145954,99.84,0,0,0.15,560.8,3107.44,26145955,99.82,0,0,0.33,560.57,3107.68,26145956,99.7,0.01,0.01,0.63,560.89,3107.35,26145957,99.83,0.01,0.01,0.19,560.63,3107.62,26145958,99.86,0.01,0,0.19,560.53,3107.71,26145959,99.84,0,0,0.14,560.52,3107.72,26145960,99.79,0,0,0.34,560.62,3107.64,26145961,99.73,0,0,0.5,560.94,3107.31,26145962,99.81,0,0,0.2,560.65,3107.59,26145963,99.85,0.01,0,0.2,560.59,3107.65,26145964,99.87,0,0,0.15,560.56,3107.68,26145965,99.77,0.01,0,0.35,560.8,3107.45,26145966,99.73,0,0,0.41,561.28,3106.97,26145967,99.83,0,0,0.31,560.49,3107.75,26145968,99.88,0,0,0.15,560.64,3107.6,26145969,99.74,0,0,0.3,560.88,3107.33,26145970,99.78,0,0,0.3,559.21,3109.03,26145971,99.84,0,0,0.16,557.19,3111.05,26145972,99.72,0,0,0.54,558.01,3110.22,26145973,99.84,0,0,0.16,557.64,3110.59,26145974,99.85,0,0,0.15,557.63,3110.59,26145975,99.8,0,0,0.3,557.62,3110.61,26145976,99.85,0,0,0.15,557.61,3110.62,26145977,99.72,0,0,0.59,557.92,3110.3,26145978,99.86,0,0,0.14,557.57,3110.65,26145979,99.88,0,0,0.16,557.54,3110.68,26145980,99.81,0,0,0.3,557.73,3110.51,26145981,99.86,0,0,0.14,557.74,3110.49,26145982,99.72,0,0,0.59,558.07,3110.15,26145983,99.83,0,0,0.15,557.7,3110.53,26145984,99.84,0,0,0.14,557.66,3110.55,26145985,99.82,0,0,0.35,557.43,3110.8,26145986,99.88,0,0,0.15,557.39,3110.83,26145987,99.7,0.04,0,0.62,558.16,3110.06,26145988,99.87,0,0,0.18,557.83,3110.39,26145989,99.86,0,0,0.14,557.96,3110.25,26145990,99.8,0,0,0.29,557.24,3110.99,26145991,99.86,0,0,0.16,557.21,3111.02,26145992,99.72,0,0,0.49,557.85,3110.37,26145993,99.83,0,0,0.19,557.9,3110.31,26145994,99.87,0,0,0.15,557.87,3110.34,26145995,99.79,0,0,0.3,557.88,3110.34,26145996,99.87,0,0,0.14,557.85,3110.37,26145997,99.71,0,0,0.56,558.19,3110.02,26145998,99.84,0,0,0.18,557.81,3110.4,26145999,99.78,0,0,0.36,558.03,3110.16,26146000,99.83,0,0,0.31,557.97,3110.24,26146001,99.83,0,0,0.14,557.95,3110.26,26146002,99.72,0,0,0.56,558.46,3109.74,26146003,99.83,0,0,0.14,557.65,3110.55,26146004,99.83,0,0,0.17,557.64,3110.55,26146005,99.82,0,0,0.36,557.87,3110.33,26146006,99.85,0,0.01,0.18,557.86,3110.34,26146007,99.72,0,0,0.41,558.16,3110.04,26146008,99.8,0.01,0.01,0.34,557.43,3110.76,26146009,99.85,0,0.01,0.16,557.44,3110.75,26146010,99.78,0,0,0.3,556.45,3111.76,26146011,99.85,0,0,0.16,556.42,3111.78,26146012,99.7,0,0,0.41,556.84,3111.35,26146013,99.85,0,0,0.28,557.37,3110.82,26146014,99.83,0,0,0.15,557.33,3110.86,26146015,99.78,0,0,0.31,558.06,3110.15,26146016,99.88,0,0.02,0.16,558.05,3110.15,26146017,99.86,0,0,0.18,558.04,3110.15,26146018,99.72,0,0,0.54,558.32,3109.87,26146019,99.85,0,0,0.15,557.91,3110.27,26146020,99.7,0,0.01,0.34,556.95,3111.25,26146021,99.85,0,0,0.15,556.88,3111.32,26146022,99.83,0,0,0.16,556.86,3111.33,26146023,99.73,0,0,0.57,558.06,3110.12,26146024,99.86,0,0,0.14,557.56,3110.63,26146025,99.81,0,0,0.36,557.56,3110.64,26146026,99.85,0,0,0.13,557.53,3110.67,26146027,99.84,0,0,0.15,557.62,3110.57,26146028,99.72,0,0,0.58,558.19,3110,26146029,99.81,0,0,0.41,554.27,3114.1,26146030,99.85,0,0,0.36,554.05,3114.34,26146031,99.87,0,0,0.18,554.01,3114.38,26146032,99.88,0,0,0.15,553.99,3114.4,26146033,99.77,0,0,0.54,553.75,3114.63,26146034,99.9,0,0,0.16,552.96,3115.41,26146035,99.87,0,0,0.31,553.94,3114.46,26146036,99.92,0,0,0.16,553.93,3114.45,26146037,99.92,0,0,0.2,553.67,3114.71,26146038,99.8,0,0,0.58,554.04,3114.34,26146039,99.93,0,0,0.18,553.56,3114.81,26146040,99.9,0,0,0.37,554.05,3114.34,26146041,99.93,0,0,0.19,554.04,3114.35,26146042,99.93,0,0,0.14,554.02,3114.36,26146043,99.81,0,0,0.43,554.56,3113.82,26146044,99.94,0,0,0.29,553.98,3114.39,26146045,99.87,0,0,0.31,553.25,3115.14,26146046,99.93,0,0,0.14,553.21,3115.17,26146047,99.95,0,0,0.16,553.2,3115.18,26146048,99.81,0,0,0.49,553.58,3114.8,26146049,99.91,0,0,0.21,554.01,3114.36,26146050,99.84,0,0,0.3,553.38,3115.01,26146051,99.94,0,0,0.14,553.36,3115.02,26146052,99.92,0,0,0.16,553.33,3115.05,26146053,99.79,0,0,0.37,553.63,3114.74,26146054,99.93,0,0,0.38,552.8,3115.57,26146055,99.85,0,0,0.32,553.29,3115.09,26146056,99.89,0,0,0.16,553.27,3115.11,26146057,99.9,0,0,0.14,553.26,3115.12,26146058,99.94,0,0,0.15,553.23,3115.14,26146059,99.71,0,0,0.81,554.52,3113.83,26146060,99.82,0,0,0.33,553,3115.36,26146061,99.95,0,0,0.17,552.95,3115.41,26146062,99.92,0,0,0.18,553.1,3115.26,26146063,99.92,0,0,0.17,553.1,3115.26,26146064,99.79,0,0,0.56,554.14,3114.22,26146065,99.81,0,0,0.39,554.52,3113.87,26146066,99.92,0,0,0.18,554.53,3113.86,26146067,99.91,0,0,0.15,554.49,3113.89,26146068,99.91,0,0,0.18,554.25,3114.12,26146069,99.82,0,0,0.57,554.68,3113.69,26146070,99.9,0,0,0.37,553.96,3114.43,26146071,99.87,0,0,0.16,553.94,3114.44,26146072,99.94,0,0,0.2,554.01,3114.36,26146073,99.95,0,0,0.2,554.09,3114.29,26146074,99.81,0,0,0.45,554.58,3113.79,26146075,99.91,0,0,0.47,553.82,3114.56,26146076,99.93,0,0,0.18,553.78,3114.59,26146077,99.95,0,0,0.18,553.75,3114.62,26146078,99.93,0.02,0.56,0.23,553.72,3114.64,26146079,99.81,0,0,0.41,554.14,3114.22,26146080,99.81,0,0,0.5,554.18,3114.19,26146081,99.94,0,0,0.2,554.16,3114.21,26146082,99.93,0,0,0.2,554.15,3114.22,26146083,99.93,0,0,0.2,554.31,3114.05,26146084,99.79,0,0,0.45,554.45,3113.91,26146085,99.88,0,0,0.46,553.82,3114.56,26146086,99.91,0,0,0.18,553.78,3114.59,26146087,99.92,0,0,0.16,553.77,3114.6,26146088,99.93,0,0,0.17,553.74,3114.63,26146089,99.66,0,0,0.51,554.29,3114.05,26146090,99.87,0,0,0.6,554.19,3114.17,26146091,99.93,0,0,0.16,554.17,3114.18,26146092,99.89,0,0,0.19,554.15,3114.2,26146093,99.94,0,0,0.19,554.16,3114.19,26146094,99.91,0,0,0.17,554.29,3114.05,26146095,99.57,0,0,0.77,554.53,3113.83,26146096,99.93,0,0,0.18,554.02,3114.33,26146097,99.92,0,0,0.25,553.75,3114.6,26146098,99.9,0.01,0.01,0.22,553.79,3114.55,26146099,99.92,0,0,0.2,553.79,3114.55,26146100,99.73,0,0,0.76,554.52,3113.83,26146101,99.93,0,0,0.21,554.27,3114.08,26146102,99.95,0,0,0.17,554.26,3114.1,26146103,99.93,0,0,0.17,554.24,3114.12,26146104,99.94,0,0,0.19,554.22,3114.13,26146105,99.73,0,0,0.72,554.66,3113.72,26146106,99.93,0,0,0.16,554.21,3114.16,26146107,99.94,0,0,0.16,554.2,3114.17,26146108,99.93,0,0,0.15,554.17,3114.2,26146109,99.91,0,0,0.14,554.17,3114.19,26146110,99.69,0,0,0.65,554.24,3114.13,26146111,99.91,0,0,0.2,554.07,3114.3,26146112,99.93,0,0,0.15,554.05,3114.32,26146113,99.93,0,0,0.15,554.02,3114.34,26146114,99.94,0,0,0.14,554.01,3114.35,26146115,99.72,0,0,0.71,554.71,3113.66,26146116,99.94,0,0,0.17,554.48,3113.89,26146117,99.95,0,0,0.14,554.46,3113.9,26146118,99.95,0,0,0.16,554.44,3113.92,26146119,99.87,0,0,0.34,554.41,3113.92,26146120,99.74,0,0,0.6,554.52,3113.82,26146121,99.95,0,0,0.27,554.23,3114.11,26146122,99.95,0,0,0.14,554.31,3114.02,26146123,99.95,0,0,0.15,554.28,3114.05,26146124,99.94,0,0,0.18,554.27,3114.07,26146125,99.73,0,0,0.76,554.86,3113.5,26146126,99.91,0,0,0.14,554.5,3113.86,26146127,99.9,0,0,0.14,554.47,3113.89,26146128,99.9,0,0,0.19,554.24,3114.11,26146129,99.94,0,0,0.14,554.18,3114.16,26146130,99.72,0,0,0.47,555.02,3113.35,26146131,99.9,0,0,0.4,554.81,3113.55,26146132,99.93,0,0,0.14,554.39,3113.96,26146133,99.9,0,0,0.15,554.56,3113.79,26146134,99.92,0,0,0.15,554.53,3113.82,26146135,99.85,0,0,0.34,554.77,3113.6,26146136,99.8,0,0,0.56,555.17,3113.19,26146137,99.91,0,0,0.14,554.48,3113.88,26146138,99.93,0,0,0.16,554.46,3113.89,26146139,99.93,0.01,0.01,0.2,554.46,3113.88,26146140,99.75,0,0,0.3,553.66,3114.7,26146141,99.78,0,0,0.54,554.36,3114,26146142,99.93,0,0,0.16,554.25,3114.1,26146143,99.93,0,0,0.14,554.21,3114.13,26146144,99.94,0,0,0.15,554.2,3114.14,26146145,99.79,0,0,0.31,553.72,3114.63,26146146,99.8,0,0,0.54,554.68,3113.68,26146147,99.95,0,0,0.14,554.36,3114,26146148,99.93,0,0,0.18,553.64,3114.71,26146149,99.89,0,0,0.32,553.77,3114.56,26146150,99.79,0,0,0.3,553.08,3115.26,26146151,99.79,0,0,0.52,553.61,3114.72,26146152,99.93,0,0,0.2,553.5,3114.83,26146153,99.92,0,0,0.15,553.47,3114.86,26146154,99.94,0,0,0.16,553.44,3114.9,26146155,99.84,0,0,0.31,553.69,3114.67,26146156,99.76,0,0,0.56,554.19,3114.16,26146157,99.93,0,0,0.18,553.65,3114.7,26146158,99.92,0,0,0.18,553.63,3114.71,26146159,99.92,0,0,0.14,553.61,3114.73,26146160,99.88,0,0,0.39,554.05,3114.3,26146161,99.82,0,0,0.58,554.25,3114.09,26146162,99.95,0,0,0.18,553.26,3115.08,26146163,99.94,0,0,0.16,553.24,3115.1,26146164,99.95,0,0,0.14,553.22,3115.13,26146165,99.88,0,0,0.36,553.95,3114.41,26146166,99.79,0,0,0.43,554.27,3114.1,26146167,99.94,0,0,0.35,553.68,3114.68,26146168,99.95,0,0,0.17,553.65,3114.7,26146169,99.95,0,0,0.17,553.64,3114.71,26146170,99.86,0,0,0.3,553.87,3114.49,26146171,99.94,0,0,0.16,553.89,3114.47,26146172,99.8,0,0,0.55,554.69,3113.66,26146173,99.88,0,0,0.14,554.04,3114.31,26146174,99.95,0,0,0.14,554.01,3114.34,26146175,99.84,0,0,0.33,554.03,3114.33,26146176,99.92,0,0,0.14,554.01,3114.36,26146177,99.8,0,0,0.59,554.34,3114.02,26146178,99.93,0,0,0.15,553.96,3114.4,26146179,99.75,0,0,0.29,553.97,3114.36,26146180,99.85,0,0,0.34,554.01,3114.34,26146181,99.93,0,0,0.15,553.92,3114.43,26146182,99.8,0,0,0.54,554.25,3114.09,26146183,99.88,0,0,0.16,554.04,3114.29,26146184,99.94,0,0,0.14,554.04,3114.3,26146185,99.85,0,0,0.31,554.03,3114.33,26146186,99.94,0,0,0.16,554.01,3114.35,26146187,99.8,0,0,0.55,554.19,3114.17,26146188,99.91,0,0,0.17,553.32,3115.03,26146189,99.91,0,0,0.15,553.21,3115.13,26146190,99.87,0,0,0.31,553.68,3114.68,26146191,99.93,0,0,0.14,553.69,3114.67,26146192,99.81,0,0,0.5,554.35,3114.01,26146193,99.89,0,0,0.2,553.65,3114.7,26146194,99.89,0,0,0.15,553.71,3114.63,26146195,99.91,0,0,0.31,554.06,3114.3,26146196,99.92,0,0,0.15,554.03,3114.33,26146197,99.78,0,0,0.52,554.52,3113.83,26146198,99.96,0,0,0.21,553.99,3114.36,26146199,99.93,0,0,0.16,553.95,3114.39,26146200,99.83,0,0,0.32,552.81,3115.55,26146201,99.92,0,0,0.16,552.96,3115.4,26146202,99.8,0,0,0.41,553.41,3114.94,26146203,99.92,0,0,0.29,553.9,3114.44,26146204,99.93,0,0,0.14,553.88,3114.46,26146205,99.86,0,0,0.32,554.12,3114.23,26146206,96.15,0,0,0.15,554.3,3114.05,26146207,99.81,0,0,0.58,554.6,3113.75,26146208,99.94,0,0,0.15,554.01,3114.33,26146209,99.83,0,0,0.33,554.22,3114.1,26146210,99.83,0,0,0.3,554.21,3114.12,26146211,99.93,0,0,0.16,554.19,3114.14,26146212,99.9,0,0,0.17,554.16,3114.16,26146213,99.78,0,0,0.59,554.73,3113.59,26146214,99.9,0,0,0.2,554.37,3113.96,26146215,99.87,0,0,0.39,554.14,3114.22,26146216,99.9,0,0,0.18,554.26,3114.09,26146217,99.91,0,0,0.22,554.27,3114.08,26146218,99.78,0,0,0.58,554.67,3113.67,26146219,99.9,0,0,0.16,553.98,3114.36,26146220,99.85,0,0,0.31,554.29,3114.06,26146221,99.94,0,0,0.14,554.2,3114.15,26146222,99.9,0,0,0.16,554.19,3114.15,26146223,99.8,0,0,0.48,554.48,3113.86,26146224,99.93,0,0,0.22,553.91,3114.43,26146225,99.85,0,0,0.32,554.39,3113.96,26146226,99.94,0,0,0.14,554.38,3113.96,26146227,99.93,0,0,0.14,554.35,3113.99,26146228,99.79,0,0,0.56,554.74,3113.6,26146229,99.9,0,0,0.17,554.24,3114.09,26146230,99.86,0,0,0.39,553.31,3115.04,26146231,99.94,0,0,0.23,553.24,3115.1,26146232,99.95,0,0,0.18,553.24,3115.1,26146233,99.78,0,0,0.59,553.98,3114.36,26146234,99.94,0,0,0.19,554.18,3114.15,26146235,99.9,0,0,0.34,554.18,3114.16,26146236,99.91,0,0,0.16,554.16,3114.18,26146237,99.93,0,0,0.14,554.13,3114.21,26146238,99.78,0,0,0.52,554.47,3113.86,26146239,99.87,0,0,0.36,554.17,3114.14,26146240,99.85,0,0,0.31,553.9,3114.42,26146241,99.93,0,0,0.16,553.73,3114.59,26146242,99.94,0,0,0.14,553.72,3114.59,26146243,99.78,0,0,0.39,554.28,3114.03,26146244,99.93,0,0,0.29,554.17,3114.15,26146245,99.85,0,0,0.31,553.68,3114.66,26146246,99.93,0,0,0.15,553.65,3114.69,26146247,99.93,0,0,0.16,553.63,3114.7,26146248,99.89,0,0,0.18,553.41,3114.92,26146249,99.78,0,0,0.54,554.54,3113.79,26146250,99.9,0,0,0.33,554.53,3113.81,26146251,99.94,0,0,0.17,554.5,3113.83,26146252,99.93,0,0,0.14,554.49,3113.84,26146253,99.93,0,0.02,0.17,554.45,3113.87,26146254,99.82,0,0,0.56,554.54,3113.78,26146255,99.83,0,0,0.32,554.41,3113.93,26146256,99.92,0,0,0.16,554.37,3113.96,26146257,99.93,0,0.01,0.16,554.51,3113.82,26146258,99.94,0,0,0.14,554.49,3113.84,26146259,99.82,0,0,0.54,554.63,3113.69,26146260,99.79,0,0,0.31,553.49,3114.84,26146261,99.95,0,0.01,0.14,553.46,3114.87,26146262,99.93,0,0.01,0.16,553.43,3114.9,26146263,99.9,0,0.01,0.17,553.38,3114.94,26146264,99.8,0,0,0.45,554.5,3113.81,26146265,99.81,0,0,0.4,554.49,3113.84,26146266,99.91,0,0,0.14,554.52,3113.81,26146267,99.94,0,0,0.14,554.49,3113.84,26146268,99.94,0,0,0.16,554.48,3113.84,26146269,99.73,0,0,0.64,554.8,3113.5,26146270,99.82,0,0,0.44,553.49,3114.83,26146271,99.89,0,0,0.18,553.43,3114.88,26146272,99.9,0,0,0.18,553.4,3114.91,26146273,99.9,0,0,0.15,553.39,3114.91,26146274,99.82,0,0,0.49,553.95,3114.36,26146275,99.9,0,0,0.37,554.35,3113.98,26146276,99.95,0,0,0.15,554.43,3113.9,26146277,99.9,0,0,0.2,554.51,3113.82,26146278,99.93,0,0,0.15,554.47,3113.85,26146279,99.77,0,0,0.54,554.77,3113.55,26146280,99.89,0,0,0.31,554.7,3113.64,26146281,99.92,0,0,0.17,554.7,3113.63,26146282,99.88,0,0,0.14,554.66,3113.66,26146283,99.95,0,0,0.14,554.65,3113.67,26146284,99.82,0,0,0.31,555.25,3113.07,26146285,99.9,0,0,0.53,554.37,3113.96,26146286,99.93,0,0,0.14,554.36,3113.97,26146287,99.94,0,0,0.16,554.34,3113.98,26146288,98.45,0,0,0.14,554.5,3113.82,26146289,99.9,0,0,0.16,554.47,3113.85,26146290,99.67,0,0,0.71,553.62,3114.72,26146291,99.95,0,0,0.16,553.22,3115.11,26146292,99.94,0,0,0.14,552.99,3115.33,26146293,99.95,0,0,0.16,552.2,3116.13,26146294,99.93,0,0,0.14,552.17,3116.14,26146295,99.75,0,0,0.79,554.14,3114.18,26146296,99.93,0,0,0.14,553.86,3114.46,26146297,99.91,0,0,0.16,553.85,3114.47,26146298,99.93,0,0,0.14,553.81,3114.5,26146299,99.73,0,0,0.3,554.01,3114.27,26146300,99.74,0,0,0.73,553.98,3114.32,26146301,99.93,0,0,0.14,553.49,3114.81,26146302,99.91,0,0,0.17,553.46,3114.84,26146303,99.93,0,0,0.14,553.45,3114.84,26146304,99.95,0,0,0.15,553.42,3114.88,26146305,95.11,0.27,0.01,194.64,566.34,3102.32,26146306,99.92,0,0,63.5,556.06,3112.22,26146307,99.92,0,0,0.14,556.04,3112.24,26146308,99.92,0,0,0.18,555.85,3112.43,26146309,99.93,0,0,0.15,555.77,3112.5,26146310,99.71,0,0,0.68,555.26,3113.04,26146311,99.93,0,0,0.21,553.58,3114.74,26146312,99.93,0,0,0.16,553.71,3114.61,26146313,99.96,0,0,0.15,553.73,3114.58,26146314,99.95,0,0,0.17,553.7,3114.61,26146315,99.7,0,0,0.58,554.09,3114.24,26146316,99.94,0,0,0.29,553.69,3114.67,26146317,99.93,0,0,0.15,553.68,3114.68,26146318,99.93,0,0,0.12,553.65,3114.7,26146319,99.92,0,0,0.16,553.65,3114.71,26146320,99.75,0,0,0.57,553.84,3114.53,26146321,99.93,0,0,0.3,553.85,3114.51,26146322,99.95,0,0,0.15,553.84,3114.52,26146323,99.93,0,0,0.14,553.81,3114.54,26146324,99.93,0,0,0.15,553.96,3114.39,26146325,99.77,0,0,0.48,554.96,3113.41,26146326,99.92,0,0,0.41,553.97,3114.39,26146327,99.89,0,0,0.16,553.94,3114.42,26146328,99.95,0,0,0.14,553.93,3114.43,26146329,99.83,0,0,0.31,553.66,3114.67,26146330,99.88,0,0,0.33,553.9,3114.45,26146331,99.82,0,0,0.58,554.24,3114.1,26146332,99.91,0,0,0.15,553.86,3114.47,26146333,99.88,0,0,0.16,553.83,3114.5,26146334,99.89,0,0,0.15,553.8,3114.54,26146335,99.86,0,0,0.31,553.45,3114.92,26146336,99.8,0,0,0.55,553.5,3114.87,26146337,99.95,0,0,0.24,552.98,3115.38,26146338,99.91,0,0,0.15,552.95,3115.4,26146339,99.92,0,0.01,0.17,552.93,3115.42,26146340,99.86,0,0,0.32,552.89,3115.48,26146341,99.81,0,0,0.55,554.05,3114.31,26146342,99.93,0,0,0.16,554.08,3114.28,26146343,99.92,0,0,0.13,554.05,3114.3,26146344,99.94,0,0,0.17,554.19,3114.16,26146345,99.89,0,0,0.32,554.22,3114.15,26146346,99.8,0,0,0.44,554.4,3113.97,26146347,99.91,0,0,0.3,553.44,3114.92,26146348,99.95,0,0,0.14,553.4,3114.95,26146349,99.33,0,0,0.15,553.38,3114.96,26146350,99.86,0,0,0.31,554.11,3114.25,26146351,99.77,0,0,0.56,554.28,3114.08,26146352,99.94,0,0,0.16,553.59,3114.79,26146353,99.92,0,0,0.14,553.56,3114.81,26146354,99.92,0,0,0.15,553.72,3114.65,26146355,99.88,0,0,0.36,554.3,3114.08,26146356,99.81,0,0,0.57,554.58,3113.8,26146357,99.91,0,0,0.16,554.21,3114.16,26146358,99.93,0,0,0.14,554.18,3114.19,26146359,99.82,0,0,0.32,553.93,3114.42,26146360,99.81,0,0,0.3,553.43,3114.93,26146361,99.79,0,0,0.52,553.92,3114.43,26146362,99.94,0,0,0.19,554.36,3114,26146363,99.95,0,0,0.14,554.35,3114,26146364,99.94,0,0,0.16,554.32,3114.02,26146365,99.85,0,0,0.32,554.34,3114.02,26146366,99.93,0,0,0.14,554.48,3113.87,26146367,99.78,0,0,0.58,555.15,3113.2,26146368,99.92,0,0,0.19,554.11,3114.23,26146369,99.94,0,0,0.16,553.92,3114.43,26146370,99.9,0,0,0.33,554.16,3114.2,26146371,99.93,0,0,0.16,554.14,3114.21,26146372,99.8,0,0,0.55,554.29,3114.06,26146373,99.95,0,0,0.14,553.86,3114.49,26146374,99.93,0,0,0.15,553.85,3114.49,26146375,99.88,0,0,0.36,553.84,3114.52,26146376,99.94,0,0,0.16,553.85,3114.5,26146377,99.8,0,0,0.54,554.33,3114.02,26146378,99.92,0,0,0.14,553.96,3114.38,26146379,99.91,0,0,0.19,553.7,3114.64,26146380,99.56,0,0,10.96,553.69,3114.86,26146381,99.92,0,0,0.2,553.72,3114.89,26146382,99.8,0,0,0.54,554.35,3114.25,26146383,99.93,0,0,0.16,554.15,3114.45,26146384,99.91,0,0,0.16,554.14,3114.46,26146385,99.85,0,0,0.32,553.66,3114.99,26146386,99.92,0,0,0.16,553.63,3115.01,26146387,99.81,0,0,0.52,554.27,3114.37,26146388,99.91,0,0,0.22,553.78,3114.88,26146389,99.85,0,0,0.32,553.75,3114.9,26146390,99.88,0,0,0.34,553.75,3114.92,26146391,99.93,0,0,0.17,553.73,3114.93,26146392,99.77,0,0,0.56,554.2,3114.45,26146393,99.93,0,0,0.17,554.15,3114.5,26146394,99.95,0,0,0.17,554.14,3114.5,26146395,99.88,0,0,0.34,554.37,3114.29,26146396,99.85,0,0,0.14,554.37,3114.29,26146397,99.75,0,0,0.46,554.71,3113.95,26146398,99.89,0,0,0.27,554.5,3114.15,26146399,99.88,0,0,0.15,554.48,3114.16,26146400,99.8,0,0,0.32,554.77,3113.9,26146401,99.88,0,0,0.14,554.71,3113.95,26146402,99.76,0,0,0.38,554.99,3113.66,26146403,99.89,0,0,0.29,554.4,3114.25,26146404,99.87,0,0.01,0.17,554.38,3114.26,26146405,99.84,0,0,0.34,553.88,3114.78,26146406,99.85,0,0,0.14,553.95,3114.71,26146407,99.84,0,0,0.16,554,3114.66,26146408,99.78,0,0,0.55,555.36,3113.29,26146409,99.92,0,0,0.14,554.7,3113.95,26146410,99.67,0,0,0.3,554.21,3114.45,26146411,99.85,0,0,0.14,554.17,3114.49,26146412,99.9,0,0,0.17,554.14,3114.51,26146413,99.71,0,0,0.56,554.67,3113.98,26146414,99.89,0,0,0.14,554.33,3114.31,26146415,99.81,0,0,0.31,554.7,3113.96,26146416,99.85,0,0,0.17,554.74,3113.92,26146417,99.85,0,0,0.16,554.73,3113.93,26146418,99.75,0,0,0.52,555.05,3113.6,26146419,99.77,0,0,0.32,554.67,3113.96,26146420,99.79,0,0,0.32,554.67,3113.96,26146421,99.85,0,0,0.17,554.64,3114,26146422,99.92,0,0,0.14,554.62,3114.01,26146423,99.75,0,0,0.53,554.64,3113.98,26146424,99.9,0,0,0.14,554.07,3114.57,26146425,99.86,0,0,0.32,554.36,3114.32,26146426,99.85,0,0,0.15,554.52,3114.15,26146427,99.83,0,0,0.14,554.52,3114.15,26146428,99.7,0,0,0.51,554.7,3113.96,26146429,99.85,0,0,0.21,553.97,3114.69,26146430,99.8,0,0,0.32,553.97,3114.7,26146431,99.83,0,0,0.13,553.95,3114.72,26146432,99.85,0,0,0.15,553.93,3114.73,26146433,99.73,0,0,0.54,554.31,3114.34,26146434,99.85,0,0,0.14,554.13,3114.52,26146435,99.78,0,0,0.32,553.88,3114.79,26146436,99.85,0,0,0.14,553.89,3114.78,26146437,99.84,0,0,0.15,554.02,3114.64,26146438,99.71,0,0,0.56,554.47,3114.19,26146439,99.83,0,0,0.21,554.47,3114.18,26146440,99.76,0,0,0.35,554.94,3113.73,26146441,99.83,0,0,0.16,554.92,3113.74,26146442,99.83,0,0,0.16,554.9,3113.75,26146443,99.7,0,0,0.32,554.6,3114.05,26146444,99.82,0,0,0.38,553.86,3114.79,26146445,99.78,0,0,0.27,553.87,3114.79,26146446,99.85,0,0,0.16,553.94,3114.72,26146447,99.85,0,0,0.14,554.02,3114.64,26146448,99.71,0,0,0.15,553.98,3114.67,26146449,99.61,0,0,0.77,554.16,3114.46,26146450,99.74,0,0,0.26,553.79,3114.85,26146451,99.85,0,0,0.15,553.68,3114.95,26146452,99.82,0,0,0.16,553.67,3114.96,26146453,99.83,0,0,0.14,553.64,3114.99,26146454,99.67,0,0,0.56,553.79,3114.84,26146455,99.76,0,0,0.26,553.37,3115.27,26146456,99.83,0,0,0.16,553.35,3115.29,26146457,99.84,0,0,0.23,553.27,3115.36,26146458,99.85,0,0,0.15,553.23,3115.39,26146459,99.7,0,0,0.54,553.99,3114.63,26146460,99.73,0,0,0.25,552.76,3115.88,26146461,99.88,0,0,0.16,552.69,3115.95,26146462,99.85,0,0,0.14,552.65,3115.98,26146463,99.87,0,0,0.15,552.63,3116,26146464,99.71,0,0,0.45,553.07,3115.55,26146465,99.73,0,0,0.36,553.58,3115.05,26146466,99.86,0,0,0.16,553.67,3114.96,26146467,99.84,0,0,0.14,553.75,3114.87,26146468,99.85,0,0,0.15,553.72,3114.9,26146469,99.73,0,0,0.51,554.04,3114.58,26146470,99.76,0,0,0.35,552.71,3115.91,26146471,99.85,0,0,0.17,552.7,3115.92,26146472,99.85,0,0,0.14,552.67,3115.95,26146473,95.02,0.68,0.01,64.76,560.69,3107.42,26146474,99.6,0,0,193.19,556.53,3111.29,26146475,99.8,0,0,0.5,555.91,3111.92,26146476,99.8,0,0,0.17,555.89,3111.94,26146477,99.82,0,0,0.18,555.86,3111.97,26146478,99.84,0,0,0.17,555.09,3112.76,26146479,99.66,0,0,0.56,554.61,3113.27,26146480,99.79,0,0,0.49,553.83,3114.06,26146481,99.83,0,0,0.14,553.82,3114.07,26146482,99.85,0,0,0.17,553.79,3114.09,26146483,99.87,0,0,0.21,553.78,3114.1,26146484,99.83,0,0,0.16,553.75,3114.13,26146485,99.63,0,0,0.76,554.65,3113.25,26146486,99.87,0,0,0.2,553.97,3113.92,26146487,99.8,0,0,0.2,553.95,3113.93,26146488,99.83,0,0,0.23,553.66,3114.22,26146489,99.83,0,0,0.2,553.51,3114.37,26146490,99.67,0,0,0.68,554.5,3113.39,26146491,99.83,0,0,0.16,554.06,3113.82,26146492,99.84,0,0,0.17,554.04,3113.85,26146493,99.82,0,0,0.17,554.02,3113.86,26146494,99.87,0,0,0.16,553.99,3113.88,26146495,99.63,0,0,0.71,553.65,3114.24,26146496,99.87,0,0,0.16,553.24,3114.65,26146497,99.85,0,0,0.13,553.23,3114.66,26146498,99.81,0,0,0.17,553.2,3114.68,26146499,99.84,0,0,0.14,553.17,3114.7,26146500,99.6,0,0,0.64,554.5,3113.39,26146501,99.83,0,0,0.15,554.06,3113.82,26146502,99.81,0,0,0.16,554.03,3113.85,26146503,99.87,0,0,0.14,554.02,3113.86,26146504,99.86,0,0,0.15,553.99,3113.89,26146505,99.59,0,0,0.62,554.13,3113.77,26146506,99.83,0,0,0.19,553.97,3113.93,26146507,99.83,0,0,0.15,553.94,3113.96,26146508,99.85,0,0,0.16,553.93,3113.96,26146509,99.79,0,0,0.3,553.66,3114.22,26146510,99.68,0,0,0.52,554.75,3113.14,26146511,99.86,0,0,0.3,554.3,3113.58,26146512,99.84,0,0,0.14,554.3,3113.58,26146513,99.84,0,0,0.14,554.26,3113.61,26146514,99.85,0,0,0.14,554.24,3113.63,26146515,99.64,0,0,0.43,554.6,3113.28,26146516,99.81,0,0,0.36,553.97,3113.9,26146517,99.84,0,0,0.21,553.95,3113.92,26146518,99.82,0,0,0.14,553.92,3113.95,26146519,99.82,0,0,0.21,553.97,3113.89,26146520,99.67,0,0,0.51,554.65,3113.23,26146521,99.85,0,0,0.34,554.27,3113.6,26146522,99.84,0,0,0.14,554.26,3113.61,26146523,99.85,0,0,0.14,554.22,3113.64,26146524,99.84,0,0,0.15,554.19,3113.67,26146525,99.8,0,0,0.27,554.2,3113.68,26146526,99.69,0,0,0.54,554.51,3113.35,26146527,99.83,0,0,0.17,554.15,3113.72,26146528,99.83,0,0,0.15,554.13,3113.73,26146529,99.83,0,0,0.14,554.25,3113.6,26146530,99.74,0,0,0.27,554.32,3113.55,26146531,99.7,0,0,0.57,554.61,3113.26,26146532,99.83,0,0,0.12,554.01,3113.85,26146533,99.82,0,0,0.19,553.99,3113.87,26146534,99.83,0,0,0.15,553.97,3113.89,26146535,99.78,0,0,0.27,554.22,3113.65,26146536,99.71,0,0,0.59,554.54,3113.33,26146537,99.85,0,0,0.18,554.19,3113.68,26146538,99.83,0,0,0.15,554.16,3113.7,26146539,99.78,0,0,0.31,554.55,3113.29,26146540,99.78,0,0.01,0.28,554.05,3113.8,26146541,99.73,0,0,0.54,554.62,3113.23,26146542,99.83,0,0,0.27,554.47,3113.37,26146543,99.84,0,0,0.14,554.44,3113.4,26146544,99.84,0,0,0.14,554.43,3113.42,26146545,99.78,0,0,0.28,553.98,3113.88,26146546,99.71,0,0,0.54,554.79,3113.06,26146547,99.86,0,0,0.23,554.53,3113.32,26146548,99.83,0,0,0.19,554.34,3113.51,26146549,99.81,0,0,0.14,553.99,3113.85,26146550,99.74,0,0,0.26,553.49,3114.37,26146551,99.73,0,0,0.57,553.84,3114.01,26146552,99.83,0,0,0.13,553.66,3114.19,26146553,99.86,0,0,0.16,553.64,3114.2,26146554,99.83,0,0,0.16,553.78,3114.06,26146555,99.75,0,0,0.26,554.03,3113.82,26146556,99.68,0,0,0.41,554.39,3113.46,26146557,99.84,0,0,0.31,553.99,3113.85,26146558,99.85,0,0,0.14,553.97,3113.87,26146559,99.83,0,0,0.14,553.95,3113.88,26146560,99.74,0,0,0.25,554.19,3113.66,26146561,99.8,0,0,0.14,554.18,3113.67,26146562,99.67,0,0,0.54,554.37,3113.47,26146563,99.82,0,0,0.14,553.62,3114.21,26146564,99.86,0,0,0.15,553.71,3114.12,26146565,99.78,0,0,0.27,554.76,3113.08,26146566,99.81,0,0,0.13,554.76,3113.08,26146567,99.7,0,0,0.56,554.75,3113.09,26146568,99.8,0,0,0.2,554.23,3113.6,26146569,97.6,0,0,0.32,554.43,3113.38,26146570,99.78,0,0,0.27,554.21,3113.62,26146571,99.84,0,0,0.16,554.17,3113.66,26146572,99.69,0,0,0.55,554.17,3113.65,26146573,99.82,0,0,0.14,553.63,3114.18,26146574,99.84,0,0,0.14,553.63,3114.2,26146575,99.79,0,0,0.27,554.51,3113.34,26146576,99.85,0,0,0.16,554.51,3113.33,26146577,99.7,0,0,0.59,554.42,3113.42,26146578,99.87,0,0,0.16,553.98,3113.86,26146579,99.82,0,0,0.15,553.96,3113.88,26146580,99.78,0,0,0.26,554.45,3113.42,26146581,99.81,0,0,0.15,554.44,3113.43,26146582,99.72,0,0,0.54,555.07,3112.79,26146583,99.84,0,0,0.2,554.38,3113.47,26146584,99.85,0,0,0.15,554.35,3113.5,26146585,99.79,0,0,0.31,554.38,3113.48,26146586,99.82,0,0,0.14,554.52,3113.34,26146587,99.7,0,0,0.4,554.93,3112.93,26146588,99.87,0,0,0.32,554.72,3113.13,26146589,99.88,0,0,0.15,554.7,3113.15,26146590,99.16,0,0,0.32,553.98,3113.9,26146591,99.94,0,0,0.15,553.93,3113.94,26146592,99.81,0,0,0.56,554.43,3113.44,26146593,99.92,0,0,0.16,553.65,3114.21,26146594,99.93,0,0,0.16,553.63,3114.23,26146595,99.83,0,0,0.27,553.86,3114.02,26146596,99.91,0,0,0.15,554.02,3113.86,26146597,99.8,0,0,0.41,554.79,3113.1,26146598,99.93,0,0,0.29,554.03,3113.86,26146599,99.81,0,0,0.3,554.01,3113.83,26146600,99.81,0,0,0.3,553.76,3114.1,26146601,99.93,0,0,0.16,553.71,3114.14,26146602,99.94,0,0,0.15,553.69,3114.16,26146603,99.82,0,0,0.54,554.11,3113.73,26146604,99.88,0,0,0.14,553.65,3114.19,26146605,99.87,0,0,0.28,553.65,3114.2,26146606,99.92,0,0,0.14,553.67,3114.18,26146607,99.93,0,0,0.16,553.77,3114.07,26146608,99.76,0,0,0.56,554.22,3113.63,26146609,99.92,0,0,0.15,553.73,3114.13,26146610,99.87,0,0,0.27,553.48,3114.39,26146611,99.92,0,0,0.14,553.46,3114.4,26146612,99.92,0,0,0.16,553.43,3114.43,26146613,99.8,0,0,0.59,553.97,3113.89,26146614,99.93,0,0,0.14,553.63,3114.22,26146615,99.87,0,0,0.25,553.42,3114.45,26146616,99.92,0,0,0.14,553.56,3114.31,26146617,99.93,0,0,0.16,553.52,3114.34,26146618,99.8,0,0,0.54,554.35,3113.5,26146619,99.91,0,0,0.17,553.73,3114.12,26146620,99.74,0,0,0.25,552.78,3115.09,26146621,99.91,0,0,0.15,552.73,3115.14,26146622,99.88,0,0,0.18,552.72,3115.14,26146623,99.8,0,0,0.53,553.36,3114.5,26146624,99.93,0,0,0.14,553.39,3114.46,26146625,99.88,0,0,0.28,553.64,3114.23,26146626,99.94,0,0,0.14,553.72,3114.15,26146627,99.91,0,0,0.13,553.8,3114.07,26146628,99.8,0,0,0.45,554.18,3113.68,26146629,99.84,0,0,0.5,553.49,3114.34,26146630,99.88,0,0,0.25,554.2,3113.65,26146631,99.92,0,0,0.16,554.19,3113.65,26146632,99.95,0,0,0.14,554.16,3113.68,26146633,99.78,0,0,0.53,554.48,3113.36,26146634,99.94,0,0,0.2,554.1,3113.73,26146635,99.85,0,0,0.26,553.78,3114.06,26146636,99.93,0,0,0.14,553.76,3114.08,26146637,99.93,0,0,0.2,553.99,3113.85,26146638,99.8,0,0,0.35,554.62,3113.22,26146639,99.94,0,0,0.39,554.2,3113.63,26146640,99.85,0,0,0.28,554.23,3113.62,26146641,99.92,0,0,0.14,554.17,3113.67,26146642,99.94,0,0,0.14,554.16,3113.68,26146643,99.95,0,0,0.15,554.13,3113.7,26146644,99.74,0,0,0.59,554.25,3113.58,26146645,99.83,0,0,0.26,553.87,3113.98,26146646,99.94,0,0,0.16,554.03,3113.82,26146647,99.91,0,0,0.14,554,3113.84,26146648,99.94,0,0,0.15,553.97,3113.86,26146649,99.75,0,0,0.56,554.53,3113.29,26146650,98.42,0,0,0.27,553.72,3114.12,26146651,99.91,0,0,0.18,553.68,3114.16,26146652,99.93,0,0,0.15,553.66,3114.17,26146653,99.94,0,0,0.16,553.65,3114.17,26146654,99.8,0,0,0.55,554.74,3113.08,26146655,99.9,0,0,0.29,553.87,3113.97,26146656,99.94,0,0,0.14,553.91,3113.92,26146657,99.93,0,0,0.14,553.99,3113.83,26146658,99.92,0,0,0.16,553.97,3113.86,26146659,99.71,0,0,0.82,554.71,3113.09,26146660,99.89,0,0,0.26,554.19,3113.63,26146661,99.93,0,0,0.16,554.18,3113.63,26146662,99.95,0,0,0.13,554.15,3113.66,26146663,99.94,0,0,0.17,554.14,3113.66,26146664,99.78,0,0,0.49,554.47,3113.32,26146665,99.86,0,0,0.36,553.16,3114.66,26146666,99.93,0,0,0.13,553.12,3114.69,26146667,99.9,0,0,0.39,553.02,3114.79,26146668,99.89,0,0,0.16,552.94,3114.87,26146669,96.21,0.07,0.01,77.75,565.72,3103.88,26146670,99.86,0,0,63.89,556.84,3111.07,26146671,99.91,0,0,0.18,556.82,3111.09,26146672,99.93,0,0,0.18,556.81,3111.1,26146673,99.9,0,0,0.18,556.78,3111.12,26146674,99.8,0,0,0.64,556.88,3111.02,26146675,99.86,0,0,0.27,554.36,3113.6,26146676,99.93,0,0,0.13,554.35,3113.62,26146677,99.92,0,0,0.16,554.32,3113.66,26146678,99.94,0,0,0.14,554.3,3113.68,26146679,99.75,0,0,0.41,554.63,3113.35,26146680,99.87,0,0,0.38,554.04,3113.95,26146681,99.93,0,0,0.16,554.21,3113.79,26146682,99.93,0,0,0.14,554.19,3113.8,26146683,99.92,0,0,0.19,554.17,3113.82,26146684,99.78,0,0,0.41,554.43,3113.54,26146685,99.84,0,0,0.41,553.92,3114.08,26146686,99.92,0,0,0.18,553.87,3114.13,26146687,99.9,0,0,0.14,553.85,3114.14,26146688,99.93,0,0,0.15,553.83,3114.16,26146689,99.83,0,0,0.32,553.79,3114.17,26146690,99.7,0,0,0.68,554.21,3113.77,26146691,99.94,0,0,0.14,553.86,3114.12,26146692,99.94,0,0,0.13,553.94,3114.03,26146693,99.93,0,0,0.17,553.92,3114.05,26146694,99.92,0,0,0.14,553.88,3114.1,26146695,99.69,0,0,0.68,554.45,3113.56,26146696,99.93,0,0,0.15,553.87,3114.14,26146697,99.93,0,0,0.2,553.84,3114.17,26146698,99.9,0,0,0.14,553.83,3114.17,26146699,99.93,0,0,0.16,553.81,3114.19,26146700,99.76,0,0,0.66,554.64,3113.37,26146701,99.94,0,0,0.14,554.27,3113.74,26146702,99.91,0,0,0.16,554.42,3113.59,26146703,99.93,0,0,0.14,554.42,3113.58,26146704,99.92,0,0,0.15,554.41,3113.59,26146705,99.73,0,0,0.68,554.63,3113.38,26146706,99.93,0,0,0.15,554.39,3113.62,26146707,99.92,0,0,0.16,554.35,3113.65,26146708,99.94,0,0,0.14,554.35,3113.65,26146709,99.93,0,0,0.14,554.32,3113.69,26146710,99.72,0,0,0.66,554.92,3113.1,26146711,99.03,0,0,0.16,554.54,3113.48,26146712,99.89,0,0,0.14,554.53,3113.49,26146713,99.9,0,0,0.15,554.6,3113.41,26146714,99.95,0,0,0.14,554.65,3113.36,26146715,99.76,0,0,0.68,554.9,3113.13,26146716,99.95,0,0,0.14,554.39,3113.63,26146717,99.95,0,0,0.14,554.38,3113.63,26146718,99.94,0,0,0.18,554.35,3113.66,26146719,99.87,0,0,0.3,554.33,3113.66,26146720,99.8,0,0,0.42,554.91,3113.09,26146721,99.86,0,0,0.39,554.32,3113.69,26146722,99.93,0,0,0.14,554.28,3113.72,26146723,99.93,0,0,0.15,554.27,3113.72,26146724,99.92,0,0,0.15,554.24,3113.75,26146725,99.88,0,0,0.27,554.16,3113.85,26146726,99.8,0,0,0.54,554.72,3113.28,26146727,99.9,0,0,0.16,554.38,3113.62,26146728,99.9,0,0,0.19,554.2,3113.8,26146729,99.93,0,0,0.17,553.84,3114.15,26146730,99.82,0,0,0.29,553.85,3114.16,26146731,99.74,0,0,0.53,554.89,3113.12,26146732,99.93,0,0,0.16,554.53,3113.47,26146733,99.92,0,0,0.14,554.52,3113.47,26146734,99.92,0,0,0.15,554.51,3113.48,26146735,99.85,0,0,0.28,554.51,3113.5,26146736,99.79,0,0,0.42,555.02,3112.99,26146737,99.93,0,0,0.29,554.68,3113.32,26146738,99.91,0,0,0.16,554.65,3113.34,26146739,99.94,0,0,0.13,554.64,3113.35,26146740,99.78,0,0,0.27,554.2,3113.81,26146741,99.8,0,0,0.5,553.99,3114.01,26146742,99.93,0,0,0.21,553.6,3114.39,26146743,99.89,0,0,0.15,553.6,3114.4,26146744,99.96,0,0,0.15,553.56,3114.43,26146745,99.84,0,0,0.3,554.06,3113.95,26146746,99.75,0,0,0.39,554.66,3113.34,26146747,99.93,0,0,0.33,553.55,3114.44,26146748,99.95,0,0,0.14,553.69,3114.3,26146749,99.87,0,0,0.33,553.67,3114.29,26146750,99.83,0,0,0.3,553.91,3114.07,26146751,99.77,0,0,0.41,554.28,3113.69,26146752,99.91,0,0,0.28,553.87,3114.09,26146753,99.91,0,0,0.15,553.84,3114.12,26146754,99.93,0,0,0.14,553.83,3114.13,26146755,99.89,0,0,0.32,553.83,3114.15,26146756,99.8,0,0,0.45,554.17,3113.82,26146757,99.92,0,0,0.29,553.54,3114.44,26146758,99.93,0,0,0.16,553.52,3114.46,26146759,99.91,0,0,0.15,553.65,3114.33,26146760,99.87,0,0,0.27,553.93,3114.06,26146761,99.92,0,0,0.16,553.91,3114.08,26146762,99.8,0,0,0.54,554.26,3113.75,26146763,99.93,0,0,0.14,553.87,3114.14,26146764,99.94,0,0,0.15,553.84,3114.17,26146765,98.79,0,0,15.42,555.01,3113.48,26146766,90.94,0,0,85.71,567.03,3092.4,26146767,99.79,0,0,0.68,556.87,3110.97,26146768,99.9,0,0,0.16,556.41,3111.42,26146769,99.93,0,0,0.15,556.43,3111.4,26146770,99.83,0,0,0.29,556.58,3111.26,26146771,99.93,0,0,0.2,555.61,3112.25,26146772,99.8,0,0,0.52,553.84,3114.06,26146773,99.92,0,0,0.16,553.1,3114.79,26146774,99.87,0,0,0.15,553.09,3114.8,26146775,99.82,0,0,0.28,554.03,3113.88,26146776,99.92,0,0,0.16,553.98,3113.94,26146777,99.78,0,0,0.54,553.98,3113.96,26146778,99.93,0,0,0.14,553.54,3114.4,26146779,99.86,0,0,0.31,553.49,3114.42,26146780,99.84,0,0,0.28,553.02,3114.91,26146781,99.93,0,0,0.14,553,3114.93,26146782,99.81,0,0,0.49,553.97,3113.95,26146783,99.9,0,0,0.2,554.11,3113.8,26146784,99.93,0,0,0.14,554.1,3113.81,26146785,99.85,0,0,0.28,554.1,3113.83,26146786,99.92,0,0,0.16,554.07,3113.85,26146787,99.78,0,0,0.56,554.74,3113.18,26146788,99.89,0,0,0.16,553.87,3114.04,26146789,99.92,0,0,0.16,553.52,3114.39,26146790,99.9,0,0,0.34,554.24,3113.69,26146791,99.95,0,0,0.15,554.22,3113.7,26146792,99.75,0,0,0.43,554.54,3113.38,26146793,99.94,0,0,0.3,554.13,3113.79,26146794,99.9,0,0,0.14,554.11,3113.8,26146795,99.85,0,0,0.29,554.11,3113.81,26146796,99.9,0,0,0.15,554.09,3113.84,26146797,99.77,0,0,0.54,554.35,3113.57,26146798,99.92,0,0,0.14,553.54,3114.38,26146799,99.93,0,0,0.14,553.52,3114.39,26146800,99.88,0,0,0.27,554.24,3113.69,26146801,99.94,0,0,0.16,554.24,3113.68,26146802,99.93,0,0,0.15,554.21,3113.71,26146803,99.8,0,0,0.54,553.72,3114.2,26146804,99.88,0,0,0.14,553.37,3114.54,26146805,99.88,0,0,0.3,553.86,3114.07,26146806,99.9,0,0,0.14,553.85,3114.08,26146807,99.9,0,0,0.14,553.83,3114.1,26146808,99.79,0.01,0.02,0.59,553.94,3113.98,26146809,99.82,0,0,0.33,554.23,3113.67,26146810,99.83,0,0,0.3,553.99,3113.93,26146811,99.9,0,0,0.15,553.98,3113.93,26146812,99.89,0,0,0.16,554.15,3113.75,26146813,99.75,0,0.01,0.58,554.33,3113.57,26146814,99.93,0,0,0.16,553.61,3114.29,26146815,99.82,0,0,0.29,554.34,3113.58,26146816,99.93,0,0,0.15,554.32,3113.59,26146817,99.88,0,0,0.2,554.07,3113.84,26146818,99.77,0,0,0.39,553.75,3114.15,26146819,99.93,0,0,0.29,552.54,3115.35,26146820,99.83,0,0,0.28,553.25,3114.66,26146821,99.9,0,0,0.14,553.26,3114.64,26146822,99.92,0,0,0.14,553.39,3114.52,26146823,99.8,0,0,0.48,554.08,3113.82,26146824,99.93,0,0,0.2,554.12,3113.78,26146825,99.84,0,0,0.27,554.37,3113.54,26146826,99.92,0,0,0.14,554.35,3113.56,26146827,99.94,0,0,0.16,554.34,3113.57,26146828,99.76,0,0,0.41,554.72,3113.18,26146829,99.92,0,0,0.3,554.54,3113.35,26146830,99.81,0,0,0.34,554.54,3113.37,26146831,99.91,0,0,0.16,554.53,3113.38,26146832,99.92,0,0,0.13,554.49,3113.41,26146833,99.78,0,0,0.41,554.96,3112.94,26146834,99.9,0,0,0.29,554.24,3113.65,26146835,99.84,0,0,0.28,554.41,3113.5,26146836,99.92,0,0,0.16,554.37,3113.53,26146837,99.91,0,0,0.15,554.37,3113.54,26146838,99.93,0,0,0.15,554.33,3113.56,26146839,99.72,0,0,0.69,554.22,3113.65,26146840,99.81,0,0,0.27,554.3,3113.59,26146841,99.93,0,0,0.15,554.28,3113.6,26146842,99.92,0,0,0.16,554.26,3113.62,26146843,99.88,0,0,0.16,554.24,3113.64,26146844,99.75,0,0,0.54,554.58,3113.3,26146845,99.87,0,0,0.27,554.24,3113.66,26146846,99.92,0,0,0.15,554.39,3113.5,26146847,99.9,0,0,0.16,554.36,3113.53,26146848,99.89,0,0,0.16,554.27,3113.61,26146849,99.81,0,0,0.57,554.93,3112.94,26146850,99.84,0,0,0.34,554.55,3113.34,26146851,99.94,0,0,0.17,554.54,3113.34,26146852,99.92,0,0,0.17,554.51,3113.37,26146853,99.93,0,0,0.16,554.5,3113.38,26146854,99.8,0,0,0.42,554.9,3112.97,26146855,99.86,0,0,0.44,554.48,3113.41,26146856,99.9,0,0,0.15,554.45,3113.43,26146857,99.89,0,0,0.16,554.54,3113.34,26146858,99.91,0,0,0.15,554.61,3113.27,26146859,99.8,0,0,0.54,554.84,3113.03,26146860,99.8,0,0,0.33,553.91,3113.97,26146861,99.9,0,0,0.14,553.81,3114.07,26146862,99.91,0,0,0.16,553.79,3114.09,26146863,99.94,0,0,0.14,553.76,3114.11,26146864,99.75,0,0,0.59,554.3,3113.57,26146865,99.81,0,0,0.28,553.51,3114.37,26146866,99.92,0,0,0.16,553.47,3114.4,26146867,99.92,0,0,0.15,553.6,3114.27,26146868,99.91,0,0,0.16,553.6,3114.27,26146869,99.71,0,0,0.68,555,3112.84,26146870,99.87,0,0,0.34,553.61,3114.24,26146871,99.92,0,0,0.14,553.58,3114.28,26146872,99.9,0,0,0.17,553.55,3114.3,26146873,99.93,0,0,0.16,553.53,3114.32,26146874,99.79,0,0,0.34,553.89,3113.97,26146875,99.86,0,0,0.5,554.72,3113.17,26146876,99.92,0,0,0.16,554.72,3113.17,26146877,99.9,0,0,0.18,554.69,3113.19,26146878,99.91,0,0,0.21,554.72,3113.16,26146879,99.79,0,0,0.32,555.18,3112.7,26146880,99.88,0,0,0.51,554.37,3113.53,26146881,99.9,0,0,0.18,554.32,3113.56,26146882,99.94,0,0,0.17,554.32,3113.57,26146883,99.88,0,0,0.14,554.3,3113.58,26146884,99.91,0,0,0.15,554.28,3113.6,26146885,99.67,0,0,0.7,555.08,3112.81,26146886,99.9,0,0,0.14,554.75,3113.14,26146887,99.91,0,0,0.16,554.72,3113.16,26146888,99.91,0,0,0.14,554.71,3113.17,26146889,99.9,0,0,0.16,554.7,3113.17,26146890,99.6,0,0,0.69,554.59,3113.29,26146891,99.92,0,0,0.13,553.36,3114.53,26146892,99.94,0,0,0.17,553.39,3114.49,26146893,99.87,0,0,0.14,553.36,3114.52,26146894,99.93,0,0,0.14,553.35,3114.52,26146895,99.71,0,0,0.71,554.17,3113.72,26146896,99.91,0,0,0.16,553.81,3114.07,26146897,99.93,0,0,0.14,553.79,3114.09,26146898,99.94,0,0,0.14,553.76,3114.11,26146899,99.81,0,0,0.3,553.79,3114.05,26146900,99.68,0,0,0.72,553.82,3114.04,26146901,99.93,0,0,0.16,553.71,3114.14,26146902,99.92,0,0,0.18,553.77,3114.08,26146903,99.9,0,0,0.14,553.86,3113.99,26146904,99.93,0,0,0.16,553.83,3114.01,26146905,99.68,0,0,0.77,554.58,3113.28,26146906,99.93,0,0,0.18,554.06,3113.79,26146907,99.88,0,0,0.18,554.05,3113.8,26146908,99.9,0,0,0.16,553.97,3113.88,26146909,99.94,0,0,0.16,553.76,3114.08,26146910,99.72,0,0,0.55,554.69,3113.16,26146911,99.94,0,0,0.31,553.99,3113.87,26146912,99.94,0,0,0.14,553.98,3113.87,26146913,99.92,0,0,0.14,553.95,3113.9,26146914,99.92,0,0,0.15,553.94,3113.9,26146915,99.78,0,0,0.43,554.29,3113.57,26146916,99.89,0,0,0.37,553.84,3114.01,26146917,99.93,0,0,0.16,553.86,3113.99,26146918,99.94,0,0,0.14,553.83,3114.02,26146919,99.9,0,0,0.14,553.82,3114.02,26146920,99.7,0,0,0.45,554.4,3113.46,26146921,99.9,0,0,0.41,554.3,3113.56,26146922,99.93,0,0,0.18,554.27,3113.58,26146923,99.93,0,0,0.2,554.26,3113.59,26146924,99.91,0,0,0.18,554.24,3113.61,26146925,99.84,0,0,0.32,553.76,3114.1,26146926,99.73,0,0,0.57,554.29,3113.57,26146927,99.93,0,0,0.16,553.95,3113.9,26146928,99.91,0,0,0.18,553.94,3113.9,26146929,99.74,0,0,0.32,554.04,3113.77,26146930,99.86,0,0,0.3,554.11,3113.72,26146931,99.78,0,0,0.56,554.56,3113.27,26146932,99.92,0,0,0.15,554.06,3113.76,26146933,99.89,0,0,0.17,554.03,3113.79,26146934,99.94,0,0,0.16,554.02,3113.79,26146935,99.85,0,0,0.32,553.79,3114.05,26146936,99.76,0,0,0.56,554.24,3113.59,26146937,99.89,0,0,0.21,553.76,3114.06,26146938,99.92,0,0,0.16,553.73,3114.09,26146939,99.9,0,0,0.17,553.72,3114.1,26146940,99.84,0,0,0.33,553.95,3113.88,26146941,99.77,0,0,0.57,554.29,3113.53,26146942,99.92,0,0,0.17,553.91,3113.91,26146943,99.93,0,0,0.16,554.05,3113.76,26146944,99.91,0,0,0.16,554.06,3113.75,26146945,99.87,0,0,0.29,554.08,3113.75,26146946,99.75,0,0,0.52,554.9,3112.93,26146947,99.88,0,0,0.2,554.28,3113.54,26146948,99.9,0,0,0.14,554.27,3113.54,26146949,99.93,0,0,0.15,554.24,3113.57,26146950,99.8,0,0,0.29,553.07,3114.75,26146951,99.76,0,0,0.5,553.58,3114.24,26146952,99.93,0,0,0.19,553.97,3113.85,26146953,99.33,0,0,0.15,553.96,3113.86,26146954,99.91,0,0,0.14,553.93,3113.9,26146955,99.85,0,0,0.27,554.19,3113.66,26146956,99.81,0,0,0.16,554.23,3113.61,26146957,99.77,0,0,0.53,554.66,3113.17,26146958,99.86,0,0,0.14,554.31,3113.53,26146959,99.83,0,0,0.3,553.58,3114.23,26146960,99.78,0,0,0.33,553.55,3114.28,26146961,99.9,0,0,0.2,553.52,3114.31,26146962,99.72,0.01,0.01,0.62,554.62,3113.19,26146963,99.83,0,0,0.2,554.42,3113.39,26146964,99.87,0,0,0.19,554.39,3113.42,26146965,99.86,0,0,0.32,554.28,3113.55,26146966,99.88,0,0,0.19,554.31,3113.51,26146967,99.73,0,0.01,0.53,554.46,3113.35,26146968,99.87,0,0,0.2,553.98,3113.83,26146969,99.92,0,0,0.14,553.76,3114.04,26146970,99.84,0,0,0.28,554.25,3113.57,26146971,99.9,0,0,0.14,554.23,3113.59,26146972,99.78,0,0,0.54,554.95,3112.86,26146973,99.91,0,0,0.15,554.19,3113.62,26146974,99.91,0,0,0.14,554.17,3113.64,26146975,99.83,0,0,0.29,554.16,3113.66,26146976,99.89,0,0,0.14,554.25,3113.57,26146977,99.72,0,0,0.51,554.69,3113.12,26146978,99.88,0,0,0.2,554.3,3113.5,26146979,99.89,0,0,0.14,554.29,3113.51,26146980,99.83,0,0,0.28,554.31,3113.5,26146981,99.82,0,0,0.16,554.27,3113.54,26146982,99.73,0,0,0.38,554.62,3113.2,26146983,99.88,0,0,0.27,554.25,3113.57,26146984,99.85,0,0,0.15,554.23,3113.59,26146985,99.8,0,0,0.3,554.24,3113.59,26146986,99.84,0,0,0.14,554.21,3113.62,26146987,99.7,0,0,0.48,554.55,3113.28,26146988,99.83,0,0,0.2,554.17,3113.67,26146989,99.76,0,0,0.29,553.95,3113.86,26146990,99.73,0,0,0.29,554.02,3113.81,26146991,99.83,0,0,0.16,554.09,3113.73,26146992,99.66,0,0,0.4,554.45,3113.37,26146993,99.83,0,0,0.29,554.29,3113.52,26146994,99.81,0,0,0.14,554.27,3113.53,26146995,99.79,0,0,0.29,554.6,3113.22,26146996,99.84,0,0,0.16,554.51,3113.3,26146997,99.81,0,0,0.22,554.72,3113.1,26146998,99.7,0,0,0.57,554.75,3113.06,26146999,99.84,0,0,0.14,554.19,3113.61,26147000,99.76,0,0,0.3,554.45,3113.37,26147001,99.83,0,0,0.14,554.43,3113.38,26147002,99.86,0,0,0.14,554.41,3113.4,26147003,99.73,0,0,0.57,553.8,3114.01,26147004,99.85,0,0,0.14,553.26,3114.54,26147005,99.79,0,0,0.3,554.29,3113.53,26147006,99.86,0,0,0.14,554.3,3113.52,26147007,99.84,0,0,0.14,554.29,3113.52,26147008,99.72,0,0,0.53,554.46,3113.35,26147009,99.83,0,0,0.15,554,3113.8,26147010,99.78,0,0,0.29,554.03,3113.81,26147011,99.85,0,0,0.16,553.99,3113.84,26147012,99.83,0,0,0.14,553.99,3113.85,26147013,99.59,0,0,0.53,554.6,3113.23,26147014,99.84,0,0,0.14,554.43,3113.39,26147015,99.81,0,0,0.35,554.42,3113.41,26147016,99.86,0,0,0.18,554.41,3113.42,26147017,99.85,0,0,0.13,554.53,3113.3,26147018,99.73,0,0,0.49,555.01,3112.82,26147019,99.81,0,0,0.4,554.54,3113.27,26147020,99.79,0,0,0.34,554.53,3113.29,26147021,99.84,0,0,0.16,554.51,3113.3,26147022,99.87,0,0,0.16,554.49,3113.32,26147023,99.71,0,0,0.48,555.23,3112.57,26147024,99.86,0,0,0.2,554.69,3113.12,26147025,99.8,0,0,0.3,554.22,3113.6,26147026,99.85,0,0,0.14,554.17,3113.64,26147027,99.86,0,0,0.16,554.16,3113.65,26147028,99.7,0,0,0.36,554.51,3113.3,26147029,99.83,0,0,0.31,554.55,3113.25,26147030,99.81,0,0,0.31,554.79,3113.02,26147031,99.86,0,0,0.17,554.78,3113.03,26147032,99.84,0,0,0.14,554.75,3113.06,26147033,99.88,0,0,0.15,554.74,3113.06,26147034,95.24,0.24,0.01,228.63,567.85,3099.91,26147035,99.8,0,0,0.29,557,3110.74,26147036,99.87,0,0,0.15,557.18,3110.56,26147037,99.83,0,0,0.21,555.32,3112.43,26147038,99.85,0,0,0.16,554.43,3113.32,26147039,99.69,0,0,0.58,552.89,3114.9,26147040,99.78,0,0,0.28,551.66,3116.15,26147041,99.84,0,0,0.15,551.01,3116.79,26147042,99.85,0,0,0.14,551.01,3116.81,26147043,99.83,0,0,0.15,550.98,3116.84,26147044,99.72,0,0,0.56,551.9,3115.91,26147045,99.77,0,0,0.29,550.98,3116.85,26147046,99.85,0,0,0.16,550.95,3116.88,26147047,99.83,0,0,0.14,550.94,3116.88,26147048,99.86,0,0,0.15,550.91,3116.91,26147049,99.69,0,0,0.66,551.49,3116.3,26147050,99.82,0,0,0.29,551.37,3116.44,26147051,99.85,0,0,0.17,551.32,3116.49,26147052,99.85,0,0,0.14,551.29,3116.52,26147053,99.84,0,0,0.15,551.28,3116.52,26147054,99.73,0,0,0.48,551.59,3116.21,26147055,99.79,0,0,0.35,551.27,3116.54,26147056,99.86,0,0,0.14,551.24,3116.57,26147057,99.85,0,0,0.17,551.22,3116.58,26147058,99.84,0,0,0.16,551.22,3116.58,26147059,99.7,0,0,0.52,551.33,3116.46,26147060,99.79,0,0,0.28,550.23,3117.58,26147061,99.85,0,0,0.16,550.18,3117.63,26147062,99.83,0,0,0.14,550.16,3117.64,26147063,99.84,0,0,0.15,550.31,3117.49,26147064,99.73,0,0,0.56,550.89,3116.9,26147065,99.79,0,0,0.35,551.04,3116.76,26147066,99.85,0,0,0.14,551.01,3116.79,26147067,99.86,0,0,0.16,550.99,3116.8,26147068,99.83,0,0,0.14,550.97,3116.82,26147069,99.73,0,0,0.31,551.66,3116.12,26147070,99.82,0,0,0.49,551.19,3116.61,26147071,99.85,0,0,0.16,551.17,3116.61,26147072,99.86,0,0,0.14,551.15,3116.64,26147073,99.85,0,0,0.15,551.26,3116.52,26147074,99.84,0,0,0.14,551.29,3116.49,26147075,99.65,0,0,0.68,551.65,3116.13,26147076,99.86,0,0,0.14,551.26,3116.52,26147077,99.83,0,0,0.16,551.24,3116.54,26147078,99.85,0,0,0.14,551.22,3116.55,26147079,99.82,0,0,0.29,550.97,3116.79,26147080,99.61,0,0,0.68,551.78,3115.99,26147081,99.21,0,0,0.14,551.43,3116.34,26147082,99.84,0,0,0.14,551.41,3116.35,26147083,99.85,0,0,0.16,551.4,3116.35,26147084,99.85,0,0,0.14,551.37,3116.38,26147085,99.68,0,0,0.68,551.48,3116.28,26147086,99.84,0,0,0.14,551.1,3116.66,26147087,99.8,0,0,0.16,551.28,3116.48,26147088,99.83,0,0,0.14,551.24,3116.52,26147089,99.87,0,0,0.18,551,3116.75,26147090,99.67,0,0,0.68,551.84,3115.93,26147091,99.85,0,0,0.16,551.47,3116.29,26147092,99.86,0,0,0.16,551.44,3116.32,26147093,99.84,0,0,0.14,551.43,3116.32,26147094,99.87,0,0,0.15,551.41,3116.34,26147095,99.66,0,0,0.68,551.76,3116.01,26147096,99.85,0,0,0.17,551.41,3116.38,26147097,99.85,0,0,0.14,551.38,3116.41,26147098,99.85,0.01,0.02,0.17,551.43,3116.36,26147099,99.88,0,0.01,0.18,551.49,3116.29,26147100,99.57,0,0.02,0.7,550.83,3116.97,26147101,99.84,0,0.01,0.16,550.97,3116.83,26147102,99.85,0,0.01,0.14,550.94,3116.86,26147103,99.85,0,0.01,0.17,550.9,3116.88,26147104,99.83,0,0.01,0.16,550.86,3116.92,26147105,99.67,0,0.01,0.55,551.09,3116.7,26147106,99.85,0,0.02,0.29,549.52,3118.27,26147107,99.81,0,0,0.17,549.51,3118.27,26147108,99.83,0,0.01,0.14,549.48,3118.3,26147109,99.81,0,0.01,0.34,551.15,3116.6,26147110,99.57,0,0.02,0.58,551.44,3116.33,26147111,99.8,0,0,0.35,551.62,3116.14,26147112,99.85,0,0.01,0.17,551.61,3116.16,26147113,99.85,0,0.01,0.14,551.75,3116.01,26147114,99.85,0,0.01,0.18,551.75,3116,26147115,99.78,0,0.01,0.34,551.5,3116.27,26147116,99.7,0,0.02,0.55,551.81,3115.95,26147117,99.86,0,0,0.21,551.43,3116.33,26147118,99.83,0,0.01,0.16,551.42,3116.34,26147119,99.85,0,0.01,0.17,551.37,3116.38,26147120,99.79,0,0.01,0.3,551.66,3116.1,26147121,99.71,0,0.01,0.56,551.48,3116.28,26147122,99.84,0,0.01,0.19,551,3116.76,26147123,99.86,0,0.01,0.16,550.96,3116.79,26147124,99.86,0,0.01,0.16,550.95,3116.8,26147125,99.78,0,0.01,0.3,551.67,3116.09,26147126,99.72,0,0.01,0.58,551.3,3116.46,26147127,99.87,0,0.01,0.15,550.62,3117.13,26147128,99.87,0,0.01,0.16,550.65,3117.1,26147129,99.87,0,0.01,0.16,550.75,3116.99,26147130,99.8,0,0.01,0.29,551.97,3115.8,26147131,99.72,0,0.01,0.56,552.32,3115.44,26147132,99.85,0,0.02,0.19,551.67,3116.09,26147133,99.86,0,0,0.18,551.64,3116.11,26147134,99.87,0,0.02,0.2,551.6,3116.15,26147135,99.83,0,0.01,0.32,551.98,3115.78,26147136,99.73,0,0.02,0.61,552.07,3115.68,26147137,99.88,0,0.01,0.18,551.21,3116.54,26147138,99.85,0,0.01,0.2,551.19,3116.56,26147139,99.81,0,0.01,0.41,551.63,3116.09,26147140,99.66,0.01,0.04,0.32,550.31,3117.43,26147141,99.72,0,0,0.44,550.96,3116.78,26147142,99.88,0,0.01,0.3,551.37,3116.36,26147143,99.9,0,0.01,0.18,551.33,3116.4,26147144,99.92,0,0.02,0.18,551.47,3116.26,26147145,99.83,0,0.01,0.48,550.78,3116.96,26147146,99.78,0,0.02,0.47,551.45,3116.28,26147147,99.9,0,0.01,0.3,551.18,3116.55,26147148,99.92,0,0.02,0.15,551.14,3116.59,26147149,99.95,0,0,0.19,550.62,3117.11,26147150,99.83,0,0.01,0.31,551.58,3116.16,26147151,99.93,0,0.01,0.16,551.74,3116,26147152,99.78,0,0.02,0.55,551.56,3116.17,26147153,99.92,0,0.01,0.16,551.18,3116.55,26147154,99.94,0,0.02,0.14,551.15,3116.57,26147155,99.9,0,0.01,0.32,551.62,3116.14,26147156,99.93,0,0.02,0.16,551.63,3116.12,26147157,99.82,0,0.01,0.56,551.86,3115.89,26147158,99.93,0,0.02,0.15,551.49,3116.26,26147159,99.95,0,0,0.2,551.45,3116.29,26147160,99.83,0,0.02,0.31,551.94,3115.82,26147161,99.93,0,0,0.18,551.89,3115.86,26147162,99.81,0.01,0.06,0.56,552.24,3115.5,26147163,99.93,0.01,0.11,0.24,551.36,3116.37,26147164,99.93,0,0.01,0.21,551.48,3116.25,26147165,99.89,0,0.02,0.34,550.98,3116.77,26147166,99.9,0,0,0.14,550.93,3116.81,26147167,99.78,0,0,0.62,551.27,3116.47,26147168,99.9,0,0,0.18,550.89,3116.84,26147169,99.85,0,0,0.34,551.86,3115.85,26147170,99.84,0,0,0.32,551.64,3116.08,26147171,99.89,0,0,0.13,551.62,3116.11,26147172,98.5,0,0,0.56,552.43,3115.29,26147173,99.93,0,0,0.18,552.27,3115.44,26147174,99.93,0.04,1.42,0.44,552.19,3115.52,26147175,99.87,0,0.02,0.38,552.23,3115.5,26147176,99.94,0,0,0.19,552.19,3115.53,26147177,99.79,0,0,0.56,551.81,3115.9,26147178,99.94,0,0,0.18,550.67,3117.04,26147179,99.95,0,0,0.16,550.66,3117.04,26147180,99.85,0,0,0.33,551.13,3116.58,26147181,99.94,0,0,0.13,551.13,3116.58,26147182,99.8,0,0,0.58,551.76,3115.95,26147183,99.93,0,0,0.18,551.76,3115.95,26147184,99.94,0,0,0.18,551.73,3115.97,26147185,99.82,0,0,0.34,551.27,3116.45,26147186,99.95,0,0,0.16,551.19,3116.52,26147187,99.8,0,0,0.55,551.61,3116.1,26147188,99.93,0,0,0.16,551.89,3115.81,26147189,99.94,0,0,0.14,551.86,3115.84,26147190,99.83,0,0,0.27,551.8,3115.91,26147191,99.96,0,0,0.14,551.13,3116.59,26147192,99.8,0,0,0.41,551.34,3116.37,26147193,99.94,0,0,0.28,550.5,3117.21,26147194,99.68,0,0,0.14,550.51,3117.2,26147195,99.87,0,0,0.33,551.24,3116.48,26147196,99.88,0,0,0.18,551.23,3116.48,26147197,99.95,0,0,0.18,551.21,3116.5,26147198,99.42,0,0,1.39,551.15,3116.55,26147199,99.82,0,0,0.3,550.94,3116.74,26147200,99.87,0,0,0.29,550.68,3117.01,26147201,99.92,0,0,0.16,550.65,3117.04,26147202,99.94,0,0,0.15,550.62,3117.07,26147203,99.76,0,0,0.54,549.83,3117.86,26147204,99.95,0,0,0.14,549.29,3118.41,26147205,99.87,0,0,0.31,550.27,3117.44,26147206,99.95,0,0,0.14,550.25,3117.48,26147207,99.94,0,0,0.14,550.24,3117.48,26147208,99.82,0,0,0.54,551.53,3116.19,26147209,99.92,0,0,0.18,551.19,3116.52,26147210,99.9,0,0,0.29,551.18,3116.55,26147211,99.96,0,0,0.18,551.17,3116.56,26147212,99.93,0,0,0.14,551.14,3116.59,26147213,99.79,0,0,0.5,552,3115.72,26147214,99.95,0,0,0.21,551.35,3116.38,26147215,99.9,0,0,0.29,551.12,3116.63,26147216,99.95,0,0,0.16,551.12,3116.63,26147217,99.95,0,0,0.14,551.3,3116.45,26147218,99.81,0,0,0.47,551.75,3115.99,26147219,99.93,0,0,0.2,551.51,3116.23,26147220,99.81,0,0,0.28,551.03,3116.72,26147221,99.9,0,0,0.15,550.99,3116.76,26147222,99.95,0,0,0.18,550.99,3116.76,26147223,99.82,0,0,0.5,551.31,3116.43,26147224,99.94,0,0,0.2,550.94,3116.79,26147225,99.86,0,0,0.29,551.19,3116.56,26147226,99.93,0,0,0.14,551.17,3116.57,26147227,99.94,0,0,0.16,551.15,3116.59,26147228,99.83,0,0,0.39,551.41,3116.32,26147229,99.84,0,0,0.41,551.38,3116.33,26147230,99.9,0,0,0.28,551.37,3116.36,26147231,99.93,0,0,0.16,551.29,3116.43,26147232,99.67,0,0,0.14,551.26,3116.46,26147233,99.8,0,0,0.41,551.84,3115.88,26147234,99.95,0,0,0.29,551.48,3116.23,26147235,99.83,0,0,0.32,550.52,3117.2,26147236,99.95,0,0,0.17,550.46,3117.26,26147237,99.95,0,0,0.19,550.45,3117.26,26147238,99.93,0,0,0.14,550.44,3117.27,26147239,99.79,0,0,0.53,551.67,3116.04,26147240,99.83,0,0,0.28,551.17,3116.55,26147241,99.95,0,0,0.16,551.13,3116.58,26147242,99.93,0,0,0.15,551.11,3116.6,26147243,99.93,0,0,0.14,551.25,3116.46,26147244,99.8,0,0,0.54,551.83,3115.88,26147245,99.9,0,0,0.29,551.75,3115.97,26147246,99.95,0,0,0.15,551.74,3115.97,26147247,99.95,0,0,0.16,551.71,3116,26147248,99.96,0,0,0.16,551.68,3116.03,26147249,99.81,0,0,0.54,552.16,3115.55,26147250,99.92,0,0,0.31,551.41,3116.31,26147251,99.95,0,0,0.14,551.38,3116.34,26147252,99.95,0,0,0.14,551.37,3116.34,26147253,99.94,0,0,0.15,551.34,3116.37,26147254,99.82,0,0,0.53,552.11,3115.59,26147255,99.85,0,0,0.3,551.54,3116.17,26147256,99.95,0,0,0.16,551.49,3116.22,26147257,99.93,0,0,0.14,551.49,3116.22,26147258,99.91,0,0,0.14,551.47,3116.23,26147259,99.7,0,0,0.67,552.04,3115.64,26147260,99.89,0,0,0.29,551.69,3116.01,26147261,99.95,0,0,0.15,551.66,3116.03,26147262,99.9,0,0,0.16,551.63,3116.05,26147263,99.95,0,0,0.15,551.62,3116.06,26147264,99.8,0,0,0.48,551.95,3115.73,26147265,99.85,0,0,0.34,550.16,3117.54,26147266,99.94,0,0,0.14,550.11,3117.58,26147267,99.94,0,0,0.16,550.18,3117.51,26147268,99.93,0,0,0.14,550.26,3117.43,26147269,99.8,0,0,0.59,550.69,3116.99,26147270,99.84,0,0,0.29,551.96,3115.73,26147271,99.93,0,0,0.16,551.95,3115.74,26147272,99.9,0,0,0.14,551.94,3115.75,26147273,99.95,0,0,0.16,551.92,3115.77,26147274,99.79,0,0,0.39,552.24,3115.44,26147275,99.84,0,0,0.49,551.74,3115.96,26147276,99.95,0,0,0.17,551.63,3116.06,26147277,99.93,0,0,0.14,551.6,3116.08,26147278,99.93,0,0,0.15,551.59,3116.09,26147279,99.82,0,0,0.37,551.91,3115.77,26147280,99.79,0,0,0.48,550.52,3117.17,26147281,99.92,0,0,0.18,550.5,3117.19,26147282,99.94,0,0,0.17,550.49,3117.2,26147283,99.95,0,0,0.16,550.46,3117.22,26147284,99.95,0,0,0.18,550.45,3117.23,26147285,99.71,0,0,0.7,552.54,3115.15,26147286,99.93,0,0,0.16,551.9,3115.78,26147287,99.95,0,0,0.14,551.88,3115.8,26147288,99.93,0,0,0.16,551.86,3115.81,26147289,99.87,0,0,0.29,551.61,3116.04,26147290,99.75,0,0,0.71,552.1,3115.57,26147291,99.94,0,0,0.18,551.58,3116.07,26147292,99.94,0,0,0.18,551.56,3116.1,26147293,99.83,0,0,0.18,551.54,3116.11,26147294,99.96,0,0,0.18,551.67,3115.99,26147295,99.75,0,0,0.73,551.88,3115.8,26147296,99.92,0,0,0.17,551.44,3116.24,26147297,99.93,0,0,0.21,551.42,3116.25,26147298,99.95,0,0,0.17,551.39,3116.3,26147299,99.95,0,0,0.18,551.37,3116.31,26147300,99.75,0,0,0.75,551.88,3115.82,26147301,99.94,0,0,0.15,551.83,3115.87,26147302,99.94,0,0,0.14,551.81,3115.88,26147303,99.95,0,0,0.17,551.79,3115.9,26147304,99.93,0,0,0.16,551.84,3115.85,26147305,99.75,0,0,0.73,551.92,3115.79,26147306,99.95,0.03,0.95,0.34,550.16,3117.53,26147307,99.94,0.03,1.16,0.31,550.21,3117.46,26147308,99.95,0.04,1.53,0.2,550.23,3117.44,26147309,99.94,0,0.04,0.26,550.17,3117.49,26147310,99.76,0,0,0.7,551.71,3115.96,26147311,99.94,0.04,1.77,0.16,551.38,3116.29,26147312,99.95,0.01,0.37,0.45,551.44,3116.21,26147313,99.94,0,0,0.15,551.42,3116.23,26147314,99.93,0,0,0.14,551.39,3116.26,26147315,99.74,0,0,0.72,551.99,3115.68,26147316,99.93,0,0,0.13,550.38,3117.28,26147317,99.94,0,0,0.16,550.37,3117.28,26147318,99.95,0,0,0.14,550.34,3117.31,26147319,99.85,0,0,0.32,551.8,3115.82,26147320,99.76,0,0,0.46,552.2,3115.44,26147321,99.84,0,0,0.41,551.52,3116.11,26147322,99.93,0,0,0.14,551.58,3116.05,26147323,99.94,0,0,0.18,551.68,3115.95,26147324,99.94,0,0,0.18,551.64,3115.98,26147325,99.81,0,0,0.37,552.13,3115.5,26147326,99.79,0,0,0.57,552.55,3115.09,26147327,99.93,0,0,0.15,551.86,3115.77,26147328,99.93,0,0,0.16,551.83,3115.79,26147329,99.9,0,0,0.32,551.44,3116.18,26147330,99.81,0,0,0.29,552.03,3115.6,26147331,99.82,0,0,0.56,552.38,3115.26,26147332,99.94,0,0,0.18,552.01,3115.61,26147333,99.94,0,0,0.18,551.98,3115.64,26147334,99.93,0,0,0.18,552.08,3115.54,26147335,99.9,0,0,0.34,551.91,3115.72,26147336,99.81,0,0,0.54,552.25,3115.38,26147337,99.95,0,0,0.14,551.86,3115.77,26147338,99.94,0,0,0.15,551.6,3116.02,26147339,99.96,0,0,0.15,550.81,3116.81,26147340,99.83,0,0,0.29,550.58,3117.05,26147341,99.81,0,0,0.67,551.27,3116.37,26147342,99.94,0,0,0.21,551.28,3116.35,26147343,99.94,0,0,0.14,551.25,3116.38,26147344,99.96,0,0,0.16,551.31,3116.3,26147345,99.87,0,0,0.31,550.93,3116.7,26147346,99.8,0,0,0.46,551,3116.63,26147347,99.95,0,0,0.32,549.89,3117.73,26147348,99.95,0,0,0.16,549.88,3117.73,26147349,99.85,0,0,0.27,551.09,3116.5,26147350,99.9,0,0,0.29,550.39,3117.22,26147351,99.81,0,0,0.46,550.74,3116.87,26147352,99.93,0,0,0.19,550.58,3117.02,26147353,99.94,0,0,0.15,550.56,3117.04,26147354,99.95,0,0,0.14,550.55,3117.06,26147355,99.86,0,0,0.29,551.28,3116.35,26147356,99.79,0,0,0.41,551.54,3116.09,26147357,99.91,0,0,0.3,550.69,3116.93,26147358,99.94,0,0,0.14,550.71,3116.91,26147359,99.95,0,0,0.15,550.7,3116.91,26147360,99.87,0,0,0.28,550,3117.63,26147361,99.94,0,0,0.19,549.95,3117.68,26147362,99.81,0,0,0.54,551.86,3115.76,26147363,99.91,0,0,0.14,551.14,3116.48,26147364,99.95,0,0,0.16,551.12,3116.5,26147365,99.78,0,0,0.3,549.45,3118.18,26147366,99.93,0,0,0.14,549.39,3118.23,26147367,99.79,0,0,0.53,550.9,3116.73,26147368,99.93,0,0,0.14,550.83,3116.79,26147369,99.93,0,0,0.16,550.81,3116.81,26147370,99.91,0,0,0.32,551.05,3116.57,26147371,99.93,0,0,0.16,551.13,3116.5,26147372,99.81,0,0,0.59,551.75,3115.87,26147373,99.95,0,0,0.18,551.44,3116.17,26147374,99.94,0,0,0.18,551.41,3116.2,26147375,99.89,0,0,0.29,551.42,3116.2,26147376,99.93,0,0,0.14,551.39,3116.23,26147377,99.8,0,0,0.57,551.74,3115.88,26147378,99.93,0,0,0.18,551.37,3116.24,26147379,99.87,0,0,0.31,551.34,3116.25,26147380,99.9,0,0,0.33,551.36,3116.24,26147381,99.94,0,0,0.18,551.32,3116.28,26147382,99.83,0,0,0.54,551.72,3115.87,26147383,99.95,0,0,0.18,550.79,3116.8,26147384,99.94,0,0,0.18,550.78,3116.8,26147385,99.88,0,0,0.3,551.1,3116.5,26147386,99.94,0,0,0.2,551.19,3116.4,26147387,99.8,0,0,0.6,551.45,3116.14,26147388,99.93,0,0,0.18,550.88,3116.71,26147389,99.94,0,0,0.2,551.07,3116.52,26147390,99.88,0,0,0.32,551.35,3116.24,26147391,99.96,0,0,0.16,551.34,3116.25,26147392,99.82,0,0,0.58,551.73,3115.86,26147393,99.94,0,0,0.14,551.54,3116.04,26147394,99.94,0,0,0.15,551.52,3116.05,26147395,99.89,0,0,0.32,551.53,3116.07,26147396,99.95,0,0,0.13,551.5,3116.09,26147397,96.33,0.3,0.01,64.2,559.55,3108.09,26147398,98.71,0,0,193.8,555.87,3111.89,26147399,99.94,0,0,0.18,552.77,3114.75,26147400,99.84,0,0,0.33,553.76,3113.78,26147401,99.93,0,0,0.14,553.74,3113.79,26147402,99.93,0,0,0.13,553.73,3113.8,26147403,99.8,0,0,0.58,552,3115.56,26147404,99.93,0,0,0.14,551.53,3116.03,26147405,99.85,0,0,0.3,551.35,3116.22,26147406,99.95,0,0,0.17,551.27,3116.3,26147407,99.94,0,0,0.15,551.25,3116.32,26147408,99.82,0,0,0.53,551.4,3116.2,26147409,99.87,0,0,0.3,551.45,3116.12,26147410,99.86,0,0,0.3,551.8,3115.79,26147411,99.93,0,0,0.15,551.88,3115.7,26147412,99.93,0,0,0.16,551.88,3115.7,26147413,99.79,0,0,0.53,552.06,3115.53,26147414,99.95,0,0,0.15,551.59,3116,26147415,99.83,0,0,0.3,550.4,3117.2,26147416,99.96,0,0,0.16,550.32,3117.28,26147417,99.94,0,0,0.19,550.55,3117.05,26147418,99.78,0.01,0.01,0.51,551.49,3116.11,26147419,99.95,0,0,0.2,551.1,3116.5,26147420,99.88,0,0,0.3,551.59,3116.03,26147421,99.94,0,0,0.14,551.58,3116.04,26147422,99.93,0,0,0.16,551.57,3116.04,26147423,99.82,0,0,0.56,552.06,3115.55,26147424,99.95,0,0,0.14,551.78,3115.83,26147425,99.88,0,0,0.3,551.78,3115.84,26147426,99.92,0,0,0.18,551.76,3115.86,26147427,99.94,0,0,0.14,551.73,3115.88,26147428,99.8,0,0,0.32,552.07,3115.54,26147429,99.9,0,0,0.36,551.78,3115.83,26147430,99.9,0,0,0.3,551.88,3115.74,26147431,99.93,0,0,0.15,551.85,3115.77,26147432,99.92,0,0,0.16,551.85,3115.77,26147433,99.81,0,0,0.32,552.15,3115.46,26147434,99.94,0,0,0.36,551.56,3116.04,26147435,99.88,0,0,0.3,551.57,3116.05,26147436,99.94,0,0,0.17,551.55,3116.07,26147437,99.94,0,0,0.14,551.54,3116.07,26147438,99.92,0,0,0.14,551.51,3116.11,26147439,99.68,0,0,0.68,552.22,3115.37,26147440,99.84,0,0,0.34,550.53,3117.08,26147441,99.93,0,0,0.18,550.49,3117.11,26147442,99.9,0,0,0.18,550.47,3117.13,26147443,99.93,0,0,0.14,550.57,3117.02,26147444,99.8,0,0,0.53,551.7,3115.92,26147445,99.89,0,0,0.31,551.85,3115.79,26147446,99.93,0,0,0.14,551.84,3115.8,26147447,99.93,0,0.01,0.18,551.82,3115.81,26147448,99.93,0,0,0.14,551.79,3115.84,26147449,99.8,0,0,0.53,551.6,3116.03,26147450,99.87,0,0,0.37,551.28,3116.36,26147451,99.95,0,0,0.14,551.27,3116.37,26147452,99.95,0,0,0.13,551.25,3116.38,26147453,99.94,0,0,0.17,551.23,3116.4,26147454,99.8,0,0,0.51,551.83,3115.79,26147455,99.91,0,0,0.3,552.01,3115.63,26147456,99.96,0,0,0.16,552.1,3115.53,26147457,99.95,0,0,0.15,552.1,3115.53,26147458,99.93,0,0,0.16,552.09,3115.54,26147459,99.78,0,0,0.52,552.49,3115.13,26147460,99.84,0,0,0.3,552.06,3115.57,26147461,99.92,0,0,0.13,552.05,3115.58,26147462,99.95,0,0,0.18,552.03,3115.6,26147463,99.93,0,0,0.14,552,3115.62,26147464,99.82,0,0,0.49,552.39,3115.23,26147465,99.85,0,0,0.36,552.01,3115.63,26147466,99.94,0,0,0.15,551.98,3115.66,26147467,99.93,0,0,0.14,551.96,3115.67,26147468,99.94,0,0,0.15,551.94,3115.69,26147469,99.76,0.01,0.01,0.54,552.43,3115.17,26147470,99.88,0,0,0.41,552.02,3115.6,26147471,99.94,0,0,0.14,552,3115.61,26147472,99.95,0,0,0.16,551.98,3115.63,26147473,99.76,0,0,0.15,551.96,3115.64,26147474,99.78,0,0,0.31,552.25,3115.36,26147475,99.91,0,0,0.51,552.18,3115.44,26147476,99.93,0,0,0.14,552.37,3115.25,26147477,99.93,0,0,0.19,552.25,3115.36,26147478,99.89,0,0,0.15,552.09,3115.51,26147479,99.92,0,0,0.14,552.08,3115.52,26147480,99.74,0,0,0.68,552.77,3114.85,26147481,99.93,0,0,0.14,552.07,3115.55,26147482,99.95,0,0,0.15,552.05,3115.57,26147483,99.94,0,0,0.18,552.02,3115.58,26147484,99.95,0,0,0.16,552.02,3115.58,26147485,99.73,0.03,0.16,1.2,554.16,3113.42,26147486,99.96,0,0,0.15,554.46,3113.1,26147487,99.95,0,0,0.16,554.45,3113.1,26147488,99.96,0,0,0.15,554.43,3113.12,26147489,99.94,0,0,0.2,554.25,3113.29,26147490,99.78,0,0,0.7,554.31,3113.25,26147491,99.94,0,0,0.14,553.87,3113.69,26147492,99.94,0,0,0.19,553.84,3113.71,26147493,99.95,0,0,0.14,553.83,3113.72,26147494,99.96,0,0,0.14,553.91,3113.63,26147495,99.74,0,0,0.7,554.57,3112.98,26147496,99.93,0,0,0.14,554.2,3113.35,26147497,97.32,0,0,0.17,554.19,3113.35,26147498,99.92,0,0,0.14,554.17,3113.37,26147499,99.84,0,0,0.29,553.67,3113.84,26147500,99.77,0,0,0.61,553.96,3113.57,26147501,99.95,0,0,0.22,553.13,3114.4,26147502,99.93,0,0,0.13,553.11,3114.41,26147503,99.94,0,0,0.15,553.09,3114.43,26147504,99.95,0,0,0.14,553.07,3114.45,26147505,99.74,0,0,0.55,554.54,3113.01,26147506,99.94,0,0,0.31,553.9,3113.64,26147507,99.91,0,0,0.16,553.95,3113.59,26147508,99.93,0,0,0.14,553.92,3113.61,26147509,99.9,0,0,0.18,553.74,3113.79,26147510,99.75,0,0,0.71,554.51,3113.03,26147511,99.95,0,0,0.13,554.13,3113.41,26147512,99.96,0,0,0.15,554.11,3113.43,26147513,99.93,0,0,0.17,554.09,3113.44,26147514,99.89,0,0,0.14,554.09,3113.44,26147515,99.71,0,0,0.45,553.25,3114.3,26147516,99.85,0,0,0.35,553.91,3113.63,26147517,99.84,0,0,0.17,553.64,3113.9,26147518,99.87,0,0,0.14,553.7,3113.83,26147519,99.93,0,0,0.15,553.68,3113.85,26147520,99.92,0,0,0.29,553.92,3113.63,26147521,99.81,0,0,0.52,553.29,3114.25,26147522,99.95,0,0,0.16,552.65,3114.89,26147523,99.86,0,0,0.14,552.62,3114.91,26147524,99.88,0,0,0.15,552.61,3114.92,26147525,99.9,0,0,0.3,554.06,3113.48,26147526,99.8,0,0,0.55,554.56,3112.98,26147527,99.89,0,0,0.14,554.37,3113.16,26147528,99.91,0,0,0.16,554.44,3113.09,26147529,99.8,0,0,0.28,554.19,3113.32,26147530,99.89,0,0,0.33,554.41,3113.12,26147531,99.8,0,0,0.5,553.94,3113.59,26147532,99.92,0,0,0.18,553.14,3114.38,26147533,99.85,0,0,0.14,553.11,3114.4,26147534,99.9,0,0,0.14,553.09,3114.42,26147535,99.85,0,0,0.37,553.56,3113.96,26147536,99.77,0,0,0.57,553.89,3113.63,26147537,99.91,0,0,0.19,553.53,3113.98,26147538,99.9,0,0,0.14,553.7,3113.81,26147539,99.9,0,0,0.15,553.7,3113.81,26147540,99.8,0,0,0.29,553.95,3113.57,26147541,99.75,0,0,0.48,554.51,3113.01,26147542,99.88,0,0,0.19,554.4,3113.12,26147543,99.89,0,0,0.15,554.37,3113.14,26147544,99.88,0,0,0.16,554.36,3113.15,26147545,99.84,0,0,0.32,554.35,3113.17,26147546,99.73,0,0,0.58,554.69,3112.83,26147547,99.86,0,0,0.15,554.31,3113.21,26147548,99.85,0,0,0.17,554.3,3113.21,26147549,99.87,0,0,0.16,554.4,3113.1,26147550,99.81,0,0,0.31,554.48,3113.05,26147551,99.74,0,0,0.45,554.72,3112.8,26147552,99.85,0,0,0.3,553.94,3113.58,26147553,99.87,0,0,0.17,553.91,3113.6,26147554,99.88,0,0,0.18,553.9,3113.61,26147555,99.83,0,0,0.36,554.13,3113.39,26147556,99.88,0,0,0.14,554.12,3113.39,26147557,98.94,0,0,0.55,554.99,3112.52,26147558,99.86,0,0,0.17,554.31,3113.2,26147559,99.8,0,0,0.31,554.33,3113.16,26147560,99.8,0,0,0.3,554.19,3113.3,26147561,99.88,0,0,0.18,554.19,3113.3,26147562,99.73,0,0,0.55,554.92,3112.57,26147563,99.88,0,0,0.17,554.64,3112.84,26147564,99.87,0,0,0.17,554.62,3112.87,26147565,99.81,0,0,0.31,554.14,3113.37,26147566,99.87,0,0,0.14,554.09,3113.42,26147567,99.73,0,0,0.54,553.24,3114.28,26147568,99.87,0,0,0.14,552.58,3114.94,26147569,99.85,0,0,0.17,552.62,3114.9,26147570,99.75,0,0,0.3,552.99,3114.55,26147571,99.88,0,0,0.17,552.97,3114.56,26147572,99.73,0,0,0.54,553.98,3113.55,26147573,99.86,0,0,0.17,553.41,3114.11,26147574,99.87,0,0,0.15,553.41,3114.11,26147575,99.81,0,0,0.3,554.36,3113.17,26147576,99.87,0,0,0.14,554.36,3113.17,26147577,99.73,0,0,0.41,554.37,3113.16,26147578,99.88,0,0,0.27,553.57,3113.95,26147579,99.87,0,0,0.15,553.56,3113.96,26147580,99.8,0,0,0.29,554.28,3113.25,26147581,99.88,0,0,0.14,554.43,3113.1,26147582,99.73,0,0,0.53,554.79,3112.74,26147583,99.86,0,0,0.16,554.42,3113.09,26147584,99.86,0,0,0.15,554.39,3113.12,26147585,99.83,0,0,0.32,554.4,3113.12,26147586,99.86,0,0,0.16,554.38,3113.15,26147587,99.74,0,0,0.46,554.35,3113.16,26147588,99.87,0,0,0.21,553.1,3114.41,26147589,99.84,0,0,0.3,554.31,3113.18,26147590,99.81,0,0,0.29,554.31,3113.19,26147591,99.88,0,0,0.15,554.3,3113.2,26147592,99.73,0,0,0.41,554.8,3112.7,26147593,99.86,0,0,0.27,553.91,3113.57,26147594,99.87,0,0,0.16,553.91,3113.57,26147595,99.82,0,0,0.31,554.63,3112.86,26147596,99.88,0,0,0.14,554.62,3112.87,26147597,99.85,0,0,0.19,554.6,3112.89,26147598,99.73,0,0,0.55,554.91,3112.58,26147599,99.88,0,0,0.15,554.54,3112.94,26147600,99.84,0,0,0.31,554.06,3113.44,26147601,99.88,0,0,0.14,554.02,3113.47,26147602,99.85,0,0,0.14,554.01,3113.48,26147603,99.74,0,0,0.57,554.88,3112.6,26147604,99.87,0,0,0.14,554.63,3112.86,26147605,99.84,0,0,0.3,554.87,3112.65,26147606,99.88,0,0,0.16,554.85,3112.66,26147607,99.87,0,0,0.14,554.83,3112.68,26147608,99.73,0,0,0.53,555.01,3112.5,26147609,99.87,0,0,0.14,554.53,3112.97,26147610,99.76,0,0,0.29,554.55,3112.96,26147611,99.87,0,0,0.14,554.51,3113,26147612,99.86,0,0,0.17,554.5,3113,26147613,99.74,0,0,0.52,555.17,3112.33,26147614,99.87,0,0,0.16,554.93,3112.57,26147615,99.8,0,0,0.3,554.91,3112.6,26147616,99.88,0,0,0.15,554.9,3112.61,26147617,99.87,0,0,0.16,554.87,3112.63,26147618,99.71,0,0,0.48,555.54,3111.96,26147619,99.79,0,0,0.34,554.57,3112.9,26147620,99.8,0,0,0.28,554.57,3112.93,26147621,99.87,0,0,0.16,554.54,3112.95,26147622,99.85,0,0,0.15,554.53,3112.96,26147623,99.73,0,0,0.5,555.07,3112.41,26147624,99.87,0,0.01,0.2,554.89,3112.59,26147625,99.8,0,0,0.33,554.87,3112.61,26147626,99.86,0,0,0.15,554.86,3112.62,26147627,99.87,0,0,0.14,554.83,3112.65,26147628,99.73,0,0,0.55,555.1,3112.37,26147629,99.83,0,0,0.16,554.4,3113.07,26147630,99.84,0,0,0.29,554.53,3112.95,26147631,99.86,0,0,0.14,554.57,3112.91,26147632,99.86,0,0,0.16,554.68,3112.8,26147633,99.72,0,0,0.39,555.02,3112.45,26147634,99.85,0,0,0.27,554.87,3112.6,26147635,99.81,0,0,0.31,554.63,3112.86,26147636,99.86,0,0,0.17,554.6,3112.88,26147637,99.87,0,0,0.14,554.58,3112.89,26147638,99.86,0,0,0.15,554.55,3112.92,26147639,99.73,0,0,0.52,555.06,3112.41,26147640,99.82,0,0,0.3,553.73,3113.75,26147641,99.87,0,0,0.16,553.28,3114.2,26147642,99.87,0,0,0.14,553.38,3114.09,26147643,99.86,0,0,0.14,553.41,3114.06,26147644,99.73,0,0,0.53,554.08,3113.39,26147645,99.8,0,0,0.31,553.16,3114.33,26147646,99.86,0,0,0.14,553.12,3114.36,26147647,99.86,0,0,0.16,553.11,3114.37,26147648,99.88,0,0,0.14,553.08,3114.4,26147649,99.65,0,0,0.66,554.14,3113.3,26147650,99.79,0,0,0.28,553.78,3113.68,26147651,99.85,0,0,0.16,553.77,3113.69,26147652,99.85,0,0,0.14,553.84,3113.62,26147653,99.88,0,0,0.14,553.91,3113.54,26147654,99.73,0,0,0.55,554.63,3112.82,26147655,99.73,0,0,0.3,553.17,3114.29,26147656,99.85,0,0,0.13,553.13,3114.33,26147657,99.85,0,0,0.2,553.1,3114.36,26147658,99.86,0,0,0.15,553.06,3114.39,26147659,99.73,0,0,0.48,553.39,3114.05,26147660,99.8,0,0,0.33,554.3,3113.16,26147661,99.87,0,0,0.16,554.24,3113.22,26147662,99.85,0,0,0.14,554.4,3113.05,26147663,99.87,0,0,0.14,554.38,3113.06,26147664,99.71,0,0,0.48,554.55,3112.89,26147665,99.8,0,0,0.38,554.1,3113.36,26147666,99.87,0,0,0.14,554.08,3113.37,26147667,99.87,0,0,0.17,554.05,3113.39,26147668,99.87,0,0,0.14,554.04,3113.42,26147669,99.73,0,0,0.41,554.14,3113.31,26147670,99.76,0,0,0.47,553.76,3113.72,26147671,99.87,0,0,0.15,553.76,3113.72,26147672,99.85,0,0,0.17,553.88,3113.6,26147673,99.87,0,0,0.14,553.9,3113.57,26147674,99.73,0,0,0.38,554.66,3112.8,26147675,99.83,0,0,0.48,554.13,3113.36,26147676,99.86,0,0,0.16,554.12,3113.37,26147677,99.87,0,0,0.13,554.08,3113.4,26147678,99.7,0,0,0.14,554.08,3113.41,26147679,99.77,0,0,0.3,554.04,3113.42,26147680,99.69,0,0,0.67,554.64,3112.84,26147681,99.88,0,0,0.17,554.27,3113.2,26147682,99.86,0,0,0.14,554.24,3113.22,26147683,99.84,0,0,0.15,554.23,3113.23,26147684,99.88,0,0,0.13,554.36,3113.1,26147685,99.68,0,0,0.68,554.58,3112.9,26147686,99.86,0,0,0.17,554.17,3113.3,26147687,99.85,0,0,0.14,554.14,3113.33,26147688,99.86,0,0,0.16,554.11,3113.36,26147689,99.85,0,0.01,0.17,553.94,3113.51,26147690,99.69,0,0,0.72,554.64,3112.83,26147691,99.85,0,0,0.18,554.27,3113.2,26147692,99.87,0,0,0.17,554.26,3113.2,26147693,99.85,0,0,0.14,554.38,3113.08,26147694,99.86,0,0,0.19,554.39,3113.06,26147695,99.68,0,0,0.71,554.88,3112.6,26147696,99.86,0,0,0.14,554.36,3113.12,26147697,99.88,0,0,0.19,554.35,3113.13,26147698,99.89,0,0,0.18,554.32,3113.16,26147699,99.9,0,0,0.18,554.3,3113.17,26147700,99.71,0,0,0.74,554.11,3113.38,26147701,99.94,0,0,0.19,554.53,3112.96,26147702,99.96,0,0,0.18,554.51,3112.97,26147703,99.93,0,0,0.16,554.57,3112.9,26147704,99.95,0,0,0.18,554.66,3112.82,26147705,99.75,0,0,0.55,554.83,3112.66,26147706,99.94,0,0,0.27,554.62,3112.86,26147707,99.93,0,0,0.16,554.6,3112.88,26147708,99.95,0.01,0.01,0.14,554.55,3112.93,26147709,99.87,0,0,0.3,554.37,3113.08,26147710,99.77,0,0,0.64,554.81,3112.66,26147711,99.95,0,0.01,0.21,554.13,3113.33,26147712,99.95,0,0,0.2,554.08,3113.38,26147713,99.93,0,0,0.15,554.06,3113.39,26147714,99.95,0,0,0.15,554.03,3113.43,26147715,99.78,0,0,0.37,554.58,3112.9,26147716,99.88,0,0,0.52,553.62,3113.85,26147717,99.92,0,0,0.2,553.49,3113.98,26147718,99.97,0,0,0.14,553.59,3113.87,26147719,99.95,0,0,0.15,553.64,3113.82,26147720,99.85,0,0,0.3,553.4,3114.08,26147721,99.83,0,0,0.53,554.54,3112.93,26147722,99.96,0,0,0.16,554.33,3113.13,26147723,99.95,0,0,0.14,554.32,3113.15,26147724,99.95,0,0,0.15,554.29,3113.16,26147725,99.9,0,0,0.31,554.54,3112.94,26147726,99.85,0,0,0.52,554.87,3112.6,26147727,99.94,0,0,0.17,554.49,3112.98,26147728,99.94,0,0,0.16,554.48,3112.99,26147729,99.95,0,0,0.14,554.45,3113.01,26147730,99.93,0,0,0.31,554.63,3112.84,26147731,99.81,0,0,0.56,553.17,3114.3,26147732,99.94,0,0,0.14,551.88,3115.59,26147733,99.95,0,0,0.15,551.85,3115.61,26147734,99.94,0,0,0.14,551.83,3115.63,26147735,99.9,0,0,0.3,553.54,3113.94,26147736,99.8,0,0,0.47,554.47,3113,26147737,99.95,0,0,0.21,554,3113.46,26147738,99.17,0,0,0.14,553.99,3113.47,26147739,99.88,0,0.01,0.31,554.8,3112.64,26147740,99.91,0,0,0.31,554.38,3113.08,26147741,99.82,0,0,0.53,554.77,3112.68,26147742,99.93,0,0,0.14,554.56,3112.88,26147743,99.95,0,0,0.16,554.54,3112.9,26147744,99.94,0,0,0.14,554.51,3112.93,26147745,99.91,0,0,0.32,554.75,3112.7,26147746,99.8,0,0.01,0.41,554.99,3112.46,26147747,99.95,0,0,0.27,554.5,3112.95,26147748,99.92,0,0,0.15,554.64,3112.81,26147749,99.93,0,0,0.16,554.5,3112.94,26147750,99.93,0,0,0.3,554.61,3112.84,26147751,99.82,0,0,0.39,554.98,3112.47,26147752,99.94,0,0,0.29,554.82,3112.63,26147753,99.95,0,0,0.15,554.8,3112.65,26147754,99.94,0,0,0.14,554.78,3112.66,26147755,99.9,0,0,0.3,554.77,3112.68,26147756,99.94,0,0,0.14,554.76,3112.69,26147757,99.82,0,0,0.54,554.31,3113.15,26147758,99.96,0,0,0.14,553.74,3113.72,26147759,99.95,0,0,0.14,553.86,3113.6,26147760,99.86,0,0,0.33,554.39,3113.08,26147761,99.95,0,0,0.16,554.37,3113.09,26147762,95.1,0.28,0.01,258.03,567.68,3099.57,26147763,99.95,0,0,0.21,557.21,3110.14,26147764,99.94,0,0,0.14,557.19,3110.16,26147765,99.88,0,0,0.33,556.99,3110.38,26147766,99.96,0,0,0.13,556.92,3110.44,26147767,99.81,0,0,0.59,555.77,3111.61,26147768,99.96,0,0,0.14,554.46,3112.93,26147769,99.89,0,0,0.28,554.43,3112.94,26147770,99.85,0,0,0.3,554.67,3112.72,26147771,99.96,0,0,0.16,554.66,3112.73,26147772,99.8,0,0,0.57,555.61,3111.79,26147773,99.95,0,0,0.16,555.06,3112.34,26147774,99.97,0,0,0.15,555.04,3112.37,26147775,99.89,0,0,0.31,554.33,3113.1,26147776,99.93,0,0,0.15,554.28,3113.14,26147777,99.78,0,0,0.58,554.61,3112.8,26147778,99.95,0,0,0.14,554.24,3113.18,26147779,99.95,0,0,0.14,554.21,3113.2,26147780,99.9,0,0,0.3,554.94,3112.49,26147781,99.95,0,0,0.14,554.92,3112.5,26147782,99.83,0,0,0.54,555.16,3112.26,26147783,99.95,0,0,0.15,554.81,3112.6,26147784,99.94,0,0,0.14,554.84,3112.57,26147785,99.93,0,0,0.3,554.35,3113.07,26147786,99.96,0,0,0.16,554.33,3113.09,26147787,99.81,0,0,0.53,555.05,3112.37,26147788,99.94,0,0,0.14,554.27,3113.15,26147789,99.95,0,0,0.16,554.25,3113.16,26147790,99.9,0,0.02,0.32,554.47,3112.96,26147791,99.94,0,0,0.14,554.1,3113.32,26147792,99.82,0,0,0.38,554.44,3112.97,26147793,99.92,0,0,0.36,554.03,3113.38,26147794,99.94,0,0,0.15,554.01,3113.4,26147795,99.9,0,0,0.32,553.76,3113.66,26147796,99.94,0,0,0.17,553.74,3113.68,26147797,99.82,0,0,0.42,554.11,3113.31,26147798,99.95,0,0,0.27,554.19,3113.22,26147799,99.7,0,0,0.29,554.29,3113.09,26147800,99.9,0,0,0.31,553.87,3113.53,26147801,99.93,0,0,0.14,553.83,3113.57,26147802,99.95,0,0,0.15,553.8,3113.59,26147803,99.79,0,0,0.58,553.67,3113.72,26147804,99.94,0,0,0.15,553.27,3114.12,26147805,99.89,0,0,0.31,553.76,3113.65,26147806,99.95,0,0,0.14,553.74,3113.66,26147807,99.95,0,0,0.14,553.72,3113.68,26147808,99.81,0,0,0.54,554.35,3113.04,26147809,99.94,0,0,0.16,553.63,3113.76,26147810,99.91,0,0,0.3,553.63,3113.78,26147811,99.93,0,0,0.16,553.6,3113.8,26147812,99.95,0,0,0.14,553.59,3113.81,26147813,99.79,0,0,0.53,554.21,3113.18,26147814,99.92,0,0,0.15,554.04,3113.35,26147815,99.84,0,0,0.3,554.28,3113.12,26147816,99.94,0,0,0.16,554.26,3113.13,26147817,99.94,0,0,0.15,554.23,3113.16,26147818,99.81,0,0,0.49,554.56,3112.83,26147819,99.95,0,0,0.25,554.19,3113.19,26147820,94.24,5.41,0.02,79.79,559.29,3108.03,26147821,99.82,0,0,193.54,556.79,3105.27,26147822,99.95,0,0,0.24,556.76,3105.3,26147823,99.82,0,0,0.61,557.24,3104.82,26147824,99.95,0,0,0.14,556.92,3105.14,26147825,99.89,0,0,0.33,556.02,3106.1,26147826,99.95,0,0,0.17,553.51,3108.67,26147827,99.94,0,0,0.16,553.51,3108.67,26147828,99.81,0,0,0.57,554.12,3108.06,26147829,99.89,0,0,0.32,554.19,3107.97,26147830,99.91,0,0,0.36,554.68,3107.5,26147831,99.93,0,0,0.18,554.65,3107.52,26147832,99.94,0,0,0.18,554.64,3107.52,26147833,99.83,0,0,0.44,554.95,3107.21,26147834,99.93,0,0,0.27,554.36,3107.8,26147835,99.9,0,0,0.32,554.5,3107.67,26147836,99.95,0,0,0.14,554.56,3107.61,26147837,99.95,0,0,0.2,554.29,3107.88,26147838,99.8,0,0,0.41,554.6,3107.56,26147839,99.93,0,0,0.28,553.99,3108.17,26147840,99.92,0,0,0.32,554.49,3107.68,26147841,99.94,0,0,0.17,554.47,3107.7,26147842,99.94,0,0,0.14,554.44,3107.73,26147843,99.95,0,0,0.15,554.41,3107.75,26147844,99.8,0,0,0.58,555.14,3107.02,26147845,99.9,0,0,0.34,554.51,3107.66,26147846,99.92,0,0,0.14,554.55,3107.61,26147847,99.95,0,0,0.16,554.53,3107.63,26147848,99.91,0,0,0.14,554.51,3107.64,26147849,99.79,0,0,0.57,555.1,3107.05,26147850,99.88,0,0,0.35,554.74,3107.42,26147851,99.97,0,0,0.16,554.71,3107.45,26147852,99.95,0,0.01,0.16,554.66,3107.49,26147853,99.95,0,0,0.16,554.63,3107.52,26147854,99.8,0,0,0.59,554.96,3107.18,26147855,99.92,0,0,0.34,554.74,3107.42,26147856,99.92,0,0,0.17,554.77,3107.38,26147857,99.95,0,0,0.14,554.75,3107.4,26147858,99.95,0,0,0.14,554.73,3107.42,26147859,98.69,0,0,0.71,554.82,3107.3,26147860,99.9,0,0,0.32,554.22,3107.92,26147861,99.95,0,0,0.14,554.21,3107.93,26147862,99.93,0,0,0.16,554.18,3107.95,26147863,99.95,0,0,0.14,554.17,3107.96,26147864,99.8,0,0,0.6,554.73,3107.39,26147865,99.88,0,0,0.37,554.63,3107.51,26147866,99.91,0,0,0.18,554.59,3107.55,26147867,99.93,0,0,0.18,554.53,3107.62,26147868,99.94,0,0,0.18,554.51,3107.64,26147869,99.81,0,0,0.68,554.76,3107.39,26147870,99.89,0,0,0.38,554.29,3107.86,26147871,99.95,0,0,0.12,554.22,3107.94,26147872,99.97,0,0,0.14,554.21,3107.95,26147873,99.93,0,0,0.16,554.18,3107.97,26147874,99.83,0,0,0.33,554.52,3107.62,26147875,99.89,0,0,0.52,554.65,3107.51,26147876,99.95,0,0,0.14,554.64,3107.52,26147877,99.93,0,0,0.16,554.62,3107.54,26147878,99.95,0,0,0.14,554.77,3107.37,26147879,99.8,0,0,0.32,555.11,3107.04,26147880,99.84,0,0,0.61,554.54,3107.62,26147881,99.96,0,0,0.19,554.49,3107.68,26147882,99.95,0,0,0.18,554.48,3107.68,26147883,99.95,0,0,0.18,554.45,3107.71,26147884,99.95,0,0,0.18,554.44,3107.71,26147885,99.75,0,0,0.68,555.02,3107.15,26147886,99.93,0,0,0.16,554.41,3107.76,26147887,99.94,0,0,0.15,554.39,3107.78,26147888,99.94,0,0,0.15,554.36,3107.8,26147889,99.88,0,0,0.28,554.95,3107.18,26147890,99.78,0,0,0.65,555.28,3106.87,26147891,99.93,0,0,0.16,554.99,3107.16,26147892,99.95,0,0,0.16,554.97,3107.18,26147893,99.93,0,0,0.14,554.95,3107.2,26147894,99.95,0,0,0.15,554.93,3107.21,26147895,99.73,0,0,0.68,555.04,3107.11,26147896,98.1,0,0,0.15,554.66,3107.48,26147897,99.93,0,0,0.23,554.88,3107.27,26147898,99.93,0,0,0.15,554.86,3107.28,26147899,99.95,0,0,0.16,554.89,3107.24,26147900,99.75,0,0,0.63,555.64,3106.51,26147901,99.93,0,0,0.21,554.98,3107.17,26147902,99.94,0,0,0.16,554.97,3107.18,26147903,99.95,0,0,0.14,554.94,3107.2,26147904,99.93,0,0,0.16,554.93,3107.21,26147905,99.68,0,0,0.64,554.47,3107.68,26147906,99.94,0,0,0.2,554.91,3107.24,26147907,99.92,0,0,0.12,554.88,3107.27,26147908,99.93,0,0,0.17,554.86,3107.28,26147909,99.95,0,0,0.14,554.83,3107.3,26147910,99.77,0,0,0.72,554.67,3107.48,26147911,99.93,0,0,0.14,554.05,3108.1,26147912,99.94,0,0,0.13,554.03,3108.11,26147913,99.94,0,0,0.16,554.01,3108.13,26147914,99.95,0,0,0.14,553.98,3108.15,26147915,99.76,0,0,0.53,555.17,3106.98,26147916,99.95,0,0,0.31,554.7,3107.45,26147917,99.93,0,0,0.14,554.69,3107.45,26147918,99.93,0,0,0.16,554.65,3107.48,26147919,99.85,0,0,0.32,554.87,3107.25,26147920,99.85,0,0,0.27,554.17,3107.96,26147921,99.8,0,0,0.55,555.21,3106.92,26147922,99.93,0,0,0.17,555.01,3107.12,26147923,99.93,0,0,0.14,554.8,3107.32,26147924,99.95,0,0,0.13,554.74,3107.38,26147925,99.84,0,0,0.27,554.99,3107.14,26147926,99.78,0,0,0.55,555.4,3106.73,26147927,99.94,0,0,0.16,554.94,3107.18,26147928,99.92,0,0,0.15,554.92,3107.2,26147929,99.92,0,0,0.17,554.81,3107.3,26147930,99.93,0,0,0.26,554.89,3107.24,26147931,99.8,0,0,0.55,555.22,3106.9,26147932,99.92,0,0,0.14,554.87,3107.25,26147933,99.95,0,0,0.15,554.96,3107.16,26147934,99.93,0,0,0.14,555.01,3107.1,26147935,99.87,0,0,0.27,554.75,3107.39,26147936,99.77,0,0,0.59,555.4,3106.75,26147937,99.95,0,0,0.18,555.2,3106.94,26147938,99.94,0,0,0.16,555.16,3106.97,26147939,99.94,0,0,0.15,554.28,3107.85,26147940,99.88,0,0,0.29,554.4,3107.74,26147941,99.81,0,0,0.54,554.83,3107.3,26147942,99.94,0,0,0.19,554.12,3108.02,26147943,99.9,0,0,0.15,554.09,3108.04,26147944,99.94,0,0,0.14,554.26,3107.86,26147945,99.9,0,0,0.27,554.25,3107.89,26147946,99.8,0,0,0.5,554.6,3107.54,26147947,99.93,0,0,0.21,554.21,3107.92,26147948,99.94,0,0,0.14,554.18,3107.94,26147949,99.9,0,0,0.3,554.41,3107.7,26147950,99.9,0,0,0.27,554.41,3107.71,26147951,99.8,0,0,0.54,554.59,3107.52,26147952,99.94,0,0,0.18,553.86,3108.25,26147953,99.93,0,0,0.17,553.84,3108.26,26147954,99.93,0,0,0.17,553.91,3108.19,26147955,99.88,0,0,0.27,554,3108.11,26147956,99.79,0,0,0.58,554.69,3107.41,26147957,99.94,0,0,0.17,554.2,3107.91,26147958,99.93,0,0,0.16,554.18,3107.92,26147959,99.93,0,0,0.16,554.16,3107.94,26147960,99.81,0,0,0.29,553.68,3108.43,26147961,99.95,0,0,0.15,553.65,3108.46,26147962,99.78,0,0,0.59,553.68,3108.43,26147963,99.93,0,0,0.15,553.12,3108.98,26147964,99.92,0,0,0.14,553.11,3108.98,26147965,99.8,0,0,0.32,552.69,3109.42,26147966,99.95,0,0,0.18,552.74,3109.37,26147967,99.79,0,0,0.55,553.88,3108.23,26147968,99.95,0,0,0.14,553.72,3108.4,26147969,99.92,0,0,0.2,553.7,3108.41,26147970,99.84,0,0,0.3,554.17,3107.96,26147971,99.94,0,0,0.15,554.16,3107.97,26147972,99.81,0,0,0.59,554.68,3107.45,26147973,99.92,0,0,0.14,554.35,3107.77,26147974,99.95,0,0,0.16,554.33,3107.79,26147975,99.86,0,0,0.29,554.34,3107.8,26147976,99.93,0,0,0.15,554.46,3107.67,26147977,99.78,0,0,0.54,555.23,3106.89,26147978,99.92,0,0,0.15,554.46,3107.66,26147979,99.85,0,0,0.3,554.43,3107.66,26147980,99.9,0,0,0.28,554.18,3107.93,26147981,99.91,0,0,0.18,554.16,3107.95,26147982,99.78,0,0,0.57,554.27,3107.83,26147983,99.92,0,0,0.17,553.6,3108.49,26147984,99.95,0,0,0.14,553.59,3108.53,26147985,99.88,0,0,0.3,554.31,3107.83,26147986,99.95,0,0,0.18,554.4,3107.74,26147987,99.81,0,0,0.55,554.63,3107.5,26147988,99.91,0,0,0.16,553.97,3108.16,26147989,99.93,0,0,0.21,553.95,3108.18,26147990,99.86,0,0,0.31,554.43,3107.71,26147991,99.93,0,0,0.14,554.39,3107.75,26147992,99.78,0,0,0.6,554.73,3107.42,26147993,99.95,0,0,0.16,554.35,3107.8,26147994,99.95,0,0,0.14,554.34,3107.81,26147995,99.88,0,0,0.27,554.73,3107.43,26147996,99.94,0,0,0.14,554.75,3107.41,26147997,99.81,0,0,0.41,555.21,3106.94,26147998,99.93,0,0,0.28,554.69,3107.46,26147999,99.88,0,0,0.15,554.68,3107.47,26148000,99.86,0,0,0.26,554.44,3107.72,26148001,99.9,0,0,0.14,554.41,3107.75,26148002,99.93,0,0,0.16,554.38,3107.77,26148003,99.8,0,0,0.54,554.95,3107.2,26148004,99.95,0,0,0.14,554.59,3107.56,26148005,99.87,0,0,0.32,554.35,3107.82,26148006,99.93,0,0,0.18,554.47,3107.69,26148007,99.93,0,0,0.18,554.49,3107.67,26148008,99.8,0,0,0.56,555.04,3107.11,26148009,99.83,0,0,0.32,554,3108.12,26148010,99.85,0,0,0.27,554.68,3107.45,26148011,99.93,0,0,0.16,554.66,3107.47,26148012,99.95,0,0.02,0.14,554.64,3107.49,26148013,99.75,0,0,0.57,555.13,3106.99,26148014,99.93,0,0,0.15,554.32,3107.79,26148015,99.88,0,0,0.3,554.34,3107.8,26148016,99.93,0,0,0.14,554.48,3107.65,26148017,99.92,0,0,0.2,554.46,3107.67,26148018,99.81,0,0,0.5,554.79,3107.33,26148019,99.95,0,0,0.2,554.42,3107.7,26148020,99.86,0,0,0.27,554.41,3107.72,26148021,99.95,0,0,0.14,554.4,3107.73,26148022,99.95,0,0,0.17,554.37,3107.75,26148023,99.82,0,0,0.54,554.85,3107.26,26148024,99.93,0,0,0.15,554.57,3107.54,26148025,99.85,0,0,0.36,554.82,3107.3,26148026,99.95,0,0,0.16,554.79,3107.32,26148027,99.94,0,0,0.14,554.93,3107.18,26148028,99.82,0,0,0.59,555.19,3106.92,26148029,99.95,0,0,0.2,554.68,3107.42,26148030,99.89,0,0,0.33,554.67,3107.45,26148031,99.95,0,0,0.18,554.66,3107.45,26148032,99.95,0,0,0.18,554.63,3107.48,26148033,99.79,0,0,0.43,555.2,3106.9,26148034,99.93,0,0,0.32,554.83,3107.27,26148035,99.9,0,0,0.27,554.83,3107.29,26148036,99.91,0,0,0.15,554.82,3107.3,26148037,99.95,0,0,0.16,554.79,3107.33,26148038,99.81,0,0,0.41,555.2,3106.9,26148039,99.89,0,0,0.52,554.69,3107.39,26148040,99.9,0,0,0.35,554.71,3107.41,26148041,99.94,0,0,0.12,554.67,3107.45,26148042,99.93,0,0,0.15,554.64,3107.47,26148043,99.81,0,0,0.44,554.99,3107.11,26148044,99.93,0,0,0.35,554.84,3107.28,26148045,99.85,0,0,0.33,554.61,3107.53,26148046,99.95,0,0,0.14,554.58,3107.56,26148047,99.94,0,0,0.14,554.57,3107.56,26148048,99.94,0,0,0.16,554.53,3107.59,26148049,99.78,0,0,0.55,555.52,3106.6,26148050,99.86,0,0,0.27,553.74,3108.4,26148051,99.93,0,0,0.17,553.7,3108.43,26148052,99.93,0,0,0.14,553.68,3108.45,26148053,99.94,0,0,0.14,553.65,3108.48,26148054,99.78,0,0,0.56,554.17,3107.96,26148055,99.85,0,0,0.34,554.84,3107.29,26148056,99.91,0,0,0.15,554.84,3107.3,26148057,99.91,0,0,0.18,554.81,3107.32,26148058,99.9,0,0,0.18,554.79,3107.34,26148059,99.8,0,0,0.55,555.12,3107,26148060,99.82,0,0,0.26,554.78,3107.36,26148061,99.94,0,0,0.15,554.73,3107.41,26148062,99.91,0,0,0.14,554.71,3107.42,26148063,99.9,0,0,0.15,554.69,3107.44,26148064,99.78,0,0,0.56,555.03,3107.09,26148065,99.85,0,0,0.29,554.67,3107.46,26148066,99.95,0,0,0.14,554.64,3107.49,26148067,99.9,0,0,0.16,554.63,3107.5,26148068,99.9,0,0,0.14,554.61,3107.51,26148069,99.71,0,0,0.79,555.27,3106.83,26148070,99.83,0,0,0.27,553.88,3108.23,26148071,99.95,0,0,0.14,553.82,3108.29,26148072,99.94,0,0,0.14,553.8,3108.3,26148073,99.92,0,0,0.14,553.95,3108.14,26148074,99.77,0,0,0.54,554.55,3107.54,26148075,99.9,0,0,0.28,554.93,3107.18,26148076,99.93,0,0,0.17,554.91,3107.2,26148077,99.87,0,0.01,0.2,554.87,3107.23,26148078,99.81,0,0,0.15,554.83,3107.27,26148079,99.76,0,0,0.39,555.2,3106.9,26148080,99.9,0,0,0.41,555.05,3107.06,26148081,99.91,0,0,0.14,555.18,3106.93,26148082,99.9,0,0,0.14,555.19,3106.91,26148083,99.93,0,0,0.15,555.17,3106.93,26148084,99.85,0,0,0.16,555.32,3106.77,26148085,99.78,0,0,0.67,555.25,3106.85,26148086,99.93,0,0,0.17,554.87,3107.23,26148087,99.88,0,0,0.13,554.86,3107.24,26148088,99.9,0,0,0.14,554.83,3107.26,26148089,99.88,0,0,0.15,554.82,3107.27,26148090,99.64,0,0,0.7,554.62,3107.49,26148091,99.86,0,0,0.18,554.05,3108.05,26148092,99.88,0,0,0.18,554.16,3107.94,26148093,99.88,0,0,0.17,554.21,3107.89,26148094,99.88,0,0,0.2,554.18,3107.91,26148095,99.73,0,0,0.68,554.78,3107.33,26148096,99.88,0,0,0.16,554.4,3107.7,26148097,99.9,0,0,0.15,554.38,3107.71,26148098,99.91,0,0,0.14,554.36,3107.73,26148099,99.82,0,0,0.39,554.34,3107.74,26148100,99.69,0,0,0.69,554.83,3107.27,26148101,99.85,0,0,0.16,554.31,3107.78,26148102,99.82,0,0,0.15,554.29,3107.8,26148103,99.84,0,0,0.16,554.26,3107.82,26148104,99.87,0,0,0.15,554.39,3107.69,26148105,99.66,0,0,0.61,554.54,3107.56,26148106,99.85,0,0,0.2,554.17,3107.92,26148107,99.83,0,0,0.38,553.87,3108.22,26148108,99.85,0,0,0.14,553.62,3108.46,26148109,99.85,0,0,0.18,553.56,3108.51,26148110,99.63,0,0,0.66,553.9,3108.19,26148111,99.85,0,0,0.19,552.84,3109.25,26148112,99.86,0,0,0.16,552.82,3109.27,26148113,99.85,0,0,0.14,552.8,3109.29,26148114,99.87,0,0,0.14,552.78,3109.31,26148115,99.66,0,0,0.64,554.02,3108.09,26148116,99.86,0,0,0.22,554.42,3107.68,26148117,99.84,0,0,0.14,554.41,3107.69,26148118,99.87,0,0,0.16,554.38,3107.72,26148119,99.84,0,0,0.15,554.35,3107.74,26148120,99.62,0,0,0.57,554.7,3107.41,26148121,99.85,0,0,0.27,553.59,3108.51,26148122,99.84,0,0,0.17,553.57,3108.52,26148123,99.83,0,0,0.14,553.54,3108.55,26148124,99.86,0,0,0.16,553.53,3108.55,26148125,96.55,0.04,0.01,64.34,563.2,3100.9,26148126,99.48,0,0,77.21,556.31,3105.87,26148127,99.87,0,0,0.14,555.92,3106.27,26148128,99.85,0,0,0.16,555.9,3106.27,26148129,99.78,0.01,0.01,0.31,556.24,3105.91,26148130,99.82,0,0,0.27,556.99,3105.18,26148131,99.68,0,0,0.59,554.94,3107.28,26148132,99.85,0,0,0.14,554.52,3107.7,26148133,99.86,0.01,0.02,0.15,554.52,3107.7,26148134,99.87,0,0,0.17,554.55,3107.68,26148135,99.81,0,0,0.27,554.3,3107.95,26148136,99.7,0,0,0.59,554.86,3107.38,26148137,99.86,0,0,0.18,554.26,3107.98,26148138,99.86,0,0,0.16,554.24,3107.99,26148139,98.39,0,0,0.15,554.21,3108.02,26148140,99.8,0.02,0.66,0.3,554.59,3107.65,26148141,99.7,0,0,0.56,554.94,3107.3,26148142,99.83,0,0,0.16,554.56,3107.67,26148143,99.85,0,0,0.15,554.54,3107.69,26148144,99.84,0,0,0.15,554.51,3107.71,26148145,99.8,0,0,0.32,554.27,3107.97,26148146,99.7,0,0,0.54,554.74,3107.5,26148147,99.85,0,0,0.16,554.45,3107.78,26148148,99.85,0,0,0.15,554.55,3107.67,26148149,99.86,0,0,0.15,554.6,3107.62,26148150,99.78,0,0,0.32,554.35,3107.88,26148151,99.73,0,0,0.57,555.15,3107.09,26148152,99.85,0,0,0.17,554.55,3107.68,26148153,99.85,0,0,0.18,554.54,3107.68,26148154,99.85,0,0,0.15,554.51,3107.71,26148155,99.79,0,0,0.29,554.51,3107.72,26148156,99.72,0,0,0.41,554.77,3107.47,26148157,99.88,0,0,0.31,554.21,3108.01,26148158,99.86,0,0,0.16,554.19,3108.02,26148159,99.78,0,0,0.3,554.52,3107.68,26148160,99.83,0,0,0.27,554.61,3107.6,26148161,99.72,0,0,0.41,554.93,3107.27,26148162,99.84,0,0,0.31,554.56,3107.64,26148163,99.85,0,0,0.15,554.53,3107.66,26148164,99.85,0,0,0.14,554.52,3107.68,26148165,99.82,0,0,0.32,553.39,3108.83,26148166,99.73,0,0,0.43,553.7,3108.51,26148167,99.86,0,0,0.29,554.22,3107.99,26148168,99.86,0,0,0.15,554.2,3108.01,26148169,99.85,0,0,0.17,554.13,3108.07,26148170,99.8,0,0,0.28,553.29,3108.93,26148171,99.86,0,0,0.16,553.36,3108.85,26148172,99.72,0,0,0.59,554,3108.2,26148173,99.85,0,0,0.16,553.55,3108.65,26148174,99.85,0,0,0.17,553.53,3108.67,26148175,99.78,0,0,0.29,554.72,3107.49,26148176,99.85,0,0,0.16,554.74,3107.47,26148177,99.73,0,0,0.55,554.33,3107.88,26148178,99.86,0,0,0.15,553.72,3108.48,26148179,99.86,0,0,0.15,553.69,3108.51,26148180,99.35,0,0,0.53,555,3107.22,26148181,99.85,0,0,0.15,554.9,3107.31,26148182,99.73,0,0,0.54,555.25,3106.96,26148183,99.84,0,0,0.16,554.81,3107.4,26148184,99.85,0,0,0.14,554.79,3107.41,26148185,99.82,0,0,0.31,554.54,3107.67,26148186,99.86,0,0,0.17,554.53,3107.7,26148187,99.73,0,0,0.4,555.21,3107.01,26148188,99.86,0,0,0.27,554.74,3107.48,26148189,99.8,0,0,0.32,554.7,3107.49,26148190,99.82,0,0,0.28,554.47,3107.75,26148191,99.84,0,0,0.14,554.43,3107.78,26148192,90.36,0,0,117.24,575.86,3074.53,26148193,99.46,0,0,33.24,557.31,3108.05,26148194,99.84,0,0,0.15,557.32,3108.04,26148195,99.82,0,0,0.29,557.32,3108.05,26148196,99.84,0,0,0.17,557.29,3108.07,26148197,99.73,0.01,0.02,0.62,557.8,3107.56,26148198,99.87,0,0,0.23,554.88,3110.56,26148199,99.86,0,0,0.16,554.75,3110.7,26148200,99.83,0,0,0.27,554.76,3110.7,26148201,99.85,0,0,0.16,554.8,3110.65,26148202,99.73,0,0,0.3,555.26,3110.2,26148203,99.85,0,0,0.37,555.12,3110.32,26148204,99.85,0,0,0.16,555.09,3110.35,26148205,98.68,0,0,15.48,556.84,3108.9,26148206,99.87,0,0,0.13,553.6,3111.87,26148207,99.87,0,0,0.16,553.57,3111.89,26148208,99.68,0,0,0.59,554.89,3110.57,26148209,99.85,0,0,0.19,554.51,3110.94,26148210,99.72,0,0,0.28,554.98,3110.49,26148211,99.86,0,0,0.17,555.08,3110.38,26148212,99.85,0,0,0.2,555.17,3110.29,26148213,99.72,0,0,0.55,555.18,3110.28,26148214,99.88,0,0,0.17,554.62,3110.83,26148215,99.8,0,0,0.3,554.88,3110.6,26148216,99.86,0,0,0.16,554.85,3110.63,26148217,99.81,0,0,0.18,554.82,3110.65,26148218,99.74,0,0,0.56,555.32,3110.14,26148219,99.78,0,0,0.32,555.02,3110.42,26148220,99.8,0,0,0.29,554.78,3110.67,26148221,99.86,0,0,0.2,554.91,3110.54,26148222,99.88,0,0,0.2,554.92,3110.52,26148223,99.29,0,0,0.55,555.75,3109.69,26148224,99.88,0,0,0.19,555.11,3110.32,26148225,99.81,0,0,0.32,554.63,3110.82,26148226,99.87,0,0,0.15,554.6,3110.85,26148227,99.81,0,0,0.19,554.57,3110.88,26148228,99.73,0,0,0.55,554.99,3110.45,26148229,99.83,0,0,0.17,554.76,3110.68,26148230,99.78,0,0,0.36,555,3110.45,26148231,99.87,0,0,0.17,555.16,3110.29,26148232,99.87,0,0,0.17,555.15,3110.29,26148233,99.7,0,0,0.6,555.4,3110.05,26148234,99.83,0,0,0.16,554.62,3110.82,26148235,99.8,0,0,0.31,555.12,3110.34,26148236,99.85,0,0,0.17,555.1,3110.35,26148237,99.86,0,0,0.18,555.07,3110.37,26148238,99.73,0,0,0.55,555.35,3110.1,26148239,99.85,0,0,0.16,554.79,3110.65,26148240,99.76,0,0,0.31,554.57,3110.89,26148241,99.87,0,0,0.18,553.79,3111.66,26148242,99.86,0,0,0.18,553.76,3111.69,26148243,99.75,0,0,0.32,554.46,3110.99,26148244,99.83,0,0,0.39,553.91,3111.53,26148245,99.79,0,0,0.28,553.92,3111.54,26148246,99.85,0,0,0.16,553.88,3111.57,26148247,99.87,0,0,0.14,553.88,3111.57,26148248,99.86,0,0,0.14,553.84,3111.6,26148249,99.61,0,0,0.69,554.46,3110.96,26148250,99.76,0,0,0.27,553.83,3111.61,26148251,99.87,0,0,0.14,553.8,3111.63,26148252,99.86,0,0,0.12,553.78,3111.65,26148253,99.87,0,0,0.16,553.75,3111.67,26148254,99.71,0,0,0.54,554.65,3110.77,26148255,99.84,0,0,0.26,553.23,3112.21,26148256,99.93,0,0,0.16,553.17,3112.26,26148257,99.93,0,0,0.2,552.9,3112.53,26148258,99.94,0,0,0.14,552.89,3112.54,26148259,99.79,0,0,0.52,554.59,3110.83,26148260,98.9,0,0,0.26,553.86,3111.58,26148261,99.94,0,0,0.15,553.82,3111.62,26148262,99.94,0,0,0.16,553.8,3111.63,26148263,99.93,0,0,0.15,553.78,3111.65,26148264,99.8,0,0,0.48,554.6,3110.83,26148265,99.88,0,0,0.32,554.18,3111.26,26148266,99.93,0,0,0.18,554.16,3111.28,26148267,99.93,0,0,0.18,554.13,3111.3,26148268,99.93,0,0,0.14,554.12,3111.31,26148269,99.78,0,0,0.46,554.49,3110.93,26148270,99.88,0,0,0.44,554.34,3111.1,26148271,99.93,0,0,0.14,554.31,3111.13,26148272,99.94,0,0,0.16,554.29,3111.14,26148273,99.93,0,0,0.14,554.27,3111.16,26148274,99.82,0,0,0.49,554.64,3110.78,26148275,99.89,0,0,0.32,554.35,3111.09,26148276,99.93,0,0,0.14,554.41,3111.02,26148277,99.93,0,0,0.17,554.4,3111.03,26148278,99.94,0,0,0.14,554.37,3111.05,26148279,99.88,0,0,0.32,554.36,3111.04,26148280,99.76,0,0,0.67,554.45,3110.96,26148281,99.95,0,0,0.16,554.08,3111.34,26148282,99.94,0,0,0.17,554.05,3111.36,26148283,99.94,0,0,0.17,554.03,3111.37,26148284,99.93,0,0,0.18,554,3111.43,26148285,99.72,0,0,0.66,554.15,3111.3,26148286,99.96,0,0,0.17,553.88,3111.56,26148287,99.91,0,0,0.16,553.93,3111.51,26148288,99.92,0,0,0.18,553.9,3111.53,26148289,99.96,0,0,0.16,553.89,3111.54,26148290,99.7,0,0,0.66,554.53,3110.91,26148291,99.94,0.01,0.01,0.18,554.08,3111.36,26148292,99.95,0,0,0.17,554.05,3111.39,26148293,99.95,0,0,0.18,554.02,3111.4,26148294,99.94,0,0,0.17,554,3111.42,26148295,99.73,0,0,0.7,554.99,3110.44,26148296,99.93,0,0,0.16,554.42,3111.02,26148297,99.95,0,0,0.13,554.4,3111.03,26148298,99.91,0,0,0.16,554.38,3111.05,26148299,99.91,0,0,0.14,554.36,3111.06,26148300,99.68,0,0,0.7,554.24,3111.2,26148301,99.92,0,0,0.13,554.34,3111.09,26148302,99.93,0,0,0.17,554.32,3111.11,26148303,99.95,0,0,0.18,554.29,3111.13,26148304,99.95,0,0,0.18,554.28,3111.14,26148305,99.74,0,0,0.7,554.75,3110.68,26148306,99.94,0,0,0.13,554.26,3111.17,26148307,99.96,0,0,0.18,554.32,3111.11,26148308,99.93,0,0,0.18,554.4,3111.02,26148309,99.76,0,0,0.32,554.61,3110.79,26148310,99.78,0,0,0.68,555.37,3110.04,26148311,99.94,0,0,0.19,554.59,3110.82,26148312,99.91,0,0,0.18,554.56,3110.84,26148313,99.93,0,0,0.18,554.55,3110.85,26148314,99.95,0,0,0.18,554.52,3110.89,26148315,99.74,0,0,0.55,555.09,3110.35,26148316,99.93,0,0,0.27,554.5,3110.94,26148317,99.95,0,0,0.2,554.48,3110.96,26148318,99.92,0,0,0.14,554.61,3110.83,26148319,99.95,0,0,0.16,554.63,3110.8,26148320,99.75,0,0,0.6,554.99,3110.45,26148321,99.94,0,0,0.19,554.61,3110.84,26148322,99.93,0,0,0.17,554.59,3110.85,26148323,99.94,0,0,0.14,554.56,3110.87,26148324,99.93,0,0,0.14,554.55,3110.88,26148325,99.88,0,0,0.27,554.55,3110.9,26148326,99.8,0,0,0.54,554.87,3110.57,26148327,99.94,0,0,0.14,554.49,3110.94,26148328,99.95,0,0,0.15,554.48,3110.95,26148329,99.94,0,0,0.14,554.58,3110.85,26148330,99.87,0,0,0.29,554.88,3110.57,26148331,99.82,0,0,0.53,555.3,3110.13,26148332,99.94,0,0,0.16,554.59,3110.84,26148333,99.91,0,0,0.15,554.58,3110.85,26148334,99.93,0,0,0.17,554.55,3110.87,26148335,99.83,0,0,0.32,554.09,3111.35,26148336,99.8,0,0,0.53,554.85,3110.59,26148337,99.95,0,0,0.14,554.77,3110.66,26148338,99.92,0.01,0.02,0.18,554.72,3110.7,26148339,99.82,0,0,0.29,554.82,3110.59,26148340,99.85,0,0,0.26,554.92,3110.5,26148341,99.8,0,0,0.57,555.2,3110.22,26148342,99.93,0,0,0.17,554.82,3110.59,26148343,99.91,0,0,0.15,554.79,3110.61,26148344,99.65,0,0,0.17,554.79,3110.63,26148345,99.86,0,0,0.3,554.54,3110.9,26148346,99.81,0,0,0.43,555.31,3110.12,26148347,99.93,0,0,0.3,554.73,3110.7,26148348,99.93,0,0,0.17,554.71,3110.72,26148349,99.91,0,0,0.14,554.8,3110.62,26148350,99.85,0,0,0.27,554.43,3111,26148351,99.79,0,0,0.52,555.04,3110.4,26148352,99.93,0,0,0.19,554.86,3110.57,26148353,99.92,0,0,0.14,554.85,3110.57,26148354,99.9,0,0,0.16,554.82,3110.6,26148355,99.87,0,0,0.27,554.59,3110.84,26148356,99.8,0,0,0.4,555.06,3110.38,26148357,99.93,0,0,0.29,554.78,3110.64,26148358,99.89,0,0,0.14,554.76,3110.66,26148359,99.9,0,0,0.15,554.73,3110.68,26148360,99.88,0,0,0.28,554.77,3110.66,26148361,99.91,0,0,0.13,554.89,3110.54,26148362,99.82,0,0,0.53,555.22,3110.2,26148363,99.89,0,0,0.17,554.85,3110.57,26148364,99.94,0,0,0.14,554.82,3110.6,26148365,99.89,0,0,0.27,555.32,3110.12,26148366,99.93,0,0,0.16,555.29,3110.14,26148367,99.79,0,0,0.55,555.4,3110.02,26148368,99.93,0,0,0.14,555,3110.41,26148369,99.83,0,0,0.29,554.74,3110.66,26148370,99.86,0,0,0.29,554.72,3110.69,26148371,99.89,0,0,0.15,554.77,3110.64,26148372,99.79,0,0,0.57,554.65,3110.75,26148373,99.95,0,0,0.14,554.11,3111.28,26148374,99.94,0,0,0.14,554.09,3111.3,26148375,99.88,0,0,0.28,554.81,3110.59,26148376,99.94,0,0,0.14,554.81,3110.59,26148377,99.79,0,0,0.58,555.39,3110,26148378,99.94,0,0,0.21,554.74,3110.64,26148379,99.92,0,0,0.15,554.72,3110.66,26148380,99.84,0,0,0.3,554.72,3110.67,26148381,99.96,0,0,0.13,554.7,3110.69,26148382,99.8,0,0,0.57,555.14,3110.24,26148383,99.93,0,0,0.14,554.85,3110.53,26148384,99.9,0,0,0.14,554.82,3110.56,26148385,99.84,0,0,0.27,555.3,3110.09,26148386,99.94,0,0,0.14,555.28,3110.1,26148387,99.79,0,0,0.56,555.42,3109.96,26148388,99.91,0,0,0.16,554.75,3110.63,26148389,99.92,0,0,0.16,554.73,3110.64,26148390,99.85,0,0,0.26,554.8,3110.59,26148391,99.94,0,0,0.14,554.24,3111.14,26148392,99.8,0,0,0.55,554.31,3111.07,26148393,99.89,0,0,0.15,553.93,3111.45,26148394,99.94,0,0,0.16,554.07,3111.31,26148395,99.8,0,0,0.29,553.39,3112,26148396,99.94,0,0,0.14,553.35,3112.04,26148397,99.78,0,0,0.36,553.84,3111.54,26148398,99.94,0,0,0.4,554.28,3111.1,26148399,99.8,0,0,0.3,554.26,3111.07,26148400,99.87,0,0,0.26,554.02,3111.35,26148401,99.91,0,0,0.16,553.99,3111.37,26148402,99.95,0,0,0.14,553.96,3111.39,26148403,99.8,0,0,0.52,554.3,3111.05,26148404,99.65,0,0,0.15,553.92,3111.43,26148405,99.87,0,0,0.26,554.31,3111.05,26148406,99.92,0,0,0.14,554.33,3111.02,26148407,99.91,0,0,0.16,554.32,3111.03,26148408,99.77,0,0,0.55,554.64,3110.71,26148409,99.94,0,0,0.18,554.28,3111.06,26148410,99.88,0,0,0.32,553.82,3111.56,26148411,99.92,0,0,0.12,553.78,3111.6,26148412,99.93,0,0,0.14,553.74,3111.63,26148413,99.79,0,0,0.57,554.49,3110.88,26148414,99.92,0,0,0.16,553.7,3111.66,26148415,99.9,0,0,0.3,553.69,3111.68,26148416,99.94,0,0,0.14,553.68,3111.7,26148417,99.94,0,0,0.16,553.83,3111.54,26148418,99.82,0,0,0.48,554.36,3111,26148419,99.94,0,0,0.23,554.28,3111.07,26148420,99.85,0,0,0.26,554.29,3111.08,26148421,99.94,0,0,0.14,554.26,3111.1,26148422,99.95,0,0,0.16,554.24,3111.12,26148423,99.8,0,0,0.48,554.67,3110.69,26148424,99.94,0,0,0.21,554.44,3110.91,26148425,99.88,0,0,0.28,554.2,3111.17,26148426,99.92,0,0,0.13,554.17,3111.2,26148427,99.94,0,0,0.16,554.16,3111.2,26148428,99.81,0,0,0.39,554.73,3110.62,26148429,99.88,0,0,0.44,554.34,3110.99,26148430,99.9,0,0,0.27,554.33,3111.02,26148431,99.95,0,0,0.16,554.32,3111.03,26148432,99.95,0,0,0.16,554.28,3111.06,26148433,99.79,0,0,0.31,554.62,3110.72,26148434,99.93,0,0,0.39,554.49,3110.86,26148435,99.89,0,0,0.34,554.49,3110.88,26148436,99.94,0,0,0.14,554.47,3110.89,26148437,99.92,0,0,0.21,554.51,3110.85,26148438,99.92,0,0,0.14,554.54,3110.81,26148439,99.78,0,0,0.54,555.13,3110.23,26148440,99.87,0,0,0.26,554.53,3110.84,26148441,99.93,0,0,0.16,554.44,3110.93,26148442,99.94,0,0,0.17,554.55,3110.81,26148443,99.9,0,0,0.15,554.56,3110.79,26148444,99.8,0,0,0.56,555,3110.36,26148445,99.9,0,0,0.31,554.31,3111.06,26148446,99.94,0,0,0.16,554.29,3111.08,26148447,99.95,0,0,0.15,554.26,3111.11,26148448,99.95,0,0,0.15,554.22,3111.13,26148449,99.81,0,0,0.56,554.56,3110.79,26148450,99.85,0,0,0.26,554.44,3110.93,26148451,99.94,0,0,0.18,554.48,3110.89,26148452,99.95,0,0,0.15,554.58,3110.78,26148453,99.95,0,0,0.16,554.56,3110.8,26148454,99.81,0,0,0.48,554.87,3110.48,26148455,99.9,0,0,0.37,554.53,3110.83,26148456,99.93,0,0,0.19,554.5,3110.86,26148457,99.94,0,0,0.18,554.47,3110.89,26148458,99.96,0,0,0.18,554.46,3110.89,26148459,99.74,0,0,0.79,555.17,3110.16,26148460,99.86,0,0,0.33,554.66,3110.69,26148461,99.94,0,0,0.18,554.77,3110.57,26148462,99.94,0,0,0.18,554.81,3110.53,26148463,99.96,0,0,0.17,554.79,3110.54,26148464,99.81,0,0,0.42,555.11,3110.21,26148465,99.81,0,0,0.39,554.51,3110.83,26148466,99.93,0,0,0.15,554.49,3110.85,26148467,99.95,0,0,0.19,554.46,3110.87,26148468,99.93,0,0,0.15,554.44,3110.89,26148469,99.82,0,0,0.3,554.77,3110.55,26148470,99.84,0,0,0.51,553.99,3111.35,26148471,99.94,0,0,0.15,554.01,3111.32,26148472,99.93,0,0,0.16,554.06,3111.27,26148473,99.94,0,0,0.14,554.05,3111.29,26148474,99.93,0,0,0.16,554.02,3111.32,26148475,99.75,0,0,0.68,554.67,3110.69,26148476,99.93,0,0,0.14,554.25,3111.11,26148477,99.93,0,0,0.15,554.24,3111.11,26148478,99.93,0,0,0.14,554.21,3111.14,26148479,99.32,0,0,0.16,554.2,3111.14,26148480,99.69,0,0,0.68,554.87,3110.49,26148481,99.93,0,0,0.15,554.66,3110.7,26148482,99.95,0,0,0.16,554.72,3110.63,26148483,99.92,0,0,0.15,554.8,3110.55,26148484,99.93,0,0,0.14,554.79,3110.55,26148485,99.77,0,0,0.68,555.13,3110.22,26148486,99.93,0,0,0.17,554.76,3110.59,26148487,99.95,0,0,0.14,554.73,3110.62,26148488,99.95,0,0,0.14,554.71,3110.63,26148489,99.86,0,0,0.32,554.96,3110.36,26148490,95.17,0.36,0.01,78.51,566.65,3098.97,26148491,99.83,0,0,180.47,557.15,3108.13,26148492,99.93,0,0,0.16,557.19,3108.08,26148493,99.92,0,0,0.19,557.16,3108.11,26148494,99.94,0,0,0.16,557.15,3108.11,26148495,99.72,0,0,0.57,556.51,3108.77,26148496,99.93,0,0,0.35,555.2,3110.1,26148497,99.94,0,0,0.2,555.17,3110.13,26148498,99.94,0,0,0.14,555.14,3110.15,26148499,99.95,0,0,0.16,555.12,3110.16,26148500,99.73,0,0,0.67,555.28,3110.03,26148501,99.94,0,0,0.18,555.11,3110.21,26148502,99.91,0,0,0.17,555.2,3110.12,26148503,99.93,0,0,0.17,555.26,3110.05,26148504,99.93,0,0,0.16,555.22,3110.08,26148505,99.69,0,0,0.71,555.14,3110.19,26148506,99.94,0,0,0.14,554.96,3110.36,26148507,99.87,0,0.01,0.15,554.94,3110.38,26148508,99.94,0,0,0.18,554.91,3110.41,26148509,99.93,0,0,0.14,554.89,3110.43,26148510,99.91,0,0,0.26,554.89,3110.45,26148511,99.76,0,0,0.55,555.58,3109.75,26148512,99.93,0.02,0.16,0.14,554.96,3110.36,26148513,99.94,0,0,0.14,554.96,3110.36,26148514,99.93,0,0,0.16,554.94,3110.37,26148515,99.88,0,0,0.3,554.88,3110.45,26148516,99.81,0,0,0.55,555.59,3109.73,26148517,99.95,0,0,0.14,554.9,3110.42,26148518,99.95,0,0,0.15,554.88,3110.43,26148519,99.89,0,0,0.32,554.62,3110.67,26148520,99.89,0,0,0.31,555.1,3110.2,26148521,99.81,0,0.01,0.57,555.43,3109.87,26148522,99.94,0,0,0.14,554.98,3110.32,26148523,99.94,0,0,0.15,554.95,3110.34,26148524,99.94,0,0,0.15,554.94,3110.35,26148525,99.9,0,0,0.3,554.93,3110.37,26148526,99.8,0,0,0.55,555.25,3110.04,26148527,99.95,0,0,0.16,554.88,3110.41,26148528,99.93,0,0,0.15,554.85,3110.43,26148529,99.93,0,0,0.15,554.84,3110.44,26148530,99.81,0,0,0.36,553.8,3111.5,26148531,99.78,0,0,0.47,554.7,3110.59,26148532,99.95,0,0,0.21,554.97,3110.32,26148533,99.93,0,0,0.14,554.94,3110.35,26148534,99.93,0,0,0.15,554.91,3110.37,26148535,99.89,0,0,0.27,554.9,3110.4,26148536,99.81,0,0,0.43,555.44,3109.86,26148537,99.93,0,0,0.27,555.1,3110.2,26148538,99.93,0,0,0.16,555.07,3110.22,26148539,99.95,0,0,0.2,555,3110.28,26148540,99.83,0,0,0.35,554.49,3110.81,26148541,99.79,0,0,0.62,554.79,3110.5,26148542,99.94,0,0,0.13,554.21,3111.09,26148543,99.93,0,0,0.17,554.17,3111.11,26148544,99.95,0,0,0.15,554.14,3111.14,26148545,99.85,0,0,0.31,554.63,3110.66,26148546,99.82,0,0,0.43,554.88,3110.41,26148547,99.93,0,0,0.28,554.14,3111.15,26148548,99.92,0,0,0.16,554.26,3111.02,26148549,99.84,0,0,0.29,554.2,3111.06,26148550,99.85,0,0,0.28,554.18,3111.09,26148551,99.94,0,0,0.14,554.15,3111.12,26148552,99.77,0,0,0.58,554.47,3110.8,26148553,99.95,0,0,0.14,554.14,3111.12,26148554,99.88,0,0,0.15,554.23,3111.04,26148555,99.83,0,0,0.29,554.22,3111.08,26148556,99.9,0,0,0.13,554.18,3111.11,26148557,99.79,0,0,0.57,554.75,3110.53,26148558,99.94,0,0,0.16,554.1,3111.2,26148559,99.94,0,0,0.16,554.11,3111.18,26148560,99.91,0,0,0.27,554.02,3111.29,26148561,99.95,0,0,0.16,553.98,3111.32,26148562,99.81,0,0,0.55,554.69,3110.61,26148563,99.95,0,0,0.14,554.42,3110.88,26148564,99.92,0,0,0.15,554.38,3110.91,26148565,99.9,0,0,0.28,554.37,3110.94,26148566,99.94,0,0,0.15,554.45,3110.86,26148567,99.76,0,0,0.55,554.98,3110.33,26148568,99.9,0,0,0.15,554.68,3110.62,26148569,99.9,0,0,0.15,554.63,3110.66,26148570,99.88,0,0,0.27,554.62,3110.69,26148571,99.92,0,0,0.16,554.58,3110.72,26148572,99.78,0,0,0.49,554.62,3110.68,26148573,99.9,0,0,0.19,553.71,3111.59,26148574,99.93,0,0,0.15,553.68,3111.62,26148575,99.89,0,0,0.27,553.66,3111.65,26148576,99.93,0,0,0.14,553.62,3111.68,26148577,99.8,0,0,0.55,554.2,3111.1,26148578,99.93,0,0,0.14,554.44,3110.86,26148579,99.78,0,0,0.41,553.98,3111.29,26148580,99.91,0.01,0.03,0.28,554.19,3111.1,26148581,99.7,0.33,1.27,1.71,554.16,3111.09,26148582,99.6,0.18,0.39,1.36,554.52,3110.68,26148583,99.77,0.18,1.02,1.05,553.83,3111.32,26148584,99.78,0.13,0.81,0.68,553.07,3111.21,26148585,99.88,0,0,0.42,553.85,3110.06,26148586,99.89,0,0,0.17,553.83,3110.08,26148587,99.88,0.01,0.02,0.54,553.75,3110.35,26148588,99.77,0,0.01,0.61,554.19,3109.99,26148589,99.9,0.08,0.02,0.38,553.99,3110.17,26148590,99.86,0.03,0.01,0.43,553.78,3110.4,26148591,99.9,0.03,0.01,0.29,553.82,3110.35,26148592,99.9,0.03,0.01,0.31,553.77,3110.34,26148593,99.78,0.1,0.02,0.82,554.4,3109.71,26148594,99.9,0.11,0.01,0.43,554.03,3110.09,26148595,99.86,0,0,0.3,554.79,3109.35,26148596,99.92,0.12,0.01,0.41,554.86,3109.28,26148597,99.88,0.01,0,0.26,554.82,3109.33,26148598,99.8,0.03,0,0.66,554.87,3109.29,26148599,99.93,0.03,0,0.25,554.4,3109.76,26148600,99.86,0.03,0.01,0.4,553.68,3110.47,26148601,99.88,0.09,0.04,0.47,553.67,3110.48,26148602,99.9,0.05,0.01,0.38,553.67,3110.49,26148603,99.79,0.07,0.02,0.74,554.46,3109.72,26148604,99.78,0.18,0.74,0.45,554.71,3109.43,26148605,99.52,1.47,46.23,0.93,556.96,3107.17,26148606,99.54,1.56,48.39,1.09,556.99,3107.14,26148607,99.57,1.57,49.8,0.85,556.96,3107.16,26148608,99.55,0.78,20.83,0.85,557.38,3106.74,26148609,99.62,5.8,6.71,6.13,557.27,3104.79,26148610,80.77,0.04,0.87,7.77,799.09,2860.26,26148611,99.92,0.07,3.23,0.32,560.22,3098.99,26148612,99.94,0.02,0.6,0.25,560.22,3098.97,26148613,99.8,0,0.07,0.55,560.94,3098.24,26148614,99.95,0,0,0.23,561.67,3097.52,26148615,99.84,0,0,0.36,562.16,3097.06,26148616,99.89,0,0,0.15,562.15,3097.07,26148617,99.89,0,0,0.2,562.12,3097.09,26148618,99.79,0,0,0.55,562.64,3096.57,26148619,99.93,0,0,0.14,562.81,3096.39,26148620,99.85,0,0,0.29,562.58,3096.63,26148621,99.95,0,0,0.14,562.55,3096.66,26148622,99.95,0,0,0.16,562.54,3096.67,26148623,99.22,0,0,0.31,562.86,3096.34,26148624,99.93,0,0,0.38,562.61,3096.59,26148625,99.88,0,0,0.32,562.43,3096.78,26148626,99.94,0,0,0.16,562.39,3096.81,26148627,99.9,0,0,0.14,562.37,3096.84,26148628,99.93,0,0,0.16,562.35,3096.85,26148629,99.8,0,0,0.53,563.13,3096.06,26148630,99.86,0,0,0.29,562.58,3096.63,26148631,99.91,0,0,0.14,562.55,3096.65,26148632,99.94,0,0,0.16,562.53,3096.67,26148633,99.95,0,0,0.14,562.5,3096.7,26148634,99.75,0,0,0.56,562.78,3096.42,26148635,99.77,0,0,0.31,562.69,3096.54,26148636,99.89,0.07,2.79,0.31,562.63,3096.58,26148637,99.95,0,0.01,0.2,562.6,3096.6,26148638,99.95,0,0.01,0.18,562.65,3096.55,26148639,99.71,0,0,0.69,563.38,3095.79,26148640,99.81,0.02,0.03,0.32,559.68,3099.55,26148641,99.93,0.01,0,0.19,559.54,3099.7,26148642,80.93,0.05,1.29,4.73,1032.98,2626.19,26148643,99.76,0.01,0.56,0.23,946.34,2712.87,26148644,97.83,0,0.01,0.58,607.54,3051.67,26148645,99.83,0,0,0.33,607.65,3051.59,26148646,99.87,0,0.02,0.2,607.62,3051.62,26148647,99.85,0.01,0.02,0.19,607.56,3051.67,26148648,85.25,0.03,0.02,1,704.25,2954.94,26148649,92.1,0.05,1.29,4.52,1081.22,2577.98,26148650,82.45,0.04,1.48,4.65,1104.07,2555.12,26148651,99.7,0,0,0.17,637.1,3022.12,26148652,99.81,0.01,0.02,0.21,606.07,3053.14,26148653,80.88,0.05,1.04,4.78,1019.2,2639.96,26148654,99.56,0,0,0.65,811.35,2847.84,26148655,99.77,0,0,0.32,607.62,3051.59,26148656,80.7,0.09,2.66,4.78,1075.97,2583.18,26148657,99.72,0,0,0.16,890.62,2768.55,26148658,99.86,0,0.07,0.16,605.54,3053.63,26148659,80.7,0.06,1.44,4.61,805.97,2853.14,26148660,99.7,0,0,0.7,1075.6,2583.55,26148661,99.71,0,0,0.16,660.22,2998.93,26148662,80.82,0.06,1.58,4.11,760.55,2898.54,26148663,99.81,0.03,1.43,0.77,1069.23,2589.89,26148664,99.53,0.03,1,0.47,699.47,2959.64,26148665,99.76,0,0,0.56,606.37,3052.75,26148666,99.84,0.05,2.14,0.32,606.34,3052.76,26148667,81.04,0.07,1.22,4.64,902.24,2756.81,26148668,99.7,0.02,0.01,0.24,893.14,2765.93,26148669,80.98,0.04,0.04,4.82,956.28,2702.72,26148670,80.45,0.11,3.28,5.21,1072.81,2586.2,26148671,99.63,0,0,0.24,731.06,2927.97,26148672,99.83,0.04,1.31,0.26,604.74,3054.27,26148673,95.85,0.04,0,0.46,616.3,3042.7,26148674,66.09,0.11,2.71,8.66,1101.31,2557.6,26148675,99.44,0,0.01,1.06,1004.62,2654.38,26148676,99.86,0,0,0.2,606.72,3052.28,26148677,99.8,0.05,1.82,0.39,606.8,3052.18,26148678,99.85,0.03,1.15,0.28,606.11,3052.86,26148679,99.87,0,0,0.21,606.08,3052.88,26148680,99.68,0,0,0.77,606.87,3052.11,26148681,99.86,0,0,0.17,606.75,3052.23,26148682,99.38,0.02,0.09,0.5,607,3051.97,26148683,99.85,0,0,0.18,607.2,3051.76,26148684,79.6,0.04,1.05,4.74,790.64,2868.28,26148685,99.66,0,0.04,1.06,1099.4,2559.56,26148686,99.58,0,0,0.17,616.7,3042.25,26148687,99.82,0.02,0,0.21,608.15,3050.8,26148688,80.14,0.06,1.44,4.25,795.19,2863.72,26148689,99.82,0,0.01,0.68,1101.61,2557.32,26148690,99.36,0,0.05,0.69,684.19,2974.76,26148691,99.83,0,0,0.29,609.56,3049.38,26148692,99.83,0,0,0.17,609.61,3049.32,26148693,99.81,0,0,0.14,609.69,3049.25,26148694,99.81,0.03,1.09,0.23,609.61,3049.32,26148695,99.66,0,0,0.68,609.55,3049.4,26148696,99.86,0,0,0.21,609.07,3049.87,26148697,99.83,0.03,1.12,0.2,608.84,3050.09,26148698,99.83,0.01,0.31,0.29,608.53,3050.39,26148699,99.74,0,0.01,0.36,609.01,3049.88,26148700,99.68,0,0.01,0.55,609.81,3049.1,26148701,99.81,0,0,0.38,609.37,3049.53,26148702,99.85,0,0,0.16,609.34,3049.56,26148703,99.84,0,0,0.15,609.31,3049.59,26148704,99.53,0.28,1.39,0.26,610.11,3048.73,26148705,99.15,0.02,0.07,0.43,611.84,3046.98,26148706,99.7,0.01,0.01,0.62,612.46,3046.34,26148707,99.83,0.03,0.04,0.28,611.12,3047.69,26148708,99.83,0.03,0.03,0.26,611.04,3047.76,26148709,99.78,0.04,0.11,0.25,611.15,3047.67,26148710,99.6,0.17,2.33,0.48,609.41,3049.44,26148711,80.98,0.23,4.49,5.38,1025.07,2633.54,26148712,99.7,0,0.01,0.2,790.7,2867.92,26148713,81,0.02,0.03,4.47,840.25,2818.33,26148714,99.61,0.03,1.35,0.52,968.88,2689.72,26148715,99.78,0,0,0.38,611.06,3047.56,26148716,99.68,0.06,1.46,0.54,611.41,3047.22,26148717,99.86,0.04,0,0.37,611.12,3047.49,26148718,80.81,0.09,3.03,4.67,1037.77,2620.76,26148719,80.31,0.05,1.06,4.48,1046.17,2612.35,26148720,99.64,0,0,0.58,995.21,2663.36,26148721,80.71,0.07,1.3,4.72,775.07,2883.43,26148722,99.84,0,0.03,0.63,1085.68,2572.85,26148723,99.67,0,0.04,0.25,633.95,3024.57,26148724,99.85,0,0,0.19,609.79,3048.73,26148725,99.77,0.02,0.95,0.43,611.24,3047.29,26148726,99.67,0.02,1.37,0.77,611.81,3046.71,26148727,99.83,0.04,1.42,0.18,611.16,3047.34,26148728,99.83,0.04,1.5,0.39,610.4,3048.08,26148729,99.73,0,0,0.32,611.05,3047.39,26148730,99.77,0,0,0.31,610.98,3047.49,26148731,99.82,0,0,0.17,611.07,3047.39,26148732,99.7,0,0,0.6,611.77,3046.68,26148733,99.83,0,0,0.17,611.39,3047.06,26148734,99.79,0.01,0.04,0.23,611.32,3047.13,26148735,99.73,0,0.01,0.34,611.47,3047,26148736,99.83,0,0.04,0.21,611.4,3047.06,26148737,99.69,0,0,0.68,611.7,3046.75,26148738,99.83,0,0,0.16,611.32,3047.13,26148739,99.82,0,0,0.18,611.14,3047.3,26148740,99.73,0,0,0.32,610.76,3047.7,26148741,99.83,0,0,0.17,610.73,3047.73,26148742,99.69,0,0,0.6,610.56,3047.89,26148743,99.84,0,0,0.17,609.94,3048.51,26148744,99.83,0,0.01,0.17,609.9,3048.54,26148745,99.79,0,0,0.38,609.87,3048.59,26148746,99.85,0,0,0.2,609.97,3048.49,26148747,99.71,0,0,0.57,611.17,3047.29,26148748,99.81,0,0,0.19,611.19,3047.26,26148749,99.85,0,0,0.16,611.15,3047.3,26148750,99.79,0,0.01,0.34,610.9,3047.58,26148751,99.84,0,0.02,0.23,610.94,3047.53,26148752,99.72,0,0,0.56,611.77,3046.7,26148753,99.81,0,0,0.17,611.19,3047.28,26148754,99.81,0,0,0.17,611.15,3047.31,26148755,99.78,0,0,0.33,611.39,3047.08,26148756,99.84,0,0,0.17,611.36,3047.11,26148757,99.7,0,0.02,0.61,611.13,3047.34,26148758,99.84,0,0,0.21,610.96,3047.49,26148759,99.76,0,0,0.3,610.93,3047.5,26148760,99.78,0,0,0.3,611.16,3047.28,26148761,99.78,0,0,0.16,611.14,3047.3,26148762,99.69,0,0,0.4,611.46,3046.98,26148763,99.83,0,0,0.3,611.07,3047.36,26148764,99.84,0,0,0.14,611.04,3047.39,26148765,99.77,0,0,0.31,611.64,3046.81,26148766,99.08,0,0,0.16,611.68,3046.76,26148767,99.85,0,0.01,0.14,611.65,3046.79,26148768,99.66,0,0,0.57,611.74,3046.7,26148769,99.86,0,0,0.15,611.35,3047.08,26148770,99.79,0,0,0.48,611.02,3047.43,26148771,99.84,0,0,0.15,610.82,3047.63,26148772,99.84,0,0,0.16,610.93,3047.51,26148773,99.68,0.01,0.2,0.7,611.88,3046.55,26148774,99.85,0,0.02,0.22,611.66,3046.76,26148775,99.78,0.01,0.29,0.35,611.5,3046.93,26148776,99.84,0,0,0.19,610.67,3047.76,26148777,99.82,0,0,0.16,610.65,3047.78,26148778,99.69,0,0,0.55,611.13,3047.29,26148779,99.84,0,0,0.15,610.82,3047.6,26148780,99.78,0,0,0.32,610.82,3047.63,26148781,99.85,0,0,0.16,610.79,3047.66,26148782,99.84,0,0,0.14,610.91,3047.53,26148783,99.7,0,0.01,0.72,611.49,3046.94,26148784,99.86,0,0,0.2,611.35,3047.07,26148785,99.78,0,0,0.32,611.59,3046.85,26148786,99.83,0,0.01,0.17,611.56,3046.88,26148787,99.83,0,0.02,0.2,611.55,3046.88,26148788,99.72,0,0.01,0.81,612.31,3046.12,26148789,99.77,0,0,0.3,611.63,3046.78,26148790,99.78,0,0.01,0.38,611.85,3046.57,26148791,99.84,0,0,0.15,611.81,3046.61,26148792,99.85,0,0.01,0.21,611.85,3046.56,26148793,99.71,0,0,0.47,612.44,3045.96,26148794,99.81,0,0.02,0.32,611.35,3047.07,26148795,99.8,0,0.01,0.35,610.88,3047.56,26148796,99.86,0,0,0.16,610.84,3047.59,26148797,99.83,0.01,0.04,0.23,611.05,3047.37,26148798,99.83,0,0,0.21,611.14,3047.28,26148799,99.68,0,0,0.55,611.29,3047.13,26148800,99.79,0,0,0.35,611.35,3047.08,26148801,99.85,0,0.02,0.18,611.31,3047.11,26148802,99.84,0,0.02,0.16,611.4,3047.02,26148803,99.83,0,0,0.17,611.39,3047.03,26148804,99.64,0,0,0.57,611.72,3046.7,26148805,99.77,0.01,0.07,0.32,610.13,3048.3,26148806,99.87,0,0,0.18,610.04,3048.39,26148807,99.85,0,0,0.15,610.31,3048.12,26148808,99.85,0,0,0.14,610.4,3048.02,26148809,99.72,0,0.04,0.61,611.29,3047.12,26148810,99.78,0.01,0.16,0.33,611.35,3047.08,26148811,99.87,0,0.12,0.24,611.37,3047.05,26148812,99.92,0,0,0.14,611.28,3047.14,26148813,99.93,0,0,0.15,611.06,3047.36,26148814,99.76,0,0,0.55,611.75,3046.66,26148815,99.83,0,0,0.31,611.16,3047.27,26148816,99.92,0,0,0.14,611.12,3047.31,26148817,99.94,0,0,0.16,611.08,3047.34,26148818,99.93,0,0,0.15,611.07,3047.35,26148819,99.77,0,0,0.66,611.82,3046.57,26148820,99.85,0,0,0.35,610.87,3047.53,26148821,99.93,0,0,0.16,610.92,3047.48,26148822,99.94,0,0,0.14,610.89,3047.5,26148823,99.88,0,0,0.14,610.87,3047.52,26148824,99.79,0,0,0.56,611.53,3046.85,26148825,99.87,0,0,0.33,611.32,3047.08,26148826,99.5,0,0,0.13,611.29,3047.11,26148827,99.74,0,0.01,0.18,611.25,3047.14,26148828,99.93,0,0,0.14,611.4,3046.99,26148829,99.79,0,0,0.41,611.88,3046.5,26148830,99.87,0,0,0.46,612.11,3046.29,26148831,99.9,0,0,0.18,612.08,3046.32,26148832,99.91,0,0,0.14,612.05,3046.34,26148833,99.9,0,0,0.14,611.69,3046.7,26148834,99.81,0.01,0,0.41,611.85,3046.53,26148835,99.9,0,0,0.44,611.52,3046.88,26148836,99.91,0,0,0.16,611.59,3046.8,26148837,99.93,0,0,0.16,611.64,3046.75,26148838,99.91,0,0,0.16,611.61,3046.78,26148839,99.94,0,0,0.16,611.56,3046.82,26148840,99.72,0,0,0.7,612.2,3046.19,26148841,99.91,0,0,0.16,611.51,3046.88,26148842,99.92,0,0,0.14,611.48,3046.9,26148843,99.93,0,0,0.14,611.66,3046.72,26148844,99.93,0,0,0.16,611.63,3046.74,26148845,99.63,0,0,0.8,611.99,3046.39,26148846,99.91,0,0,0.14,611.83,3046.56,26148847,99.89,0,0,0.15,611.79,3046.59,26148848,99.93,0,0,0.14,611.77,3046.61,26148849,99.85,0,0,0.29,611.37,3046.97,26148850,99.73,0,0,0.75,611.83,3046.53,26148851,99.93,0,0,0.16,611.63,3046.73,26148852,99.91,0,0,0.14,611.6,3046.76,26148853,99.92,0,0,0.15,611.28,3047.07,26148854,99.93,0,0,0.16,610.55,3047.8,26148855,96.66,0.02,0.01,78,617.99,3041.84,26148856,99.92,0,0,0.33,612.99,3045.28,26148857,99.91,0,0,0.23,612.72,3045.54,26148858,99.9,0,0,0.16,612.68,3045.57,26148859,99.86,0,0,0.17,612.65,3045.61,26148860,99.73,0,0,0.77,612.49,3045.79,26148861,99.93,0,0,0.23,610.88,3047.43,26148862,99.92,0,0,0.2,610.85,3047.45,26148863,99.93,0,0,0.2,610.82,3047.47,26148864,99.86,0,0,0.2,610.79,3047.5,26148865,99.73,0,0,0.77,611.35,3046.96,26148866,99.93,0,0,0.21,610.5,3047.82,26148867,99.92,0,0,0.2,610.48,3047.84,26148868,99.93,0,0,0.2,610.6,3047.72,26148869,99.83,0.18,0.96,0.21,610.58,3047.73,26148870,99.59,0.21,0.84,0.59,610.64,3047.69,26148871,99.94,0,0,0.3,610.63,3047.69,26148872,99.92,0.06,0.09,0.34,610.1,3048.23,26148873,99.92,0,0,0.25,607.42,3050.95,26148874,99.75,0.41,8.59,0.28,608.19,3050.14,26148875,80.63,0.29,5.18,5.15,835.53,2822.59,26148876,99.59,0,0,0.63,1003.17,2654.95,26148877,99.95,0,0,0.16,607.4,3050.72,26148878,99.92,0,0,0.14,607.38,3050.74,26148879,99.9,0,0,0.29,609.08,3049.01,26148880,99.88,0,0,0.37,609.33,3048.8,26148881,99.78,0,0,0.57,609.82,3048.3,26148882,99.94,0,0,0.19,609.47,3048.64,26148883,99.94,0,0,0.18,609.45,3048.66,26148884,99.95,0,0,0.18,609.43,3048.68,26148885,99.89,0,0,0.35,609.69,3048.44,26148886,99.8,0,0,0.6,609.84,3048.29,26148887,99.88,0,0,0.13,609.4,3048.72,26148888,99.9,0,0,0.16,609.38,3048.74,26148889,99.95,0,0,0.14,609.36,3048.75,26148890,99.88,0,0,0.37,609.32,3048.81,26148891,99.8,0,0,0.58,609.44,3048.69,26148892,99.94,0,0,0.18,609.13,3048.99,26148893,99.94,0,0,0.18,609.17,3048.94,26148894,99.93,0,0,0.18,608.99,3049.12,26148895,99.86,0,0,0.35,609.48,3048.65,26148896,99.8,0,0,0.4,609.83,3048.3,26148897,80.91,0.01,0.03,4.51,799.4,2858.68,26148898,99.9,0,0,0.46,554.93,3103.42,26148899,99.94,0,0,0.2,553.15,3105.39,26148900,99.79,0,0,0.34,554.13,3104.43,26148901,99.81,0,0,0.54,554.65,3103.91,26148902,99.95,0,0,0.18,554.29,3104.26,26148903,99.95,0,0,0.14,554.26,3104.29,26148904,99.95,0,0,0.15,554.25,3104.32,26148905,99.88,0,0,0.3,554.79,3103.8,26148906,99.82,0,0,0.37,555.1,3103.49,26148907,99.95,0,0,0.37,554.95,3103.64,26148908,99.91,0,0,0.15,554.94,3103.64,26148909,99.86,0,0,0.29,554.92,3103.63,26148910,99.86,0,0,0.32,554.67,3103.91,26148911,99.96,0,0,0.14,554.63,3103.94,26148912,99.76,0,0,0.54,554.97,3103.59,26148913,99.94,0,0,0.15,554.67,3103.89,26148914,99.94,0,0,0.14,554.76,3103.82,26148915,99.85,0,0,0.34,554.28,3104.31,26148916,99.93,0,0,0.15,554.25,3104.34,26148917,99.78,0,0,0.6,554.99,3103.59,26148918,99.92,0,0,0.14,554.69,3103.89,26148919,99.93,0,0,0.15,554.67,3103.9,26148920,99.89,0,0,0.3,554.91,3103.67,26148921,99.95,0,0,0.14,554.9,3103.68,26148922,99.82,0,0,0.57,555.22,3103.36,26148923,99.94,0,0,0.14,554.86,3103.71,26148924,99.94,0,0,0.16,554.88,3103.69,26148925,99.89,0,0,0.33,554.53,3104.05,26148926,99.55,0,0,0.17,554.5,3104.08,26148927,99.8,0,0,0.57,555.11,3103.47,26148928,99.92,0,0,0.17,554.95,3103.62,26148929,99.95,0,0,0.17,554.92,3103.64,26148930,99.88,0,0,0.32,554.94,3103.65,26148931,99.95,0,0,0.17,554.91,3103.68,26148932,99.8,0,0,0.58,555.44,3103.14,26148933,99.91,0,0,0.16,554.62,3103.95,26148934,99.93,0,0,0.18,554.59,3103.98,26148935,99.88,0,0,0.38,554.47,3104.11,26148936,99.95,0,0,0.17,554.51,3104.07,26148937,99.8,0,0,0.44,555.08,3103.49,26148938,99.93,0,0,0.3,554.96,3103.61,26148939,99.9,0,0,0.31,555.19,3103.36,26148940,99.85,0,0,0.33,554.95,3103.62,26148941,99.95,0,0,0.16,554.93,3103.63,26148942,99.79,0,0,0.38,555.25,3103.3,26148943,99.93,0,0,0.38,554.87,3103.69,26148944,99.94,0,0,0.18,554.83,3103.72,26148945,99.87,0,0,0.33,554.73,3103.84,26148946,99.93,0,0,0.18,554.75,3103.81,26148947,99.79,0,0,0.33,555.08,3103.47,26148948,99.93,0,0,0.4,554.96,3103.6,26148949,99.95,0,0,0.17,554.93,3103.62,26148950,99.85,0,0,0.4,555.03,3103.54,26148951,99.95,0,0,0.18,554.9,3103.66,26148952,99.92,0,0,0.17,554.88,3103.68,26148953,99.75,0,0,0.57,555.43,3103.13,26148954,99.95,0,0,0.18,555.08,3103.47,26148955,99.87,0,0,0.34,555.09,3103.47,26148956,99.91,0,0,0.18,555.23,3103.33,26148957,99.93,0,0,0.16,555.27,3103.29,26148958,99.75,0,0,0.57,555.43,3103.13,26148959,99.93,0,0,0.17,554.98,3103.57,26148960,99.84,0,0,0.32,555.5,3103.07,26148961,99.92,0,0,0.16,555.46,3103.11,26148962,99.95,0,0,0.17,555.43,3103.13,26148963,99.82,0,0,0.57,555.63,3102.92,26148964,99.95,0,0,0.17,555.14,3103.41,26148965,99.88,0,0,0.35,555.15,3103.41,26148966,99.93,0,0,0.18,555.11,3103.44,26148967,99.94,0,0,0.17,555.18,3103.38,26148968,99.8,0,0,0.43,556.07,3102.48,26148969,99.88,0,0,0.46,555.48,3103.04,26148970,99.83,0,0,0.33,555.48,3103.06,26148971,99.94,0,0,0.16,555.47,3103.07,26148972,99.92,0,0,0.16,555.44,3103.09,26148973,99.8,0,0,0.46,556,3102.53,26148974,99.91,0,0,0.3,555.16,3103.38,26148975,99.88,0,0,0.34,554.92,3103.64,26148976,99.95,0,0,0.18,554.88,3103.68,26148977,99.92,0,0,0.22,554.86,3103.69,26148978,99.8,0,0,0.34,555.4,3103.15,26148979,99.92,0,0,0.4,555.02,3103.53,26148980,99.9,0,0,0.33,555.49,3103.07,26148981,99.95,0,0,0.16,555.48,3103.07,26148982,99.93,0,0,0.17,555.46,3103.11,26148983,99.93,0,0,0.17,555.43,3103.13,26148984,99.78,0,0,0.55,555.76,3102.8,26148985,99.89,0,0,0.31,555.17,3103.41,26148986,99.95,0,0,0.15,555.15,3103.43,26148987,99.93,0,0,0.16,555.12,3103.45,26148988,99.94,0,0,0.16,555.11,3103.46,26148989,99.79,0,0,0.57,555.51,3103.05,26148990,99.9,0,0,0.31,555.53,3103.05,26148991,99.94,0,0,0.15,555.49,3103.09,26148992,99.93,0,0,0.16,555.46,3103.12,26148993,99.93,0,0,0.14,555.44,3103.13,26148994,99.82,0,0,0.55,555.77,3102.8,26148995,99.83,0,0,0.31,553.72,3104.86,26148996,99.94,0,0,0.14,553.67,3104.91,26148997,99.94,0,0,0.16,553.64,3104.93,26148998,99.95,0,0,0.14,553.63,3104.94,26148999,99.72,0,0,0.69,555.21,3103.33,26149000,99.87,0,0,0.3,555.01,3103.55,26149001,99.93,0,0,0.17,554.99,3103.57,26149002,99.95,0,0,0.14,554.97,3103.59,26149003,99.96,0,0,0.15,554.95,3103.6,26149004,99.81,0,0,0.43,554.79,3103.75,26149005,99.9,0,0,0.46,553.96,3104.6,26149006,99.95,0,0,0.14,553.92,3104.64,26149007,99.94,0,0,0.16,553.9,3104.65,26149008,99.93,0,0,0.14,553.87,3104.68,26149009,99.79,0,0,0.4,554.52,3104.02,26149010,99.83,0,0,0.46,554.46,3104.09,26149011,99.93,0,0,0.14,554.49,3104.07,26149012,99.94,0,0,0.14,554.49,3104.05,26149013,99.93,0,0,0.16,554.47,3104.08,26149014,99.81,0,0,0.3,554.8,3103.74,26149015,99.83,0,0,0.52,554.46,3104.09,26149016,99.91,0,0,0.16,554.44,3104.11,26149017,99.93,0,0,0.14,554.42,3104.13,26149018,99.93,0,0,0.15,554.4,3104.15,26149019,99.95,0,0,0.15,554.36,3104.18,26149020,99.62,0,0,0.7,554.95,3103.6,26149021,99.93,0,0,0.13,554.67,3103.88,26149022,99.95,0,0,0.16,554.74,3103.81,26149023,99.94,0,0,0.14,554.73,3103.81,26149024,99.94,0,0,0.15,554.7,3103.84,26149025,99.73,0,0,0.7,554.77,3103.78,26149026,99.93,0,0,0.16,554.68,3103.88,26149027,99.92,0,0,0.14,554.66,3103.89,26149028,99.94,0,0,0.16,554.64,3103.91,26149029,99.85,0,0,0.3,554.85,3103.67,26149030,99.78,0,0,0.65,555.09,3103.45,26149031,99.91,0,0,0.21,554.58,3103.95,26149032,99.94,0,0,0.14,554.72,3103.81,26149033,99.94,0,0,0.15,554.76,3103.77,26149034,99.95,0,0,0.14,554.73,3103.8,26149035,99.77,0,0,0.77,554.77,3103.78,26149036,99.95,0,0,0.16,554.21,3104.33,26149037,99.93,0,0,0.21,554.2,3104.34,26149038,99.92,0,0,0.14,554.17,3104.36,26149039,99.93,0,0,0.14,554.16,3104.37,26149040,99.75,0,0,0.73,555.58,3102.96,26149041,99.91,0,0,0.14,554.86,3103.68,26149042,99.95,0,0,0.15,554.84,3103.69,26149043,99.95,0,0,0.17,554.9,3103.62,26149044,99.95,0,0,0.14,554.99,3103.54,26149045,99.83,0,0,0.32,554.92,3103.63,26149046,99.84,0,0,0.56,555.07,3103.47,26149047,99.95,0,0,0.15,554.69,3103.84,26149048,99.95,0,0,0.15,554.66,3103.86,26149049,99.94,0,0,0.14,554.65,3103.88,26149050,99.89,0,0,0.37,554.65,3103.89,26149051,99.79,0,0,0.54,554.98,3103.55,26149052,99.94,0,0,0.18,554.6,3103.93,26149053,99.93,0,0,0.15,554.59,3103.94,26149054,99.93,0,0,0.15,554.68,3103.84,26149055,99.9,0,0,0.32,554.5,3104.04,26149056,99.8,0,0,0.55,555.31,3103.22,26149057,99.92,0,0,0.14,555.19,3103.34,26149058,99.94,0,0,0.16,555.17,3103.35,26149059,99.82,0,0,0.28,554.69,3103.81,26149060,99.89,0,0,0.3,555.15,3103.36,26149061,99.81,0,0,0.54,555.33,3103.18,26149062,99.93,0,0,0.14,554.87,3103.64,26149063,99.95,0,0,0.17,554.85,3103.66,26149064,99.92,0,0,0.14,554.83,3103.68,26149065,99.88,0,0,0.31,554.91,3103.62,26149066,99.8,0,0,0.55,555.35,3103.18,26149067,99.93,0,0,0.16,554.97,3103.55,26149068,99.93,0,0,0.15,554.94,3103.58,26149069,99.93,0,0,0.14,554.92,3103.6,26149070,99.85,0,0,0.38,554.46,3104.08,26149071,99.75,0,0,0.41,554.76,3103.77,26149072,99.94,0,0,0.27,554.38,3104.14,26149073,99.94,0,0,0.16,554.35,3104.17,26149074,99.91,0,0,0.18,554.33,3104.19,26149075,99.88,0,0,0.32,554.68,3103.85,26149076,99.82,0,0,0.4,555.17,3103.36,26149077,99.92,0,0,0.3,554.97,3103.56,26149078,99.93,0,0,0.14,554.94,3103.59,26149079,99.94,0,0,0.15,554.93,3103.59,26149080,99.84,0,0,0.33,554.92,3103.62,26149081,99.93,0,0,0.13,554.89,3103.66,26149082,99.8,0,0,0.54,555.23,3103.31,26149083,99.95,0,0,0.17,554.85,3103.69,26149084,99.95,0,0,0.14,554.83,3103.7,26149085,99.91,0,0,0.32,555.16,3103.39,26149086,99.92,0,0,0.16,555.22,3103.32,26149087,99.79,0,0,0.57,555.36,3103.18,26149088,99.95,0,0,0.15,554.93,3103.61,26149089,99.88,0,0,0.3,554.67,3103.85,26149090,99.9,0,0,0.3,554.4,3104.13,26149091,99.95,0,0,0.16,554.38,3104.14,26149092,99.8,0,0,0.59,555.3,3103.22,26149093,99.91,0,0,0.16,555.08,3103.44,26149094,99.93,0,0,0.14,555.05,3103.47,26149095,99.9,0,0,0.34,554.94,3103.58,26149096,99.93,0,0,0.14,554.96,3103.56,26149097,99.8,0,0,0.59,555.29,3103.22,26149098,99.95,0,0,0.14,554.92,3103.59,26149099,99.95,0,0,0.16,554.89,3103.61,26149100,99.9,0,0,0.33,554.9,3103.62,26149101,99.95,0,0,0.14,554.87,3103.64,26149102,99.81,0,0,0.54,555.22,3103.29,26149103,99.95,0,0,0.14,554.83,3103.68,26149104,99.93,0,0,0.15,554.82,3103.68,26149105,99.87,0,0,0.34,554.81,3103.71,26149106,99.9,0,0,0.14,554.9,3103.62,26149107,99.77,0,0,0.39,555.18,3103.33,26149108,99.91,0,0,0.3,554.49,3104.02,26149109,98.06,0,0,0.14,554.45,3104.05,26149110,99.9,0,0,0.32,554.7,3103.82,26149111,99.92,0,0,0.16,554.68,3103.84,26149112,99.8,0,0,0.4,555.36,3103.16,26149113,99.93,0,0,0.29,555.12,3103.39,26149114,99.92,0,0,0.15,555.1,3103.41,26149115,99.89,0,0,0.31,555.34,3103.18,26149116,99.93,0,0,0.16,555.33,3103.19,26149117,99.93,0,0,0.14,555.39,3103.12,26149118,99.78,0,0,0.55,555.57,3102.94,26149119,99.88,0,0,0.28,555.19,3103.29,26149120,99.88,0,0,0.32,554.94,3103.56,26149121,99.91,0,0,0.14,554.92,3103.57,26149122,99.92,0,0,0.14,554.89,3103.6,26149123,99.8,0,0,0.55,555.47,3103.02,26149124,99.92,0,0,0.14,555.1,3103.38,26149125,99.88,0,0,0.31,554.87,3103.63,26149126,99.92,0,0,0.14,554.83,3103.66,26149127,99.95,0,0,0.16,554.86,3103.63,26149128,99.82,0,0,0.55,555.72,3102.77,26149129,99.88,0,0,0.14,555.44,3103.04,26149130,99.88,0,0,0.33,554.87,3103.62,26149131,99.93,0,0,0.15,554.68,3103.81,26149132,99.94,0,0,0.16,554.65,3103.84,26149133,99.8,0,0,0.55,555.65,3102.83,26149134,99.95,0,0,0.15,555.34,3103.14,26149135,99.86,0,0,0.31,555.35,3103.14,26149136,99.95,0,0,0.16,555.32,3103.17,26149137,99.92,0,0,0.14,555.3,3103.18,26149138,99.83,0,0,0.55,555.78,3102.7,26149139,99.93,0,0,0.14,555.19,3103.28,26149140,99.77,0,0,0.32,554.48,3104.01,26149141,99.94,0,0,0.17,554.43,3104.06,26149142,99.94,0,0,0.15,554.41,3104.07,26149143,99.79,0,0,0.43,555.07,3103.41,26149144,99.93,0,0,0.3,555.35,3103.11,26149145,99.88,0,0,0.32,555.35,3103.14,26149146,99.92,0,0,0.16,555.33,3103.14,26149147,99.93,0,0,0.15,555.3,3103.18,26149148,99.81,0,0,0.42,555.6,3102.87,26149149,99.89,0,0,0.43,555.67,3102.78,26149150,99.89,0,0,0.3,554.98,3103.48,26149151,99.92,0,0,0.14,554.96,3103.5,26149152,99.93,0,0,0.16,554.92,3103.53,26149153,99.79,0,0,0.55,555.3,3103.15,26149154,99.94,0,0,0.15,555.38,3103.09,26149155,99.9,0,0,0.32,555.06,3103.42,26149156,99.94,0,0,0.14,554.36,3104.12,26149157,99.93,0,0,0.21,554.1,3104.38,26149158,99.93,0,0,0.14,554.07,3104.4,26149159,99.77,0,0,0.55,555.27,3103.2,26149160,99.88,0,0,0.32,554.73,3103.75,26149161,99.92,0,0,0.13,554.71,3103.77,26149162,99.95,0,0,0.14,554.68,3103.79,26149163,99.94,0,0,0.17,554.65,3103.82,26149164,99.82,0,0,0.57,554.99,3103.47,26149165,99.89,0,0,0.31,554.63,3103.86,26149166,99.92,0,0,0.16,554.6,3103.88,26149167,99.94,0,0,0.14,554.58,3103.89,26149168,99.96,0,0,0.14,554.56,3103.91,26149169,99.82,0,0,0.58,554.98,3103.49,26149170,99.84,0,0,0.3,553.75,3104.73,26149171,99.94,0,0,0.14,553.71,3104.77,26149172,99.96,0,0,0.16,553.69,3104.78,26149173,99.93,0,0,0.14,553.67,3104.8,26149174,99.82,0,0,0.56,554.29,3104.17,26149175,99.84,0,0,0.3,554.39,3104.09,26149176,99.92,0,0,0.19,554.36,3104.12,26149177,99.9,0,0,0.12,554.34,3104.14,26149178,99.94,0,0,0.16,554.33,3104.14,26149179,99.7,0,0,0.68,555.04,3103.4,26149180,99.86,0,0,0.34,554.74,3103.72,26149181,99.89,0,0,0.15,554.74,3103.72,26149182,99.93,0,0,0.16,554.71,3103.74,26149183,99.92,0,0,0.15,554.69,3103.76,26149184,99.81,0,0,0.55,555.38,3103.08,26149185,99.85,0,0,0.3,554.43,3104.05,26149186,99.9,0,0,0.16,554.4,3104.07,26149187,99.91,0,0,0.14,554.37,3104.1,26149188,99.93,0,0,0.14,554.35,3104.12,26149189,99.78,0,0,0.3,554.7,3103.76,26149190,99.72,0,0,0.53,554.24,3104.24,26149191,99.9,0,0,0.14,554,3104.47,26149192,99.9,0,0,0.16,553.98,3104.49,26149193,99.89,0,0,0.14,553.96,3104.5,26149194,99.75,0,0,0.3,554.32,3104.14,26149195,99.85,0,0,0.54,554.9,3103.58,26149196,99.9,0,0,0.17,554.9,3103.59,26149197,99.9,0,0,0.16,554.89,3103.6,26149198,99.88,0,0,0.15,554.86,3103.63,26149199,99.92,0,0,0.14,554.83,3103.65,26149200,99.67,0,0,0.68,554.99,3103.5,26149201,99.89,0,0,0.16,554.65,3103.84,26149202,99.89,0,0,0.13,554.74,3103.75,26149203,99.88,0,0,0.16,554.71,3103.77,26149204,99.86,0,0,0.14,554.68,3103.8,26149205,99.69,0,0,0.71,555.7,3102.79,26149206,99.88,0,0,0.14,554.89,3103.61,26149207,99.85,0,0.02,0.18,554.85,3103.66,26149208,99.86,0,0,0.16,554.82,3103.68,26149209,99.75,0,0,0.28,554.54,3103.93,26149210,99.68,0,0,0.7,555.31,3103.18,26149211,99.88,0,0,0.17,554.96,3103.53,26149212,99.83,0,0,0.14,554.94,3103.54,26149213,99.84,0,0,0.15,554.91,3103.57,26149214,99.85,0,0,0.17,554.89,3103.59,26149215,99.63,0,0,0.69,554.8,3103.7,26149216,99.86,0,0,0.14,554.62,3103.87,26149217,99.84,0,0,0.2,554.84,3103.64,26149218,99.84,0,0,0.15,554.82,3103.66,26149219,99.84,0,0,0.14,554.81,3103.67,26149220,95.03,0.35,0.01,78.3,565.18,3093.55,26149221,99.75,0,0,181.1,557.23,3101.01,26149222,99.86,0,0,0.16,557.21,3101.02,26149223,99.87,0,0,0.14,557.2,3101.03,26149224,99.86,0,0,0.14,557.17,3101.05,26149225,99.67,0,0,0.81,557.36,3100.89,26149226,99.86,0,0,0.14,555,3103.28,26149227,99.86,0,0,0.14,554.98,3103.29,26149228,99.88,0,0,0.17,554.96,3103.31,26149229,99.86,0,0,0.14,554.95,3103.31,26149230,99.63,0,0,0.54,555.52,3102.77,26149231,99.86,0,0,0.32,554.89,3103.42,26149232,99.85,0,0,0.16,554.85,3103.44,26149233,99.85,0,0,0.14,554.83,3103.46,26149234,99.85,0,0,0.16,554.81,3103.48,26149235,99.76,0,0,0.3,554.82,3103.49,26149236,99.7,0,0,0.55,555.57,3102.73,26149237,99.82,0,0,0.14,555.25,3103.04,26149238,99.85,0,0,0.15,555.22,3103.07,26149239,99.77,0,0,0.29,554.48,3103.78,26149240,99.78,0,0,0.29,554.81,3103.47,26149241,99.73,0,0,0.55,555.22,3103.05,26149242,99.83,0,0,0.16,554.84,3103.42,26149243,99.85,0,0,0.17,554.82,3103.45,26149244,99.86,0,0,0.15,554.79,3103.46,26149245,99.74,0,0,0.31,555.27,3103.01,26149246,99.7,0,0,0.55,555.07,3103.2,26149247,99.87,0,0,0.13,554.02,3104.25,26149248,99.85,0,0,0.19,554,3104.27,26149249,99.86,0,0,0.14,553.97,3104.29,26149250,99.36,0,0,0.31,554.69,3103.59,26149251,97.77,0,0,0.61,554.89,3103.39,26149252,99.88,0,0,0.16,554.87,3103.4,26149253,99.85,0,0,0.14,554.83,3103.43,26149254,99.86,0,0,0.15,554.81,3103.45,26149255,99.79,0,0,0.3,555.05,3103.22,26149256,99.73,0,0,0.55,555.47,3102.8,26149257,99.85,0,0,0.14,555.26,3103,26149258,99.86,0,0,0.14,555.24,3103.02,26149259,99.84,0,0,0.19,554.98,3103.28,26149260,99.56,0,0,4.98,555,3103.45,26149261,99.73,0,0,0.6,555.43,3103.02,26149262,99.87,0,0,0.18,555.53,3102.91,26149263,99.85,0,0,0.18,555.62,3102.82,26149264,99.84,0,0,0.15,555.59,3102.85,26149265,99.77,0,0,0.32,555.36,3103.11,26149266,99.72,0,0,0.6,555.52,3102.94,26149267,99.84,0,0,0.18,554.57,3103.89,26149268,97.01,0.02,0.01,77.14,557.88,3101.82,26149269,99.1,3.03,0.01,4.16,558.44,3096.68,26149270,99.8,0,0,0.35,557.94,3097.16,26149271,99.75,0,0,0.31,558.5,3096.59,26149272,99.83,0,0,0.39,556.66,3098.44,26149273,99.86,0,0,0.14,556.64,3098.45,26149274,99.85,0,0,0.18,554.99,3100.15,26149275,99.81,0,0,0.3,555.2,3099.96,26149276,99.84,0,0,0.16,555.24,3099.92,26149277,99.72,0,0,0.58,555.9,3099.25,26149278,99.87,0,0,0.15,555.56,3099.59,26149279,99.83,0,0,0.16,555.54,3099.6,26149280,99.77,0,0,0.32,554.57,3100.59,26149281,99.83,0,0,0.16,554.51,3100.65,26149282,99.73,0,0,0.57,555.67,3099.48,26149283,99.85,0,0,0.16,555.44,3099.71,26149284,99.86,0,0,0.15,555.43,3099.71,26149285,99.76,0,0,0.34,555.2,3099.96,26149286,99.84,0,0,0.14,555.31,3099.85,26149287,99.72,0,0,0.57,555.86,3099.32,26149288,99.87,0,0,0.18,555.55,3099.62,26149289,99.87,0,0,0.15,555.52,3099.64,26149290,99.79,0,0,0.34,555.51,3099.67,26149291,99.88,0,0,0.14,555.49,3099.69,26149292,99.73,0,0,0.6,556.16,3099.01,26149293,99.86,0,0,0.16,555.43,3099.73,26149294,99.87,0,0,0.14,555.43,3099.73,26149295,99.83,0,0,0.36,555.66,3099.52,26149296,99.85,0,0,0.15,555.81,3099.37,26149297,99.73,0,0,0.53,555.99,3099.18,26149298,99.87,0,0,0.15,554.82,3100.35,26149299,99.79,0,0,0.29,555.27,3099.87,26149300,99.8,0,0,0.34,555.28,3099.88,26149301,99.87,0,0,0.14,555.25,3099.91,26149302,99.71,0,0,0.4,555.66,3099.5,26149303,99.86,0,0,0.29,555.69,3099.46,26149304,99.84,0,0,0.14,555.68,3099.47,26149305,99.8,0,0,0.3,555.43,3099.73,26149306,99.86,0,0,0.16,555.41,3099.75,26149307,99.69,0,0,0.5,555.91,3099.25,26149308,99.87,0,0,0.2,555.56,3099.59,26149309,99.88,0,0,0.15,555.53,3099.62,26149310,99.78,0,0,0.31,555.37,3099.81,26149311,99.87,0,0,0.15,554.78,3100.39,26149312,99.85,0,0,0.16,554.77,3100.39,26149313,99.71,0,0,0.59,554.89,3100.27,26149314,99.85,0,0,0.16,554.24,3100.93,26149315,99.79,0,0,0.32,554.72,3100.47,26149316,99.86,0,0,0.14,554.7,3100.48,26149317,99.85,0,0,0.16,554.67,3100.5,26149318,99.72,0,0,0.54,555.37,3099.81,26149319,99.86,0,0,0.15,555.1,3100.07,26149320,99.81,0,0,0.36,554.85,3100.33,26149321,99.84,0,0,0.16,554.82,3100.36,26149322,99.86,0,0,0.14,554.79,3100.38,26149323,99.7,0,0,0.54,555.12,3100.05,26149324,99.86,0,0,0.14,554.75,3100.41,26149325,99.75,0,0,0.27,554.12,3101.06,26149326,99.85,0,0,0.14,554,3101.18,26149327,99.86,0,0,0.16,553.97,3101.2,26149328,99.71,0,0,0.54,554.47,3100.7,26149329,99.77,0,0,0.27,554.8,3100.35,26149330,99.78,0,0,0.26,554.15,3101.01,26149331,99.79,0,0,0.14,554.09,3101.07,26149332,99.83,0,0,0.16,554.06,3101.09,26149333,99.72,0,0,0.45,555.02,3100.13,26149334,99.82,0,0,0.32,555,3100.16,26149335,99.75,0,0,0.3,555.01,3100.16,26149336,99.83,0,0,0.15,554.98,3100.19,26149337,99.85,0,0,0.23,554.71,3100.45,26149338,99.7,0,0.01,0.49,554.98,3100.18,26149339,99.84,0,0.01,0.22,554.58,3100.58,26149340,99.8,0,0,0.26,555.3,3099.87,26149341,99.85,0,0,0.18,555.28,3099.89,26149342,99.83,0,0,0.18,555.26,3099.91,26149343,99.7,0,0,0.57,555.51,3099.65,26149344,99.87,0,0,0.18,554.96,3100.2,26149345,99.76,0,0,0.3,554.96,3100.22,26149346,99.86,0,0,0.18,554.94,3100.23,26149347,99.87,0,0,0.18,555.04,3100.13,26149348,99.71,0,0,0.39,555.62,3099.54,26149349,99.86,0,0,0.38,554.81,3100.35,26149350,99.8,0,0,0.34,555.06,3100.11,26149351,99.85,0,0,0.18,555.04,3100.13,26149352,99.85,0,0,0.18,555.01,3100.15,26149353,99.86,0,0,0.18,555,3100.16,26149354,99.73,0,0,0.54,555.09,3100.06,26149355,99.8,0,0,0.25,554.97,3100.2,26149356,99.87,0,0,0.16,554.94,3100.23,26149357,99.86,0,0,0.14,554.93,3100.24,26149358,99.85,0,0,0.14,555.04,3100.12,26149359,99.64,0,0,0.68,555.18,3099.96,26149360,99.76,0,0,0.28,555.31,3099.85,26149361,99.87,0,0,0.13,555.3,3099.86,26149362,99.88,0,0,0.16,555.28,3099.87,26149363,99.85,0,0,0.14,555.25,3099.9,26149364,99.77,0,0,0.59,555.4,3099.74,26149365,99.85,0,0,0.31,554.99,3100.17,26149366,99.9,0,0,0.16,554.96,3100.2,26149367,99.91,0,0,0.18,554.94,3100.21,26149368,99.92,0,0,0.18,554.91,3100.24,26149369,99.81,0,0,0.57,555.69,3099.45,26149370,99.87,0,0,0.29,555,3100.16,26149371,99.95,0,0,0.16,554.82,3100.33,26149372,99.94,0,0,0.13,554.79,3100.36,26149373,99.91,0,0,0.16,554.77,3100.38,26149374,99.8,0,0,0.39,555.39,3099.75,26149375,99.9,0,0,0.38,554.51,3100.65,26149376,99.93,0,0,0.17,554.46,3100.69,26149377,99.94,0,0,0.14,554.45,3100.7,26149378,99.95,0,0,0.15,554.42,3100.73,26149379,99.79,0,0,0.53,554.94,3100.2,26149380,99.87,0,0,0.3,555.06,3100.1,26149381,99.95,0,0,0.15,555.07,3100.09,26149382,99.94,0,0,0.16,555.03,3100.11,26149383,99.92,0,0,0.14,555.02,3100.13,26149384,99.8,0,0,0.57,555.35,3099.79,26149385,99.87,0,0,0.28,555.23,3099.92,26149386,99.94,0,0,0.16,555.22,3099.93,26149387,99.95,0,0,0.14,555.19,3099.96,26149388,99.94,0,0,0.15,555.18,3099.96,26149389,99.71,0,0,0.46,554.91,3100.21,26149390,99.9,0,0,0.47,555.09,3100.04,26149391,99.92,0,0,0.14,555.08,3100.05,26149392,99.94,0,0,0.16,555.06,3100.06,26149393,99.96,0,0,0.14,555.03,3100.09,26149394,99.95,0,0,0.18,555.02,3100.09,26149395,99.74,0,0,0.68,555.71,3099.42,26149396,99.95,0,0,0.13,555,3100.13,26149397,99.93,0,0,0.19,554.73,3100.4,26149398,99.95,0,0,0.17,554.7,3100.42,26149399,99.95,0,0,0.14,554.68,3100.43,26149400,99.75,0,0,0.64,555.48,3099.65,26149401,99.92,0,0,0.16,555.32,3099.81,26149402,99.95,0,0,0.14,555.34,3099.79,26149403,99.93,0,0,0.15,555.31,3099.81,26149404,99.92,0,0,0.16,555.28,3099.83,26149405,99.74,0,0,0.63,555.59,3099.54,26149406,99.95,0,0,0.14,555.26,3099.86,26149407,99.95,0,0,0.16,555.24,3099.88,26149408,99.92,0,0,0.14,555.22,3099.89,26149409,99.93,0,0,0.15,555.2,3099.91,26149410,99.75,0,0,0.65,555.54,3099.58,26149411,99.95,0,0,0.16,555.18,3099.94,26149412,98.16,0,0,0.15,555.23,3099.88,26149413,99.93,0,0,0.16,555.31,3099.8,26149414,99.93,0,0,0.14,555.29,3099.82,26149415,99.73,0,0,0.59,555.65,3099.48,26149416,99.95,0,0,0.21,555.27,3099.85,26149417,99.92,0,0,0.14,555.25,3099.88,26149418,99.93,0,0,0.15,555.24,3099.89,26149419,99.84,0,0,0.27,554.73,3100.37,26149420,99.75,0,0,0.53,555.55,3099.57,26149421,99.92,0,0,0.3,555.19,3099.92,26149422,99.94,0,0,0.15,555.18,3099.93,26149423,99.92,0,0,0.16,555.22,3099.88,26149424,99.95,0,0,0.16,555.32,3099.8,26149425,99.75,0,0,0.43,556.11,3099.03,26149426,99.93,0,0,0.41,555.29,3099.84,26149427,99.93,0,0,0.14,555.27,3099.86,26149428,99.94,0,0,0.18,555.24,3099.88,26149429,99.95,0,0,0.18,555.23,3099.89,26149430,99.86,0,0,0.27,555.41,3099.73,26149431,99.79,0,0,0.59,555.99,3099.14,26149432,99.95,0,0,0.14,555.67,3099.46,26149433,99.77,0,0,0.14,555.49,3099.63,26149434,99.92,0,0,0.16,555.53,3099.59,26149435,99.88,0,0,0.25,555.62,3099.52,26149436,99.76,0,0,0.58,555.69,3099.44,26149437,99.95,0,0,0.14,555.29,3099.84,26149438,99.95,0,0,0.14,555.27,3099.86,26149439,99.95,0,0,0.15,555.25,3099.87,26149440,99.81,0,0,0.25,555.49,3099.65,26149441,99.78,0,0,0.54,556.15,3098.98,26149442,99.92,0,0,0.14,555.45,3099.67,26149443,99.94,0,0,0.2,555.42,3099.7,26149444,99.95,0,0,0.16,555.41,3099.7,26149445,99.88,0,0,0.3,555.41,3099.72,26149446,99.8,0,0,0.54,555.9,3099.23,26149447,99.95,0,0,0.18,555.55,3099.58,26149448,99.95,0,0,0.18,555.54,3099.58,26149449,99.82,0,0,0.28,555.5,3099.59,26149450,99.88,0,0,0.31,555.51,3099.6,26149451,99.79,0,0,0.57,555.69,3099.42,26149452,99.93,0,0,0.16,555.19,3099.92,26149453,99.93,0,0,0.14,555.17,3099.93,26149454,99.89,0,0,0.16,555.15,3099.96,26149455,99.86,0,0,0.28,555.4,3099.73,26149456,99.78,0,0,0.58,555.91,3099.22,26149457,99.93,0,0,0.2,555.53,3099.59,26149458,99.93,0,0,0.14,555.51,3099.61,26149459,99.94,0,0,0.15,555.48,3099.63,26149460,99.9,0,0,0.24,555.73,3099.4,26149461,99.79,0,0,0.42,556.06,3099.06,26149462,99.95,0,0,0.28,554.96,3100.16,26149463,99.93,0,0,0.16,554.92,3100.19,26149464,99.93,0,0,0.14,554.75,3100.36,26149465,99.89,0,0,0.27,554.28,3100.84,26149466,99.81,0,0,0.34,554.71,3100.41,26149467,99.92,0,0,0.38,554.82,3100.3,26149468,99.9,0,0,0.18,554.8,3100.32,26149469,99.93,0,0,0.15,554.77,3100.34,26149470,99.85,0,0,0.25,554.78,3100.35,26149471,99.81,0,0,0.34,555.1,3100.02,26149472,99.93,0,0,0.41,554.72,3100.4,26149473,99.94,0,0,0.15,554.7,3100.41,26149474,99.94,0,0,0.14,554.68,3100.43,26149475,99.89,0,0.01,0.27,554.7,3100.43,26149476,99.93,0,0.02,0.19,554.78,3100.34,26149477,99.78,0,0,0.56,555.29,3099.82,26149478,99.94,0,0,0.15,554.97,3100.14,26149479,99.84,0,0,0.3,554.71,3100.38,26149480,99.85,0,0,0.29,553.73,3101.37,26149481,99.94,0,0,0.14,553.69,3101.4,26149482,99.79,0,0,0.56,555.06,3100.04,26149483,99.94,0,0,0.15,554.57,3100.52,26149484,99.94,0,0,0.14,554.54,3100.54,26149485,99.88,0,0,0.26,554.54,3100.56,26149486,99.92,0,0,0.15,554.52,3100.58,26149487,99.81,0,0,0.41,555.22,3099.87,26149488,99.92,0,0,0.28,555.2,3099.89,26149489,99.91,0,0,0.14,555.19,3099.89,26149490,99.86,0,0,0.32,554.88,3100.22,26149491,99.91,0,0,0.15,554.41,3100.68,26149492,99.82,0,0,0.57,555.14,3099.94,26149493,97.89,0,0,0.16,555.04,3100.04,26149494,99.94,0,0,0.18,555.03,3100.05,26149495,99.87,0,0,0.33,555.03,3100.06,26149496,99.95,0,0,0.18,555.01,3100.08,26149497,99.81,0,0,0.56,555.42,3099.66,26149498,99.91,0,0,0.18,555.21,3099.87,26149499,99.93,0,0,0.18,555.18,3099.89,26149500,99.82,0,0,0.34,554.93,3100.16,26149501,99.9,0,0,0.18,554.9,3100.19,26149502,99.8,0,0,0.4,555.57,3099.51,26149503,99.9,0,0,0.29,554.81,3100.26,26149504,99.92,0,0,0.17,554.78,3100.29,26149505,99.85,0,0,0.34,555.02,3100.08,26149506,99.95,0,0,0.13,555.01,3100.08,26149507,99.94,0,0,0.15,554.98,3100.12,26149508,99.82,0,0,0.55,555.55,3099.55,26149509,99.89,0,0,0.27,554.95,3100.13,26149510,99.87,0,0,0.3,555.19,3099.9,26149511,99.95,0,0,0.16,555.16,3099.92,26149512,99.9,0,0,0.15,555.15,3099.93,26149513,99.79,0,0,0.61,555.23,3099.85,26149514,99.93,0,0,0.14,555.02,3100.07,26149515,99.87,0,0,0.27,555.28,3099.82,26149516,99.92,0,0,0.16,555.26,3099.84,26149517,99.93,0,0,0.17,555.01,3100.09,26149518,99.78,0,0,0.6,555.33,3099.76,26149519,99.9,0,0,0.15,554.95,3100.14,26149520,99.9,0,0,0.27,554.71,3100.41,26149521,99.91,0,0,0.15,554.68,3100.44,26149522,99.93,0,0,0.13,554.67,3100.45,26149523,99.78,0,0,0.61,555.3,3099.81,26149524,99.93,0,0,0.15,554.95,3100.15,26149525,99.83,0,0,0.27,555.3,3099.83,26149526,99.93,0,0,0.14,555.29,3099.83,26149527,99.95,0,0.02,0.16,555.26,3099.86,26149528,99.8,0,0,0.64,555.67,3099.44,26149529,99.94,0,0,0.15,555.42,3099.68,26149530,99.88,0,0,0.27,555.19,3099.93,26149531,99.95,0,0,0.16,555.16,3099.96,26149532,99.94,0,0,0.15,555.13,3099.98,26149533,99.82,0,0,0.54,555.48,3099.63,26149534,99.94,0,0,0.14,555.06,3100.05,26149535,99.88,0,0,0.27,555.29,3099.83,26149536,99.92,0,0,0.14,555.28,3099.83,26149537,99.93,0,0,0.16,555.24,3099.86,26149538,99.8,0,0,0.54,555.64,3099.46,26149539,99.87,0,0,0.45,554.79,3100.29,26149540,99.85,0,0,0.3,554.53,3100.57,26149541,99.91,0.01,0.43,0.23,554.45,3100.65,26149542,99.94,0,0.07,0.18,554.42,3100.67,26149543,99.78,0,0,0.39,555.28,3099.8,26149544,99.94,0,0,0.28,555.26,3099.83,26149545,99.89,0,0,0.29,555.03,3100.08,26149546,99.9,0,0,0.14,554.99,3100.12,26149547,99.94,0,0,0.27,554.98,3100.12,26149548,99.93,0,0,0.26,554.95,3100.15,26149549,99.82,0,0,0.55,555.9,3099.19,26149550,99.85,0,0,0.3,555.22,3099.88,26149551,99.95,0,0,0.18,554.89,3100.21,26149552,99.93,0,0,0.14,554.87,3100.22,26149553,99.9,0,0,0.15,554.86,3100.22,26149554,99.82,0,0,0.56,555.77,3099.32,26149555,99.89,0,0,0.3,555.27,3099.84,26149556,99.94,0,0,0.14,555.24,3099.86,26149557,99.95,0,0,0.15,555.22,3099.87,26149558,99.95,0,0,0.15,555.2,3099.89,26149559,99.8,0,0,0.55,554.94,3100.14,26149560,99.81,0,0,0.29,555.16,3099.94,26149561,99.93,0,0,0.13,555.15,3099.95,26149562,99.91,0,0,0.17,555.13,3099.96,26149563,99.92,0,0,0.14,555.1,3099.98,26149564,99.8,0,0,0.59,555.53,3099.56,26149565,99.87,0,0,0.28,555.51,3099.59,26149566,99.92,0,0,0.16,555.49,3099.6,26149567,99.96,0,0,0.15,555.47,3099.63,26149568,99.93,0,0,0.16,555.44,3099.64,26149569,99.73,0,0,0.6,555.88,3099.18,26149570,99.9,0,0,0.34,555.17,3099.91,26149571,99.94,0,0,0.16,555.13,3099.94,26149572,99.94,0,0,0.14,555.11,3099.97,26149573,99.93,0,0,0.15,555.09,3099.98,26149574,99.79,0,0,0.52,555.47,3099.62,26149575,99.9,0,0,0.35,555.5,3099.62,26149576,99.95,0,0,0.14,555.48,3099.64,26149577,99.93,0,0,0.21,555.47,3099.64,26149578,99.96,0,0,0.14,555.44,3099.66,26149579,99.83,0,0,0.5,555.72,3099.38,26149580,99.88,0,0,0.33,555.43,3099.69,26149581,99.93,0,0,0.16,555.4,3099.72,26149582,99.96,0,0,0.16,555.38,3099.73,26149583,99.95,0,0,0.16,555.37,3099.73,26149584,97.21,0.04,0.01,63.79,561.78,3094.87,26149585,98.76,0,0,77.59,562.86,3092.53,26149586,99.95,0,0,0.17,557.79,3097.51,26149587,99.95,0,0,0.14,557.76,3097.53,26149588,99.95,0,0,0.14,557.74,3097.54,26149589,99.95,0,0,0.15,557.72,3097.56,26149590,99.64,0,0,0.77,555.71,3099.62,26149591,99.95,0,0,0.18,554.98,3100.35,26149592,99.93,0,0,0.18,554.97,3100.36,26149593,99.88,0,0,0.18,554.94,3100.38,26149594,99.95,0,0,0.2,554.92,3100.4,26149595,99.73,0,0,0.72,556.36,3098.98,26149596,99.95,0,0,0.14,555.64,3099.71,26149597,99.94,0,0,0.13,555.62,3099.72,26149598,99.95,0,0,0.17,555.6,3099.74,26149599,99.83,0,0,0.26,554.87,3100.44,26149600,99.75,0,0,0.67,555.55,3099.78,26149601,99.93,0,0,0.17,555.32,3100.01,26149602,99.94,0,0,0.18,555.4,3099.92,26149603,99.95,0,0,0.14,555.46,3099.86,26149604,99.93,0,0,0.17,555.43,3099.9,26149605,99.74,0,0,0.69,556.13,3099.23,26149606,99.95,0,0,0.14,555.91,3099.44,26149607,99.93,0,0,0.16,555.88,3099.47,26149608,99.89,0,0,0.18,555.87,3099.47,26149609,99.9,0,0,0.18,555.83,3099.5,26149610,99.68,0,0,0.73,556.06,3099.29,26149611,99.92,0,0,0.17,555.32,3100.03,26149612,99.92,0,0,0.14,555.31,3100.03,26149613,99.93,0,0,0.15,555.35,3099.99,26149614,99.95,0,0,0.14,555.45,3099.88,26149615,99.74,0,0,0.53,556.26,3099.09,26149616,99.91,0,0,0.29,555.67,3099.68,26149617,99.94,0,0,0.16,555.65,3099.69,26149618,99.92,0,0,0.14,555.63,3099.71,26149619,99.94,0,0,0.15,555.06,3100.27,26149620,99.72,0,0,0.57,555.31,3100.04,26149621,99.93,0,0,0.28,554.86,3100.49,26149622,99.92,0,0,0.13,554.83,3100.52,26149623,99.94,0,0,0.16,554.8,3100.53,26149624,99.93,0,0,0.14,554.9,3100.44,26149625,99.85,0,0,0.3,554.74,3100.61,26149626,95.14,0,0,31.46,563.78,3088.16,26149627,98.85,0,0,44.23,559.39,3095.5,26149628,99.91,0,0,0.21,557.48,3098.65,26149629,99.83,0,0,0.29,557.21,3098.87,26149630,99.85,0,0,0.29,557.44,3098.66,26149631,99.77,0,0,0.55,557.03,3099.07,26149632,99.91,0,0,0.25,554.53,3103.36,26149633,99.94,0,0,0.14,554.37,3103.65,26149634,99.9,0,0,0.15,554.44,3103.58,26149635,99.86,0,0,0.29,555.03,3103.01,26149636,99.81,0,0,0.55,555.38,3102.66,26149637,99.93,0,0,0.23,554.99,3103.06,26149638,99.93,0,0,0.16,554.98,3103.08,26149639,99.91,0,0,0.16,554.95,3103.1,26149640,99.88,0,0,0.28,554.95,3103.11,26149641,99.79,0,0,0.55,554.99,3103.07,26149642,99.94,0,0,0.17,554.41,3103.65,26149643,99.92,0,0,0.14,554.39,3103.66,26149644,99.93,0,0,0.15,554.36,3103.69,26149645,98.77,0,0,15.42,556.95,3101.58,26149646,99.81,0,0,0.61,554.92,3103.15,26149647,99.95,0,0,0.14,554.26,3103.8,26149648,99.94,0,0,0.13,554.25,3103.82,26149649,99.95,0,0,0.16,554.23,3103.83,26149650,99.9,0,0,0.26,554.96,3103.12,26149651,99.81,0,0,0.43,555.06,3103.01,26149652,99.94,0,0,0.3,553.94,3104.13,26149653,99.94,0,0,0.14,553.94,3104.13,26149654,99.93,0,0,0.15,553.9,3104.16,26149655,99.87,0,0,0.29,554.4,3103.68,26149656,99.75,0,0,0.3,555.06,3103.01,26149657,99.88,0,0,0.39,554.5,3103.57,26149658,99.89,0,0,0.14,554.56,3103.51,26149659,99.83,0,0,0.31,555.27,3102.77,26149660,99.86,0,0,0.3,554.06,3104,26149661,99.92,0,0,0.16,554.01,3104.04,26149662,99.78,0,0,0.58,555.23,3102.82,26149663,99.92,0,0,0.13,554.96,3103.09,26149664,99.91,0.01,0,0.16,554.91,3103.13,26149665,99.89,0,0,0.28,554.91,3103.15,26149666,99.89,0,0,0.15,555.02,3103.04,26149667,99.75,0,0,0.55,555.41,3102.65,26149668,99.93,0,0,0.15,555.02,3103.02,26149669,99.88,0,0,0.15,555.01,3103.04,26149670,99.87,0,0,0.36,555.23,3102.83,26149671,99.91,0,0,0.17,554.98,3103.07,26149672,99.76,0,0,0.53,555.33,3102.73,26149673,99.93,0,0,0.16,554.94,3103.11,26149674,99.92,0,0,0.16,554.93,3103.12,26149675,99.81,0,0,0.31,554.94,3103.12,26149676,99.93,0,0,0.18,554.91,3103.15,26149677,99.78,0.01,0.09,0.62,555.59,3102.47,26149678,99.94,0,0,0.14,554.69,3103.36,26149679,99.95,0,0,0.15,554.67,3103.38,26149680,99.84,0,0,0.29,554.19,3103.87,26149681,99.94,0,0,0.13,554.23,3103.85,26149682,99.78,0,0,0.55,554.85,3103.23,26149683,99.94,0,0,0.15,554.54,3103.53,26149684,99.93,0,0,0.14,554.51,3103.56,26149685,99.87,0,0,0.36,554.74,3103.33,26149686,99.92,0,0,0.15,554.73,3103.35,26149687,99.76,0,0,0.39,554.93,3103.14,26149688,99.93,0,0,0.31,554.19,3103.87,26149689,99.85,0,0,0.3,555.38,3102.66,26149690,99.85,0,0,0.32,555.16,3102.89,26149691,99.92,0,0,0.14,555.12,3102.93,26149692,99.8,0,0,0.47,555.67,3102.38,26149693,99.92,0,0,0.29,555.51,3102.53,26149694,99.92,0,0,0.17,555.48,3102.56,26149695,99.89,0,0,0.29,555.25,3102.82,26149696,99.91,0,0,0.16,555.21,3102.85,26149697,99.81,0,0,0.46,555.78,3102.27,26149698,99.92,0,0,0.28,555.17,3102.88,26149699,99.91,0,0,0.16,555.16,3102.89,26149700,99.88,0,0,0.29,554.91,3103.15,26149701,99.95,0,0,0.16,554.88,3103.18,26149702,99.91,0,0,0.15,554.86,3103.2,26149703,99.8,0,0,0.55,556.13,3101.91,26149704,99.93,0,0,0.16,555.47,3102.58,26149705,99.86,0,0,0.29,555.46,3102.6,26149706,99.93,0,0,0.18,555.45,3102.61,26149707,99.88,0,0,0.14,555.42,3102.64,26149708,99.78,0,0,0.55,555.82,3102.22,26149709,99.95,0,0,0.15,555.13,3102.91,26149710,99.87,0,0,0.3,555.15,3102.91,26149711,99.94,0,0,0.14,555.11,3102.94,26149712,99.9,0,0,0.14,555.23,3102.82,26149713,99.8,0,0,0.56,555.71,3102.34,26149714,98.54,0,0,0.16,555.24,3102.81,26149715,99.82,0,0,0.3,555.24,3102.82,26149716,99.88,0,0,0.18,555.21,3102.84,26149717,99.93,0,0,0.17,555.2,3102.86,26149718,99.78,0,0.01,0.58,555.33,3102.72,26149719,99.83,0,0.01,0.31,555.22,3102.81,26149720,99.84,0,0.02,0.29,554.37,3103.67,26149721,99.92,0,0.01,0.17,554.22,3103.81,26149722,99.93,0,0.01,0.18,554.19,3103.84,26149723,99.77,0,0.01,0.61,554.73,3103.3,26149724,99.91,0,0,0.16,554.75,3103.27,26149725,99.77,0,0.01,0.3,555.2,3102.84,26149726,99.92,0,0.01,0.18,555.14,3102.89,26149727,99.93,0,0,0.13,555.12,3102.91,26149728,99.78,0,0,0.43,555.56,3102.46,26149729,99.94,0,0,0.32,555.01,3103.01,26149730,99.86,0,0,0.29,555.49,3102.55,26149731,99.91,0,0,0.17,555,3103.04,26149732,99.91,0,0,0.14,554.99,3103.06,26149733,99.79,0,0,0.32,555.32,3102.73,26149734,99.91,0,0,0.38,555.19,3102.85,26149735,99.88,0,0,0.29,555.19,3102.87,26149736,99.92,0,0,0.16,555.17,3102.88,26149737,99.94,0,0,0.14,555.15,3102.9,26149738,99.9,0,0,0.15,555.13,3102.91,26149739,99.77,0,0,0.55,556.06,3101.98,26149740,99.82,0,0,0.3,555.56,3102.5,26149741,99.89,0,0,0.16,555.52,3102.53,26149742,99.88,0,0,0.15,555.51,3102.54,26149743,99.92,0,0,0.14,555.48,3102.57,26149744,99.8,0,0,0.56,555.64,3102.4,26149745,99.8,0,0,0.29,555.21,3102.84,26149746,99.89,0,0,0.14,555.18,3102.87,26149747,99.9,0,0,0.17,555.17,3102.88,26149748,99.86,0,0,0.14,555.14,3102.9,26149749,99.71,0,0,0.66,555.85,3102.16,26149750,99.86,0,0,0.36,555.14,3102.9,26149751,99.85,0,0,0.17,555.22,3102.81,26149752,99.85,0,0,0.14,555.28,3102.75,26149753,99.88,0,0,0.16,555.26,3102.76,26149754,99.76,0,0,0.53,555.59,3102.43,26149755,99.73,0,0,0.32,555.48,3102.55,26149756,99.86,0,0,0.15,555.48,3102.55,26149757,99.87,0,0,0.21,555.22,3102.83,26149758,99.86,0,0,0.18,555.19,3102.85,26149759,99.72,0,0,0.45,555.61,3102.43,26149760,99.82,0,0,0.4,555.65,3102.41,26149761,99.85,0,0,0.17,555.64,3102.41,26149762,99.81,0,0,0.14,555.61,3102.44,26149763,99.81,0,0,0.17,555.72,3102.32,26149764,99.75,0,0,0.4,556.1,3101.93,26149765,99.78,0,0,0.46,555.5,3102.54,26149766,99.85,0,0,0.14,555.48,3102.56,26149767,99.84,0,0,0.16,555.46,3102.59,26149768,99.85,0,0,0.14,555.44,3102.59,26149769,99.74,0,0,0.31,555.75,3102.29,26149770,99.72,0,0,0.55,554.48,3103.56,26149771,99.85,0,0,0.16,553.93,3104.11,26149772,99.82,0,0,0.16,553.39,3104.64,26149773,99.85,0,0,0.14,553.45,3104.58,26149774,99.85,0,0,0.14,553.52,3104.5,26149775,99.63,0,0,0.72,555.62,3102.42,26149776,99.83,0,0,0.16,554.96,3103.07,26149777,99.45,0,0,0.2,554.92,3103.1,26149778,99.83,0,0,0.21,554.68,3103.34,26149779,99.74,0,0,0.31,554.88,3103.11,26149780,99.67,0,0,0.7,554.99,3103.02,26149781,99.81,0,0,0.16,554.12,3103.88,26149782,99.81,0,0,0.14,554.09,3103.9,26149783,99.83,0,0,0.17,554.25,3103.76,26149784,99.84,0,0,0.14,554.27,3103.73,26149785,99.66,0,0,0.69,554.49,3103.53,26149786,99.81,0,0,0.18,554.25,3103.76,26149787,99.85,0,0,0.14,554.21,3103.79,26149788,99.82,0,0,0.15,554.19,3103.81,26149789,99.85,0,0,0.14,554.17,3103.82,26149790,99.66,0,0,0.81,554.67,3103.34,26149791,99.8,0,0,0.18,554.64,3103.36,26149792,99.84,0,0,0.14,554.61,3103.39,26149793,99.86,0,0,0.17,554.61,3103.41,26149794,98.4,0,0,0.14,554.71,3103.3,26149795,99.61,0,0,0.56,555.38,3102.66,26149796,99.85,0,0,0.31,554.99,3103.03,26149797,99.86,0,0,0.18,554.99,3103.04,26149798,99.85,0,0,0.14,554.96,3103.06,26149799,99.83,0,0,0.14,554.95,3103.07,26149800,99.78,0,0,0.3,554.93,3103.1,26149801,99.73,0,0,0.52,555.27,3102.75,26149802,99.83,0,0,0.17,554.89,3103.13,26149803,99.85,0,0,0.14,554.88,3103.13,26149804,99.84,0,0,0.14,554.86,3103.16,26149805,99.81,0,0,0.29,555.12,3102.91,26149806,99.69,0,0,0.56,555.37,3102.66,26149807,99.83,0,0,0.14,555.01,3103.01,26149808,99.78,0,0,0.14,554.98,3103.04,26149809,99.7,0,0,0.29,554.99,3103,26149810,99.75,0.01,0.02,0.34,555.19,3102.82,26149811,99.72,0,0.01,0.61,555.32,3102.68,26149812,99.8,0,0,0.14,554.85,3103.14,26149813,99.85,0,0,0.16,554.82,3103.17,26149814,99.86,0,0,0.14,554.91,3103.07,26149815,99.79,0,0,0.28,555.25,3102.75,26149816,99.7,0,0,0.54,555.81,3102.19,26149817,99.87,0,0,0.23,554.94,3103.06,26149818,99.84,0,0,0.14,554.91,3103.08,26149819,99.85,0,0,0.15,554.89,3103.1,26149820,99.81,0,0,0.34,555.18,3102.82,26149821,99.73,0,0,0.56,555.61,3102.39,26149822,99.85,0,0,0.18,554.84,3103.16,26149823,99.84,0,0,0.18,554.81,3103.18,26149824,99.87,0,0,0.14,554.93,3103.05,26149825,99.75,0,0,0.32,554.26,3103.74,26149826,99.7,0,0,0.49,554.73,3103.27,26149827,99.85,0,0,0.23,554.65,3103.34,26149828,99.85,0,0,0.15,554.62,3103.37,26149829,99.86,0,0,0.14,554.58,3103.4,26149830,99.77,0,0,0.27,555.05,3102.95,26149831,99.84,0,0,0.16,555.2,3102.79,26149832,99.72,0,0,0.57,555.55,3102.44,26149833,99.85,0,0,0.15,555.17,3102.82,26149834,99.86,0,0,0.15,555.13,3102.85,26149835,98.49,0,0.02,0.28,555.13,3102.87,26149836,99.83,0,0,0.18,555.08,3102.91,26149837,99.72,0,0,0.54,553.84,3104.15,26149838,99.85,0,0,0.15,553.08,3104.91,26149839,99.78,0,0,0.3,555.15,3102.81,26149840,99.8,0,0,0.28,555.23,3102.75,26149841,99.84,0,0,0.14,555.2,3102.78,26149842,99.72,0,0,0.55,555.38,3102.6,26149843,99.85,0,0,0.19,554.91,3103.06,26149844,99.86,0,0,0.16,554.88,3103.08,26149845,99.81,0,0,0.35,555.12,3102.86,26149846,99.85,0,0,0.13,555.1,3102.87,26149847,99.7,0,0,0.56,555.11,3102.86,26149848,99.86,0,0,0.17,554.56,3103.4,26149849,99.85,0,0,0.14,554.54,3103.41,26149850,99.81,0,0,0.3,555.21,3102.75,26149851,99.83,0.01,0.29,0.37,554.97,3102.99,26149852,99.7,0.01,1.33,0.52,555.64,3102.3,26149853,99.84,0,0.08,0.36,555.66,3102.27,26149854,99.83,0,0,0.21,555.61,3102.32,26149855,98.46,0,0,0.32,555.61,3102.33,26149856,99.83,0,0,0.17,555.59,3102.35,26149857,99.7,0,0,0.58,556.28,3101.65,26149858,99.85,0,0,0.14,555.55,3102.38,26149859,99.86,0,0,0.14,555.53,3102.39,26149860,99.75,0,0,0.28,555.55,3102.39,26149861,99.85,0,0,0.14,555.63,3102.31,26149862,99.71,0,0,0.41,556.07,3101.86,26149863,99.83,0,0,0.29,555.91,3102.02,26149864,99.86,0,0,0.14,555.88,3102.05,26149865,99.78,0,0,0.32,555.64,3102.3,26149866,99.85,0,0,0.14,555.6,3102.33,26149867,99.84,0,0,0.14,555.59,3102.35,26149868,99.7,0,0,0.55,555.92,3102,26149869,99.8,0,0,0.3,555.59,3102.33,26149870,99.8,0,0,0.29,555.84,3102.1,26149871,99.85,0,0,0.15,555.94,3102,26149872,99.85,0,0,0.15,555.92,3102.02,26149873,99.7,0,0,0.57,555.28,3102.64,26149874,99.85,0,0,0.15,554.89,3103.06,26149875,99.77,0,0,0.29,555.59,3102.38,26149876,99.84,0,0,0.15,555.58,3102.39,26149877,99.84,0,0,0.2,555.55,3102.41,26149878,99.73,0,0,0.61,555.67,3102.29,26149879,99.84,0,0,0.15,555.3,3102.66,26149880,99.79,0,0.01,0.3,555.92,3102.05,26149881,99.86,0,0,0.18,555.9,3102.07,26149882,99.82,0,0,0.14,555.87,3102.09,26149883,99.71,0,0,0.57,556.2,3101.76,26149884,99.87,0,0,0.17,555.82,3102.13,26149885,99.75,0,0,0.29,555.1,3102.86,26149886,99.84,0,0,0.14,555.05,3102.91,26149887,99.87,0,0,0.16,555.03,3102.93,26149888,99.73,0,0,0.58,555.61,3102.35,26149889,99.86,0,0,0.14,554.68,3103.27,26149890,99.8,0,0,0.29,556.15,3101.83,26149891,99.87,0,0,0.14,556.14,3101.83,26149892,99.84,0,0,0.16,556.12,3101.84,26149893,99.72,0,0,0.58,556.5,3101.46,26149894,99.85,0,0,0.15,556.08,3101.88,26149895,99.8,0,0,0.29,555.81,3102.16,26149896,99.55,0,0,0.14,555.8,3102.17,26149897,99.84,0,0,0.16,555.77,3102.19,26149898,99.72,0,0,0.41,556.01,3101.95,26149899,99.73,0,0,0.57,555.63,3102.3,26149900,99.79,0,0,0.29,556.11,3101.83,26149901,99.83,0,0,0.17,556.09,3101.85,26149902,99.85,0,0,0.17,556.05,3101.88,26149903,99.85,0,0,0.14,556.02,3101.91,26149904,99.71,0,0,0.54,556.11,3101.81,26149905,99.76,0,0,0.3,555.53,3102.41,26149906,99.85,0,0,0.14,555.68,3102.25,26149907,99.87,0,0,0.15,555.65,3102.28,26149908,99.86,0,0,0.15,555.64,3102.29,26149909,99.71,0,0,0.54,556.19,3101.73,26149910,99.77,0,0,0.31,555.13,3102.8,26149911,99.8,0,0.01,0.2,556.03,3101.91,26149912,99.87,0.01,0.24,0.2,556.08,3101.85,26149913,99.84,0,0,0.16,556.07,3101.86,26149914,99.69,0,0,0.55,556.2,3101.72,26149915,99.78,0,0,0.34,556.02,3101.92,26149916,99.88,0,0,0.14,555.99,3101.94,26149917,99.87,0,0,0.16,556.12,3101.8,26149918,99.83,0,0,0.16,556.11,3101.81,26149919,99.71,0,0,0.59,556.49,3101.42,26149920,99.8,0,0,0.29,556.1,3101.84,26149921,99.92,0.03,0.81,0.29,556.08,3101.87,26149922,99.91,0,0.01,0.18,556.08,3101.86,26149923,99.89,0,0,0.16,556.05,3101.89,26149924,99.78,0,0,0.55,556.56,3101.37,26149925,99.81,0,0,0.29,556,3101.94,26149926,99.93,0,0,0.15,555.49,3102.45,26149927,99.95,0,0,0.16,554.91,3103.03,26149928,99.93,0,0.01,0.18,554.86,3103.07,26149929,99.71,0,0,0.64,555.54,3102.37,26149930,99.88,0,0,0.32,554.36,3103.57,26149931,99.95,0,0,0.14,554.3,3103.62,26149932,99.93,0,0,0.16,554.27,3103.65,26149933,99.92,0,0,0.14,554.36,3103.56,26149934,99.8,0,0,0.54,555.02,3102.91,26149935,99.87,0,0,0.35,555.38,3102.57,26149936,99.93,0,0,0.13,555.36,3102.58,26149937,99.93,0,0,0.21,555.09,3102.85,26149938,99.93,0,0,0.18,555.06,3102.88,26149939,99.82,0,0,0.43,555.35,3102.58,26149940,99.89,0,0,0.48,555.51,3102.43,26149941,99.92,0,0,0.13,555.5,3102.44,26149942,99.93,0,0,0.19,555.48,3102.45,26149943,99.95,0,0,0.14,555.62,3102.31,26149944,99.94,0,0,0.14,555.66,3102.26,26149945,94.81,0.29,0.01,257.89,568.49,3089.69,26149946,99.92,0,0,0.14,557.76,3100.1,26149947,99.91,0,0,0.18,557.73,3100.12,26149948,99.93,0,0,0.2,557.72,3100.13,26149949,99.96,0,0,0.18,557.69,3100.15,26149950,99.77,0,0,0.76,556.82,3101.09,26149951,99.93,0,0,0.14,555.52,3102.39,26149952,99.97,0,0,0.16,555.5,3102.41,26149953,99.93,0,0,0.15,555.61,3102.3,26149954,99.95,0,0,0.16,555.64,3102.26,26149955,99.77,0,0,0.69,556.19,3101.74,26149956,99.93,0,0,0.14,555.62,3102.31,26149957,99.93,0,0,0.15,555.6,3102.33,26149958,99.93,0,0,0.16,555.57,3102.35,26149959,99.87,0,0,0.3,554.83,3103.07,26149960,99.78,0,0,0.64,555.68,3102.24,26149961,99.95,0,0,0.21,555.04,3102.87,26149962,99.93,0,0,0.14,555.02,3102.89,26149963,99.89,0,0,0.15,555,3102.9,26149964,99.93,0,0,0.14,554.97,3102.97,26149965,99.74,0,0,0.64,555.41,3102.54,26149966,99.94,0,0,0.21,555.63,3102.32,26149967,99.92,0,0,0.16,555.6,3102.35,26149968,99.94,0,0,0.15,555.58,3102.36,26149969,99.94,0,0,0.15,555.55,3102.39,26149970,99.77,0,0,0.59,555.54,3102.42,26149971,99.92,0,0,0.29,554.57,3103.38,26149972,99.95,0,0,0.14,554.53,3103.42,26149973,99.94,0,0,0.16,554.51,3103.43,26149974,99.93,0,0,0.15,554.48,3103.46,26149975,99.75,0,0,0.55,555.34,3102.61,26149976,99.88,0,0,0.33,555.63,3102.32,26149977,99.95,0,0,0.16,555.62,3102.33,26149978,99.93,0,0,0.16,555.59,3102.36,26149979,99.95,0,0,0.17,555.56,3102.38,26149980,99.76,0,0,0.34,555.56,3102.39,26149981,99.78,0,0,0.59,556.4,3101.54,26149982,99.93,0,0,0.14,555.76,3102.19,26149983,99.95,0,0,0.14,555.74,3102.2,26149984,99.94,0,0,0.16,555.71,3102.23,26149985,99.88,0,0,0.29,555.24,3102.71,26149986,99.82,0,0,0.54,556.07,3101.88,26149987,99.92,0,0,0.17,555.62,3102.32,26149988,99.94,0,0,0.14,555.59,3102.35,26149989,99.88,0,0,0.31,555.82,3102.09,26149990,99.89,0,0,0.33,555.57,3102.36,26149991,99.78,0,0,0.57,555.91,3102.02,26149992,99.93,0,0,0.19,555.51,3102.41,26149993,99.94,0,0,0.2,555.49,3102.43,26149994,99.91,0,0,0.16,555.47,3102.46,26149995,99.9,0,0,0.31,555.47,3102.48,26149996,99.8,0,0,0.49,556.04,3101.91,26149997,99.93,0,0,0.29,555.9,3102.05,26149998,99.92,0,0,0.18,555.88,3102.07,26149999,99.92,0,0,0.2,555.86,3102.08,26150000,99.88,0,0,0.36,555.62,3102.33,26150001,99.81,0,0,0.4,555.95,3102,26150002,99.94,0,0,0.31,555.57,3102.38,26150003,99.95,0,0,0.14,555.56,3102.39,26150004,99.94,0,0,0.14,555.53,3102.41,26150005,99.9,0,0,0.32,555.54,3102.41,26150006,99.82,0,0,0.42,555.8,3102.15,26150007,99.92,0,0,0.31,555.36,3102.59,26150008,99.95,0,0,0.14,555.4,3102.54,26150009,99.94,0,0,0.19,555.38,3102.56,26150010,99.87,0,0,0.32,555.62,3102.34,26150011,99.79,0,0,0.4,556.09,3101.87,26150012,99.92,0,0.01,0.36,555.3,3102.65,26150013,99.9,0,0,0.15,555.27,3102.68,26150014,99.93,0,0,0.15,555.24,3102.7,26150015,99.89,0,0,0.28,555.74,3102.21,26150016,99.91,0,0,0.19,555.85,3102.1,26150017,99.78,0,0,0.53,556.45,3101.5,26150018,99.92,0,0,0.16,556.11,3101.83,26150019,99.85,0,0,0.43,555.84,3102.07,26150020,99.88,0,0,0.33,556.09,3101.85,26150021,99.95,0,0,0.13,556.06,3101.87,26150022,99.81,0,0,0.6,556.22,3101.7,26150023,99.93,0,0,0.18,555.77,3102.15,26150024,99.95,0,0,0.16,555.57,3102.36,26150025,99.88,0,0,0.48,555.96,3101.98,26150026,99.95,0,0,0.16,555.94,3102.01,26150027,99.78,0,0,0.52,556.06,3101.88,26150028,99.93,0,0,0.17,555.59,3102.34,26150029,99.91,0,0,0.14,555.56,3102.37,26150030,99.84,0,0,0.28,554.67,3103.28,26150031,99.93,0,0,0.19,554.33,3103.61,26150032,99.8,0,0,0.54,555.29,3102.65,26150033,99.94,0,0,0.15,555.49,3102.45,26150034,99.94,0,0,0.15,555.46,3102.47,26150035,99.89,0,0,0.3,555.94,3102,26150036,99.94,0,0,0.16,555.93,3102.01,26150037,99.81,0,0,0.55,556.33,3101.61,26150038,99.94,0,0,0.15,555.83,3102.11,26150039,99.95,0,0,0.14,555.8,3102.13,26150040,99.86,0,0,0.29,554.86,3103.09,26150041,99.93,0,0,0.15,554.8,3103.14,26150042,99.8,0,0,0.55,555.74,3102.2,26150043,99.94,0,0,0.19,555.99,3101.94,26150044,99.95,0,0,0.15,555.97,3101.96,26150045,99.88,0,0,0.3,554.79,3103.16,26150046,99.94,0,0,0.14,554.73,3103.22,26150047,99.77,0,0,0.36,555.39,3102.55,26150048,99.93,0,0,0.38,555.45,3102.49,26150049,99.87,0,0,0.28,556.06,3101.85,26150050,99.88,0,0,0.29,556.08,3101.85,26150051,99.94,0,0,0.15,556.05,3101.87,26150052,99.93,0,0,0.14,556.03,3101.89,26150053,99.77,0,0,0.59,556.54,3101.38,26150054,99.93,0,0,0.14,555.98,3101.93,26150055,99.88,0,0,0.29,555.27,3102.66,26150056,99.94,0,0,0.16,555.22,3102.7,26150057,99.93,0,0,0.2,555.21,3102.71,26150058,99.8,0,0,0.54,556.21,3101.71,26150059,99.93,0,0,0.16,556.28,3101.63,26150060,99.88,0,0,0.28,556.08,3101.84,26150061,99.94,0,0,0.16,556.05,3101.88,26150062,99.93,0,0,0.16,556.02,3101.89,26150063,99.78,0,0,0.54,556.35,3101.56,26150064,99.93,0,0,0.14,555.98,3101.93,26150065,99.9,0,0,0.3,555.75,3102.18,26150066,99.92,0,0,0.14,555.71,3102.21,26150067,99.95,0,0,0.14,555.7,3102.22,26150068,99.83,0,0,0.5,556.02,3101.89,26150069,99.92,0,0,0.2,555.66,3102.25,26150070,99.85,0,0,0.31,555.84,3102.08,26150071,99.95,0,0,0.18,555.85,3102.06,26150072,99.92,0,0,0.16,555.83,3102.09,26150073,99.8,0,0,0.4,556.07,3101.84,26150074,99.96,0,0,0.3,555.53,3102.37,26150075,99.88,0,0,0.3,555.78,3102.14,26150076,99.94,0,0,0.16,555.76,3102.16,26150077,99.53,0,0,0.16,555.73,3102.18,26150078,99.05,0,0,0.4,556.52,3101.39,26150079,99.86,0,0,0.43,556.2,3101.69,26150080,99.9,0,0,0.3,555.64,3102.26,26150081,99.95,0,0,0.14,555.07,3102.83,26150082,99.96,0,0,0.16,555.1,3102.8,26150083,99.83,0,0,0.34,555.66,3102.23,26150084,99.91,0,0,0.4,555.57,3102.34,26150085,99.84,0,0,0.3,555.37,3102.57,26150086,99.93,0,0,0.14,555.29,3102.64,26150087,99.92,0,0,0.16,555.25,3102.68,26150088,99.91,0,0,0.14,555.23,3102.7,26150089,99.78,0,0,0.58,555.65,3102.27,26150090,99.85,0,0,0.28,554.26,3103.68,26150091,99.93,0,0,0.18,554.05,3103.89,26150092,99.94,0,0,0.17,554.13,3103.8,26150093,99.95,0,0,0.18,554.1,3103.83,26150094,99.81,0,0,0.57,555.09,3102.83,26150095,99.87,0,0,0.32,554.82,3103.12,26150096,99.92,0,0,0.16,554.78,3103.16,26150097,99.93,0,0,0.16,554.75,3103.18,26150098,99.92,0,0,0.18,554.74,3103.19,26150099,99.75,0,0,0.59,555.57,3102.35,26150100,99.85,0,0,0.29,555.44,3102.49,26150101,99.94,0,0,0.14,555.52,3102.41,26150102,99.93,0,0,0.16,555.58,3102.35,26150103,99.93,0,0,0.15,555.55,3102.37,26150104,99.79,0,0,0.59,555.75,3102.16,26150105,99.91,0,0,0.34,555.52,3102.41,26150106,99.95,0,0,0.16,555.51,3102.42,26150107,99.94,0,0,0.14,555.47,3102.45,26150108,99.92,0,0,0.16,555.46,3102.46,26150109,99.76,0,0,0.69,555.79,3102.11,26150110,99.87,0,0,0.33,555.18,3102.73,26150111,99.93,0,0,0.17,555.3,3102.6,26150112,99.91,0,0.01,0.2,555.29,3102.61,26150113,99.9,0,0,0.16,555.25,3102.65,26150114,99.81,0,0,0.53,555.92,3101.99,26150115,99.88,0,0,0.36,555.48,3102.45,26150116,99.95,0,0,0.14,555.45,3102.47,26150117,99.94,0,0,0.2,555.44,3102.48,26150118,99.93,0,0,0.16,555.42,3102.5,26150119,99.88,0,0,0.18,555.59,3102.32,26150120,99.83,0,0,0.64,555.93,3102.02,26150121,99.95,0,0,0.14,555.57,3102.37,26150122,99.93,0,0,0.16,555.55,3102.39,26150123,99.95,0,0,0.14,555.53,3102.4,26150124,99.93,0,0,0.15,555.5,3102.43,26150125,99.75,0,0,0.68,555.66,3102.29,26150126,99.94,0,0,0.14,555.23,3102.71,26150127,99.91,0,0,0.18,555.22,3102.72,26150128,99.95,0,0,0.16,555.19,3102.74,26150129,99.93,0,0,0.15,555.18,3102.75,26150130,99.73,0,0,0.68,554.74,3103.21,26150131,99.92,0,0,0.16,554.29,3103.65,26150132,99.94,0,0,0.15,554.34,3103.6,26150133,99.92,0,0,0.15,554.31,3103.62,26150134,99.94,0,0,0.14,554.3,3103.63,26150135,99.73,0,0,0.69,555.95,3102,26150136,99.94,0,0,0.13,555.51,3102.43,26150137,99.91,0,0,0.16,555.48,3102.46,26150138,99.94,0,0,0.14,555.47,3102.46,26150139,99.9,0,0,0.29,555.19,3102.73,26150140,99.73,0,0,0.73,555.93,3102,26150141,99.93,0,0,0.14,554.67,3103.26,26150142,99.91,0.01,0.01,0.15,554.82,3103.1,26150143,99.93,0,0,0.17,554.78,3103.13,26150144,99.93,0,0,0.15,554.75,3103.16,26150145,99.69,0,0,0.57,555.1,3102.83,26150146,99.94,0,0,0.26,555.22,3102.7,26150147,99.93,0,0,0.16,555.19,3102.73,26150148,99.92,0,0,0.15,555.18,3102.73,26150149,99.92,0,0,0.15,555.29,3102.62,26150150,99.69,0,0,0.63,554.84,3103.08,26150151,99.9,0,0,0.24,554.87,3103.06,26150152,99.93,0,0,0.14,554.79,3103.12,26150153,99.93,0,0,0.16,554.78,3103.13,26150154,99.93,0,0,0.14,554.75,3103.16,26150155,99.75,0,0,0.61,555.88,3102.04,26150156,99.93,0,0,0.28,555.71,3102.2,26150157,99.94,0,0,0.16,555.7,3102.21,26150158,99.93,0,0,0.14,555.67,3102.24,26150159,99.91,0,0,0.14,555.65,3102.25,26150160,99.9,0,0,0.3,555.52,3102.4,26150161,99.78,0,0,0.55,556.17,3101.74,26150162,99.93,0,0,0.14,555.8,3102.12,26150163,99.92,0,0,0.15,555.77,3102.14,26150164,99.94,0,0,0.14,555.76,3102.15,26150165,99.9,0,0,0.3,555.5,3102.41,26150166,99.82,0,0,0.57,556.37,3101.55,26150167,99.94,0,0,0.15,555.7,3102.21,26150168,99.92,0,0,0.18,555.68,3102.23,26150169,99.89,0,0,0.32,555.42,3102.46,26150170,99.88,0,0,0.34,555.96,3101.94,26150171,99.78,0,0,0.53,556.26,3101.63,26150172,99.91,0,0,0.17,555.77,3102.11,26150173,99.93,0,0,0.14,555.76,3102.13,26150174,99.92,0,0,0.14,555.73,3102.17,26150175,99.89,0,0,0.3,555.73,3102.18,26150176,99.8,0,0,0.54,556.06,3101.85,26150177,99.93,0,0,0.26,555.69,3102.22,26150178,99.94,0,0,0.15,555.67,3102.23,26150179,99.91,0,0,0.15,555.64,3102.25,26150180,99.87,0,0,0.29,555.97,3101.94,26150181,99.77,0,0,0.49,556.35,3101.56,26150182,99.95,0,0,0.21,555.61,3102.31,26150183,99.93,0,0,0.14,555.52,3102.4,26150184,99.91,0,0,0.16,555.51,3102.4,26150185,99.9,0,0,0.31,555.75,3102.18,26150186,99.8,0,0,0.39,556.02,3101.91,26150187,99.93,0,0,0.28,555.21,3102.71,26150188,99.95,0,0,0.16,555.19,3102.73,26150189,99.93,0,0,0.14,555.17,3102.74,26150190,99.88,0,0,0.3,555.89,3102.04,26150191,99.75,0,0,0.42,556.35,3101.57,26150192,99.89,0,0,0.29,556.04,3101.88,26150193,99.96,0,0,0.15,556.02,3101.9,26150194,99.92,0,0,0.16,556,3101.91,26150195,99.83,0,0,0.32,554.81,3103.12,26150196,99.9,0,0,0.13,554.76,3103.17,26150197,99.8,0,0,0.57,556.38,3101.54,26150198,99.94,0,0,0.14,555.7,3102.22,26150199,99.88,0,0,0.29,555.7,3102.19,26150200,99.86,0,0,0.34,555.92,3101.99,26150201,99.93,0,0,0.14,555.89,3102.02,26150202,99.81,0,0,0.53,556.62,3101.27,26150203,99.94,0,0,0.16,556.06,3101.83,26150204,99.95,0,0,0.14,556.04,3101.85,26150205,99.78,0,0,0.3,555.09,3102.81,26150206,99.94,0,0,0.17,555.03,3102.87,26150207,99.78,0,0,0.54,556.2,3101.7,26150208,99.93,0,0,0.16,555.97,3101.93,26150209,99.95,0,0,0.15,555.95,3101.94,26150210,99.89,0,0,0.31,556.19,3101.71,26150211,99.92,0,0,0.34,555.98,3101.93,26150212,99.76,0,0,0.43,556.5,3101.4,26150213,99.93,0,0,0.29,556.24,3101.65,26150214,99.94,0,0,0.16,556.3,3101.59,26150215,99.89,0,0,0.34,556.06,3101.85,26150216,99.93,0,0,0.18,556.04,3101.86,26150217,99.8,0,0,0.42,556.36,3101.54,26150218,99.94,0,0,0.34,555.98,3101.92,26150219,99.92,0,0,0.2,555.96,3101.93,26150220,99.89,0,0,0.34,555.95,3101.95,26150221,99.89,0.02,0.09,0.32,555.93,3101.97,26150222,99.76,0,0,0.43,556.27,3101.61,26150223,99.9,0,0.01,0.3,555.94,3101.93,26150224,99.93,0,0,0.19,556.03,3101.84,26150225,99.88,0,0,0.34,556.03,3101.86,26150226,99.93,0,0,0.17,556.02,3101.87,26150227,99.79,0,0,0.64,556.34,3101.54,26150228,99.93,0,0,0.32,555.97,3101.9,26150229,99.88,0,0,0.31,555.94,3101.91,26150230,99.89,0,0,0.34,555.94,3101.92,26150231,99.91,0,0,0.18,555.92,3101.94,26150232,99.95,0,0,0.16,555.89,3101.96,26150233,99.78,0,0,0.68,556.46,3101.39,26150234,99.94,0,0,0.17,556.13,3101.73,26150235,99.89,0,0,0.35,555.51,3102.38,26150236,99.95,0,0,0.19,555.29,3102.59,26150237,99.94,0,0,0.23,555.26,3102.62,26150238,99.8,0,0,0.59,555.6,3102.27,26150239,99.91,0,0,0.16,555.21,3102.66,26150240,99.87,0,0,0.38,554.98,3102.9,26150241,99.95,0,0,0.21,554.94,3102.94,26150242,99.93,0,0,0.2,554.91,3102.96,26150243,99.82,0,0,0.63,555.77,3102.11,26150244,99.91,0,0,0.18,555.11,3102.76,26150245,99.87,0,0,0.39,555.53,3102.35,26150246,99.95,0,0,0.21,555.52,3102.36,26150247,99.93,0.02,0.02,0.3,555.47,3102.39,26150248,99.81,0,0,0.62,555.83,3102.02,26150249,99.93,0,0,0.2,555.36,3102.48,26150250,99.87,0,0,0.36,555.62,3102.24,26150251,99.93,0,0,0.18,555.61,3102.24,26150252,99.95,0,0,0.18,555.67,3102.18,26150253,99.81,0,0,0.57,555.99,3101.86,26150254,99.9,0,0,0.18,555.48,3102.36,26150255,99.89,0,0,0.36,555.48,3102.38,26150256,99.95,0,0,0.18,555.46,3102.39,26150257,99.91,0,0,0.18,555.43,3102.42,26150258,99.75,0,0,0.59,555.77,3102.07,26150259,99.9,0,0.03,0.32,555.12,3102.69,26150260,99.88,0,0,0.34,555.12,3102.71,26150261,99.92,0,0,0.14,555.1,3102.73,26150262,99.93,0,0,0.14,555.13,3102.69,26150263,99.8,0,0,0.5,555.98,3101.84,26150264,99.94,0,0,0.19,555.49,3102.32,26150265,99.89,0,0,0.36,555,3102.83,26150266,99.93,0,0,0.18,554.99,3102.86,26150267,99.94,0,0,0.18,554.96,3102.89,26150268,99.93,0,0,0.18,554.94,3102.89,26150269,99.81,0,0,0.55,555.78,3102.06,26150270,99.88,0,0,0.35,554.94,3102.91,26150271,99.91,0,0,0.21,554.52,3103.32,26150272,99.93,0,0,0.18,554.38,3103.45,26150273,99.91,0,0,0.18,554.36,3103.47,26150274,99.8,0,0,0.59,555.97,3101.85,26150275,99.89,0,0,0.33,555.75,3102.09,26150276,99.93,0,0,0.14,555.72,3102.12,26150277,99.94,0,0,0.17,555.7,3102.13,26150278,99.95,0,0,0.14,555.68,3102.15,26150279,99.78,0,0,0.54,556.01,3101.81,26150280,99.71,0,0,0.36,555.67,3102.17,26150281,99.91,0,0,0.14,555.64,3102.19,26150282,99.93,0,0,0.13,555.62,3102.21,26150283,99.92,0,0,0.16,555.59,3102.24,26150284,99.79,0,0,0.41,555.92,3101.9,26150285,99.83,0,0,0.45,555.74,3102.09,26150286,99.93,0,0,0.17,555.73,3102.1,26150287,99.89,0,0,0.14,555.71,3102.12,26150288,99.92,0,0,0.16,555.68,3102.14,26150289,99.75,0,0,0.7,555.92,3101.88,26150290,99.75,0,0,0.31,555.18,3102.64,26150291,99.87,0,0,0.15,555.14,3102.67,26150292,99.87,0,0,0.16,555.13,3102.68,26150293,99.85,0,0,0.16,555.1,3102.71,26150294,99.74,0,0,0.57,555.91,3101.89,26150295,99.85,0,0,0.38,554.84,3102.98,26150296,99.91,0,0,0.12,554.76,3103.06,26150297,99.87,0,0,0.19,554.73,3103.08,26150298,99.9,0,0,0.16,554.71,3103.1,26150299,99.75,0,0,0.4,555.3,3102.5,26150300,99.83,0,0,0.44,555.45,3102.37,26150301,99.9,0,0,0.15,555.41,3102.4,26150302,99.85,0,0,0.12,555.39,3102.42,26150303,99.92,0,0,0.16,555.37,3102.44,26150304,99.95,0,0,0.15,555.34,3102.47,26150305,99.7,0,0,0.7,556.33,3101.49,26150306,99.89,0,0,0.16,555.99,3101.83,26150307,99.9,0,0,0.13,555.96,3101.85,26150308,99.89,0,0,0.14,555.94,3101.87,26150309,99.88,0,0,0.15,555.92,3101.88,26150310,96.1,0.04,0.01,141.29,568,3091.7,26150311,99.85,0,0,0.18,557.35,3100.38,26150312,99.87,0,0,0.14,557.32,3100.41,26150313,99.87,0,0,0.15,557.3,3100.42,26150314,99.88,0,0,0.16,557.28,3100.44,26150315,99.66,0,0,0.76,557.08,3100.67,26150316,99.88,0,0,0.19,555.83,3101.94,26150317,99.89,0,0,0.16,555.8,3101.96,26150318,99.85,0,0,0.14,555.78,3101.98,26150319,99.8,0,0,0.34,555.83,3101.89,26150320,99.72,0,0,0.71,556.29,3101.45,26150321,99.86,0,0,0.2,555.92,3101.82,26150322,99.8,0,0,0.16,555.89,3101.84,26150323,99.86,0,0,0.15,555.88,3101.85,26150324,99.86,0,0,0.17,555.86,3101.87,26150325,99.67,0,0,0.8,556.17,3101.56,26150326,99.86,0,0,0.14,555.83,3101.9,26150327,99.86,0,0,0.17,555.8,3101.93,26150328,99.85,0,0,0.16,555.78,3101.94,26150329,99.87,0,0,0.18,555.76,3101.96,26150330,99.69,0,0,0.79,556.07,3101.67,26150331,99.82,0,0,0.2,555.51,3102.23,26150332,99.85,0,0,0.14,555.43,3102.3,26150333,99.87,0,0,0.14,555.42,3102.31,26150334,99.85,0,0,0.17,555.39,3102.33,26150335,99.68,0,0,0.54,556.23,3101.51,26150336,99.86,0,0,0.37,555.86,3101.87,26150337,99.82,0.02,0.61,0.22,555.81,3101.91,26150338,99.87,0,0,0.15,555.78,3101.94,26150339,99.86,0,0,0.15,555.86,3101.85,26150340,99.62,0,0,0.48,556.3,3101.44,26150341,99.88,0,0,0.38,555.68,3102.05,26150342,99.84,0,0,0.16,555.66,3102.06,26150343,99.85,0,0,0.17,555.64,3102.08,26150344,99.85,0,0,0.15,555.63,3102.11,26150345,99.83,0,0,0.31,555.39,3102.37,26150346,99.7,0,0,0.54,555.73,3102.03,26150347,99.86,0,0,0.16,555.34,3102.41,26150348,99.85,0,0,0.14,555.33,3102.42,26150349,99.8,0,0,0.29,555.81,3101.91,26150350,99.75,0,0,0.32,556.08,3101.65,26150351,99.72,0,0,0.57,556.3,3101.43,26150352,99.84,0,0,0.16,555.93,3101.8,26150353,99.83,0,0,0.15,555.9,3101.82,26150354,99.84,0,0,0.16,555.89,3101.84,26150355,99.78,0,0,0.32,555.89,3101.86,26150356,99.71,0,0,0.53,556.23,3101.52,26150357,99.83,0,0,0.2,555.85,3101.89,26150358,99.88,0,0,0.14,555.83,3101.91,26150359,99.86,0,0,0.14,555.81,3101.93,26150360,99.81,0,0,0.3,555.82,3101.96,26150361,99.72,0.01,0,0.6,556.34,3101.43,26150362,99.85,0,0,0.15,555.68,3102.08,26150363,99.84,0,0,0.15,555.67,3102.09,26150364,99.86,0,0,0.15,555.64,3102.12,26150365,99.8,0,0,0.33,555.89,3101.88,26150366,99.72,0,0,0.55,556.26,3101.51,26150367,99.85,0,0,0.2,556.08,3101.69,26150368,99.87,0,0,0.18,556.05,3101.71,26150369,99.85,0,0,0.18,556.03,3101.73,26150370,99.8,0,0,0.38,555.78,3101.98,26150371,99.72,0,0,0.34,556.26,3101.5,26150372,99.86,0,0,0.39,556.16,3101.6,26150373,99.87,0,0,0.14,556.15,3101.6,26150374,99.85,0,0,0.17,556.12,3101.63,26150375,99.82,0,0,0.32,555.89,3101.88,26150376,99.71,0,0,0.35,556.21,3101.55,26150377,99.86,0,0,0.43,555.84,3101.92,26150378,99.81,0,0,0.14,555.81,3101.94,26150379,99.79,0,0,0.29,555.8,3101.93,26150380,99.82,0,0,0.33,556.28,3101.47,26150381,99.84,0,0,0.15,556.26,3101.48,26150382,99.7,0,0,0.55,556.52,3101.21,26150383,99.86,0,0,0.14,555.91,3101.82,26150384,99.87,0,0,0.16,555.9,3101.86,26150385,99.82,0,0,0.32,556.14,3101.64,26150386,99.85,0,0,0.17,556.13,3101.65,26150387,99.72,0,0,0.56,556.03,3101.74,26150388,99.84,0,0,0.16,555.34,3102.43,26150389,99.83,0,0,0.15,555.31,3102.45,26150390,99.81,0,0,0.33,555.08,3102.7,26150391,99.85,0,0,0.17,554.88,3102.89,26150392,99.7,0,0,0.54,555.26,3102.51,26150393,99.86,0,0,0.15,555.14,3102.62,26150394,99.85,0,0,0.14,555.19,3102.57,26150395,99.79,0,0,0.33,555.68,3102.1,26150396,99.85,0,0,0.15,555.67,3102.11,26150397,99.66,0,0,0.54,555.91,3101.86,26150398,99.86,0,0,0.15,555.38,3102.39,26150399,99.85,0,0,0.14,555.35,3102.41,26150400,99.77,0,0,0.3,555.37,3102.41,26150401,99.85,0,0,0.14,555.33,3102.44,26150402,99.72,0,0,0.56,555.57,3102.2,26150403,99.85,0,0,0.15,555.04,3102.73,26150404,99.85,0,0,0.15,555.15,3102.61,26150405,99.82,0,0,0.37,555.47,3102.31,26150406,99.83,0,0,0.17,555.42,3102.36,26150407,99.74,0,0,0.54,555.79,3101.98,26150408,99.84,0,0,0.18,555.63,3102.14,26150409,99.8,0,0,0.3,555.35,3102.39,26150410,99.74,0,0,0.32,555.1,3102.66,26150411,99.88,0,0,0.18,555.07,3102.68,26150412,99.73,0,0,0.3,555.4,3102.35,26150413,99.83,0,0,0.39,555.68,3102.06,26150414,99.86,0,0,0.15,555.4,3102.34,26150415,99.75,0,0,0.31,555.67,3102.08,26150416,99.85,0,0,0.16,555.66,3102.09,26150417,99.88,0,0,0.19,555.64,3102.11,26150418,99.74,0,0,0.54,555.36,3102.39,26150419,99.87,0,0,0.15,554.86,3102.88,26150420,99.82,0,0,0.31,554.85,3102.91,26150421,99.87,0,0,0.17,554.83,3102.93,26150422,99.85,0,0,0.16,554.83,3102.93,26150423,99.73,0,0,0.57,555.35,3102.4,26150424,99.86,0,0,0.15,555.02,3102.72,26150425,99.8,0,0,0.35,555.39,3102.37,26150426,99.86,0,0,0.14,555.42,3102.33,26150427,99.85,0,0,0.19,555.39,3102.36,26150428,99.74,0,0,0.55,555.74,3102.01,26150429,99.85,0,0,0.14,555.35,3102.39,26150430,99.8,0,0,0.31,555.6,3102.16,26150431,99.84,0,0,0.14,555.57,3102.18,26150432,99.87,0,0,0.16,555.56,3102.19,26150433,99.73,0,0,0.58,555.89,3101.86,26150434,99.83,0,0,0.16,555.52,3102.22,26150435,99.8,0,0,0.32,555.83,3101.93,26150436,99.85,0,0,0.16,555.94,3101.82,26150437,99.84,0,0,0.14,555.9,3101.85,26150438,99.7,0,0,0.46,556.15,3101.59,26150439,99.77,0,0,0.41,555.35,3102.37,26150440,99.78,0,0,0.33,555.85,3101.89,26150441,98.29,0,0,0.14,555.83,3101.9,26150442,99.85,0,0,0.14,555.81,3101.92,26150443,99.71,0,0,0.45,556.11,3101.62,26150444,99.87,0,0,0.28,555.52,3102.2,26150445,99.79,0,0,0.32,555.05,3102.69,26150446,99.86,0,0,0.15,555.01,3102.72,26150447,99.83,0,0,0.15,555.12,3102.61,26150448,99.63,0.02,1.4,0.54,555.5,3102.22,26150449,99.8,0.02,1.8,0.66,555.07,3102.64,26150450,99.76,0,0.67,0.45,555.27,3102.43,26150451,99.82,0,0,0.21,555.24,3102.46,26150452,99.84,0,0,0.16,555.35,3102.35,26150453,99.8,0.01,1.11,0.23,555.37,3102.31,26150454,99.69,0.01,0.7,0.82,555.39,3102.28,26150455,99.77,0.01,1.02,0.57,555.12,3102.55,26150456,99.85,0,0,0.16,555.02,3102.66,26150457,99.83,0,0,0.15,555,3102.67,26150458,99.85,0,0,0.16,554.97,3102.7,26150459,99.73,0,0,0.54,555.36,3102.3,26150460,99.71,0,0,0.33,554.23,3103.44,26150461,99.37,0,0,0.16,554.34,3103.33,26150462,99.85,0,0,0.14,554.35,3103.32,26150463,99.87,0,0,0.16,554.33,3103.34,26150464,99.68,0,0,0.57,555.75,3101.91,26150465,99.81,0,0,0.32,555.05,3102.63,26150466,99.86,0,0,0.15,555.01,3102.66,26150467,99.85,0,0,0.16,554.99,3102.67,26150468,99.83,0,0,0.14,554.97,3102.69,26150469,99.63,0,0,0.68,555.55,3102.08,26150470,99.84,0,0,0.31,555.44,3102.22,26150471,99.85,0,0,0.16,555.57,3102.09,26150472,99.86,0,0,0.14,555.6,3102.07,26150473,99.87,0,0,0.15,555.58,3102.09,26150474,99.72,0,0,0.56,555.68,3101.98,26150475,99.84,0,0,0.31,555.32,3102.36,26150476,99.92,0,0,0.14,555.29,3102.39,26150477,99.93,0,0,0.21,555.27,3102.4,26150478,99.93,0,0,0.14,555.25,3102.42,26150479,99.79,0,0,0.51,555.57,3102.09,26150480,99.83,0,0,0.39,555.22,3102.45,26150481,99.93,0,0,0.13,555.19,3102.48,26150482,99.9,0,0,0.15,555.31,3102.36,26150483,99.94,0,0,0.18,555.34,3102.32,26150484,99.81,0,0,0.54,555.96,3101.7,26150485,99.89,0,0,0.33,555.32,3102.35,26150486,99.93,0,0,0.15,555.29,3102.38,26150487,99.92,0,0,0.17,555.26,3102.4,26150488,99.93,0,0,0.14,555.24,3102.42,26150489,99.9,0,0,0.16,555.22,3102.44,26150490,99.67,0,0,0.72,555.2,3102.47,26150491,99.93,0,0,0.13,554.7,3102.96,26150492,99.95,0,0,0.15,554.69,3102.97,26150493,99.93,0,0,0.15,554.82,3102.84,26150494,99.92,0,0,0.14,554.87,3102.79,26150495,99.71,0,0,0.77,555.31,3102.36,26150496,99.93,0,0,0.13,554.83,3102.83,26150497,99.93,0,0,0.17,554.81,3102.85,26150498,99.93,0,0,0.15,554.79,3102.86,26150499,99.81,0,0,0.29,555.27,3102.36,26150500,99.72,0,0,0.77,555.66,3101.98,26150501,99.92,0,0,0.14,555.23,3102.4,26150502,99.94,0,0,0.16,555.21,3102.42,26150503,99.95,0,0,0.16,555.19,3102.43,26150504,99.91,0,0,0.14,555.28,3102.34,26150505,99.72,0,0,0.79,556.19,3101.45,26150506,99.93,0,0,0.18,555.34,3102.3,26150507,99.93,0,0,0.18,555.32,3102.31,26150508,99.93,0,0,0.14,555.3,3102.33,26150509,99.93,0,0,0.14,555.28,3102.34,26150510,99.69,0,0,0.74,555.6,3102.04,26150511,99.89,0,0,0.17,555.33,3102.3,26150512,99.93,0,0,0.2,555.19,3102.44,26150513,99.93,0,0,0.16,554.95,3102.7,26150514,99.93,0,0,0.15,554.94,3102.7,26150515,99.72,0,0,0.6,555.9,3101.76,26150516,99.91,0,0,0.3,555.6,3102.06,26150517,99.93,0,0,0.14,555.57,3102.08,26150518,99.91,0.01,0.02,0.14,555.53,3102.11,26150519,99.92,0,0,0.2,555.43,3102.2,26150520,99.73,0,0,0.74,556.02,3101.64,26150521,99.91,0,0,0.13,555.6,3102.05,26150522,99.88,0,0,0.17,555.57,3102.08,26150523,99.94,0,0,0.14,555.55,3102.09,26150524,99.92,0,0,0.15,555.53,3102.11,26150525,99.7,0,0,0.55,556.38,3101.28,26150526,99.93,0,0,0.3,554.77,3102.88,26150527,99.92,0,0,0.16,554.75,3102.9,26150528,99.93,0,0,0.14,554.73,3102.91,26150529,99.81,0,0,0.3,555.44,3102.18,26150530,99.87,0,0,0.34,555.46,3102.18,26150531,99.78,0,0,0.62,555.79,3101.85,26150532,99.92,0,0,0.13,555.57,3102.06,26150533,99.93,0,0,0.16,555.57,3102.05,26150534,99.93,0,0,0.16,555.55,3102.07,26150535,99.79,0,0,0.36,555.56,3102.08,26150536,99.8,0,0,0.56,556.05,3101.58,26150537,99.93,0,0,0.22,555.74,3101.89,26150538,99.93,0,0,0.18,555.72,3101.9,26150539,99.87,0,0,0.18,555.7,3101.92,26150540,99.84,0,0,0.32,555.46,3102.17,26150541,99.8,0,0,0.58,556.06,3101.58,26150542,99.95,0,0,0.14,555.23,3102.4,26150543,99.93,0,0,0.14,554.83,3102.79,26150544,99.93,0,0,0.16,554.81,3102.81,26150545,99.81,0,0,0.4,554.81,3102.82,26150546,99.81,0,0,0.55,555.2,3102.43,26150547,99.93,0,0,0.16,554.52,3103.1,26150548,99.93,0,0,0.18,554.49,3103.13,26150549,99.93,0,0,0.18,554.48,3103.14,26150550,99.86,0,0,0.32,554.79,3102.84,26150551,99.79,0,0,0.49,555.13,3102.49,26150552,99.91,0,0,0.21,555.03,3102.6,26150553,99.94,0,0,0.14,555.07,3102.55,26150554,99.93,0,0,0.15,555.05,3102.57,26150555,99.84,0,0,0.34,555.06,3102.58,26150556,99.82,0,0,0.53,555.38,3102.24,26150557,99.94,0,0,0.15,555.01,3102.61,26150558,99.94,0,0,0.14,555.01,3102.61,26150559,99.83,0,0,0.29,554.98,3102.62,26150560,99.78,0,0,0.31,554.51,3103.12,26150561,99.77,0,0,0.55,554.93,3102.7,26150562,99.93,0,0,0.15,554.93,3102.69,26150563,99.95,0,0,0.15,554.92,3102.7,26150564,99.95,0,0,0.14,555.07,3102.56,26150565,99.89,0,0,0.32,555.35,3102.3,26150566,99.79,0,0,0.32,555.58,3102.07,26150567,99.93,0,0,0.37,554.82,3102.82,26150568,99.94,0,0,0.16,554.8,3102.84,26150569,99.9,0,0,0.14,554.78,3102.86,26150570,99.88,0,0,0.32,554.78,3102.87,26150571,99.88,0,0,0.18,554.62,3103.03,26150572,99.78,0,0,0.58,555.62,3102.04,26150573,99.93,0,0,0.14,554.95,3102.71,26150574,99.93,0,0,0.15,554.94,3102.71,26150575,99.9,0,0,0.31,554.85,3102.82,26150576,99.95,0,0,0.17,554.85,3102.82,26150577,99.82,0,0.01,0.58,555.47,3102.19,26150578,99.92,0,0,0.17,554.78,3102.88,26150579,99.95,0,0,0.15,554.76,3102.89,26150580,99.81,0,0,0.3,554.04,3103.63,26150581,99.93,0,0,0.16,554,3103.66,26150582,99.82,0,0,0.54,555.26,3102.4,26150583,99.93,0,0,0.16,555.19,3102.46,26150584,99.95,0,0,0.14,555.27,3102.38,26150585,99.87,0,0,0.31,555.36,3102.31,26150586,99.93,0,0,0.17,555.33,3102.33,26150587,99.8,0,0,0.54,555.58,3102.08,26150588,99.9,0,0,0.18,555.05,3102.61,26150589,99.87,0,0,0.32,555.28,3102.35,26150590,99.86,0,0,0.33,555.02,3102.62,26150591,99.93,0,0,0.15,554.99,3102.64,26150592,99.81,0,0,0.58,555.39,3102.24,26150593,99.95,0,0,0.18,555.18,3102.45,26150594,99.94,0,0,0.18,555.16,3102.46,26150595,99.85,0,0,0.36,555.29,3102.35,26150596,99.93,0,0,0.18,555.32,3102.31,26150597,99.78,0,0,0.48,555.97,3101.66,26150598,99.94,0,0,0.31,555.02,3102.6,26150599,99.9,0,0,0.21,554.99,3102.63,26150600,99.89,0,0,0.35,554.82,3102.82,26150601,99.94,0,0,0.17,554.7,3102.93,26150602,99.8,0,0,0.38,555.14,3102.48,26150603,99.95,0,0,0.39,554.41,3103.21,26150604,99.94,0,0,0.17,554.56,3103.06,26150605,99.86,0,0,0.31,554.81,3102.82,26150606,99.94,0,0,0.14,554.8,3102.83,26150607,99.93,0,0,0.16,554.78,3102.85,26150608,99.81,0,0,0.59,555.33,3102.29,26150609,99.93,0,0,0.14,554.99,3102.63,26150610,99.83,0,0,0.3,555.22,3102.42,26150611,99.95,0,0,0.16,555.21,3102.42,26150612,99.94,0,0,0.14,555.19,3102.44,26150613,99.81,0,0,0.55,555.68,3101.95,26150614,99.92,0,0,0.17,555.38,3102.23,26150615,99.87,0,0,0.31,554.12,3103.52,26150616,99.96,0,0,0.18,554.08,3103.55,26150617,99.95,0,0,0.12,554.07,3103.56,26150618,99.03,0,0,0.5,555.05,3102.58,26150619,99.88,0,0,0.34,555.26,3102.34,26150620,99.86,0,0,0.3,555.01,3102.61,26150621,99.95,0,0,0.16,554.98,3102.63,26150622,99.94,0,0,0.15,554.97,3102.64,26150623,95.78,0,0,0.39,555.4,3102.21,26150624,99.93,0,0,0.29,555.16,3102.44,26150625,99.89,0,0,0.31,554.92,3102.7,26150626,99.95,0,0,0.14,555.04,3102.57,26150627,99.91,0,0,0.16,555.06,3102.55,26150628,99.77,0,0,0.5,555.21,3102.4,26150629,99.15,0,0,0.2,554.53,3103.07,26150630,99.88,0,0,0.32,554.76,3102.86,26150631,99.87,0,0,0.2,554.48,3103.13,26150632,99.62,0,0,0.14,554.23,3103.38,26150633,99.81,0,0,0.55,554.76,3102.85,26150634,99.95,0,0,0.16,555.18,3102.44,26150635,99.87,0,0,0.38,555.66,3101.97,26150636,99.95,0,0,0.12,555.65,3101.98,26150637,99.94,0,0,0.14,555.8,3101.82,26150638,99.82,0,0,0.32,556.45,3101.17,26150639,99.92,0,0,0.39,555.3,3102.32,26150640,99.85,0,0,0.3,554.57,3103.06,26150641,99.92,0,0,0.16,554.52,3103.1,26150642,99.92,0,0,0.14,554.48,3103.14,26150643,99.39,0,0,0.15,554.47,3103.15,26150644,99.81,0,0,0.58,555.63,3101.98,26150645,99.87,0,0,0.34,555.43,3102.2,26150646,99.95,0,0,0.16,555.56,3102.07,26150647,99.96,0,0,0.15,555.58,3102.04,26150648,99.93,0,0,0.18,555.55,3102.07,26150649,99.71,0,0,0.73,555.91,3101.69,26150650,99.73,0,0,0.32,555.54,3102.07,26150651,99.95,0,0,0.16,555.51,3102.1,26150652,99.94,0,0,0.16,555.48,3102.12,26150653,99.92,0,0,0.15,555.47,3102.13,26150654,99.8,0,0,0.56,556.31,3101.28,26150655,99.83,0,0,0.33,555.47,3102.13,26150656,99.9,0,0,0.21,555.42,3102.18,26150657,99.95,0,0,0.22,555.47,3102.13,26150658,99.95,0,0,0.18,555.57,3102.02,26150659,99.64,0.04,0.15,0.93,560.32,3097.14,26150660,99.88,0,0,0.32,565.41,3091.94,26150661,99.94,0,0,0.16,565.52,3091.83,26150662,99.94,0,0,0.15,565.48,3091.87,26150663,99.93,0,0,0.15,565.45,3091.9,26150664,99.79,0,0,0.41,566,3091.33,26150665,99.87,0,0,0.45,565.66,3091.69,26150666,99.93,0,0,0.14,565.67,3091.68,26150667,99.94,0,0,0.14,565.76,3091.58,26150668,99.93,0,0,0.16,565.73,3091.61,26150669,99.81,0,0,0.49,566.21,3091.12,26150670,99.84,0,0,0.36,566.42,3090.93,26150671,99.95,0,0,0.16,566.39,3090.96,26150672,99.93,0,0,0.14,566.35,3090.99,26150673,99.93,0,0,0.14,566.39,3090.95,26150674,95.31,0.35,0.01,77.98,578.34,3079.37,26150675,99.79,0,0,180.31,568.71,3088.42,26150676,99.94,0,0,0.18,568.7,3088.42,26150677,99.93,0,0,0.17,568.67,3088.45,26150678,99.91,0,0,0.14,568.71,3088.41,26150679,99.88,0,0,0.29,568.8,3088.27,26150680,99.73,0,0,0.7,567.26,3089.88,26150681,99.91,0,0,0.16,566.59,3090.55,26150682,98.84,0,0,0.14,566.55,3090.58,26150683,99.2,0,0,0.15,566.52,3090.61,26150684,99.93,0,0,0.15,566.49,3090.67,26150685,99.76,0,0,0.73,566.73,3090.45,26150686,99.93,0,0,0.14,566.38,3090.79,26150687,99.92,0.01,0.01,0.13,566.35,3090.83,26150688,99.92,0,0,0.16,566.31,3090.86,26150689,99.59,0,0,0.14,566.28,3090.89,26150690,99.78,0,0,0.7,566.63,3090.55,26150691,99.92,0,0,0.2,566.15,3091.03,26150692,99.93,0,0,0.14,565.86,3091.32,26150693,99.95,0,0,0.15,565.83,3091.34,26150694,99.93,0,0,0.14,565.8,3091.37,26150695,99.74,0,0,0.73,566.22,3090.96,26150696,99.96,0,0,0.14,565.37,3091.81,26150697,99.94,0,0,0.16,565.16,3092.01,26150698,99.9,0,0,0.14,565.13,3092.04,26150699,99.42,0,0,0.19,565.1,3092.07,26150700,99.25,0,0,9.48,565.64,3091.93,26150701,99.67,0,0,0.2,565.44,3092.16,26150702,99.93,0,0,0.2,565.4,3092.2,26150703,99.96,0,0,0.2,565.49,3092.11,26150704,99.69,0,0,0.2,565.55,3092.04,26150705,99.72,0,0,0.61,566.01,3091.64,26150706,98.33,0,0,0.31,565.51,3092.15,26150707,99.48,0,0,0.16,565.48,3092.18,26150708,99.93,0,0,0.17,565.44,3092.21,26150709,99.86,0,0,0.31,565.68,3091.96,26150710,99.73,0,0,0.64,566.19,3091.46,26150711,99.93,0,0,0.28,565.81,3091.84,26150712,99.93,0,0,0.13,565.78,3091.86,26150713,99.93,0,0,0.16,565.74,3091.89,26150714,99.93,0,0,0.14,565.71,3091.92,26150715,99.73,0,0,0.61,565.84,3091.8,26150716,99.92,0,0,0.31,565.72,3091.92,26150717,99.93,0,0,0.2,565.81,3091.82,26150718,99.92,0,0,0.16,565.77,3091.86,26150719,99.91,0.01,0.01,0.16,565.74,3091.89,26150720,99.89,0,0,0.36,565.72,3091.92,26150721,98.1,0,0,0.51,566.04,3091.6,26150722,99.93,0,0,0.17,565.66,3091.98,26150723,99.93,0,0,0.17,565.78,3091.85,26150724,99.73,0,0,0.15,565.78,3091.85,26150725,99.89,0,0,0.41,565.77,3091.88,26150726,99.78,0,0,0.54,565.89,3091.75,26150727,99.93,0,0,0.14,565.45,3092.19,26150728,99.29,0,0,0.14,565.42,3092.22,26150729,99.95,0,0,0.16,565.5,3092.13,26150730,99.9,0,0,0.35,565.58,3092.07,26150731,96.38,0,0,0.52,566,3091.65,26150732,99.93,0,0,0.14,565.5,3092.13,26150733,99.94,0,0,0.16,565.47,3092.16,26150734,99.9,0,0,0.15,565.43,3092.2,26150735,99.9,0,0,0.32,565.66,3091.98,26150736,99.79,0,0,0.55,565.88,3091.76,26150737,99.91,0,0,0.14,565.3,3092.34,26150738,99.9,0,0,0.14,565.26,3092.37,26150739,99.84,0,0,0.3,565.72,3091.89,26150740,99.89,0,0,0.33,565.72,3091.9,26150741,99.78,0,0,0.56,566.03,3091.59,26150742,99.93,0,0,0.14,565.7,3091.91,26150743,99.95,0,0,0.16,565.8,3091.81,26150744,99.94,0,0,0.15,565.77,3091.84,26150745,99.88,0,0,0.32,565.27,3092.35,26150746,99.8,0.01,0.02,0.42,565.58,3092.04,26150747,99.93,0,0.01,0.36,564.78,3092.82,26150748,99.92,0,0,0.16,564.75,3092.86,26150749,98.68,0,0,0.16,564.71,3092.89,26150750,99.89,0,0,0.31,565.19,3092.43,26150751,99.89,0,0,0.16,565.49,3092.12,26150752,99.77,0,0,0.59,566.38,3091.23,26150753,99.93,0,0,0.14,566.01,3091.6,26150754,99.91,0,0,0.15,565.97,3091.63,26150755,99.9,0,0,0.34,565.96,3091.67,26150756,99.02,0,0,0.13,565.93,3091.7,26150757,99.79,0,0,0.55,566.13,3091.49,26150758,99.93,0,0.03,0.18,565.8,3091.82,26150759,97.67,0,0,0.17,565.75,3091.87,26150760,99.58,0,0,0.39,565.98,3091.65,26150761,99.93,0,0,0.14,565.96,3091.67,26150762,99.77,0,0,0.55,566.12,3091.5,26150763,99.91,0,0,0.15,565.65,3091.97,26150764,97.42,0,0,0.14,565.8,3091.82,26150765,99.89,0,0,0.27,565.79,3091.84,26150766,99.77,0,0,0.16,565.76,3091.87,26150767,99.79,0,0,0.4,566.09,3091.54,26150768,99.9,0,0,0.28,565.69,3091.92,26150769,99.88,0,0,0.29,565.9,3091.7,26150770,97.91,0,0,0.27,565.72,3091.89,26150771,99.94,0,0,0.14,565.8,3091.81,26150772,99.75,0,0,0.5,566.54,3091.06,26150773,99.93,0,0,0.19,565.98,3091.62,26150774,99.91,0,0,0.14,565.95,3091.65,26150775,99.86,0,0,0.29,566.18,3091.43,26150776,99.89,0,0,0.14,566.15,3091.45,26150777,99.78,0,0,0.53,566.49,3091.12,26150778,99.9,0,0,0.27,566.02,3091.57,26150779,99.9,0.01,0.01,0.17,565.98,3091.62,26150780,99.89,0,0,0.3,566.2,3091.42,26150781,99.48,0,0,0.17,566.17,3091.44,26150782,99.93,0,0,0.15,566.13,3091.47,26150783,99.78,0,0,0.54,566.66,3090.94,26150784,99.9,0,0,0.14,566.25,3091.34,26150785,99.85,0,0,0.3,566,3091.61,26150786,99.89,0,0,0.16,565.96,3091.65,26150787,99.91,0.01,0,0.14,565.92,3091.68,26150788,99.76,0,0,0.58,566.24,3091.36,26150789,99.93,0,0,0.14,565.98,3091.61,26150790,99.83,0,0,0.26,565.56,3092.05,26150791,99.91,0,0,0.14,565.53,3092.08,26150792,99.94,0,0,0.16,565.48,3092.12,26150793,99.8,0,0,0.55,566.18,3091.41,26150794,99.92,0,0,0.15,565.91,3091.68,26150795,99.85,0,0,0.28,564.93,3092.68,26150796,99.92,0,0,0.15,565.04,3092.56,26150797,99.86,0,0,0.16,565.05,3092.55,26150798,99.8,0,0,0.54,566.1,3091.5,26150799,99.85,0,0,0.31,566.22,3091.36,26150800,99.83,0,0,0.29,565.95,3091.63,26150801,99.91,0,0,0.16,565.91,3091.67,26150802,99.93,0,0,0.15,565.95,3091.63,26150803,99.8,0,0,0.39,566.56,3091.02,26150804,99.93,0,0,0.31,566,3091.57,26150805,99.84,0,0,0.29,566.47,3091.12,26150806,99.93,0,0,0.14,566.44,3091.15,26150807,99.93,0,0.01,0.16,566.18,3091.4,26150808,99.81,0,0,0.57,566.55,3091.02,26150809,99.92,0,0,0.18,566.46,3091.11,26150810,99.84,0,0,0.3,566.53,3091.05,26150811,99.91,0,0,0.17,566.29,3091.3,26150812,99.91,0.01,0.01,0.18,565.95,3091.63,26150813,99.8,0,0,0.31,566.23,3091.35,26150814,99.92,0,0,0.36,565.68,3091.89,26150815,99.81,0,0,0.27,565.6,3091.99,26150816,99.92,0,0,0.16,565.52,3092.07,26150817,99.92,0,0,0.14,565.48,3092.1,26150818,99.79,0,0,0.45,565.85,3091.73,26150819,99.93,0,0,0.29,566.14,3091.43,26150820,99.79,0,0,0.27,566.21,3091.38,26150821,99.93,0,0,0.15,566.27,3091.33,26150822,99.93,0,0,0.16,566.24,3091.36,26150823,99.93,0,0,0.16,566.21,3091.38,26150824,99.75,0,0,0.56,566.53,3091.06,26150825,96.53,2.95,0.02,3.79,570.02,3088.61,26150826,99.88,0,0,77.49,568.6,3085.71,26150827,99.93,0,0,0.18,568.63,3085.68,26150828,99.92,0,0,0.18,568.74,3085.56,26150829,99.72,0,0,0.68,569.07,3085.21,26150830,99.88,0,0,0.29,568.46,3085.84,26150831,99.95,0,0,0.15,566.28,3088.09,26150832,99.93,0,0,0.16,566.25,3088.12,26150833,99.9,0,0,0.15,566.22,3088.14,26150834,99.78,0,0,0.55,566.74,3087.63,26150835,99.89,0,0,0.28,566.37,3088.03,26150836,99.93,0,0,0.16,566.35,3088.05,26150837,99.92,0,0,0.18,566.32,3088.08,26150838,99.92,0,0,0.14,566.28,3088.11,26150839,99.8,0.01,0.01,0.49,566.31,3088.09,26150840,99.87,0,0,0.3,566.46,3087.96,26150841,99.9,0,0,0.14,566.57,3087.84,26150842,99.89,0,0,0.16,566.59,3087.81,26150843,99.95,0,0,0.15,566.56,3087.84,26150844,99.77,0,0,0.49,566.88,3087.52,26150845,99.83,0,0.01,0.36,566.52,3087.9,26150846,99.87,0,0,0.14,566.47,3087.95,26150847,99.89,0,0,0.13,566.55,3087.86,26150848,99.95,0,0,0.15,566.59,3087.81,26150849,99.77,0,0,0.41,566.85,3087.55,26150850,99.8,0,0,0.44,566.54,3087.87,26150851,99.93,0,0,0.14,565.58,3088.83,26150852,99.93,0,0,0.14,565.49,3088.92,26150853,99.89,0,0,0.16,565.45,3088.95,26150854,99.74,0,0,0.3,565.91,3088.48,26150855,99.88,0,0,0.49,565.84,3088.57,26150856,99.88,0,0,0.18,565.8,3088.61,26150857,99.91,0,0,0.14,565.77,3088.63,26150858,99.89,0,0,0.15,565.74,3088.66,26150859,99.86,0,0,0.3,565.71,3088.66,26150860,99.7,0,0,0.7,566.31,3088.09,26150861,99.83,0,0,0.16,565.57,3088.82,26150862,99.88,0,0,0.15,565.55,3088.84,26150863,99.86,0,0,0.15,565.51,3088.88,26150864,99.84,0,0,0.13,565.48,3088.93,26150865,99.73,0,0,0.71,566.04,3088.39,26150866,99.91,0,0,0.14,565.76,3088.66,26150867,99.87,0.01,0.01,0.16,565.84,3088.57,26150868,99.82,0,0,0.14,565.8,3088.61,26150869,99.88,0,0,0.15,565.77,3088.64,26150870,99.65,0,0,0.67,566.02,3088.4,26150871,99.81,0,0,0.23,565.63,3088.79,26150872,99.83,0,0,0.19,565.44,3088.98,26150873,99.84,0,0,0.16,565.54,3088.87,26150874,99.84,0,0,0.15,565.6,3088.81,26150875,99.65,0,0,0.73,565.97,3088.45,26150876,99.84,0,0,0.13,565.8,3088.62,26150877,99.85,0,0,0.14,565.77,3088.64,26150878,99.87,0,0,0.17,565.74,3088.67,26150879,99.81,0,0,0.14,565.71,3088.7,26150880,99.61,0,0,0.61,565.67,3088.76,26150881,99.85,0,0,0.22,565.61,3088.81,26150882,99.83,0,0,0.14,565.55,3088.86,26150883,99.85,0,0,0.16,565.5,3088.91,26150884,99.83,0,0,0.14,565.47,3088.94,26150885,99.55,0,0,0.68,566.24,3088.19,26150886,99.87,0,0,0.15,565.36,3089.06,26150887,99.84,0,0,0.14,565.32,3089.09,26150888,99.84,0,0,0.16,565.29,3089.12,26150889,99.8,0,0,0.31,565.75,3088.64,26150890,99.65,0,0.01,0.48,565.96,3088.44,26150891,99.83,0,0,0.38,565.82,3088.58,26150892,99.87,0,0,0.14,565.85,3088.55,26150893,99.84,0,0,0.14,565.82,3088.58,26150894,99.85,0,0,0.16,565.78,3088.61,26150895,99.8,0,0,0.29,566.02,3088.39,26150896,99.7,0,0,0.52,566.17,3088.24,26150897,99.82,0,0,0.21,565.94,3088.46,26150898,99.86,0,0,0.14,566.07,3088.32,26150899,99.8,0.01,0.01,0.16,566.07,3088.32,26150900,99.81,0,0,0.3,566.05,3088.36,26150901,99.71,0,0,0.53,566.37,3088.04,26150902,99.84,0,0,0.14,565.98,3088.42,26150903,99.83,0,0.01,0.17,566.01,3088.38,26150904,99.83,0,0,0.14,566.09,3088.3,26150905,99.78,0,0,0.3,565.83,3088.57,26150906,99.72,0,0,0.54,566.14,3088.26,26150907,99.85,0,0,0.15,565.75,3088.64,26150908,99.85,0,0,0.16,565.72,3088.67,26150909,99.83,0,0,0.15,565.69,3088.7,26150910,99.8,0,0,0.27,566.29,3088.11,26150911,99.71,0,0,0.55,566.02,3088.38,26150912,99.84,0,0,0.14,565.05,3089.35,26150913,99.84,0,0,0.14,565.02,3089.39,26150914,99.82,0,0,0.15,564.99,3089.42,26150915,99.79,0,0,0.29,565.95,3088.47,26150916,99.71,0,0,0.55,566.59,3087.83,26150917,99.84,0,0,0.15,566.12,3088.3,26150918,99.85,0,0,0.15,566.09,3088.32,26150919,99.8,0,0,0.29,566.34,3088.04,26150920,99.78,0,0,0.32,566.34,3088.06,26150921,99.67,0,0,0.4,566.43,3087.96,26150922,99.85,0,0,0.29,565.23,3089.15,26150923,99.85,0,0,0.16,565.3,3089.08,26150924,99.82,0,0,0.15,565.35,3089.03,26150925,99.76,0,0,0.29,566.05,3088.34,26150926,99.68,0,0,0.43,566.39,3087.99,26150927,99.84,0,0.01,0.27,566,3088.38,26150928,99.83,0,0,0.15,565.96,3088.41,26150929,99.84,0,0,0.14,566,3088.37,26150930,99.82,0,0,0.27,566.59,3087.8,26150931,99.72,0,0,0.33,566.82,3087.56,26150932,99.84,0,0,0.39,566.03,3088.34,26150933,99.85,0,0,0.14,565.99,3088.38,26150934,99.82,0,0,0.14,565.96,3088.41,26150935,99.71,0,0,0.31,565.25,3089.14,26150936,99.84,0,0,0.14,565.32,3089.06,26150937,99.7,0,0,0.55,566.53,3087.85,26150938,99.85,0,0,0.14,566.3,3088.08,26150939,99.84,0,0,0.15,566.26,3088.11,26150940,99.78,0,0,0.32,566.25,3088.14,26150941,99.84,0,0,0.18,566.22,3088.17,26150942,99.72,0,0,0.55,565.85,3088.53,26150943,99.85,0,0,0.14,565.34,3089.03,26150944,99.83,0,0,0.14,565.31,3089.06,26150945,99.79,0,0,0.29,565.78,3088.6,26150946,99.83,0,0,0.14,565.76,3088.64,26150947,99.7,0,0,0.54,566.21,3088.18,26150948,99.87,0,0,0.15,565.95,3088.44,26150949,99.78,0,0,0.32,566.23,3088.15,26150950,99.81,0,0,0.31,566.1,3088.3,26150951,99.83,0,0,0.16,566.06,3088.34,26150952,99.71,0,0,0.54,566.78,3087.61,26150953,99.84,0,0,0.14,566.24,3088.15,26150954,99.85,0,0,0.14,566.21,3088.19,26150955,99.79,0,0,0.28,566.2,3088.22,26150956,99.85,0,0,0.14,566.28,3088.14,26150957,99.69,0,0,0.48,566.76,3087.66,26150958,99.83,0,0,0.33,566.28,3088.13,26150959,99.85,0.01,0.01,0.14,566.25,3088.16,26150960,99.78,0,0,0.27,566.23,3088.19,26150961,99.83,0,0,0.16,566.2,3088.22,26150962,99.83,0,0,0.14,566.27,3088.15,26150963,99.7,0,0,0.54,566.69,3087.72,26150964,99.85,0,0,0.14,566.31,3088.09,26150965,99.79,0,0,0.28,566.3,3088.12,26150966,99.83,0,0,0.14,566.27,3088.14,26150967,99.85,0,0,0.16,566.24,3088.17,26150968,99.7,0,0,0.6,565.94,3088.46,26150969,99.85,0,0,0.16,565.55,3088.85,26150970,99.77,0,0,0.31,566.58,3087.83,26150971,99.86,0,0,0.15,566.55,3087.85,26150972,99.83,0,0,0.16,566.52,3087.89,26150973,99.71,0,0,0.53,566.5,3087.9,26150974,99.81,0,0,0.16,565.96,3088.44,26150975,99.8,0,0,0.31,566.29,3088.12,26150976,99.83,0,0,0.14,566.34,3088.07,26150977,99.83,0,0,0.13,566.31,3088.09,26150978,99.7,0,0,0.4,566.77,3087.63,26150979,99.78,0,0,0.52,566.24,3088.13,26150980,99.79,0,0,0.28,566.24,3088.15,26150981,99.83,0,0,0.16,566.2,3088.19,26150982,99.84,0,0,0.14,566.28,3088.11,26150983,99.7,0,0,0.51,566.81,3087.57,26150984,99.84,0,0,0.22,566.29,3088.09,26150985,99.78,0,0,0.31,566.04,3088.35,26150986,99.85,0,0,0.18,565.99,3088.39,26150987,99.83,0.01,0.01,0.39,565.86,3088.52,26150988,99.66,0,0,0.53,566.18,3088.2,26150989,99.86,0,0,0.23,566.31,3088.05,26150990,99.8,0,0,0.32,566.54,3087.84,26150991,99.82,0,0,0.2,566.35,3088.02,26150992,99.83,0,0,0.18,565.98,3088.39,26150993,99.85,0,0,0.19,565.94,3088.43,26150994,99.7,0,0,0.55,565.31,3089.05,26150995,99.75,0,0,0.3,566.28,3088.1,26150996,99.83,0,0,0.18,566.29,3088.08,26150997,99.85,0,0,0.16,566.27,3088.11,26150998,99.83,0,0,0.17,566.24,3088.13,26150999,99.72,0,0,0.55,566.57,3087.79,26151000,99.78,0,0,0.3,566.2,3088.18,26151001,99.85,0,0,0.18,566.25,3088.13,26151002,99.82,0,0,0.18,566.31,3088.08,26151003,99.84,0,0,0.2,565.92,3088.47,26151004,99.72,0,0,0.56,565.93,3088.45,26151005,99.8,0,0,0.33,565.51,3088.89,26151006,99.83,0,0,0.2,565.47,3088.93,26151007,99.85,0,0,0.2,565.43,3088.96,26151008,99.86,0,0,0.2,565.52,3088.87,26151009,99.62,0,0,0.74,566.01,3088.34,26151010,99.8,0,0,0.36,565.31,3089.05,26151011,99.85,0,0,0.19,565.27,3089.09,26151012,99.79,0,0,0.18,565.23,3089.12,26151013,99.85,0,0,0.18,565.2,3089.16,26151014,99.72,0,0,0.56,565.69,3088.66,26151015,99.81,0,0,0.32,565.83,3088.53,26151016,99.84,0,0,0.14,565.79,3088.57,26151017,99.85,0,0,0.21,565.77,3088.59,26151018,99.84,0,0,0.14,565.74,3088.62,26151019,99.69,0.01,0.01,0.54,566.04,3088.31,26151020,99.78,0,0,0.28,565.43,3088.93,26151021,99.85,0,0,0.18,565.54,3088.82,26151022,99.83,0,0,0.15,565.55,3088.8,26151023,99.86,0,0,0.14,565.52,3088.83,26151024,99.7,0,0,0.47,565.81,3088.54,26151025,99.72,0,0,0.42,565.08,3089.28,26151026,99.86,0,0,0.2,564.95,3089.41,26151027,99.86,0,0,0.14,565.02,3089.33,26151028,99.85,0,0,0.14,565.06,3089.28,26151029,99.86,0,0,0.14,565.03,3089.32,26151030,99.61,0,0,0.7,566.08,3088.28,26151031,99.9,0,0,0.18,565.73,3088.63,26151032,99.9,0,0,0.18,565.7,3088.65,26151033,99.87,0,0,0.2,565.67,3088.68,26151034,99.93,0,0,0.2,565.71,3088.63,26151035,96.66,0.02,0.01,89.21,577.94,3078.65,26151036,99.92,0,0,0.18,568.32,3086.23,26151037,99.88,0,0,0.16,568.35,3086.2,26151038,99.93,0,0,0.18,568.43,3086.11,26151039,99.83,0,0,0.29,568.14,3086.36,26151040,99.75,0,0,0.73,567.05,3087.51,26151041,99.91,0,0,0.17,565.94,3088.62,26151042,99.91,0,0,0.19,565.9,3088.66,26151043,99.92,0,0,0.17,565.87,3088.69,26151044,99.93,0,0,0.17,565.95,3088.6,26151045,99.76,0,0,0.54,566.38,3088.21,26151046,99.92,0,0,0.29,565.99,3088.6,26151047,99.9,0,0.01,0.16,565.95,3088.63,26151048,99.91,0,0,0.14,565.92,3088.66,26151049,99.93,0,0,0.14,565.89,3088.68,26151050,99.77,0,0,0.61,566.17,3088.42,26151051,99.92,0,0,0.22,565.92,3088.67,26151052,99.93,0,0,0.16,565.55,3089.04,26151053,99.95,0,0,0.15,565.51,3089.07,26151054,99.9,0,0,0.14,565.48,3089.1,26151055,99.76,0,0,0.66,565.98,3088.61,26151056,99.94,0,0,0.16,564.94,3089.65,26151057,99.92,0,0,0.14,564.93,3089.65,26151058,99.92,0,0,0.15,565.07,3089.51,26151059,99.94,0,0,0.15,565.04,3089.53,26151060,99.7,0,0,0.54,565.9,3088.69,26151061,99.9,0,0,0.3,565.49,3089.1,26151062,99.89,0,0,0.14,565.46,3089.13,26151063,99.93,0,0,0.14,565.42,3089.16,26151064,99.93,0,0,0.17,565.44,3089.13,26151065,99.9,0,0,0.34,566.29,3088.3,26151066,99.8,0,0,0.56,566.54,3088.05,26151067,99.93,0,0,0.17,566,3088.58,26151068,99.94,0,0,0.18,565.96,3088.61,26151069,99.88,0,0,0.31,566.18,3088.38,26151070,99.88,0,0,0.32,565.93,3088.64,26151071,99.79,0,0,0.58,566.33,3088.24,26151072,99.9,0,0,0.17,566.01,3088.55,26151073,99.91,0,0,0.17,566.01,3088.55,26151074,99.93,0,0,0.18,565.97,3088.59,26151075,99.85,0,0,0.31,566.19,3088.38,26151076,99.73,0,0,0.59,566.51,3088.05,26151077,99.93,0,0,0.2,566.13,3088.43,26151078,99.93,0,0,0.17,566.23,3088.33,26151079,99.91,0.01,0.01,0.18,566.24,3088.31,26151080,99.83,0,0,0.33,566.24,3088.33,26151081,99.8,0,0,0.56,566.25,3088.32,26151082,99.92,0,0,0.18,565.65,3088.91,26151083,99.94,0,0,0.16,565.68,3088.87,26151084,99.93,0,0,0.17,565.78,3088.78,26151085,98.82,0,0,15.42,567.7,3087.1,26151086,99.74,0,0,0.56,566.38,3087.96,26151087,99.9,0,0,0.17,565.97,3088.38,26151088,99.93,0,0,0.18,565.94,3088.4,26151089,99.92,0,0,0.16,565.91,3088.43,26151090,99.9,0,0,0.29,566.21,3088.15,26151091,99.79,0,0,0.47,566.9,3087.47,26151092,99.95,0,0,0.29,566.27,3088.12,26151093,99.91,0,0,0.17,566.23,3088.15,26151094,99.95,0,0,0.17,566.2,3088.17,26151095,99.88,0,0,0.32,565.94,3088.45,26151096,99.78,0,0,0.47,566.43,3087.96,26151097,99.91,0,0,0.34,566,3088.38,26151098,99.94,0,0,0.16,566.06,3088.32,26151099,99.87,0,0,0.31,566.27,3088.11,26151100,99.83,0,0,0.34,566.02,3088.37,26151101,99.93,0,0,0.17,565.99,3088.4,26151102,99.78,0,0,0.58,566.65,3087.73,26151103,99.94,0,0,0.2,566.17,3088.21,26151104,99.94,0,0,0.19,566.24,3088.13,26151105,99.76,0,0,0.34,565.65,3088.74,26151106,99.91,0,0,0.17,565.54,3088.85,26151107,99.8,0,0.01,0.55,565.28,3089.1,26151108,97.1,0,0,16.55,569.78,3084.76,26151109,99.91,0,0,32.13,568.38,3088.63,26151110,99.84,0,0,0.39,567.9,3089.12,26151111,99.88,0,0,0.15,567.93,3089.1,26151112,99.79,0,0,0.55,568.86,3088.15,26151113,99.93,0,0,0.2,568.15,3088.87,26151114,99.92,0,0,0.14,566.03,3091.03,26151115,99.84,0,0,0.29,566.27,3090.81,26151116,99.93,0,0,0.17,566.24,3090.84,26151117,99.8,0,0,0.53,566.26,3090.82,26151118,99.92,0,0,0.16,565.8,3091.27,26151119,99.94,0,0,0.15,565.85,3091.23,26151120,99.88,0,0,0.28,566.08,3091.02,26151121,99.94,0,0,0.16,566.05,3091.05,26151122,99.81,0,0,0.54,566.47,3090.62,26151123,99.96,0,0,0.15,566.23,3090.86,26151124,99.92,0,0,0.16,566.2,3090.89,26151125,99.9,0,0,0.3,566.56,3090.54,26151126,99.93,0,0,0.15,566.59,3090.51,26151127,99.81,0,0,0.54,567.21,3089.89,26151128,99.08,0,0,0.15,566.28,3090.81,26151129,99.86,0,0,0.31,566,3091.06,26151130,99.88,0,0,0.28,566.23,3090.85,26151131,99.94,0,0,0.16,566.2,3090.88,26151132,99.8,0,0,0.35,566.68,3090.39,26151133,99.94,0,0,0.36,566.32,3090.74,26151134,99.94,0,0,0.15,566.29,3090.77,26151135,99.86,0,0,0.34,566.76,3090.32,26151136,99.94,0,0,0.13,566.74,3090.34,26151137,99.78,0,0,0.36,566.81,3090.27,26151138,99.92,0,0,0.38,566.25,3090.82,26151139,99.92,0.01,0.01,0.14,566.34,3090.72,26151140,99.89,0,0,0.31,566.56,3090.52,26151141,99.93,0,0,0.14,566.53,3090.55,26151142,99.94,0,0,0.16,566.5,3090.57,26151143,99.78,0,0,0.58,566.59,3090.48,26151144,99.94,0,0,0.14,566.19,3090.88,26151145,99.89,0,0,0.34,566.3,3090.77,26151146,99.93,0,0,0.19,566.35,3090.72,26151147,99.94,0,0,0.15,566.32,3090.75,26151148,99.8,0,0,0.55,567.03,3090.04,26151149,99.95,0,0,0.15,566.51,3090.55,26151150,99.89,0,0,0.32,566.5,3090.57,26151151,99.94,0,0,0.16,566.53,3090.55,26151152,99.94,0,0,0.18,566.6,3090.47,26151153,99.82,0,0,0.57,566.92,3090.14,26151154,99.93,0,0,0.14,566.54,3090.52,26151155,99.89,0,0,0.29,566.53,3090.55,26151156,99.93,0,0,0.14,566.5,3090.57,26151157,99.93,0,0,0.16,566.47,3090.6,26151158,99.82,0,0,0.55,566.4,3090.66,26151159,99.8,0,0,0.29,565.87,3091.17,26151160,99.86,0,0,0.34,565.84,3091.22,26151161,99.9,0,0,0.17,565.79,3091.26,26151162,99.93,0,0,0.17,565.76,3091.29,26151163,99.8,0,0,0.6,566.41,3090.64,26151164,99.95,0,0,0.18,565.69,3091.34,26151165,99.83,0,0,0.29,565.79,3091.26,26151166,99.93,0,0,0.14,565.84,3091.21,26151167,99.91,0.01,0.01,0.18,565.8,3091.24,26151168,99.77,0,0,0.56,566.11,3090.93,26151169,99.93,0,0,0.14,565.74,3091.3,26151170,99.85,0,0,0.28,565.73,3091.33,26151171,99.91,0,0,0.18,565.74,3091.31,26151172,99.91,0,0,0.16,565.59,3091.46,26151173,99.8,0,0,0.34,565.94,3091.1,26151174,99.91,0,0,0.38,566.26,3090.78,26151175,99.9,0,0,0.34,565.76,3091.29,26151176,99.92,0.02,0.97,0.29,565.78,3091.27,26151177,99.95,0,0,0.17,565.75,3091.29,26151178,99.75,0,0.02,0.31,566.08,3090.95,26151179,99.94,0,0,0.38,566.49,3090.54,26151180,99.89,0,0,0.28,566.57,3090.48,26151181,99.93,0,0,0.14,566.54,3090.51,26151182,99.9,0,0,0.16,566.5,3090.53,26151183,99.9,0,0,0.17,566.47,3090.57,26151184,99.77,0,0,0.57,566.35,3090.68,26151185,99.89,0,0,0.31,566.46,3090.58,26151186,99.93,0,0,0.14,566.57,3090.47,26151187,99.93,0,0,0.16,566.53,3090.5,26151188,99.93,0,0,0.14,566.5,3090.53,26151189,99.71,0,0,0.7,566.78,3090.23,26151190,99.87,0,0,0.35,566.45,3090.56,26151191,99.92,0,0,0.14,566.48,3090.54,26151192,99.9,0,0,0.13,566.58,3090.43,26151193,99.94,0,0,0.16,566.54,3090.46,26151194,99.79,0,0,0.56,566.86,3090.14,26151195,99.84,0,0,0.34,566.25,3090.76,26151196,99.93,0,0,0.13,566.21,3090.8,26151197,99.92,0,0,0.21,566.18,3090.83,26151198,99.91,0,0,0.14,566.26,3090.74,26151199,99.78,0.01,0.01,0.48,566.93,3090.06,26151200,99.84,0,0,0.32,565.84,3091.18,26151201,99.94,0,0,0.17,565.66,3091.36,26151202,99.92,0,0,0.14,565.51,3091.52,26151203,99.92,0,0,0.14,565.48,3091.55,26151204,99.78,0,0,0.5,566.62,3090.39,26151205,99.83,0,0,0.41,566.64,3090.39,26151206,99.92,0,0,0.14,566.56,3090.47,26151207,99.93,0,0,0.21,566.53,3090.49,26151208,99.93,0,0,0.15,566.5,3090.52,26151209,99.78,0,0,0.48,566.82,3090.2,26151210,99.86,0,0,0.34,566.46,3090.57,26151211,99.94,0,0,0.16,566.53,3090.49,26151212,99.94,0,0,0.14,566.58,3090.44,26151213,99.93,0,0,0.14,566.54,3090.47,26151214,99.79,0,0,0.4,566.91,3090.11,26151215,99.89,0,0,0.41,566.76,3090.27,26151216,99.93,0,0,0.14,566.71,3090.32,26151217,99.93,0,0,0.16,566.68,3090.35,26151218,99.93,0,0,0.14,566.77,3090.25,26151219,99.74,0.01,0.02,0.52,567.13,3089.86,26151220,99.85,0,0,0.52,566.25,3090.76,26151221,99.95,0,0,0.15,566.33,3090.67,26151222,99.95,0,0,0.14,566.3,3090.7,26151223,99.95,0,0,0.19,566.27,3090.73,26151224,99.93,0,0,0.14,566.05,3090.96,26151225,99.73,0,0,0.69,567.02,3090.01,26151226,99.95,0,0,0.17,566.45,3090.57,26151227,99.92,0.01,0.01,0.14,566.47,3090.55,26151228,99.94,0,0,0.16,566.57,3090.44,26151229,99.93,0,0,0.15,566.54,3090.47,26151230,99.75,0,0,0.7,566.89,3090.14,26151231,99.9,0,0,0.23,566.45,3090.58,26151232,99.93,0,0,0.14,566.2,3090.81,26151233,99.92,0,0,0.14,566.17,3090.84,26151234,99.94,0,0,0.15,566.24,3090.76,26151235,99.75,0,0,0.78,566.15,3090.87,26151236,99.92,0,0,0.16,565.28,3091.74,26151237,99.94,0,0,0.16,565.24,3091.77,26151238,99.93,0,0,0.14,565.21,3091.79,26151239,99.88,0,0,0.15,565.23,3091.77,26151240,99.72,0,0,0.7,567.38,3089.64,26151241,99.93,0,0,0.17,566.58,3090.43,26151242,99.95,0,0,0.14,566.56,3090.46,26151243,99.94,0,0,0.16,566.53,3090.48,26151244,99.9,0,0,0.16,566.5,3090.51,26151245,99.77,0,0,0.69,566.92,3090.11,26151246,99.94,0,0,0.16,566.2,3090.81,26151247,99.91,0,0,0.14,566.24,3090.77,26151248,99.92,0,0,0.18,566.32,3090.68,26151249,99.82,0.01,0.02,0.32,566.72,3090.26,26151250,99.74,0,0,0.66,566.97,3090.05,26151251,99.93,0,0,0.15,566.4,3090.61,26151252,99.93,0,0,0.14,566.51,3090.49,26151253,99.91,0,0,0.15,566.51,3090.49,26151254,99.92,0,0,0.14,566.48,3090.52,26151255,99.75,0,0,0.73,567.23,3089.79,26151256,99.94,0,0,0.19,566.68,3090.33,26151257,99.9,0,0,0.22,566.64,3090.36,26151258,99.93,0,0,0.16,566.74,3090.26,26151259,99.93,0.01,0.01,0.14,566.76,3090.24,26151260,99.87,0,0,0.26,567.07,3089.94,26151261,99.76,0,0,0.57,566.85,3090.16,26151262,99.92,0,0,0.14,566.45,3090.56,26151263,99.93,0,0,0.15,566.41,3090.6,26151264,99.93,0,0,0.16,566.47,3090.53,26151265,99.85,0,0,0.3,566.07,3090.95,26151266,99.75,0,0,0.53,566.83,3090.18,26151267,99.94,0,0,0.16,566.46,3090.54,26151268,99.93,0,0,0.14,566.44,3090.57,26151269,99.95,0,0,0.15,566.41,3090.59,26151270,99.82,0,0,0.28,566.94,3090.07,26151271,99.8,0,0,0.59,566.99,3090.02,26151272,99.93,0,0,0.16,566.51,3090.49,26151273,99.92,0,0,0.14,566.48,3090.53,26151274,99.93,0,0,0.15,566.44,3090.58,26151275,99.89,0,0,0.29,566.91,3090.12,26151276,99.8,0,0,0.56,567.09,3089.94,26151277,99.93,0,0,0.2,566.24,3090.79,26151278,99.93,0,0,0.19,566.26,3090.76,26151279,99.85,0,0,0.32,567.21,3089.79,26151280,99.87,0,0,0.3,566.97,3090.04,26151281,99.79,0,0,0.59,567.45,3089.56,26151282,99.94,0,0,0.16,566.89,3090.12,26151283,99.93,0,0,0.13,566.93,3090.07,26151284,99.9,0,0,0.14,567.05,3089.96,26151285,99.87,0,0,0.29,566.55,3090.48,26151286,99.77,0,0,0.55,566.94,3090.09,26151287,99.43,0,0.01,0.18,566.72,3090.3,26151288,99.94,0,0,0.18,566.69,3090.33,26151289,99.9,0,0,0.18,566.66,3090.36,26151290,99.87,0,0,0.35,567,3090.03,26151291,99.72,0,0,0.43,567.33,3089.7,26151292,99.9,0,0,0.3,566.5,3090.51,26151293,99.94,0,0,0.18,566.47,3090.55,26151294,99.92,0,0,0.18,566.44,3090.57,26151295,99.83,0,0,0.29,565.94,3091.08,26151296,99.79,0,0,0.46,566.34,3090.68,26151297,99.94,0,0,0.22,566.79,3090.23,26151298,99.91,0,0,0.17,566.75,3090.26,26151299,99.93,0,0,0.2,566.72,3090.29,26151300,99.84,0,0,0.32,566.7,3090.32,26151301,99.93,0,0,0.14,566.67,3090.35,26151302,99.79,0,0,0.61,566.99,3090.04,26151303,99.93,0,0,0.18,566.72,3090.31,26151304,99.92,0,0,0.18,566.77,3090.25,26151305,99.88,0,0,0.28,567.29,3089.75,26151306,99.54,0,0,0.3,567.62,3089.41,26151307,99.75,0,0,0.59,567.69,3089.35,26151308,99.93,0,0,0.14,566.88,3090.16,26151309,99.87,0,0,0.35,566.95,3090.06,26151310,99.82,0,0,0.28,566.55,3090.48,26151311,99.93,0,0,0.16,566.5,3090.53,26151312,99.78,0,0,0.52,566.93,3090.09,26151313,99.93,0,0,0.16,566.44,3090.58,26151314,99.92,0,0,0.14,566.4,3090.61,26151315,99.86,0,0,0.3,566.64,3090.39,26151316,99.91,0,0,0.14,566.71,3090.32,26151317,99.79,0,0,0.54,566.88,3090.14,26151318,99.95,0,0,0.19,566.48,3090.54,26151319,99.92,0.01,0.01,0.14,566.44,3090.58,26151320,99.9,0,0,0.31,566.67,3090.36,26151321,99.9,0,0,0.16,566.64,3090.38,26151322,99.8,0,0,0.56,566.96,3090.06,26151323,99.93,0,0,0.14,566.51,3090.5,26151324,99.93,0,0,0.18,566.48,3090.53,26151325,99.9,0,0,0.3,565.99,3091.04,26151326,99.93,0,0,0.16,565.94,3091.08,26151327,99.8,0,0,0.45,566.13,3090.89,26151328,99.94,0,0,0.29,565.38,3091.63,26151329,99.94,0,0,0.14,565.52,3091.49,26151330,99.89,0,0,0.29,566.52,3090.51,26151331,99.92,0,0,0.16,566.5,3090.52,26151332,99.77,0,0,0.39,567.07,3089.95,26151333,99.9,0,0,0.29,564.71,3092.31,26151334,99.89,0,0,0.16,564.66,3092.34,26151335,99.85,0,0,0.27,565.99,3091.04,26151336,99.92,0,0.01,0.19,566.02,3091,26151337,99.92,0,0,0.18,565.98,3091.04,26151338,99.81,0,0,0.55,567.33,3089.68,26151339,99.88,0,0,0.38,566.65,3090.34,26151340,99.86,0,0,0.33,565.92,3091.08,26151341,99.95,0,0,0.18,565.98,3091.02,26151342,99.91,0,0,0.18,566.02,3090.97,26151343,99.79,0,0,0.59,567.19,3089.8,26151344,99.94,0,0,0.18,566.69,3090.32,26151345,99.9,0,0,0.34,566.68,3090.35,26151346,99.95,0,0,0.13,566.64,3090.39,26151347,99.93,0,0.01,0.16,566.67,3090.35,26151348,99.79,0,0,0.56,567.17,3089.85,26151349,99.92,0,0,0.14,566.48,3090.54,26151350,99.89,0,0,0.34,566.95,3090.08,26151351,99.91,0,0,0.21,566.88,3090.15,26151352,99.92,0,0,0.18,566.4,3090.62,26151353,99.79,0,0,0.57,566.33,3090.68,26151354,99.91,0,0,0.18,565.21,3091.8,26151355,99.86,0,0,0.29,566.02,3091.01,26151356,99.91,0,0,0.16,566,3091.03,26151357,99.9,0,0,0.15,565.96,3091.06,26151358,99.78,0,0,0.49,566.41,3090.61,26151359,99.92,0,0,0.19,566.39,3090.63,26151360,99.85,0,0,0.29,566.38,3090.65,26151361,99.93,0,0,0.15,566.44,3090.58,26151362,99.93,0,0,0.16,566.5,3090.52,26151363,99.8,0,0,0.53,566.89,3090.13,26151364,99.94,0,0,0.16,566.69,3090.32,26151365,99.88,0,0,0.36,566.94,3090.08,26151366,99.94,0,0,0.18,566.88,3090.14,26151367,99.92,0,0,0.17,566.85,3090.16,26151368,99.79,0,0,0.32,567.56,3089.45,26151369,99.87,0,0,0.5,566.46,3090.52,26151370,99.86,0,0,0.32,566.23,3090.78,26151371,99.91,0,0,0.18,566.18,3090.81,26151372,99.9,0,0,0.19,566.15,3090.85,26151373,99.92,0,0,0.18,566.11,3090.88,26151374,99.8,0,0,0.59,566.87,3090.11,26151375,99.82,0,0,0.34,566.87,3090.12,26151376,99.91,0,0,0.18,566.74,3090.26,26151377,99.93,0,0,0.22,566.71,3090.28,26151378,99.94,0,0,0.18,566.68,3090.31,26151379,99.76,0.01,0.01,0.54,567.21,3089.77,26151380,99.9,0,0,0.32,566.87,3090.13,26151381,99.91,0,0,0.14,566.94,3090.06,26151382,99.92,0,0,0.13,566.99,3090,26151383,99.93,0,0,0.16,566.95,3090.04,26151384,99.8,0,0,0.55,566.72,3090.26,26151385,99.87,0,0,0.34,566.41,3090.59,26151386,99.94,0,0,0.18,566.38,3090.61,26151387,99.95,0,0,0.18,566.35,3090.64,26151388,99.94,0,0,0.18,566.45,3090.54,26151389,99.77,0,0,0.57,567.11,3089.88,26151390,99.89,0,0,0.3,566.96,3090.05,26151391,99.95,0,0,0.18,566.93,3090.07,26151392,99.93,0,0,0.18,566.9,3090.1,26151393,99.93,0,0,0.17,566.86,3090.13,26151394,99.76,0,0,0.59,567.16,3089.83,26151395,99.78,0,0,0.29,566.98,3090.01,26151396,99.94,0,0,0.14,566.95,3090.04,26151397,99.91,0,0,0.16,566.92,3090.07,26151398,99.95,0,0,0.14,566.88,3090.1,26151399,94.9,0.28,0.01,77.84,579.92,3077.2,26151400,99.64,0,0,180.22,569.28,3087.85,26151401,99.89,0,0,0.23,569.35,3087.78,26151402,99.86,0,0,0.14,569.39,3087.73,26151403,99.91,0,0,0.16,569.36,3087.76,26151404,99.72,0,0,0.42,569.54,3087.58,26151405,99.83,0,0,0.43,567.16,3090.01,26151406,99.9,0,0,0.14,567.13,3090.04,26151407,99.89,0,0.01,0.14,567.1,3090.06,26151408,99.9,0,0,0.16,567.18,3089.98,26151409,99.72,0,0,0.3,567.57,3089.58,26151410,99.88,0,0,0.54,566.71,3090.48,26151411,99.86,0,0,0.16,566.67,3090.54,26151412,99.85,0,0,0.17,566.4,3090.81,26151413,99.78,0,0,0.16,566.36,3090.85,26151414,99.87,0,0,0.13,566.33,3090.87,26151415,99.7,0,0,0.68,567.03,3090.19,26151416,99.88,0,0,0.16,566.73,3090.49,26151417,99.82,0,0,0.14,566.7,3090.51,26151418,99.85,0,0,0.18,566.66,3090.54,26151419,99.89,0,0,0.15,566.62,3090.59,26151420,99.61,0,0,0.7,566.82,3090.4,26151421,99.86,0,0,0.17,566.49,3090.72,26151422,99.84,0,0,0.13,566.45,3090.76,26151423,99.81,0,0,0.16,566.42,3090.78,26151424,99.83,0,0,0.13,566.39,3090.81,26151425,99.66,0,0,0.6,567.15,3090.06,26151426,99.85,0,0,0.29,566.83,3090.38,26151427,99.83,0,0,0.17,566.92,3090.28,26151428,99.88,0,0,0.14,566.95,3090.25,26151429,99.82,0,0,0.31,567.17,3090.01,26151430,99.67,0,0,0.66,567.81,3089.38,26151431,99.88,0,0,0.17,567.37,3089.82,26151432,99.85,0,0,0.14,567.34,3089.85,26151433,99.86,0,0,0.16,567.31,3089.88,26151434,99.85,0,0,0.15,567.43,3089.75,26151435,99.67,0,0,0.7,567.35,3089.84,26151436,99.83,0,0,0.17,567.2,3090,26151437,99.83,0.01,0.02,0.2,567.15,3090.04,26151438,99.84,0,0,0.15,567.09,3090.09,26151439,99.84,0.01,0.01,0.14,567.17,3090.01,26151440,99.68,0,0,0.46,567.32,3089.88,26151441,99.79,0,0,0.38,566.69,3090.5,26151442,99.84,0,0,0.14,566.64,3090.55,26151443,99.86,0,0,0.14,566.6,3090.58,26151444,99.86,0,0,0.18,566.66,3090.52,26151445,99.8,0,0,0.32,567.22,3089.97,26151446,99.71,0,0,0.53,567.33,3089.86,26151447,99.85,0,0,0.16,566.91,3090.28,26151448,99.86,0,0,0.15,566.87,3090.31,26151449,99.84,0,0,0.18,566.84,3090.34,26151450,99.82,0,0,0.29,566.84,3090.36,26151451,99.72,0,0,0.57,567.97,3089.22,26151452,99.86,0,0,0.16,567.69,3089.5,26151453,99.85,0,0,0.14,567.65,3089.53,26151454,99.87,0,0,0.16,567.62,3089.56,26151455,99.78,0,0,0.28,567.36,3089.83,26151456,99.72,0,0,0.55,568,3089.2,26151457,99.85,0,0,0.16,567.41,3089.79,26151458,99.85,0,0,0.15,567.46,3089.74,26151459,99.79,0,0,0.28,566.92,3090.25,26151460,99.79,0,0,0.29,567.39,3089.8,26151461,99.72,0,0,0.55,567.71,3089.47,26151462,99.84,0,0,0.16,567.1,3090.08,26151463,99.85,0,0,0.16,567.07,3090.11,26151464,99.83,0,0,0.14,567.09,3090.08,26151465,99.8,0,0,0.42,567.22,3089.97,26151466,99.71,0,0,0.52,567.53,3089.65,26151467,99.83,0.01,0.01,0.2,566.73,3090.46,26151468,99.86,0,0,0.17,566.37,3090.81,26151469,97.94,0,0,0.16,566.34,3090.84,26151470,99.77,0,0,0.3,566.37,3090.82,26151471,99.7,0,0,0.57,566.86,3090.33,26151472,99.85,0,0,0.21,566.44,3090.74,26151473,99.85,0,0,0.17,566.2,3090.98,26151474,99.87,0,0,0.19,566.12,3091.05,26151475,99.77,0,0,0.34,566.83,3090.36,26151476,99.74,0,0,0.43,567.09,3090.1,26151477,99.83,0,0,0.31,566.36,3090.82,26151478,99.85,0,0,0.14,566.49,3090.69,26151479,99.83,0,0,0.14,566.46,3090.72,26151480,99.74,0,0,0.29,566.69,3090.5,26151481,99.73,0,0,0.31,567.01,3090.17,26151482,99.82,0,0,0.41,566.87,3090.31,26151483,99.85,0,0,0.14,566.84,3090.34,26151484,99.84,0,0,0.14,566.86,3090.31,26151485,99.8,0,0,0.3,566.74,3090.44,26151486,99.81,0,0,0.14,566.7,3090.48,26151487,99.67,0,0,0.56,567.03,3090.15,26151488,99.86,0,0,0.15,566.63,3090.55,26151489,99.78,0,0,0.43,566.85,3090.3,26151490,99.79,0,0,0.33,567.09,3090.08,26151491,99.84,0,0,0.14,567.16,3090,26151492,99.69,0,0,0.53,567.23,3089.93,26151493,99.85,0,0,0.16,566.68,3090.47,26151494,99.85,0,0,0.14,566.65,3090.5,26151495,99.77,0,0,0.29,566.9,3090.27,26151496,99.85,0,0,0.16,566.86,3090.3,26151497,99.71,0,0,0.47,567.54,3089.62,26151498,99.84,0,0,0.32,566.9,3090.25,26151499,99.83,0.01,0.01,0.14,566.95,3090.2,26151500,99.79,0,0,0.33,566.7,3090.47,26151501,99.85,0,0,0.15,566.65,3090.51,26151502,99.69,0,0,0.54,567.21,3089.94,26151503,99.87,0,0,0.15,567.07,3090.08,26151504,99.84,0,0,0.14,567.1,3090.05,26151505,99.79,0,0,0.34,566.98,3090.18,26151506,99.84,0,0,0.18,566.93,3090.23,26151507,99.69,0,0,0.42,567.24,3089.91,26151508,99.85,0,0,0.29,566.86,3090.29,26151509,99.84,0,0,0.15,566.83,3090.32,26151510,99.77,0,0,0.34,566.57,3090.59,26151511,99.85,0,0,0.18,566.66,3090.5,26151512,99.72,0,0,0.43,567.04,3090.11,26151513,99.87,0,0,0.32,566.65,3090.5,26151514,99.85,0,0,0.18,566.61,3090.53,26151515,99.82,0,0,0.29,566.37,3090.79,26151516,99.84,0,0,0.14,566.33,3090.83,26151517,99.87,0,0,0.16,566.36,3090.79,26151518,99.72,0,0,0.57,566.81,3090.34,26151519,99.79,0,0,0.38,566.7,3090.43,26151520,99.78,0,0,0.29,566.9,3090.24,26151521,99.85,0,0,0.16,566.86,3090.28,26151522,99.83,0,0,0.14,566.84,3090.3,26151523,99.71,0,0,0.59,567.3,3089.83,26151524,99.86,0,0,0.13,566.6,3090.52,26151525,99.76,0,0,0.3,567.27,3089.87,26151526,99.84,0,0,0.17,567.2,3089.94,26151527,99.86,0,0.01,0.14,567.16,3089.97,26151528,99.71,0,0,0.55,567.57,3089.56,26151529,99.86,0,0,0.14,567.09,3090.03,26151530,99.8,0,0,0.29,567.09,3090.06,26151531,99.87,0,0,0.14,567.15,3089.99,26151532,99.82,0,0,0.19,566.96,3090.18,26151533,99.72,0,0,0.4,567.39,3089.74,26151534,99.86,0,0,0.29,567.13,3089.99,26151535,99.79,0,0,0.32,565.7,3091.46,26151536,99.84,0,0,0.17,565.61,3091.55,26151537,99.83,0,0,0.12,565.63,3091.52,26151538,99.71,0,0,0.56,566.47,3090.68,26151539,99.83,0,0,0.22,566.93,3090.21,26151540,99.81,0,0,0.29,567.16,3089.99,26151541,99.83,0,0,0.15,567.13,3090.02,26151542,99.85,0,0,0.14,567.1,3090.05,26151543,99.72,0,0,0.4,567.72,3089.42,26151544,99.86,0,0,0.29,567.08,3090.05,26151545,99.83,0,0,0.3,566.49,3090.67,26151546,99.85,0,0,0.13,566.44,3090.71,26151547,99.85,0,0,0.16,566.41,3090.73,26151548,99.85,0,0,0.14,566.38,3090.76,26151549,99.6,0,0,0.68,567.41,3089.7,26151550,99.81,0,0,0.27,567.31,3089.82,26151551,99.84,0,0,0.16,567.37,3089.75,26151552,99.58,0,0,0.15,567.32,3089.81,26151553,99.85,0,0,0.16,567.14,3089.98,26151554,99.71,0,0,0.53,567.46,3089.66,26151555,99.8,0,0,0.29,567.1,3090.03,26151556,99.84,0,0,0.15,567.06,3090.07,26151557,99.86,0,0,0.2,566.78,3090.34,26151558,99.87,0,0,0.15,566.9,3090.22,26151559,99.72,0.01,0.01,0.55,567.25,3089.89,26151560,99.82,0,0,0.3,566.89,3090.26,26151561,99.86,0,0,0.14,566.85,3090.29,26151562,99.85,0,0,0.16,566.82,3090.32,26151563,99.86,0,0,0.14,566.79,3090.34,26151564,99.73,0,0,0.55,567.02,3090.11,26151565,99.78,0,0,0.27,567.18,3089.97,26151566,99.85,0,0,0.16,567.15,3089.99,26151567,99.87,0,0,0.14,567.12,3090.02,26151568,99.87,0,0,0.16,567.09,3090.05,26151569,99.72,0,0,0.59,567.91,3089.22,26151570,99.78,0,0,0.31,567.06,3090.09,26151571,99.86,0,0,0.18,567.02,3090.12,26151572,99.85,0,0,0.16,567.14,3090,26151573,99.86,0,0,0.17,567.17,3089.96,26151574,99.73,0,0,0.44,567.79,3089.34,26151575,99.79,0,0,0.45,567.13,3090.02,26151576,99.85,0,0,0.16,567.09,3090.05,26151577,99.86,0,0,0.21,567.06,3090.08,26151578,99.83,0,0,0.17,567.09,3090.05,26151579,99.66,0,0,0.71,567.7,3089.41,26151580,99.81,0,0,0.38,567.5,3089.62,26151581,99.85,0,0,0.16,567.37,3089.74,26151582,99.85,0,0,0.15,567.34,3089.78,26151583,99.84,0,0,0.14,567.3,3089.81,26151584,99.86,0,0,0.16,567.27,3089.84,26151585,99.66,0,0,0.68,567.77,3089.36,26151586,99.88,0,0,0.16,567.41,3089.71,26151587,99.87,0.01,0.01,0.14,567.36,3089.75,26151588,99.91,0,0,0.14,567.33,3089.78,26151589,99.91,0,0,0.16,567.29,3089.81,26151590,95.75,0,0,0.67,567.42,3089.72,26151591,99.95,0,0,0.15,567.16,3089.98,26151592,99.9,0,0,0.19,566.7,3090.43,26151593,99.94,0,0,0.15,566.65,3090.48,26151594,99.93,0,0,0.17,566.62,3090.51,26151595,99.74,0,0,0.7,567.45,3089.7,26151596,99.91,0,0,0.15,567.06,3090.07,26151597,99.94,0,0,0.14,567.03,3090.1,26151598,99.93,0,0,0.16,567.13,3090.02,26151599,99.95,0,0,0.17,567.16,3089.98,26151600,99.75,0,0,0.6,567.75,3089.41,26151601,99.94,0,0,0.25,567.37,3089.79,26151602,99.92,0,0,0.14,567.34,3089.81,26151603,99.91,0,0,0.15,567.31,3089.84,26151604,99.93,0,0,0.14,567.27,3089.88,26151605,99.77,0,0,0.64,567.87,3089.29,26151606,99.93,0,0,0.22,566.91,3090.24,26151607,99.93,0,0,0.14,566.87,3090.28,26151608,99.94,0,0,0.14,566.84,3090.31,26151609,99.88,0,0,0.3,567.53,3089.59,26151610,99.78,0,0,0.71,568.06,3089.07,26151611,99.95,0,0,0.15,567.34,3089.78,26151612,99.6,0,0,0.14,567.38,3089.74,26151613,99.93,0,0,0.17,567.35,3089.77,26151614,99.94,0,0,0.14,567.31,3089.82,26151615,99.73,0,0,0.53,567.33,3089.82,26151616,99.91,0,0,0.35,566.28,3090.87,26151617,99.92,0,0,0.21,566.61,3090.54,26151618,99.93,0,0,0.14,565.7,3091.44,26151619,99.92,0.01,0.01,0.16,565.66,3091.48,26151620,99.72,0,0,0.53,566,3091.14,26151621,99.94,0,0,0.38,565.85,3091.3,26151622,99.93,0,0,0.14,565.81,3091.32,26151623,99.93,0,0,0.14,565.85,3091.29,26151624,99.94,0,0,0.16,565.93,3091.2,26151625,99.9,0,0,0.34,566.65,3090.5,26151626,99.77,0,0,0.56,566.75,3090.39,26151627,99.93,0,0,0.14,566.34,3090.8,26151628,99.91,0,0,0.18,566.31,3090.86,26151629,99.94,0,0,0.15,566.27,3090.89,26151630,99.83,0,0,0.35,566.64,3090.54,26151631,99.79,0,0,0.55,567.4,3089.78,26151632,99.93,0,0,0.15,567.12,3090.06,26151633,99.93,0,0,0.18,567.07,3090.1,26151634,99.94,0,0,0.16,567.03,3090.13,26151635,99.85,0,0,0.31,566.61,3090.58,26151636,99.8,0,0,0.59,567.53,3089.65,26151637,99.95,0,0,0.16,566.89,3090.28,26151638,99.93,0,0,0.14,566.86,3090.31,26151639,99.81,0,0,0.28,566.82,3090.32,26151640,99.86,0,0,0.37,565.86,3091.3,26151641,99.8,0,0,0.6,566.54,3090.62,26151642,99.94,0,0,0.15,566.15,3091.01,26151643,99.94,0,0,0.14,566.15,3091,26151644,99.93,0,0,0.15,566.12,3091.04,26151645,99.83,0.04,0.09,0.47,565.4,3091.78,26151646,99.78,0.01,0.05,0.6,566.13,3091.03,26151647,99.93,0,0.01,0.22,566.08,3091.08,26151648,99.93,0.01,0.08,0.17,566.07,3091.08,26151649,99.93,0,0.01,0.19,566.15,3090.99,26151650,99.88,0,0.01,0.32,566.85,3090.31,26151651,99.8,0,0,0.48,567.2,3089.95,26151652,99.89,0,0.02,0.39,566.59,3090.56,26151653,99.91,0,0,0.14,566.51,3090.64,26151654,99.95,0,0,0.16,566.62,3090.51,26151655,99.84,0,0,0.36,566.66,3090.49,26151656,99.94,0,0,0.18,566.62,3090.53,26151657,99.78,0,0,0.56,567.38,3089.76,26151658,99.92,0,0,0.19,567.05,3090.09,26151659,99.93,0,0,0.18,567.01,3090.12,26151660,99.85,0,0,0.31,565.31,3091.84,26151661,99.94,0,0,0.16,565.36,3091.79,26151662,99.8,0,0,0.56,567.11,3090.03,26151663,99.92,0,0,0.14,566.85,3090.29,26151664,99.93,0,0,0.15,566.81,3090.32,26151665,99.91,0,0,0.34,567.04,3090.11,26151666,99.9,0,0,0.14,567.01,3090.13,26151667,99.79,0,0,0.55,567.35,3089.79,26151668,99.94,0,0,0.14,567.13,3090,26151669,99.88,0,0,0.28,567.1,3090.02,26151670,99.87,0,0,0.31,565.88,3091.26,26151671,99.92,0,0.01,0.15,565.79,3091.34,26151672,99.77,0,0,0.69,566.89,3090.24,26151673,99.58,0,0,0.23,566.51,3090.62,26151674,99.93,0,0,0.16,566.62,3090.51,26151675,99.84,0,0,0.31,567.09,3090.05,26151676,99.94,0,0,0.16,567.07,3090.07,26151677,99.78,0,0,0.67,567.31,3089.81,26151678,99.93,0,0,0.21,566.75,3090.37,26151679,99.9,0.01,0.01,0.15,566.71,3090.41,26151680,99.88,0,0,0.29,567.1,3090.03,26151681,99.92,0,0,0.14,567.09,3090.04,26151682,99.8,0,0,0.5,567.21,3089.92,26151683,99.95,0,0,0.2,566.53,3090.59,26151684,99.94,0,0,0.15,566.5,3090.62,26151685,99.89,0,0,0.3,566.73,3090.4,26151686,99.95,0,0,0.14,566.81,3090.33,26151687,99.8,0,0,0.4,567.26,3089.87,26151688,99.93,0,0,0.29,567.07,3090.05,26151689,99.93,0,0,0.18,567.04,3090.08,26151690,99.87,0,0,0.3,566.8,3090.33,26151691,99.94,0,0,0.14,566.75,3090.38,26151692,99.77,0,0,0.34,567.44,3089.69,26151693,99.93,0.02,2.04,0.62,567,3090.1,26151694,99.93,0.02,1,0.22,567.01,3090.08,26151695,99.83,0.01,0.95,0.38,567.05,3090.05,26151696,99.93,0,0,0.19,567.05,3090.03,26151697,99.92,0.03,0.07,0.41,567.16,3089.9,26151698,99.78,0.11,0.01,0.69,567.56,3089.48,26151699,99.83,0.05,0,0.49,567.16,3089.8,26151700,99.88,0,0,0.31,567.22,3089.76,26151701,99.92,0,0,0.15,567.26,3089.71,26151702,99.9,0,0.01,0.16,567.23,3089.74,26151703,99.8,0.01,0.03,0.57,567.31,3089.64,26151704,99.95,0,0,0.21,566.67,3090.27,26151705,99.89,0,0,0.3,566.89,3090.07,26151706,99.93,0,0,0.16,567.02,3089.94,26151707,99.92,0,0.01,0.14,566.98,3089.97,26151708,99.74,0.01,0.01,0.76,567.87,3089.06,26151709,89.67,29.39,0.24,174.63,594.9,3055.53,26151710,99.84,0.02,0,70.28,574.14,3049.87,26151711,99.94,0,0,0.17,574.38,3049.65,26151712,98.36,0.02,0.01,0.23,579.4,3044.63,26151713,80.09,0.05,3.83,8.06,847.95,2775.91,26151714,99.91,0.03,1.98,0.25,575.87,3048.01,26151715,99.88,0,0,0.36,573.78,3050.13,26151716,99.94,0.02,0,0.18,573.79,3050.11,26151717,99.94,0.02,0,0.18,573.72,3050.18,26151718,99.8,0,0,0.58,574.12,3049.78,26151719,99.91,0,0,0.15,573.57,3050.32,26151720,99.17,0.02,0,0.44,572.77,3051.18,26151721,99.93,0,0,0.13,570.56,3053.39,26151722,79.57,0.04,1.92,4.65,930.17,2693.74,26151723,99.57,0.01,0.95,0.67,821.03,2802.89,26151724,99.88,0,0,0.18,619.93,3003.98,26151725,99.88,0,0,0.34,619.92,3004.02,26151726,99.9,0,0,0.19,619.89,3004.05,26151727,79.71,0.03,0.94,4.7,865.04,2758.84,26151728,99.59,0.03,3.81,0.58,852.14,2771.76,26151729,99.79,0.06,2.89,0.5,613.93,3009.89,26151730,99.88,0,0.01,0.41,574.56,3049.27,26151731,99.94,0.01,0.94,0.18,574.57,3049.26,26151732,99.93,0,0.01,0.21,574.5,3049.31,26151733,99.76,0.03,3.77,0.48,574.8,3049.01,26151734,99.8,0.07,7.76,0.61,574.18,3049.6,26151735,99.83,0.05,3.44,0.49,574.17,3049.59,26151736,99.92,0.02,0.95,0.3,574.3,3049.43,26151737,99.91,0.02,1.89,0.26,574.32,3049.39,26151738,99.92,0,0,0.19,574.27,3049.43,26151739,83.48,0.02,0.02,1.43,692.77,2930.88,26151740,75,0.13,7.67,8.36,1098.45,2525.2,26151741,99.87,0.04,3.58,0.55,1088.53,2535.14,26151742,99.77,0.01,0.13,0.27,690.14,2933.51,26151743,99.9,0.01,1.89,0.32,619.33,3004.31,26151744,99.78,0.01,0.01,0.62,590.94,3032.69,26151745,99.85,0,0,0.34,574.25,3049.4,26151746,99.94,0.04,1.87,0.15,574.24,3049.4,26151747,99.9,0.03,2.78,0.3,574.29,3049.34,26151748,99.93,0,0,0.14,574.29,3049.33,26151749,99.76,0.03,0.11,0.74,574.91,3048.71,26151750,99.83,0.25,0.05,0.62,574.46,3049.13,26151751,80.5,0.01,0.03,1.78,718.06,2905.6,26151752,88.85,0.03,1.82,3.66,996.15,2627.52,26151753,89.69,0.04,1.96,4.36,1115.06,2508.57,26151754,99.56,0.06,3.8,0.85,668.48,2955.14,26151755,99.84,0,0.01,0.36,621.73,3001.89,26151756,99.91,0.02,0.02,0.24,621.77,3001.85,26151757,79.63,0.08,5.72,4.79,1082.61,2540.94,26151758,99.74,0.03,3.46,0.28,691.4,2932.17,26151759,99.71,0.02,2.31,0.8,622.05,3001.49,26151760,99.9,0,0,0.32,621.61,3001.95,26151761,99.92,0,0,0.15,621.57,3001.98,26151762,99.89,0.09,4.89,0.24,621.66,3001.89,26151763,99.88,0.04,5.14,0.4,584.62,3038.89,26151764,96.67,0.05,4.66,14.55,584.96,3040.63,26151765,99.82,0,0.01,64.15,577.45,3045.94,26151766,99.93,0,0,0.14,577.39,3045.98,26151767,99.91,0.03,2.7,0.3,577.36,3046,26151768,99.87,0.05,5.51,0.55,577.33,3045.98,26151769,99.93,0,0,0.18,577.18,3046.11,26151770,99.74,0,0,0.7,575.27,3048.1,26151771,99.93,0,0,0.17,574.96,3048.4,26151772,99.91,0,0,0.18,574.52,3048.84,26151773,99.91,0.06,4.12,0.22,573.75,3049.59,26151774,99.91,0.01,0.41,0.26,573.61,3049.69,26151775,99.67,0.1,9.55,0.98,574.51,3048.77,26151776,99.95,0,0.01,0.25,574.1,3049.14,26151777,99.95,0,0,0.18,574.06,3049.17,26151778,99.93,0,0,0.14,574.03,3049.19,26151779,99.94,0,0,0.16,574,3049.22,26151780,99.66,0,0,0.75,574.54,3048.69,26151781,99.95,0,0,0.13,574.2,3049.03,26151782,99.91,0,0,0.14,574.28,3048.94,26151783,99.93,0,0,0.16,574.33,3048.89,26151784,99.94,0,0,0.14,574.31,3048.91,26151785,99.74,0,0,0.7,574.52,3048.71,26151786,99.95,0,0,0.16,574.03,3049.2,26151787,99.95,0,0,0.14,573.99,3049.23,26151788,99.95,0,0,0.14,573.97,3049.26,26151789,99.89,0,0,0.3,573.94,3049.26,26151790,99.74,0,0,0.71,573.81,3049.4,26151791,99.93,0,0,0.16,572.11,3051.1,26151792,99.91,0,0,0.16,572.07,3051.13,26151793,99.93,0,0,0.14,572.04,3051.16,26151794,99.93,0,0,0.14,572.02,3051.18,26151795,99.7,0.02,0.94,0.75,573.39,3049.83,26151796,99.93,0.01,0.21,0.25,573.03,3050.17,26151797,99.93,0.03,1.1,0.28,573.29,3049.9,26151798,99.93,0.02,0.16,0.24,573.25,3049.91,26151799,99.92,0.01,0.01,0.19,573.23,3049.93,26151800,99.73,0,0.01,0.59,574.32,3048.85,26151801,99.94,0,0.02,0.3,574.22,3048.95,26151802,99.93,0,0,0.14,574.18,3048.98,26151803,99.91,0,0,0.16,574.14,3049.01,26151804,99.9,0,0,0.14,574.19,3048.97,26151805,99.86,0,0,0.32,574.06,3049.1,26151806,99.8,0,0,0.55,574.11,3049.05,26151807,99.94,0,0,0.16,573.74,3049.42,26151808,99.93,0,0,0.14,573.71,3049.44,26151809,99.95,0,0,0.16,573.68,3049.47,26151810,99.82,0,0,0.35,572.71,3050.45,26151811,99.76,0,0,0.57,574.3,3048.86,26151812,99.95,0,0,0.17,574.02,3049.13,26151813,99.95,0,0,0.14,573.99,3049.17,26151814,99.93,0,0,0.16,573.95,3049.2,26151815,99.9,0,0,0.31,574.18,3048.99,26151816,99.8,0,0,0.6,574.51,3048.65,26151817,99.93,0,0,0.15,574.13,3049.03,26151818,99.92,0,0,0.16,574.26,3048.89,26151819,99.8,0,0,0.3,574.27,3048.86,26151820,99.89,0,0,0.36,574.74,3048.4,26151821,99.8,0,0,0.6,575.07,3048.07,26151822,99.95,0,0,0.14,574.19,3048.94,26151823,99.94,0,0,0.14,574.17,3048.96,26151824,99.93,0,0,0.17,574.13,3049.01,26151825,99.9,0,0,0.34,574.25,3048.91,26151826,99.79,0,0,0.53,574.05,3049.1,26151827,99.93,0,0.01,0.25,572.78,3050.37,26151828,99.9,0,0,0.2,572.74,3050.41,26151829,99.93,0,0,0.16,572.7,3050.44,26151830,99.89,0,0,0.35,573.9,3049.26,26151831,99.8,0,0,0.54,574.31,3048.84,26151832,99.9,0,0,0.2,574.28,3048.87,26151833,99.94,0,0,0.14,574.27,3048.88,26151834,99.91,0,0,0.18,574.24,3048.9,26151835,99.91,0,0,0.32,573.74,3049.42,26151836,99.79,0,0,0.4,574.27,3048.89,26151837,99.93,0,0,0.3,574.42,3048.73,26151838,99.94,0,0,0.14,574.39,3048.76,26151839,99.96,0,0,0.14,574.43,3048.72,26151840,99.83,0,0,0.3,573.57,3049.59,26151841,99.82,0,0,0.41,573.97,3049.18,26151842,99.94,0,0,0.32,574.23,3048.92,26151843,99.94,0,0,0.14,574.21,3048.94,26151844,99.93,0,0,0.14,574.18,3048.96,26151845,99.9,0,0,0.32,574.17,3048.99,26151846,99.93,0,0,0.15,574.14,3049.01,26151847,99.81,0,0,0.61,574.32,3048.82,26151848,99.94,0,0,0.16,574.02,3049.12,26151849,99.87,0,0,0.3,574.48,3048.63,26151850,99.87,0,0,0.34,573.74,3049.39,26151851,99.94,0,0,0.13,573.7,3049.43,26151852,99.8,0,0,0.57,574.79,3048.33,26151853,99.93,0,0,0.14,574.62,3048.5,26151854,99.93,0,0,0.15,574.65,3048.46,26151855,99.84,0,0,0.31,574.29,3048.84,26151856,99.93,0,0,0.16,574.25,3048.88,26151857,99.8,0,0,0.58,574.61,3048.51,26151858,99.95,0,0,0.14,574.19,3048.93,26151859,99.91,0.01,0.01,0.16,574.17,3048.94,26151860,99.88,0,0,0.34,574.63,3048.5,26151861,99.94,0,0,0.15,574.61,3048.51,26151862,99.8,0,0,0.41,574.94,3048.18,26151863,99.94,0,0,0.3,574.49,3048.63,26151864,99.93,0,0,0.13,574.47,3048.65,26151865,99.88,0,0,0.31,574.46,3048.67,26151866,99.93,0,0,0.16,574.43,3048.7,26151867,99.77,0,0,0.55,574.85,3048.27,26151868,99.92,0,0,0.16,574.61,3048.5,26151869,99.93,0,0,0.14,574.59,3048.53,26151870,99.9,0,0,0.35,574.79,3048.34,26151871,99.93,0,0,0.16,574.76,3048.36,26151872,99.79,0,0,0.55,574.74,3048.38,26151873,99.9,0,0,0.13,573.46,3049.65,26151874,99.93,0,0,0.16,573.43,3049.68,26151875,99.89,0,0,0.36,573.91,3049.22,26151876,99.92,0,0,0.16,573.89,3049.23,26151877,99.76,0,0,0.36,574.78,3048.34,26151878,99.95,0,0,0.36,574.5,3048.61,26151879,99.84,0,0,0.29,574.23,3048.86,26151880,99.88,0,0,0.36,574.71,3048.4,26151881,99.92,0,0,0.12,574.68,3048.43,26151882,99.93,0,0,0.19,574.65,3048.45,26151883,99.79,0,0,0.57,574.43,3048.67,26151884,99.94,0,0,0.16,573.96,3049.13,26151885,99.87,0,0,0.34,574.76,3048.35,26151886,99.92,0,0,0.17,574.73,3048.37,26151887,99.9,0,0.01,0.18,574.7,3048.4,26151888,99.78,0.01,0,0.54,574.35,3048.75,26151889,99.93,0,0,0.14,573.65,3049.44,26151890,99.85,0,0,0.32,574.13,3048.98,26151891,99.93,0,0,0.15,574.21,3048.9,26151892,99.93,0,0,0.18,572.43,3050.7,26151893,99.8,0,0,0.51,571.95,3051.2,26151894,99.93,0,0,0.2,571.87,3051.28,26151895,99.88,0,0,0.35,571.62,3051.54,26151896,99.95,0,0,0.15,571.59,3051.57,26151897,99.91,0,0,0.16,571.56,3051.59,26151898,99.8,0.01,0.01,0.41,571.99,3051.16,26151899,99.92,0,0,0.28,571.67,3051.48,26151900,99.86,0,0,0.32,571.46,3051.71,26151901,99.92,0,0,0.15,571.38,3051.77,26151902,99.93,0,0,0.13,571.35,3051.8,26151903,99.79,0,0,0.51,571.45,3051.7,26151904,99.93,0,0,0.2,570.79,3052.35,26151905,99.88,0,0,0.3,570.85,3052.32,26151906,99.92,0,0,0.14,570.95,3052.21,26151907,99.94,0,0,0.16,570.92,3052.24,26151908,99.8,0,0,0.39,571.48,3051.67,26151909,99.86,0,0,0.45,572.05,3051.08,26151910,99.81,0,0,0.38,571.59,3051.56,26151911,99.95,0,0,0.18,571.53,3051.61,26151912,99.93,0,0,0.15,571.62,3051.52,26151913,99.78,0,0,0.47,572.04,3051.09,26151914,99.94,0,0,0.24,572.12,3051.02,26151915,99.9,0,0,0.34,571.87,3051.3,26151916,99.93,0,0,0.18,571.84,3051.34,26151917,99.92,0,0,0.19,571.81,3051.36,26151918,99.78,0,0,0.46,572.14,3051.03,26151919,99.93,0.01,0.01,0.29,571.82,3051.35,26151920,99.88,0,0,0.32,571.96,3051.23,26151921,99.93,0,0,0.14,571.93,3051.24,26151922,99.93,0,0,0.17,571.91,3051.27,26151923,99.95,0,0,0.14,571.87,3051.3,26151924,99.79,0,0,0.57,571.97,3051.2,26151925,99.86,0,0,0.34,571.11,3052.08,26151926,99.93,0,0,0.16,571.07,3052.11,26151927,99.93,0,0,0.14,570.83,3052.34,26151928,99.93,0,0,0.15,570.21,3052.96,26151929,99.78,0,0,0.54,571.54,3051.62,26151930,99.85,0,0,0.31,571.16,3052.03,26151931,99.93,0,0,0.17,571.13,3052.05,26151932,99.93,0,0,0.18,571.1,3052.08,26151933,99.93,0,0,0.15,571.06,3052.11,26151934,99.8,0,0,0.46,571.84,3051.33,26151935,99.86,0,0,0.46,570.97,3052.21,26151936,99.93,0,0,0.15,570.94,3052.23,26151937,99.95,0,0,0.14,570.91,3052.26,26151938,99.92,0,0,0.16,570.88,3052.29,26151939,99.66,0,0,0.65,571.76,3051.38,26151940,99.85,0,0,0.38,571.32,3051.84,26151941,99.91,0,0,0.16,571.29,3051.86,26151942,99.94,0,0,0.15,571.41,3051.74,26151943,99.92,0,0,0.14,571.42,3051.73,26151944,99.78,0,0,0.55,571.62,3051.52,26151945,99.9,0,0,0.34,571.63,3051.53,26151946,99.91,0,0,0.14,571.61,3051.54,26151947,99.92,0,0.01,0.14,571.58,3051.57,26151948,99.93,0,0,0.16,571.55,3051.6,26151949,99.81,0,0,0.56,571.87,3051.27,26151950,99.88,0,0,0.32,571.21,3051.95,26151951,99.91,0,0,0.14,571.17,3051.98,26151952,99.89,0,0,0.2,570.78,3052.37,26151953,99.93,0,0,0.14,570.62,3052.53,26151954,99.37,0,0,0.3,571.25,3051.89,26151955,99.84,0,0,0.6,570.56,3052.59,26151956,99.88,0,0,0.14,570.57,3052.57,26151957,99.92,0,0,0.16,570.69,3052.45,26151958,99.9,0,0,0.14,570.67,3052.47,26151959,99.95,0,0,0.15,570.64,3052.5,26151960,99.66,0,0,0.73,571.51,3051.64,26151961,99.94,0,0,0.14,570.85,3052.3,26151962,99.92,0,0,0.13,570.81,3052.32,26151963,99.89,0,0,0.15,570.78,3052.35,26151964,99.88,0,0,0.14,570.82,3052.31,26151965,99.71,0,0,0.71,572.13,3051.01,26151966,99.9,0,0,0.14,571.63,3051.51,26151967,99.95,0,0,0.16,571.61,3051.53,26151968,99.95,0,0,0.15,571.57,3051.56,26151969,99.85,0,0,0.28,571.3,3051.8,26151970,99.73,0,0,0.74,571.66,3051.45,26151971,99.84,0,0,0.15,571.26,3051.86,26151972,99.84,0,0,0.14,571.4,3051.71,26151973,99.88,0,0,0.17,571.42,3051.69,26151974,99.86,0,0,0.14,571.39,3051.71,26151975,99.7,0,0,0.72,571.78,3051.34,26151976,99.89,0,0,0.19,571.11,3052.01,26151977,99.9,0,0,0.2,571.07,3052.04,26151978,99.87,0,0,0.14,571.04,3052.07,26151979,99.9,0.01,0.01,0.16,571.08,3052.03,26151980,99.72,0,0,0.73,572.02,3051.1,26151981,99.86,0,0,0.17,571.63,3051.48,26151982,99.84,0,0,0.16,571.6,3051.51,26151983,99.87,0,0,0.14,571.57,3051.54,26151984,99.85,0,0,0.14,571.54,3051.56,26151985,99.67,0,0,0.58,571.89,3051.23,26151986,99.87,0,0,0.32,571.58,3051.54,26151987,99.86,0,0,0.18,571.67,3051.44,26151988,99.85,0,0,0.2,571.65,3051.46,26151989,99.87,0,0,0.18,571.62,3051.49,26151990,99.61,0,0,0.55,571.96,3051.15,26151991,99.87,0,0,0.37,571.57,3051.54,26151992,99.85,0,0,0.16,571.55,3051.57,26151993,99.85,0,0,0.14,571.52,3051.59,26151994,99.85,0,0,0.15,571.59,3051.51,26151995,99.82,0,0,0.36,571.42,3051.7,26151996,99.71,0,0,0.61,572.17,3050.94,26151997,99.84,0,0,0.19,571.84,3051.27,26151998,99.84,0,0,0.18,571.81,3051.29,26151999,99.78,0,0,0.39,571.09,3052,26152000,99.78,0,0,0.43,571.52,3051.58,26152001,99.69,0,0,0.55,572.4,3050.69,26152002,99.85,0,0,0.15,571.9,3051.18,26152003,99.86,0,0,0.17,571.87,3051.21,26152004,99.85,0,0,0.17,571.84,3051.25,26152005,99.79,0,0,0.34,570.88,3052.23,26152006,99.73,0,0,0.58,571.43,3051.67,26152007,99.84,0,0.01,0.16,571.28,3051.83,26152008,99.84,0,0,0.15,571.28,3051.82,26152009,99.86,0,0,0.2,571.4,3051.7,26152010,99.81,0,0,0.37,571.63,3051.48,26152011,99.71,0,0,0.54,571.7,3051.41,26152012,99.81,0,0,0.19,571.07,3052.03,26152013,99.85,0,0,0.14,571.04,3052.06,26152014,99.76,0,0,0.15,571.01,3052.08,26152015,99.82,0,0,0.36,571.05,3052.06,26152016,99.73,0,0,0.52,571.78,3051.33,26152017,99.87,0,0,0.2,571.87,3051.24,26152018,99.85,0,0,0.14,571.84,3051.26,26152019,99.88,0,0,0.14,571.81,3051.29,26152020,99.79,0,0,0.33,571.56,3051.57,26152021,99.72,0,0,0.41,572.3,3050.83,26152022,99.48,0,0,0.5,572.22,3050.9,26152023,99.86,0,0,0.15,572.05,3051.07,26152024,99.87,0,0,0.14,572.15,3050.96,26152025,99.81,0,0,0.34,571.9,3051.23,26152026,99.75,0,0,0.3,572.52,3050.61,26152027,99.83,0,0,0.41,571.83,3051.29,26152028,99.86,0,0,0.14,571.8,3051.31,26152029,99.8,0,0,0.29,571.53,3051.56,26152030,99.76,0,0,0.35,572.05,3051.06,26152031,99.84,0,0,0.16,572.16,3050.95,26152032,99.7,0,0,0.54,572.27,3050.83,26152033,99.82,0,0,0.14,571.86,3051.24,26152034,99.86,0,0,0.17,571.82,3051.27,26152035,99.81,0,0,0.4,572.07,3051.04,26152036,99.83,0,0,0.17,572.04,3051.07,26152037,99.5,0,0,0.58,572.33,3050.77,26152038,99.84,0,0,0.14,572.05,3051.04,26152039,99.84,0.01,0.01,0.16,572.13,3050.96,26152040,99.82,0,0,0.39,572.11,3051,26152041,99.85,0,0,0.14,572.07,3051.03,26152042,99.7,0,0,0.55,572.71,3050.39,26152043,99.86,0,0,0.17,572.01,3051.08,26152044,99.86,0,0,0.15,571.98,3051.11,26152045,99.77,0,0,0.34,571.6,3051.5,26152046,99.85,0,0,0.16,571.64,3051.46,26152047,99.73,0,0,0.51,572.28,3050.81,26152048,99.86,0,0,0.19,571.82,3051.26,26152049,99.85,0,0,0.15,571.79,3051.29,26152050,99.75,0,0,0.34,572.06,3051.04,26152051,99.83,0,0,0.16,571.98,3051.11,26152052,99.72,0,0,0.58,572.41,3050.68,26152053,99.85,0,0,0.15,572.11,3050.97,26152054,99.84,0,0,0.17,572.08,3051,26152055,99.78,0,0,0.36,572.08,3051.01,26152056,99.85,0,0,0.15,572.04,3051.06,26152057,99.68,0,0,0.41,572.36,3050.72,26152058,99.85,0,0,0.29,571.97,3051.11,26152059,99.78,0,0,0.3,571.57,3051.49,26152060,99.78,0,0,0.34,571.87,3051.2,26152061,99.86,0,0,0.14,571.85,3051.22,26152062,99.83,0,0,0.16,571.82,3051.24,26152063,99.7,0,0,0.61,572.38,3050.68,26152064,99.87,0,0,0.16,572,3051.05,26152065,99.8,0,0,0.35,572,3051.08,26152066,99.86,0,0,0.15,571.97,3051.1,26152067,99.85,0,0.01,0.17,572.09,3050.98,26152068,99.69,0,0,0.54,572.44,3050.62,26152069,99.86,0,0,0.15,572.06,3051,26152070,99.82,0,0,0.34,572.05,3051.03,26152071,99.85,0,0,0.13,572.02,3051.05,26152072,99.83,0,0,0.2,571.99,3051.08,26152073,99.72,0.01,0.01,0.58,571.38,3051.68,26152074,99.86,0,0,0.19,570.58,3052.48,26152075,99.82,0,0,0.36,571.53,3051.54,26152076,99.85,0,0,0.15,571.51,3051.55,26152077,99.81,0,0,0.14,571.53,3051.53,26152078,99.71,0,0,0.61,572.3,3050.75,26152079,99.83,0.07,6.74,0.37,572.11,3050.9,26152080,99.72,0.03,2.63,0.61,571.72,3051.26,26152081,99.86,0,0,0.17,571.7,3051.27,26152082,99.86,0,0,0.13,571.48,3051.48,26152083,99.74,0,0,0.56,571.69,3051.26,26152084,99.83,0,0,0.14,571.3,3051.66,26152085,99.79,0.02,2.01,0.43,571.27,3051.69,26152086,99.84,0,0.06,0.23,571.28,3051.67,26152087,99.86,0,0.07,0.16,571.22,3051.73,26152088,99.74,0,0,0.6,571.65,3051.29,26152089,99.78,0,0,0.35,571.39,3051.52,26152090,99.82,0,0.06,0.34,571.45,3051.47,26152091,99.85,0,0,0.14,571.49,3051.43,26152092,99.85,0.03,1.15,0.26,571.46,3051.46,26152093,99.72,0.01,0.35,0.83,571.83,3051.07,26152094,99.87,0,0,0.14,571.44,3051.46,26152095,99.76,0,0,0.34,570.71,3052.21,26152096,99.84,0,0,0.16,570.66,3052.26,26152097,99.37,0,0,0.19,570.63,3052.28,26152098,99.72,0,0,0.55,571.11,3051.81,26152099,99.86,0.01,0.01,0.14,571.25,3051.66,26152100,99.81,0,0,0.36,571.47,3051.45,26152101,99.83,0,0,0.21,571.45,3051.47,26152102,99.84,0,0,0.17,571.42,3051.5,26152103,99.83,0,0,0.16,571.39,3051.52,26152104,99.71,0,0.01,0.56,571.7,3051.21,26152105,99.79,0,0,0.32,571.24,3051.68,26152106,99.86,0,0.01,0.16,571.24,3051.68,26152107,99.86,0,0.01,0.18,571.19,3051.72,26152108,99.83,0,0,0.15,571.15,3051.76,26152109,99.73,0,0,0.54,570.46,3052.44,26152110,99.76,0,0,0.34,571.07,3051.85,26152111,99.85,0.05,2.25,0.2,571.21,3051.71,26152112,99.81,0.02,1.99,0.29,571.26,3051.65,26152113,99.81,0.03,2.7,0.51,571.41,3051.47,26152114,99.69,0.01,2.22,0.84,571.83,3051.02,26152115,99.82,0,0.01,0.42,571.59,3051.28,26152116,99.85,0,0,0.16,571.56,3051.31,26152117,99.85,0,0,0.14,571.52,3051.34,26152118,99.87,0,0,0.15,571.67,3051.19,26152119,99.62,0,0,0.65,571.87,3050.96,26152120,99.82,0,0,0.38,571.4,3051.44,26152121,99.83,0,0,0.13,571.37,3051.47,26152122,99.86,0,0,0.16,571.34,3051.5,26152123,99.88,0,0,0.14,571.32,3051.51,26152124,99.73,0,0,0.5,571.64,3051.23,26152125,99.79,0,0,0.41,571.05,3051.85,26152126,99.85,0.01,0.11,0.15,571.15,3051.74,26152127,99.83,0,0.01,0.2,571.13,3051.76,26152128,99.84,0,0,0.16,571.09,3051.79,26152129,95.14,0.27,0.01,77.85,581.65,3041.56,26152130,99.73,0,0,180.31,573.83,3048.87,26152131,99.82,0,0,0.14,573.79,3048.9,26152132,99.82,0,0,0.2,573.67,3049.02,26152133,99.84,0,0,0.14,573.68,3049,26152134,99.72,0,0,0.41,573.97,3048.71,26152135,99.83,0,0,0.48,571.49,3051.24,26152136,99.85,0,0,0.14,571.46,3051.27,26152137,99.87,0,0,0.16,571.43,3051.29,26152138,99.87,0,0,0.14,571.4,3051.32,26152139,99.84,0,0,0.2,571.62,3051.1,26152140,98.94,0,0,10.29,571.82,3051.19,26152141,99.82,0,0,0.17,571.39,3051.67,26152142,99.88,0,0,0.17,571.36,3051.69,26152143,99.91,0,0,0.17,571.34,3051.71,26152144,99.9,0,0,0.16,571.31,3051.74,26152145,99.69,0,0,0.77,571.95,3051.12,26152146,99.94,0,0,0.16,571.52,3051.55,26152147,99.94,0,0,0.17,571.49,3051.57,26152148,99.92,0,0,0.18,571.58,3051.48,26152149,99.76,0,0,0.29,571.63,3051.41,26152150,99.76,0,0,0.72,572.18,3050.89,26152151,99.94,0,0,0.17,571.85,3051.23,26152152,99.94,0,0,0.18,571.81,3051.25,26152153,99.93,0,0,0.16,571.79,3051.27,26152154,99.94,0,0,0.17,571.76,3051.3,26152155,99.69,0,0,0.77,571.52,3051.55,26152156,99.94,0,0,0.19,571.62,3051.45,26152157,99.92,0,0,0.2,571.64,3051.43,26152158,99.91,0,0,0.2,571.61,3051.46,26152159,99.93,0.01,0.01,0.16,571.57,3051.49,26152160,99.72,0,0,0.71,571.64,3051.44,26152161,99.94,0,0,0.24,571.53,3051.55,26152162,99.92,0,0,0.17,571.5,3051.57,26152163,99.95,0,0,0.17,571.59,3051.48,26152164,99.95,0,0,0.17,571.66,3051.4,26152165,99.74,0,0,0.8,572.25,3050.83,26152166,99.82,0,0,0.15,571.88,3051.2,26152167,99.92,0,0,0.25,571.84,3051.22,26152168,99.95,0,0,0.2,571.81,3051.25,26152169,99.91,0,0,0.2,571.77,3051.29,26152170,99.75,0,0,0.65,572.17,3050.9,26152171,99.95,0,0,0.3,571.92,3051.15,26152172,99.92,0,0,0.17,571.89,3051.18,26152173,99.95,0,0,0.18,571.86,3051.2,26152174,99.94,0,0,0.19,571.83,3051.22,26152175,99.7,0,0,0.63,571.98,3051.09,26152176,99.95,0,0,0.3,572.04,3051.03,26152177,99.93,0,0,0.2,572.01,3051.05,26152178,99.95,0,0,0.16,572.09,3050.97,26152179,99.91,0,0,0.3,571.66,3051.37,26152180,99.9,0,0,0.37,571.86,3051.18,26152181,99.78,0,0,0.55,571.72,3051.32,26152182,99.93,0,0,0.14,571.31,3051.72,26152183,99.9,0,0,0.14,571.29,3051.74,26152184,99.95,0,0,0.17,571.25,3051.81,26152185,99.88,0,0,0.39,571.73,3051.36,26152186,99.8,0,0,0.56,572.35,3050.73,26152187,99.91,0,0.01,0.18,571.86,3051.22,26152188,99.91,0,0,0.14,571.82,3051.25,26152189,99.94,0,0,0.15,571.79,3051.28,26152190,99.88,0,0,0.33,571.78,3051.31,26152191,99.79,0,0.01,0.54,572.15,3050.93,26152192,99.94,0,0,0.18,571.55,3051.53,26152193,99.94,0,0,0.18,571.36,3051.71,26152194,99.95,0,0,0.14,571.33,3051.74,26152195,99.89,0,0,0.38,571.57,3051.51,26152196,99.81,0,0,0.54,571.78,3051.3,26152197,99.91,0,0,0.17,571.25,3051.82,26152198,99.94,0,0,0.15,571.22,3051.85,26152199,99.95,0,0,0.14,571.37,3051.7,26152200,99.86,0,0,0.38,571.85,3051.23,26152201,99.82,0,0,0.55,571.76,3051.32,26152202,99.92,0,0,0.15,570.81,3052.26,26152203,99.94,0,0,0.14,570.78,3052.29,26152204,99.94,0,0,0.15,570.75,3052.31,26152205,99.89,0,0,0.29,571.71,3051.37,26152206,99.79,0,0,0.49,572.18,3050.9,26152207,99.94,0,0,0.21,572.1,3050.97,26152208,99.93,0,0,0.15,572.07,3051,26152209,99.89,0,0,0.28,572.04,3051,26152210,99.9,0,0,0.3,572.03,3051.03,26152211,99.79,0,0,0.33,572.54,3050.51,26152212,99.95,0,0,0.38,571.97,3051.08,26152213,99.95,0,0,0.14,572,3051.05,26152214,99.92,0,0,0.14,572.13,3050.91,26152215,99.83,0,0,0.28,571.17,3051.88,26152216,99.94,0,0,0.16,571.11,3051.94,26152217,99.8,0,0,0.65,572.32,3050.73,26152218,99.92,0,0,0.14,572.03,3051.01,26152219,99.92,0.01,0.01,0.15,571.99,3051.05,26152220,99.91,0,0,0.29,572.23,3050.83,26152221,99.95,0,0,0.14,572.32,3050.73,26152222,99.77,0,0,0.57,572.49,3050.56,26152223,99.85,0,0,0.14,572.08,3050.96,26152224,99.91,0,0,0.15,572.05,3050.99,26152225,99.83,0,0,0.32,570.83,3052.22,26152226,99.95,0,0,0.13,570.77,3052.28,26152227,99.81,0,0,0.57,572.03,3051.01,26152228,99.93,0,0,0.14,571.56,3051.48,26152229,99.93,0,0,0.14,571.61,3051.43,26152230,99.86,0,0,0.28,571.84,3051.21,26152231,99.93,0,0,0.15,571.82,3051.23,26152232,99.8,0,0,0.56,572.69,3050.35,26152233,99.97,0,0,0.16,572.24,3050.8,26152234,99.94,0,0,0.15,572.06,3050.97,26152235,99.9,0,0,0.29,571.32,3051.73,26152236,99.92,0,0,0.18,571.37,3051.67,26152237,99.79,0,0,0.54,571.73,3051.32,26152238,99.93,0,0,0.16,571.06,3051.98,26152239,99.82,0,0,0.27,571.26,3051.75,26152240,99.86,0,0,0.29,571.26,3051.77,26152241,99.94,0,0,0.13,571.23,3051.8,26152242,99.79,0,0,0.41,571.72,3051.3,26152243,99.95,0,0,0.29,571.6,3051.42,26152244,99.95,0,0,0.14,571.57,3051.46,26152245,99.9,0,0,0.29,571.33,3051.72,26152246,99.94,0,0,0.16,571.29,3051.76,26152247,99.77,0,0.01,0.49,571.5,3051.55,26152248,99.58,0,0,0.18,570.73,3052.31,26152249,99.65,0,0,0.16,570.84,3052.2,26152250,99.88,0,0,0.27,571.66,3051.4,26152251,99.93,0,0,0.14,571.57,3051.48,26152252,99.77,0,0,0.42,571.72,3051.33,26152253,99.96,0,0,0.36,570.54,3052.51,26152254,99.95,0,0,0.14,570.5,3052.53,26152255,99.87,0,0,0.3,570.74,3052.31,26152256,99.95,0,0,0.16,570.76,3052.29,26152257,99.91,0,0,0.14,570.88,3052.17,26152258,99.81,0,0,0.57,571.28,3051.76,26152259,99.93,0,0,0.14,570.57,3052.46,26152260,99.79,0,0,0.28,569.62,3053.44,26152261,99.93,0,0,0.14,569.55,3053.5,26152262,99.93,0,0,0.16,569.52,3053.53,26152263,99.69,0,0,0.58,571.02,3052.02,26152264,99.96,0,0,0.14,571.05,3051.98,26152265,99.9,0,0,0.28,571.63,3051.42,26152266,99.93,0,0,0.14,571.61,3051.44,26152267,99.86,0,0,0.16,571.58,3051.46,26152268,99.75,0,0,0.54,571.78,3051.25,26152269,99.79,0,0,0.32,571.52,3051.49,26152270,99.9,0,0,0.29,571.51,3051.52,26152271,99.91,0,0,0.16,571.48,3051.54,26152272,99.91,0,0,0.14,571.55,3051.47,26152273,99.78,0,0,0.48,572.05,3050.96,26152274,99.93,0,0,0.2,571.83,3051.18,26152275,99.31,0,0,0.3,571.09,3051.93,26152276,99.93,0,0,0.17,571.05,3051.97,26152277,99.93,0,0,0.18,571.26,3051.75,26152278,99.78,0,0,0.5,571.59,3051.42,26152279,99.9,0.01,0.01,0.2,571.26,3051.75,26152280,99.85,0,0,0.3,571.61,3051.41,26152281,99.87,0,0,0.13,571.58,3051.43,26152282,99.92,0,0,0.16,571.55,3051.46,26152283,99.81,0,0,0.39,571.92,3051.08,26152284,99.91,0,0,0.3,571.74,3051.26,26152285,99.86,0,0,0.3,571.25,3051.77,26152286,99.91,0,0,0.16,571.23,3051.78,26152287,99.95,0,0,0.14,571.36,3051.65,26152288,99.79,0,0,0.38,571.7,3051.31,26152289,99.94,0,0,0.35,571.8,3051.22,26152290,99.87,0,0,0.27,571.79,3051.25,26152291,99.92,0,0,0.16,571.76,3051.27,26152292,99.93,0,0,0.14,571.73,3051.3,26152293,99.68,0,0,0.14,571.7,3051.33,26152294,99.3,0,0,0.54,572.37,3050.64,26152295,99.21,0,0,0.28,571.65,3051.39,26152296,99.92,0,0,0.16,571.58,3051.45,26152297,99.94,0,0,0.13,571.55,3051.48,26152298,99.93,0,0,0.2,571.51,3051.51,26152299,99.69,0,0,0.66,571.83,3051.17,26152300,99.86,0,0,0.28,571.72,3051.29,26152301,99.91,0,0,0.14,571.69,3051.32,26152302,99.92,0,0,0.16,571.77,3051.24,26152303,99.94,0,0,0.15,571.83,3051.18,26152304,99.74,0,0,0.5,572.02,3050.97,26152305,99.89,0,0,0.34,571.55,3051.46,26152306,99.9,0,0,0.14,571.51,3051.5,26152307,99.91,0,0.01,0.14,571.47,3051.53,26152308,99.93,0,0,0.15,571.44,3051.56,26152309,99.79,0,0,0.56,571.45,3051.54,26152310,99.9,0,0,0.31,571.07,3051.93,26152311,99.94,0,0,0.16,571.05,3051.95,26152312,99.91,0,0,0.2,571.28,3051.72,26152313,99.93,0,0,0.14,571.49,3051.51,26152314,99.79,0,0,0.43,571.64,3051.35,26152315,99.91,0,0,0.4,571.68,3051.32,26152316,99.94,0,0,0.16,571.74,3051.26,26152317,99.95,0,0,0.14,571.85,3051.15,26152318,99.93,0,0,0.14,571.82,3051.18,26152319,99.79,0,0,0.58,572.51,3050.48,26152320,99.87,0,0,0.27,571.54,3051.47,26152321,99.93,0,0,0.14,571.5,3051.5,26152322,99.91,0,0,0.17,571.47,3051.53,26152323,99.93,0,0,0.14,571.48,3051.51,26152324,99.95,0,0,0.16,571.59,3051.4,26152325,99.76,0,0,0.71,571.92,3051.08,26152326,99.92,0,0,0.16,571.54,3051.45,26152327,99.92,0,0,0.14,571.51,3051.48,26152328,99.93,0,0,0.15,571.47,3051.51,26152329,99.85,0,0,0.29,571.7,3051.26,26152330,99.74,0,0,0.72,572.36,3050.62,26152331,99.93,0,0,0.16,572.08,3050.9,26152332,99.94,0,0,0.14,572.05,3050.93,26152333,99.93,0,0,0.15,572.02,3050.96,26152334,99.93,0,0,0.13,571.99,3050.98,26152335,99.75,0,0,0.67,572.1,3050.89,26152336,99.94,0,0,0.15,571.71,3051.27,26152337,99.94,0,0,0.2,571.71,3051.27,26152338,99.93,0,0,0.14,571.84,3051.14,26152339,99.91,0.01,0.01,0.15,571.8,3051.17,26152340,99.76,0,0,0.71,572.39,3050.6,26152341,99.93,0,0,0.2,572,3050.99,26152342,99.94,0,0,0.18,571.97,3051.02,26152343,99.47,0,0,0.16,571.95,3051.04,26152344,99.39,0,0,0.14,571.92,3051.07,26152345,99.21,0,0,0.67,571.41,3051.6,26152346,99.63,0,0,0.16,571.33,3051.68,26152347,99.92,0,0,0.14,571.3,3051.71,26152348,99.95,0,0,0.16,571.26,3051.75,26152349,99.94,0,0,0.17,571.23,3051.77,26152350,99.73,0,0,0.64,572.22,3050.79,26152351,99.92,0,0,0.23,572,3051.01,26152352,99.93,0,0,0.14,572.05,3050.95,26152353,99.92,0,0,0.16,572.02,3050.98,26152354,99.94,0,0,0.14,571.99,3051.01,26152355,99.72,0,0,0.7,572.27,3050.75,26152356,99.92,0,0,0.16,571.71,3051.3,26152357,99.94,0,0,0.18,571.68,3051.33,26152358,99.94,0,0,0.18,571.71,3051.29,26152359,99.85,0,0,0.3,572.29,3050.69,26152360,99.73,0,0,0.7,571.68,3051.32,26152361,99.93,0,0,0.2,571.76,3051.23,26152362,99.93,0,0,0.16,571.73,3051.26,26152363,99.94,0,0,0.14,571.7,3051.29,26152364,99.93,0,0,0.13,571.66,3051.32,26152365,99.92,0,0,0.34,571.53,3051.47,26152366,99.78,0,0,0.54,572.18,3050.81,26152367,99.9,0,0.01,0.14,571.81,3051.18,26152368,99.92,0,0,0.14,571.78,3051.2,26152369,99.93,0,0,0.16,571.74,3051.24,26152370,99.9,0,0,0.27,571.98,3051.01,26152371,99.77,0,0,0.54,572.29,3050.7,26152372,99.91,0,0,0.19,571.74,3051.24,26152373,99.92,0,0,0.14,571.59,3051.39,26152374,99.94,0,0,0.14,571.56,3051.42,26152375,99.87,0,0,0.29,571.08,3051.92,26152376,99.78,0,0,0.57,572.17,3050.82,26152377,99.94,0,0,0.14,571.96,3051.02,26152378,99.83,0,0,0.17,571.93,3051.05,26152379,99.92,0,0,0.18,571.97,3051,26152380,99.88,0,0,0.33,572.08,3050.91,26152381,99.78,0,0,0.59,572.56,3050.43,26152382,99.94,0,0,0.15,572.26,3050.71,26152383,99.95,0,0,0.15,572.23,3050.74,26152384,99.94,0,0,0.16,572.21,3050.76,26152385,99.88,0,0,0.3,572.2,3050.78,26152386,99.8,0,0,0.55,572.64,3050.34,26152387,99.94,0,0,0.16,572.28,3050.7,26152388,99.93,0,0,0.14,572.29,3050.68,26152389,99.85,0,0,0.29,572.26,3050.7,26152390,99.87,0,0,0.28,571.84,3051.13,26152391,99.79,0,0.01,0.41,571.75,3051.21,26152392,99.95,0,0,0.29,571.18,3051.79,26152393,99.91,0,0,0.17,571.2,3051.76,26152394,99.95,0,0,0.14,571.09,3051.88,26152395,99.86,0,0,0.31,571.06,3051.93,26152396,99.8,0,0,0.5,571.44,3051.54,26152397,99.93,0,0,0.23,571.23,3051.74,26152398,99.93,0,0,0.14,571.2,3051.77,26152399,99.94,0.01,0.01,0.15,571.17,3051.8,26152400,99.89,0,0,0.27,570.97,3052.01,26152401,99.79,0,0,0.43,571.48,3051.5,26152402,99.95,0,0,0.34,571.52,3051.45,26152403,99.64,0,0,0.14,571.5,3051.47,26152404,99.94,0,0,0.14,571.46,3051.5,26152405,99.84,0,0,0.3,571.46,3051.52,26152406,99.93,0,0,0.14,571.43,3051.56,26152407,99.79,0,0,0.57,571.86,3051.13,26152408,99.94,0,0,0.16,571.24,3051.75,26152409,99.92,0,0,0.14,571.29,3051.69,26152410,99.84,0,0,0.29,571.29,3051.71,26152411,99.94,0,0,0.17,571.26,3051.74,26152412,99.79,0,0,0.52,571.77,3051.23,26152413,99.93,0,0,0.17,571.44,3051.55,26152414,99.94,0,0,0.15,571.42,3051.57,26152415,99.86,0,0,0.28,570.94,3052.06,26152416,99.93,0,0,0.13,571.01,3051.99,26152417,99.83,0,0,0.55,571.76,3051.23,26152418,99.95,0,0,0.14,571.54,3051.45,26152419,99.88,0,0,0.38,571.47,3051.49,26152420,99.9,0,0,0.27,570.78,3052.2,26152421,99.93,0,0,0.14,570.74,3052.23,26152422,99.8,0,0,0.58,571.51,3051.46,26152423,99.94,0,0,0.15,571.42,3051.54,26152424,99.93,0,0,0.14,571.49,3051.46,26152425,99.89,0,0,0.31,571.33,3051.65,26152426,99.91,0,0,0.13,571.29,3051.68,26152427,99.78,0,0.01,0.71,571.52,3051.45,26152428,99.92,0,0,0.24,570.97,3051.99,26152429,99.95,0,0,0.17,570.93,3052.02,26152430,99.82,0,0,0.3,571.41,3051.56,26152431,99.94,0,0,0.18,571.51,3051.45,26152432,99.78,0,0,0.59,571.87,3051.09,26152433,99.9,0,0,0.17,571.75,3051.21,26152434,99.95,0,0,0.17,571.72,3051.23,26152435,99.9,0,0,0.32,571.47,3051.5,26152436,99.94,0,0,0.17,571.43,3051.53,26152437,99.8,0,0,0.57,572.07,3050.88,26152438,99.93,0,0,0.16,571.5,3051.45,26152439,99.66,0,0,0.18,571.53,3051.41,26152440,99.8,0,0,0.3,571.77,3051.19,26152441,99.9,0,0,0.17,571.74,3051.22,26152442,99.94,0,0,0.16,571.71,3051.24,26152443,99.79,0,0,0.56,571.86,3051.09,26152444,99.89,0,0,0.17,571.41,3051.53,26152445,99.85,0,0,0.3,571.16,3051.8,26152446,99.93,0,0,0.18,571.24,3051.72,26152447,99.93,0,0,0.18,571.27,3051.68,26152448,99.8,0,0,0.6,571.59,3051.36,26152449,99.89,0,0,0.27,571.46,3051.46,26152450,99.88,0,0,0.29,571.45,3051.49,26152451,99.91,0,0,0.18,571.42,3051.52,26152452,99.92,0,0,0.17,571.39,3051.54,26152453,99.75,0,0,0.56,572,3050.93,26152454,99.94,0,0,0.17,571.76,3051.16,26152455,99.89,0,0,0.32,571.76,3051.18,26152456,99.94,0,0,0.17,571.73,3051.21,26152457,99.95,0,0,0.21,571.7,3051.23,26152458,99.8,0,0,0.56,572.02,3050.9,26152459,99.94,0.01,0.01,0.14,571.63,3051.29,26152460,99.85,0,0,0.3,571.77,3051.17,26152461,99.94,0,0,0.17,571.78,3051.16,26152462,99.34,0,0,0.18,571.75,3051.18,26152463,99.8,0,0,0.59,572.17,3050.76,26152464,99.94,0,0,0.2,571.93,3050.99,26152465,99.84,0,0,0.3,571.21,3051.73,26152466,99.94,0,0,0.17,571.16,3051.78,26152467,99.94,0,0,0.17,571.12,3051.81,26152468,99.81,0,0,0.42,572.08,3050.84,26152469,99.93,0,0,0.3,571.78,3051.16,26152470,99.84,0.01,0.01,0.3,571.22,3051.74,26152471,99.93,0,0,0.17,571.16,3051.79,26152472,99.93,0,0,0.17,571.28,3051.67,26152473,99.77,0,0,0.39,571.93,3051.02,26152474,99.92,0,0,0.37,571.75,3051.2,26152475,99.88,0,0,0.3,571.99,3050.97,26152476,99.93,0,0,0.16,571.96,3051,26152477,99.93,0,0,0.18,571.93,3051.02,26152478,99.94,0,0,0.16,571.89,3051.05,26152479,99.73,0,0,0.72,572.13,3050.79,26152480,99.91,0,0,0.3,572.04,3050.9,26152481,99.94,0,0,0.17,572,3050.93,26152482,99.91,0,0,0.18,571.97,3050.95,26152483,99.92,0,0,0.18,571.95,3050.98,26152484,99.8,0,0,0.56,572.27,3050.65,26152485,99.86,0,0,0.33,571.91,3051.02,26152486,99.93,0,0,0.17,571.88,3051.05,26152487,99.91,0,0.01,0.17,571.95,3050.97,26152488,99.93,0,0,0.17,572,3050.92,26152489,99.78,0,0,0.55,572.31,3050.6,26152490,99.9,0,0,0.29,572.19,3050.74,26152491,99.94,0,0,0.16,572.17,3050.76,26152492,99.9,0,0,0.19,571.95,3050.98,26152493,99.93,0,0,0.19,571.62,3051.3,26152494,96.78,0.02,0.01,14.58,581.01,3043.85,26152495,99.82,0,0,63.59,574.55,3048.33,26152496,99.93,0,0,0.17,574.52,3048.36,26152497,99.92,0,0,0.16,574.35,3048.53,26152498,99.95,0,0,0.17,574.4,3048.47,26152499,99.82,0,0,0.43,573.69,3049.19,26152500,99.71,0,0,0.47,571.95,3050.98,26152501,99.91,0,0,0.15,571.92,3051.01,26152502,99.88,0,0,0.16,571.89,3051.03,26152503,99.92,0,0,0.17,571.85,3051.06,26152504,99.8,0,0,0.41,572.05,3050.86,26152505,99.86,0,0,0.44,571.88,3051.07,26152506,99.89,0,0,0.16,571.98,3050.97,26152507,99.86,0,0,0.17,571.95,3050.99,26152508,99.91,0,0,0.15,571.92,3051.02,26152509,99.7,0,0,0.57,572.8,3050.11,26152510,99.85,0,0,0.46,572.13,3050.81,26152511,99.89,0,0,0.2,572.1,3050.85,26152512,99.9,0,0,0.18,572.07,3050.87,26152513,99.94,0,0,0.16,572.21,3050.72,26152514,99.93,0,0,0.2,572.23,3050.7,26152515,99.7,0,0,0.7,572.64,3050.3,26152516,99.88,0,0,0.16,571.94,3051,26152517,99.92,0,0,0.21,571.67,3051.26,26152518,99.89,0,0,0.16,571.64,3051.29,26152519,99.91,0.01,0.01,0.16,571.61,3051.32,26152520,99.7,0,0,0.68,571.96,3050.98,26152521,99.85,0,0,0.15,571.51,3051.43,26152522,99.8,0,0,0.18,571.47,3051.46,26152523,99.93,0,0,0.15,571.44,3051.48,26152524,99.92,0,0,0.16,571.42,3051.5,26152525,98.64,0,0,15.75,574.17,3049.21,26152526,99.89,0,0,0.22,571.85,3051.07,26152527,99.86,0,0,0.16,571.83,3051.09,26152528,99.84,0,0,0.19,571.9,3051,26152529,99.91,0,0,0.16,571.95,3050.95,26152530,99.69,0,0,0.66,572.5,3050.42,26152531,99.87,0,0,0.21,571.41,3051.5,26152532,99.88,0,0,0.16,571.38,3051.53,26152533,99.86,0,0,0.19,571.34,3051.56,26152534,99.84,0,0,0.18,571.31,3051.59,26152535,99.74,0,0,0.54,571.59,3051.33,26152536,99.91,0,0,0.28,570.96,3051.95,26152537,99.91,0,0,0.18,570.94,3051.98,26152538,99.85,0,0,0.15,570.91,3052,26152539,99.82,0,0,0.28,572.09,3050.79,26152540,99.71,0,0,0.56,572.65,3050.25,26152541,99.88,0,0,0.32,572.07,3050.82,26152542,99.87,0,0,0.15,572.13,3050.76,26152543,99.88,0,0,0.18,572.18,3050.71,26152544,99.86,0,0,0.16,572.14,3050.76,26152545,99.67,0,0,0.73,572.03,3050.89,26152546,99.85,0,0,0.15,571.12,3051.79,26152547,99.82,0,0.01,0.25,571.09,3051.82,26152548,99.84,0,0,0.17,571.11,3051.8,26152549,99.85,0,0,0.16,571.2,3051.71,26152550,98.77,0,0,1.43,572.79,3050.11,26152551,99.85,0,0,0.39,571.65,3051.27,26152552,99.81,0,0,0.19,571.53,3051.38,26152553,99.86,0,0,0.18,571.35,3051.55,26152554,99.85,0,0,0.17,571.32,3051.58,26152555,99.82,0,0,0.35,571.31,3051.61,26152556,99.69,0,0,0.58,572.06,3050.87,26152557,99.84,0,0,0.2,571.44,3051.48,26152558,99.85,0,0,0.18,571.42,3051.51,26152559,99.83,0,0,0.19,571.4,3051.52,26152560,99.73,0,0,0.35,571.86,3051.08,26152561,98.86,0,0,0.54,572.05,3050.89,26152562,99.83,0,0,0.15,571.32,3051.61,26152563,99.85,0,0,0.15,571.34,3051.59,26152564,99.85,0,0,0.15,571.47,3051.45,26152565,99.79,0,0,0.29,571.72,3051.22,26152566,99.7,0,0,0.55,572.01,3050.93,26152567,99.85,0,0,0.2,571.42,3051.53,26152568,99.86,0,0,0.14,571.39,3051.55,26152569,99.78,0,0,0.3,571.34,3051.58,26152570,99.82,0,0,0.28,571.15,3051.79,26152571,99.71,0,0,0.41,571.76,3051.17,26152572,99.83,0,0,0.28,571.69,3051.24,26152573,99.86,0,0,0.16,571.66,3051.26,26152574,99.85,0,0,0.15,571.64,3051.28,26152575,99.74,0,0,0.3,570.9,3052.03,26152576,99.7,0,0,0.41,571.31,3051.62,26152577,99.85,0,0,0.33,571.33,3051.6,26152578,99.87,0,0,0.15,571.37,3051.55,26152579,99.85,0.01,0.01,0.17,571.46,3051.46,26152580,99.81,0,0,0.3,571.45,3051.48,26152581,99.7,0,0,0.4,571.86,3051.07,26152582,99.85,0,0,0.27,571.87,3051.05,26152583,99.83,0,0,0.15,571.84,3051.08,26152584,99.81,0,0,0.15,571.82,3051.1,26152585,99.8,0,0,0.3,571.62,3051.32,26152586,99.75,0,0,0.32,572.07,3050.86,26152587,99.81,0,0,0.38,572.19,3050.74,26152588,99.85,0,0,0.15,572.14,3050.78,26152589,99.84,0,0,0.14,572.12,3050.8,26152590,99.8,0,0,0.34,571.87,3051.07,26152591,99.85,0,0,0.14,571.83,3051.1,26152592,99.7,0,0,0.58,572.49,3050.44,26152593,99.84,0,0,0.17,571.92,3051.01,26152594,99.85,0,0,0.16,571.93,3050.99,26152595,99.76,0.01,0.01,0.32,571.89,3051.04,26152596,99.84,0,0,0.18,571.84,3051.09,26152597,99.71,0,0,0.61,572.16,3050.77,26152598,99.82,0,0,0.16,571.85,3051.08,26152599,99.77,0,0,0.39,571.95,3050.95,26152600,99.79,0,0,0.3,572.02,3050.89,26152601,99.83,0,0,0.17,571.89,3051.02,26152602,99.73,0,0,0.57,572.37,3050.53,26152603,99.86,0,0,0.16,572.08,3050.82,26152604,99.82,0,0,0.14,572.05,3050.85,26152605,99.76,0,0,0.3,571.1,3051.81,26152606,99.85,0,0,0.17,571.14,3051.77,26152607,99.68,0,0.01,0.54,571.91,3050.99,26152608,99.84,0,0,0.14,571.9,3051,26152609,99.85,0,0,0.16,571.86,3051.03,26152610,99.79,0,0,0.3,572.09,3050.82,26152611,99.85,0,0,0.16,572.07,3050.84,26152612,99.69,0,0,0.55,572.29,3050.61,26152613,99.85,0,0,0.15,570.64,3052.26,26152614,99.81,0,0,0.15,570.71,3052.18,26152615,99.78,0,0,0.34,571.9,3051.02,26152616,99.83,0,0,0.15,571.9,3051.01,26152617,99.7,0,0,0.57,572.59,3050.32,26152618,99.83,0,0,0.14,572.08,3050.82,26152619,99.86,0,0,0.15,572.05,3050.84,26152620,99.75,0,0,0.3,571.66,3051.25,26152621,99.82,0,0,0.16,571.71,3051.2,26152622,99.85,0,0,0.16,571.68,3051.22,26152623,99.71,0,0,0.54,572.24,3050.66,26152624,99.82,0,0,0.14,571.86,3051.03,26152625,99.72,0,0,0.3,571.86,3051.05,26152626,99.86,0,0,0.16,571.83,3051.08,26152627,99.85,0,0,0.14,571.83,3051.07,26152628,99.69,0,0,0.55,572.06,3050.84,26152629,99.78,0,0,0.3,571.9,3050.97,26152630,99.79,0,0,0.34,571.89,3051,26152631,99.84,0,0,0.17,571.86,3051.02,26152632,99.83,0,0,0.14,571.83,3051.05,26152633,99.7,0.01,0.01,0.59,572.22,3050.66,26152634,99.79,0,0,0.15,571.87,3051,26152635,99.74,0,0,0.34,571.62,3051.27,26152636,99.83,0,0,0.13,571.58,3051.3,26152637,99.86,0,0,0.22,571.8,3051.08,26152638,99.7,0,0,0.51,572.34,3050.53,26152639,99.83,0.01,0.01,0.23,572.11,3050.76,26152640,99.77,0,0,0.34,572.16,3050.72,26152641,99.84,0,0,0.17,572.13,3050.75,26152642,99.85,0,0,0.14,572.1,3050.77,26152643,99.7,0,0,0.54,571.52,3051.35,26152644,99.83,0,0,0.17,570.07,3052.79,26152645,99.74,0,0,0.32,571.08,3051.79,26152646,99.85,0,0,0.16,571.12,3051.76,26152647,99.83,0,0,0.15,571.17,3051.69,26152648,99.72,0,0,0.44,571.72,3051.14,26152649,99.85,0,0,0.28,571.85,3051.01,26152650,99.75,0,0,0.31,572.08,3050.8,26152651,99.88,0,0,0.17,572.06,3050.82,26152652,99.86,0,0,0.14,572.03,3050.84,26152653,99.71,0,0,0.56,572.35,3050.51,26152654,99.86,0,0,0.14,572.11,3050.75,26152655,99.81,0,0,0.3,572.15,3050.73,26152656,99.85,0,0,0.14,572.12,3050.76,26152657,99.86,0,0,0.16,572.09,3050.78,26152658,99.72,0,0,0.4,572.42,3050.45,26152659,99.82,0,0,0.42,572.04,3050.8,26152660,99.77,0,0,0.3,572.04,3050.82,26152661,99.84,0,0,0.14,572.06,3050.79,26152662,99.85,0,0,0.16,572.2,3050.65,26152663,99.87,0,0,0.14,572.17,3050.68,26152664,99.72,0,0,0.55,572.64,3050.2,26152665,99.79,0,0,0.31,571.88,3050.98,26152666,99.85,0,0,0.18,571.85,3051.01,26152667,99.83,0,0.01,0.14,571.82,3051.03,26152668,99.84,0,0,0.15,571.8,3051.05,26152669,99.7,0,0,0.53,572.99,3049.85,26152670,99.76,0,0,0.29,572.41,3050.44,26152671,99.84,0,0,0.16,572.38,3050.48,26152672,99.83,0,0,0.21,572.2,3050.65,26152673,99.86,0,0,0.15,571.83,3051.02,26152674,99.67,0,0,0.57,571.21,3051.62,26152675,99.77,0,0,0.31,571.51,3051.34,26152676,99.83,0,0,0.15,571.66,3051.19,26152677,99.82,0,0,0.16,571.67,3051.18,26152678,99.8,0,0,0.15,571.64,3051.2,26152679,99.7,0,0,0.66,571.85,3050.99,26152680,99.77,0.01,0.06,0.32,571.61,3051.24,26152681,99.87,0,0,0.19,571.62,3051.24,26152682,99.85,0,0,0.14,571.6,3051.26,26152683,99.85,0,0,0.15,571.57,3051.29,26152684,99.72,0,0,0.52,572.03,3050.82,26152685,99.8,0,0,0.35,572.02,3050.84,26152686,99.85,0,0,0.15,572.09,3050.77,26152687,99.84,0,0,0.16,572.15,3050.71,26152688,99.86,0,0,0.15,572.13,3050.73,26152689,99.63,0,0,0.56,572.86,3049.97,26152690,99.76,0,0,0.42,572.07,3050.77,26152691,99.83,0,0,0.16,572.05,3050.79,26152692,99.84,0,0,0.14,572.01,3050.82,26152693,99.86,0,0,0.14,572.05,3050.78,26152694,99.71,0,0,0.41,572.37,3050.46,26152695,99.8,0,0,0.43,570.48,3052.36,26152696,99.85,0,0,0.16,570.38,3052.45,26152697,99.85,0,0,0.19,570.35,3052.48,26152698,99.86,0,0,0.15,570.31,3052.52,26152699,99.9,0.01,0.01,0.16,570.28,3052.55,26152700,99.64,0,0,0.68,571.62,3051.22,26152701,99.9,0,0,0.16,570.95,3051.89,26152702,99.91,0,0,0.14,570.92,3051.92,26152703,99.93,0,0,0.14,570.89,3051.94,26152704,99.91,0,0,0.14,570.86,3051.97,26152705,99.74,0,0,0.7,572.17,3050.67,26152706,99.93,0,0,0.13,571.81,3051.05,26152707,99.94,0,0,0.16,571.82,3051.05,26152708,99.92,0,0,0.14,571.93,3050.94,26152709,99.95,0,0,0.16,571.9,3050.97,26152710,99.73,0,0,0.7,571.65,3051.23,26152711,99.94,0,0,0.2,570.87,3052,26152712,99.91,0,0,0.14,570.84,3052.03,26152713,99.93,0,0,0.15,570.8,3052.06,26152714,99.93,0,0,0.16,570.82,3052.04,26152715,99.74,0.01,0.01,0.72,571.96,3050.92,26152716,99.91,0,0,0.17,571.32,3051.54,26152717,99.94,0,0,0.14,571.28,3051.58,26152718,99.94,0,0,0.15,571.34,3051.51,26152719,99.88,0,0,0.27,571.63,3051.21,26152720,99.75,0,0,0.57,572.23,3050.62,26152721,99.93,0,0,0.29,571.84,3051.01,26152722,99.93,0,0,0.16,571.81,3051.04,26152723,99.95,0,0,0.14,571.77,3051.06,26152724,99.94,0,0,0.14,571.79,3051.04,26152725,99.73,0,0,0.56,572.59,3050.26,26152726,99.95,0,0,0.29,571.64,3051.2,26152727,99.93,0,0.01,0.14,571.6,3051.25,26152728,99.87,0,0,0.14,571.55,3051.28,26152729,99.93,0,0,0.15,571.5,3051.33,26152730,99.88,0,0,0.33,571.86,3050.98,26152731,99.78,0,0,0.54,572.44,3050.39,26152732,99.89,0,0,0.2,571.95,3050.89,26152733,99.93,0,0,0.14,571.54,3051.29,26152734,99.93,0,0,0.15,571.49,3051.33,26152735,99.86,0,0,0.29,571.85,3050.99,26152736,99.77,0,0,0.56,572.22,3050.62,26152737,99.95,0,0,0.14,571.81,3051.02,26152738,99.89,0,0,0.15,571.77,3051.06,26152739,99.93,0,0,0.14,571.73,3051.09,26152740,99.83,0,0,0.33,571.88,3050.97,26152741,99.78,0,0,0.52,572.26,3050.58,26152742,99.92,0,0,0.16,571.86,3050.97,26152743,99.58,0,0,0.14,571.82,3051.01,26152744,99.94,0,0,0.18,571.77,3051.05,26152745,99.88,0,0,0.3,572.05,3050.8,26152746,99.78,0,0,0.57,572.49,3050.34,26152747,99.95,0,0,0.16,572.09,3050.74,26152748,99.92,0,0,0.14,572.05,3050.78,26152749,99.83,0,0,0.27,572,3050.8,26152750,99.85,0,0,0.29,571.62,3051.2,26152751,99.78,0,0,0.55,572.2,3050.61,26152752,99.93,0,0,0.17,572.09,3050.72,26152753,99.93,0,0,0.14,572.04,3050.76,26152754,99.9,0,0,0.14,572,3050.8,26152755,99.8,0,0,0.31,572.34,3050.48,26152756,99.76,0,0,0.55,572.79,3050.02,26152757,99.94,0,0,0.2,571.83,3050.97,26152758,99.9,0,0,0.15,571.78,3051.02,26152759,99.92,0.01,0.01,0.14,571.74,3051.06,26152760,99.88,0,0,0.3,571.84,3050.97,26152761,99.8,0,0,0.41,572.24,3050.56,26152762,99.93,0,0,0.31,572.08,3050.72,26152763,99.92,0,0,0.15,572.04,3050.76,26152764,99.94,0,0,0.14,572.01,3050.81,26152765,99.85,0,0,0.3,572.05,3050.78,26152766,99.78,0,0,0.4,572.41,3050.42,26152767,99.91,0,0,0.3,571.34,3051.48,26152768,99.92,0,0,0.17,571.29,3051.53,26152769,99.94,0,0,0.16,571.28,3051.53,26152770,99.88,0,0,0.34,572.36,3050.47,26152771,99.93,0,0,0.13,572.33,3050.49,26152772,99.79,0,0,0.53,571.06,3051.76,26152773,99.93,0,0,0.16,570.54,3052.28,26152774,99.93,0,0,0.14,570.53,3052.29,26152775,99.89,0,0,0.34,571.88,3050.95,26152776,99.92,0,0,0.16,571.86,3050.96,26152777,99.78,0,0,0.55,572.69,3050.12,26152778,99.93,0,0,0.15,572.27,3050.55,26152779,99.87,0,0,0.32,572.31,3050.48,26152780,99.9,0,0,0.3,572.15,3050.65,26152781,99.95,0,0,0.14,572.1,3050.7,26152782,99.8,0,0,0.58,572.54,3050.25,26152783,99.94,0,0,0.15,572.26,3050.53,26152784,99.92,0.02,0.1,0.19,572.28,3050.52,26152785,99.9,0,0,0.3,572.04,3050.78,26152786,99.92,0,0,0.16,572,3050.81,26152787,99.78,0,0.01,0.57,571.96,3050.85,26152788,99.94,0,0,0.16,571.39,3051.41,26152789,99.96,0,0,0.15,571.34,3051.46,26152790,99.86,0,0,0.29,572.07,3050.74,26152791,99.95,0,0,0.15,572.05,3050.76,26152792,99.79,0,0,0.6,572.74,3050.06,26152793,99.93,0,0,0.17,571.98,3050.82,26152794,99.93,0,0,0.14,572.01,3050.79,26152795,99.88,0,0,0.32,572.43,3050.4,26152796,99.92,0,0,0.13,572.35,3050.48,26152797,99.82,0,0,0.55,572.34,3050.48,26152798,99.95,0,0,0.15,570.81,3052.01,26152799,99.95,0,0,0.16,570.78,3052.03,26152800,99.81,0,0,0.31,571.73,3051.1,26152801,99.95,0,0,0.15,571.73,3051.09,26152802,99.8,0,0,0.55,572.21,3050.61,26152803,99.95,0,0,0.14,572.11,3050.71,26152804,99.22,0,0,0.14,572.08,3050.73,26152805,99.9,0,0,0.31,572.32,3050.51,26152806,99.93,0,0,0.14,572.29,3050.53,26152807,99.82,0,0,0.38,572.55,3050.26,26152808,99.95,0,0,0.36,571.48,3051.33,26152809,99.88,0,0,0.27,572.23,3050.56,26152810,99.87,0,0,0.29,572.64,3050.17,26152811,99.93,0,0,0.16,572.61,3050.19,26152812,99.93,0,0,0.16,572.58,3050.22,26152813,99.75,0,0,0.54,572.6,3050.2,26152814,99.93,0,0,0.15,572.03,3050.78,26152815,99.81,0,0,0.3,571.29,3051.54,26152816,99.93,0,0,0.15,571.29,3051.54,26152817,99.92,0,0,0.22,571.64,3051.18,26152818,99.79,0,0,0.55,572.48,3050.33,26152819,99.92,0.01,0.01,0.14,572.33,3050.48,26152820,99.89,0,0,0.29,572.31,3050.51,26152821,99.94,0,0,0.14,572.28,3050.54,26152822,99.94,0,0,0.17,572.25,3050.57,26152823,99.8,0,0,0.55,572.77,3050.04,26152824,99.93,0,0,0.15,572.62,3050.19,26152825,99.9,0,0,0.29,572.61,3050.22,26152826,99.67,0,0,0.14,572.58,3050.25,26152827,99.95,0,0,0.16,572.56,3050.26,26152828,99.78,0,0,0.55,572.32,3050.5,26152829,99.93,0,0,0.16,571.02,3051.79,26152830,99.83,0,0,0.3,571.98,3050.85,26152831,99.95,0,0,0.14,572.08,3050.74,26152832,99.94,0,0,0.16,572.12,3050.7,26152833,99.77,0.01,0,0.57,572.71,3050.11,26152834,99.9,0.01,0,0.15,572.55,3050.26,26152835,99.85,0.01,0,0.32,572.31,3050.51,26152836,99.93,0,0,0.15,572.33,3050.49,26152837,99.92,0.01,0.01,0.19,572.23,3050.59,26152838,99.78,0,0,0.63,572.8,3050,26152839,99.89,0,0,0.28,572.37,3050.41,26152840,99.84,0,0,0.3,572.81,3049.98,26152841,99.95,0,0,0.16,572.8,3049.99,26152842,99.93,0,0,0.14,572.77,3050.02,26152843,99.78,0,0,0.54,573,3049.77,26152844,99.94,0,0,0.14,572.21,3050.58,26152845,99.85,0,0,0.34,572.3,3050.51,26152846,99.93,0,0,0.14,572.35,3050.45,26152847,99.93,0,0.01,0.13,572.32,3050.48,26152848,99.84,0,0,0.33,572.64,3050.15,26152849,99.91,0,0,0.38,572.5,3050.29,26152850,99.86,0,0,0.29,572.5,3050.32,26152851,99.94,0,0,0.14,572.47,3050.36,26152852,99.92,0,0,0.18,572.49,3050.33,26152853,99.95,0,0,0.15,571.73,3051.08,26152854,99.8,0,0,0.58,572.07,3050.74,26152855,99.91,0,0,0.3,571.56,3051.26,26152856,99.94,0,0,0.16,571.53,3051.29,26152857,99.91,0,0,0.14,571.51,3051.31,26152858,99.94,0,0,0.16,571.49,3051.32,26152859,95.11,0.33,0.01,258.36,582.73,3039.89,26152860,99.89,0,0,0.38,574.31,3048.59,26152861,99.91,0,0,0.15,574.28,3048.62,26152862,99.93,0,0,0.16,574.24,3048.65,26152863,99.86,0,0,0.18,574.2,3048.68,26152864,99.77,0,0,0.52,573.29,3049.63,26152865,99.88,0,0,0.38,571.8,3051.16,26152866,99.95,0,0,0.17,571.89,3051.06,26152867,99.95,0,0,0.14,571.86,3051.09,26152868,99.93,0,0,0.15,571.83,3051.12,26152869,99.66,0,0,0.67,572.16,3050.77,26152870,99.88,0,0,0.29,571.55,3051.41,26152871,99.93,0,0,0.16,571.5,3051.45,26152872,99.92,0,0.01,0.14,571.56,3051.39,26152873,99.93,0,0,0.14,571.6,3051.34,26152874,99.74,0,0,0.54,572.28,3050.66,26152875,99.87,0,0,0.32,572.05,3050.9,26152876,99.93,0,0,0.13,572.01,3050.94,26152877,99.9,0,0,0.2,571.74,3051.2,26152878,99.95,0,0,0.16,571.79,3051.15,26152879,99.77,0.01,0.01,0.55,572.28,3050.65,26152880,99.88,0,0,0.29,572.35,3050.61,26152881,99.94,0,0,0.16,572.31,3050.64,26152882,99.93,0,0,0.14,572.27,3050.67,26152883,99.92,0,0,0.14,572.24,3050.7,26152884,99.79,0,0,0.52,572.53,3050.41,26152885,99.86,0,0,0.36,572.07,3050.89,26152886,99.95,0,0,0.14,572.11,3050.84,26152887,97.93,0,0,0.16,572.08,3050.86,26152888,99.93,0,0,0.15,572.06,3050.89,26152889,99.91,0,0,0.15,572.03,3050.91,26152890,99.64,0,0,0.74,572.31,3050.65,26152891,99.92,0,0,0.13,571.49,3051.46,26152892,99.92,0,0,0.15,571.52,3051.43,26152893,99.94,0,0,0.17,571.62,3051.32,26152894,99.94,0,0,0.14,571.59,3051.35,26152895,99.7,0,0,0.68,572.39,3050.58,26152896,99.93,0,0,0.14,572.28,3050.69,26152897,99.93,0,0,0.14,572.25,3050.71,26152898,99.92,0,0,0.15,572.22,3050.73,26152899,99.85,0,0,0.28,571.95,3050.98,26152900,99.75,0,0,0.7,572.6,3050.34,26152901,99.93,0,0,0.16,572.32,3050.62,26152902,99.92,0,0,0.15,572.29,3050.64,26152903,99.93,0,0,0.16,572.27,3050.66,26152904,99.95,0,0,0.14,572.23,3050.72,26152905,99.77,0,0,0.72,572.34,3050.63,26152906,99.92,0,0,0.14,571.95,3051.01,26152907,99.93,0.01,0.01,0.16,572.05,3050.9,26152908,99.92,0,0,0.14,572.09,3050.86,26152909,99.92,0,0,0.15,572.06,3050.89,26152910,99.75,0,0,0.63,572.33,3050.64,26152911,99.93,0,0,0.21,572.02,3050.94,26152912,99.89,0,0,0.17,571.93,3051.03,26152913,99.93,0,0,0.17,571.46,3051.49,26152914,99.94,0,0,0.14,571.56,3051.39,26152915,99.75,0,0,0.73,572.08,3050.88,26152916,99.91,0,0,0.16,571.83,3051.13,26152917,99.92,0,0,0.14,571.8,3051.16,26152918,99.94,0,0,0.15,571.77,3051.18,26152919,99.9,0,0,0.15,571.74,3051.21,26152920,99.74,0,0,0.69,571.74,3051.23,26152921,99.94,0,0,0.16,571.79,3051.17,26152922,99.93,0,0,0.13,571.86,3051.1,26152923,99.92,0,0,0.19,571.82,3051.13,26152924,99.92,0,0,0.17,571.79,3051.16,26152925,99.72,0,0,0.61,572.48,3050.49,26152926,99.93,0,0,0.26,572.49,3050.47,26152927,99.91,0,0,0.16,572.47,3050.49,26152928,99.93,0.01,0.01,0.14,572.47,3050.49,26152929,99.9,0,0,0.4,572.28,3050.67,26152930,99.85,0,0,0.35,572.27,3050.7,26152931,99.76,0,0,0.52,572.37,3050.6,26152932,99.94,0,0,0.16,571.96,3051,26152933,99.92,0,0,0.14,572.05,3050.91,26152934,99.93,0,0,0.15,572.08,3050.88,26152935,99.89,0,0,0.3,572.32,3050.66,26152936,99.8,0,0,0.57,572.42,3050.57,26152937,99.93,0,0,0.22,572,3050.98,26152938,99.91,0,0,0.19,571.96,3051.02,26152939,99.91,0.01,0.01,0.18,572.03,3050.94,26152940,99.86,0,0,0.37,572.67,3050.3,26152941,99.78,0,0,0.56,572.72,3050.25,26152942,99.95,0,0,0.16,572.28,3050.69,26152943,99.93,0,0,0.14,572.25,3050.71,26152944,99.9,0,0,0.16,572.22,3050.74,26152945,99.84,0,0,0.29,572.21,3050.77,26152946,99.79,0,0,0.57,572.77,3050.2,26152947,99.94,0,0,0.16,572.37,3050.59,26152948,99.93,0,0,0.15,572.34,3050.62,26152949,99.94,0,0,0.18,572.31,3050.65,26152950,99.88,0,0,0.34,572.3,3050.68,26152951,99.79,0,0,0.53,572.72,3050.26,26152952,99.92,0,0,0.18,572.49,3050.48,26152953,99.93,0,0,0.18,572.46,3050.5,26152954,99.92,0,0,0.2,572.53,3050.43,26152955,99.9,0,0,0.35,572.37,3050.61,26152956,99.78,0,0,0.57,572.74,3050.23,26152957,99.95,0,0,0.14,572.54,3050.42,26152958,99.93,0,0,0.14,572.51,3050.45,26152959,99.88,0,0,0.28,572.02,3050.92,26152960,99.9,0,0,0.32,572.47,3050.49,26152961,99.79,0,0,0.53,572.78,3050.17,26152962,99.93,0,0,0.14,572.36,3050.59,26152963,99.94,0,0,0.16,572.33,3050.62,26152964,99.94,0,0,0.15,572.3,3050.64,26152965,99.86,0,0,0.3,571.57,3051.39,26152966,99.8,0,0,0.38,572.34,3050.62,26152967,99.92,0,0.01,0.35,572.72,3050.23,26152968,99.91,0,0,0.18,572.7,3050.25,26152969,99.93,0,0,0.18,572.84,3050.1,26152970,99.88,0,0,0.29,572.6,3050.36,26152971,99.92,0,0,0.16,572.56,3050.4,26152972,99.75,0,0,0.59,573.06,3049.89,26152973,99.94,0,0,0.18,572.25,3050.7,26152974,99.92,0,0,0.15,572.22,3050.72,26152975,99.87,0.01,0.01,0.29,572.46,3050.5,26152976,99.93,0,0,0.21,572.51,3050.44,26152977,99.75,0,0,0.57,573.04,3049.9,26152978,99.91,0,0,0.18,572.69,3050.25,26152979,99.96,0,0,0.18,572.71,3050.23,26152980,99.87,0,0,0.27,572.85,3050.11,26152981,99.95,0,0,0.14,572.82,3050.14,26152982,99.79,0,0,0.56,572.96,3049.99,26152983,99.92,0,0,0.14,572.51,3050.43,26152984,99.95,0,0,0.16,572.48,3050.46,26152985,99.87,0,0,0.3,572.72,3050.24,26152986,99.86,0,0,0.19,572.69,3050.26,26152987,99.8,0,0,0.57,572.96,3049.98,26152988,99.92,0,0,0.14,572.57,3050.37,26152989,99.88,0,0,0.3,572.54,3050.38,26152990,99.87,0,0,0.29,572.61,3050.32,26152991,99.93,0,0,0.16,572.49,3050.43,26152992,99.79,0,0,0.54,572.82,3050.1,26152993,99.91,0,0,0.17,572.43,3050.48,26152994,99.92,0,0,0.15,572.4,3050.52,26152995,99.81,0,0,0.3,571.37,3051.57,26152996,99.92,0,0,0.16,571.35,3051.59,26152997,99.78,0,0,0.43,572.32,3050.62,26152998,99.91,0,0,0.29,572.52,3050.41,26152999,99.91,0.01,0.01,0.14,572.5,3050.43,26153000,99.85,0,0,0.29,572.72,3050.22,26153001,99.92,0,0,0.14,572.69,3050.25,26153002,99.76,0,0,0.33,573.1,3049.83,26153003,99.93,0,0,0.37,572.57,3050.36,26153004,99.93,0,0,0.14,572.54,3050.39,26153005,99.88,0,0,0.3,572.78,3050.16,26153006,99.92,0,0,0.18,572.75,3050.19,26153007,99.94,0,0,0.14,572.72,3050.22,26153008,99.78,0,0,0.54,573.19,3049.74,26153009,99.91,0,0,0.16,572.26,3050.67,26153010,99.88,0,0,0.3,572.33,3050.61,26153011,99.94,0,0,0.14,572.3,3050.64,26153012,99.93,0,0,0.16,572.26,3050.68,26153013,99.78,0,0,0.68,572.4,3050.53,26153014,99.91,0,0,0.18,571.93,3050.99,26153015,99.9,0,0,0.32,571.98,3050.96,26153016,99.93,0,0,0.21,572.08,3050.85,26153017,99.94,0,0,0.18,572.05,3050.88,26153018,99.79,0,0,0.58,572.38,3050.55,26153019,99.9,0,0,0.3,571.99,3050.92,26153020,99.89,0,0,0.32,572.22,3050.71,26153021,99.93,0,0,0.18,572.19,3050.74,26153022,99.91,0.01,0.15,0.3,572.26,3050.66,26153023,99.8,0,0,0.5,572.86,3050.05,26153024,99.95,0,0,0.2,572.15,3050.76,26153025,99.88,0,0,0.29,571.34,3051.58,26153026,96.77,0.02,0.01,77.27,577.09,3046.7,26153027,99.92,0,0.01,0.16,574.75,3047.75,26153028,99.78,0,0,0.49,575.34,3047.16,26153029,99.91,0,0,0.23,574.86,3047.63,26153030,99.88,0,0,0.29,574.86,3047.64,26153031,99.94,0,0,0.19,572.79,3049.78,26153032,99.9,0,0,0.15,572.39,3050.2,26153033,99.8,0,0,0.43,572.52,3050.07,26153034,99.93,0,0,0.29,572.34,3050.25,26153035,99.87,0,0,0.32,572.42,3050.2,26153036,99.94,0,0,0.14,572.52,3050.1,26153037,99.94,0,0,0.13,572.49,3050.13,26153038,99.82,0,0,0.59,572.78,3049.83,26153039,99.95,0,0,0.2,572.19,3050.41,26153040,99.78,0,0,0.34,571.49,3051.12,26153041,99.94,0,0,0.14,571.41,3051.2,26153042,99.94,0,0,0.14,571.38,3051.23,26153043,99.84,0,0,0.34,572.09,3050.51,26153044,99.92,0,0,0.38,572.25,3050.35,26153045,99.83,0.01,0.01,0.31,571.99,3050.63,26153046,99.93,0,0.01,0.19,571.91,3050.69,26153047,99.95,0,0,0.14,571.89,3050.72,26153048,99.94,0,0,0.14,571.86,3050.74,26153049,99.69,0,0,0.68,572.78,3049.81,26153050,99.86,0,0,0.34,572.28,3050.32,26153051,99.92,0,0,0.13,572.24,3050.35,26153052,99.9,0,0,0.14,572.21,3050.38,26153053,99.91,0,0,0.18,572.19,3050.4,26153054,99.8,0,0,0.55,572.5,3050.08,26153055,99.89,0,0,0.3,572.38,3050.22,26153056,99.95,0,0,0.14,572.4,3050.19,26153057,99.91,0,0,0.2,572.51,3050.08,26153058,99.94,0,0,0.15,572.47,3050.12,26153059,99.78,0.01,0.01,0.53,572.66,3049.92,26153060,99.85,0,0,0.33,572.65,3049.95,26153061,99.9,0,0,0.16,572.63,3049.97,26153062,99.89,0,0,0.14,572.64,3049.95,26153063,99.92,0,0,0.17,572.75,3049.83,26153064,99.8,0,0,0.5,572.95,3049.63,26153065,99.85,0,0,0.39,572.46,3050.14,26153066,99.94,0,0,0.17,572.43,3050.16,26153067,99.93,0,0,0.13,572.4,3050.18,26153068,99.9,0,0,0.15,572.37,3050.21,26153069,99.74,0,0,0.55,572.7,3049.88,26153070,99.88,0,0,0.33,572.43,3050.16,26153071,99.93,0,0,0.15,572.49,3050.1,26153072,99.89,0,0,0.14,572.46,3050.13,26153073,99.9,0,0,0.15,572.43,3050.15,26153074,99.78,0,0,0.59,573.05,3049.53,26153075,99.87,0.01,0.01,0.3,572.69,3049.91,26153076,99.9,0,0,0.16,572.72,3049.87,26153077,99.93,0,0,0.14,572.69,3049.9,26153078,99.91,0,0,0.14,572.66,3049.92,26153079,99.78,0,0,0.27,572.39,3050.18,26153080,99.71,0,0,0.66,572.74,3049.84,26153081,99.93,0,0,0.14,572.35,3050.23,26153082,99.89,0,0,0.15,572.43,3050.14,26153083,99.86,0,0,0.18,572.51,3050.05,26153084,99.93,0.01,0.01,0.21,572.45,3050.13,26153085,99.73,0,0,0.69,572.99,3049.61,26153086,99.88,0,0,0.14,572.61,3049.99,26153087,99.89,0,0.01,0.16,572.73,3049.86,26153088,99.88,0,0,0.14,572.73,3049.85,26153089,99.88,0,0,0.15,572.69,3049.89,26153090,99.66,0,0,0.68,572.8,3049.79,26153091,99.87,0,0,0.14,572.4,3050.19,26153092,99.86,0,0,0.16,572.37,3050.21,26153093,99.85,0,0,0.31,572.15,3050.44,26153094,99.88,0,0,0.16,572.26,3050.32,26153095,99.69,0,0,0.73,573.72,3048.87,26153096,99.84,0,0,0.13,572.96,3049.63,26153097,99.85,0,0.01,0.18,572.91,3049.68,26153098,99.84,0,0,0.15,572.84,3049.74,26153099,99.84,0,0,0.17,572.91,3049.67,26153100,99.54,0,0,0.7,572.84,3049.75,26153101,99.85,0,0,0.16,572.46,3050.12,26153102,99.84,0,0,0.14,572.43,3050.15,26153103,99.85,0,0,0.14,572.4,3050.17,26153104,99.86,0,0,0.16,572.37,3050.2,26153105,99.68,0,0,0.7,573.09,3049.5,26153106,99.84,0,0,0.16,572.4,3050.18,26153107,99.7,0,0,0.14,572.49,3050.09,26153108,99.84,0,0,0.16,572.46,3050.12,26153109,99.81,0,0,0.31,572.65,3049.89,26153110,99.61,0,0,0.71,573,3049.56,26153111,99.85,0,0,0.13,572.61,3049.94,26153112,99.85,0,0,0.15,572.58,3049.97,26153113,99.86,0,0,0.16,572.61,3049.93,26153114,99.83,0,0,0.14,572.71,3049.85,26153115,99.66,0,0,0.66,573.09,3049.49,26153116,99.83,0,0,0.39,572.92,3049.66,26153117,99.84,0,0,0.19,572.89,3049.68,26153118,99.84,0,0,0.14,572.86,3049.7,26153119,99.85,0.01,0.01,0.17,572.83,3049.73,26153120,99.82,0,0,0.31,572.83,3049.75,26153121,99.72,0,0,0.71,573.63,3048.94,26153122,99.84,0,0,0.18,572.95,3049.62,26153123,99.84,0,0,0.18,572.91,3049.65,26153124,99.84,0,0,0.18,572.88,3049.68,26153125,99.82,0.01,0.01,0.34,572.63,3049.95,26153126,99.72,0,0,0.59,572.93,3049.64,26153127,99.86,0,0,0.18,572.36,3050.2,26153128,99.81,0.02,0.96,0.16,572.47,3050.09,26153129,99.85,0,0,0.19,572.42,3050.13,26153130,99.81,0,0,0.3,572.65,3049.91,26153131,99.71,0,0,0.54,573.13,3049.43,26153132,99.82,0,0,0.16,572.83,3049.73,26153133,99.82,0,0,0.15,572.93,3049.63,26153134,99.85,0,0,0.15,572.96,3049.58,26153135,99.77,0,0,0.31,572.95,3049.61,26153136,99.69,0,0,0.55,573.38,3049.18,26153137,99.83,0,0,0.16,573.13,3049.42,26153138,99.85,0,0,0.14,573.1,3049.45,26153139,99.8,0,0,0.26,572.81,3049.71,26153140,99.8,0.01,0.12,0.46,572.95,3049.59,26153141,99.71,0,0,0.41,573.38,3049.15,26153142,99.81,0,0,0.27,572.85,3049.67,26153143,99.84,0,0,0.16,572.82,3049.7,26153144,99.85,0,0,0.14,572.79,3049.73,26153145,99.78,0,0,0.32,572.88,3049.65,26153146,99.7,0,0,0.52,573.28,3049.24,26153147,99.86,0,0.01,0.19,572.9,3049.62,26153148,99.85,0.01,0.01,0.16,572.87,3049.64,26153149,99.85,0,0,0.16,572.82,3049.69,26153150,99.79,0,0,0.43,572.83,3049.7,26153151,99.72,0,0,0.57,573.11,3049.41,26153152,99.85,0,0,0.2,572.6,3049.91,26153153,99.82,0,0,0.18,572.19,3050.31,26153154,99.85,0,0,0.17,572.14,3050.36,26153155,99.76,0,0,0.38,572.85,3049.67,26153156,99.85,0,0,0.16,572.83,3049.69,26153157,99.72,0,0,0.55,573.49,3049.02,26153158,99.87,0,0,0.14,572.77,3049.73,26153159,99.86,0,0,0.14,572.85,3049.65,26153160,99.8,0,0,0.32,573.19,3049.33,26153161,99.85,0,0,0.14,573.17,3049.35,26153162,99.72,0,0,0.54,573.49,3049.02,26153163,99.77,0,0,0.16,572.97,3049.54,26153164,99.84,0,0,0.14,572.33,3050.17,26153165,99.77,0,0,0.3,572.33,3050.19,26153166,99.84,0,0,0.16,572.38,3050.13,26153167,99.68,0,0,0.52,572.49,3050.02,26153168,98.95,0,0,0.21,571.93,3050.58,26153169,99.8,0,0,0.27,572.36,3050.12,26153170,99.79,0,0,0.29,572.37,3050.13,26153171,99.85,0,0,0.14,572.34,3050.16,26153172,99.71,0,0,0.55,572.65,3049.84,26153173,99.84,0,0,0.16,572.37,3050.11,26153174,99.83,0,0,0.15,572.43,3050.09,26153175,99.8,0,0,0.31,571.93,3050.6,26153176,99.85,0,0,0.16,571.89,3050.64,26153177,99.71,0,0,0.57,572.31,3050.21,26153178,99.85,0,0,0.23,572.07,3050.45,26153179,99.84,0.01,0.02,0.23,572.06,3050.45,26153180,99.83,0,0,0.32,572.12,3050.41,26153181,99.85,0,0,0.14,572.09,3050.43,26153182,99.73,0,0,0.49,572.48,3050.04,26153183,99.84,0,0,0.19,572.32,3050.19,26153184,99.84,0,0,0.15,572.42,3050.08,26153185,99.78,0,0,0.31,572.42,3050.11,26153186,99.86,0,0,0.14,572.38,3050.14,26153187,99.72,0,0,0.49,572.63,3049.88,26153188,99.86,0,0,0.22,571.81,3050.7,26153189,99.83,0,0,0.15,571.78,3050.73,26153190,99.83,0,0,0.32,571.87,3050.65,26153191,99.85,0,0,0.14,571.92,3050.6,26153192,99.86,0,0,0.16,571.89,3050.63,26153193,99.68,0,0,0.55,572.44,3050.07,26153194,99.85,0,0,0.15,572.08,3050.43,26153195,99.82,0,0,0.31,572.55,3049.97,26153196,99.86,0,0,0.16,572.36,3050.16,26153197,99.85,0,0,0.16,572.35,3050.17,26153198,99.7,0,0,0.57,571.8,3050.71,26153199,99.77,0,0,0.3,572.6,3049.89,26153200,99.78,0,0,0.3,572.62,3049.89,26153201,99.86,0,0,0.15,572.58,3049.92,26153202,99.87,0,0,0.17,572.56,3049.94,26153203,99.69,0,0,0.54,571.37,3051.12,26153204,99.84,0,0,0.14,570.03,3052.46,26153205,99.79,0,0,0.32,571.89,3050.62,26153206,99.85,0,0,0.14,571.95,3050.56,26153207,99.85,0,0.01,0.14,571.91,3050.58,26153208,99.71,0,0,0.5,572.46,3050.04,26153209,99.84,0,0,0.2,572.34,3050.15,26153210,99.76,0,0,0.32,572.85,3049.66,26153211,99.86,0,0,0.16,572.78,3049.72,26153212,99.86,0,0,0.15,572.9,3049.6,26153213,99.64,0,0,0.57,573.47,3049.03,26153214,99.85,0,0,0.17,572.38,3050.1,26153215,99.8,0,0,0.32,572.86,3049.64,26153216,99.83,0,0,0.14,572.84,3049.66,26153217,99.87,0,0,0.15,572.81,3049.69,26153218,99.72,0,0,0.47,573.08,3049.41,26153219,99.86,0,0,0.22,572.31,3050.18,26153220,99.79,0,0,0.3,572.68,3049.82,26153221,99.86,0,0,0.17,572.66,3049.84,26153222,99.86,0,0,0.14,572.63,3049.86,26153223,97.49,0.02,0.01,0.64,577.73,3046.29,26153224,98.95,0,0,77.39,576.28,3046.41,26153225,99.83,0,0,0.31,575.08,3047.64,26153226,99.86,0,0,0.14,575.05,3047.68,26153227,99.87,0,0,0.17,575.02,3047.7,26153228,99.86,0,0,0.14,574.99,3047.73,26153229,99.68,0,0,0.7,572.77,3049.95,26153230,99.82,0,0,0.39,572.53,3050.21,26153231,99.87,0,0,0.18,572.64,3050.1,26153232,99.86,0,0,0.18,572.66,3050.07,26153233,99.81,0,0,0.19,572.64,3050.09,26153234,99.72,0,0,0.56,573.14,3049.61,26153235,99.83,0,0,0.36,572.6,3050.17,26153236,99.82,0,0,0.18,572.57,3050.2,26153237,99.84,0,0,0.19,572.3,3050.47,26153238,99.85,0,0,0.14,572.31,3050.45,26153239,99.67,0.01,0.01,0.49,572.91,3049.84,26153240,99.81,0,0,0.37,572.14,3050.63,26153241,99.83,0,0,0.15,572.1,3050.66,26153242,99.85,0,0,0.15,572.08,3050.69,26153243,99.84,0,0,0.16,572.05,3050.71,26153244,99.7,0,0,0.48,572.93,3049.82,26153245,99.81,0,0,0.36,572.62,3050.15,26153246,99.85,0,0,0.16,572.66,3050.11,26153247,99.82,0,0,0.14,572.63,3050.13,26153248,99.87,0,0,0.14,572.6,3050.16,26153249,99.73,0,0,0.5,573,3049.75,26153250,99.8,0,0,0.34,572.81,3049.96,26153251,99.84,0.01,0.01,0.15,572.83,3049.94,26153252,99.88,0,0,0.18,572.91,3049.86,26153253,99.89,0,0,0.15,572.88,3049.88,26153254,99.78,0,0,0.42,573.2,3049.58,26153255,99.86,0,0,0.48,572.84,3049.95,26153256,99.92,0,0,0.18,572.81,3049.98,26153257,99.94,0,0,0.18,572.83,3049.96,26153258,99.95,0,0,0.14,572.94,3049.84,26153259,99.72,0,0,0.44,573.27,3049.49,26153260,99.89,0,0,0.51,572.89,3049.88,26153261,99.93,0,0,0.16,572.86,3049.91,26153262,99.95,0,0,0.14,572.82,3049.94,26153263,99.93,0,0,0.14,572.79,3049.97,26153264,99.91,0,0,0.15,572.76,3050,26153265,99.72,0,0,0.71,573.19,3049.58,26153266,99.95,0,0,0.14,572.66,3050.11,26153267,99.92,0,0.01,0.16,572.63,3050.13,26153268,99.92,0,0,0.14,572.59,3050.16,26153269,99.91,0,0,0.16,572.55,3050.2,26153270,99.74,0,0,0.74,572.92,3049.85,26153271,99.9,0,0,0.18,572.61,3050.16,26153272,99.95,0,0,0.18,572.67,3050.1,26153273,99.94,0,0,0.17,572.41,3050.34,26153274,99.95,0,0,0.18,572.36,3050.39,26153275,99.73,0,0,0.72,573.3,3049.46,26153276,99.93,0,0,0.18,573.06,3049.71,26153277,99.94,0,0,0.15,573.03,3049.73,26153278,99.93,0,0,0.15,573,3049.76,26153279,99.94,0,0,0.16,573.11,3049.64,26153280,99.68,0,0,0.72,573.02,3049.74,26153281,99.95,0,0,0.14,572.62,3050.14,26153282,99.93,0,0,0.16,572.59,3050.17,26153283,99.95,0,0,0.14,572.56,3050.2,26153284,99.95,0,0,0.15,572.53,3050.22,26153285,99.73,0,0,0.75,573.35,3049.42,26153286,99.95,0,0,0.19,573.12,3049.64,26153287,99.94,0,0,0.18,573.14,3049.62,26153288,99.93,0,0,0.14,573.1,3049.65,26153289,99.85,0,0,0.3,572.58,3050.15,26153290,99.7,0,0,0.72,572.72,3050.03,26153291,99.93,0,0,0.18,572.03,3050.71,26153292,99.91,0,0,0.16,572.05,3050.69,26153293,99.94,0,0,0.14,572.16,3050.57,26153294,99.93,0,0,0.14,572.13,3050.61,26153295,99.73,0.01,0.01,0.77,572.78,3049.98,26153296,99.95,0,0,0.15,571.11,3051.64,26153297,99.95,0,0,0.18,571.43,3051.32,26153298,99.93,0,0,0.17,571.4,3051.34,26153299,99.91,0.01,0.01,0.14,571.37,3051.37,26153300,99.7,0,0,0.52,572.85,3049.91,26153301,99.94,0,0,0.39,572.56,3050.2,26153302,99.93,0,0,0.18,572.52,3050.23,26153303,99.93,0,0,0.18,572.59,3050.15,26153304,99.94,0,0,0.16,572.65,3050.08,26153305,99.87,0,0,0.32,573.17,3049.59,26153306,99.81,0,0,0.56,573.26,3049.49,26153307,99.92,0,0,0.14,572.84,3049.91,26153308,99.94,0,0,0.15,572.81,3049.93,26153309,99.94,0,0,0.16,572.78,3049.96,26153310,99.42,0,0,0.3,573.05,3049.71,26153311,99.8,0,0,0.53,573.52,3049.23,26153312,99.95,0,0,0.16,573.15,3049.6,26153313,99.94,0,0,0.14,573.12,3049.63,26153314,99.94,0,0,0.16,573.09,3049.65,26153315,99.9,0,0,0.3,572.85,3049.91,26153316,99.81,0,0,0.54,573.34,3049.42,26153317,99.94,0,0,0.14,573.02,3049.73,26153318,99.89,0,0,0.15,572.97,3049.77,26153319,99.85,0,0,0.26,572.41,3050.31,26153320,99.84,0,0,0.34,572.16,3050.58,26153321,99.81,0,0,0.58,573.1,3049.63,26153322,99.93,0,0,0.18,572.58,3050.15,26153323,99.93,0,0,0.14,572.55,3050.18,26153324,99.9,0,0,0.17,572.51,3050.22,26153325,99.87,0,0,0.31,572.58,3050.18,26153326,99.8,0,0,0.54,573.01,3049.74,26153327,99.93,0,0.01,0.15,572.63,3050.12,26153328,99.93,0,0,0.15,572.59,3050.15,26153329,99.89,0,0,0.17,572.55,3050.18,26153330,99.9,0,0,0.33,572.53,3050.22,26153331,99.77,0,0,0.52,572.81,3049.94,26153332,99.92,0,0,0.15,572.41,3050.34,26153333,99.9,0,0,0.17,572.16,3050.58,26153334,99.92,0,0,0.15,572.09,3050.64,26153335,99.9,0,0,0.3,572.33,3050.42,26153336,99.8,0,0,0.56,572.71,3050.04,26153337,99.93,0,0,0.18,572.53,3050.22,26153338,99.93,0,0,0.15,572.5,3050.24,26153339,99.92,0,0,0.14,572.52,3050.21,26153340,99.85,0,0,0.29,572.66,3050.09,26153341,99.83,0,0,0.3,572.97,3049.78,26153342,99.89,0,0,0.41,571.86,3050.89,26153343,99.92,0,0,0.18,571.83,3050.91,26153344,99.94,0,0,0.16,571.8,3050.94,26153345,99.85,0,0,0.3,572.51,3050.24,26153346,99.94,0,0,0.16,572.54,3050.21,26153347,99.8,0,0,0.54,572.61,3050.14,26153348,99.92,0,0,0.14,572.16,3050.58,26153349,99.87,0,0,0.27,572.63,3050.09,26153350,99.88,0.01,0.01,0.37,572.6,3050.14,26153351,99.93,0,0,0.16,572.63,3050.1,26153352,99.8,0,0,0.54,573.32,3049.4,26153353,99.93,0,0,0.15,572.85,3049.86,26153354,99.94,0,0,0.15,572.82,3049.9,26153355,99.88,0,0,0.3,572.57,3050.17,26153356,99.94,0,0,0.14,572.54,3050.2,26153357,99.78,0,0,0.56,572.96,3049.77,26153358,99.93,0,0,0.23,572.58,3050.15,26153359,99.91,0.01,0.01,0.15,572.64,3050.09,26153360,99.87,0,0,0.32,572.62,3050.12,26153361,99.96,0,0,0.14,572.59,3050.14,26153362,99.79,0,0,0.39,572.92,3049.81,26153363,99.94,0,0,0.3,572.54,3050.19,26153364,99.92,0,0,0.15,572.51,3050.21,26153365,99.86,0,0,0.33,572.26,3050.47,26153366,99.91,0,0,0.17,572.34,3050.39,26153367,99.78,0,0,0.54,572.69,3050.03,26153368,99.96,0,0,0.15,572.11,3050.61,26153369,99.94,0,0,0.14,572.08,3050.64,26153370,99.83,0,0,0.31,572.55,3050.19,26153371,99.93,0,0,0.16,572.53,3050.2,26153372,99.95,0,0,0.14,572.5,3050.23,26153373,99.79,0,0,0.57,572.87,3049.85,26153374,99.94,0,0,0.14,572.63,3050.09,26153375,99.89,0,0,0.33,572.63,3050.11,26153376,99.95,0,0,0.12,572.6,3050.13,26153377,99.93,0,0,0.16,572.57,3050.16,26153378,99.81,0,0,0.6,573.1,3049.63,26153379,99.88,0,0,0.3,572.75,3049.95,26153380,99.88,0,0,0.32,572.74,3049.98,26153381,99.93,0,0,0.16,572.8,3049.91,26153382,99.94,0,0,0.15,572.86,3049.85,26153383,99.81,0,0,0.53,572.97,3049.73,26153384,99.91,0,0,0.17,572.55,3050.15,26153385,99.88,0,0,0.32,572.79,3049.92,26153386,99.95,0,0,0.16,572.76,3049.95,26153387,99.91,0,0.01,0.14,572.73,3049.98,26153388,99.78,0,0,0.57,572.93,3049.77,26153389,99.93,0,0,0.15,572.6,3050.09,26153390,99.9,0,0,0.32,572.84,3049.88,26153391,99.93,0,0,0.13,572.82,3049.89,26153392,99.93,0,0,0.16,572.75,3049.95,26153393,99.8,0,0,0.61,572.85,3049.84,26153394,99.95,0,0,0.16,572.47,3050.23,26153395,99.86,0,0,0.35,572.51,3050.2,26153396,99.93,0,0,0.14,572.65,3050.05,26153397,99.93,0,0,0.16,572.62,3050.09,26153398,99.77,0,0,0.54,573.52,3049.18,26153399,99.93,0,0,0.15,573.05,3049.64,26153400,99.88,0,0,0.32,573.05,3049.66,26153401,99.92,0,0,0.16,573.01,3049.7,26153402,99.92,0,0,0.15,572.97,3049.73,26153403,99.8,0,0,0.41,573.68,3049.01,26153404,99.92,0,0,0.31,573.1,3049.59,26153405,99.88,0,0,0.32,572.85,3049.86,26153406,99.93,0,0,0.16,572.81,3049.89,26153407,99.94,0,0,0.15,572.78,3049.92,26153408,99.94,0,0,0.15,572.75,3049.94,26153409,99.68,0,0,0.66,573.39,3049.27,26153410,99.36,0,0,0.3,572.86,3049.82,26153411,99.94,0,0,0.17,572.87,3049.81,26153412,99.93,0.01,0.01,0.17,572.78,3049.9,26153413,99.92,0,0,0.16,572.74,3049.93,26153414,99.77,0,0,0.57,572.61,3050.07,26153415,99.86,0,0,0.36,572.16,3050.54,26153416,99.93,0,0,0.19,572.12,3050.58,26153417,99.94,0,0,0.2,571.86,3050.84,26153418,99.95,0,0,0.16,571.82,3050.87,26153419,99.77,0.01,0.01,0.55,572.53,3050.15,26153420,99.88,0,0,0.36,572.28,3050.43,26153421,99.93,0,0,0.13,572.24,3050.46,26153422,99.93,0,0,0.17,572.3,3050.4,26153423,99.94,0,0,0.17,572.37,3050.32,26153424,99.8,0,0,0.54,573.34,3049.35,26153425,99.9,0,0,0.32,572.58,3050.12,26153426,99.95,0,0,0.14,572.53,3050.17,26153427,99.93,0,0,0.16,572.5,3050.2,26153428,99.94,0,0,0.14,572.47,3050.23,26153429,99.76,0,0,0.5,572.78,3049.91,26153430,99.85,0,0,0.37,573.34,3049.37,26153431,99.87,0,0,0.14,573.31,3049.39,26153432,99.95,0,0,0.14,573.28,3049.41,26153433,99.9,0,0,0.16,573.26,3049.43,26153434,99.8,0,0,0.54,573.57,3049.11,26153435,99.88,0,0,0.36,572.49,3050.21,26153436,99.94,0,0.02,0.16,572.51,3050.2,26153437,99.92,0,0,0.16,572.57,3050.14,26153438,99.92,0,0.01,0.16,572.52,3050.19,26153439,99.71,0,0,0.66,573.31,3049.37,26153440,99.88,0,0,0.32,573.21,3049.49,26153441,99.93,0,0,0.14,573.39,3049.31,26153442,99.93,0,0,0.15,573.36,3049.33,26153443,99.94,0,0,0.16,573.32,3049.36,26153444,99.79,0,0,0.39,573.85,3048.84,26153445,99.88,0,0,0.49,572.55,3050.15,26153446,99.94,0,0,0.16,572.51,3050.19,26153447,99.94,0,0.01,0.14,572.49,3050.2,26153448,99.95,0,0,0.14,572.63,3050.05,26153449,99.92,0,0,0.15,572.59,3050.09,26153450,99.73,0,0,0.69,572.83,3049.87,26153451,99.95,0,0,0.13,572.3,3050.39,26153452,99.94,0,0,0.16,572.28,3050.41,26153453,99.9,0,0,0.17,572.63,3050.06,26153454,99.91,0,0,0.14,572.76,3049.92,26153455,99.71,0,0,0.74,573.57,3049.12,26153456,99.93,0,0,0.16,573.35,3049.35,26153457,99.91,0,0,0.14,573.32,3049.37,26153458,99.92,0,0,0.14,573.29,3049.4,26153459,99.89,0,0,0.17,573.26,3049.42,26153460,99.66,0,0,0.71,573.4,3049.29,26153461,99.93,0,0,0.16,572.96,3049.73,26153462,99.91,0,0,0.17,573.05,3049.63,26153463,99.94,0,0,0.14,573.07,3049.6,26153464,99.9,0,0,0.15,573.04,3049.63,26153465,99.74,0,0,0.72,573.34,3049.34,26153466,99.95,0,0,0.14,572.51,3050.17,26153467,99.93,0,0,0.14,572.47,3050.2,26153468,99.91,0,0,0.16,572.44,3050.22,26153469,99.83,0,0,0.26,572.78,3049.86,26153470,99.71,0,0,0.69,573.51,3049.15,26153471,99.91,0,0,0.16,572.55,3050.1,26153472,99.94,0.01,0.01,0.14,572.51,3050.14,26153473,99.91,0,0,0.19,572.47,3050.17,26153474,99.93,0,0,0.15,572.58,3050.07,26153475,99.67,0,0,0.75,572.75,3049.92,26153476,99.92,0,0,0.2,572.53,3050.14,26153477,99.91,0,0,0.25,572.5,3050.17,26153478,99.95,0,0,0.14,572.46,3050.19,26153479,99.92,0.01,0.01,0.15,572.43,3050.23,26153480,99.73,0,0,0.56,572.78,3049.89,26153481,99.93,0,0,0.28,571.34,3051.33,26153482,99.95,0,0,0.16,571.3,3051.36,26153483,99.92,0,0,0.15,571.27,3051.39,26153484,99.92,0,0,0.15,571.24,3051.42,26153485,99.91,0,0,0.32,571.71,3050.96,26153486,99.81,0,0,0.53,572.95,3049.72,26153487,99.94,0,0,0.14,572.8,3049.87,26153488,99.94,0,0,0.16,572.83,3049.82,26153489,99.92,0,0,0.15,572.81,3049.85,26153490,99.88,0,0,0.3,572.79,3049.88,26153491,99.78,0,0,0.55,572.88,3049.78,26153492,99.9,0,0,0.16,572.48,3050.19,26153493,99.93,0,0,0.16,572.45,3050.21,26153494,99.93,0,0,0.15,572.52,3050.13,26153495,99.89,0,0,0.31,572.85,3049.82,26153496,99.78,0,0,0.59,573.17,3049.49,26153497,99.9,0,0,0.14,572.78,3049.88,26153498,99.93,0,0,0.15,572.76,3049.9,26153499,99.88,0,0,0.3,572.72,3049.9,26153500,99.87,0,0,0.3,572.72,3049.92,26153501,99.76,0,0,0.57,573.28,3049.35,26153502,99.91,0,0,0.16,572.85,3049.8,26153503,99.93,0,0,0.14,572.82,3049.82,26153504,99.93,0,0,0.15,572.8,3049.86,26153505,99.88,0,0,0.31,572.81,3049.87,26153506,99.79,0,0,0.4,573.27,3049.41,26153507,99.9,0,0.01,0.28,572.98,3049.73,26153508,99.92,0,0,0.18,572.95,3049.75,26153509,99.93,0,0,0.14,572.98,3049.72,26153510,99.85,0,0,0.33,572.85,3049.86,26153511,99.75,0,0,0.56,573.17,3049.54,26153512,99.9,0,0,0.15,572.79,3049.92,26153513,99.92,0,0,0.17,572.57,3050.13,26153514,99.91,0,0,0.15,572.48,3050.22,26153515,99.88,0,0,0.32,572.71,3050,26153516,99.81,0,0,0.55,572.91,3049.8,26153517,99.95,0,0,0.14,572.29,3050.41,26153518,99.9,0,0,0.14,572.32,3050.38,26153519,99.91,0,0,0.16,572.28,3050.41,26153520,99.77,0,0,0.31,572.27,3050.44,26153521,99.8,0,0,0.34,572.62,3050.09,26153522,99.94,0,0,0.38,572.7,3050.01,26153523,99.93,0,0,0.16,572.75,3049.95,26153524,99.93,0,0,0.16,572.81,3049.89,26153525,99.82,0,0,0.36,572.81,3049.91,26153526,99.91,0,0,0.13,572.78,3049.93,26153527,99.8,0,0,0.6,572.2,3050.5,26153528,99.93,0,0,0.18,571.49,3051.21,26153529,99.88,0,0,0.27,572.87,3049.8,26153530,99.91,0,0,0.3,572.76,3049.93,26153531,96.49,0,0,0.14,572.82,3049.87,26153532,99.79,0,0,0.54,573.38,3049.29,26153533,99.93,0,0,0.16,573,3049.67,26153534,99.92,0,0,0.15,572.97,3049.72,26153535,99.85,0,0,0.31,572.96,3049.74,26153536,99.87,0,0,0.16,572.93,3049.77,26153537,99.79,0,0,0.59,572.59,3050.11,26153538,99.91,0,0,0.18,572.07,3050.62,26153539,99.93,0.01,0.01,0.15,572.08,3050.61,26153540,99.88,0,0,0.35,573.02,3049.68,26153541,99.94,0,0,0.14,573,3049.69,26153542,99.79,0,0,0.41,573.42,3049.27,26153543,99.91,0,0,0.28,573.18,3049.5,26153544,99.93,0,0,0.15,573.22,3049.46,26153545,99.87,0,0,0.32,573.1,3049.6,26153546,99.93,0,0,0.15,573.05,3049.64,26153547,99.7,0,0,0.55,573.72,3048.97,26153548,99.94,0,0,0.19,572.98,3049.7,26153549,99.92,0,0,0.16,572.95,3049.73,26153550,99.86,0,0,0.36,572.95,3049.75,26153551,99.95,0,0,0.15,572.96,3049.73,26153552,99.77,0,0,0.3,573.78,3048.91,26153553,99.92,0,0,0.38,573.04,3049.64,26153554,99.91,0,0,0.14,573.02,3049.66,26153555,99.81,0,0,0.36,572.52,3050.17,26153556,99.9,0,0,0.13,572.48,3050.21,26153557,99.93,0,0,0.16,572.45,3050.24,26153558,99.37,0,0,0.77,573.57,3049.1,26153559,99.87,0,0,0.27,573.31,3049.34,26153560,99.84,0,0,0.32,573.04,3049.63,26153561,99.89,0,0,0.14,573.01,3049.66,26153562,99.93,0,0,0.15,572.98,3049.68,26153563,99.81,0,0,0.55,572.41,3050.25,26153564,99.88,0,0,0.18,571.69,3051.03,26153565,99.83,0,0,0.34,572.66,3050.08,26153566,99.93,0,0,0.17,572.78,3049.96,26153567,99.89,0,0.01,0.14,572.79,3049.95,26153568,99.75,0,0,0.56,572.83,3049.9,26153569,99.89,0,0,0.18,572.23,3050.5,26153570,99.86,0,0,0.33,572.21,3050.53,26153571,99.95,0,0,0.2,572.19,3050.55,26153572,99.93,0,0,0.18,572.16,3050.57,26153573,99.76,0,0,0.61,573.24,3049.48,26153574,99.9,0,0,0.18,573.26,3049.46,26153575,99.85,0,0,0.31,573.25,3049.49,26153576,99.94,0,0,0.14,573.22,3049.52,26153577,99.9,0,0,0.16,573.19,3049.54,26153578,99.8,0,0,0.56,573.52,3049.21,26153579,99.94,0,0,0.22,573.13,3049.59,26153580,99.5,0,0,10.61,572.74,3051.03,26153581,99.93,0,0,0.18,572.68,3051.14,26153582,99.92,0,0,0.18,572.65,3051.16,26153583,99.82,0,0,0.59,573.11,3050.7,26153584,99.91,0,0,0.18,573.08,3050.72,26153585,99.84,0,0,0.35,572.35,3051.48,26153586,99.92,0,0,0.17,572.29,3051.53,26153587,99.92,0,0,0.18,572.43,3051.39,26153588,98.24,0.36,0.01,0.66,573.72,3049.55,26153589,96.59,0,0,258.27,587.54,3036.7,26153590,99.88,0,0,0.35,575.45,3048.07,26153591,99.91,0,0,0.18,575.46,3048.06,26153592,99.9,0,0,0.14,575.58,3047.93,26153593,99.77,0,0,0.35,575.9,3047.6,26153594,99.92,0,0,0.43,573.63,3049.91,26153595,99.88,0,0,0.3,573.34,3050.23,26153596,99.9,0,0,0.16,573.31,3050.25,26153597,99.93,0,0,0.19,573.28,3050.28,26153598,99.93,0,0,0.14,573.26,3050.3,26153599,99.77,0.01,0.01,0.55,573.63,3049.92,26153600,99.85,0,0,0.29,572.42,3051.15,26153601,99.93,0,0,0.15,572.38,3051.19,26153602,99.92,0,0,0.16,572.35,3051.21,26153603,99.91,0,0,0.14,572.32,3051.23,26153604,99.81,0,0,0.55,572.97,3050.58,26153605,99.86,0,0,0.31,573.26,3050.31,26153606,99.92,0,0,0.17,573.37,3050.19,26153607,99.94,0,0,0.14,573.39,3050.17,26153608,99.94,0,0,0.15,573.36,3050.19,26153609,99.8,0,0,0.56,573.69,3049.87,26153610,99.85,0,0,0.32,573.13,3050.44,26153611,99.88,0.01,0.02,0.23,573.1,3050.47,26153612,99.9,0,0,0.16,573.1,3050.45,26153613,99.88,0,0,0.14,573.07,3050.48,26153614,99.79,0,0,0.54,573.38,3050.16,26153615,99.86,0,0,0.34,573.51,3050.05,26153616,99.9,0,0,0.17,573.64,3049.91,26153617,99.92,0,0,0.14,573.65,3049.91,26153618,99.92,0,0,0.16,573.62,3049.93,26153619,99.66,0,0,0.69,574.37,3049.16,26153620,99.81,0,0,0.29,572.89,3050.67,26153621,99.84,0,0,0.16,572.84,3050.72,26153622,99.91,0,0,0.13,572.85,3050.71,26153623,99.91,0,0,0.16,572.96,3050.59,26153624,99.75,0,0,0.49,573.41,3050.15,26153625,99.83,0,0,0.35,573.68,3049.91,26153626,99.92,0,0,0.15,573.34,3050.25,26153627,99.85,0.01,0.01,0.16,572.87,3050.73,26153628,99.86,0,0,0.14,572.84,3050.76,26153629,99.79,0,0,0.41,573.2,3050.39,26153630,99.86,0,0,0.43,572.99,3050.62,26153631,99.87,0,0,0.14,572.95,3050.65,26153632,99.88,0,0,0.16,572.92,3050.68,26153633,99.84,0,0,0.17,572.57,3051.03,26153634,99.88,0,0,0.16,572.38,3051.21,26153635,99.72,0,0,0.68,573.82,3049.79,26153636,99.9,0,0,0.16,573.07,3050.53,26153637,99.91,0,0,0.14,573.09,3050.51,26153638,99.85,0,0,0.15,573.21,3050.39,26153639,99.9,0,0,0.14,573.18,3050.41,26153640,99.66,0,0,0.79,573.27,3050.32,26153641,99.89,0,0,0.18,572.88,3050.71,26153642,99.9,0,0,0.14,572.84,3050.74,26153643,99.89,0,0,0.15,572.81,3050.77,26153644,99.89,0,0,0.14,572.82,3050.75,26153645,99.63,0,0,0.65,573.32,3050.27,26153646,99.87,0,0,0.13,572.93,3050.66,26153647,99.88,0,0,0.17,572.89,3050.69,26153648,99.85,0,0,0.14,572.86,3050.72,26153649,99.78,0,0,0.3,573.07,3050.48,26153650,99.7,0,0,0.65,573.18,3050.4,26153651,99.86,0,0,0.14,572.79,3050.78,26153652,99.85,0,0,0.16,572.9,3050.66,26153653,99.78,0,0,0.16,572.91,3050.65,26153654,99.84,0,0,0.15,572.86,3050.7,26153655,99.65,0,0,0.55,573.7,3049.86,26153656,99.83,0,0,0.3,573.42,3050.14,26153657,99.81,0,0,0.23,573.33,3050.22,26153658,99.83,0,0,0.14,573.41,3050.14,26153659,99.83,0.01,0.01,0.16,573.34,3050.21,26153660,99.66,0,0,0.62,573.44,3050.13,26153661,99.86,0,0,0.2,573.05,3050.51,26153662,99.85,0,0,0.15,573.09,3050.46,26153663,99.84,0,0,0.15,573.19,3050.37,26153664,99.85,0,0,0.15,573.15,3050.4,26153665,99.53,0,0,0.53,572.61,3050.96,26153666,99.85,0,0,0.29,572.86,3050.7,26153667,99.85,0,0,0.15,572.83,3050.73,26153668,99.86,0,0,0.16,572.79,3050.76,26153669,99.83,0,0,0.15,572.9,3050.65,26153670,99.63,0,0,0.7,573.85,3049.71,26153671,99.87,0,0,0.2,573.16,3050.4,26153672,99.83,0,0,0.14,573.12,3050.43,26153673,99.84,0,0,0.18,573.1,3050.46,26153674,99.83,0,0,0.18,573.06,3050.48,26153675,99.81,0,0,0.27,573.06,3050.5,26153676,99.71,0,0,0.62,573.55,3050.01,26153677,99.84,0,0,0.2,573.19,3050.37,26153678,99.83,0,0,0.2,573.16,3050.39,26153679,99.76,0,0,0.35,572.63,3050.91,26153680,99.81,0,0,0.33,572.86,3050.7,26153681,99.71,0,0,0.61,573.57,3049.99,26153682,99.85,0,0,0.2,573.3,3050.25,26153683,99.84,0,0,0.2,573.27,3050.28,26153684,99.85,0,0,0.19,573.33,3050.21,26153685,99.83,0,0,0.3,572.94,3050.62,26153686,99.72,0,0,0.58,573.42,3050.15,26153687,99.83,0,0.01,0.18,573.12,3050.44,26153688,99.82,0,0,0.14,573.09,3050.47,26153689,99.84,0,0,0.15,573.05,3050.52,26153690,99.83,0,0,0.25,573.04,3050.54,26153691,99.7,0,0,0.58,573.55,3050.03,26153692,99.85,0,0,0.15,573.41,3050.16,26153693,99.8,0,0,0.21,573.23,3050.34,26153694,99.82,0,0,0.18,573.1,3050.46,26153695,99.78,0,0,0.26,572.37,3051.21,26153696,99.72,0,0,0.51,573.13,3050.45,26153697,99.84,0,0,0.19,573.29,3050.29,26153698,99.81,0,0,0.15,573.26,3050.3,26153699,99.83,0,0,0.16,573.34,3050.23,26153700,99.75,0,0,0.26,572.24,3051.34,26153701,99.69,0,0,0.39,572.6,3050.97,26153702,99.84,0,0,0.3,572.41,3051.16,26153703,99.82,0,0,0.14,572.38,3051.19,26153704,99.84,0,0,0.16,572.34,3051.22,26153705,99.77,0,0,0.28,573.05,3050.53,26153706,99.69,0,0,0.42,573.73,3049.84,26153707,99.82,0,0,0.29,573.44,3050.13,26153708,99.83,0,0,0.14,573.4,3050.16,26153709,99.75,0,0,0.29,573.38,3050.16,26153710,99.78,0,0,0.25,572.17,3051.39,26153711,99.84,0,0,0.16,572.1,3051.45,26153712,99.69,0,0,0.55,573.57,3049.98,26153713,99.55,0,0,0.16,573.27,3050.28,26153714,99.81,0,0,0.15,573.33,3050.21,26153715,99.79,0,0,0.27,572.95,3050.61,26153716,99.85,0,0,0.14,572.9,3050.65,26153717,99.7,0,0,0.6,573.45,3050.1,26153718,99.83,0,0,0.14,573.09,3050.45,26153719,99.86,0.01,0.01,0.14,573.06,3050.48,26153720,99.75,0,0,0.26,572.34,3051.22,26153721,99.83,0,0,0.14,572.28,3051.27,26153722,99.7,0,0,0.56,573.29,3050.25,26153723,99.83,0,0,0.15,573.15,3050.4,26153724,99.84,0,0,0.14,573.11,3050.43,26153725,99.78,0,0,0.29,573.11,3050.45,26153726,99.85,0,0,0.14,573.08,3050.48,26153727,99.73,0,0,0.54,573.54,3050.01,26153728,99.85,0,0,0.2,573.25,3050.29,26153729,99.84,0,0,0.14,573.34,3050.2,26153730,99.81,0,0,0.25,573.64,3049.92,26153731,99.85,0,0,0.14,573.62,3049.94,26153732,99.72,0,0,0.44,573.91,3049.64,26153733,99.85,0,0.01,0.32,572.8,3050.75,26153734,96.67,0,0,0.14,572.76,3050.78,26153735,99.8,0,0,0.25,573.33,3050.23,26153736,99.85,0,0,0.16,573.4,3050.15,26153737,99.67,0,0,0.39,573.96,3049.59,26153738,99.83,0,0,0.29,573.59,3049.96,26153739,99.8,0,0,0.3,573.57,3049.95,26153740,99.81,0,0,0.25,573.56,3049.97,26153741,99.85,0,0,0.16,573.53,3050.01,26153742,99.69,0,0,0.33,573.95,3049.58,26153743,99.85,0,0,0.38,573.4,3050.12,26153744,99.83,0,0,0.15,573.38,3050.15,26153745,99.77,0,0,0.31,571.91,3051.63,26153746,99.83,0,0,0.15,571.86,3051.68,26153747,99.82,0,0.01,0.16,571.82,3051.71,26153748,99.69,0,0,0.55,573.73,3049.81,26153749,99.85,0,0,0.14,573.53,3050,26153750,99.79,0,0,0.26,573.94,3049.61,26153751,99.83,0,0,0.18,573.91,3049.63,26153752,99.82,0,0,0.14,573.88,3049.65,26153753,99.71,0,0,0.61,573.73,3049.8,26153754,99.85,0,0,0.17,573.08,3050.45,26153755,99.8,0,0,0.27,573.31,3050.23,26153756,99.86,0,0,0.16,573.3,3050.25,26153757,99.82,0,0,0.14,573.31,3050.23,26153758,99.68,0,0,0.58,573.95,3049.59,26153759,99.86,0,0,0.14,573.64,3049.89,26153760,99.71,0,0,0.27,572.46,3051.09,26153761,99.83,0,0,0.14,572.37,3051.17,26153762,99.86,0,0,0.18,572.34,3051.2,26153763,99.71,0,0,0.51,572.94,3050.59,26153764,99.84,0,0,0.2,572.8,3050.73,26153765,99.76,0,0,0.27,573.65,3049.89,26153766,99.86,0,0,0.16,573.64,3049.9,26153767,99.84,0,0,0.15,573.6,3049.95,26153768,99.68,0,0,0.5,573.51,3050.04,26153769,99.76,0,0,0.34,573.75,3049.78,26153770,99.78,0,0,0.26,573.54,3050.01,26153771,99.83,0,0,0.16,573.55,3049.99,26153772,99.83,0,0,0.15,573.67,3049.87,26153773,99.71,0,0,0.55,574.28,3049.26,26153774,98.2,0,0,0.14,573.61,3049.92,26153775,99.83,0,0,0.25,573.85,3049.7,26153776,99.83,0,0,0.14,573.82,3049.72,26153777,99.83,0,0,0.2,573.79,3049.75,26153778,99.7,0,0,0.32,574.07,3049.47,26153779,99.83,0.01,0.01,0.38,573.35,3050.18,26153780,99.82,0,0,0.25,573.16,3050.39,26153781,99.83,0,0,0.16,572.8,3050.74,26153782,99.83,0,0,0.14,572.1,3051.44,26153783,99.7,0,0,0.41,572.44,3051.09,26153784,99.86,0,0,0.3,572.3,3051.23,26153785,99.78,0,0,0.27,573.01,3050.53,26153786,99.82,0,0,0.14,573.13,3050.41,26153787,99.83,0,0.01,0.18,573.13,3050.41,26153788,99.85,0,0,0.13,573.09,3050.45,26153789,99.68,0,0,0.55,572.29,3051.23,26153790,99.78,0,0,0.29,572.55,3050.99,26153791,99.86,0,0,0.16,572.52,3051.02,26153792,99.85,0,0,0.15,572.59,3050.95,26153793,99.85,0,0,0.15,572.65,3050.88,26153794,99.73,0,0,0.55,572.61,3050.92,26153795,99.8,0,0,0.26,572.61,3050.93,26153796,99.84,0,0,0.14,572.59,3050.95,26153797,99.85,0,0,0.16,572.56,3050.97,26153798,99.87,0,0,0.14,572.54,3050.99,26153799,99.6,0,0,0.69,573.46,3050.04,26153800,99.78,0,0,0.29,572.64,3050.88,26153801,99.84,0,0,0.16,572.71,3050.8,26153802,99.85,0,0,0.14,572.69,3050.83,26153803,99.83,0,0,0.14,572.66,3050.85,26153804,99.69,0,0,0.53,573.1,3050.44,26153805,99.76,0,0,0.32,572.86,3050.69,26153806,99.87,0,0,0.14,572.84,3050.71,26153807,99.88,0,0.01,0.16,572.81,3050.73,26153808,99.86,0,0,0.14,572.85,3050.7,26153809,99.73,0,0,0.61,573.35,3050.19,26153810,99.76,0,0,0.24,573.25,3050.31,26153811,99.91,0,0,0.14,573.14,3050.41,26153812,99.9,0,0,0.16,573.11,3050.44,26153813,99.9,0,0,0.18,572.95,3050.6,26153814,99.77,0,0,0.41,573.17,3050.37,26153815,99.81,0,0,0.38,572.13,3051.43,26153816,99.93,0,0,0.16,572.22,3051.33,26153817,99.93,0,0,0.14,572.19,3051.36,26153818,99.93,0,0,0.14,572.17,3051.38,26153819,99.92,0,0,0.15,572.13,3051.41,26153820,99.63,0,0,0.65,572.39,3051.17,26153821,99.94,0,0,0.14,572.09,3051.46,26153822,99.92,0,0,0.16,572.07,3051.48,26153823,99.93,0,0,0.15,572.13,3051.42,26153824,99.89,0,0,0.16,572.18,3051.37,26153825,99.74,0,0,0.67,572.86,3050.7,26153826,99.93,0,0,0.14,572.14,3051.42,26153827,99.9,0,0,0.17,572.11,3051.44,26153828,99.94,0,0,0.14,572.09,3051.46,26153829,99.83,0,0,0.3,573.04,3050.49,26153830,99.76,0,0,0.64,573.32,3050.21,26153831,99.93,0,0,0.21,572.71,3050.83,26153832,99.92,0,0,0.13,572.68,3050.85,26153833,99.93,0,0,0.17,572.65,3050.88,26153834,99.89,0,0,0.14,572.62,3050.9,26153835,97.1,0,0,0.68,573.71,3049.83,26153836,99.94,0,0,0.16,573.33,3050.21,26153837,99.91,0,0,0.18,573.3,3050.23,26153838,99.92,0,0,0.14,573.33,3050.19,26153839,99.91,0.01,0.01,0.18,573.43,3050.09,26153840,99.77,0,0,0.55,573.93,3049.61,26153841,99.91,0,0,0.28,573.38,3050.15,26153842,99.9,0,0,0.17,573.35,3050.18,26153843,99.92,0,0,0.14,573.32,3050.21,26153844,99.9,0,0,0.14,573.29,3050.23,26153845,99.73,0,0,0.56,573.5,3050.04,26153846,99.94,0,0,0.34,573.44,3050.1,26153847,99.94,0,0,0.14,573.41,3050.12,26153848,99.93,0,0,0.14,573.39,3050.14,26153849,99.94,0,0,0.16,573.35,3050.17,26153850,99.76,0,0,0.47,573.77,3049.77,26153851,99.9,0,0,0.36,573.31,3050.21,26153852,99.93,0,0,0.16,573.28,3050.24,26153853,99.92,0,0,0.14,573.35,3050.16,26153854,99.94,0,0,0.14,573.44,3050.09,26153855,99.88,0,0,0.26,573.43,3050.12,26153856,99.77,0,0,0.61,573.91,3049.62,26153857,99.93,0,0,0.15,573.37,3050.17,26153858,99.93,0,0,0.16,573.33,3050.19,26153859,99.85,0,0,0.45,573.59,3049.91,26153860,99.88,0,0,0.29,573.9,3049.62,26153861,99.77,0,0,0.59,573.19,3050.33,26153862,99.92,0,0,0.14,572.19,3051.33,26153863,99.91,0,0,0.14,572.16,3051.35,26153864,99.9,0,0,0.15,572.12,3051.38,26153865,99.85,0,0,0.26,573.07,3050.45,26153866,99.79,0,0,0.55,573.6,3049.92,26153867,99.9,0,0.01,0.38,573.28,3050.24,26153868,99.91,0,0,0.14,573.2,3050.31,26153869,99.92,0,0,0.17,573.17,3050.34,26153870,99.86,0,0,0.27,573.39,3050.13,26153871,99.77,0,0,0.41,573.73,3049.79,26153872,99.94,0,0,0.31,573.33,3050.18,26153873,99.9,0,0,0.17,573.18,3050.36,26153874,99.9,0,0,0.15,573.07,3050.47,26153875,99.89,0,0,0.3,573.69,3049.86,26153876,99.79,0,0,0.54,574.28,3049.27,26153877,99.93,0,0,0.19,573.39,3050.16,26153878,99.93,0,0,0.14,573.36,3050.18,26153879,99.92,0,0,0.15,573.33,3050.21,26153880,99.79,0,0,0.27,573.57,3050.01,26153881,99.8,0,0,0.39,573.92,3049.65,26153882,99.93,0,0,0.3,573.69,3049.88,26153883,99.94,0,0,0.16,573.65,3049.91,26153884,99.92,0,0,0.16,573.62,3049.94,26153885,99.88,0,0,0.27,573.61,3049.96,26153886,99.94,0,0,0.13,573.57,3049.99,26153887,99.78,0,0,0.56,573.66,3049.91,26153888,99.9,0,0,0.17,573.35,3050.21,26153889,99.84,0,0,0.3,573.66,3049.88,26153890,99.88,0,0,0.3,573.41,3050.14,26153891,99.91,0,0,0.14,573.38,3050.17,26153892,99.79,0,0,0.59,574.09,3049.45,26153893,99.92,0,0,0.17,573.79,3049.74,26153894,99.92,0,0,0.18,573.76,3049.79,26153895,98.51,0,0,0.29,573.58,3049.99,26153896,99.93,0,0,0.14,573.67,3049.9,26153897,99.77,0,0,0.58,574.16,3049.4,26153898,99.94,0,0,0.18,573.85,3049.71,26153899,99.91,0.01,0.01,0.14,573.82,3049.73,26153900,99.89,0,0,0.25,573.81,3049.77,26153901,99.9,0,0,0.14,573.78,3049.8,26153902,99.79,0,0,0.57,574.03,3049.55,26153903,99.94,0,0,0.15,572.95,3050.63,26153904,99.94,0,0,0.16,572.92,3050.66,26153905,99.88,0,0,0.26,573.63,3049.96,26153906,99.94,0,0,0.19,573.61,3049.98,26153907,99.8,0,0,0.55,573.78,3049.8,26153908,99.95,0,0,0.18,573.55,3050.03,26153909,99.93,0,0,0.15,573.57,3049.99,26153910,99.83,0,0,0.27,573.7,3049.88,26153911,99.88,0.02,0.99,0.34,573.6,3049.98,26153912,99.79,0,0,0.58,573.93,3049.63,26153913,99.92,0,0,0.14,573.75,3049.81,26153914,99.92,0,0,0.19,573.84,3049.71,26153915,99.81,0,0,0.27,573.01,3050.57,26153916,99.9,0,0,0.16,572.91,3050.66,26153917,99.76,0,0,0.55,573.34,3050.23,26153918,99.93,0,0,0.18,573.58,3049.98,26153919,99.81,0,0,0.36,574.03,3049.5,26153920,99.89,0,0,0.31,573.8,3049.75,26153921,99.94,0,0,0.18,573.82,3049.73,26153922,99.95,0,0,0.18,573.92,3049.62,26153923,99.76,0,0,0.55,574.25,3049.29,26153924,99.92,0,0,0.15,573.86,3049.67,26153925,99.87,0,0,0.29,574.09,3049.46,26153926,99.93,0,0,0.17,574.07,3049.48,26153927,99.91,0,0.01,0.17,574.03,3049.51,26153928,99.78,0,0,0.63,574.35,3049.18,26153929,99.92,0,0,0.14,573.91,3049.62,26153930,99.9,0,0,0.25,573.9,3049.65,26153931,99.9,0,0,0.16,573.87,3049.68,26153932,99.93,0,0,0.14,573.85,3049.7,26153933,99.77,0,0,0.56,574.05,3049.48,26153934,99.92,0,0,0.16,573.53,3050,26153935,99.88,0,0,0.26,573.52,3050.02,26153936,99.93,0,0,0.16,573.48,3050.06,26153937,99.93,0,0,0.14,573.14,3050.39,26153938,99.8,0,0,0.54,573.62,3049.91,26153939,99.93,0,0,0.14,573.33,3050.19,26153940,99.88,0,0,0.25,573.32,3050.22,26153941,99.92,0,0,0.16,573.28,3050.26,26153942,99.95,0,0,0.16,573.26,3050.27,26153943,99.81,0,0,0.58,573.65,3049.88,26153944,99.93,0,0,0.17,573.14,3050.39,26153945,99.87,0,0,0.3,573.13,3050.41,26153946,99.95,0,0,0.14,573.1,3050.43,26153947,99.91,0,0,0.18,573.08,3050.45,26153948,99.81,0,0,0.57,573.26,3050.27,26153949,99.85,0,0,0.3,573.01,3050.5,26153950,99.87,0,0,0.3,573.27,3050.25,26153951,99.01,0,0,0.13,574.11,3049.4,26153952,99.92,0,0,0.36,573.63,3049.88,26153953,96.86,0.02,0.01,14.12,579.99,3045.26,26153954,99.85,0,0,63.88,575.7,3047.71,26153955,99.85,0,0,0.33,575.78,3047.64,26153956,99.91,0,0,0.16,575.75,3047.66,26153957,99.92,0,0,0.23,575.72,3047.69,26153958,99.92,0,0,0.17,575.69,3047.72,26153959,99.7,0.01,0.01,0.7,573.51,3049.93,26153960,99.86,0,0,0.29,571.77,3051.68,26153961,99.93,0,0,0.21,571.84,3051.6,26153962,99.92,0,0,0.2,571.9,3051.54,26153963,99.81,0,0,0.19,571.87,3051.57,26153964,99.77,0,0,0.6,573.48,3049.97,26153965,98.67,0,0,15.43,575.04,3048.62,26153966,99.94,0,0,0.21,572.76,3050.42,26153967,99.94,0,0,0.17,572.73,3050.45,26153968,99.93,0,0,0.17,572.71,3050.48,26153969,99.8,0,0,0.59,573.44,3049.75,26153970,99.88,0,0,0.28,573.35,3049.85,26153971,99.94,0,0,0.17,573.32,3049.88,26153972,99.93,0,0,0.17,573.28,3049.92,26153973,99.92,0,0,0.17,573.25,3049.94,26153974,99.81,0,0,0.57,573.68,3049.51,26153975,99.88,0,0,0.29,573.71,3049.5,26153976,99.9,0,0,0.18,573.73,3049.48,26153977,99.91,0,0,0.14,573.83,3049.36,26153978,99.91,0,0,0.15,573.8,3049.39,26153979,99.67,0,0,0.65,573.89,3049.28,26153980,99.84,0,0,0.37,573.52,3049.67,26153981,99.93,0,0,0.18,573.5,3049.7,26153982,99.91,0,0,0.18,573.46,3049.72,26153983,99.93,0,0,0.18,573.44,3049.75,26153984,99.79,0,0,0.55,573.88,3049.33,26153985,99.87,0,0,0.34,573.61,3049.63,26153986,99.91,0,0,0.13,573.57,3049.66,26153987,99.93,0,0.01,0.14,573.54,3049.68,26153988,99.92,0,0,0.16,573.51,3049.71,26153989,99.79,0,0,0.4,573.8,3049.42,26153990,99.84,0,0,0.46,573.56,3049.68,26153991,99.93,0,0,0.17,573.5,3049.73,26153992,99.92,0,0,0.14,573.59,3049.64,26153993,99.91,0,0,0.18,573.45,3049.77,26153994,99.93,0,0,0.15,573.28,3049.93,26153995,99.7,0,0,0.74,573.87,3049.36,26153996,99.94,0,0,0.16,573.49,3049.74,26153997,99.94,0,0,0.16,573.46,3049.76,26153998,99.93,0,0,0.15,573.43,3049.78,26153999,99.94,0,0,0.14,573.5,3049.72,26154000,99.65,0,0,0.66,573.95,3049.28,26154001,99.93,0,0,0.18,573.56,3049.67,26154002,99.92,0,0,0.18,573.53,3049.69,26154003,99.92,0,0,0.16,573.5,3049.71,26154004,99.94,0,0,0.16,573.47,3049.74,26154005,99.74,0,0,0.69,573.57,3049.66,26154006,99.95,0,0,0.14,573.19,3050.03,26154007,99.93,0,0,0.16,573.28,3049.94,26154008,99.92,0,0,0.13,573.32,3049.9,26154009,99.8,0,0,0.3,573.27,3049.91,26154010,99.73,0,0,0.52,574.01,3049.2,26154011,99.92,0,0,0.3,573.72,3049.48,26154012,99.94,0,0,0.16,573.69,3049.51,26154013,99.92,0,0,0.14,573.67,3049.53,26154014,99.95,0,0,0.14,573.78,3049.43,26154015,99.71,0,0,0.72,574.1,3049.13,26154016,99.94,0,0,0.14,573.57,3049.65,26154017,99.91,0,0,0.25,573.54,3049.68,26154018,99.94,0,0,0.15,573.51,3049.71,26154019,99.93,0.01,0.01,0.15,573.49,3049.73,26154020,99.76,0,0,0.71,574.01,3049.22,26154021,99.93,0,0,0.18,572.8,3050.43,26154022,99.91,0,0,0.18,572.86,3050.36,26154023,99.92,0,0,0.18,572.83,3050.39,26154024,99.91,0,0,0.18,572.8,3050.41,26154025,99.7,0,0,0.56,573.88,3049.35,26154026,99.92,0,0,0.27,573.5,3049.73,26154027,99.93,0,0,0.2,573.46,3049.76,26154028,99.92,0,0.01,0.17,573.47,3049.74,26154029,99.91,0,0.01,0.18,573.56,3049.65,26154030,99.72,0,0,0.62,573.5,3049.72,26154031,99.92,0,0,0.32,574.02,3049.21,26154032,99.91,0,0,0.18,573.99,3049.23,26154033,99.91,0,0,0.18,573.96,3049.26,26154034,99.95,0,0,0.18,573.93,3049.28,26154035,99.8,0,0,0.32,573.12,3050.11,26154036,99.79,0,0,0.57,573.89,3049.34,26154037,98.63,0,0,0.14,573.55,3049.67,26154038,99.92,0,0,0.15,573.52,3049.69,26154039,99.82,0,0,0.33,573.73,3049.46,26154040,99.87,0,0,0.27,573.72,3049.48,26154041,99.76,0,0,0.63,573.15,3050.05,26154042,99.92,0,0,0.18,571.95,3051.25,26154043,99.93,0,0,0.18,572.09,3051.11,26154044,99.91,0,0,0.18,572.07,3051.14,26154045,99.82,0,0,0.32,572.77,3050.45,26154046,99.77,0,0,0.59,573.79,3049.43,26154047,99.93,0,0.01,0.18,573.47,3049.74,26154048,99.93,0,0,0.16,573.44,3049.77,26154049,99.9,0,0,0.18,573.41,3049.8,26154050,99.89,0,0,0.26,573.52,3049.71,26154051,99.78,0,0,0.5,574.27,3048.95,26154052,99.91,0,0,0.21,574.02,3049.2,26154053,99.9,0,0,0.19,573.79,3049.42,26154054,99.92,0,0,0.16,573.47,3049.74,26154055,99.82,0,0,0.29,573.46,3049.76,26154056,99.77,0,0,0.4,574,3049.22,26154057,99.9,0.01,0.02,0.34,574,3049.22,26154058,99.91,0,0,0.15,573.99,3049.22,26154059,99.91,0,0,0.17,573.95,3049.25,26154060,99.81,0,0,0.29,573.69,3049.53,26154061,99.75,0,0,0.39,574.02,3049.2,26154062,99.91,0,0,0.35,573.98,3049.23,26154063,99.93,0,0,0.14,574.06,3049.15,26154064,99.9,0,0,0.16,574.03,3049.17,26154065,99.86,0,0,0.27,574.26,3048.95,26154066,99.8,0,0,0.31,574.49,3048.72,26154067,99.93,0,0,0.42,572.24,3050.97,26154068,99.89,0,0,0.16,572.21,3050.99,26154069,99.85,0,0,0.29,573.65,3049.52,26154070,99.83,0,0,0.32,574.07,3049.12,26154071,99.93,0,0,0.16,574.05,3049.14,26154072,99.79,0,0,0.58,573.93,3049.25,26154073,99.93,0,0,0.15,573.5,3049.68,26154074,99.93,0,0,0.16,573.47,3049.71,26154075,99.85,0,0,0.32,573.94,3049.25,26154076,99.92,0,0,0.14,573.91,3049.28,26154077,99.77,0,0,0.63,574.85,3048.34,26154078,99.92,0,0,0.17,574.28,3048.9,26154079,99.92,0.01,0.01,0.15,574.26,3048.92,26154080,99.85,0,0,0.27,574.06,3049.14,26154081,99.92,0,0,0.16,573.97,3049.22,26154082,99.75,0,0,0.57,574.57,3048.61,26154083,99.92,0,0,0.15,574.15,3049.03,26154084,99.91,0,0,0.14,574.21,3048.97,26154085,99.84,0,0,0.29,574.06,3049.13,26154086,99.92,0,0,0.17,574.02,3049.17,26154087,99.78,0,0,0.57,574.25,3048.94,26154088,99.92,0,0,0.15,573.71,3049.47,26154089,99.93,0,0,0.14,571.61,3051.56,26154090,99.84,0,0,0.27,570.95,3052.24,26154091,99.91,0,0,0.14,571.02,3052.17,26154092,99.78,0,0,0.57,571.44,3051.75,26154093,99.93,0,0,0.15,571.05,3052.12,26154094,99.93,0,0,0.15,571.02,3052.15,26154095,99.9,0,0,0.28,571.26,3051.93,26154096,99.93,0,0,0.15,571.22,3051.96,26154097,99.77,0,0,0.55,571.49,3051.69,26154098,99.6,0,0,0.25,571,3052.18,26154099,99.88,0,0,0.33,571.06,3052.09,26154100,99.86,0,0,0.32,571.06,3052.11,26154101,99.92,0,0,0.17,571.03,3052.14,26154102,99.76,0,0,0.35,571.36,3051.8,26154103,99.94,0,0,0.39,571.21,3051.94,26154104,99.89,0,0,0.15,571.18,3051.97,26154105,99.9,0,0,0.29,571.18,3051.99,26154106,99.92,0,0,0.14,571.34,3051.83,26154107,99.92,0,0.01,0.16,571.3,3051.86,26154108,99.76,0,0,0.54,571.41,3051.74,26154109,99.91,0,0,0.14,570.99,3052.17,26154110,99.86,0,0.01,0.29,571.2,3051.97,26154111,99.91,0,0,0.16,571.17,3052,26154112,99.91,0,0,0.14,571.31,3051.85,26154113,99.72,0,0,0.64,571.24,3051.91,26154114,99.9,0,0,0.15,570.56,3052.59,26154115,99.87,0,0,0.3,571.27,3051.89,26154116,99.9,0,0,0.14,571.26,3051.91,26154117,99.93,0,0,0.16,571.24,3051.92,26154118,99.79,0,0,0.4,571.56,3051.6,26154119,99.92,0,0,0.29,571.21,3051.94,26154120,99.81,0,0,0.29,570.15,3053.02,26154121,99.87,0,0,0.14,570.09,3053.07,26154122,99.9,0,0,0.15,570.06,3053.09,26154123,99.78,0,0,0.57,571.08,3052.07,26154124,99.91,0,0,0.2,570.97,3052.17,26154125,99.82,0,0,0.29,571.21,3051.95,26154126,99.92,0,0,0.16,571.18,3051.98,26154127,99.9,0,0,0.14,571.29,3051.86,26154128,99.77,0,0,0.58,571.95,3051.19,26154129,99.77,0,0,0.31,571.04,3052.07,26154130,99.83,0,0,0.32,570.3,3052.82,26154131,99.92,0,0,0.12,570.24,3052.87,26154132,99.9,0.01,0.01,0.2,570.3,3052.81,26154133,99.78,0,0,0.32,570.69,3052.42,26154134,99.93,0,0,0.39,571.02,3052.09,26154135,99.79,0,0,0.28,570.06,3053.07,26154136,99.93,0,0,0.17,569.99,3053.14,26154137,99.93,0,0,0.18,569.96,3053.17,26154138,99.63,0,0,0.32,570.33,3052.79,26154139,99.9,0.01,0.01,0.38,571.22,3051.9,26154140,99.89,0,0,0.27,571.54,3051.6,26154141,99.93,0,0,0.19,571.51,3051.62,26154142,99.93,0,0,0.17,571.48,3051.65,26154143,99.94,0,0,0.16,571.45,3051.68,26154144,99.79,0,0,0.56,571.56,3051.55,26154145,99.86,0,0,0.27,571.17,3051.96,26154146,99.91,0,0,0.16,571.27,3051.86,26154147,99.94,0,0,0.14,571.28,3051.84,26154148,99.93,0,0,0.14,571.26,3051.87,26154149,99.81,0,0,0.59,571.22,3051.9,26154150,99.89,0.01,0.08,0.3,571.24,3051.89,26154151,99.93,0,0,0.16,571.29,3051.84,26154152,99.92,0,0,0.16,571.25,3051.87,26154153,99.95,0,0,0.15,571.22,3051.89,26154154,99.78,0,0,0.53,571.48,3051.63,26154155,99.91,0,0,0.36,570.71,3052.43,26154156,99.92,0,0,0.14,570.69,3052.43,26154157,99.93,0,0,0.14,570.83,3052.29,26154158,99.93,0,0,0.15,570.81,3052.31,26154159,99.65,0,0,0.75,571.96,3051.15,26154160,99.88,0,0.01,0.3,571.24,3051.89,26154161,99.92,0,0,0.14,571.2,3051.92,26154162,99.9,0,0,0.14,571.18,3051.94,26154163,99.92,0,0,0.16,571.25,3051.86,26154164,99.78,0,0,0.42,571.66,3051.45,26154165,99.83,0,0,0.41,571.3,3051.83,26154166,99.92,0,0,0.16,571.26,3051.87,26154167,99.88,0,0.01,0.16,571.23,3051.89,26154168,99.92,0,0,0.16,571.19,3051.92,26154169,99.79,0,0,0.41,571.55,3051.56,26154170,99.82,0,0,0.45,571.49,3051.63,26154171,99.91,0,0,0.15,571.55,3051.57,26154172,99.92,0,0,0.14,571.52,3051.6,26154173,99.9,0,0,0.17,571.4,3051.71,26154174,99.8,0,0,0.32,571.57,3051.54,26154175,99.8,0,0,0.53,571.45,3051.67,26154176,99.9,0,0,0.14,571.42,3051.7,26154177,99.92,0,0,0.16,571.4,3051.71,26154178,99.92,0,0,0.13,571.55,3051.56,26154179,99.91,0,0,0.14,571.52,3051.58,26154180,99.52,0,0,0.69,572.05,3051.07,26154181,99.93,0,0,0.14,571.48,3051.63,26154182,99.9,0,0,0.14,571.45,3051.65,26154183,99.87,0,0,0.21,571.42,3051.68,26154184,99.88,0,0,0.2,571.39,3051.71,26154185,99.68,0,0,0.75,572.16,3050.95,26154186,99.92,0,0,0.14,571.75,3051.36,26154187,99.89,0,0,0.16,571.76,3051.35,26154188,99.88,0,0,0.15,571.73,3051.37,26154189,99.8,0,0,0.3,571.48,3051.58,26154190,99.69,0,0,0.68,571.43,3051.65,26154191,99.92,0,0,0.15,570.2,3052.88,26154192,99.86,0,0,0.18,570.19,3052.88,26154193,99.87,0.01,0.09,0.31,570.43,3052.63,26154194,79.81,0.04,0.03,6.32,758.79,2864.16,26154195,78.92,0.01,0.04,6.91,1084.92,2538.05,26154196,99.67,0,0,0.17,780.44,2842.58,26154197,99.82,0,0,0.22,621.12,3001.89,26154198,99.84,0.04,1.15,0.36,621.06,3001.94,26154199,99.88,0.05,1.78,0.14,621.02,3001.98,26154200,99.69,0,0.01,0.84,621.43,3001.57,26154201,99.82,0,0,0.29,582.92,3040.41,26154202,99.83,0,0,0.15,564.3,3059.29,26154203,99.88,0,0,0.18,558.45,3065.29,26154204,99.85,0,0,0.13,558.42,3065.31,26154205,99.7,0,0,0.57,558.49,3065.26,26154206,99.84,0,0,0.31,557.92,3065.85,26154207,99.88,0,0,0.14,557.9,3065.88,26154208,99.87,0,0,0.14,557.88,3065.91,26154209,99.84,0,0,0.15,557.96,3065.82,26154210,99.78,0,0,0.29,558.04,3065.76,26154211,99.73,0,0,0.55,558.69,3065.11,26154212,99.77,0,0,0.16,558,3065.8,26154213,99.83,0,0,0.14,557.98,3065.8,26154214,99.85,0,0,0.14,557.95,3065.83,26154215,99.81,0,0,0.34,557.96,3065.84,26154216,99.65,0,0,0.56,557.77,3066.02,26154217,99.85,0,0,0.14,557.18,3066.61,26154218,99.85,0,0,0.16,557.15,3066.63,26154219,99.75,0,0,0.35,557.94,3065.81,26154220,99.8,0,0,0.3,558.12,3065.65,26154221,99.73,0,0,0.57,558.58,3065.18,26154222,99.84,0,0,0.14,558.26,3065.5,26154223,99.85,0,0,0.16,558.24,3065.52,26154224,99.83,0,0,0.15,558.21,3065.56,26154225,99.78,0,0,0.29,558.47,3065.32,26154226,99.69,0,0,0.55,558.48,3065.3,26154227,99.83,0,0,0.16,557.93,3065.85,26154228,99.86,0,0,0.15,557.91,3065.87,26154229,99.85,0,0,0.14,557.88,3065.89,26154230,99.8,0,0,0.31,557.44,3066.35,26154231,99.71,0,0,0.54,557.72,3066.06,26154232,99.87,0,0,0.16,557.53,3066.25,26154233,99.83,0,0,0.16,557.43,3066.34,26154234,99.85,0,0,0.17,557.24,3066.53,26154235,99.76,0,0,0.32,558.2,3065.59,26154236,99.72,0,0,0.55,558.81,3064.99,26154237,99.86,0,0,0.16,558.19,3065.61,26154238,99.86,0,0,0.14,558.17,3065.63,26154239,99.82,0,0,0.16,558.15,3065.64,26154240,99.75,0,0,0.3,558.15,3065.66,26154241,99.72,0,0,0.52,558.68,3065.13,26154242,99.85,0,0,0.19,557.91,3065.89,26154243,99.85,0,0,0.15,558.02,3065.78,26154244,99.85,0,0,0.14,558,3065.79,26154245,99.79,0,0,0.31,558.24,3065.57,26154246,99.85,0,0,0.14,558.23,3065.57,26154247,99.72,0,0,0.57,558.55,3065.25,26154248,99.85,0,0,0.14,558.17,3065.62,26154249,99.76,0,0,0.29,558.15,3065.62,26154250,99.79,0,0,0.3,558.15,3065.64,26154251,99.83,0,0,0.19,558.13,3065.66,26154252,99.69,0,0,0.55,558.64,3065.13,26154253,99.85,0,0,0.16,558.48,3065.29,26154254,99.86,0,0,0.14,558.46,3065.33,26154255,99.79,0,0,0.32,558.7,3065.1,26154256,99.85,0,0,0.17,558.68,3065.11,26154257,99.73,0,0,0.6,558.61,3065.17,26154258,99.85,0,0,0.16,558.12,3065.66,26154259,99.85,0,0,0.15,558.11,3065.67,26154260,99.6,0,0,0.29,558,3065.8,26154261,99.85,0,0,0.14,558.03,3065.76,26154262,99.7,0,0,0.57,558.52,3065.27,26154263,99.86,0,0,0.15,558.24,3065.54,26154264,99.84,0,0,0.17,558.21,3065.57,26154265,99.81,0,0,0.33,558.71,3065.09,26154266,99.86,0,0,0.15,558.07,3065.72,26154267,99.71,0,0,0.44,558.03,3065.76,26154268,99.81,0,0,0.29,557.65,3066.13,26154269,99.83,0,0,0.15,557.63,3066.15,26154270,99.78,0,0,0.3,557.64,3066.16,26154271,99.86,0,0,0.16,557.67,3066.13,26154272,99.7,0,0,0.5,558.13,3065.65,26154273,99.84,0,0,0.19,557.76,3066.02,26154274,99.86,0,0,0.18,557.74,3066.04,26154275,99.8,0,0,0.32,557.49,3066.3,26154276,99.84,0,0,0.15,557.47,3066.32,26154277,99.7,0.06,2.39,0.53,558.17,3065.6,26154278,96.53,0,0,0.3,557.65,3066.12,26154279,99.73,0,0,0.38,557.64,3066.1,26154280,99.79,0,0,0.31,557.64,3066.11,26154281,99.85,0,0,0.14,557.59,3066.16,26154282,99.86,0,0,0.15,557.74,3066,26154283,99.69,0,0,0.58,558.07,3065.67,26154284,99.84,0,0,0.15,557.69,3066.08,26154285,99.76,0,0,0.31,556.5,3067.3,26154286,99.87,0,0,0.16,556.43,3067.36,26154287,99.83,0,0,0.15,556.4,3067.38,26154288,99.71,0,0,0.58,557.3,3066.48,26154289,99.85,0,0,0.14,557.09,3066.68,26154290,99.75,0,0,0.32,556.39,3067.41,26154291,99.83,0,0,0.16,556.48,3067.31,26154292,99.87,0,0,0.15,556.49,3067.3,26154293,99.67,0,0,0.61,557.37,3066.41,26154294,99.82,0.07,2.35,0.31,557.08,3066.69,26154295,99.82,0,0.01,0.37,557.15,3066.62,26154296,99.85,0,0,0.13,557.13,3066.64,26154297,99.85,0,0,0.17,557.11,3066.65,26154298,99.7,0,0,0.45,557.44,3066.31,26154299,99.85,0,0,0.23,557.15,3066.6,26154300,99.62,0.12,0.53,0.65,558.06,3065.69,26154301,99.48,0.43,7.19,0.76,559.03,3064.69,26154302,99.38,1.21,36.57,0.86,559.05,3064.67,26154303,99.13,1.75,56.96,1.39,559.84,3063.88,26154304,99.55,0.6,15.67,0.61,560.02,3063.69,26154305,99.76,0.06,0.11,0.62,560,3063.74,26154306,99.84,0.01,0.04,0.17,559.94,3063.8,26154307,99.82,0.05,0.05,0.27,560.03,3063.7,26154308,99.68,0.02,0.07,0.53,560.68,3063.05,26154309,99.71,0.07,0.1,0.63,560.27,3063.45,26154310,99.78,0.03,0.06,0.46,560.27,3063.46,26154311,99.84,0,0,0.14,560.31,3063.43,26154312,99.78,0.04,0.28,0.24,559.5,3064.23,26154313,99.71,0.16,0.16,0.63,559.19,3064.48,26154314,99.67,4.01,3.88,1.82,559.98,3061.29,26154315,57.85,0.13,4.41,11.77,1018.82,2600.41,26154316,99.67,0.09,4.1,0.63,972.17,2647.04,26154317,99.85,0,0.01,0.2,577.58,3041.63,26154318,99.85,0,0,0.14,565.14,3054.07,26154319,93.74,0.34,0.01,258.53,583.54,3036.81,26154320,99.79,0,0,0.35,567.93,3051.6,26154321,99.84,0,0.01,0.18,567.89,3051.64,26154322,99.85,0,0,0.14,567.86,3051.66,26154323,99.85,0,0,0.15,567.95,3051.57,26154324,99.69,0,0,0.63,566.64,3052.9,26154325,99.75,0,0,0.3,565.58,3053.98,26154326,99.86,0,0,0.16,565.55,3054,26154327,99.84,0,0.01,0.18,565.51,3054.04,26154328,99.86,0,0,0.15,565.49,3054.06,26154329,99.7,0,0,0.56,566.01,3053.53,26154330,99.79,0,0,0.31,565.96,3053.61,26154331,99.87,0,0,0.13,565.94,3053.62,26154332,99.86,0,0,0.16,566.03,3053.52,26154333,99.83,0,0,0.16,566.07,3053.48,26154334,99.72,0.01,0.01,0.5,566.28,3053.28,26154335,99.78,0,0,0.5,565.74,3053.84,26154336,99.83,0,0,0.13,565.72,3053.85,26154337,99.84,0,0,0.14,565.7,3053.87,26154338,99.86,0,0,0.16,565.67,3053.89,26154339,99.67,0,0,0.64,566.02,3053.52,26154340,99.75,0,0,0.41,564.68,3054.88,26154341,99.87,0,0,0.16,564.61,3054.94,26154342,99.83,0,0,0.14,564.6,3054.95,26154343,99.85,0,0,0.15,564.57,3054.97,26154344,99.72,0,0,0.59,565.22,3054.36,26154345,99.8,0,0,0.36,565.53,3054.06,26154346,99.82,0,0,0.18,565.53,3054.07,26154347,99.85,0,0,0.18,565.5,3054.09,26154348,99.85,0,0,0.16,565.47,3054.11,26154349,99.71,0,0,0.57,565.82,3053.76,26154350,99.81,0,0,0.35,566.07,3053.53,26154351,99.85,0,0,0.14,566.11,3053.48,26154352,99.84,0,0,0.18,566.08,3053.5,26154353,99.78,0.15,6.26,0.36,565.99,3053.58,26154354,99.7,0.02,0.97,0.49,566.55,3052.99,26154355,99.82,0,0,0.46,565.8,3053.75,26154356,99.85,0,0,0.14,565.76,3053.78,26154357,99.85,0,0,0.14,565.75,3053.79,26154358,99.85,0,0,0.15,565.72,3053.81,26154359,99.84,0,0,0.16,565.71,3053.82,26154360,99.65,0,0,0.74,566.72,3052.83,26154361,99.67,0.32,0.39,0.24,566.33,3053.2,26154362,99.91,0,0,0.15,566.34,3053.18,26154363,99.85,0.12,4.63,0.25,566.36,3053.13,26154364,99.92,0,0.05,0.17,566.22,3053.25,26154365,99.72,0,0,0.71,566.33,3053.16,26154366,99.93,0,0,0.14,565.94,3053.54,26154367,99.94,0,0,0.16,565.92,3053.57,26154368,99.92,0.01,0.01,0.14,565.89,3053.59,26154369,99.85,0,0,0.43,565.94,3053.51,26154370,99.71,0,0,0.69,566.53,3052.94,26154371,99.93,0,0,0.17,566.41,3053.05,26154372,99.9,0,0,0.13,566.4,3053.07,26154373,99.94,0,0,0.16,566.38,3053.08,26154374,99.91,0,0.01,0.14,566.34,3053.11,26154375,99.66,0,0,0.79,566.51,3052.95,26154376,99.94,0,0,0.18,566.22,3053.24,26154377,99.93,0,0,0.21,566.19,3053.26,26154378,99.93,0,0,0.14,566.17,3053.28,26154379,99.94,0,0,0.15,566.15,3053.3,26154380,99.75,0,0,0.67,566.52,3052.94,26154381,99.87,0.08,3.46,0.28,566.17,3053.28,26154382,99.93,0,0,0.21,563.83,3055.63,26154383,99.94,0,0,0.15,562.91,3056.56,26154384,99.94,0,0,0.18,562.99,3056.48,26154385,99.7,0,0,0.65,563.1,3056.42,26154386,99.95,0,0,0.31,563.09,3056.43,26154387,99.93,0,0,0.18,563.07,3056.44,26154388,99.94,0,0,0.16,563.04,3056.47,26154389,99.94,0,0,0.18,563.02,3056.48,26154390,99.68,0,0,0.75,563.19,3056.32,26154391,99.93,0.02,0.12,0.18,562.98,3056.53,26154392,99.91,0.09,2.97,0.33,563.01,3056.46,26154393,99.95,0,0.11,0.18,563.01,3056.46,26154394,99.95,0,0.01,0.15,563.06,3056.4,26154395,99.76,0,0,0.48,563.66,3055.81,26154396,99.94,0,0.05,0.46,563.03,3056.45,26154397,99.94,0.01,0.02,0.18,563.01,3056.46,26154398,99.93,0,0,0.14,563.06,3056.41,26154399,99.9,0,0,0.3,563.03,3056.41,26154400,99.88,0.01,0.03,0.33,563,3056.46,26154401,99.79,0,0,0.57,563.72,3055.73,26154402,99.92,0,0,0.14,562.92,3056.52,26154403,99.95,0,0,0.14,562.91,3056.54,26154404,99.95,0,0,0.14,562.96,3056.48,26154405,99.91,0,0,0.3,563.08,3056.38,26154406,99.8,0,0,0.6,563.73,3055.73,26154407,99.93,0,0,0.14,563.03,3056.42,26154408,99.92,0,0,0.14,563,3056.44,26154409,99.91,0,0,0.16,562.98,3056.46,26154410,99.83,0.08,3.15,0.39,562.71,3056.73,26154411,99.78,0,0.06,0.64,563.05,3056.37,26154412,99.93,0,0,0.18,562.42,3056.98,26154413,99.9,0,0,0.19,562.31,3057.1,26154414,99.95,0,0,0.14,561.88,3057.52,26154415,99.88,0,0,0.37,561.88,3057.54,26154416,99.78,0,0,0.39,562.47,3056.94,26154417,99.92,0,0,0.31,562.55,3056.86,26154418,99.91,0,0,0.14,562.52,3056.88,26154419,99.93,0,0,0.15,562.51,3056.89,26154420,99.79,0,0,0.4,562.02,3057.39,26154421,99.78,0,0,0.4,562.5,3056.91,26154422,99.93,0,0,0.31,562.45,3056.95,26154423,99.93,0,0,0.14,562.42,3056.98,26154424,99.92,0,0,0.14,562.4,3057,26154425,99.9,0,0,0.36,562.56,3056.85,26154426,99.79,0.01,0.02,0.46,562.79,3056.62,26154427,99.95,0,0,0.29,562.39,3057.02,26154428,99.94,0,0,0.14,562.39,3057.01,26154429,99.88,0,0,0.3,562.32,3057.06,26154430,99.88,0,0,0.31,562.53,3056.87,26154431,99.82,0,0,0.32,562.87,3056.52,26154432,99.93,0,0,0.39,562.74,3056.64,26154433,99.93,0,0,0.14,562.72,3056.66,26154434,99.91,0,0,0.15,562.7,3056.68,26154435,99.83,0,0,0.32,561.27,3058.13,26154436,99.94,0,0,0.13,561.19,3058.2,26154437,99.81,0,0,0.62,562.77,3056.62,26154438,99.93,0,0,0.16,562.13,3057.25,26154439,99.94,0,0,0.14,562.12,3057.25,26154440,99.9,0,0,0.32,561.7,3057.69,26154441,99.9,0,0,0.16,561.8,3057.59,26154442,99.8,0,0,0.55,562.89,3056.49,26154443,99.93,0,0,0.16,562.5,3056.88,26154444,99.91,0,0,0.14,562.47,3056.91,26154445,99.89,0,0,0.34,562.48,3056.91,26154446,99.94,0,0,0.15,562.45,3056.94,26154447,99.81,0,0,0.59,562.96,3056.43,26154448,99.92,0,0,0.18,562.41,3056.97,26154449,99.95,0,0,0.19,562.39,3056.98,26154450,99.9,0,0,0.33,562.39,3057,26154451,99.94,0,0,0.16,562.37,3057.02,26154452,99.78,0,0,0.57,562.84,3056.55,26154453,99.91,0,0,0.18,562.51,3056.88,26154454,99.96,0,0,0.18,562.48,3056.89,26154455,99.86,0,0,0.37,562.48,3056.91,26154456,99.93,0,0,0.16,562.45,3056.94,26154457,99.77,0,0,0.55,562.96,3056.42,26154458,99.92,0,0,0.14,562.9,3056.48,26154459,99.87,0,0,0.32,562.64,3056.72,26154460,99.86,0,0,0.34,562.64,3056.74,26154461,99.93,0,0,0.16,562.7,3056.67,26154462,99.76,0,0,0.57,563.47,3055.89,26154463,99.89,0,0,0.15,562.75,3056.61,26154464,99.93,0,0,0.15,562.71,3056.66,26154465,99.85,0,0,0.36,562.48,3056.91,26154466,99.93,0,0,0.15,562.44,3056.95,26154467,99.83,0.01,0.01,0.15,562.66,3056.72,26154468,99.84,0,0,0.61,562.58,3056.8,26154469,99.92,0,0,0.19,562.21,3057.17,26154470,99.82,0,0,0.37,562.75,3056.65,26154471,99.92,0,0,0.12,562.69,3056.71,26154472,99.93,0,0,0.16,562.67,3056.73,26154473,99.78,0,0,0.59,563.04,3056.36,26154474,99.94,0,0,0.15,562.38,3057.01,26154475,99.86,0,0,0.33,562.38,3057.03,26154476,99.92,0,0,0.14,562.35,3057.05,26154477,99.93,0,0,0.18,562.51,3056.9,26154478,99.8,0,0,0.55,562.86,3056.53,26154479,99.92,0,0,0.15,562.49,3056.9,26154480,99.84,0,0,0.31,562.73,3056.69,26154481,99.93,0,0,0.15,562.72,3056.7,26154482,99.93,0,0,0.16,562.69,3056.72,26154483,99.77,0,0,0.55,563.04,3056.37,26154484,99.93,0,0,0.15,562.65,3056.76,26154485,99.83,0,0,0.37,562.42,3057,26154486,99.92,0,0,0.16,562.38,3057.04,26154487,99.91,0,0,0.18,562.44,3056.97,26154488,99.79,0,0,0.55,562.88,3056.53,26154489,99.85,0,0,0.3,562.98,3056.4,26154490,99.88,0,0,0.3,562.75,3056.65,26154491,99.94,0,0,0.15,562.73,3056.67,26154492,99.94,0,0,0.16,562.71,3056.68,26154493,99.81,0,0,0.57,563.13,3056.26,26154494,99.93,0,0,0.14,562.91,3056.49,26154495,99.86,0,0,0.32,562.43,3056.99,26154496,99.94,0,0,0.15,562.39,3057.03,26154497,99.92,0,0,0.21,562.62,3056.79,26154498,99.8,0,0,0.46,563.44,3055.97,26154499,99.94,0,0,0.25,563.01,3056.39,26154500,99.85,0,0,0.31,563.25,3056.17,26154501,99.93,0,0,0.14,563.24,3056.18,26154502,99.93,0,0,0.16,563.21,3056.21,26154503,99.92,0,0,0.16,563.19,3056.22,26154504,99.78,0,0,0.57,563.04,3056.36,26154505,99.88,0,0,0.3,562.91,3056.51,26154506,99.93,0,0,0.17,562.9,3056.52,26154507,99.93,0,0,0.14,562.87,3056.54,26154508,99.63,0.27,1.43,0.25,563.91,3055.44,26154509,99.78,0.02,0.07,0.56,565.96,3053.38,26154510,99.88,0.02,0.02,0.34,565.69,3053.67,26154511,99.95,0.01,0.01,0.21,565.88,3053.48,26154512,99.87,0.04,0.04,0.24,565.87,3053.48,26154513,99.94,0,0,0.14,565.82,3053.52,26154514,99.78,0,0,0.55,566.07,3053.26,26154515,99.8,0.05,0.13,0.3,565.73,3053.62,26154516,99.91,0.01,0.01,0.16,565.63,3053.72,26154517,99.9,0,0,0.15,565.6,3053.75,26154518,99.92,0,0,0.16,565.64,3053.7,26154519,99.69,0,0,0.7,566.34,3052.98,26154520,99.86,0,0,0.31,565.75,3053.58,26154521,99.93,0,0,0.14,565.71,3053.62,26154522,99.95,0,0,0.16,565.69,3053.64,26154523,99.95,0,0,0.14,565.67,3053.65,26154524,99.79,0,0,0.56,566.34,3053,26154525,99.88,0,0,0.34,565.43,3053.94,26154526,99.93,0,0,0.14,565.39,3053.98,26154527,99.92,0,0,0.17,565.37,3054,26154528,99.91,0,0,0.18,565.35,3054.01,26154529,99.77,0.04,1.17,0.54,565.84,3053.5,26154530,99.81,0,0,0.45,565.36,3054,26154531,99.93,0.04,1.6,0.31,565.41,3053.93,26154532,99.95,0.01,0.59,0.19,565.43,3053.9,26154533,99.93,0,0,0.23,565.38,3053.94,26154534,99.81,0,0,0.51,565.71,3053.61,26154535,99.89,0,0,0.46,565.89,3053.45,26154536,99.94,0,0,0.16,565.86,3053.48,26154537,99.94,0,0,0.14,565.85,3053.48,26154538,99.95,0,0,0.14,565.82,3053.51,26154539,99.8,0,0,0.41,566.16,3053.16,26154540,99.83,0,0,0.5,565.88,3053.45,26154541,99.94,0,0,0.18,565.96,3053.37,26154542,99.94,0,0,0.18,565.94,3053.39,26154543,99.92,0,0,0.14,565.91,3053.41,26154544,99.95,0,0,0.17,565.88,3053.44,26154545,96.46,0.54,0.01,78.64,572.79,3047.53,26154546,99.93,0,0,0.6,568.37,3050.21,26154547,99.92,0,0,0.17,568.47,3050.11,26154548,99.93,0,0,0.14,568.45,3050.12,26154549,99.87,0,0,0.31,567.95,3050.6,26154550,99.68,0,0,0.77,567.7,3050.88,26154551,99.94,0,0,0.15,566.02,3052.61,26154552,99.93,0,0,0.15,565.99,3052.63,26154553,99.93,0,0,0.16,565.98,3052.64,26154554,99.93,0,0,0.14,565.95,3052.66,26154555,99.7,0,0,0.71,565.88,3052.75,26154556,99.92,0,0,0.14,565.68,3052.95,26154557,99.92,0,0,0.22,565.79,3052.83,26154558,99.93,0,0,0.14,565.83,3052.79,26154559,99.92,0,0,0.14,565.8,3052.81,26154560,99.7,0,0,0.97,566.22,3052.41,26154561,97.94,0,0,0.13,566.02,3052.6,26154562,99.93,0,0,0.14,565.27,3053.34,26154563,99.93,0,0,0.18,565.24,3053.38,26154564,99.94,0,0,0.16,565.22,3053.39,26154565,99.71,0,0,0.66,565.77,3052.85,26154566,99.91,0,0,0.35,565.44,3053.18,26154567,99.93,0,0,0.17,565.42,3053.19,26154568,99.93,0,0,0.14,565.46,3053.15,26154569,99.92,0,0,0.15,565.57,3053.04,26154570,99.71,0,0,0.74,565.75,3052.88,26154571,99.92,0,0,0.14,565.56,3053.08,26154572,99.93,0,0,0.2,565.53,3053.1,26154573,99.94,0,0,0.19,565.51,3053.12,26154574,99.93,0,0,0.14,565.48,3053.14,26154575,99.73,0,0,0.59,566.06,3052.59,26154576,99.93,0,0.01,0.32,565.2,3053.44,26154577,99.94,0,0,0.14,565.18,3053.45,26154578,99.95,0,0,0.15,565.21,3053.42,26154579,99.88,0,0,0.29,565.33,3053.28,26154580,99.88,0,0,0.3,565.57,3053.06,26154581,99.78,0,0,0.57,566.12,3052.5,26154582,99.92,0,0,0.14,565.78,3052.84,26154583,99.94,0,0,0.15,565.76,3052.85,26154584,99.92,0,0,0.14,565.74,3052.89,26154585,99.85,0.01,0.12,0.35,565.44,3053.19,26154586,99.8,0,0,0.61,565.75,3052.88,26154587,99.93,0,0,0.18,565.5,3053.13,26154588,99.92,0,0,0.14,565.54,3053.08,26154589,99.94,0,0,0.14,565.51,3053.11,26154590,99.86,0,0,0.48,565.27,3053.37,26154591,99.79,0,0,0.59,565.59,3053.04,26154592,99.92,0,0,0.14,565.21,3053.42,26154593,99.9,0,0,0.19,565.17,3053.45,26154594,99.93,0,0,0.16,564.93,3053.69,26154595,99.88,0,0,0.32,565.17,3053.46,26154596,99.75,0,0,0.68,565.65,3052.98,26154597,99.93,0,0,0.15,565.51,3053.12,26154598,99.95,0,0,0.15,565.54,3053.08,26154599,99.91,0,0,0.15,565.52,3053.1,26154600,99.81,0,0,0.31,565.27,3053.36,26154601,99.78,0,0,0.57,565.88,3052.75,26154602,99.92,0,0,0.19,565.47,3053.15,26154603,99.9,0,0,0.15,565.45,3053.17,26154604,99.93,0,0,0.14,565.43,3053.18,26154605,99.85,0,0,0.34,565.44,3053.2,26154606,99.77,0,0,0.58,565.77,3052.85,26154607,99.92,0,0,0.18,565.37,3053.25,26154608,99.93,0,0,0.18,565.48,3053.13,26154609,99.73,0,0,0.39,565.53,3053.06,26154610,99.89,0,0,0.4,565.58,3053.03,26154611,99.78,0,0,0.58,565.84,3052.76,26154612,99.93,0,0,0.17,565.47,3053.12,26154613,99.9,0,0,0.18,565.45,3053.14,26154614,99.91,0,0,0.18,565.43,3053.15,26154615,99.81,0,0,0.36,565.67,3052.94,26154616,99.76,0.01,0.01,0.54,566.05,3052.55,26154617,99.91,0,0,0.32,565.5,3053.1,26154618,99.93,0,0,0.14,565.47,3053.11,26154619,99.93,0,0,0.16,565.45,3053.13,26154620,99.75,0,0,0.31,565.46,3053.14,26154621,99.84,0,0,0.14,565.43,3053.17,26154622,99.77,0,0,0.63,566.33,3052.26,26154623,99.94,0,0,0.13,565.64,3052.95,26154624,99.93,0,0,0.19,565.66,3052.92,26154625,99.83,0,0,0.35,565.81,3052.79,26154626,99.93,0,0,0.18,565.78,3052.82,26154627,99.77,0,0,0.56,565.05,3053.55,26154628,97.33,0.04,0.06,6.27,568.23,3051.59,26154629,99.86,0,0,79.36,568.08,3049.27,26154630,99.89,0,0,0.34,567.97,3049.41,26154631,99.93,0,0,0.19,568.01,3049.37,26154632,99.79,0,0,0.61,568.33,3049.04,26154633,99.93,0,0,0.16,567.71,3049.65,26154634,99.92,0,0,0.2,565.75,3051.66,26154635,99.86,0,0,0.32,565.75,3051.68,26154636,99.93,0,0,0.14,565.73,3051.69,26154637,99.74,0.01,0.01,0.68,566.14,3051.27,26154638,99.94,0,0,0.15,565.78,3051.62,26154639,99.77,0,0,0.34,565.53,3051.84,26154640,99.86,0,0,0.36,564.07,3053.33,26154641,99.54,0,0,0.18,564.02,3053.37,26154642,99.79,0,0,0.57,565.04,3052.35,26154643,99.93,0,0,0.18,565.69,3051.69,26154644,99.93,0,0,0.18,565.66,3051.72,26154645,99.87,0,0,0.37,565.42,3051.97,26154646,99.92,0,0,0.18,565.45,3051.94,26154647,99.78,0,0,0.61,566.24,3051.15,26154648,99.93,0,0,0.17,566.02,3051.36,26154649,99.93,0,0,0.14,566,3051.38,26154650,99.78,0,0,0.36,564.84,3052.55,26154651,99.94,0,0,0.18,564.75,3052.64,26154652,99.77,0,0,0.31,565.11,3052.28,26154653,99.91,0,0,0.44,565.46,3051.92,26154654,99.93,0,0,0.18,565.67,3051.71,26154655,99.88,0,0,0.32,565.91,3051.48,26154656,99.93,0,0,0.14,565.89,3051.5,26154657,99.79,0,0,0.33,566.3,3051.08,26154658,99.94,0,0,0.41,566.08,3051.31,26154659,99.95,0,0,0.17,566.06,3051.32,26154660,99.77,0,0,0.39,558.61,3059.2,26154661,99.93,0,0,0.16,557.88,3059.96,26154662,99.93,0,0,0.16,557.86,3059.98,26154663,99.8,0,0,0.55,558.19,3059.65,26154664,99.93,0,0,0.14,557.82,3060.02,26154665,99.89,0,0,0.35,557.81,3060.05,26154666,99.93,0,0,0.14,557.79,3060.07,26154667,99.94,0,0,0.14,557.88,3059.98,26154668,99.75,0,0,0.58,558.6,3059.25,26154669,99.85,0,0,0.32,557.66,3060.16,26154670,99.88,0,0,0.31,557.16,3060.68,26154671,99.93,0,0,0.17,557.13,3060.71,26154672,99.94,0,0,0.14,557.11,3060.73,26154673,99.79,0,0,0.49,557.96,3059.87,26154674,99.95,0,0,0.2,558.05,3059.79,26154675,99.88,0,0,0.3,557.82,3060.04,26154676,99.92,0,0,0.16,557.79,3060.07,26154677,99.92,0,0,0.19,557.53,3060.32,26154678,99.76,0,0,0.48,558.19,3059.66,26154679,99.93,0,0,0.21,558.16,3059.68,26154680,99.81,0,0,0.31,558.15,3059.71,26154681,99.93,0,0,0.15,558.15,3059.73,26154682,99.94,0,0,0.16,558.12,3059.76,26154683,96.48,0.02,0.01,77.78,567.94,3051.69,26154684,99.94,0,0,0.36,560.3,3057.55,26154685,99.88,0,0,0.34,560.38,3057.49,26154686,99.94,0,0,0.13,560.36,3057.51,26154687,99.93,0,0,0.13,560.34,3057.52,26154688,99.76,0,0,0.61,560.12,3057.74,26154689,99.94,0,0,0.17,557.89,3060,26154690,99.86,0,0,0.32,557.89,3060.02,26154691,99.94,0,0,0.15,557.87,3060.03,26154692,99.92,0,0,0.17,557.85,3060.05,26154693,99.81,0,0,0.36,558.18,3059.71,26154694,99.92,0,0,0.35,558.3,3059.63,26154695,99.83,0,0,0.32,557.7,3060.25,26154696,99.92,0,0,0.16,557.72,3060.22,26154697,99.94,0,0,0.13,557.7,3060.24,26154698,99.92,0,0,0.16,557.68,3060.25,26154699,99.64,0,0,0.76,558.47,3059.44,26154700,99.84,0,0,0.33,558.15,3059.77,26154701,99.92,0,0,0.14,558.13,3059.79,26154702,99.94,0,0,0.15,558.11,3059.81,26154703,99.93,0,0,0.14,558.09,3059.82,26154704,99.78,0,0,0.55,558.54,3059.37,26154705,99.82,0,0,0.32,557.1,3060.82,26154706,99.93,0,0,0.15,557.16,3060.76,26154707,99.91,0,0,0.16,557.21,3060.7,26154708,99.91,0,0,0.14,556.29,3061.62,26154709,99.82,0,0,0.55,557.06,3060.85,26154710,99.88,0,0,0.32,557.17,3060.76,26154711,99.93,0,0,0.18,557.15,3060.77,26154712,99.9,0,0,0.14,557.12,3060.8,26154713,99.93,0,0,0.19,557.1,3060.81,26154714,99.8,0,0,0.59,557.44,3060.47,26154715,99.86,0,0,0.33,557.34,3060.59,26154716,99.92,0,0,0.16,557.31,3060.61,26154717,99.96,0,0,0.14,557.35,3060.56,26154718,99.94,0,0,0.15,557.46,3060.45,26154719,99.78,0,0,0.55,557.79,3060.12,26154720,99.82,0,0,0.3,557.43,3060.49,26154721,99.95,0,0,0.14,557.42,3060.5,26154722,99.92,0,0,0.16,557.39,3060.53,26154723,99.96,0,0,0.14,557.38,3060.53,26154724,99.78,0,0,0.54,557.75,3060.15,26154725,99.92,0,0,0.35,557.37,3060.55,26154726,99.93,0,0,0.14,557.34,3060.58,26154727,99.95,0,0,0.16,557.32,3060.59,26154728,99.91,0,0,0.14,557.3,3060.6,26154729,99.68,0,0,0.3,557.84,3060.04,26154730,99.78,0,0,0.7,557.78,3060.12,26154731,99.92,0,0,0.16,557.47,3060.43,26154732,99.9,0,0,0.13,557.45,3060.44,26154733,99.89,0,0,0.17,557.43,3060.46,26154734,99.9,0,0,0.14,557.41,3060.49,26154735,99.68,0,0,0.7,558.05,3059.87,26154736,99.95,0,0,0.16,557.6,3060.32,26154737,99.9,0,0,0.22,557.35,3060.57,26154738,99.89,0,0,0.14,557.31,3060.6,26154739,99.93,0,0,0.15,557.3,3060.61,26154740,99.69,0,0,0.7,557.79,3060.13,26154741,99.88,0,0,0.15,557.45,3060.47,26154742,99.89,0,0,0.16,557.43,3060.48,26154743,99.91,0,0,0.14,557.41,3060.5,26154744,99.85,0,0,0.14,557.39,3060.51,26154745,99.73,0,0,0.74,557.83,3060.09,26154746,99.92,0,0,0.16,557.62,3060.3,26154747,99.85,0,0,0.18,557.59,3060.32,26154748,99.91,0,0,0.17,557.57,3060.34,26154749,99.9,0,0,0.18,557.54,3060.36,26154750,99.7,0,0,0.77,557.76,3060.16,26154751,99.9,0,0,0.19,557.44,3060.47,26154752,99.86,0,0,0.19,557.39,3060.52,26154753,99.85,0,0,0.19,557.34,3060.56,26154754,99.86,0,0,0.21,557.32,3060.58,26154755,99.69,0,0.02,0.82,557.97,3059.94,26154756,99.88,0,0,0.14,557.68,3060.22,26154757,99.83,0,0,0.17,557.63,3060.27,26154758,99.89,0,0,0.17,557.6,3060.3,26154759,99.77,0,0,0.32,557.35,3060.53,26154760,99.66,0,0,0.66,557.49,3060.4,26154761,99.88,0,0,0.21,557.32,3060.56,26154762,99.89,0,0,0.14,557.3,3060.58,26154763,99.86,0,0,0.15,557.29,3060.59,26154764,99.86,0,0,0.14,557.35,3060.53,26154765,99.83,0,0,0.39,557.72,3060.18,26154766,99.69,0,0,0.61,558.05,3059.85,26154767,99.87,0,0,0.18,557.41,3060.48,26154768,99.87,0,0,0.16,557.4,3060.49,26154769,99.87,0,0,0.15,557.37,3060.51,26154770,99.78,0,0,0.33,557.35,3060.54,26154771,99.72,0,0,0.55,557.98,3059.92,26154772,99.85,0.01,0.01,0.19,557.66,3060.25,26154773,99.86,0,0,0.14,557.64,3060.26,26154774,99.83,0,0,0.2,557.37,3060.52,26154775,99.76,0,0,0.35,557.84,3060.06,26154776,99.69,0,0,0.55,558.02,3059.88,26154777,99.85,0,0,0.14,557.56,3060.34,26154778,99.84,0,0,0.15,557.54,3060.35,26154779,99.82,0,0,0.14,557.52,3060.38,26154780,99.8,0,0,0.38,557.88,3060.02,26154781,99.71,0,0,0.55,558.27,3059.63,26154782,99.85,0,0,0.14,557.91,3059.99,26154783,99.87,0,0,0.16,557.88,3060.01,26154784,99.83,0,0,0.15,557.87,3060.03,26154785,99.81,0,0,0.38,557.93,3059.98,26154786,99.67,0,0,0.54,558.43,3059.47,26154787,99.85,0,0,0.15,557.58,3060.32,26154788,99.83,0,0,0.14,557.55,3060.34,26154789,99.76,0,0,0.35,557.51,3060.36,26154790,99.78,0,0,0.38,557.58,3060.3,26154791,99.7,0,0,0.43,558.27,3059.61,26154792,99.88,0,0,0.32,557.93,3059.95,26154793,99.85,0,0,0.15,557.9,3059.97,26154794,99.85,0,0,0.15,557.88,3059.99,26154795,99.75,0,0,0.32,557.64,3060.24,26154796,99.65,0,0,0.39,558,3059.87,26154797,99.85,0,0,0.32,557.84,3060.03,26154798,99.85,0,0,0.14,557.81,3060.05,26154799,99.86,0,0,0.16,557.8,3060.07,26154800,99.8,0,0,0.33,557.8,3060.09,26154801,99.7,0,0,0.39,558.13,3059.75,26154802,99.8,0,0,0.29,557.88,3059.99,26154803,99.87,0,0,0.14,557.92,3059.95,26154804,99.85,0,0,0.14,557.9,3059.97,26154805,99.81,0,0,0.32,557.65,3060.23,26154806,99.86,0,0,0.16,557.63,3060.25,26154807,99.72,0,0,0.56,558.2,3059.68,26154808,99.87,0,0,0.15,557.82,3060.05,26154809,99.83,0,0,0.14,557.8,3060.07,26154810,99.8,0,0,0.31,557.8,3060.08,26154811,99.85,0,0,0.16,557.78,3060.1,26154812,99.74,0,0,0.54,558.48,3059.4,26154813,99.84,0,0,0.14,557.68,3060.19,26154814,99.85,0,0,0.14,557.65,3060.21,26154815,99.78,0,0,0.33,558.13,3059.75,26154816,99.81,0,0,0.14,558.11,3059.77,26154817,99.69,0,0,0.55,558.4,3059.47,26154818,99.83,0,0,0.15,557.8,3060.07,26154819,99.78,0,0,0.3,557.55,3060.29,26154820,99.78,0,0,0.31,557.79,3060.08,26154821,99.86,0,0,0.16,557.89,3059.98,26154822,99.71,0,0,0.57,558.18,3059.69,26154823,99.81,0,0.02,0.2,557.62,3060.24,26154824,99.82,0,0,0.16,557.59,3060.27,26154825,99.77,0,0,0.31,557.34,3060.53,26154826,99.85,0,0,0.17,557.31,3060.56,26154827,99.73,0,0,0.54,558,3059.87,26154828,99.84,0,0,0.15,558.14,3059.72,26154829,99.85,0,0,0.14,558.12,3059.74,26154830,99.79,0,0,0.36,558.36,3059.52,26154831,99.84,0,0,0.18,558.34,3059.53,26154832,99.7,0,0,0.5,558.6,3059.26,26154833,99.82,0,0,0.2,558.06,3059.8,26154834,99.81,0,0,0.18,557.57,3060.29,26154835,99.76,0,0,0.31,557.79,3060.09,26154836,99.85,0,0,0.16,557.77,3060.1,26154837,99.7,0,0,0.41,558.22,3059.64,26154838,99.85,0,0,0.29,557.9,3059.96,26154839,99.86,0,0,0.14,557.89,3059.97,26154840,99.72,0,0,0.32,557.9,3059.98,26154841,99.85,0.01,0,0.14,557.87,3060,26154842,99.84,0,0,0.16,557.78,3060.08,26154843,99.7,0,0,0.57,558.34,3059.52,26154844,99.85,0,0,0.15,558.07,3059.78,26154845,99.78,0,0,0.32,558.18,3059.7,26154846,99.86,0,0,0.16,558.16,3059.71,26154847,99.85,0,0,0.15,558.13,3059.73,26154848,99.7,0,0,0.57,558.86,3059,26154849,99.74,0,0,0.3,558.08,3059.76,26154850,99.78,0,0,0.31,558.32,3059.53,26154851,99.84,0,0,0.15,558.3,3059.55,26154852,99.85,0,0,0.15,558.3,3059.55,26154853,99.72,0,0,0.55,558.95,3058.89,26154854,99.85,0,0,0.14,558.25,3059.59,26154855,99.8,0,0,0.33,558.25,3059.61,26154856,99.81,0,0,0.14,558.33,3059.53,26154857,99.84,0,0,0.19,558.43,3059.44,26154858,99.7,0,0,0.56,558.56,3059.32,26154859,99.84,0,0,0.16,557.15,3060.73,26154860,99.8,0,0,0.35,557.39,3060.5,26154861,99.85,0,0,0.12,557.37,3060.51,26154862,99.86,0,0,0.17,557.35,3060.53,26154863,99.71,0,0,0.54,557.81,3060.07,26154864,99.85,0,0,0.18,557.29,3060.57,26154865,99.81,0,0,0.32,557.55,3060.34,26154866,99.85,0,0,0.15,557.52,3060.36,26154867,99.86,0,0,0.16,557.59,3060.29,26154868,99.73,0,0,0.33,558.02,3059.85,26154869,99.85,0,0,0.38,557.65,3060.22,26154870,99.78,0,0,0.33,557.66,3060.23,26154871,99.86,0,0,0.14,557.64,3060.25,26154872,99.85,0,0,0.16,557.62,3060.27,26154873,99.85,0,0,0.14,557.58,3060.29,26154874,99.71,0,0,0.55,557.93,3059.94,26154875,99.8,0,0,0.4,557.32,3060.56,26154876,99.86,0,0,0.14,557.3,3060.58,26154877,99.87,0,0,0.15,557.27,3060.61,26154878,99.85,0,0,0.16,557.25,3060.62,26154879,99.64,0,0,0.7,557.78,3060.07,26154880,99.75,0,0,0.34,557.67,3060.19,26154881,99.83,0,0,0.16,557.63,3060.22,26154882,99.84,0,0,0.14,557.61,3060.24,26154883,99.84,0,0,0.16,557.59,3060.26,26154884,99.72,0,0,0.55,557.78,3060.08,26154885,99.79,0,0,0.36,556.35,3061.53,26154886,99.84,0,0,0.16,556.31,3061.56,26154887,99.83,0,0,0.16,556.29,3061.58,26154888,99.86,0,0,0.14,556.32,3061.54,26154889,99.71,0,0,0.53,557.37,3060.49,26154890,99.77,0,0,0.32,557.65,3060.23,26154891,99.86,0,0,0.14,557.64,3060.23,26154892,99.86,0,0,0.15,557.61,3060.26,26154893,99.85,0,0,0.16,557.59,3060.28,26154894,99.68,0,0,0.47,557.7,3060.16,26154895,99.8,0,0,0.4,557.07,3060.8,26154896,99.87,0,0,0.15,557.04,3060.82,26154897,99.84,0,0,0.16,557.02,3060.84,26154898,99.85,0,0,0.16,557,3060.86,26154899,99.72,0,0,0.45,557.71,3060.14,26154900,99.73,0,0,0.45,556.47,3061.39,26154901,99.86,0,0,0.16,556.41,3061.46,26154902,99.85,0,0,0.15,556.39,3061.47,26154903,99.86,0,0,0.16,556.36,3061.49,26154904,99.73,0,0,0.36,556.74,3061.11,26154905,99.77,0,0,0.52,557.57,3060.3,26154906,99.86,0,0,0.14,557.56,3060.3,26154907,99.82,0,0,0.16,557.54,3060.32,26154908,99.83,0,0,0.14,557.52,3060.34,26154909,99.8,0,0,0.3,557.74,3060.09,26154910,99.63,0,0,0.74,557.89,3059.95,26154911,99.85,0,0,0.14,557.64,3060.19,26154912,99.86,0,0,0.15,557.62,3060.21,26154913,99.86,0,0,0.14,557.6,3060.23,26154914,99.86,0,0,0.14,557.59,3060.27,26154915,99.62,0,0,0.72,557.87,3060.01,26154916,99.85,0,0,0.16,557.56,3060.31,26154917,99.85,0,0,0.18,557.3,3060.58,26154918,99.89,0.01,0.01,0.16,557.29,3060.57,26154919,99.87,0,0.01,0.17,557.32,3060.55,26154920,99.64,0,0,0.72,557.97,3059.91,26154921,99.9,0,0,0.17,557.78,3060.09,26154922,99.9,0,0,0.16,557.75,3060.11,26154923,99.93,0,0,0.14,557.74,3060.12,26154924,98.34,0,0,0.15,557.71,3060.14,26154925,99.76,0,0,0.71,558.21,3059.67,26154926,99.93,0,0,0.14,557.66,3060.21,26154927,99.92,0,0,0.16,557.64,3060.23,26154928,99.95,0,0,0.14,557.62,3060.24,26154929,99.93,0,0,0.14,557.6,3060.26,26154930,99.7,0,0,0.7,558.02,3059.86,26154931,99.95,0,0,0.16,557.58,3060.29,26154932,99.94,0,0,0.14,557.56,3060.3,26154933,99.94,0,0,0.15,557.54,3060.32,26154934,99.95,0,0,0.15,557.52,3060.34,26154935,99.71,0,0,0.69,557.65,3060.23,26154936,99.91,0,0,0.21,557.26,3060.61,26154937,99.92,0,0,0.14,557.3,3060.57,26154938,99.93,0,0,0.15,557.41,3060.46,26154939,99.78,0,0,0.29,557.86,3059.98,26154940,99.7,0,0,0.75,558.05,3059.8,26154941,99.94,0,0,0.14,557.86,3059.99,26154942,99.91,0,0,0.17,557.83,3060.02,26154943,99.94,0,0,0.19,557.79,3060.05,26154944,99.9,0,0,0.15,557.77,3060.08,26154945,99.73,0,0,0.57,558.12,3059.75,26154946,99.94,0,0,0.29,557.75,3060.11,26154947,99.94,0,0,0.15,557.84,3060.02,26154948,99.92,0,0,0.18,557.88,3059.97,26154949,99.93,0,0,0.16,557.86,3059.99,26154950,99.9,0,0,0.33,557.86,3060.01,26154951,99.76,0,0,0.55,558.2,3059.66,26154952,99.92,0,0,0.18,557.81,3060.05,26154953,99.92,0,0,0.17,557.8,3060.05,26154954,99.9,0,0,0.2,557.55,3060.3,26154955,99.88,0,0,0.34,557.54,3060.32,26154956,99.82,0,0,0.62,558.03,3059.82,26154957,99.93,0,0,0.21,557.73,3060.11,26154958,99.93,0,0,0.14,557.71,3060.13,26154959,99.91,0,0,0.15,557.82,3060.01,26154960,99.85,0,0,0.37,557.88,3059.97,26154961,99.79,0,0,0.59,558.57,3059.28,26154962,99.93,0,0,0.18,557.84,3060.01,26154963,99.91,0,0,0.18,557.81,3060.03,26154964,99.93,0,0,0.19,557.79,3060.05,26154965,99.89,0,0,0.36,557.78,3060.07,26154966,99.81,0,0,0.54,558.34,3059.5,26154967,99.92,0,0,0.15,557.97,3059.87,26154968,99.95,0,0,0.14,557.96,3059.88,26154969,99.82,0,0.02,0.33,558.04,3059.77,26154970,99.88,0,0,0.33,557.84,3059.99,26154971,99.79,0,0,0.41,558.22,3059.61,26154972,99.95,0,0,0.28,558.03,3059.79,26154973,99.91,0,0,0.16,558.01,3059.81,26154974,99.94,0,0,0.15,557.98,3059.83,26154975,99.87,0,0,0.32,557.73,3060.09,26154976,99.81,0,0,0.48,558.04,3059.78,26154977,99.93,0,0,0.25,557.81,3060.01,26154978,99.93,0.01,0.03,0.16,557.8,3060.01,26154979,99.94,0,0,0.18,557.69,3060.12,26154980,99.87,0,0,0.34,557.1,3060.73,26154981,99.8,0,0,0.32,557.52,3060.3,26154982,99.93,0,0,0.38,558.08,3059.74,26154983,99.94,0,0,0.14,558.06,3059.76,26154984,99.92,0,0,0.14,558.05,3059.76,26154985,99.89,0,0,0.32,558.04,3059.79,26154986,99.94,0,0,0.14,558.03,3059.79,26154987,99.79,0,0,0.55,558.49,3059.33,26154988,99.93,0,0,0.15,558.03,3059.79,26154989,99.93,0,0,0.14,558.02,3059.79,26154990,99.87,0,0,0.32,558.04,3059.78,26154991,99.93,0,0,0.14,558.01,3059.82,26154992,99.79,0,0,0.53,558.52,3059.3,26154993,99.93,0,0,0.16,558.24,3059.57,26154994,99.95,0,0,0.16,558.24,3059.57,26154995,99.83,0,0,0.34,558.24,3059.58,26154996,99.92,0,0,0.16,558.22,3059.61,26154997,99.81,0,0,0.59,558.56,3059.26,26154998,99.95,0,0,0.2,558.2,3059.61,26154999,99.85,0,0,0.31,557.71,3060.07,26155000,99.92,0,0.01,0.34,557.96,3059.85,26155001,99.93,0,0,0.18,557.93,3059.87,26155002,99.8,0,0,0.54,558.41,3059.38,26155003,99.95,0,0,0.21,558.17,3059.62,26155004,98.1,0,0,0.17,558.17,3059.64,26155005,99.91,0,0,0.37,558.16,3059.68,26155006,99.93,0,0,0.16,558.12,3059.71,26155007,99.82,0,0,0.52,558.47,3059.36,26155008,99.92,0,0,0.2,557.43,3060.4,26155009,99.93,0,0,0.14,557.12,3060.7,26155010,99.9,0,0,0.32,557.38,3060.45,26155011,99.95,0,0,0.15,557.38,3060.45,26155012,99.82,0,0,0.41,557.73,3060.1,26155013,99.95,0,0,0.28,557.37,3060.45,26155014,99.93,0,0,0.18,556.93,3060.89,26155015,99.84,0,0,0.34,557.35,3060.49,26155016,99.93,0,0,0.14,557.35,3060.48,26155017,99.82,0,0,0.29,557.98,3059.84,26155018,99.9,0,0,0.39,556.85,3060.97,26155019,99.94,0,0,0.19,556.84,3060.97,26155020,99.38,0,0,10.88,557,3060.87,26155021,99.95,0,0,0.17,556.98,3060.93,26155022,99.92,0,0,0.12,556.97,3060.93,26155023,99.8,0,0,0.55,557.92,3059.98,26155024,99.9,0,0,0.14,557.45,3060.44,26155025,99.86,0,0,0.32,557.58,3060.37,26155026,99.91,0,0,0.16,557.47,3060.48,26155027,99.93,0,0,0.14,557.44,3060.5,26155028,99.77,0,0,0.56,557.34,3060.6,26155029,99.81,0,0,0.3,557.42,3060.5,26155030,99.86,0,0,0.34,557.68,3060.27,26155031,99.94,0,0,0.14,557.67,3060.28,26155032,99.95,0,0,0.13,557.65,3060.3,26155033,99.79,0,0,0.56,557.87,3060.07,26155034,99.95,0,0,0.18,557.39,3060.54,26155035,99.86,0,0,0.33,557.17,3060.78,26155036,99.93,0,0,0.14,557.12,3060.82,26155037,99.93,0,0,0.2,557.12,3060.82,26155038,99.79,0,0,0.45,557.48,3060.46,26155039,99.91,0,0,0.27,557.11,3060.82,26155040,99.89,0,0,0.32,557.37,3060.58,26155041,99.95,0,0,0.14,557.34,3060.6,26155042,99.95,0,0,0.16,557.38,3060.56,26155043,95.1,0.36,0.01,77.76,568.95,3049.07,26155044,99.85,0,0,180.98,560.1,3057.51,26155045,99.9,0,0,0.33,560.1,3057.53,26155046,99.95,0,0,0.14,560.08,3057.54,26155047,99.95,0,0,0.18,560.08,3057.54,26155048,99.83,0,0,0.32,560.4,3057.22,26155049,99.92,0,0,0.43,557.63,3060.03,26155050,99.87,0,0,0.38,557.64,3060.04,26155051,99.94,0,0,0.14,557.63,3060.05,26155052,99.95,0,0,0.16,557.63,3060.05,26155053,99.94,0,0.01,0.17,557.6,3060.07,26155054,99.78,0,0,0.61,558.2,3059.5,26155055,99.88,0,0,0.38,557.44,3060.27,26155056,99.94,0,0,0.18,557.35,3060.36,26155057,99.95,0,0,0.18,557.32,3060.39,26155058,99.93,0,0,0.16,557.31,3060.39,26155059,99.72,0,0,0.73,557.87,3059.81,26155060,99.88,0,0,0.31,557.52,3060.18,26155061,99.96,0,0,0.16,557.51,3060.18,26155062,99.93,0,0,0.16,557.48,3060.21,26155063,99.95,0,0,0.14,557.47,3060.21,26155064,99.79,0,0,0.53,557.94,3059.74,26155065,99.87,0,0,0.32,556.52,3061.18,26155066,99.96,0,0,0.16,556.49,3061.2,26155067,99.96,0,0,0.15,556.49,3061.2,26155068,99.94,0,0,0.14,556.49,3061.2,26155069,99.82,0,0,0.44,557.32,3060.36,26155070,99.87,0,0,0.51,557.08,3060.62,26155071,99.92,0,0,0.18,556.96,3060.73,26155072,99.95,0,0,0.18,556.95,3060.74,26155073,99.95,0,0,0.18,556.95,3060.74,26155074,99.79,0,0,0.49,557.33,3060.35,26155075,99.88,0,0,0.46,557.7,3060,26155076,99.95,0,0,0.16,557.69,3060,26155077,99.95,0,0,0.14,557.69,3060,26155078,99.95,0,0,0.15,557.66,3060.03,26155079,99.81,0,0,0.51,558.04,3059.64,26155080,99.83,0,0,0.48,558.15,3059.54,26155081,99.94,0,0,0.17,558.15,3059.54,26155082,99.93,0,0,0.15,558.15,3059.54,26155083,99.95,0,0,0.14,558.14,3059.54,26155084,99.96,0,0,0.17,558.14,3059.54,26155085,99.68,0,0,0.71,558.29,3059.4,26155086,99.94,0,0,0.18,557.66,3060.03,26155087,99.95,0,0,0.16,557.65,3060.04,26155088,99.94,0,0,0.17,557.62,3060.06,26155089,99.85,0,0,0.33,557.85,3059.81,26155090,99.79,0,0,0.69,558.32,3059.36,26155091,99.94,0,0,0.17,557.87,3059.8,26155092,99.94,0,0,0.2,557.87,3059.8,26155093,99.92,0,0,0.15,557.84,3059.82,26155094,99.92,0,0,0.15,557.83,3059.83,26155095,99.78,0,0,0.7,558.03,3059.65,26155096,99.94,0,0,0.16,557.84,3059.83,26155097,99.92,0,0,0.22,557.83,3059.83,26155098,99.91,0,0,0.15,557.81,3059.85,26155099,99.95,0,0,0.18,557.79,3059.86,26155100,99.75,0,0,0.7,558.01,3059.66,26155101,99.95,0,0,0.14,557.56,3060.11,26155102,99.93,0,0,0.16,557.64,3060.03,26155103,99.94,0,0,0.15,557.73,3059.93,26155104,99.95,0,0,0.15,557.71,3059.95,26155105,99.6,0,0,0.63,558.33,3059.34,26155106,99.93,0,0,0.21,557.97,3059.71,26155107,99.92,0,0,0.14,557.96,3059.71,26155108,99.93,0,0,0.16,557.96,3059.71,26155109,99.94,0,0,0.14,557.92,3059.74,26155110,99.8,0,0,0.63,558.13,3059.54,26155111,99.95,0,0,0.23,557.94,3059.74,26155112,99.93,0,0,0.14,557.93,3059.74,26155113,99.96,0,0,0.16,557.92,3059.74,26155114,99.95,0,0,0.15,557.89,3059.77,26155115,99.78,0,0,0.58,558.06,3059.62,26155116,99.9,0,0,0.41,549.75,3068.22,26155117,99.96,0,0,0.2,541.73,3076.58,26155118,99.95,0,0,0.14,541.7,3076.6,26155119,99.87,0,0,0.31,541.45,3076.82,26155120,99.89,0,0,0.29,541.7,3076.59,26155121,99.83,0,0,0.54,542.29,3076,26155122,99.95,0,0,0.17,541.94,3076.35,26155123,99.94,0,0,0.14,541.9,3076.38,26155124,99.95,0,0,0.15,541.9,3076.38,26155125,99.89,0,0,0.29,540.8,3077.5,26155126,99.8,0,0,0.56,542.22,3076.08,26155127,99.95,0,0,0.14,541.91,3076.38,26155128,99.95,0,0,0.14,541.9,3076.38,26155129,99.95,0,0,0.23,541.88,3076.4,26155130,99.87,0,0,0.31,541.89,3076.41,26155131,99.75,0,0,0.56,542.04,3076.25,26155132,99.95,0,0,0.16,541.63,3076.66,26155133,99.95,0,0,0.18,541.63,3076.66,26155134,96.15,3.52,0.02,4.3,547.97,3071.35,26155135,99.8,0,0,77.2,544.35,3070.02,26155136,99.78,0,0,0.55,544.68,3069.68,26155137,99.94,0,0,0.16,544.34,3070.03,26155138,99.95,0,0,0.18,544.33,3070.03,26155139,99.95,0,0,0.18,544.14,3070.22,26155140,99.82,0,0,0.31,540.75,3073.68,26155141,99.82,0,0,0.51,541.46,3072.97,26155142,99.95,0,0,0.23,540.92,3073.5,26155143,99.92,0,0,0.16,540.92,3073.5,26155144,99.95,0,0,0.17,540.92,3073.5,26155145,99.9,0,0,0.3,541.17,3073.32,26155146,99.81,0,0,0.43,541.67,3072.83,26155147,99.96,0,0,0.3,541.17,3073.32,26155148,99.92,0,0,0.17,541.17,3073.32,26155149,99.82,0,0,0.34,542.11,3072.35,26155150,99.88,0,0,0.3,542.12,3072.36,26155151,99.8,0,0,0.43,542.39,3072.09,26155152,99.93,0,0,0.35,541.87,3072.6,26155153,99.92,0,0,0.22,541.86,3072.6,26155154,99.92,0,0,0.2,541.86,3072.62,26155155,99.9,0,0,0.32,542.09,3072.4,26155156,99.8,0,0,0.55,542.44,3072.05,26155157,99.95,0,0,0.26,541.85,3072.64,26155158,99.9,0,0,0.17,541.41,3073.08,26155159,99.93,0,0,0.19,541.09,3073.39,26155160,99.9,0,0,0.3,540.87,3073.63,26155161,99.95,0,0,0.21,540.84,3073.65,26155162,99.82,0,0,0.58,540.94,3073.55,26155163,99.93,0,0,0.16,540.57,3073.91,26155164,99.91,0,0,0.17,540.57,3073.92,26155165,99.84,0,0,0.28,541.07,3073.44,26155166,99.93,0,0,0.19,541.08,3073.43,26155167,99.8,0,0,0.56,541.42,3073.09,26155168,99.89,0,0,0.17,541.04,3073.46,26155169,99.92,0,0,0.19,541.06,3073.44,26155170,99.87,0,0,0.32,541.24,3073.28,26155171,99.96,0,0,0.17,541.24,3073.28,26155172,99.8,0,0,0.55,542.13,3072.38,26155173,99.95,0,0,0.18,541.47,3073.03,26155174,99.93,0,0,0.16,541.47,3073.03,26155175,99.9,0,0,0.3,541.3,3073.22,26155176,99.95,0,0,0.18,541.21,3073.31,26155177,99.81,0,0,0.53,541.74,3072.77,26155178,99.92,0,0,0.21,541.2,3073.31,26155179,99.87,0,0,0.32,541.44,3073.04,26155180,99.86,0,0,0.3,541.46,3073.04,26155181,99.94,0,0,0.19,541.46,3073.04,26155182,99.8,0,0,0.62,541.88,3072.61,26155183,99.93,0,0,0.16,541.43,3073.06,26155184,99.89,0,0,0.17,541.41,3073.07,26155185,99.68,0,0,0.29,541.19,3073.31,26155186,99.94,0,0,0.17,541.17,3073.32,26155187,99.78,0,0,0.42,541.54,3072.94,26155188,99.88,0,0,0.33,541.41,3073.07,26155189,99.94,0,0,0.2,541.41,3073.07,26155190,99.92,0,0,0.35,541.41,3073.08,26155191,99.92,0,0,0.18,541.39,3073.1,26155192,99.94,0,0,0.18,541.38,3073.1,26155193,99.77,0,0,0.57,541.27,3073.21,26155194,99.91,0,0,0.22,540.88,3073.59,26155195,99.91,0,0,0.31,541.37,3073.12,26155196,99.96,0,0,0.18,541.35,3073.13,26155197,99.97,0,0,0.16,541.35,3073.13,26155198,99.76,0,0,0.56,541.88,3072.6,26155199,99.94,0,0,0.17,541.59,3072.89,26155200,99.83,0,0,0.3,541.61,3072.88,26155201,99.93,0,0,0.17,541.6,3072.89,26155202,99.92,0,0,0.17,541.6,3072.89,26155203,99.8,0,0,0.5,541.8,3072.68,26155204,99.94,0,0,0.22,541.34,3073.13,26155205,99.87,0,0,0.28,541.37,3073.13,26155206,99.93,0,0,0.17,541.35,3073.14,26155207,99.93,0,0,0.18,541.32,3073.16,26155208,99.81,0,0,0.42,541.9,3072.58,26155209,99.89,0,0,0.46,541.31,3073.15,26155210,99.88,0,0,0.33,541.56,3072.91,26155211,99.94,0,0,0.21,541.56,3072.91,26155212,99.9,0,0,0.17,541.56,3072.91,26155213,99.78,0,0,0.59,542.16,3072.3,26155214,99.93,0,0,0.17,541.79,3072.67,26155215,99.91,0,0,0.29,541.07,3073.41,26155216,99.93,0,0,0.17,541.16,3073.31,26155217,99.93,0,0,0.26,540.98,3073.49,26155218,99.8,0,0,0.43,541.37,3073.09,26155219,99.91,0,0,0.36,541.46,3073,26155220,99.89,0,0,0.29,541.97,3072.51,26155221,99.94,0,0,0.17,541.96,3072.51,26155222,99.94,0,0,0.19,541.95,3072.52,26155223,99.92,0,0,0.18,541.92,3072.54,26155224,99.8,0,0,0.56,542.05,3072.41,26155225,99.87,0,0,0.32,541.69,3072.78,26155226,99.09,0,0,0.18,541.67,3072.81,26155227,99.89,0,0,0.2,541.65,3072.82,26155228,99.91,0,0,0.16,541.65,3072.82,26155229,99.78,0,0,0.56,541.78,3072.7,26155230,99.79,0,0,0.29,540.47,3074.03,26155231,99.91,0,0,0.14,540.43,3074.06,26155232,99.95,0,0,0.16,540.4,3074.09,26155233,99.94,0,0,0.14,540.39,3074.09,26155234,99.76,0,0,0.56,541.67,3072.81,26155235,99.89,0,0,0.32,541.4,3073.1,26155236,99.95,0,0,0.14,541.38,3073.11,26155237,99.95,0,0,0.16,541.38,3073.11,26155238,99.94,0,0,0.14,541.37,3073.11,26155239,99.73,0,0,0.63,542.38,3072.07,26155240,99.85,0,0,0.37,541.63,3072.84,26155241,99.92,0,0,0.14,541.6,3072.87,26155242,99.93,0,0,0.16,541.59,3072.88,26155243,99.96,0,0,0.14,541.58,3072.88,26155244,99.79,0,0,0.56,541.93,3072.53,26155245,99.6,0,0,0.29,541.35,3073.12,26155246,99.94,0,0,0.15,541.35,3073.13,26155247,99.96,0,0,0.17,541.34,3073.13,26155248,99.93,0,0,0.14,541.31,3073.15,26155249,99.81,0,0,0.49,541.28,3073.18,26155250,99.91,0,0,0.33,540.82,3073.66,26155251,99.95,0,0,0.15,540.82,3073.65,26155252,99.95,0,0,0.16,540.82,3073.65,26155253,99.95,0,0,0.16,540.81,3073.65,26155254,99.77,0,0,0.66,541.53,3072.93,26155255,99.87,0,0,0.32,541.56,3072.91,26155256,99.93,0,0,0.16,541.53,3072.94,26155257,99.95,0,0,0.18,541.53,3072.94,26155258,99.95,0,0,0.16,541.52,3072.94,26155259,99.82,0,0,0.43,541.85,3072.61,26155260,99.78,0,0,0.42,540.37,3074.11,26155261,99.92,0,0,0.18,540.49,3073.98,26155262,99.94,0,0,0.16,540.48,3073.98,26155263,99.92,0,0.01,0.18,540.45,3074.01,26155264,99.93,0,0,0.15,540.41,3074.05,26155265,99.76,0,0,0.68,542.38,3072.1,26155266,99.95,0,0,0.15,541.65,3072.82,26155267,99.93,0,0,0.14,541.65,3072.82,26155268,99.93,0,0,0.17,541.64,3072.82,26155269,99.83,0,0,0.33,541.91,3072.52,26155270,99.71,0,0,0.7,542.03,3072.43,26155271,99.94,0,0,0.14,541.62,3072.82,26155272,99.94,0,0,0.18,541.62,3072.82,26155273,99.93,0,0,0.16,541.61,3072.82,26155274,99.95,0,0,0.18,541.61,3072.85,26155275,99.72,0,0,0.7,542.22,3072.25,26155276,99.9,0,0,0.15,541.87,3072.6,26155277,99.93,0,0,0.25,541.86,3072.6,26155278,99.94,0,0,0.14,541.83,3072.62,26155279,99.91,0,0,0.14,541.82,3072.63,26155280,99.73,0,0,0.62,541.59,3072.87,26155281,99.95,0,0,0.21,540.6,3073.86,26155282,99.94,0,0,0.14,540.6,3073.86,26155283,99.95,0,0,0.14,540.59,3073.86,26155284,99.9,0,0,0.15,540.59,3073.86,26155285,99.68,0,0,0.57,541.93,3072.54,26155286,99.84,0,0,0.28,542.05,3072.42,26155287,99.87,0,0.01,0.16,542.03,3072.43,26155288,99.93,0,0,0.15,542.01,3072.45,26155289,99.88,0,0.01,0.16,542.08,3072.37,26155290,99.66,0,0,0.77,542.48,3071.99,26155291,99.91,0,0.01,0.2,541.9,3072.56,26155292,99.95,0,0,0.18,541.89,3072.57,26155293,99.93,0,0,0.18,541.88,3072.57,26155294,99.9,0,0,0.16,541.86,3072.59,26155295,99.71,0,0,0.49,542.23,3072.24,26155296,99.95,0,0,0.37,542.1,3072.36,26155297,99.83,0,0,0.13,542.1,3072.36,26155298,99.89,0,0,0.18,542.09,3072.36,26155299,99.8,0,0,0.39,541.83,3072.59,26155300,99.79,0,0,0.31,541.82,3072.62,26155301,99.74,0,0,0.56,542.45,3071.98,26155302,99.87,0,0,0.13,541.8,3072.63,26155303,99.9,0,0,0.14,541.78,3072.65,26155304,99.88,0,0,0.15,541.76,3072.66,26155305,99.83,0,0,0.28,541.78,3072.65,26155306,99.79,0,0,0.56,541.67,3072.76,26155307,99.82,0,0,0.39,541.18,3073.25,26155308,99.89,0,0,0.15,540.76,3073.67,26155309,99.93,0,0,0.16,540.75,3073.67,26155310,99.88,0,0,0.29,540.52,3073.91,26155311,99.76,0,0,0.5,541.25,3073.18,26155312,99.92,0,0,0.2,541.25,3073.18,26155313,99.88,0,0.01,0.16,541.33,3073.1,26155314,99.84,0,0,0.19,541.26,3073.16,26155315,99.8,0,0,0.27,541.44,3072.99,26155316,99.75,0,0,0.54,541.53,3072.9,26155317,99.83,0,0,0.17,540.94,3073.48,26155318,99.82,0,0,0.18,540.91,3073.51,26155319,99.87,0,0,0.15,540.9,3073.52,26155320,99.78,0,0,0.34,541.17,3073.26,26155321,99.73,0,0,0.47,541.51,3072.92,26155322,99.88,0,0,0.2,541.15,3073.27,26155323,99.85,0,0,0.16,541.15,3073.27,26155324,99.82,0,0,0.14,541.14,3073.28,26155325,99.8,0,0,0.33,541.13,3073.3,26155326,99.73,0,0,0.59,541.47,3072.95,26155327,99.87,0,0,0.14,541.12,3073.3,26155328,99.85,0,0,0.15,541.09,3073.33,26155329,99.78,0,0,0.3,541.32,3073.07,26155330,99.78,0,0,0.28,540.88,3073.53,26155331,99.76,0,0,0.32,541.4,3073,26155332,99.84,0,0,0.38,541.58,3072.82,26155333,99.85,0,0,0.15,541.55,3072.85,26155334,99.83,0,0,0.14,541.54,3072.85,26155335,99.81,0,0,0.29,541.32,3073.08,26155336,99.87,0,0,0.14,541.31,3073.09,26155337,99.73,0,0,0.59,541.76,3072.63,26155338,99.85,0,0,0.14,541.29,3073.11,26155339,99.86,0,0,0.15,541.27,3073.14,26155340,99.82,0,0,0.28,541.04,3073.38,26155341,99.84,0,0,0.16,541.03,3073.39,26155342,99.7,0,0,0.52,541.38,3073.03,26155343,99.82,0,0,0.16,541.02,3073.39,26155344,99.83,0,0,0.14,541.1,3073.31,26155345,99.78,0,0,0.29,541.68,3072.74,26155346,99.85,0,0,0.16,541.68,3072.74,26155347,99.71,0,0,0.57,542.02,3072.4,26155348,99.85,0,0,0.15,541.67,3072.74,26155349,99.85,0,0,0.14,541.66,3072.74,26155350,99.8,0,0,0.29,541.69,3072.74,26155351,99.82,0,0,0.18,541.66,3072.76,26155352,99.73,0,0,0.6,541.87,3072.54,26155353,99.85,0,0,0.16,541.4,3073.02,26155354,99.84,0,0,0.15,541.39,3073.02,26155355,99.78,0,0,0.29,540.92,3073.51,26155356,99.84,0,0,0.16,540.88,3073.54,26155357,99.7,0,0,0.39,541.49,3072.93,26155358,99.83,0,0,0.28,541.61,3072.8,26155359,99.8,0,0,0.32,541.61,3072.78,26155360,99.82,0,0,0.3,541.14,3073.27,26155361,99.86,0,0,0.14,541.12,3073.28,26155362,99.72,0,0,0.5,541.3,3073.09,26155363,99.84,0,0,0.19,540.34,3074.05,26155364,99.83,0,0,0.15,540.34,3074.06,26155365,99.69,0,0,0.34,540.36,3074.06,26155366,99.87,0,0,0.14,540.35,3074.06,26155367,99.74,0,0,0.29,540.72,3073.7,26155368,99.82,0,0,0.41,541.57,3072.83,26155369,99.81,0,0,0.14,541.55,3072.85,26155370,99.81,0,0,0.31,541.31,3073.1,26155371,99.85,0,0,0.14,541.3,3073.11,26155372,99.86,0,0,0.13,541.29,3073.11,26155373,99.73,0,0,0.57,542.2,3072.2,26155374,99.84,0,0,0.18,541.69,3072.71,26155375,99.82,0,0,0.28,541.35,3073.07,26155376,99.85,0,0,0.17,541.27,3073.14,26155377,99.84,0,0,0.14,541.27,3073.14,26155378,99.7,0,0,0.54,541.44,3072.96,26155379,99.84,0,0,0.14,540.99,3073.41,26155380,99.73,0,0,0.3,540.2,3074.21,26155381,99.85,0,0,0.14,540.19,3074.22,26155382,99.85,0,0,0.19,540.15,3074.25,26155383,99.71,0,0,0.4,540.74,3073.67,26155384,99.83,0,0,0.28,540.62,3073.8,26155385,99.79,0,0,0.3,541.58,3072.86,26155386,99.88,0,0,0.14,541.61,3072.83,26155387,99.87,0,0,0.16,541.6,3072.83,26155388,99.69,0,0,0.5,541.86,3072.57,26155389,99.8,0,0,0.34,541.59,3072.82,26155390,99.82,0,0,0.29,541.61,3072.82,26155391,99.86,0,0,0.14,541.57,3072.85,26155392,99.82,0,0,0.14,541.57,3072.85,26155393,99.7,0,0,0.59,541.82,3072.59,26155394,99.85,0,0,0.14,540.87,3073.54,26155395,99.78,0,0,0.29,541.08,3073.34,26155396,99.84,0,0,0.15,541.05,3073.37,26155397,99.84,0,0,0.2,540.8,3073.61,26155398,99.83,0,0,0.17,540.79,3073.62,26155399,99.69,0,0,0.55,542.12,3072.28,26155400,99.8,0,0,0.35,541.54,3072.87,26155401,99.87,0,0,0.19,541.52,3072.9,26155402,99.85,0,0,0.16,541.5,3072.91,26155403,99.83,0,0,0.15,541.49,3072.91,26155404,96.47,0.02,0.01,77.76,553.27,3063.22,26155405,88.88,0,0,103.94,563.44,3035.49,26155406,95.29,0,0,52.87,555.87,3053,26155407,97.98,0,0,0.19,544.56,3072.62,26155408,99.84,0,0,0.15,544.55,3072.62,26155409,99.73,0,0,0.57,544.65,3072.53,26155410,99.77,0,0,0.36,544.34,3072.85,26155411,99.85,0,0,0.19,542.16,3075.07,26155412,99.85,0,0,0.14,541.6,3075.64,26155413,99.87,0,0,0.15,541.58,3075.66,26155414,99.72,0,0,0.55,542,3075.26,26155415,99.8,0,0,0.32,542.05,3075.22,26155416,99.85,0,0,0.16,542.07,3075.22,26155417,99.86,0,0,0.14,542.06,3075.23,26155418,99.85,0,0,0.14,542.06,3075.23,26155419,99.63,0,0,0.62,542.3,3074.95,26155420,99.73,0,0,0.35,542.05,3075.21,26155421,99.84,0,0,0.14,542.03,3075.23,26155422,99.86,0,0,0.16,542.03,3075.23,26155423,99.85,0,0,0.14,542.01,3075.23,26155424,99.72,0,0,0.57,542.15,3075.09,26155425,99.81,0,0,0.34,542.12,3075.14,26155426,99.85,0,0,0.16,542.09,3075.16,26155427,99.83,0,0,0.18,542.09,3075.16,26155428,99.83,0,0,0.18,542.08,3075.16,26155429,99.71,0,0,0.47,542.47,3074.78,26155430,99.81,0,0,0.51,542.08,3075.18,26155431,99.84,0,0,0.16,542.06,3075.2,26155432,99.86,0,0,0.14,542.05,3075.2,26155433,99.87,0,0,0.14,542.02,3075.23,26155434,99.72,0,0,0.56,542.17,3075.08,26155435,99.82,0,0,0.29,541.8,3075.47,26155436,99.81,0,0,0.14,541.79,3075.47,26155437,99.84,0,0,0.16,541.77,3075.49,26155438,99.84,0,0,0.14,541.75,3075.5,26155439,99.83,0,0,0.16,541.75,3075.51,26155440,99.54,0,0,0.69,541.72,3075.56,26155441,99.85,0,0,0.14,541.45,3075.82,26155442,99.85,0,0,0.14,541.44,3075.83,26155443,99.84,0,0,0.16,541.41,3075.86,26155444,99.85,0,0,0.13,541.41,3075.86,26155445,99.69,0,0,0.71,542.63,3074.66,26155446,99.85,0,0,0.16,542.41,3074.87,26155447,99.87,0,0,0.14,542.41,3074.87,26155448,99.86,0,0,0.14,542.38,3074.9,26155449,99.72,0,0,0.29,542.37,3074.88,26155450,99.68,0,0,0.66,542.58,3074.69,26155451,99.85,0,0,0.15,541.88,3075.39,26155452,99.87,0,0,0.17,541.87,3075.39,26155453,99.86,0,0,0.14,541.87,3075.39,26155454,99.85,0,0,0.14,541.85,3075.4,26155455,99.66,0,0,0.72,542.31,3074.95,26155456,99.86,0,0,0.16,542.09,3075.17,26155457,99.86,0,0,0.21,541.2,3076.06,26155458,99.86,0,0,0.14,541.1,3076.16,26155459,99.87,0,0,0.14,541.09,3076.16,26155460,99.66,0,0,0.69,542.04,3075.23,26155461,99.86,0,0,0.18,541.6,3075.66,26155462,99.86,0,0,0.18,541.56,3075.69,26155463,99.86,0,0,0.14,541.56,3075.7,26155464,99.85,0,0,0.17,541.55,3075.7,26155465,99.61,0,0,0.7,541.15,3076.11,26155466,99.85,0,0,0.16,540.08,3077.17,26155467,99.87,0,0,0.15,540.08,3077.18,26155468,99.87,0,0,0.14,540.04,3077.2,26155469,99.85,0,0,0.15,540.04,3077.2,26155470,99.64,0,0,0.61,541.49,3075.78,26155471,99.87,0,0,0.32,541.53,3075.73,26155472,99.86,0,0,0.17,541.53,3075.73,26155473,99.87,0,0,0.18,541.5,3075.75,26155474,99.9,0,0,0.16,541.49,3075.76,26155475,99.9,0,0,0.32,541.02,3076.24,26155476,99.77,0,0,0.55,541.6,3075.66,26155477,99.92,0,0,0.16,541.29,3075.96,26155478,99.93,0,0,0.18,541.44,3075.82,26155479,99.87,0,0,0.29,541.45,3075.78,26155480,99.88,0,0,0.29,541.94,3075.31,26155481,99.8,0,0,0.58,542.03,3075.21,26155482,99.96,0,0,0.18,541.66,3075.58,26155483,99.96,0,0,0.16,541.65,3075.58,26155484,99.95,0,0,0.17,541.65,3075.58,26155485,99.87,0,0,0.3,541.65,3075.6,26155486,99.8,0,0,0.59,542.35,3074.89,26155487,99.94,0.01,0,0.17,541.61,3075.62,26155488,99.51,0,0,0.27,541.89,3075.34,26155489,99.92,0,0,0.17,541.57,3075.65,26155490,99.9,0,0,0.34,541.82,3075.43,26155491,99.82,0,0,0.54,542.08,3075.16,26155492,99.94,0,0,0.18,541.32,3075.92,26155493,99.95,0,0,0.16,541.31,3075.92,26155494,99.93,0,0,0.21,541.15,3076.08,26155495,99.92,0,0,0.3,541.53,3075.71,26155496,99.8,0,0,0.52,541.9,3075.34,26155497,99.34,0,0,0.25,541.29,3075.95,26155498,99.93,0,0,0.17,541.28,3075.95,26155499,99.95,0,0,0.18,541.28,3075.95,26155500,99.84,0,0,0.32,541.78,3075.46,26155501,99.78,0,0,0.58,542.11,3075.13,26155502,99.94,0,0,0.17,541.74,3075.49,26155503,99.94,0,0,0.18,541.74,3075.49,26155504,99.96,0,0,0.16,541.8,3075.43,26155505,99.86,0,0,0.32,541.72,3075.52,26155506,99.82,0,0,0.41,542.04,3075.19,26155507,99.96,0,0,0.29,541.68,3075.55,26155508,99.96,0,0,0.21,541.68,3075.55,26155509,99.9,0,0,0.29,541.69,3075.51,26155510,99.84,0,0,0.32,541.93,3075.29,26155511,99.78,0,0,0.38,542.6,3074.62,26155512,99.93,0,0,0.38,541.92,3075.29,26155513,99.91,0,0,0.18,541.89,3075.32,26155514,99.94,0,0,0.19,541.89,3075.33,26155515,99.85,0,0,0.36,541.91,3075.33,26155516,99.93,0,0,0.17,541.9,3075.33,26155517,99.78,0,0,0.64,542.41,3074.82,26155518,99.95,0,0,0.2,541.86,3075.36,26155519,99.95,0,0.01,0.25,541.84,3075.4,26155520,99.87,0,0.01,0.35,542.08,3075.17,26155521,99.94,0,0,0.18,542.05,3075.2,26155522,99.78,0,0,0.63,541.84,3075.4,26155523,99.95,0,0,0.19,541.29,3075.95,26155524,99.92,0,0,0.17,541.27,3075.96,26155525,99.9,0,0,0.31,541.65,3075.6,26155526,99.94,0,0,0.18,541.68,3075.56,26155527,99.8,0,0,0.58,542.12,3075.12,26155528,99.93,0,0,0.17,541.86,3075.38,26155529,99.95,0,0,0.17,541.85,3075.38,26155530,99.9,0,0,0.3,541.87,3075.38,26155531,99.94,0,0,0.18,541.87,3075.38,26155532,99.77,0,0,0.56,542.22,3075.02,26155533,99.96,0,0,0.16,541.83,3075.41,26155534,99.95,0,0,0.17,541.82,3075.41,26155535,99.9,0,0,0.32,541.84,3075.41,26155536,99.95,0,0,0.17,541.83,3075.41,26155537,99.82,0,0,0.54,542.19,3075.05,26155538,99.95,0,0,0.17,541.83,3075.41,26155539,99.88,0,0,0.32,541.8,3075.43,26155540,99.9,0,0,0.32,541.81,3075.45,26155541,99.95,0,0,0.16,541.8,3075.46,26155542,99.8,0,0,0.42,542.16,3075.09,26155543,99.93,0,0,0.3,541.79,3075.46,26155544,99.95,0,0,0.17,541.79,3075.46,26155545,99.9,0,0,0.32,541.54,3075.72,26155546,99.96,0,0,0.18,541.52,3075.73,26155547,99.79,0,0,0.36,542.23,3075.02,26155548,99.71,0,0,0.38,542,3075.24,26155549,99.93,0,0,0.15,542,3075.24,26155550,99.88,0,0,0.3,542.01,3075.24,26155551,99.96,0,0,0.14,542.02,3075.24,26155552,99.93,0,0,0.14,542.16,3075.09,26155553,99.78,0,0,0.55,542.5,3074.74,26155554,99.94,0,0,0.16,541.88,3075.36,26155555,99.86,0,0,0.3,541.92,3075.34,26155556,99.95,0,0,0.14,541.92,3075.33,26155557,99.93,0,0,0.14,541.92,3075.33,26155558,99.78,0,0,0.58,542.24,3075,26155559,99.94,0,0,0.15,541.88,3075.36,26155560,99.84,0,0,0.3,541.9,3075.36,26155561,99.94,0,0,0.15,541.89,3075.37,26155562,99.94,0,0,0.15,541.85,3075.39,26155563,99.8,0,0,0.63,542.38,3074.86,26155564,99.94,0,0,0.18,542.09,3075.15,26155565,99.87,0,0,0.33,542.1,3075.16,26155566,99.95,0,0,0.19,542.07,3075.18,26155567,99.94,0,0,0.18,542.07,3075.18,26155568,99.82,0,0,0.58,542.94,3074.3,26155569,99.89,0,0,0.29,541.53,3075.68,26155570,99.87,0,0,0.28,542.03,3075.2,26155571,99.9,0,0,0.14,542.03,3075.2,26155572,99.94,0,0,0.16,542.03,3075.2,26155573,99.8,0,0,0.41,542.48,3074.73,26155574,99.95,0,0,0.3,541.52,3075.69,26155575,99.86,0,0,0.28,541.92,3075.31,26155576,99.95,0,0,0.14,541.77,3075.45,26155577,99.96,0,0,0.18,541.99,3075.23,26155578,99.82,0,0,0.5,542.53,3074.68,26155579,99.96,0,0,0.19,541.74,3075.47,26155580,99.92,0,0,0.28,542,3075.23,26155581,99.95,0,0,0.15,542,3075.23,26155582,99.95,0,0,0.14,541.99,3075.23,26155583,99.81,0,0,0.32,542.47,3074.74,26155584,99.94,0,0,0.37,541.95,3075.26,26155585,99.89,0,0,0.28,541.97,3075.26,26155586,99.94,0.04,0.97,0.32,542.05,3075.17,26155587,99.95,0,0,0.15,542.05,3075.16,26155588,99.91,0,0,0.14,542.04,3075.16,26155589,99.77,0,0.01,0.59,542.41,3074.79,26155590,99.89,0,0,0.32,542.28,3074.94,26155591,99.96,0,0,0.16,542.26,3074.95,26155592,99.95,0,0,0.14,542.26,3074.95,26155593,99.96,0,0,0.18,542.26,3074.95,26155594,99.81,0,0,0.55,542.39,3074.81,26155595,99.91,0,0,0.3,542.02,3075.19,26155596,99.95,0,0,0.14,542.01,3075.21,26155597,99.93,0,0,0.14,541.98,3075.23,26155598,99.95,0,0,0.15,541.98,3075.23,26155599,99.76,0,0,0.72,541.86,3075.32,26155600,99.87,0,0,0.3,542.47,3074.73,26155601,99.94,0,0,0.15,542.48,3074.72,26155602,99.93,0,0,0.16,542.47,3074.72,26155603,99.95,0,0,0.14,542.46,3074.72,26155604,99.81,0,0,0.59,543.11,3074.07,26155605,99.88,0,0,0.29,542.45,3074.75,26155606,99.93,0,0,0.14,542.44,3074.75,26155607,99.97,0,0,0.16,542.14,3075.05,26155608,99.83,0,0,0.14,541.45,3075.73,26155609,99.8,0,0,0.55,542.09,3075.09,26155610,99.87,0,0,0.37,541.68,3075.52,26155611,99.95,0,0,0.18,541.64,3075.55,26155612,99.95,0,0,0.18,541.64,3075.55,26155613,99.96,0,0,0.18,541.63,3075.55,26155614,99.77,0,0,0.63,541.85,3075.33,26155615,99.89,0,0,0.36,541.4,3075.79,26155616,99.93,0,0,0.16,541.4,3075.79,26155617,99.93,0,0,0.14,541.36,3075.82,26155618,99.96,0,0,0.14,541.36,3075.82,26155619,99.8,0,0,0.57,541.75,3075.43,26155620,99.85,0,0,0.3,541.85,3075.34,26155621,99.95,0,0,0.18,541.86,3075.33,26155622,99.97,0,0,0.14,541.85,3075.33,26155623,99.93,0,0,0.14,541.85,3075.33,26155624,99.81,0,0,0.4,542.19,3074.98,26155625,99.89,0,0,0.46,541.62,3075.57,26155626,99.93,0,0,0.17,541.59,3075.6,26155627,99.93,0,0,0.14,541.58,3075.61,26155628,99.93,0,0,0.15,541.57,3075.61,26155629,99.9,0,0,0.28,541.81,3075.37,26155630,99.77,0,0,0.7,542.55,3074.64,26155631,99.95,0,0,0.14,541.82,3075.36,26155632,99.93,0,0,0.16,541.81,3075.36,26155633,99.95,0,0,0.17,541.81,3075.36,26155634,99.9,0,0,0.14,541.58,3075.63,26155635,99.74,0,0,0.68,541.93,3075.31,26155636,99.93,0,0,0.16,541.55,3075.69,26155637,99.95,0,0,0.19,541.55,3075.69,26155638,99.94,0,0,0.16,541.54,3075.69,26155639,99.95,0,0,0.13,541.52,3075.7,26155640,99.78,0,0,0.68,542.13,3075.11,26155641,99.92,0,0,0.14,541.76,3075.47,26155642,99.94,0,0,0.16,541.76,3075.47,26155643,99.97,0,0,0.14,541.76,3075.48,26155644,99.93,0,0,0.15,541.76,3075.49,26155645,99.78,0,0,0.68,541.78,3075.48,26155646,99.95,0,0,0.15,541.52,3075.73,26155647,99.94,0,0,0.17,541.52,3075.73,26155648,99.95,0,0,0.14,541.49,3075.76,26155649,99.95,0,0,0.15,541.48,3075.77,26155650,99.75,0,0,0.71,541.85,3075.41,26155651,99.95,0,0,0.18,541.49,3075.77,26155652,99.95,0,0,0.18,541.48,3075.77,26155653,99.95,0,0,0.16,541.48,3075.77,26155654,99.95,0,0,0.16,541.47,3075.77,26155655,99.73,0,0,0.69,542.46,3074.8,26155656,99.93,0,0,0.13,541.64,3075.61,26155657,99.93,0,0,0.16,541.64,3075.61,26155658,99.94,0,0,0.19,541.63,3075.61,26155659,99.87,0,0,0.34,541.88,3075.34,26155660,99.82,0,0,0.27,541.08,3076.15,26155661,99.87,0,0,0.54,542.21,3075.02,26155662,99.93,0,0,0.14,541.85,3075.37,26155663,99.94,0,0,0.14,541.85,3075.37,26155664,99.94,0,0,0.14,541.84,3075.37,26155665,99.82,0,0,0.28,540.94,3076.29,26155666,99.81,0,0,0.58,541.64,3075.59,26155667,99.95,0,0,0.16,541.36,3075.86,26155668,98.86,0,0,0.14,541.35,3075.87,26155669,99.93,0,0,0.16,541.32,3075.89,26155670,99.88,0,0,0.32,541.34,3075.89,26155671,99.83,0,0,0.57,541.89,3075.34,26155672,99.95,0,0,0.14,541.57,3075.65,26155673,99.95,0,0,0.15,541.54,3075.68,26155674,99.93,0,0,0.15,541.29,3075.93,26155675,99.86,0,0,0.32,541.3,3075.93,26155676,99.81,0.03,0.95,0.61,542.11,3075.11,26155677,99.88,0,0,0.16,541.97,3075.25,26155678,99.96,0,0,0.15,542.01,3075.2,26155679,99.96,0,0,0.14,542.11,3075.09,26155680,99.89,0,0,0.27,541.89,3075.33,26155681,99.81,0.02,0.94,0.55,542.66,3074.55,26155682,99.96,0,0,0.24,542.03,3075.17,26155683,99.95,0,0,0.14,542.01,3075.19,26155684,99.94,0,0,0.15,542.01,3075.19,26155685,99.92,0,0,0.29,542.02,3075.19,26155686,99.82,0,0,0.49,542.59,3074.62,26155687,99.94,0,0,0.21,541.98,3075.22,26155688,99.93,0,0,0.15,541.98,3075.22,26155689,99.85,0,0,0.29,541.73,3075.44,26155690,99.89,0,0,0.3,541.73,3075.46,26155691,99.82,0,0,0.39,542.27,3074.91,26155692,99.97,0,0,0.29,542.21,3074.96,26155693,99.95,0,0,0.16,542.21,3074.96,26155694,99.94,0,0,0.14,542.19,3074.98,26155695,99.87,0,0,0.28,541.46,3075.72,26155696,99.94,0,0,0.18,541.45,3075.73,26155697,99.8,0,0,0.56,542.05,3075.13,26155698,99.96,0,0,0.14,541.69,3075.49,26155699,99.95,0,0,0.15,541.68,3075.49,26155700,99.9,0,0,0.28,541.71,3075.48,26155701,99.95,0,0,0.13,541.69,3075.49,26155702,99.76,0,0,0.55,541.56,3075.62,26155703,99.93,0,0,0.14,541.17,3076,26155704,99.95,0,0,0.14,541.16,3076.01,26155705,99.85,0,0,0.28,541.67,3075.52,26155706,99.95,0,0,0.16,541.66,3075.52,26155707,99.8,0,0,0.54,542.1,3075.08,26155708,99.9,0,0,0.14,541.84,3075.33,26155709,99.91,0,0,0.15,541.84,3075.33,26155710,99.81,0,0,0.28,540.92,3076.26,26155711,99.95,0,0,0.14,540.87,3076.32,26155712,99.8,0,0,0.57,542.01,3075.17,26155713,99.95,0,0,0.15,542.09,3075.09,26155714,99.91,0,0,0.14,542.06,3075.11,26155715,99.89,0,0,0.28,542.07,3075.11,26155716,99.96,0,0,0.16,542.06,3075.12,26155717,99.78,0,0,0.55,542.76,3074.42,26155718,92.83,6.03,0.14,202.55,561.33,3054.46,26155719,99.37,1.4,0.03,82.95,555.12,3057.97,26155720,99.89,0,0.02,0.32,555.93,3057.22,26155721,99.95,0,0,0.18,555.93,3057.23,26155722,99.78,0,0,0.43,556.19,3056.62,26155723,99.93,0,0,0.39,555.55,3057.08,26155724,99.94,0.04,1.93,0.29,553.62,3060.09,26155725,99.88,0.01,0.24,0.32,553.75,3059.97,26155726,99.93,0,0,0.16,553.72,3060,26155727,99.81,0,0,0.55,554.05,3059.68,26155728,99.93,0,0,0.13,553.71,3060.02,26155729,99.93,0,0,0.16,553.81,3059.94,26155730,99.87,0,0,0.28,553.64,3060.12,26155731,99.92,0,0,0.14,553.61,3060.15,26155732,99.8,0,0,0.42,553.98,3059.77,26155733,99.93,0,0,0.32,553.82,3059.93,26155734,99.9,0,0,0.16,553.57,3060.17,26155735,99.88,0,0,0.29,553.55,3060.21,26155736,99.92,0,0,0.17,553.53,3060.22,26155737,99.95,0,0,0.15,553.51,3060.24,26155738,99.78,0,0,0.59,554.44,3059.31,26155739,99.95,0,0,0.14,553.71,3060.03,26155740,99.85,0,0,0.29,553.97,3059.79,26155741,99.9,0,0,0.14,553.94,3059.81,26155742,99.93,0,0,0.17,554.06,3059.69,26155743,99.81,0,0,0.54,554.56,3059.18,26155744,99.92,0,0,0.16,553.83,3059.91,26155745,99.85,0,0,0.34,553.83,3059.92,26155746,99.93,0,0,0.13,553.8,3059.95,26155747,99.94,0,0,0.14,553.79,3059.95,26155748,99.78,0,0,0.6,554.49,3059.25,26155749,99.85,0,0,0.29,553.75,3059.95,26155750,99.83,0.06,2.4,0.59,554.06,3059.66,26155751,99.9,0,0,0.14,554.05,3059.65,26155752,99.93,0,0,0.14,554.04,3059.66,26155753,99.8,0,0,0.43,554.45,3059.24,26155754,99.9,0,0,0.34,553.99,3059.7,26155755,99.84,0,0,0.32,553.8,3059.91,26155756,99.92,0,0,0.14,553.74,3059.97,26155757,99.95,0,0,0.19,553.71,3059.99,26155758,99.77,0,0.01,0.43,553.54,3060.15,26155759,99.93,0,0,0.29,553.22,3060.47,26155760,99.85,0,0,0.29,553.32,3060.38,26155761,99.91,0,0,0.16,553.31,3060.39,26155762,99.91,0,0,0.14,553.29,3060.41,26155763,99.79,0,0,0.41,553.6,3060.09,26155764,99.93,0,0,0.29,553.02,3060.67,26155765,99.83,0,0,0.28,553.49,3060.22,26155766,99.94,0,0,0.14,553.49,3060.21,26155767,99.91,0.01,0.1,0.23,553.52,3060.18,26155768,99.94,0,0,0.2,553.54,3060.14,26155769,96.16,0.02,0.01,77.95,564.35,3051.49,26155770,99.86,0,0,0.3,555.51,3058.36,26155771,99.87,0,0,0.16,555.49,3058.38,26155772,99.92,0,0,0.14,555.48,3058.38,26155773,99.92,0,0,0.16,555.45,3058.41,26155774,99.78,0,0,0.58,553.83,3060.07,26155775,99.85,0,0,0.29,553.25,3060.67,26155776,99.91,0,0,0.14,553.25,3060.67,26155777,99.91,0,0,0.16,553.22,3060.7,26155778,99.91,0,0,0.15,553.21,3060.7,26155779,99.67,0,0,0.68,553.87,3060.01,26155780,99.85,0,0,0.28,553.19,3060.71,26155781,99.93,0,0,0.14,553.18,3060.72,26155782,99.92,0,0,0.18,553.21,3060.68,26155783,99.93,0,0,0.14,553.3,3060.59,26155784,99.8,0,0,0.43,553.85,3060.03,26155785,99.86,0,0,0.42,553.3,3060.6,26155786,99.9,0,0,0.15,553.27,3060.62,26155787,99.92,0,0,0.17,553.27,3060.62,26155788,99.91,0,0,0.14,553.25,3060.64,26155789,97.21,0,0,0.53,553.66,3060.22,26155790,99.91,0,0,0.28,553.25,3060.65,26155791,99.93,0,0,0.14,553.21,3060.68,26155792,99.94,0,0,0.16,553.21,3060.68,26155793,99.93,0,0,0.17,553.18,3060.71,26155794,99.78,0,0,0.45,553.52,3060.36,26155795,99.86,0,0,0.41,551.97,3061.93,26155796,99.95,0,0,0.15,551.92,3061.98,26155797,99.93,0,0,0.18,552.04,3061.85,26155798,99.91,0,0,0.14,552.1,3061.79,26155799,99.92,0,0,0.14,552.08,3061.8,26155800,99.67,0,0,0.71,553.87,3060.03,26155801,99.94,0,0,0.17,553.55,3060.35,26155802,99.94,0,0,0.16,553.51,3060.38,26155803,99.92,0,0,0.14,553.51,3060.38,26155804,99.94,0,0,0.14,553.48,3060.4,26155805,99.71,0,0,0.69,553.61,3060.29,26155806,99.93,0,0,0.16,553.22,3060.68,26155807,99.95,0,0,0.14,553.2,3060.69,26155808,99.91,0,0,0.15,553.17,3060.71,26155809,99.88,0,0,0.4,553.43,3060.43,26155810,99.75,0,0,0.69,553.85,3060.02,26155811,99.92,0,0,0.17,553.58,3060.3,26155812,99.93,0,0,0.17,553.56,3060.31,26155813,99.93,0,0,0.17,553.54,3060.33,26155814,99.94,0,0,0.15,553.52,3060.34,26155815,99.73,0,0,0.77,554.08,3059.79,26155816,99.94,0,0,0.17,553.5,3060.38,26155817,99.93,0,0,0.21,553.24,3060.63,26155818,99.93,0,0,0.17,553.22,3060.64,26155819,99.93,0,0,0.2,553.19,3060.67,26155820,99.76,0,0,0.72,553.86,3060.01,26155821,99.93,0,0,0.18,553.17,3060.7,26155822,99.91,0,0,0.18,553.16,3060.7,26155823,99.92,0,0,0.16,553.26,3060.6,26155824,99.92,0,0,0.17,553.31,3060.55,26155825,99.74,0,0.01,0.75,554.16,3059.71,26155826,99.9,0,0,0.2,553.02,3060.86,26155827,99.94,0,0,0.19,553,3060.88,26155828,99.93,0,0,0.16,552.98,3060.9,26155829,99.93,0,0,0.16,552.97,3060.9,26155830,99.75,0,0,0.56,553.83,3060.06,26155831,99.89,0,0,0.31,553.69,3060.19,26155832,99.91,0,0,0.15,553.66,3060.22,26155833,99.91,0,0,0.17,553.65,3060.22,26155834,99.89,0,0,0.15,553.65,3060.22,26155835,99.69,0,0,0.54,553.74,3060.15,26155836,99.88,0,0,0.27,553.8,3060.09,26155837,99.89,0,0,0.17,553.78,3060.1,26155838,99.88,0,0,0.14,553.75,3060.14,26155839,99.81,0,0,0.29,553.5,3060.37,26155840,99.8,0,0,0.31,553.5,3060.38,26155841,99.76,0,0,0.54,554.05,3059.83,26155842,99.88,0,0,0.15,553.72,3060.16,26155843,99.92,0,0,0.15,553.69,3060.18,26155844,99.89,0,0,0.14,553.68,3060.19,26155845,99.88,0,0,0.32,553.67,3060.21,26155846,99.74,0,0,0.55,554.11,3059.77,26155847,99.85,0,0,0.15,553.39,3060.49,26155848,99.9,0,0,0.16,553.44,3060.43,26155849,99.4,0,0,0.14,553.56,3060.31,26155850,99.85,0,0,0.3,553.79,3060.1,26155851,99.7,0,0,0.54,554.13,3059.75,26155852,99.88,0,0,0.14,553.75,3060.13,26155853,99.87,0,0,0.16,553.74,3060.13,26155854,99.88,0,0,0.19,553.53,3060.34,26155855,99.83,0,0,0.29,553.48,3060.41,26155856,99.75,0,0,0.49,553.93,3059.95,26155857,99.87,0,0,0.19,553.7,3060.18,26155858,99.9,0,0,0.16,553.68,3060.19,26155859,99.92,0,0,0.14,553.67,3060.2,26155860,99.83,0,0,0.29,552.46,3061.43,26155861,99.73,0,0,0.43,552.97,3060.91,26155862,99.83,0,0,0.32,553.56,3060.33,26155863,99.84,0.01,0.01,0.16,553.5,3060.39,26155864,98.97,0.01,0.01,0.55,553.43,3060.45,26155865,99.77,0,0.01,0.31,553.18,3060.71,26155866,99.73,0,0,0.56,553.77,3060.12,26155867,99.82,0,0,0.14,553.77,3060.11,26155868,99.85,0,0,0.15,553.75,3060.13,26155869,99.79,0,0,0.3,561.1,3052.75,26155870,99.79,0,0,0.3,561.59,3052.28,26155871,99.71,0,0,0.3,561.94,3051.93,26155872,99.86,0,0,0.4,561.57,3052.29,26155873,99.86,0,0,0.15,561.54,3052.32,26155874,99.8,0,0,0.15,561.54,3052.32,26155875,99.76,0,0,0.3,562.01,3051.86,26155876,99.83,0,0,0.16,562,3051.86,26155877,99.69,0,0,0.64,562.3,3051.56,26155878,99.82,0,0,0.14,562.04,3051.82,26155879,99.85,0,0,0.14,562.15,3051.7,26155880,99.83,0,0,0.32,561.93,3051.94,26155881,99.84,0,0,0.15,561.89,3051.98,26155882,99.72,0,0,0.54,562.35,3051.51,26155883,99.8,0,0,0.19,561.82,3052.03,26155884,99.85,0,0,0.14,561.81,3052.04,26155885,99.8,0,0,0.3,561.33,3052.54,26155886,99.85,0,0,0.14,561.3,3052.56,26155887,99.73,0,0,0.5,561.65,3052.21,26155888,99.84,0,0,0.2,561.26,3052.59,26155889,99.69,0,0,0.15,561.26,3052.59,26155890,99.81,0,0,0.3,561.57,3052.31,26155891,99.87,0,0,0.16,561.68,3052.19,26155892,99.68,0,0,0.54,562.13,3051.74,26155893,99.86,0,0,0.16,561.89,3051.98,26155894,99.85,0,0,0.16,561.88,3051.98,26155895,99.8,0,0,0.33,561.89,3051.98,26155896,99.86,0,0,0.13,561.86,3052.01,26155897,99.69,0,0,0.56,562.18,3051.68,26155898,99.86,0,0,0.19,561.82,3052.04,26155899,99.79,0,0,0.31,561.78,3052.05,26155900,99.78,0,0,0.29,561.8,3052.05,26155901,99.86,0,0,0.15,561.76,3052.09,26155902,99.72,0,0,0.51,562.16,3051.69,26155903,99.84,0,0,0.23,562.05,3051.79,26155904,99.86,0,0,0.2,561.99,3051.85,26155905,99.8,0,0,0.32,560.94,3052.91,26155906,99.85,0,0,0.15,560.9,3052.95,26155907,99.7,0,0,0.42,561.27,3052.58,26155908,99.85,0,0,0.27,561.12,3052.72,26155909,99.86,0,0,0.15,561.1,3052.73,26155910,96.37,0,0,0.33,561.11,3052.75,26155911,99.87,0,0,0.14,561.08,3052.78,26155912,99.83,0,0,0.16,561.08,3052.78,26155913,99.69,0,0.01,0.55,560.17,3053.68,26155914,99.84,0,0,0.21,559.56,3054.28,26155915,99.8,0.01,0.3,0.35,560.61,3053.25,26155916,99.85,0.01,0.29,0.26,560.66,3053.2,26155917,99.85,0,0,0.16,560.61,3053.24,26155918,99.68,0,0,0.54,561.48,3052.37,26155919,99.83,0,0,0.15,561.06,3052.78,26155920,99.75,0,0,0.34,560.36,3053.49,26155921,99.84,0,0,0.17,560.28,3053.57,26155922,99.85,0,0,0.14,560.05,3053.79,26155923,99.67,0,0,0.55,561.07,3052.77,26155924,99.85,0,0,0.14,560.99,3052.84,26155925,99.79,0,0,0.31,561.25,3052.6,26155926,99.86,0,0,0.16,561.24,3052.6,26155927,99.88,0,0,0.15,561.21,3052.63,26155928,99.7,0,0,0.5,561.56,3052.28,26155929,99.76,0,0,0.34,561.63,3052.18,26155930,99.78,0,0,0.29,561.41,3052.41,26155931,99.85,0,0,0.14,561.39,3052.45,26155932,99.85,0,0,0.16,561.37,3052.47,26155933,99.7,0,0,0.49,561.63,3052.2,26155934,99.84,0,0,0.21,561.08,3052.77,26155935,99.76,0,0,0.31,561.34,3052.53,26155936,99.85,0,0,0.17,561.31,3052.56,26155937,99.85,0,0,0.18,561.54,3052.32,26155938,99.72,0,0,0.56,561.78,3052.08,26155939,99.87,0,0,0.14,561.02,3052.84,26155940,99.81,0,0,0.3,561.25,3052.63,26155941,99.85,0,0,0.15,561.24,3052.63,26155942,99.87,0,0,0.16,561.33,3052.53,26155943,99.74,0,0,0.3,562.03,3051.83,26155944,99.79,0,0,0.39,560.38,3053.48,26155945,99.76,0,0,0.32,560.64,3053.24,26155946,99.87,0,0,0.14,560.63,3053.24,26155947,99.86,0,0,0.13,560.6,3053.27,26155948,99.85,0,0,0.16,560.6,3053.27,26155949,99.7,0,0,0.59,561.11,3052.75,26155950,99.77,0,0,0.32,560.82,3053.06,26155951,99.84,0,0,0.14,560.81,3053.07,26155952,99.86,0,0,0.16,560.78,3053.09,26155953,99.88,0,0,0.14,560.77,3053.09,26155954,99.69,0,0,0.55,561.59,3052.27,26155955,99.77,0,0.01,0.33,561.5,3052.37,26155956,99.85,0,0,0.19,561.65,3052.22,26155957,99.85,0,0,0.14,561.61,3052.25,26155958,99.85,0,0,0.15,561.59,3052.27,26155959,99.63,0,0,0.74,561.83,3052,26155960,99.8,0,0,0.31,561.59,3052.27,26155961,99.85,0,0,0.17,561.56,3052.29,26155962,99.87,0,0,0.14,561.54,3052.3,26155963,99.85,0,0,0.15,561.54,3052.3,26155964,99.73,0,0,0.48,561.86,3051.99,26155965,99.81,0,0,0.36,561.29,3052.58,26155966,99.86,0,0,0.16,561.26,3052.61,26155967,99.87,0,0,0.16,561.24,3052.63,26155968,99.86,0,0,0.14,561.24,3052.63,26155969,99.73,0,0,0.52,561.64,3052.22,26155970,99.79,0.01,0.01,0.41,561.56,3052.31,26155971,99.88,0,0,0.16,561.55,3052.32,26155972,99.86,0,0,0.15,561.51,3052.35,26155973,99.83,0,0,0.14,561.5,3052.35,26155974,99.7,0,0,0.72,561.89,3051.96,26155975,99.78,0,0,0.3,561.01,3052.86,26155976,99.84,0,0,0.18,560.97,3052.9,26155977,99.84,0,0,0.14,561.07,3052.78,26155978,99.85,0,0,0.16,561.12,3052.73,26155979,99.85,0,0,0.15,561.1,3052.75,26155980,99.62,0,0,0.69,561.95,3051.92,26155981,99.85,0,0,0.15,561.58,3052.29,26155982,99.85,0,0,0.14,561.57,3052.29,26155983,99.85,0,0,0.16,561.54,3052.32,26155984,99.85,0,0,0.16,561.52,3052.33,26155985,99.66,0,0,0.75,562.07,3051.79,26155986,99.87,0,0,0.16,561.74,3052.12,26155987,99.85,0,0,0.13,561.72,3052.13,26155988,99.85,0,0,0.16,561.71,3052.14,26155989,99.79,0,0,0.29,561.69,3052.14,26155990,99.68,0,0,0.68,561.87,3051.97,26155991,99.86,0,0,0.14,561.62,3052.22,26155992,99.86,0,0,0.19,561.6,3052.24,26155993,99.84,0,0,0.18,561.59,3052.24,26155994,99.84,0,0,0.16,561.56,3052.28,26155995,99.69,0,0,0.71,562.26,3051.61,26155996,99.85,0,0,0.16,561.55,3052.32,26155997,99.82,0,0,0.18,561.53,3052.33,26155998,99.84,0,0,0.14,561.51,3052.35,26155999,99.82,0,0,0.16,561.48,3052.37,26156000,99.7,0,0,0.92,562.1,3051.76,26156001,99.86,0,0,0.16,561.47,3052.38,26156002,99.85,0,0,0.14,561.44,3052.41,26156003,99.87,0,0,0.15,561.47,3052.38,26156004,99.84,0,0,0.15,561.6,3052.24,26156005,99.65,0,0,0.61,561.88,3051.98,26156006,99.86,0,0,0.35,561.84,3052.01,26156007,99.83,0,0,0.16,561.81,3052.04,26156008,99.84,0,0,0.14,561.81,3052.04,26156009,99.85,0,0,0.16,561.78,3052.07,26156010,99.64,0,0,0.54,562.32,3051.54,26156011,99.83,0,0,0.27,561.53,3052.32,26156012,99.85,0,0,0.14,561.5,3052.35,26156013,99.83,0,0,0.16,561.49,3052.35,26156014,99.85,0,0,0.14,561.46,3052.38,26156015,99.67,0,0,0.77,561.66,3052.19,26156016,99.85,0,0,0.16,561.7,3052.16,26156017,99.84,0,0,0.15,561.69,3052.16,26156018,99.85,0,0,0.17,561.83,3052.01,26156019,99.7,0,0,0.28,561.87,3051.95,26156020,99.81,0,0,0.3,562.1,3051.74,26156021,99.72,0,0,0.57,562.44,3051.4,26156022,99.85,0,0,0.16,562.07,3051.76,26156023,99.85,0,0,0.14,562.05,3051.78,26156024,99.85,0,0,0.15,562.03,3051.79,26156025,99.73,0,0,0.32,561.56,3052.28,26156026,99.72,0,0,0.59,562.21,3051.62,26156027,99.87,0,0,0.17,561.74,3052.08,26156028,99.86,0,0,0.15,561.73,3052.09,26156029,99.87,0,0,0.14,561.72,3052.09,26156030,99.83,0,0,0.41,561.71,3052.12,26156031,99.75,0,0,0.55,561.91,3051.94,26156032,99.91,0,0,0.14,561.53,3052.31,26156033,99.92,0,0,0.16,561.61,3052.22,26156034,99.9,0,0,0.16,561.53,3052.3,26156035,99.84,0,0,0.31,562.07,3051.78,26156036,99.76,0,0,0.54,562.28,3051.57,26156037,99.95,0,0,0.16,561.8,3052.04,26156038,99.94,0,0,0.17,561.79,3052.05,26156039,99.92,0,0,0.14,561.76,3052.07,26156040,99.9,0,0,0.32,561.78,3052.07,26156041,99.77,0,0,0.59,561.62,3052.22,26156042,99.92,0,0,0.16,560.76,3053.09,26156043,99.88,0.02,0.4,0.22,560.76,3053.08,26156044,99.91,0,0,0.17,560.69,3053.14,26156045,99.87,0,0,0.38,561.54,3052.3,26156046,99.78,0,0,0.41,562.44,3051.39,26156047,99.93,0,0,0.26,561.8,3052.02,26156048,99.95,0,0,0.16,561.78,3052.04,26156049,99.85,0.01,0.1,0.32,561.97,3051.82,26156050,99.88,0,0,0.34,561.91,3051.9,26156051,99.78,0,0,0.41,562.45,3051.35,26156052,99.94,0,0,0.28,562.09,3051.72,26156053,99.94,0,0,0.14,562.05,3051.75,26156054,99.93,0,0,0.15,562.05,3051.76,26156055,99.87,0,0,0.31,561.09,3052.75,26156056,99.78,0,0,0.4,561.4,3052.42,26156057,99.86,0.06,1.93,0.54,561.82,3051.84,26156058,99.93,0,0.01,0.19,561.96,3051.53,26156059,99.94,0,0,0.15,561.89,3051.57,26156060,99.86,0,0,0.31,563.85,3049.64,26156061,99.9,0,0,0.14,563.98,3049.51,26156062,99.78,0,0,0.57,564.06,3049.42,26156063,99.9,0,0,0.14,563.26,3050.22,26156064,99.92,0,0,0.16,563.25,3050.22,26156065,99.85,0,0,0.32,563.98,3049.51,26156066,99.92,0,0,0.14,563.97,3049.52,26156067,99.77,0,0,0.57,563.47,3050.01,26156068,99.92,0,0,0.17,562.45,3051.02,26156069,99.96,0,0,0.14,562.45,3051.02,26156070,99.86,0,0,0.29,563.41,3050.08,26156071,99.87,0.02,0.4,0.21,563.44,3050.04,26156072,99.8,0,0,0.6,564.31,3049.16,26156073,99.91,0,0.01,0.18,563.93,3049.54,26156074,99.91,0.01,0.1,0.2,563.91,3049.55,26156075,99.83,0,0,0.36,563.49,3049.98,26156076,99.93,0,0,0.15,563.5,3049.98,26156077,99.79,0,0,0.57,563.87,3049.6,26156078,99.91,0,0,0.14,563.22,3050.25,26156079,99.81,0,0,0.32,563.92,3049.52,26156080,99.84,0,0,0.34,563.69,3049.77,26156081,99.93,0,0,0.19,563.68,3049.78,26156082,99.78,0,0,0.43,564.06,3049.39,26156083,99.95,0,0,0.29,563.88,3049.56,26156084,99.93,0,0,0.14,563.86,3049.58,26156085,99.86,0,0,0.39,563.86,3049.59,26156086,99.94,0,0,0.18,563.85,3049.6,26156087,99.78,0,0,0.42,564.19,3049.26,26156088,99.95,0,0,0.3,563.82,3049.63,26156089,99.93,0,0,0.16,564,3049.44,26156090,99.88,0,0,0.3,564.26,3049.2,26156091,99.77,0,0,0.19,564.24,3049.21,26156092,99.78,0,0,0.57,564.49,3048.96,26156093,99.94,0,0,0.16,563.46,3049.98,26156094,99.93,0,0,0.21,563.44,3050,26156095,99.89,0,0,0.36,563.22,3050.24,26156096,99.91,0,0,0.18,563.19,3050.26,26156097,99.93,0,0,0.17,563.18,3050.27,26156098,99.79,0,0,0.56,563.96,3049.48,26156099,99.92,0,0,0.16,563.63,3049.81,26156100,99.84,0,0,0.32,563.62,3049.84,26156101,99.91,0,0,0.2,563.62,3049.83,26156102,99.94,0,0,0.17,563.76,3049.68,26156103,99.79,0,0,0.57,564.29,3049.15,26156104,99.94,0,0,0.14,563.97,3049.47,26156105,99.84,0.01,0.09,0.34,564.22,3049.23,26156106,99.9,0,0.01,0.21,564.12,3049.33,26156107,99.93,0,0,0.17,564.09,3049.35,26156108,99.79,0,0,0.54,564.44,3049,26156109,99.81,0.01,0.3,0.34,564.37,3049.03,26156110,99.88,0,0,0.37,564.21,3049.22,26156111,99.92,0,0,0.17,564.18,3049.24,26156112,99.92,0,0,0.17,564.16,3049.25,26156113,99.77,0,0,0.59,564.34,3049.07,26156114,99.9,0.01,0.2,0.18,563.89,3049.55,26156115,99.79,0.02,0.7,0.41,564.18,3049.26,26156116,99.93,0,0,0.2,564.21,3049.22,26156117,99.93,0,0,0.2,564.18,3049.25,26156118,99.78,0,0,0.43,564.81,3048.62,26156119,99.94,0,0,0.29,564.38,3049.04,26156120,99.88,0,0,0.28,564.16,3049.28,26156121,99.88,0,0,0.14,564.12,3049.32,26156122,99.52,0,0,0.56,564.32,3049.11,26156123,99.79,0,0,1,564.63,3048.8,26156124,99.92,0,0,0.14,564.07,3049.35,26156125,99.88,0,0,0.34,564.3,3049.13,26156126,99.93,0,0,0.14,564.3,3049.13,26156127,99.93,0,0,0.16,564.47,3048.96,26156128,99.77,0,0,0.4,564.8,3048.64,26156129,99.93,0,0,0.29,564.44,3048.99,26156130,99.83,0.01,0.1,0.35,564.55,3048.9,26156131,99.92,0,0,0.15,564.33,3049.12,26156132,99.92,0,0,0.13,564.32,3049.12,26156133,98.25,0.02,0.01,0.31,568.83,3044.91,26156134,97.78,0,0,77.9,564.44,3050.7,26156135,99.9,0,0,0.35,554.99,3058.86,26156136,99.95,0,0,0.13,555,3058.86,26156137,99.94,0,0,0.14,554.99,3058.86,26156138,99.94,0,0,0.18,554.99,3058.86,26156139,99.72,0,0,0.75,553.69,3060.17,26156140,99.9,0,0,0.34,552.81,3061.09,26156141,99.93,0,0,0.14,552.79,3061.11,26156142,99.95,0,0,0.16,552.78,3061.12,26156143,99.93,0,0,0.14,552.75,3061.14,26156144,99.81,0,0,0.57,553.11,3060.79,26156145,99.87,0,0,0.32,552.77,3061.16,26156146,99.95,0,0,0.13,552.76,3061.16,26156147,99.93,0,0,0.16,552.76,3061.16,26156148,99.95,0,0,0.14,552.85,3061.06,26156149,99.78,0,0,0.55,553.3,3060.61,26156150,99.88,0,0,0.3,553.2,3060.73,26156151,97.69,0,0,0.14,553.2,3060.72,26156152,99.94,0,0,0.16,553.19,3060.72,26156153,99.93,0,0,0.15,553.19,3060.72,26156154,99.75,0,0,0.53,553.41,3060.5,26156155,99.9,0,0,0.37,552.45,3061.48,26156156,99.95,0,0,0.13,552.43,3061.49,26156157,99.95,0,0,0.14,552.42,3061.49,26156158,99.95,0,0,0.16,552.42,3061.49,26156159,99.81,0,0,0.61,553.11,3060.79,26156160,99.82,0,0,0.31,552.19,3061.74,26156161,99.93,0,0,0.15,552.16,3061.77,26156162,99.95,0,0,0.17,552.15,3061.77,26156163,99.94,0,0,0.16,552.13,3061.79,26156164,99.81,0,0,0.49,552.78,3061.13,26156165,99.91,0,0,0.39,553.11,3060.82,26156166,99.93,0,0,0.15,553.08,3060.85,26156167,99.94,0,0,0.15,553.07,3060.85,26156168,99.94,0,0,0.16,553.05,3060.87,26156169,99.67,0,0,0.45,553.17,3060.73,26156170,99.87,0,0,0.51,553.12,3060.79,26156171,99.97,0,0,0.16,553.05,3060.86,26156172,99.93,0,0,0.14,553.05,3060.86,26156173,99.93,0,0,0.14,553.04,3060.86,26156174,99.95,0,0,0.14,553.04,3060.86,26156175,99.73,0,0,0.75,553.35,3060.56,26156176,99.94,0,0,0.14,552.96,3060.95,26156177,99.94,0,0,0.19,553.2,3060.71,26156178,99.96,0,0,0.16,553.2,3060.7,26156179,99.93,0,0,0.16,553.2,3060.7,26156180,99.72,0,0,0.75,553.58,3060.33,26156181,99.95,0,0,0.16,553.17,3060.73,26156182,99.93,0,0,0.16,553.17,3060.73,26156183,99.92,0,0,0.17,553.16,3060.73,26156184,99.96,0,0,0.13,553.16,3060.73,26156185,99.74,0,0,0.72,553.12,3060.79,26156186,99.94,0,0,0.16,552.65,3061.25,26156187,99.91,0,0,0.16,552.64,3061.25,26156188,99.94,0,0,0.14,552.64,3061.25,26156189,99.96,0,0,0.15,552.63,3061.25,26156190,99.76,0,0,0.55,553.3,3060.61,26156191,99.93,0,0,0.29,552.37,3061.53,26156192,99.94,0,0,0.14,552.36,3061.54,26156193,99.93,0,0,0.15,552.33,3061.56,26156194,99.94,0,0,0.15,552.33,3061.56,26156195,99.74,0,0,0.71,553.58,3060.32,26156196,99.92,0,0,0.16,553.08,3060.82,26156197,99.96,0,0,0.15,553.07,3060.83,26156198,99.93,0,0,0.14,553.04,3060.86,26156199,99.87,0,0,0.28,553.02,3060.85,26156200,99.74,0,0,0.65,553.14,3060.74,26156201,99.96,0,0,0.2,552.78,3061.1,26156202,99.95,0,0,0.15,552.86,3061.02,26156203,99.94,0,0,0.15,552.94,3060.95,26156204,99.93,0,0,0.14,552.94,3060.97,26156205,99.76,0,0,0.77,553.8,3060.13,26156206,99.97,0,0,0.2,553.06,3060.86,26156207,99.92,0.01,0.01,0.19,552.64,3061.28,26156208,99.95,0,0,0.17,552.57,3061.34,26156209,99.95,0,0,0.14,552.56,3061.35,26156210,99.75,0,0,0.5,552.66,3061.26,26156211,99.91,0,0,0.43,552.31,3061.61,26156212,99.21,0,0,0.18,552.3,3061.62,26156213,99.93,0,0,0.15,552.29,3061.62,26156214,99.91,0,0,0.17,552.22,3061.68,26156215,99.9,0,0,0.32,552.76,3061.17,26156216,99.81,0,0,0.55,551.9,3062.03,26156217,99.94,0,0,0.19,551.47,3062.45,26156218,99.94,0,0,0.14,551.47,3062.45,26156219,99.93,0,0,0.17,551.44,3062.47,26156220,99.83,0,0,0.32,552.18,3061.75,26156221,99.81,0,0,0.59,552.69,3061.23,26156222,99.94,0,0,0.18,551.93,3061.98,26156223,99.93,0,0,0.18,551.93,3061.98,26156224,99.94,0,0,0.16,551.92,3061.98,26156225,99.9,0,0,0.3,552.42,3061.51,26156226,99.82,0,0,0.41,553.04,3060.88,26156227,99.93,0,0,0.28,552.66,3061.26,26156228,99.93,0,0,0.14,552.63,3061.28,26156229,99.85,0,0,0.29,552.64,3061.25,26156230,99.89,0,0,0.31,551.46,3062.44,26156231,99.82,0,0,0.5,551.77,3062.13,26156232,99.92,0,0,0.22,551.41,3062.48,26156233,99.91,0.01,0.16,0.18,551.35,3062.53,26156234,99.95,0,0,0.17,551.32,3062.56,26156235,99.84,0,0.02,0.32,552.63,3061.26,26156236,99.78,0,0,0.42,553.05,3060.84,26156237,99.92,0,0,0.32,552.67,3061.22,26156238,99.93,0,0,0.17,552.66,3061.22,26156239,99.95,0,0,0.15,552.66,3061.22,26156240,99.87,0,0,0.34,552.92,3060.97,26156241,99.79,0,0,0.52,553.22,3060.67,26156242,99.95,0,0,0.19,552.66,3061.22,26156243,99.92,0,0,0.15,552.66,3061.22,26156244,99.9,0,0,0.17,552.64,3061.23,26156245,99.9,0,0,0.32,552.65,3061.25,26156246,99.95,0,0,0.13,552.64,3061.25,26156247,99.76,0,0,0.55,553.12,3060.77,26156248,99.94,0,0,0.14,552.38,3061.5,26156249,99.93,0,0,0.16,552.38,3061.5,26156250,99.9,0,0,0.32,552.39,3061.5,26156251,99.93,0,0,0.16,552.39,3061.5,26156252,99.81,0,0,0.57,552.98,3060.9,26156253,99.9,0,0,0.18,552.59,3061.29,26156254,99.7,0,0.09,0.15,552.58,3061.29,26156255,99.82,0.01,0.51,0.39,552.37,3061.52,26156256,99.93,0,0.11,0.21,552.33,3061.54,26156257,99.76,0,0,0.57,552.78,3061.09,26156258,99.9,0,0,0.18,552.51,3061.35,26156259,99.86,0,0.09,0.29,552.51,3061.32,26156260,99.89,0,0.01,0.34,552.64,3061.21,26156261,99.95,0,0,0.18,552.63,3061.21,26156262,99.79,0,0,0.43,553.07,3060.77,26156263,99.93,0,0,0.31,552.84,3060.99,26156264,99.92,0,0,0.15,552.82,3061.03,26156265,99.89,0,0,0.36,552.58,3061.28,26156266,99.94,0,0,0.19,552.55,3061.31,26156267,99.8,0,0,0.4,553.02,3060.84,26156268,99.94,0.01,0.01,0.3,552.85,3061.01,26156269,99.94,0,0,0.16,552.87,3060.98,26156270,99.9,0,0,0.32,552.89,3060.97,26156271,99.95,0,0.01,0.21,552.86,3060.99,26156272,99.47,0,0,0.5,553.19,3060.65,26156273,99.95,0,0,0.27,552.82,3061.01,26156274,99.92,0,0,0.17,552.73,3061.09,26156275,99.88,0,0,0.31,552.32,3061.52,26156276,99.94,0,0,0.14,552.3,3061.53,26156277,99.8,0,0,0.41,552.89,3060.94,26156278,99.91,0,0,0.29,551.53,3062.3,26156279,99.89,0,0.09,0.17,551.54,3062.28,26156280,99.87,0,0.01,0.33,552.93,3060.91,26156281,99.93,0,0,0.16,552.89,3060.95,26156282,99.93,0,0,0.14,552.89,3060.95,26156283,99.78,0,0,0.59,553.36,3060.47,26156284,99.94,0,0,0.16,552.85,3060.97,26156285,99.84,0,0,0.34,551.92,3061.92,26156286,99.94,0,0,0.17,551.87,3061.96,26156287,99.95,0,0,0.17,551.86,3061.97,26156288,99.8,0,0,0.63,552.72,3061.1,26156289,99.8,0,0,0.3,553.03,3060.77,26156290,99.88,0,0,0.33,552.09,3061.72,26156291,99.94,0,0,0.17,552.05,3061.76,26156292,99.93,0,0,0.16,552.05,3061.76,26156293,99.79,0,0.1,0.61,552.36,3061.44,26156294,99.92,0,0,0.19,551.97,3061.82,26156295,99.9,0,0,0.36,551.99,3061.82,26156296,99.94,0,0,0.18,551.98,3061.83,26156297,99.95,0,0,0.21,552.13,3061.67,26156298,99.81,0,0,0.57,553.1,3060.7,26156299,99.94,0,0,0.16,553.11,3060.68,26156300,99.9,0,0,0.33,553.11,3060.71,26156301,99.93,0,0,0.18,553.1,3060.71,26156302,99.94,0,0,0.18,553.09,3060.71,26156303,99.8,0,0,0.54,552.94,3060.86,26156304,99.95,0,0,0.19,552.06,3061.73,26156305,99.9,0,0,0.34,552.09,3061.72,26156306,99.94,0,0,0.21,552.08,3061.73,26156307,99.95,0,0,0.16,552.07,3061.73,26156308,99.79,0,0,0.56,552.39,3061.4,26156309,99.91,0,0,0.17,552.03,3061.76,26156310,99.86,0,0,0.33,553.02,3060.79,26156311,99.92,0,0,0.17,553.03,3060.78,26156312,99.95,0,0,0.17,553.02,3060.78,26156313,99.78,0.01,0.2,0.61,553.62,3060.18,26156314,99.94,0,0,0.16,552.62,3061.18,26156315,99.48,0,0,0.35,552.62,3061.19,26156316,99.94,0,0,0.18,552.6,3061.21,26156317,99.95,0,0,0.18,552.59,3061.21,26156318,99.95,0,0,0.16,552.59,3061.21,26156319,99.68,0,0,0.71,553.36,3060.41,26156320,99.89,0,0,0.33,553.09,3060.7,26156321,99.96,0,0,0.18,553.08,3060.7,26156322,99.94,0,0,0.16,553.08,3060.7,26156323,99.93,0,0,0.17,553.07,3060.71,26156324,99.8,0,0,0.6,552.81,3060.97,26156325,99.88,0,0,0.35,552.8,3061.01,26156326,99.94,0,0,0.17,552.78,3061.02,26156327,99.95,0,0,0.17,552.77,3061.03,26156328,99.93,0,0,0.18,552.76,3061.03,26156329,99.8,0,0,0.58,553.39,3060.4,26156330,99.86,0,0,0.41,553.09,3060.72,26156331,99.93,0,0,0.2,552.99,3060.82,26156332,99.91,0,0,0.2,552.98,3060.82,26156333,99.93,0,0,0.17,552.98,3060.82,26156334,99.74,0,0,0.6,553.29,3060.5,26156335,99.85,0,0,0.34,553.2,3060.61,26156336,99.96,0,0,0.17,553.2,3060.6,26156337,99.92,0,0,0.2,553.2,3060.6,26156338,99.94,0,0,0.17,553.19,3060.61,26156339,99.81,0,0,0.45,553.72,3060.06,26156340,99.78,0,0,0.43,552.21,3061.59,26156341,99.93,0,0,0.17,552.18,3061.62,26156342,99.92,0,0,0.18,552.18,3061.62,26156343,99.94,0,0,0.14,552.35,3061.44,26156344,99.79,0,0,0.53,553.13,3060.65,26156345,99.89,0,0,0.41,553.34,3060.46,26156346,99.94,0,0,0.17,553.32,3060.48,26156347,99.95,0,0,0.18,553.31,3060.48,26156348,99.95,0,0,0.15,553.31,3060.48,26156349,99.69,0,0,0.62,554.03,3059.73,26156350,99.9,0,0,0.45,553.07,3060.7,26156351,99.9,0,0,0.18,553.06,3060.71,26156352,99.93,0,0,0.17,553.05,3060.72,26156353,99.93,0,0,0.16,553.02,3060.74,26156354,99.95,0,0,0.14,553.02,3060.74,26156355,99.72,0,0,0.71,553.55,3060.22,26156356,99.95,0,0,0.16,553.03,3060.74,26156357,99.94,0,0,0.19,552.37,3061.39,26156358,99.94,0,0,0.16,552.27,3061.48,26156359,99.92,0,0,0.16,552.24,3061.51,26156360,99.75,0,0,0.74,552.77,3061,26156361,99.93,0,0,0.17,552.26,3061.51,26156362,99.93,0,0,0.18,552.25,3061.51,26156363,99.93,0,0,0.15,552.25,3061.51,26156364,99.92,0,0,0.17,552.24,3061.51,26156365,99.76,0,0,0.73,552.33,3061.43,26156366,99.91,0,0.1,0.21,551.94,3061.81,26156367,99.93,0,0,0.18,551.93,3061.82,26156368,99.94,0,0,0.16,551.9,3061.85,26156369,99.95,0,0,0.17,552.07,3061.68,26156370,99.76,0,0,0.81,552.97,3060.79,26156371,99.94,0,0,0.2,552.34,3061.41,26156372,99.92,0,0,0.19,552.31,3061.44,26156373,99.94,0,0,0.18,552.3,3061.45,26156374,99.96,0,0,0.18,552.29,3061.45,26156375,99.75,0,0,0.59,552.58,3061.18,26156376,99.95,0,0,0.28,551.82,3061.94,26156377,99.95,0,0,0.16,551.81,3061.94,26156378,99.93,0,0,0.15,551.81,3061.94,26156379,99.88,0,0,0.28,552.76,3060.96,26156380,99.76,0,0,0.71,553.14,3060.59,26156381,99.9,0,0,0.13,552.52,3061.21,26156382,99.93,0,0,0.14,552.51,3061.21,26156383,99.95,0,0,0.16,552.51,3061.21,26156384,99.9,0,0,0.14,552.51,3061.21,26156385,99.75,0,0,0.59,552.94,3060.8,26156386,99.92,0,0,0.27,551.01,3062.72,26156387,99.91,0,0,0.18,551.01,3062.72,26156388,99.93,0,0,0.14,551,3062.72,26156389,99.92,0,0,0.14,551,3062.72,26156390,99.88,0,0,0.32,552.44,3061.3,26156391,99.77,0,0,0.57,552.75,3060.98,26156392,99.91,0,0,0.18,552.21,3061.52,26156393,99.94,0,0,0.16,552.2,3061.52,26156394,99.92,0,0,0.19,552.27,3061.45,26156395,99.91,0,0,0.34,552.69,3061.05,26156396,99.78,0,0,0.61,553.05,3060.68,26156397,99.91,0,0,0.14,552.67,3061.06,26156398,99.94,0,0,0.18,552.66,3061.06,26156399,99.87,0,0,0.16,552.66,3061.06,26156400,99.87,0,0,0.32,552.68,3061.06,26156401,99.73,0,0,0.57,553.02,3060.71,26156402,99.92,0,0,0.16,552.63,3061.09,26156403,99.9,0,0,0.14,552.63,3061.09,26156404,99.93,0,0,0.17,552.62,3061.09,26156405,99.78,0,0,0.34,552.69,3061.04,26156406,99.7,0,0,0.51,552.45,3061.27,26156407,99.95,0,0,0.22,551.59,3062.14,26156408,99.92,0,0,0.14,551.56,3062.16,26156409,99.78,0,0,0.29,552.75,3060.95,26156410,99.9,0,0,0.3,552.76,3060.95,26156411,99.8,0,0,0.52,553.07,3060.64,26156412,99.89,0,0,0.18,551.98,3061.72,26156413,99.84,0,0,0.16,551.97,3061.72,26156414,99.93,0,0,0.14,551.97,3061.74,26156415,99.91,0,0,0.32,551.99,3061.74,26156416,99.79,0,0,0.57,552.46,3061.26,26156417,99.9,0,0,0.17,551.98,3061.74,26156418,99.89,0,0,0.16,551.97,3061.74,26156419,99.9,0,0,0.13,551.94,3061.77,26156420,99.86,0,0,0.32,552.44,3061.29,26156421,99.76,0,0,0.32,552.68,3061.06,26156422,99.87,0,0,0.38,550.47,3063.26,26156423,99.87,0,0,0.14,550.47,3063.26,26156424,99.86,0,0,0.16,550.43,3063.29,26156425,99.8,0,0,0.32,552.15,3061.6,26156426,99.87,0,0,0.14,552.17,3061.57,26156427,99.74,0,0,0.55,552.51,3061.22,26156428,99.88,0,0,0.15,552.16,3061.57,26156429,99.89,0,0,0.14,552.15,3061.57,26156430,99.81,0,0,0.31,552.17,3061.57,26156431,99.84,0,0,0.14,552.17,3061.57,26156432,99.72,0,0.01,0.6,552.71,3061.03,26156433,99.85,0,0,0.14,552.37,3061.36,26156434,99.85,0,0,0.15,552.37,3061.36,26156435,99.81,0,0,0.32,553.11,3060.63,26156436,99.87,0,0,0.13,553.12,3060.62,26156437,99.72,0,0,0.55,553.77,3059.96,26156438,99.85,0,0,0.15,553.32,3060.41,26156439,99.72,0,0,0.3,553.05,3060.65,26156440,99.79,0,0,0.32,552.82,3060.9,26156441,99.85,0,0,0.2,552.78,3060.94,26156442,99.71,0,0,0.57,553.39,3060.32,26156443,99.84,0,0,0.17,553.01,3060.7,26156444,99.87,0,0,0.17,552.98,3060.72,26156445,99.76,0,0,0.38,552.75,3060.96,26156446,99.85,0,0,0.16,552.74,3060.97,26156447,99.72,0,0,0.43,553.16,3060.54,26156448,99.86,0,0,0.31,552.95,3060.75,26156449,99.86,0,0,0.17,552.94,3060.75,26156450,99.73,0,0,0.34,553.18,3060.53,26156451,99.85,0,0,0.17,553.17,3060.54,26156452,99.72,0,0,0.45,553.44,3060.26,26156453,99.86,0,0,0.3,552.92,3060.79,26156454,99.4,0,0,0.19,552.89,3060.81,26156455,99.8,0,0,0.37,552.68,3061.04,26156456,99.86,0,0,0.18,552.68,3061.03,26156457,99.73,0,0,0.43,553.06,3060.64,26156458,99.85,0,0,0.3,552.88,3060.82,26156459,99.83,0,0,0.21,552.64,3061.06,26156460,99.14,0,0,11.05,552.09,3061.86,26156461,99.84,0,0,0.18,552.11,3061.9,26156462,99.7,0,0,0.32,552.62,3061.39,26156463,99.86,0,0,0.38,552.96,3061.06,26156464,99.84,0,0,0.15,552.96,3061.06,26156465,99.79,0,0,0.34,553.23,3060.84,26156466,99.85,0,0,0.16,553.23,3060.84,26156467,99.85,0,0,0.14,553.22,3060.84,26156468,99.73,0,0,0.55,553.55,3060.5,26156469,99.81,0,0,0.29,553.18,3060.85,26156470,99.82,0,0,0.34,553.44,3060.61,26156471,99.85,0,0,0.16,553.44,3060.61,26156472,99.86,0,0,0.15,553.44,3060.61,26156473,99.73,0,0,0.58,554.04,3060,26156474,99.85,0,0,0.17,553.18,3060.87,26156475,99.74,0,0,0.32,553.17,3060.9,26156476,99.86,0,0,0.14,553.17,3060.9,26156477,99.8,0,0,0.2,552.92,3061.14,26156478,99.71,0,0,0.59,553,3061.06,26156479,99.84,0,0,0.15,552.16,3061.9,26156480,99.79,0,0,0.32,552.96,3061.11,26156481,99.87,0,0,0.16,552.89,3061.18,26156482,99.86,0,0,0.14,552.89,3061.18,26156483,99.73,0,0,0.58,553.41,3060.65,26156484,99.85,0,0,0.14,553.37,3060.68,26156485,99.78,0,0,0.34,553.15,3060.92,26156486,99.83,0,0,0.14,553.12,3060.95,26156487,99.85,0,0,0.16,553.1,3060.96,26156488,99.73,0,0,0.57,553.36,3060.7,26156489,99.85,0,0,0.14,552.84,3061.21,26156490,99.69,0,0,0.32,551.91,3062.16,26156491,99.83,0,0,0.14,551.84,3062.22,26156492,99.84,0,0,0.18,551.84,3062.22,26156493,99.7,0,0,0.51,552.38,3061.68,26156494,99.84,0,0,0.21,552.81,3061.24,26156495,99.79,0,0,0.33,553.31,3060.76,26156496,99.85,0,0,0.16,553.31,3060.76,26156497,99.84,0,0,0.15,553.28,3060.78,26156498,98.51,0.3,0.01,0.6,554.71,3057.91,26156499,96.49,0,0,229.09,565.9,3049.64,26156500,99.81,0,0,0.42,555.8,3058.11,26156501,99.83,0,0,0.14,555.79,3058.12,26156502,99.83,0,0,0.16,555.78,3058.12,26156503,99.83,0,0,0.14,555.78,3058.12,26156504,99.7,0,0,0.58,553.86,3060.08,26156505,99.81,0,0,0.37,552.61,3061.35,26156506,99.84,0,0,0.14,552.4,3061.56,26156507,99.85,0,0,0.14,552.39,3061.57,26156508,99.83,0,0,0.15,552.36,3061.59,26156509,99.71,0,0,0.54,552.9,3061.05,26156510,99.83,0,0,0.33,552.63,3061.34,26156511,99.82,0.01,0.01,0.16,552.61,3061.35,26156512,99.81,0.04,0.03,0.18,552.58,3061.38,26156513,99.82,0.03,0.02,0.15,552.59,3061.37,26156514,99.63,0.02,0.02,0.54,552.87,3061.08,26156515,99.77,0.01,0.01,0.34,552.62,3061.35,26156516,99.83,0.02,0.01,0.17,552.6,3061.37,26156517,99.83,0.03,0.02,0.14,552.58,3061.38,26156518,99.86,0.02,0.02,0.16,552.57,3061.39,26156519,99.69,0.02,0.01,0.5,552.91,3061.04,26156520,99.74,0.01,0.01,0.47,551.57,3062.4,26156521,99.82,0.03,0.02,0.15,551.64,3062.32,26156522,99.82,0.03,0.02,0.13,551.63,3062.33,26156523,99.86,0.02,0.01,0.16,551.59,3062.36,26156524,99.7,0.03,0.02,0.51,552.09,3061.86,26156525,99.79,0,0,0.39,552.78,3061.19,26156526,99.85,0,0,0.13,552.76,3061.2,26156527,99.85,0,0,0.16,552.74,3061.22,26156528,99.81,0,0,0.16,552.73,3061.22,26156529,99.58,0,0,0.45,552.91,3061.02,26156530,99.8,0,0,0.54,553.27,3060.68,26156531,99.85,0,0,0.14,552.92,3061.03,26156532,99.86,0,0,0.16,552.89,3061.05,26156533,99.85,0,0,0.16,552.88,3061.05,26156534,99.86,0,0,0.14,552.88,3061.05,26156535,99.64,0,0,0.73,552.82,3061.14,26156536,99.84,0,0,0.14,552.4,3061.56,26156537,99.84,0,0,0.23,552.64,3061.32,26156538,99.85,0,0,0.15,552.64,3061.31,26156539,99.86,0,0,0.14,552.64,3061.31,26156540,99.68,0,0,0.64,552.75,3061.21,26156541,99.85,0,0,0.16,552.37,3061.59,26156542,99.86,0,0,0.14,552.37,3061.59,26156543,99.84,0,0,0.15,552.35,3061.6,26156544,99.83,0,0,0.14,552.33,3061.62,26156545,99.55,0,0,0.7,552.81,3061.16,26156546,99.85,0,0,0.14,552.83,3061.14,26156547,99.86,0,0,0.16,552.83,3061.14,26156548,99.87,0,0,0.16,552.83,3061.14,26156549,99.86,0,0,0.14,552.8,3061.17,26156550,99.66,0,0,0.61,553.04,3060.94,26156551,99.83,0,0,0.19,552.56,3061.42,26156552,99.86,0,0,0.16,552.55,3061.42,26156553,99.85,0,0,0.15,552.55,3061.42,26156554,99.86,0,0,0.15,552.53,3061.44,26156555,99.65,0,0,0.56,553.51,3060.48,26156556,99.85,0,0,0.29,552.53,3061.45,26156557,99.84,0,0,0.14,552.49,3061.48,26156558,99.83,0,0,0.14,552.58,3061.39,26156559,99.79,0,0,0.3,552.67,3061.27,26156560,99.66,0,0,0.51,553.23,3060.73,26156561,99.86,0,0,0.3,552.9,3061.06,26156562,99.85,0,0,0.14,552.88,3061.07,26156563,99.85,0,0,0.16,552.85,3061.09,26156564,99.86,0,0,0.14,552.84,3061.1,26156565,99.79,0,0,0.28,552.63,3061.33,26156566,99.72,0,0,0.54,552.73,3061.23,26156567,99.86,0,0,0.14,552.35,3061.61,26156568,99.87,0,0,0.15,552.33,3061.62,26156569,99.83,0,0,0.15,552.33,3061.62,26156570,99.77,0,0,0.27,552.6,3061.37,26156571,99.73,0,0,0.56,553.19,3060.77,26156572,99.85,0,0,0.14,552.83,3061.13,26156573,99.86,0,0,0.14,552.82,3061.13,26156574,99.84,0,0,0.18,552.79,3061.16,26156575,99.81,0,0,0.29,552.33,3061.63,26156576,99.69,0,0,0.55,552.67,3061.29,26156577,99.83,0,0,0.14,552.29,3061.67,26156578,99.86,0,0,0.14,552.27,3061.68,26156579,99.83,0,0,0.15,552.26,3061.68,26156580,99.75,0,0,0.29,551.09,3062.87,26156581,99.71,0,0,0.52,552.42,3061.53,26156582,99.86,0,0,0.16,552.26,3061.68,26156583,99.84,0,0,0.14,552.26,3061.68,26156584,99.86,0,0,0.15,552.25,3061.69,26156585,99.8,0,0,0.28,552.72,3061.23,26156586,99.74,0,0,0.41,553.08,3060.87,26156587,99.86,0,0,0.27,552.49,3061.46,26156588,99.94,0,0,0.16,552.47,3061.47,26156589,99.82,0,0,0.29,552.9,3061.02,26156590,99.89,0,0,0.28,552.92,3061.02,26156591,99.79,0,0,0.5,553.33,3060.61,26156592,99.91,0,0,0.21,553.15,3060.78,26156593,99.94,0,0,0.15,553.15,3060.78,26156594,99.93,0,0,0.15,553.15,3060.8,26156595,99.9,0,0,0.29,553.16,3060.8,26156596,99.81,0,0,0.39,553.51,3060.45,26156597,99.94,0,0,0.32,553.13,3060.82,26156598,99.94,0,0,0.16,553.12,3060.83,26156599,99.93,0,0,0.14,553.11,3060.83,26156600,99.88,0,0,0.27,552.65,3061.31,26156601,99.8,0,0,0.41,553,3060.95,26156602,99.93,0,0,0.28,552.85,3061.11,26156603,99.93,0,0,0.14,552.84,3061.11,26156604,99.93,0,0,0.14,552.84,3061.11,26156605,99.88,0,0,0.27,553.34,3060.62,26156606,99.92,0,0,0.14,553.34,3060.61,26156607,99.76,0,0,0.58,553.19,3060.76,26156608,99.91,0,0,0.14,552.81,3061.14,26156609,99.92,0,0,0.15,552.81,3061.14,26156610,99.88,0,0,0.27,553.07,3060.89,26156611,99.93,0,0,0.14,553.05,3060.91,26156612,99.8,0,0,0.59,553.65,3060.3,26156613,99.93,0,0,0.15,553.03,3060.92,26156614,99.92,0,0,0.14,553.02,3060.92,26156615,99.88,0,0,0.28,553.04,3060.92,26156616,99.93,0,0,0.14,553.03,3060.92,26156617,99.21,0,0,0.57,553.33,3060.62,26156618,99.93,0,0,0.16,552.75,3061.2,26156619,99.81,0,0,0.3,553,3060.92,26156620,99.88,0,0,0.26,553.02,3060.92,26156621,99.94,0,0,0.17,553.01,3060.95,26156622,99.78,0,0,0.41,553.42,3060.55,26156623,99.94,0,0,0.29,553.16,3060.8,26156624,99.93,0,0,0.14,553.15,3060.8,26156625,99.9,0,0,0.33,553.16,3060.8,26156626,99.92,0,0,0.15,553.16,3060.8,26156627,99.78,0,0,0.41,553.5,3060.46,26156628,99.93,0,0,0.28,553.15,3060.8,26156629,99.93,0,0,0.15,553.14,3060.81,26156630,99.88,0,0,0.28,553.38,3060.59,26156631,99.93,0,0,0.14,553.37,3060.59,26156632,99.8,0,0,0.5,553.65,3060.31,26156633,99.93,0,0,0.19,553.12,3060.84,26156634,99.95,0,0,0.16,553.09,3060.86,26156635,99.73,0,0,0.29,552.15,3061.81,26156636,99.88,0,0,0.15,552.11,3061.85,26156637,99.52,0,0,0.56,552.55,3061.41,26156638,99.94,0,0,0.16,552.84,3061.11,26156639,99.94,0,0,0.19,552.83,3061.11,26156640,99.84,0,0,0.29,552.6,3061.36,26156641,99.94,0,0,0.16,552.57,3061.39,26156642,99.93,0,0,0.14,552.56,3061.39,26156643,99.8,0,0,0.59,553.47,3060.48,26156644,99.95,0,0,0.17,552.8,3061.14,26156645,99.9,0,0,0.29,552.34,3061.63,26156646,99.93,0,0,0.18,552.29,3061.67,26156647,99.95,0,0,0.16,552.29,3061.67,26156648,99.79,0,0.01,0.6,553.55,3060.4,26156649,99.89,0,0,0.34,553.47,3060.46,26156650,99.88,0,0,0.35,553.24,3060.7,26156651,99.92,0,0,0.17,553.24,3060.69,26156652,99.95,0,0,0.21,553.38,3060.55,26156653,99.8,0,0,0.55,553.72,3060.19,26156654,99.93,0,0,0.17,553.35,3060.57,26156655,99.88,0,0,0.3,553.35,3060.6,26156656,99.94,0,0,0.17,553.19,3060.76,26156657,99.94,0,0,0.24,552.85,3061.09,26156658,99.8,0,0,0.59,552.75,3061.18,26156659,99.95,0,0,0.18,552.1,3061.83,26156660,99.9,0,0,0.3,551.61,3062.33,26156661,99.93,0,0,0.21,551.59,3062.35,26156662,99.95,0,0,0.16,551.58,3062.35,26156663,99.8,0,0,0.43,552.15,3061.78,26156664,99.9,0,0,0.33,552.07,3061.86,26156665,99.89,0,0,0.33,552.81,3061.13,26156666,99.93,0,0,0.17,552.82,3061.12,26156667,99.95,0,0,0.18,552.8,3061.13,26156668,99.81,0,0,0.55,553.07,3060.86,26156669,99.94,0,0,0.16,552.52,3061.4,26156670,99.84,0,0,0.29,552.78,3061.16,26156671,99.94,0,0,0.21,552.78,3061.15,26156672,99.93,0,0,0.2,552.78,3061.15,26156673,99.8,0,0,0.37,553.19,3060.73,26156674,99.92,0,0,0.36,552.5,3061.42,26156675,99.83,0,0,0.28,551.3,3062.63,26156676,99.92,0,0,0.14,551.27,3062.66,26156677,99.95,0,0,0.16,551.26,3062.67,26156678,99.95,0,0,0.15,551.23,3062.69,26156679,99.67,0,0,0.73,552.82,3061.08,26156680,99.85,0,0,0.31,552.52,3061.4,26156681,99.96,0,0,0.14,552.48,3061.44,26156682,99.93,0,0,0.19,552.47,3061.44,26156683,99.94,0,0,0.16,552.45,3061.45,26156684,99.8,0,0,0.57,553,3060.9,26156685,99.89,0,0,0.31,552.36,3061.55,26156686,99.95,0,0,0.14,552.39,3061.53,26156687,99.93,0,0,0.14,552.37,3061.54,26156688,99.95,0,0,0.16,552.35,3061.56,26156689,99.78,0,0,0.55,552.16,3061.74,26156690,99.86,0,0,0.3,552.58,3061.33,26156691,99.94,0,0,0.18,552.6,3061.31,26156692,99.93,0,0,0.18,552.59,3061.31,26156693,99.93,0,0,0.18,552.57,3061.33,26156694,99.8,0,0,0.55,552.91,3060.98,26156695,99.87,0,0,0.31,552.59,3061.32,26156696,99.93,0,0,0.19,552.55,3061.36,26156697,99.95,0,0,0.14,552.53,3061.38,26156698,99.95,0,0,0.16,552.53,3061.38,26156699,99.78,0,0,0.61,553.22,3060.67,26156700,99.86,0,0,0.3,552.78,3061.13,26156701,99.93,0,0,0.14,552.76,3061.15,26156702,99.94,0,0,0.15,552.74,3061.16,26156703,99.93,0,0,0.16,552.74,3061.16,26156704,99.81,0,0,0.51,553.14,3060.76,26156705,99.89,0,0,0.34,552.75,3061.16,26156706,99.95,0,0,0.14,552.72,3061.19,26156707,99.93,0,0,0.16,552.71,3061.19,26156708,99.93,0,0,0.14,552.71,3061.19,26156709,99.7,0,0,0.71,553.11,3060.77,26156710,99.88,0,0,0.33,552.23,3061.68,26156711,99.93,0,0,0.13,552.18,3061.72,26156712,99.93,0,0,0.18,552.34,3061.56,26156713,99.95,0,0,0.14,552.36,3061.54,26156714,99.8,0,0,0.38,552.74,3061.15,26156715,99.87,0,0,0.54,552.6,3061.3,26156716,99.92,0,0,0.14,552.58,3061.32,26156717,99.91,0,0,0.21,552.58,3061.31,26156718,99.92,0,0,0.14,552.57,3061.32,26156719,99.91,0,0,0.18,552.57,3061.32,26156720,99.69,0,0,0.66,553.14,3060.76,26156721,99.93,0,0,0.16,552.8,3061.11,26156722,99.92,0,0,0.14,552.79,3061.11,26156723,99.89,0,0,0.17,552.79,3061.11,26156724,99.93,0,0,0.17,552.76,3061.13,26156725,99.7,0,0,0.66,553.48,3060.42,26156726,99.94,0,0,0.17,552.76,3061.14,26156727,99.94,0,0,0.14,552.76,3061.14,26156728,99.91,0,0,0.15,552.76,3061.14,26156729,99.9,0,0,0.18,552.73,3061.16,26156730,99.69,0,0,0.71,553.3,3060.6,26156731,99.94,0,0,0.14,552.96,3060.94,26156732,99.92,0,0,0.18,552.94,3060.95,26156733,99.94,0,0,0.18,552.93,3060.95,26156734,99.92,0,0,0.16,552.93,3060.95,26156735,99.74,0,0,0.6,553.02,3060.87,26156736,99.93,0,0,0.32,552.83,3061.06,26156737,99.94,0,0,0.14,552.83,3061.06,26156738,99.94,0,0,0.16,552.81,3061.07,26156739,99.84,0,0,0.42,552.81,3061.08,26156740,99.73,0,0,0.69,553.23,3060.68,26156741,99.92,0,0,0.15,553.04,3060.86,26156742,99.91,0,0.01,0.18,553.03,3060.87,26156743,99.93,0,0,0.14,553,3060.9,26156744,99.95,0,0,0.15,553,3060.93,26156745,99.72,0,0,0.69,552.78,3061.16,26156746,99.95,0,0,0.14,552.76,3061.18,26156747,99.95,0,0,0.37,552.68,3061.25,26156748,99.91,0,0,0.14,552.48,3061.45,26156749,99.93,0,0,0.16,552.47,3061.45,26156750,99.77,0,0,0.54,553.33,3060.61,26156751,99.94,0,0,0.28,552.98,3060.96,26156752,99.95,0,0,0.16,552.97,3060.96,26156753,99.94,0,0,0.16,552.94,3060.99,26156754,99.94,0,0,0.15,552.93,3060.99,26156755,99.88,0,0,0.37,552.76,3061.17,26156756,97.32,0,0,0.53,553.27,3060.66,26156757,99.93,0,0,0.14,552.92,3061.01,26156758,99.95,0,0,0.18,552.9,3061.02,26156759,99.93,0,0,0.16,552.9,3061.02,26156760,99.86,0,0,0.3,552.92,3061.02,26156761,99.82,0,0,0.56,553.6,3060.34,26156762,99.94,0,0,0.14,553.32,3060.63,26156763,99.95,0,0,0.15,553.31,3060.64,26156764,99.93,0,0,0.15,553.3,3060.64,26156765,99.87,0,0,0.27,552.11,3061.84,26156766,99.82,0,0,0.5,553.03,3060.92,26156767,99.96,0,0,0.2,552.81,3061.13,26156768,99.93,0,0,0.14,552.81,3061.13,26156769,99.86,0,0,0.3,552.77,3061.14,26156770,99.89,0,0,0.29,553.03,3060.9,26156771,99.78,0,0,0.4,553.65,3060.28,26156772,99.92,0,0,0.3,553.25,3060.68,26156773,99.91,0,0,0.16,553.24,3060.68,26156774,99.92,0,0,0.17,553.24,3060.7,26156775,99.83,0,0,0.31,552.98,3060.98,26156776,99.8,0,0,0.45,553.46,3060.5,26156777,99.94,0,0,0.33,552.94,3061.01,26156778,99.93,0,0,0.16,552.93,3061.01,26156779,99.94,0,0,0.17,552.91,3061.02,26156780,99.88,0,0,0.3,553.16,3060.79,26156781,99.8,0,0,0.34,553.57,3060.37,26156782,99.93,0,0,0.4,553.48,3060.46,26156783,99.95,0,0,0.16,553.6,3060.34,26156784,99.93,0,0,0.18,553.58,3060.36,26156785,99.83,0,0,0.35,553.36,3060.6,26156786,99.79,0,0,0.34,553.68,3060.26,26156787,99.96,0,0,0.42,553.09,3060.85,26156788,99.94,0,0,0.16,553.07,3060.87,26156789,99.93,0,0,0.16,553.05,3060.88,26156790,99.86,0,0,0.27,553.31,3060.64,26156791,99.91,0,0,0.16,553.31,3060.64,26156792,99.82,0,0,0.55,553.63,3060.31,26156793,99.95,0,0,0.2,553.27,3060.67,26156794,99.95,0,0,0.2,553.27,3060.67,26156795,99.89,0,0,0.3,553.28,3060.67,26156796,99.89,0,0,0.17,553.28,3060.67,26156797,99.81,0,0,0.57,553.45,3060.49,26156798,98.75,0,0,0.16,553.02,3060.91,26156799,99.83,0,0,0.34,553.24,3060.67,26156800,99.88,0,0,0.3,553.25,3060.68,26156801,99.95,0,0,0.18,553.24,3060.68,26156802,99.81,0,0,0.41,553.71,3060.2,26156803,99.96,0,0,0.3,553.47,3060.44,26156804,99.95,0,0,0.17,553.47,3060.44,26156805,99.86,0,0,0.3,553.23,3060.7,26156806,99.95,0,0,0.17,553.21,3060.71,26156807,99.81,0,0,0.52,553.95,3059.97,26156808,99.94,0,0,0.22,553.2,3060.71,26156809,99.95,0,0,0.17,553.17,3060.74,26156810,99.86,0,0,0.29,553.19,3060.73,26156811,99.91,0,0,0.16,553.06,3060.86,26156812,99.8,0,0,0.6,552.82,3061.1,26156813,99.95,0,0,0.16,552.43,3061.48,26156814,99.94,0,0,0.16,552.44,3061.46,26156815,99.81,0,0,0.32,552.42,3061.5,26156816,99.93,0,0,0.17,552.35,3061.57,26156817,99.83,0,0,0.34,552.88,3061.04,26156818,99.9,0,0,0.41,552.33,3061.57,26156819,99.89,0,0,0.18,552.33,3061.57,26156820,99.79,0,0,0.29,551.41,3062.5,26156821,96.13,0.23,0.01,78.23,558.01,3056.86,26156822,99.9,0,0,62.82,554.97,3058.24,26156823,99.81,0,0,0.56,555.44,3057.77,26156824,99.93,0,0,0.2,554.96,3058.24,26156825,99.83,0,0,0.36,554.76,3058.46,26156826,99.91,0,0,0.21,554.04,3059.2,26156827,99.95,0,0,0.18,552.51,3060.76,26156828,99.78,0,0,0.55,553.04,3060.23,26156829,99.86,0,0,0.33,552.75,3060.49,26156830,99.87,0,0,0.35,552.75,3060.51,26156831,99.94,0,0,0.14,552.73,3060.53,26156832,99.9,0,0,0.15,552.73,3060.54,26156833,99.8,0,0,0.58,553.07,3060.19,26156834,99.91,0,0,0.15,552.72,3060.54,26156835,99.87,0,0,0.29,552.72,3060.55,26156836,99.93,0,0,0.16,552.7,3060.57,26156837,99.93,0,0,0.21,552.46,3060.81,26156838,99.76,0,0,0.41,552.93,3060.34,26156839,99.92,0,0,0.33,552.69,3060.57,26156840,99.9,0,0,0.33,552.93,3060.35,26156841,96.07,0,0,12.8,559.81,3050.09,26156842,99.9,0,0,34.21,554.63,3058.49,26156843,99.81,0,0,0.61,555.46,3057.67,26156844,99.94,0,0,0.16,555.13,3058,26156845,98.88,0,0,15.45,555.19,3058.48,26156846,99.92,0,0,0.14,553.45,3059.76,26156847,99.88,0,0,0.21,551.46,3061.79,26156848,99.76,0.01,0.03,0.65,552.03,3061.21,26156849,99.93,0,0,0.18,552.73,3060.51,26156850,99.81,0,0,0.28,551.61,3061.65,26156851,99.94,0,0,0.14,551.45,3061.8,26156852,99.93,0,0,0.16,551.43,3061.81,26156853,99.9,0,0,0.15,551.49,3061.75,26156854,99.81,0,0,0.57,553.17,3060.07,26156855,99.85,0,0,0.29,552.82,3060.43,26156856,99.9,0,0,0.13,552.8,3060.45,26156857,99.93,0,0,0.16,552.76,3060.48,26156858,99.92,0,0,0.14,552.74,3060.5,26156859,99.65,0,0,0.68,553.09,3060.13,26156860,99.83,0,0,0.3,552.74,3060.49,26156861,99.92,0,0,0.16,552.71,3060.51,26156862,99.93,0,0,0.14,552.69,3060.53,26156863,99.94,0,0,0.13,552.67,3060.54,26156864,96.56,0.02,0.01,77.71,566.08,3048.08,26156865,99.82,0,0,0.3,555.39,3058.03,26156866,99.93,0,0,0.17,555.35,3058.06,26156867,99.89,0,0,0.14,555.32,3058.09,26156868,99.93,0,0,0.15,555.3,3058.11,26156869,99.8,0,0,0.62,554.24,3059.2,26156870,99.84,0,0,0.34,552.35,3061.12,26156871,99.94,0,0,0.16,552.32,3061.15,26156872,99.91,0,0,0.14,552.3,3061.16,26156873,99.95,0,0,0.14,552.29,3061.17,26156874,99.77,0,0,0.63,553.09,3060.38,26156875,99.83,0,0,0.34,552.54,3060.95,26156876,99.91,0,0,0.16,552.47,3061.02,26156877,99.93,0,0,0.13,552.46,3061.03,26156878,99.92,0,0,0.16,552.42,3061.06,26156879,99.76,0,0,0.4,552.77,3060.7,26156880,99.83,0,0,0.4,552.83,3060.66,26156881,99.93,0,0,0.16,552.82,3060.67,26156882,99.92,0,0,0.14,552.8,3060.69,26156883,99.93,0,0,0.14,552.78,3060.7,26156884,99.78,0,0,0.55,553.15,3060.32,26156885,99.85,0,0,0.3,553,3060.5,26156886,99.91,0,0,0.14,552.98,3060.51,26156887,99.93,0,0,0.16,552.95,3060.54,26156888,99.91,0,0,0.14,552.92,3060.56,26156889,99.63,0,0,0.64,553.38,3060.08,26156890,99.86,0,0,0.41,552.57,3060.9,26156891,99.92,0,0,0.14,552.55,3060.92,26156892,99.93,0,0,0.16,552.51,3060.95,26156893,99.92,0,0,0.14,552.47,3060.99,26156894,99.9,0,0,0.15,552.44,3061.03,26156895,99.68,0,0,0.66,552.78,3060.72,26156896,99.92,0,0,0.15,552.07,3061.42,26156897,99.94,0,0,0.24,552.04,3061.44,26156898,99.93,0,0,0.2,552.02,3061.47,26156899,99.91,0,0,0.14,551.99,3061.5,26156900,99.69,0,0,0.72,553.52,3059.98,26156901,99.93,0,0,0.19,552.94,3060.55,26156902,99.92,0,0,0.14,552.91,3060.58,26156903,99.93,0,0,0.14,552.69,3060.8,26156904,99.93,0,0,0.19,552.79,3060.7,26156905,99.72,0,0,0.74,553.48,3060.02,26156906,99.93,0,0,0.16,552.75,3060.76,26156907,99.93,0,0,0.14,552.73,3060.77,26156908,99.95,0,0,0.16,552.7,3060.79,26156909,99.96,0,0,0.15,552.69,3060.8,26156910,99.7,0,0,0.73,553.3,3060.2,26156911,99.93,0,0,0.16,552.95,3060.55,26156912,99.93,0,0,0.14,552.92,3060.58,26156913,99.9,0,0,0.15,552.91,3060.58,26156914,99.93,0,0,0.16,552.91,3060.58,26156915,99.75,0,0,0.68,553.13,3060.38,26156916,99.91,0,0,0.16,553.17,3060.34,26156917,99.95,0,0,0.14,553.16,3060.34,26156918,99.91,0,0,0.15,553.13,3060.37,26156919,99.82,0,0,0.32,552.89,3060.58,26156920,99.74,0,0,0.69,553.13,3060.35,26156921,99.93,0,0,0.16,553.17,3060.31,26156922,99.89,0,0,0.13,553.31,3060.17,26156923,99.95,0,0,0.17,553.29,3060.18,26156924,99.95,0,0,0.14,553.27,3060.22,26156925,99.74,0,0,0.56,553.6,3059.91,26156926,99.94,0,0,0.35,553.03,3060.46,26156927,99.94,0,0,0.15,553.03,3060.46,26156928,99.92,0,0,0.14,553.03,3060.46,26156929,99.93,0,0,0.16,553.02,3060.46,26156930,99.88,0,0,0.29,553.02,3060.48,26156931,99.77,0,0,0.64,552.75,3060.75,26156932,99.87,0,0,0.16,552.26,3061.23,26156933,99.92,0,0,0.14,552.25,3061.23,26156934,99.93,0,0,0.15,552.25,3061.23,26156935,99.88,0,0,0.3,552.8,3060.7,26156936,99.8,0,0,0.56,553.49,3060.01,26156937,99.91,0,0,0.17,553.23,3060.26,26156938,99.95,0,0,0.14,553.2,3060.28,26156939,99.94,0,0,0.16,553.2,3060.28,26156940,99.71,0,0,0.29,553.25,3060.25,26156941,99.78,0,0,0.55,553.57,3059.92,26156942,99.94,0,0,0.17,553.18,3060.31,26156943,99.93,0,0,0.15,553.17,3060.31,26156944,99.94,0,0,0.14,553.17,3060.31,26156945,99.84,0,0,0.32,553.18,3060.31,26156946,99.81,0,0,0.56,553.52,3059.96,26156947,99.94,0,0,0.14,553.17,3060.31,26156948,99.88,0,0,0.16,553.15,3060.33,26156949,99.84,0,0,0.28,553.14,3060.32,26156950,99.87,0,0,0.34,553.15,3060.32,26156951,99.78,0,0,0.54,553.4,3060.07,26156952,99.92,0,0,0.17,552.9,3060.57,26156953,99.86,0,0,0.13,552.89,3060.57,26156954,99.88,0,0,0.15,552.87,3060.6,26156955,99.82,0,0,0.31,553.36,3060.13,26156956,99.8,0,0,0.55,553.86,3059.63,26156957,99.92,0,0,0.19,553.12,3060.37,26156958,99.9,0,0,0.14,553.2,3060.28,26156959,99.85,0,0,0.16,553.28,3060.2,26156960,99.8,0,0,0.27,552.8,3060.69,26156961,99.78,0,0,0.55,553.29,3060.19,26156962,99.95,0,0,0.17,553.52,3059.96,26156963,99.9,0,0,0.14,553.51,3059.96,26156964,99.93,0,0,0.16,553.51,3059.96,26156965,99.88,0,0,0.29,553.25,3060.24,26156966,99.95,0,0,0.13,552.26,3061.23,26156967,99.79,0,0,0.59,552.84,3060.64,26156968,99.9,0,0,0.14,552.5,3060.98,26156969,99.88,0,0,0.16,552.49,3060.98,26156970,99.88,0,0,0.29,552.51,3060.98,26156971,99.91,0,0,0.13,552.51,3060.98,26156972,99.79,0,0,0.57,552.64,3060.84,26156973,99.9,0,0,0.16,552.22,3061.26,26156974,99.84,0,0,0.14,552.22,3061.26,26156975,99.87,0,0,0.28,551.99,3061.5,26156976,99.86,0,0,0.17,551.98,3061.5,26156977,99.73,0,0,0.52,552.32,3061.16,26156978,99.9,0,0,0.15,551.96,3061.52,26156979,99.83,0,0,0.3,552.18,3061.28,26156980,99.85,0,0,0.27,552.67,3060.8,26156981,99.9,0,0,0.15,552.68,3060.79,26156982,99.73,0,0,0.57,552.88,3060.58,26156983,99.88,0,0,0.17,552.42,3061.04,26156984,99.88,0,0,0.14,552.42,3061.05,26156985,99.79,0,0,0.29,552.65,3060.84,26156986,99.87,0,0,0.15,552.65,3060.84,26156987,99.74,0,0,0.57,553.47,3060.01,26156988,99.87,0,0,0.14,552.88,3060.59,26156989,99.85,0,0,0.16,552.86,3060.61,26156990,99.78,0,0,0.27,552.39,3061.1,26156991,99.85,0,0,0.16,552.37,3061.11,26156992,99.73,0,0,0.56,553.15,3060.33,26156993,99.83,0,0,0.16,552.36,3061.11,26156994,99.82,0,0,0.15,552.38,3061.09,26156995,99.79,0,0,0.34,552.47,3061.02,26156996,99.87,0,0,0.12,552.56,3060.93,26156997,98.28,0,0,0.57,553.16,3060.32,26156998,99.85,0,0,0.15,552.53,3060.95,26156999,99.87,0,0,0.15,552.51,3060.96,26157000,99.76,0,0,0.29,551.34,3062.15,26157001,99.87,0,0,0.14,551.29,3062.19,26157002,99.85,0,0,0.16,551.29,3062.19,26157003,99.71,0,0,0.55,552.67,3060.8,26157004,99.85,0,0,0.14,552.25,3061.22,26157005,99.81,0,0,0.3,552.02,3061.47,26157006,99.84,0,0,0.18,552,3061.48,26157007,99.86,0,0,0.13,552,3061.48,26157008,99.73,0,0,0.55,552.9,3060.58,26157009,99.81,0,0,0.3,552.49,3060.96,26157010,99.78,0,0,0.27,552.95,3060.52,26157011,99.83,0,0,0.16,552.96,3060.5,26157012,99.85,0,0,0.14,552.96,3060.5,26157013,99.66,0,0,0.56,553.11,3060.34,26157014,99.86,0,0,0.14,552.7,3060.76,26157015,99.81,0,0,0.28,552.7,3060.79,26157016,99.86,0,0,0.14,552.69,3060.8,26157017,99.83,0,0,0.21,552.92,3060.55,26157018,99.73,0,0,0.52,552.86,3060.61,26157019,99.83,0,0,0.2,551.69,3061.78,26157020,99.78,0,0,0.29,551.95,3061.54,26157021,99.86,0,0,0.14,551.95,3061.54,26157022,99.83,0,0,0.15,551.93,3061.55,26157023,99.72,0,0,0.39,552.36,3061.11,26157024,99.86,0,0,0.29,552.15,3061.32,26157025,99.76,0,0,0.29,552.89,3060.59,26157026,99.87,0,0,0.21,552.9,3060.58,26157027,99.85,0,0,0.14,552.9,3060.58,26157028,99.73,0,0,0.41,553.22,3060.26,26157029,99.85,0,0,0.29,552.98,3060.49,26157030,99.73,0,0,0.29,552.82,3060.67,26157031,99.81,0,0,0.17,552.81,3060.67,26157032,99.85,0,0,0.16,552.8,3060.68,26157033,99.7,0,0,0.3,553.07,3060.4,26157034,99.84,0.04,0.03,0.42,551.95,3061.51,26157035,99.74,0.05,0.03,0.29,552.96,3060.52,26157036,99.84,0.04,0.03,0.18,552.94,3060.53,26157037,99.84,0.05,0.03,0.18,552.96,3060.51,26157038,99.66,0.04,0.03,0.43,553.3,3060.17,26157039,99.78,0.06,0.05,0.45,552.69,3060.75,26157040,99.44,0.03,0.02,0.28,552.96,3060.49,26157041,99.82,0.02,0.02,0.18,553.01,3060.44,26157042,99.83,0.01,0.01,0.15,552.91,3060.53,26157043,99.82,0,0,0.16,552.86,3060.58,26157044,99.72,0,0,0.59,553.56,3059.87,26157045,99.73,0,0,0.3,552.34,3061.11,26157046,99.85,0,0,0.14,552.3,3061.15,26157047,99.86,0,0,0.16,552.3,3061.16,26157048,99.84,0,0,0.14,552.28,3061.18,26157049,99.7,0,0,0.55,552.71,3060.75,26157050,99.81,0,0,0.28,553,3060.47,26157051,99.85,0,0,0.14,553.01,3060.46,26157052,99.86,0,0,0.16,553.01,3060.46,26157053,99.84,0,0,0.14,553.01,3060.46,26157054,99.73,0,0,0.56,553.35,3060.11,26157055,99.74,0,0,0.32,552.91,3060.56,26157056,99.84,0,0,0.16,552.74,3060.73,26157057,99.83,0,0,0.16,552.73,3060.73,26157058,99.83,0,0,0.14,552.73,3060.73,26157059,99.73,0,0,0.55,553.07,3060.39,26157060,99.74,0,0,0.29,552.49,3060.98,26157061,99.83,0,0,0.14,552.48,3060.98,26157062,99.86,0,0,0.14,552.46,3061,26157063,99.85,0,0,0.15,552.44,3061.01,26157064,99.69,0,0,0.5,553.06,3060.39,26157065,99.81,0,0,0.34,553.17,3060.3,26157066,99.87,0,0,0.16,553.16,3060.3,26157067,99.85,0,0,0.14,553.15,3060.3,26157068,99.86,0,0,0.14,553.15,3060.3,26157069,99.65,0,0,0.64,553.47,3059.96,26157070,99.77,0,0,0.34,552.4,3061.04,26157071,99.85,0,0,0.14,552.38,3061.07,26157072,99.83,0,0,0.18,552.37,3061.07,26157073,99.87,0,0,0.18,552.37,3061.07,26157074,99.69,0,0,0.34,553.04,3060.39,26157075,99.76,0,0,0.55,552.13,3061.3,26157076,99.84,0,0,0.19,552.12,3061.31,26157077,99.84,0,0,0.18,552.34,3061.08,26157078,99.83,0,0,0.16,552.35,3061.07,26157079,99.85,0,0,0.14,552.5,3060.91,26157080,99.61,0,0,0.7,552.85,3060.59,26157081,99.87,0,0,0.14,552.28,3061.16,26157082,99.87,0,0,0.14,552.27,3061.16,26157083,99.86,0,0,0.14,552.26,3061.16,26157084,99.83,0,0,0.16,552.23,3061.19,26157085,99.61,0,0,0.69,552.69,3060.74,26157086,99.85,0,0,0.16,552.49,3060.94,26157087,99.85,0,0,0.14,552.48,3060.94,26157088,99.84,0,0,0.15,552.48,3060.94,26157089,99.85,0,0,0.13,552.47,3060.94,26157090,99.62,0,0,0.67,552.76,3060.67,26157091,99.87,0,0,0.14,552.46,3060.97,26157092,99.86,0,0,0.16,552.45,3060.97,26157093,99.86,0,0,0.14,552.45,3060.97,26157094,99.85,0,0,0.16,552.44,3060.97,26157095,99.68,0,0,0.6,553.2,3060.24,26157096,99.86,0,0,0.27,552.95,3060.48,26157097,99.85,0,0,0.16,552.94,3060.49,26157098,99.84,0,0,0.14,552.91,3060.51,26157099,99.82,0,0,0.28,553.16,3060.24,26157100,99.66,0,0,0.65,553.35,3060.07,26157101,99.86,0,0,0.21,552.67,3060.73,26157102,99.86,0,0,0.14,552.67,3060.73,26157103,99.84,0,0,0.15,552.65,3060.75,26157104,99.86,0,0,0.14,552.63,3060.77,26157105,99.65,0,0,0.71,553.11,3060.3,26157106,99.85,0,0,0.14,551.17,3062.24,26157107,99.84,0,0,0.16,551.16,3062.24,26157108,99.86,0,0,0.15,551.16,3062.24,26157109,99.84,0,0,0.14,551.12,3062.27,26157110,99.68,0,0,0.43,553.55,3059.87,26157111,99.83,0,0,0.45,553.35,3060.06,26157112,99.88,0,0,0.15,553.34,3060.06,26157113,99.86,0,0,0.14,553.34,3060.06,26157114,99.87,0,0,0.14,553.33,3060.06,26157115,99.66,0,0,0.48,553.26,3060.14,26157116,99.83,0,0,0.38,551.62,3061.78,26157117,99.86,0,0,0.17,551.6,3061.8,26157118,98.78,0,0,0.15,551.47,3061.92,26157119,99.87,0,0,0.14,551.33,3062.06,26157120,99.77,0,0,0.29,552.12,3061.28,26157121,99.71,0,0,0.63,552.82,3060.58,26157122,99.87,0,0,0.14,552.51,3060.89,26157123,99.86,0,0,0.14,552.5,3060.89,26157124,99.87,0,0,0.15,552.5,3060.9,26157125,99.78,0,0,0.31,552.27,3061.16,26157126,99.69,0,0,0.57,552.59,3060.83,26157127,99.85,0,0,0.15,552.24,3061.18,26157128,99.86,0,0,0.15,552.23,3061.18,26157129,99.74,0,0,0.36,552.7,3060.69,26157130,99.78,0,0,0.29,552.7,3060.7,26157131,99.69,0,0,0.56,553.45,3059.95,26157132,99.85,0,0,0.16,552.69,3060.7,26157133,99.87,0,0,0.17,552.68,3060.7,26157134,99.85,0,0,0.14,552.68,3060.72,26157135,99.69,0.03,0.97,0.39,550.78,3062.63,26157136,99.72,0,0,0.51,551.71,3061.69,26157137,99.83,0,0,0.34,552.57,3060.83,26157138,99.85,0,0,0.15,552.55,3060.84,26157139,99.84,0,0,0.17,552.55,3060.84,26157140,99.78,0.01,0.04,0.36,553.06,3060.33,26157141,99.69,0.03,0.91,0.67,558.47,3054.72,26157142,99.88,0,0,0.13,559.23,3053.96,26157143,99.91,0,0,0.18,559.21,3053.98,26157144,99.91,0,0,0.16,559.35,3053.83,26157145,99.88,0.01,0.09,0.34,559.39,3053.81,26157146,99.8,0,0.01,0.62,559.64,3053.57,26157147,99.95,0,0,0.18,559.28,3053.93,26157148,99.93,0,0,0.15,559.28,3053.93,26157149,99.93,0,0,0.15,559.25,3053.95,26157150,99.86,0.04,1.57,0.29,559.55,3053.66,26157151,99.91,0,0,0.3,559.89,3053.32,26157152,99.75,0.05,2.01,0.79,562.9,3050.2,26157153,99.93,0,0.01,0.18,562.51,3050.58,26157154,99.95,0,0,0.17,562.47,3050.61,26157155,99.83,0,0,0.3,562.01,3051.09,26157156,99.93,0,0,0.14,561.99,3051.1,26157157,99.78,0,0,0.56,563.36,3049.73,26157158,99.95,0,0,0.15,563.21,3049.87,26157159,99.82,0.02,0.72,0.43,563.39,3049.66,26157160,99.8,0,0,0.32,563.16,3049.9,26157161,99.45,0,0,0.15,563.15,3049.91,26157162,99.81,0,0,0.57,563.85,3049.21,26157163,99.95,0,0,0.14,563.38,3049.66,26157164,99.96,0,0.01,0.17,563.36,3049.69,26157165,99.85,0,0,0.29,563.13,3049.93,26157166,99.93,0,0,0.16,563.12,3049.94,26157167,99.8,0,0,0.54,563.01,3050.04,26157168,99.92,0,0,0.16,562.11,3050.94,26157169,99.93,0,0,0.14,562.09,3050.96,26157170,99.85,0,0,0.29,563.09,3049.98,26157171,99.92,0,0,0.14,563.25,3049.81,26157172,99.78,0,0,0.55,563.73,3049.32,26157173,99.92,0,0,0.16,563.48,3049.57,26157174,99.94,0,0,0.14,563.47,3049.57,26157175,99.86,0.02,0.68,0.3,563.33,3049.73,26157176,99.94,0,0.01,0.22,563.23,3049.82,26157177,99.79,0.01,0.29,0.59,563.6,3049.44,26157178,99.92,0,0.09,0.16,563.37,3049.66,26157179,99.91,0,0.01,0.2,563.33,3049.7,26157180,99.79,0,0,0.29,562.63,3050.41,26157181,99.94,0,0,0.15,562.58,3050.46,26157182,99.77,0,0,0.58,563.57,3049.46,26157183,99.93,0.01,0.09,0.16,563.46,3049.57,26157184,99.92,0,0,0.17,563.39,3049.63,26157185,99.89,0,0.01,0.3,563.38,3049.66,26157186,99.95,0,0,0.16,563.37,3049.66,26157187,99.91,0,0,0.15,563.37,3049.66,26157188,99.77,0,0,0.59,562.73,3050.3,26157189,99.86,0,0,0.29,563.09,3049.91,26157190,99.9,0,0,0.31,563.36,3049.66,26157191,99.95,0,0,0.14,563.35,3049.66,26157192,99.92,0,0,0.14,563.35,3049.66,26157193,99.79,0,0,0.58,563.93,3049.07,26157194,99.92,0,0,0.16,563.58,3049.42,26157195,99.87,0,0,0.29,563.83,3049.18,26157196,99.91,0,0,0.14,563.81,3049.2,26157197,99.9,0,0,0.2,563.56,3049.44,26157198,99.79,0,0,0.55,563.25,3049.75,26157199,99.94,0,0,0.17,562.75,3050.25,26157200,99.9,0,0,0.32,563.22,3049.79,26157201,99.93,0,0,0.18,563.22,3049.8,26157202,99.89,0,0,0.15,563.22,3049.8,26157203,99.8,0,0,0.58,563.88,3049.14,26157204,99.93,0,0,0.16,563.68,3049.33,26157205,99.87,0,0,0.3,563.45,3049.58,26157206,99.95,0,0,0.14,563.43,3049.6,26157207,99.93,0,0,0.18,563.4,3049.62,26157208,99.8,0,0,0.55,563.87,3049.15,26157209,99.9,0,0,0.18,563.62,3049.39,26157210,99.87,0,0,0.3,563.15,3049.88,26157211,99.91,0,0,0.15,563.11,3049.92,26157212,99.92,0,0,0.18,563.1,3049.93,26157213,99.78,0,0,0.59,563.7,3049.31,26157214,99.93,0,0,0.15,563.58,3049.43,26157215,99.88,0,0,0.3,563.6,3049.43,26157216,99.95,0,0,0.14,563.56,3049.46,26157217,99.9,0,0,0.16,563.56,3049.46,26157218,99.8,0,0,0.41,563.89,3049.13,26157219,99.87,0.01,0.08,0.48,563.33,3049.65,26157220,99.85,0,0.01,0.34,563.65,3049.36,26157221,99.79,0,0.01,0.17,563.62,3049.38,26157222,99.95,0,0,0.14,563.59,3049.4,26157223,99.95,0,0,0.16,563.57,3049.42,26157224,99.81,0,0,0.54,564.15,3048.84,26157225,99.87,0,0,0.33,563.8,3049.2,26157226,99.96,0,0,0.16,563.8,3049.2,26157227,99.94,0,0,0.13,563.79,3049.2,26157228,99.94,0,0,0.17,563.79,3049.2,26157229,94.94,0.37,0.01,258.66,575.68,3037.34,26157230,99.86,0,0,0.36,566.27,3046.54,26157231,99.94,0,0,0.18,566.27,3046.53,26157232,99.94,0,0,0.18,566.27,3046.53,26157233,99.91,0,0,0.18,566.26,3046.53,26157234,99.78,0,0,0.61,565.39,3047.42,26157235,99.87,0,0,0.41,563.49,3049.35,26157236,99.94,0,0,0.18,563.34,3049.49,26157237,99.95,0,0,0.18,563.34,3049.49,26157238,99.95,0,0,0.18,563.33,3049.49,26157239,99.79,0,0,0.57,563.9,3048.93,26157240,99.88,0,0,0.33,564.08,3048.76,26157241,99.95,0,0,0.14,564.08,3048.75,26157242,99.93,0,0,0.18,564.07,3048.76,26157243,99.95,0,0,0.18,564.04,3048.79,26157244,99.81,0,0,0.56,564.28,3048.54,26157245,99.91,0,0,0.34,563.55,3049.28,26157246,99.93,0,0,0.18,563.53,3049.31,26157247,99.93,0,0,0.19,563.58,3049.25,26157248,99.96,0,0,0.18,563.7,3049.12,26157249,99.72,0,0,0.67,564.3,3048.51,26157250,99.9,0,0,0.43,563.96,3048.86,26157251,99.94,0,0,0.16,563.96,3048.86,26157252,99.96,0,0,0.14,563.95,3048.86,26157253,99.96,0,0,0.13,563.94,3048.87,26157254,99.81,0,0,0.41,564.28,3048.54,26157255,99.9,0,0,0.42,563.93,3048.91,26157256,99.95,0,0,0.15,563.93,3048.91,26157257,99.92,0,0,0.2,563.92,3048.91,26157258,99.92,0,0,0.14,563.92,3048.91,26157259,99.77,0,0,0.41,564.16,3048.67,26157260,99.87,0,0,0.41,563.94,3048.91,26157261,99.93,0,0,0.18,563.89,3048.95,26157262,99.95,0,0,0.15,563.89,3048.95,26157263,99.94,0,0,0.14,563.88,3048.96,26157264,99.92,0,0,0.15,563.85,3048.98,26157265,99.75,0,0,0.71,563.34,3049.51,26157266,99.95,0.01,0.14,0.16,562.88,3049.97,26157267,99.93,0.03,0.98,0.39,562.88,3049.95,26157268,99.95,0,0,0.14,562.86,3049.97,26157269,99.94,0,0,0.15,562.83,3049.98,26157270,99.73,0,0.01,0.77,564.5,3048.33,26157271,99.95,0,0,0.17,564.04,3048.79,26157272,99.9,0,0,0.14,564.04,3048.79,26157273,99.9,0,0,0.17,563.68,3049.14,26157274,99.93,0,0,0.16,563.02,3049.79,26157275,99.71,0,0,0.7,563.5,3049.33,26157276,99.93,0,0,0.15,563.03,3049.8,26157277,99.92,0,0,0.16,563.02,3049.8,26157278,99.94,0,0,0.14,563.02,3049.8,26157279,99.82,0,0,0.3,563.18,3049.61,26157280,99.73,0,0,0.67,563.09,3049.72,26157281,99.95,0,0,0.18,562.2,3050.61,26157282,99.94,0,0,0.14,562.2,3050.61,26157283,99.92,0,0,0.16,562.17,3050.63,26157284,99.9,0,0.08,0.2,562.05,3050.74,26157285,99.76,0,0.01,0.67,563.66,3049.15,26157286,99.95,0,0,0.21,563.27,3049.53,26157287,99.91,0,0,0.15,563.25,3049.55,26157288,99.93,0,0,0.14,563.38,3049.41,26157289,99.94,0,0,0.15,563.4,3049.39,26157290,99.73,0,0,0.55,562.6,3050.21,26157291,99.94,0,0,0.34,563.14,3049.67,26157292,99.93,0,0,0.14,563.13,3049.67,26157293,99.94,0,0,0.16,563.1,3049.7,26157294,99.95,0,0,0.16,563.09,3049.7,26157295,99.73,0,0,0.58,563.62,3049.19,26157296,99.94,0,0,0.28,563.35,3049.45,26157297,99.93,0,0,0.16,563.35,3049.45,26157298,99.96,0,0,0.18,563.34,3049.45,26157299,99.95,0,0,0.14,563.34,3049.47,26157300,99.76,0,0,0.47,563.52,3049.31,26157301,99.95,0,0,0.38,563.32,3049.52,26157302,99.92,0,0,0.16,563.32,3049.52,26157303,99.95,0,0,0.17,563.31,3049.52,26157304,99.95,0,0,0.16,563.31,3049.52,26157305,99.88,0,0,0.29,563.06,3049.78,26157306,99.78,0,0,0.57,563.61,3049.23,26157307,99.94,0,0,0.18,563.27,3049.56,26157308,99.95,0,0,0.14,563.25,3049.58,26157309,99.87,0,0,0.3,563.24,3049.56,26157310,99.87,0,0,0.29,563.27,3049.56,26157311,99.79,0,0,0.55,563.61,3049.21,26157312,99.93,0,0,0.18,563.32,3049.5,26157313,99.96,0,0,0.16,563.44,3049.37,26157314,99.93,0,0,0.14,563.43,3049.39,26157315,99.87,0,0,0.32,563.2,3049.63,26157316,99.8,0,0,0.56,564.02,3048.81,26157317,99.93,0,0,0.2,563.41,3049.42,26157318,99.38,2.68,0.04,2.2,564.08,3048.74,26157319,95.6,2.33,0.16,87.41,574.71,3038.94,26157320,99.47,0.39,2.12,1.55,576.99,3034.9,26157321,99.61,0.26,8.45,1.37,577.66,3034.05,26157322,99.46,0.8,36.01,0.81,577.32,3033.73,26157323,99.36,1.16,53.83,1.08,577.32,3032.76,26157324,99.66,0.45,20.21,0.75,575.89,3033.32,26157325,99.84,0,0,0.31,575.49,3033.54,26157326,99.79,0,0,0.49,575.84,3033.21,26157327,99.9,0,0,0.21,575.46,3033.59,26157328,99.72,0.19,0.93,0.31,576.22,3032.79,26157329,99.67,0.67,15.11,0.29,576.77,3032.23,26157330,99.35,1.97,62.84,0.58,577.62,3031.42,26157331,99.71,0.34,5.24,0.83,578.3,3030.76,26157332,99.93,0.01,0.01,0.39,578.64,3030.44,26157333,99.92,0.03,0.07,0.39,578.58,3030.51,26157334,99.9,0.04,0.06,0.31,578.66,3030.45,26157335,99.87,0.02,0.03,0.43,578.62,3030.53,26157336,99.75,0.05,0.1,0.69,579.41,3029.82,26157337,99.92,0.03,0.05,0.45,578.51,3030.74,26157338,99.94,0.02,0.04,0.27,578.53,3030.73,26157339,99.75,0.1,0.18,0.66,576.66,3032.52,26157340,99.82,0.06,0.08,0.47,577.85,3031.33,26157341,99.89,0.01,0.01,0.24,578.1,3031.09,26157342,99.85,0.01,0.02,0.6,577.91,3031.28,26157343,99.95,0.01,0.02,0.2,577.63,3031.56,26157344,99.8,1.78,1.81,1.49,577.65,3030.75,26157345,99.78,2.11,2.08,3.1,577.65,3029.87,26157346,99.89,0.28,0.27,0.92,578.25,3031.63,26157347,99.59,3.88,3.78,2.18,578.51,3033.71,26157348,78.78,0.05,0.09,8.37,839.19,2795.23,26157349,99.9,0.03,0.09,1.7,1100,2539.51,26157350,79.08,0.04,0.86,4.88,1019.74,2619.7,26157351,99.77,0,0,0.32,918.65,2720.71,26157352,99.78,0,0,0.59,625.52,3013.82,26157353,99.93,0,0.13,0.16,625.67,3013.67,26157354,99.89,0.01,0.48,0.25,625.61,3013.73,26157355,99.82,0,0,0.46,624.07,3015.31,26157356,99.88,0,0,0.21,622.8,3016.6,26157357,99.72,0.01,0.19,0.66,623.3,3016.1,26157358,99.92,0,0.01,0.2,623.02,3016.38,26157359,99.93,0,0,0.2,622.99,3016.4,26157360,99.85,0,0,0.38,623.15,3016.26,26157361,99.89,0,0,0.2,623.15,3016.25,26157362,99.74,0,0,0.59,623.61,3015.79,26157363,99.93,0,0,0.16,622.62,3016.77,26157364,99.92,0,0,0.18,622.64,3016.75,26157365,99.87,0,0,0.34,622.85,3016.55,26157366,99.91,0,0,0.19,622.82,3016.58,26157367,99.79,0,0,0.6,623.84,3015.55,26157368,99.94,0,0,0.16,623.16,3016.23,26157369,99.86,0,0,0.35,623.02,3016.35,26157370,99.89,0,0,0.33,622.76,3016.62,26157371,99.91,0,0,0.18,622.87,3016.5,26157372,99.78,0,0,0.43,623.44,3015.93,26157373,99.9,0,0,0.29,623.38,3015.99,26157374,99.9,0,0,0.15,623.35,3016.01,26157375,99.8,0,0,0.32,623.6,3015.78,26157376,99.92,0,0,0.14,623.58,3015.8,26157377,99.9,0,0,0.2,623.33,3016.04,26157378,99.76,0,0,0.57,624.11,3015.25,26157379,99.91,0.01,0.01,0.16,623.76,3015.61,26157380,99.83,0,0,0.31,623.74,3015.64,26157381,99.92,0,0,0.23,623.84,3015.54,26157382,99.91,0,0,0.15,623.89,3015.47,26157383,99.78,0,0,0.56,624.22,3015.15,26157384,99.9,0,0,0.14,623.84,3015.52,26157385,99.84,0,0,0.32,623.81,3015.57,26157386,99.94,0,0,0.14,623.32,3016.05,26157387,99.93,0,0,0.18,623.32,3016.05,26157388,99.75,0,0,0.56,623.66,3015.71,26157389,99.9,0,0,0.15,623.28,3016.09,26157390,99.82,0,0,0.34,621.84,3017.54,26157391,99.92,0,0,0.16,621.81,3017.56,26157392,99.89,0,0,0.14,621.94,3017.43,26157393,99.77,0,0,0.56,623.42,3015.94,26157394,99.9,0,0,0.14,623.13,3016.23,26157395,99.85,0,0,0.31,622.9,3016.48,26157396,99.89,0,0,0.16,622.86,3016.51,26157397,99.91,0,0,0.14,622.83,3016.54,26157398,99.77,0,0,0.55,623.64,3015.72,26157399,99.85,0,0,0.3,624.01,3015.33,26157400,99.87,0,0,0.3,623.79,3015.57,26157401,99.88,0,0,0.16,623.74,3015.61,26157402,99.91,0,0,0.14,623.74,3015.61,26157403,99.79,0,0,0.51,624.21,3015.14,26157404,99.9,0,0,0.19,623.15,3016.2,26157405,99.87,0,0,0.29,623.39,3015.97,26157406,99.9,0,0,0.15,623.37,3015.98,26157407,99.91,0,0,0.16,623.34,3016.01,26157408,99.78,0,0,0.41,624.16,3015.19,26157409,99.9,0,0,0.29,623.56,3015.78,26157410,99.85,0,0,0.31,623.34,3016.02,26157411,99.88,0,0,0.14,623.29,3016.07,26157412,99.91,0,0,0.14,623.26,3016.09,26157413,99.78,0,0,0.42,623.71,3015.63,26157414,99.93,0,0,0.31,623.71,3015.63,26157415,99.86,0,0,0.47,623.95,3015.41,26157416,99.9,0,0,0.15,623.88,3015.47,26157417,99.9,0,0,0.16,623.86,3015.49,26157418,99.78,0,0,0.4,624.17,3015.18,26157419,99.93,0,0,0.29,623.58,3015.78,26157420,99.82,0,0,0.3,623.83,3015.55,26157421,99.91,0,0,0.14,623.81,3015.57,26157422,99.9,0,0,0.16,623.63,3015.74,26157423,99.9,0,0,0.14,623.03,3016.34,26157424,99.75,0,0,0.59,623.6,3015.76,26157425,99.84,0,0,0.33,622.45,3016.93,26157426,99.9,0,0,0.14,622.5,3016.87,26157427,99.92,0,0,0.15,622.37,3017,26157428,99.93,0,0,0.14,621.66,3017.7,26157429,99.64,0,0,0.71,623.2,3016.14,26157430,99.83,0.03,0.96,0.34,622.68,3016.67,26157431,99.92,0.01,0.86,0.26,622.66,3016.67,26157432,99.9,0,0,0.14,622.55,3016.77,26157433,99.93,0,0,0.16,622.52,3016.8,26157434,99.76,0,0,0.56,623.3,3016.02,26157435,99.83,0,0,0.32,623.24,3016.1,26157436,99.92,0,0,0.16,623.23,3016.1,26157437,99.91,0,0,0.18,623.37,3015.95,26157438,99.92,0,0,0.16,623.35,3015.97,26157439,99.75,0.01,0.01,0.49,623.82,3015.49,26157440,99.87,0,0,0.38,623.57,3015.76,26157441,99.91,0,0,0.16,623.12,3016.22,26157442,99.93,0,0,0.14,622.54,3016.79,26157443,99.88,0,0,0.15,622.51,3016.81,26157444,99.74,0,0,0.74,623.23,3016.08,26157445,99.84,0,0,0.31,622.5,3016.84,26157446,99.93,0,0,0.16,622.48,3016.85,26157447,99.94,0,0,0.14,622.64,3016.69,26157448,99.92,0,0,0.14,622.61,3016.71,26157449,99.73,0,0,0.48,623.07,3016.25,26157450,99.9,0,0,0.51,623.33,3016,26157451,99.93,0,0,0.15,623.31,3016.02,26157452,99.94,0,0,0.14,623.28,3016.05,26157453,99.93,0,0,0.17,623.26,3016.07,26157454,99.78,0,0,0.57,623.59,3015.73,26157455,99.83,0,0,0.31,622.27,3017.06,26157456,99.95,0,0,0.18,622.23,3017.1,26157457,99.9,0,0,0.13,622.21,3017.11,26157458,99.93,0,0,0.14,622.38,3016.95,26157459,99.74,0,0,0.46,624.53,3014.77,26157460,99.92,0,0,0.53,623.86,3015.46,26157461,99.93,0,0,0.15,622.9,3016.41,26157462,99.91,0,0,0.18,622.82,3016.49,26157463,99.95,0,0,0.15,622.8,3016.5,26157464,99.92,0,0,0.16,622.77,3016.55,26157465,99.7,0,0,0.71,623.18,3016.15,26157466,99.93,0,0,0.13,622.75,3016.58,26157467,99.93,0,0,0.16,622.72,3016.6,26157468,99.9,0,0,0.14,622.8,3016.52,26157469,99.92,0,0,0.16,622.87,3016.44,26157470,99.69,0,0,0.82,623.63,3015.7,26157471,99.89,0,0,0.16,623.34,3015.98,26157472,99.91,0,0,0.14,623.3,3016.01,26157473,99.94,0,0,0.16,623.28,3016.03,26157474,99.91,0,0.01,0.18,623.24,3016.06,26157475,99.69,0,0,0.78,623.75,3015.57,26157476,99.9,0,0,0.18,623.21,3016.11,26157477,99.94,0,0,0.15,623.27,3016.04,26157478,99.91,0,0,0.14,623.36,3015.95,26157479,99.93,0,0,0.16,623.32,3015.98,26157480,99.7,0,0,0.78,624.03,3015.29,26157481,99.92,0,0,0.13,622.7,3016.62,26157482,99.9,0.01,0.1,0.15,622.27,3017.04,26157483,99.91,0,0,0.18,622.28,3017.03,26157484,99.94,0,0,0.14,622.37,3016.94,26157485,99.73,0,0,0.73,623.56,3015.76,26157486,99.89,0,0,0.21,623.09,3016.23,26157487,99.91,0,0,0.14,623.05,3016.26,26157488,99.93,0,0,0.14,623.03,3016.27,26157489,99.83,0.01,0.08,0.32,622.8,3016.48,26157490,99.68,0.01,0.01,0.59,622.98,3016.31,26157491,99.93,0,0,0.33,622.98,3016.31,26157492,99.93,0,0,0.16,622.95,3016.33,26157493,99.91,0,0,0.14,622.71,3016.56,26157494,99.92,0,0,0.15,622.75,3016.52,26157495,99.73,0,0,0.59,624.24,3015.04,26157496,99.93,0,0,0.27,623.31,3015.97,26157497,99.9,0,0,0.21,623.29,3015.99,26157498,99.88,0,0,0.14,623.27,3016,26157499,99.89,0.01,0.01,0.16,623.25,3016.03,26157500,99.74,0,0,0.54,623.6,3015.69,26157501,99.93,0,0,0.36,623.25,3016.03,26157502,99.93,0,0,0.16,622.46,3016.82,26157503,99.95,0,0,0.14,622.44,3016.84,26157504,99.9,0,0,0.15,622.48,3016.8,26157505,99.75,0,0,0.51,623.46,3015.83,26157506,99.89,0,0,0.39,623.57,3015.71,26157507,99.91,0,0,0.16,623.54,3015.74,26157508,99.93,0,0,0.14,623.53,3015.74,26157509,99.93,0,0,0.14,623.5,3015.77,26157510,99.85,0,0,0.32,623.52,3015.76,26157511,99.7,0,0,0.56,624.03,3015.25,26157512,99.92,0,0,0.14,623.71,3015.56,26157513,99.92,0,0,0.15,623.68,3015.59,26157514,99.9,0,0,0.14,623.67,3015.6,26157515,99.88,0,0,0.32,623.43,3015.86,26157516,99.82,0,0,0.57,624.15,3015.13,26157517,99.88,0,0,0.14,623.85,3015.42,26157518,99.9,0,0,0.18,623.84,3015.43,26157519,99.85,0,0,0.35,624.3,3014.94,26157520,99.84,0,0,0.38,624.3,3014.96,26157521,99.72,0,0,0.58,624.85,3014.4,26157522,99.85,0,0,0.16,623.94,3015.31,26157523,99.76,0,0,0.14,623.73,3015.51,26157524,99.85,0,0,0.15,623.72,3015.52,26157525,99.83,0,0,0.31,623.53,3015.73,26157526,99.78,0,0,0.57,623.72,3015.53,26157527,99.84,0,0,0.13,623.18,3016.07,26157528,99.93,0,0,0.16,623.27,3015.97,26157529,99.9,0,0,0.16,623.33,3015.91,26157530,99.89,0,0,0.33,623.56,3015.7,26157531,99.73,0,0,0.54,623.92,3015.33,26157532,99.85,0,0,0.16,623.76,3015.49,26157533,99.86,0,0,0.15,623.73,3015.51,26157534,99.85,0,0.02,0.17,623.71,3015.53,26157535,99.8,0,0,0.38,624.08,3015.18,26157536,99.75,0,0,0.42,624.19,3015.07,26157537,99.88,0,0,0.29,623.58,3015.68,26157538,99.84,0,0,0.14,623.56,3015.69,26157539,99.89,0,0,0.16,623.54,3015.71,26157540,99.76,0,0,0.31,623.78,3015.49,26157541,99.75,0,0,0.33,624.11,3015.15,26157542,99.82,0,0,0.4,623.95,3015.31,26157543,99.87,0,0,0.14,623.2,3016.05,26157544,99.85,0,0,0.17,623.2,3016.05,26157545,99.81,0,0,0.33,622.95,3016.32,26157546,99.84,0,0,0.16,622.94,3016.33,26157547,99.7,0,0,0.54,624.55,3014.73,26157548,99.85,0,0,0.14,624.07,3015.2,26157549,99.75,0,0,0.3,623.79,3015.46,26157550,99.79,0,0,0.31,623.79,3015.47,26157551,99.86,0,0,0.18,623.76,3015.5,26157552,99.72,0,0,0.55,624.34,3014.92,26157553,99.85,0,0,0.18,623.97,3015.28,26157554,99.85,0,0,0.15,623.96,3015.3,26157555,99.83,0,0,0.33,624.2,3015.08,26157556,99.86,0,0,0.16,624.19,3015.09,26157557,99.64,0,0,0.54,624.52,3014.75,26157558,99.84,0,0,0.2,624.14,3015.13,26157559,99.84,0.01,0.01,0.14,624.28,3014.99,26157560,99.8,0,0,0.32,624.54,3014.74,26157561,99.84,0.01,0.01,0.16,624.49,3014.79,26157562,99.72,0,0,0.6,624.86,3014.41,26157563,99.84,0.01,0.1,0.15,623.86,3015.4,26157564,99.83,0,0,0.18,623.74,3015.51,26157565,99.78,0.01,0.01,0.37,623.46,3015.81,26157566,99.84,0,0,0.14,623.41,3015.85,26157567,99.68,0,0,0.43,623.83,3015.43,26157568,99.86,0,0,0.3,623.62,3015.63,26157569,99.76,0,0,0.14,597.25,3042,26157570,99.74,0,0,0.33,576.47,3062.8,26157571,99.85,0,0,0.14,576.43,3062.83,26157572,99.7,0,0,0.43,576.9,3062.36,26157573,99.88,0,0,0.33,576.14,3063.11,26157574,99.85,0,0,0.14,576.12,3063.13,26157575,99.8,0,0,0.32,576.12,3063.14,26157576,99.81,0.01,0.08,0.22,575.39,3063.9,26157577,99.85,0,0,0.24,568.45,3071.23,26157578,99.7,0,0,0.56,569.51,3070.17,26157579,99.75,0,0,0.29,569.17,3070.49,26157580,99.78,0,0,0.33,568.46,3071.22,26157581,99.83,0,0,0.15,568.39,3071.29,26157582,99.85,0,0,0.14,567.83,3071.85,26157583,99.7,0,0,0.56,568.69,3070.99,26157584,99.83,0,0,0.14,568.32,3071.34,26157585,99.81,0,0,0.32,568.18,3071.51,26157586,99.87,0,0,0.16,568.25,3071.43,26157587,99.87,0,0,0.15,568.23,3071.45,26157588,99.71,0,0,0.65,568.55,3071.11,26157589,99.85,0,0,0.15,568.16,3071.5,26157590,99.79,0,0,0.3,568.42,3071.25,26157591,99.85,0,0,0.15,568.39,3071.28,26157592,99.83,0,0,0.16,568.38,3071.28,26157593,96.52,0.02,0.01,77.92,576.98,3064.77,26157594,99.84,0,0,0.25,569.64,3070.22,26157595,99.8,0,0,0.41,570.57,3069.33,26157596,99.85,0,0,0.16,570.36,3069.54,26157597,99.86,0,0,0.19,570.33,3069.56,26157598,99.71,0,0,0.59,569.79,3070.11,26157599,99.84,0,0,0.19,568.38,3071.54,26157600,99.79,0,0,0.36,568.39,3071.54,26157601,99.86,0,0,0.17,568.35,3071.57,26157602,99.08,0,0,0.17,568.34,3071.58,26157603,99.72,0,0,0.59,568.75,3071.18,26157604,99.85,0,0,0.18,568.22,3071.71,26157605,99.8,0,0,0.36,568.24,3071.71,26157606,99.84,0,0,0.21,568.21,3071.74,26157607,99.84,0,0,0.2,568.19,3071.76,26157608,99.7,0,0,0.63,568.97,3070.96,26157609,99.79,0,0,0.34,568.15,3071.77,26157610,99.83,0,0,0.35,567.91,3072.03,26157611,99.85,0,0,0.19,567.88,3072.05,26157612,99.84,0,0,0.16,567.86,3072.07,26157613,99.69,0,0,0.43,568.24,3071.69,26157614,99.85,0,0,0.31,568.25,3071.7,26157615,99.77,0,0,0.35,568.49,3071.48,26157616,99.83,0,0,0.18,568.46,3071.51,26157617,99.84,0,0,0.21,568.44,3071.52,26157618,99.69,0,0,0.43,568.8,3071.16,26157619,99.86,0.01,0.01,0.31,568.64,3071.31,26157620,99.8,0,0,0.39,568.16,3071.81,26157621,99.85,0,0,0.2,568.12,3071.85,26157622,99.86,0,0,0.2,568.11,3071.85,26157623,99.85,0.01,0.1,0.27,568.22,3071.74,26157624,99.7,0,0,0.57,568.75,3071.2,26157625,99.82,0,0,0.32,568.4,3071.56,26157626,99.86,0,0,0.16,568.37,3071.59,26157627,99.84,0,0,0.14,568.35,3071.61,26157628,99.86,0,0,0.16,568.33,3071.62,26157629,99.72,0,0,0.59,568.48,3071.46,26157630,99.81,0,0,0.36,568.33,3071.63,26157631,99.87,0,0,0.16,568.23,3071.73,26157632,99.86,0,0,0.17,568.21,3071.74,26157633,99.85,0,0,0.17,568.19,3071.76,26157634,99.73,0,0,0.62,568.8,3071.14,26157635,99.77,0,0,0.4,568.42,3071.54,26157636,99.84,0.01,0.01,0.16,568.36,3071.59,26157637,99.87,0,0,0.24,568.35,3071.6,26157638,99.86,0,0,0.16,568.49,3071.45,26157639,99.56,0,0,0.73,569.01,3070.91,26157640,99.76,0,0,0.34,568.94,3070.99,26157641,99.85,0,0,0.15,568.95,3070.98,26157642,99.86,0,0,0.16,568.92,3071,26157643,99.86,0,0,0.15,568.89,3071.03,26157644,98.23,0,0,0.45,569.16,3070.76,26157645,99.76,0,0,0.47,566.93,3073,26157646,99.85,0,0,0.14,566.9,3073.04,26157647,99.86,0,0,0.13,566.86,3073.07,26157648,99.83,0,0,0.16,566.94,3072.99,26157649,99.71,0,0,0.4,567.5,3072.42,26157650,99.81,0,0,0.45,568.47,3071.46,26157651,99.86,0,0,0.17,568.44,3071.49,26157652,99.83,0,0,0.14,568.43,3071.5,26157653,99.85,0,0,0.14,568.39,3071.53,26157654,99.88,0,0,0.15,568.38,3071.53,26157655,99.65,0,0,0.74,569.07,3070.86,26157656,99.85,0,0,0.15,568.35,3071.57,26157657,99.85,0,0,0.16,568.33,3071.59,26157658,99.82,0,0,0.14,568.35,3071.57,26157659,99.83,0,0,0.15,568.48,3071.44,26157660,99.63,0,0,0.7,567.45,3072.48,26157661,99.83,0,0,0.16,566.96,3072.97,26157662,99.85,0,0,0.16,566.92,3073,26157663,96.12,0,0,0.16,566.9,3073.02,26157664,99.85,0,0,0.13,566.88,3073.04,26157665,99.67,0,0,0.73,569.28,3070.65,26157666,99.85,0,0,0.17,568.58,3071.35,26157667,99.84,0,0,0.14,568.64,3071.28,26157668,99.85,0,0,0.15,568.72,3071.2,26157669,99.72,0,0,0.3,567.98,3071.92,26157670,99.68,0,0,0.67,568.87,3071.04,26157671,99.85,0,0,0.2,568.41,3071.5,26157672,99.84,0,0,0.16,568.38,3071.52,26157673,99.85,0,0,0.14,568.37,3071.53,26157674,99.84,0,0,0.14,568.34,3071.57,26157675,99.66,0,0,0.75,568.45,3071.48,26157676,99.88,0,0,0.16,567.57,3072.35,26157677,99.83,0,0,0.21,567.64,3072.27,26157678,99.85,0,0,0.14,567.72,3072.19,26157679,99.83,0.01,0.01,0.15,567.69,3072.21,26157680,99.68,0,0,0.74,569.22,3070.7,26157681,99.85,0.01,0.01,0.17,568.63,3071.29,26157682,99.85,0,0,0.14,568.57,3071.34,26157683,99.85,0,0,0.15,568.7,3071.21,26157684,99.83,0,0,0.14,568.68,3071.23,26157685,99.68,0,0,0.59,569.02,3070.91,26157686,99.86,0,0,0.34,568.91,3071.01,26157687,99.87,0,0,0.14,568.87,3071.04,26157688,99.85,0,0,0.15,568.86,3071.05,26157689,99.85,0,0,0.16,568.83,3071.07,26157690,99.66,0,0,0.75,569.1,3070.82,26157691,99.85,0,0,0.14,568.57,3071.35,26157692,99.86,0,0,0.14,568.55,3071.36,26157693,99.83,0,0,0.17,568.52,3071.38,26157694,99.85,0,0,0.14,568.61,3071.3,26157695,99.66,0,0,0.48,569.07,3070.85,26157696,99.9,0,0,0.4,568.92,3071,26157697,99.89,0,0,0.15,568.9,3071.01,26157698,99.91,0,0,0.17,568.88,3071.03,26157699,99.81,0,0,0.3,568.63,3071.26,26157700,99.85,0,0,0.3,568.88,3071.03,26157701,99.79,0,0,0.6,568.97,3070.92,26157702,99.93,0,0,0.14,568.58,3071.31,26157703,99.91,0,0,0.15,568.56,3071.33,26157704,99.88,0,0,0.14,568.52,3071.36,26157705,99.89,0,0,0.38,568.56,3071.34,26157706,99.8,0,0,0.59,569.2,3070.7,26157707,99.94,0,0,0.16,568.71,3071.19,26157708,99.95,0,0,0.18,568.69,3071.2,26157709,99.95,0,0,0.16,568.67,3071.22,26157710,99.9,0,0,0.32,568.67,3071.23,26157711,99.82,0,0,0.57,568.58,3071.31,26157712,99.94,0,0,0.18,567.89,3072,26157713,99.95,0,0,0.16,567.87,3072.02,26157714,99.94,0,0,0.17,567.85,3072.04,26157715,99.86,0,0,0.42,568.72,3071.18,26157716,99.8,0,0,0.48,568.68,3071.21,26157717,99.95,0,0,0.26,568.47,3071.42,26157718,99.94,0,0,0.17,568.46,3071.42,26157719,99.95,0,0,0.16,568.43,3071.45,26157720,99.88,0,0,0.38,569.17,3070.73,26157721,99.8,0,0,0.61,569.33,3070.57,26157722,99.93,0,0,0.16,568.14,3071.75,26157723,99.95,0,0,0.14,568.13,3071.76,26157724,99.95,0,0,0.15,568.09,3071.79,26157725,99.9,0,0,0.31,568.58,3071.32,26157726,99.82,0,0,0.56,568.94,3070.96,26157727,99.94,0,0,0.14,568.72,3071.17,26157728,99.92,0,0,0.16,568.69,3071.2,26157729,99.83,0,0,0.32,568.93,3070.93,26157730,99.83,0,0,0.33,569.15,3070.73,26157731,99.81,0,0,0.51,569.49,3070.38,26157732,99.93,0,0,0.21,569.1,3070.77,26157733,99.95,0,0,0.14,569.09,3070.77,26157734,99.95,0,0,0.16,568.41,3071.45,26157735,99.89,0,0,0.35,568.4,3071.48,26157736,99.82,0,0,0.32,568.94,3070.94,26157737,99.9,0,0,0.44,568.05,3071.82,26157738,99.93,0.01,0.01,0.17,568.08,3071.79,26157739,99.91,0.01,0.01,0.16,568.08,3071.78,26157740,99.9,0,0,0.32,568.32,3071.55,26157741,99.95,0,0,0.13,568.3,3071.57,26157742,99.78,0,0,0.57,568,3071.86,26157743,99.92,0,0,0.16,567.66,3072.2,26157744,99.8,0.03,0.12,0.18,569.12,3070.69,26157745,99.86,0.02,0.02,0.46,577.39,3062.24,26157746,99.91,0.01,0.01,0.29,577.72,3061.86,26157747,99.77,0.01,0,0.64,578.71,3060.85,26157748,99.9,0.01,0.28,0.28,578.66,3060.89,26157749,99.93,0,0,0.15,578.39,3061.14,26157750,99.87,0.01,0,0.36,578.65,3060.9,26157751,99.93,0.03,0.14,0.24,578.95,3060.6,26157752,99.81,0,0.07,0.63,579.09,3060.44,26157753,99.92,0,0,0.18,578.71,3060.82,26157754,99.89,0.03,0,0.19,578.67,3060.85,26157755,99.89,0.02,0,0.38,578.67,3060.87,26157756,99.91,0.04,0,0.25,578.69,3060.85,26157757,99.79,0.04,0.07,0.73,578.69,3060.84,26157758,99.93,0.02,0.14,0.27,577.43,3062.1,26157759,99.81,0.01,0.58,0.46,578.67,3060.78,26157760,99.81,0.01,0.48,0.43,578.44,3061.02,26157761,99.91,0.01,0.31,0.2,578.39,3061.05,26157762,99.78,0,0,0.56,578.86,3060.58,26157763,99.9,0,0.1,0.15,578.37,3061.07,26157764,99.87,0.01,0.24,0.19,578.37,3061.07,26157765,99.38,0.01,0.24,0.37,578.4,3061.06,26157766,99.93,0,0,0.19,578.33,3061.12,26157767,99.82,0,0,0.43,578.86,3060.59,26157768,99.95,0,0,0.29,578.66,3060.78,26157769,99.94,0,0,0.15,578.62,3060.82,26157770,99.9,0,0,0.31,578.62,3060.84,26157771,99.91,0.01,0.28,0.2,578.62,3060.83,26157772,99.8,0,0,0.48,578.82,3060.61,26157773,99.92,0,0,0.29,577.63,3061.8,26157774,99.93,0,0,0.17,577.56,3061.86,26157775,99.88,0,0,0.37,578.01,3061.43,26157776,99.93,0,0,0.21,577.96,3061.47,26157777,99.95,0,0.07,0.17,577.92,3061.51,26157778,99.8,0,0,0.58,577.96,3061.46,26157779,99.93,0,0,0.16,577.58,3061.85,26157780,99.86,0,0,0.3,577.35,3062.08,26157781,99.94,0,0,0.14,577.46,3061.97,26157782,99.93,0,0,0.18,577.41,3062.02,26157783,99.76,0.01,0.17,0.6,578.54,3060.88,26157784,99.68,0.01,0.16,0.19,578.42,3061,26157785,99.9,0,0.02,0.38,578.61,3060.82,26157786,99.91,0.02,0.25,0.19,578.58,3060.84,26157787,99.93,0.01,0.12,0.25,578.57,3060.84,26157788,99.66,0.03,0.92,0.75,579.43,3059.97,26157789,99.76,0.02,0.65,0.42,579.09,3060.28,26157790,99.89,0.01,0,0.43,578.86,3060.52,26157791,99.66,0.03,2.13,0.27,578.86,3060.49,26157792,99.74,0.03,1.61,0.3,578.76,3060.56,26157793,99.73,0.01,0.36,0.52,579.29,3060.01,26157794,99.89,0,0,0.28,579.01,3060.29,26157795,99.75,0.02,1,0.4,578.72,3060.58,26157796,99.93,0.01,0,0.2,578.74,3060.55,26157797,99.78,0.02,1.07,0.28,578.74,3060.53,26157798,99.7,0.02,0.71,0.66,579.51,3059.75,26157799,99.61,0.06,1.95,0.29,579,3060.24,26157800,99.86,0,0,0.41,578.92,3060.3,26157801,99.54,0.05,3.03,0.28,579.07,3060.11,26157802,99.93,0,0,0.24,579.18,3059.98,26157803,99.79,0,0,0.44,579.36,3059.79,26157804,99.93,0.01,0.01,0.32,578.61,3060.54,26157805,99.82,0.01,0.36,0.34,578.86,3060.3,26157806,99.93,0,0,0.19,578.88,3060.28,26157807,99.93,0,0,0.16,578.84,3060.31,26157808,99.81,0,0,0.52,579.15,3059.99,26157809,99.93,0,0,0.19,578.77,3060.37,26157810,99.89,0,0,0.33,578.93,3060.23,26157811,99.93,0.01,0.01,0.16,578.89,3060.27,26157812,99.9,0,0,0.18,578.78,3060.36,26157813,99.8,0,0,0.41,579.12,3060.02,26157814,99.94,0,0,0.29,578.91,3060.22,26157815,99.88,0,0,0.32,579.13,3060.02,26157816,99.93,0,0,0.16,579.1,3060.05,26157817,99.92,0,0,0.16,579.05,3060.09,26157818,99.94,0,0,0.14,579.02,3060.12,26157819,99.75,0,0,0.72,579.11,3059.99,26157820,99.86,0,0,0.3,578.92,3060.2,26157821,99.9,0.01,0.32,0.2,578.38,3060.73,26157822,99.94,0,0,0.16,578.25,3060.85,26157823,99.88,0.03,0.33,0.23,578.33,3060.77,26157824,99.77,0.02,0.07,0.65,578.63,3060.48,26157825,99.85,0,0,0.34,578.52,3060.6,26157826,99.93,0,0,0.17,578.49,3060.63,26157827,99.93,0.02,0,0.18,578.62,3060.5,26157828,99.94,0,0,0.13,578.58,3060.53,26157829,99.81,0,0,0.56,579.09,3060.02,26157830,99.89,0,0,0.31,578.54,3060.59,26157831,99.92,0,0,0.14,578.49,3060.63,26157832,99.93,0,0,0.21,578.51,3060.6,26157833,99.91,0,0,0.14,578.63,3060.48,26157834,99.79,0,0,0.55,579.3,3059.8,26157835,99.84,0,0,0.34,579.17,3059.96,26157836,99.93,0.02,0,0.2,578.95,3060.17,26157837,99.94,0.03,0,0.2,578.95,3060.17,26157838,99.94,0,0,0.15,578.84,3060.27,26157839,99.82,0,0,0.56,579.2,3059.9,26157840,99.81,0.02,0.32,0.36,578.63,3060.49,26157841,99.93,0,0,0.21,578.59,3060.52,26157842,99.88,0.02,0.32,0.22,578.49,3060.61,26157843,99.88,0.02,0.32,0.25,578.52,3060.57,26157844,99.79,0.04,0,0.65,578.93,3060.15,26157845,99.8,0.02,0.32,0.4,578.31,3060.79,26157846,99.91,0.04,0,0.25,578.25,3060.84,26157847,99.84,0.04,0.65,0.27,578.28,3060.79,26157848,99.9,0.02,0.33,0.24,578.32,3060.75,26157849,99.76,0,0,0.63,579.66,3059.38,26157850,99.8,0.04,0.32,0.52,578.75,3060.31,26157851,99.81,0.03,0.93,0.27,578.77,3060.26,26157852,99.88,0.01,0.37,0.21,578.81,3060.21,26157853,99.94,0,0,0.16,578.76,3060.25,26157854,99.77,0.02,0.33,0.46,579.22,3059.79,26157855,99.87,0,0,0.51,578.78,3060.23,26157856,99.91,0.02,0.32,0.23,578.69,3060.32,26157857,99.88,0.02,0.33,0.26,578.74,3060.26,26157858,99.86,0.03,0.65,0.25,578.67,3060.32,26157859,99.88,0.03,0.33,0.26,578.67,3060.31,26157860,99.75,0.01,0.01,0.76,579.27,3059.71,26157861,99.88,0.02,0.33,0.2,578.95,3060.02,26157862,99.86,0.02,0.33,0.27,578.88,3060.08,26157863,99.93,0,0,0.17,578.89,3060.06,26157864,99.93,0.05,0.01,0.25,578.87,3060.07,26157865,99.65,0.03,0.65,0.82,579.27,3059.68,26157866,99.88,0.02,0.33,0.26,578.96,3059.98,26157867,99.95,0,0,0.15,578.93,3060,26157868,99.88,0.02,0.33,0.25,578.87,3060.06,26157869,99.85,0.01,0.68,0.21,578.86,3060.05,26157870,99.75,0,0,0.8,579.44,3059.49,26157871,99.93,0,0,0.17,578.88,3060.04,26157872,99.9,0.01,0.33,0.18,578.85,3060.06,26157873,99.87,0.01,0.32,0.23,578.83,3060.06,26157874,99.86,0.03,0.65,0.24,578.83,3060.06,26157875,99.57,0.02,1.33,0.68,579.17,3059.71,26157876,99.93,0,0,0.28,578.81,3060.05,26157877,99.94,0,0,0.14,578.77,3060.08,26157878,99.93,0,0,0.16,578.74,3060.11,26157879,99.86,0,0,0.3,579.21,3059.62,26157880,99.75,0,0,0.73,579.49,3059.35,26157881,99.92,0,0,0.16,579.09,3059.75,26157882,99.93,0,0,0.16,579.05,3059.78,26157883,99.92,0,0,0.15,579.02,3059.81,26157884,99.93,0,0,0.16,578.96,3059.88,26157885,99.69,0,0,0.76,579.28,3059.58,26157886,99.89,0.01,0.32,0.19,579.18,3059.67,26157887,99.92,0,0,0.16,578.98,3059.86,26157888,99.95,0,0,0.17,578.95,3059.89,26157889,99.94,0,0,0.14,578.6,3060.24,26157890,99.74,0,0,0.7,578.83,3060.02,26157891,99.94,0,0,0.22,578.32,3060.53,26157892,99.92,0,0,0.14,578.28,3060.56,26157893,99.95,0,0,0.16,578.24,3060.6,26157894,99.93,0,0,0.16,578.19,3060.64,26157895,99.68,0.01,0.31,0.65,578.71,3060.14,26157896,99.83,0.01,0.66,0.36,578.04,3060.79,26157897,99.93,0,0,0.16,578.02,3060.8,26157898,99.84,0.03,0.65,0.23,578.04,3060.77,26157899,99.83,0.04,0.61,0.38,578.21,3060.6,26157900,99.1,0.01,0.69,11.34,578.22,3060.81,26157901,99.85,0.02,0.71,0.41,578.59,3060.49,26157902,99.83,0.04,0.65,0.28,578.59,3060.47,26157903,99.87,0.02,0.33,0.24,578.57,3060.48,26157904,99.93,0,0,0.17,578.55,3060.49,26157905,99.9,0.03,0,0.4,578.06,3061.01,26157906,99.79,0.02,0,0.59,578.83,3060.24,26157907,99.92,0.02,0,0.16,578.58,3060.49,26157908,99.93,0,0,0.17,578.52,3060.54,26157909,99.9,0,0,0.27,578.49,3060.55,26157910,99.92,0,0,0.31,577.99,3061.07,26157911,99.8,0.02,0,0.58,578.93,3060.12,26157912,99.9,0.02,0,0.21,578.83,3060.21,26157913,99.93,0.03,0,0.2,578.74,3060.3,26157914,99.8,0.05,0.97,0.29,578.77,3060.26,26157915,99.82,0.01,0.65,0.38,578.78,3060.25,26157916,99.72,0.01,0.65,0.63,578.83,3060.18,26157917,99.81,0.02,1,0.27,578.26,3060.73,26157918,99.8,0.02,0.97,0.2,578.22,3060.75,26157919,99.82,0.03,1.02,0.27,578.16,3060.79,26157920,99.85,0.01,0.33,0.43,578.17,3060.78,26157921,99.8,0,0,0.59,579.09,3059.85,26157922,99.92,0,0,0.14,578.66,3060.28,26157923,99.92,0.01,0.01,0.16,578.71,3060.22,26157924,99.9,0.01,0.01,0.17,578.68,3060.25,26157925,99.88,0,0,0.35,578.66,3060.29,26157926,99.8,0,0,0.52,579.17,3059.77,26157927,99.91,0,0,0.2,578.76,3060.18,26157928,99.8,0.03,0.84,0.23,578.45,3060.47,26157929,99.85,0.02,0.49,0.27,578.35,3060.56,26157930,99.76,0.01,0.85,0.38,578.43,3060.49,26157931,99.72,0.01,0.42,0.4,578.79,3060.11,26157932,99.77,0.03,1.36,0.54,578.86,3060.02,26157933,99.77,0.02,1.29,0.21,578.88,3059.98,26157934,99.93,0,0,0.14,578.9,3059.95,26157935,99.83,0.01,0.43,0.43,578.64,3060.23,26157936,99.81,0,0,0.35,579.02,3059.84,26157937,99.91,0,0,0.43,578.86,3060,26157938,99.9,0,0,0.18,578.82,3060.04,26157939,99.88,0,0,0.31,578.3,3060.53,26157940,99.9,0,0,0.38,578.05,3060.8,26157941,99.87,0.01,0.42,0.22,578.14,3060.7,26157942,99.78,0,0,0.56,579,3059.83,26157943,99.95,0,0,0.15,578.88,3059.95,26157944,99.94,0,0,0.15,578.87,3059.97,26157945,99.83,0,0,0.33,579.11,3059.75,26157946,99.93,0,0,0.15,579.06,3059.79,26157947,99.8,0,0,0.57,579.55,3059.3,26157948,99.94,0,0,0.14,578.75,3060.09,26157949,99.88,0,0,0.15,578.76,3060.08,26157950,99.83,0,0,0.31,579.14,3059.72,26157951,99.94,0,0,0.16,579.1,3059.75,26157952,99.79,0,0,0.51,579.45,3059.4,26157953,99.43,0.05,3.79,0.35,578.6,3060.21,26157954,99.93,0,0,0.2,578.54,3060.24,26157955,99.83,0,0,0.36,578.96,3059.84,26157956,99.91,0,0,0.17,578.8,3059.99,26157957,95.28,0.35,0.01,78.72,587.7,3051.63,26157958,99.89,0,0,179.58,581.29,3057.21,26157959,99.91,0,0,0.16,581.27,3057.23,26157960,99.85,0,0,0.38,580.78,3057.73,26157961,99.94,0,0,0.17,580.72,3057.78,26157962,99.78,0.01,0.01,0.59,580.84,3057.67,26157963,99.92,0,0,0.2,579.05,3059.49,26157964,99.9,0,0,0.19,579.02,3059.52,26157965,96.31,0,0,0.29,578.52,3060.04,26157966,99.93,0,0,0.14,578.48,3060.08,26157967,99.8,0,0,0.43,578.92,3059.63,26157968,99.93,0,0,0.29,579.09,3059.47,26157969,99.85,0,0,0.26,579.31,3059.23,26157970,99.88,0,0,0.28,579.06,3059.49,26157971,99.93,0,0,0.18,579.01,3059.54,26157972,99.84,0,0,0.17,579.26,3059.29,26157973,99.84,0,0,0.57,579.53,3059.01,26157974,99.93,0,0,0.16,579.27,3059.27,26157975,99.89,0,0,0.34,579.08,3059.47,26157976,99.95,0,0,0.17,579.04,3059.51,26157977,99.93,0,0,0.24,579,3059.55,26157978,99.79,0,0,0.61,579.47,3059.09,26157979,99.92,0.01,0.01,0.16,578.95,3059.6,26157980,99.86,0,0,0.28,578.96,3059.61,26157981,99.94,0,0,0.18,579.07,3059.49,26157982,99.91,0,0,0.18,579.03,3059.53,26157983,99.79,0,0,0.57,579.35,3059.2,26157984,99.87,0.01,0.01,0.17,578.96,3059.59,26157985,99.78,0,0,0.35,578.69,3059.87,26157986,99.93,0,0,0.18,578.81,3059.75,26157987,99.93,0,0,0.2,578.81,3059.75,26157988,99.8,0,0,0.58,579.45,3059.1,26157989,99.92,0,0,0.23,579.24,3059.31,26157990,99.8,0,0,0.34,578.1,3060.46,26157991,99.89,0,0,0.2,577.95,3060.61,26157992,99.93,0,0,0.2,578.01,3060.55,26157993,99.77,0,0,0.48,578.55,3060.01,26157994,99.91,0,0,0.36,578.28,3060.27,26157995,99.85,0,0,0.34,578.98,3059.59,26157996,99.94,0,0,0.2,578.97,3059.59,26157997,99.89,0,0,0.2,578.94,3059.62,26157998,99.78,0,0,0.63,579.59,3058.97,26157999,99.86,0,0,0.32,578.61,3059.93,26158000,99.85,0,0,0.32,579.06,3059.5,26158001,99.88,0,0,0.15,579.03,3059.52,26158002,99.9,0,0,0.18,579,3059.55,26158003,99.8,0,0,0.61,579.4,3059.14,26158004,99.89,0,0,0.19,578.96,3059.62,26158005,99.82,0,0,0.32,579.1,3059.5,26158006,99.9,0,0,0.2,579.07,3059.54,26158007,99.91,0,0,0.2,579.04,3059.56,26158008,99.93,0,0,0.21,578.99,3059.6,26158009,99.77,0,0,0.61,579.55,3059.04,26158010,99.85,0,0,0.34,578.74,3059.87,26158011,99.9,0,0,0.15,578.84,3059.76,26158012,99.9,0,0,0.19,578.81,3059.79,26158013,99.88,0,0,0.2,578.78,3059.81,26158014,99.8,0,0,0.61,579.32,3059.27,26158015,99.89,0,0,0.34,579.21,3059.39,26158016,99.88,0,0,0.23,579.2,3059.41,26158017,99.93,0,0,0.21,579.34,3059.26,26158018,99.9,0,0,0.2,579.25,3059.34,26158019,99.77,0,0,0.61,579.51,3059.08,26158020,99.83,0,0,0.29,579.2,3059.41,26158021,99.89,0,0,0.2,579.25,3059.36,26158022,99.92,0,0,0.2,579.31,3059.29,26158023,99.91,0,0,0.18,579.27,3059.32,26158024,99.75,0,0,0.61,579.6,3058.99,26158025,99.87,0,0,0.29,579.46,3059.14,26158026,99.9,0,0,0.17,579.45,3059.15,26158027,99.9,0,0,0.16,579.55,3059.04,26158028,99.93,0,0,0.18,579.51,3059.08,26158029,99.7,0,0,0.64,579.24,3059.32,26158030,99.88,0,0,0.33,578.69,3059.9,26158031,99.91,0,0,0.17,578.74,3059.84,26158032,99.92,0,0,0.18,578.77,3059.8,26158033,99.92,0,0,0.16,578.74,3059.83,26158034,99.8,0,0,0.61,579.27,3059.29,26158035,99.87,0,0,0.29,579.18,3059.41,26158036,99.93,0,0,0.17,579.34,3059.24,26158037,99.88,0,0,0.24,579.3,3059.27,26158038,99.94,0,0,0.15,579.27,3059.3,26158039,99.76,0.01,0.01,0.43,579.58,3058.98,26158040,99.84,0,0,0.46,578.81,3059.77,26158041,99.94,0,0,0.2,578.72,3059.86,26158042,99.92,0,0,0.15,578.84,3059.74,26158043,99.92,0,0,0.15,578.33,3060.24,26158044,99.77,0.01,0.01,0.43,578.45,3060.11,26158045,99.86,0,0,0.41,578.5,3060.08,26158046,99.9,0,0,0.13,578.47,3060.1,26158047,99.89,0,0,0.17,578.44,3060.13,26158048,99.93,0,0,0.14,578.49,3060.07,26158049,99.92,0,0,0.14,578.57,3059.99,26158050,99.65,0,0,0.67,578.81,3059.77,26158051,99.93,0,0,0.16,578.29,3060.29,26158052,99.92,0,0,0.16,578.25,3060.32,26158053,99.91,0,0,0.14,578.22,3060.35,26158054,99.93,0,0,0.14,578.18,3060.38,26158055,99.73,0,0,0.66,578.98,3059.6,26158056,99.92,0,0,0.14,578.57,3060.01,26158057,99.9,0,0,0.16,578.53,3060.04,26158058,99.93,0,0,0.15,578.5,3060.07,26158059,99.74,0,0,0.27,578.22,3060.32,26158060,99.76,0,0.01,0.66,578.95,3059.61,26158061,99.89,0,0,0.15,578.83,3059.72,26158062,99.89,0,0,0.16,578.79,3059.75,26158063,99.91,0,0,0.16,578.76,3059.78,26158064,99.94,0,0,0.14,578.74,3059.82,26158065,99.75,0,0,0.55,578.96,3059.61,26158066,99.92,0,0,0.32,578.43,3060.13,26158067,99.93,0,0,0.16,578.45,3060.12,26158068,99.85,0,0,0.16,578.56,3060,26158069,99.9,0,0,0.16,578.52,3060.03,26158070,99.72,0,0,0.71,579.02,3059.55,26158071,99.87,0,0,0.14,578.5,3060.07,26158072,99.84,0,0,0.14,578.47,3060.1,26158073,99.93,0,0,0.16,578.43,3060.13,26158074,99.85,0,0,0.14,578.4,3060.15,26158075,99.69,0,0,0.56,579.18,3059.39,26158076,99.86,0,0,0.32,578.33,3060.23,26158077,99.85,0,0,0.18,578.28,3060.28,26158078,99.85,0,0,0.17,578.24,3060.31,26158079,99.86,0,0,0.15,578.21,3060.35,26158080,99.62,0,0,0.7,579,3059.56,26158081,99.83,0,0,0.14,578.66,3059.9,26158082,99.85,0,0,0.18,578.83,3059.72,26158083,99.85,0,0,0.13,578.8,3059.75,26158084,99.83,0,0,0.14,578.77,3059.78,26158085,99.85,0,0,0.27,578.77,3059.8,26158086,99.64,0,0,0.56,579.16,3059.4,26158087,99.87,0,0,0.14,578.7,3059.86,26158088,99.9,0,0,0.15,578.7,3059.85,26158089,99.81,0,0,0.26,578.83,3059.7,26158090,99.76,0,0,0.27,578.81,3059.74,26158091,99.75,0,0,0.54,579.32,3059.23,26158092,99.83,0,0,0.16,578.99,3059.56,26158093,99.81,0,0,0.16,578.95,3059.59,26158094,99.87,0,0,0.15,578.94,3059.61,26158095,99.78,0,0,0.27,578.74,3059.83,26158096,99.69,0,0,0.57,579.18,3059.38,26158097,99.84,0,0,0.2,578.79,3059.77,26158098,99.84,0,0.01,0.15,578.76,3059.8,26158099,99.85,0.01,0.01,0.16,578.7,3059.85,26158100,99.8,0,0,0.3,578.93,3059.63,26158101,99.71,0,0,0.48,579.18,3059.38,26158102,99.84,0,0,0.22,578.8,3059.76,26158103,99.8,0,0,0.14,578.77,3059.79,26158104,99.83,0.01,0.01,0.14,578.73,3059.82,26158105,99.78,0,0,0.27,578.48,3060.08,26158106,99.65,0,0,0.57,578.9,3059.66,26158107,99.86,0,0,0.16,578.83,3059.73,26158108,99.85,0,0,0.14,578.79,3059.76,26158109,99.83,0,0,0.15,578.76,3059.79,26158110,99.76,0,0,0.3,578.26,3060.3,26158111,99.68,0,0,0.58,578.75,3059.81,26158112,99.84,0,0,0.13,578.92,3059.63,26158113,99.85,0,0,0.17,579.06,3059.49,26158114,99.83,0,0,0.14,579.02,3059.52,26158115,99.8,0,0,0.27,579.02,3059.54,26158116,99.72,0,0,0.41,579.33,3059.23,26158117,99.82,0,0,0.3,578.94,3059.61,26158118,99.84,0,0,0.14,578.94,3059.6,26158119,99.79,0,0,0.27,579.01,3059.51,26158120,99.79,0,0,0.3,578.98,3059.56,26158121,99.84,0,0,0.18,578.92,3059.61,26158122,99.7,0,0,0.55,579.33,3059.2,26158123,99.82,0,0,0.15,578.75,3059.77,26158124,99.83,0,0,0.14,578.68,3059.85,26158125,96.93,0.02,0.01,1.55,582.67,3057.13,26158126,99.79,0,0,77.02,580.47,3057.58,26158127,99.7,0,0,0.55,581.51,3056.54,26158128,99.84,0,0,0.14,581.2,3056.85,26158129,99.84,0,0,0.15,581.22,3056.82,26158130,99.8,0,0,0.3,580.43,3057.64,26158131,99.84,0,0,0.18,579.06,3059.03,26158132,99.7,0,0,0.51,579.46,3058.62,26158133,99.82,0,0,0.22,579.09,3058.98,26158134,99.85,0,0,0.15,579.02,3059.05,26158135,99.78,0,0,0.27,579.1,3058.99,26158136,99.79,0,0,0.19,578.86,3059.22,26158137,99.7,0,0,0.45,579.27,3058.81,26158138,99.85,0,0,0.24,579.13,3058.95,26158139,99.84,0,0,0.14,579.06,3059.01,26158140,99.74,0,0,0.27,577.33,3060.76,26158141,99.84,0,0,0.16,577.44,3060.64,26158142,99.7,0,0,0.54,578.25,3059.83,26158143,99.85,0,0,0.15,578.58,3059.5,26158144,99.84,0,0,0.14,578.54,3059.53,26158145,99.8,0,0,0.33,578.11,3059.97,26158146,99.61,0,0,0.14,578.15,3059.93,26158147,99.7,0,0,0.56,578.71,3059.37,26158148,99.84,0,0,0.14,579.02,3059.05,26158149,99.82,0,0,0.33,579.17,3058.91,26158150,99.76,0,0,0.29,577.52,3060.58,26158151,99.83,0,0,0.16,577.36,3060.73,26158152,99.7,0,0,0.36,577.81,3060.28,26158153,99.85,0,0,0.36,579.03,3059.05,26158154,99.83,0,0,0.15,579.13,3058.95,26158155,99.74,0,0,0.29,579.34,3058.76,26158156,99.85,0,0,0.16,579.29,3058.81,26158157,99.85,0,0,0.18,579.11,3058.98,26158158,99.68,0,0,0.55,579.63,3058.45,26158159,99.83,0.01,0.01,0.15,579.03,3059.05,26158160,99.74,0,0,0.28,579.09,3059.01,26158161,99.85,0,0,0.13,579.13,3058.96,26158162,99.84,0,0,0.16,579.06,3059.03,26158163,99.71,0,0,0.58,579.39,3058.69,26158164,99.78,0.01,0.01,0.15,579.08,3058.99,26158165,99.8,0,0,0.27,579.28,3058.81,26158166,99.83,0,0,0.14,579.28,3058.81,26158167,99.84,0,0,0.16,579.38,3058.7,26158168,99.71,0,0,0.5,579.54,3058.54,26158169,99.82,0,0,0.2,579.03,3059.05,26158170,99.8,0,0,0.3,579.1,3058.99,26158171,99.85,0,0,0.13,579.14,3058.94,26158172,99.8,0,0,0.16,579.1,3058.98,26158173,99.69,0,0,0.54,579.41,3058.66,26158174,99.84,0,0,0.14,579.02,3059.05,26158175,99.8,0,0,0.28,579.3,3058.79,26158176,99.83,0,0,0.15,579.41,3058.68,26158177,99.81,0,0,0.16,579.38,3058.7,26158178,99.7,0,0,0.55,579.69,3058.39,26158179,99.77,0,0,0.41,579.3,3058.75,26158180,99.8,0.01,0.01,0.28,579.29,3058.78,26158181,99.84,0,0,0.16,579.4,3058.66,26158182,99.85,0,0,0.14,579.37,3058.69,26158183,99.68,0,0,0.55,579.57,3058.48,26158184,99.83,0,0,0.17,578.8,3059.24,26158185,99.76,0,0,0.33,579.27,3058.79,26158186,99.85,0,0,0.14,579.24,3058.81,26158187,99.81,0,0,0.13,579.29,3058.76,26158188,99.71,0,0,0.59,579.88,3058.17,26158189,99.85,0,0,0.38,579.33,3058.73,26158190,99.83,0,0,0.26,579.32,3058.76,26158191,99.85,0,0,0.16,579.28,3058.79,26158192,99.85,0,0,0.14,579.24,3058.82,26158193,99.83,0,0,0.16,579.29,3058.77,26158194,99.71,0,0,0.55,579.74,3058.35,26158195,99.76,0,0,0.29,578.35,3059.76,26158196,99.78,0,0,0.2,578.74,3059.36,26158197,99.84,0,0,0.15,578.76,3059.33,26158198,99.83,0,0,0.16,578.67,3059.42,26158199,99.72,0,0,0.58,578.6,3059.49,26158200,99.76,0,0,0.28,577.89,3060.22,26158201,99.83,0,0,0.13,577.84,3060.26,26158202,99.85,0,0,0.16,577.81,3060.29,26158203,99.84,0,0,0.21,577.76,3060.33,26158204,99.7,0,0,0.55,578.7,3059.39,26158205,99.76,0,0,0.28,578.43,3059.67,26158206,99.85,0,0,0.16,578.36,3059.74,26158207,99.81,0,0,0.16,578.3,3059.79,26158208,99.85,0,0,0.14,578.41,3059.68,26158209,99.65,0,0,0.7,578.84,3059.23,26158210,99.81,0,0,0.31,578.84,3059.24,26158211,99.8,0,0,0.18,578.81,3059.27,26158212,99.81,0,0,0.17,578.83,3059.25,26158213,99.85,0,0,0.14,578.87,3059.2,26158214,99.7,0,0,0.54,579.1,3058.98,26158215,99.76,0,0,0.29,578.58,3059.51,26158216,99.8,0,0,0.17,578.54,3059.55,26158217,99.85,0,0,0.18,578.5,3059.58,26158218,99.85,0,0,0.15,578.65,3059.43,26158219,99.67,0.01,0.01,0.49,578.98,3059.1,26158220,99.76,0,0,0.34,578.85,3059.24,26158221,99.83,0,0,0.16,578.82,3059.27,26158222,99.83,0,0,0.14,578.8,3059.29,26158223,99.84,0,0,0.15,578.75,3059.33,26158224,99.65,0.01,0.01,0.32,579.27,3058.81,26158225,99.76,0,0.01,0.52,578.87,3059.22,26158226,99.83,0,0,0.16,578.84,3059.25,26158227,99.85,0,0,0.16,578.81,3059.28,26158228,99.83,0,0,0.14,578.77,3059.31,26158229,99.85,0,0,0.16,578.74,3059.34,26158230,99.59,0,0,0.71,577.87,3060.22,26158231,99.84,0,0,0.14,577.4,3060.69,26158232,99.84,0,0,0.13,577.37,3060.72,26158233,99.85,0,0,0.17,577.33,3060.75,26158234,99.84,0,0,0.14,577.3,3060.78,26158235,99.59,0,0,0.74,578.18,3059.91,26158236,99.81,0,0,0.15,577.75,3060.34,26158237,99.8,0,0,0.16,577.89,3060.19,26158238,99.85,0,0,0.14,577.87,3060.21,26158239,99.73,0,0,0.34,578.81,3059.24,26158240,99.59,0,0,0.71,578.85,3059.22,26158241,99.86,0,0,0.14,578.27,3059.79,26158242,99.83,0,0,0.17,578.24,3059.82,26158243,99.82,0,0,0.14,578.25,3059.81,26158244,99.83,0,0,0.15,578.39,3059.67,26158245,99.61,0,0,0.63,579.2,3058.87,26158246,99.81,0.01,0.03,0.22,578.82,3059.25,26158247,99.85,0,0,0.16,578.74,3059.32,26158248,99.58,0,0.02,0.16,578.88,3059.18,26158249,99.85,0,0,0.14,578.82,3059.24,26158250,99.65,0,0.02,0.68,579.3,3058.77,26158251,99.83,0,0,0.17,578.77,3059.3,26158252,99.85,0,0.02,0.15,578.88,3059.18,26158253,99.84,0,0,0.16,578.82,3059.24,26158254,99.85,0,0.02,0.15,578.78,3059.28,26158255,99.72,0,0,0.71,578.97,3059.1,26158256,99.88,0,0.02,0.18,578.69,3059.37,26158257,99.9,0,0,0.14,578.56,3059.5,26158258,99.88,0,0.02,0.17,578.51,3059.55,26158259,99.9,0,0,0.14,578.63,3059.42,26158260,99.76,0,0.02,0.43,579.28,3058.8,26158261,99.87,0,0,0.41,578.55,3059.52,26158262,99.93,0,0.02,0.14,578.51,3059.56,26158263,99.93,0,0,0.16,578.63,3059.43,26158264,99.93,0,0.02,0.15,578.59,3059.47,26158265,99.89,0,0,0.34,578.29,3059.77,26158266,99.79,0.01,0.02,0.55,578.85,3059.22,26158267,99.02,0,0,0.29,579.41,3058.64,26158268,99.93,0.01,0.02,0.26,579.01,3059.04,26158269,99.82,0,0,0.32,579.07,3058.96,26158270,99.86,0.01,0.02,0.31,579.02,3059.02,26158271,99.77,0,0,0.56,579.2,3058.84,26158272,99.9,0.01,0.02,0.14,578.77,3059.27,26158273,99.93,0,0,0.16,578.66,3059.4,26158274,99.93,0.01,0.02,0.17,578.52,3059.53,26158275,99.86,0,0,0.33,578.57,3059.49,26158276,99.78,0.01,0.02,0.62,579.04,3059.01,26158277,99.92,0,0,0.2,578.83,3059.22,26158278,99.93,0.01,0.02,0.14,578.76,3059.29,26158279,99.9,0.01,0.01,0.18,578.86,3059.18,26158280,99.88,0.01,0.02,0.29,578.79,3059.26,26158281,99.78,0,0,0.59,579.69,3058.36,26158282,99.92,0.01,0.02,0.16,579.01,3059.03,26158283,99.93,0,0,0.16,579.1,3058.94,26158284,99.9,0.01,0.03,0.16,579.02,3059.02,26158285,98.82,0,0,15.5,581.49,3056.91,26158286,99.76,0.01,0.02,0.52,578.94,3059.19,26158287,99.92,0,0,0.24,578.63,3059.49,26158288,99.91,0.01,0.02,0.17,578.56,3059.55,26158289,99.91,0,0,0.16,578.62,3059.49,26158290,99.84,0.01,0.02,0.29,579.06,3059.07,26158291,99.76,0,0,0.55,579.43,3058.7,26158292,99.91,0.01,0.02,0.2,578.8,3059.32,26158293,99.92,0,0,0.2,578.85,3059.26,26158294,99.91,0.01,0.03,0.18,578.83,3059.28,26158295,99.88,0,0,0.3,579.11,3059.02,26158296,99.78,0.01,0.02,0.43,579.48,3058.65,26158297,99.92,0,0,0.3,579.35,3058.77,26158298,99.92,0.01,0.02,0.14,579.34,3058.78,26158299,99.88,0,0,0.28,579.03,3059.06,26158300,99.85,0.01,0.02,0.29,579.12,3058.99,26158301,99.91,0,0,0.16,579.05,3059.06,26158302,99.79,0.01,0.02,0.56,578.72,3059.38,26158303,99.92,0,0,0.16,578.27,3059.82,26158304,99.9,0.01,0.02,0.14,578.38,3059.71,26158305,99.9,0,0,0.3,578.78,3059.33,26158306,99.91,0.01,0.02,0.16,578.83,3059.27,26158307,99.79,0,0,0.62,579.5,3058.6,26158308,99.93,0.01,0.02,0.18,578.81,3059.28,26158309,99.91,0,0,0.18,578.82,3059.26,26158310,99.9,0.01,0.02,0.41,579.03,3059.07,26158311,99.92,0,0,0.2,579.09,3059,26158312,99.78,0.01,0.02,0.58,579.6,3058.48,26158313,99.92,0,0,0.17,579.09,3059,26158314,99.9,0.01,0.02,0.2,579.01,3059.07,26158315,99.89,0,0,0.36,579.33,3058.77,26158316,99.9,0.01,0.02,0.19,579.07,3059.03,26158317,99.8,0,0,0.48,579.46,3058.62,26158318,99.93,0.01,0.02,0.32,579.02,3059.06,26158319,99.91,0,0,0.2,579.09,3058.98,26158320,99.84,0.01,0.02,0.31,578.31,3059.77,26158321,99.93,0,0,0.2,578.37,3059.71,26158322,96.28,0.04,0.03,77.56,588.08,3051.87,26158323,99.9,0,0,63.96,581.7,3056.62,26158324,99.91,0.01,0.02,0.19,581.72,3056.59,26158325,99.86,0,0.01,0.36,581.73,3056.6,26158326,99.92,0,0,0.17,581.71,3056.62,26158327,99.8,0.01,0.02,0.44,581.21,3057.12,26158328,99.93,0,0,0.37,579.01,3059.34,26158329,99.87,0.01,0.02,0.3,579.1,3059.24,26158330,99.88,0,0,0.32,579.32,3059.04,26158331,99.93,0.01,0.02,0.2,579.33,3059.03,26158332,99.78,0,0,0.54,579.73,3058.63,26158333,99.92,0.01,0.02,0.28,579.32,3059.03,26158334,99.93,0,0,0.19,579.25,3059.1,26158335,99.84,0.01,0.02,0.31,579.32,3059.04,26158336,99.93,0,0,0.18,579.25,3059.11,26158337,99.92,0.01,0.02,0.23,579.36,3059,26158338,99.76,0,0,0.6,578.66,3059.69,26158339,99.91,0.01,0.03,0.21,578.36,3059.98,26158340,99.88,0,0,0.35,579.04,3059.32,26158341,99.93,0.01,0.02,0.23,579.36,3058.99,26158342,99.93,0,0,0.21,579.33,3059.02,26158343,99.76,0.01,0.02,0.59,579.86,3058.49,26158344,99.91,0.01,0.01,0.17,579.56,3058.77,26158345,99.89,0.01,0.02,0.35,579.56,3058.8,26158346,99.93,0,0,0.21,579.55,3058.8,26158347,99.92,0.01,0.02,0.18,579.54,3058.8,26158348,99.77,0,0,0.58,579.72,3058.62,26158349,99.94,0.01,0.02,0.18,579.24,3059.1,26158350,99.89,0,0,0.39,578.73,3059.63,26158351,99.92,0.01,0.02,0.2,578.52,3059.84,26158352,99.93,0,0,0.17,578.62,3059.74,26158353,99.79,0.01,0.02,0.62,579.07,3059.28,26158354,99.9,0,0,0.17,578.36,3059.98,26158355,99.86,0.01,0.02,0.32,578.77,3059.59,26158356,99.93,0,0,0.18,578.86,3059.5,26158357,99.91,0.01,0.02,0.21,578.77,3059.58,26158358,99.8,0,0,0.6,579.31,3059.04,26158359,99.83,0.01,0.02,0.31,578.28,3060.04,26158360,99.89,0,0,0.32,578.6,3059.74,26158361,99.92,0.01,0.02,0.18,578.52,3059.82,26158362,99.93,0,0,0.16,578.59,3059.74,26158363,99.79,0.01,0.02,0.59,579.02,3059.31,26158364,99.95,0,0,0.16,578.57,3059.78,26158365,99.87,0.01,0.02,0.33,577.56,3060.81,26158366,99.93,0,0,0.19,577.61,3060.76,26158367,99.93,0.01,0.02,0.17,577.57,3060.8,26158368,99.8,0,0,0.57,578.02,3060.35,26158369,99.91,0.01,0.02,0.18,577.57,3060.79,26158370,99.86,0,0,0.29,577.59,3060.79,26158371,99.93,0.01,0.02,0.18,577.59,3060.79,26158372,99.93,0,0,0.17,577.55,3060.82,26158373,99.93,0.01,0.02,0.22,577.58,3060.78,26158374,99.8,0,0,0.58,577.67,3060.69,26158375,99.87,0.01,0.02,0.35,577.33,3061.04,26158376,99.9,0,0,0.22,577.68,3060.68,26158377,99.93,0,0.02,0.18,577.83,3060.52,26158378,99.93,0,0,0.17,577.78,3060.57,26158379,99.8,0,0.02,0.58,578.8,3059.55,26158380,99.77,0,0,0.3,576.74,3061.62,26158381,99.93,0,0.02,0.2,576.58,3061.78,26158382,99.94,0,0,0.16,576.54,3061.81,26158383,99.91,0,0.02,0.18,576.52,3061.83,26158384,99.77,0,0,0.61,578.36,3059.99,26158385,99.87,0,0.02,0.34,578.81,3059.55,26158386,99.9,0,0,0.18,578.79,3059.57,26158387,99.94,0,0.02,0.21,578.8,3059.56,26158388,99.91,0,0,0.22,578.87,3059.48,26158389,99.71,0,0.02,0.74,579.14,3059.19,26158390,99.84,0,0,0.41,579.02,3059.32,26158391,99.93,0,0.02,0.21,579.04,3059.29,26158392,99.93,0,0,0.2,579.09,3059.24,26158393,99.94,0,0.02,0.21,579.03,3059.29,26158394,99.8,0,0,0.44,579.58,3058.76,26158395,99.87,0,0.02,0.46,578.84,3059.51,26158396,99.93,0,0,0.17,578.84,3059.51,26158397,99.93,0,0.02,0.24,578.78,3059.57,26158398,99.92,0,0,0.15,578.73,3059.61,26158399,99.82,0.01,0.03,0.57,579.1,3059.24,26158400,99.9,0,0,0.29,579.07,3059.29,26158401,99.9,0,0.02,0.22,579.01,3059.34,26158402,99.93,0,0,0.16,578.97,3059.38,26158403,99.94,0,0.02,0.16,579.04,3059.3,26158404,99.81,0.01,0.01,0.4,579.4,3058.94,26158405,99.89,0,0.02,0.44,578.52,3059.83,26158406,99.93,0,0,0.16,578.46,3059.89,26158407,99.9,0,0.02,0.15,578.56,3059.79,26158408,99.92,0,0,0.14,578.58,3059.76,26158409,99.81,0,0.02,0.47,578.9,3059.44,26158410,99.92,0,0,0.45,578.75,3059.6,26158411,99.93,0,0.02,0.17,578.86,3059.49,26158412,99.91,0,0,0.16,578.81,3059.53,26158413,99.92,0,0.02,0.17,578.75,3059.58,26158414,99.93,0,0,0.18,578.72,3059.62,26158415,99.73,0,0.02,0.73,578.3,3060.05,26158416,99.93,0,0,0.13,577.82,3060.53,26158417,99.9,0,0.02,0.18,577.76,3060.58,26158418,99.93,0,0,0.14,577.79,3060.55,26158419,99.82,0,0.02,0.29,579.03,3059.28,26158420,99.77,0,0,0.7,578.76,3059.58,26158421,99.91,0,0.02,0.18,578.26,3060.07,26158422,99.91,0,0,0.14,578.35,3059.97,26158423,99.96,0,0.02,0.18,578.29,3060.03,26158424,99.93,0,0,0.16,578.25,3060.1,26158425,99.74,0,0.02,0.73,579.46,3058.91,26158426,99.91,0,0,0.15,578.85,3059.52,26158427,99.94,0,0.02,0.17,578.79,3059.57,26158428,99.92,0,0,0.18,578.74,3059.62,26158429,99.91,0,0.02,0.15,578.77,3059.58,26158430,99.74,0,0,0.61,579.61,3058.76,26158431,99.91,0,0.02,0.29,579.04,3059.32,26158432,99.91,0,0,0.14,578.99,3059.37,26158433,99.93,0,0.02,0.17,578.98,3059.37,26158434,99.95,0,0,0.14,579.1,3059.24,26158435,99.69,0,0.02,0.56,578.77,3059.59,26158436,99.93,0,0,0.34,578.15,3060.21,26158437,99.92,0,0.02,0.18,578.06,3060.3,26158438,99.95,0,0,0.16,578.11,3060.24,26158439,99.91,0,0.02,0.16,578.06,3060.29,26158440,99.67,0,0,0.49,579.12,3059.24,26158441,99.93,0,0.02,0.41,579.29,3059.07,26158442,99.93,0,0,0.16,579.32,3059.03,26158443,99.93,0,0.02,0.18,579.26,3059.09,26158444,99.94,0,0,0.19,579.21,3059.13,26158445,99.9,0,0.02,0.33,579.04,3059.32,26158446,99.76,0,0,0.57,579.64,3058.71,26158447,99.91,0,0.02,0.19,579.26,3059.08,26158448,99.94,0,0,0.16,579.21,3059.13,26158449,99.89,0,0.02,0.27,579.03,3059.29,26158450,99.88,0.01,0,0.3,579.07,3059.27,26158451,99.78,0.01,0.02,0.56,579.62,3058.72,26158452,99.93,0,0,0.18,579.29,3059.03,26158453,99.9,0.01,0.02,0.18,579.27,3059.05,26158454,99.93,0,0,0.17,579.29,3059.03,26158455,99.85,0.01,0.02,0.31,578.77,3059.56,26158456,99.79,0,0,0.63,578.81,3059.52,26158457,99.86,0.01,0.02,0.21,578.25,3060.07,26158458,99.93,0,0,0.16,578.32,3060,26158459,99.93,0.01,0.03,0.15,578.25,3060.07,26158460,99.87,0,0,0.28,579.06,3059.28,26158461,99.78,0.01,0.02,0.56,579.57,3058.76,26158462,99.95,0,0,0.17,579.31,3059.01,26158463,99.93,0.01,0.02,0.14,579.23,3059.09,26158464,99.92,0.01,0.01,0.16,579.21,3059.11,26158465,99.88,0,0.02,0.3,579.32,3059.01,26158466,99.77,0,0,0.56,579.61,3058.72,26158467,99.92,0,0.02,0.14,579.22,3059.1,26158468,99.91,0,0,0.16,579.34,3058.98,26158469,99.93,0,0.02,0.15,579.28,3059.04,26158470,99.89,0,0,0.29,578.98,3059.35,26158471,99.78,0,0.02,0.43,579.42,3058.91,26158472,99.92,0,0,0.3,579.3,3059.02,26158473,99.93,0,0.02,0.14,579.25,3059.07,26158474,99.93,0,0,0.16,579.2,3059.12,26158475,99.86,0,0.02,0.3,579.5,3058.83,26158476,99.79,0,0,0.42,579.89,3058.43,26158477,99.91,0.01,0.02,0.32,579.48,3058.83,26158478,99.94,0,0,0.19,579.53,3058.78,26158479,99.8,0.01,0.44,0.29,578.99,3059.29,26158480,99.83,0.01,0.44,0.4,578.76,3059.52,26158481,99.76,0.01,0.02,0.42,579.09,3059.19,26158482,99.87,0.01,0.45,0.33,579.44,3058.83,26158483,99.9,0.01,0.02,0.2,579.19,3059.07,26158484,99.9,0,0,0.16,579.19,3059.06,26158485,99.83,0,0.02,0.36,579.26,3059.01,26158486,99.93,0,0,0.22,579.19,3059.08,26158487,99.75,0,0.02,0.61,579.31,3058.95,26158488,99.95,0,0,0.17,579.02,3059.24,26158489,99.9,0,0.02,0.17,578.97,3059.29,26158490,99.88,0,0,0.32,578.92,3059.34,26158491,99.9,0,0.02,0.17,578.94,3059.32,26158492,99.78,0.01,0.02,0.59,580.13,3058.13,26158493,99.91,0.01,0.02,0.19,575.54,3062.81,26158494,99.93,0,0,0.24,568.76,3069.77,26158495,99.9,0,0.02,0.32,569.08,3069.47,26158496,99.89,0,0,0.25,568.95,3069.59,26158497,99.81,0,0.02,0.43,569.2,3069.33,26158498,99.92,0,0,0.34,568.29,3070.25,26158499,99.9,0,0.02,0.16,568.35,3070.22,26158500,99.89,0,0,0.32,568.95,3069.64,26158501,99.92,0,0.02,0.18,568.92,3069.68,26158502,99.8,0,0,0.59,569.47,3069.13,26158503,99.93,0,0.02,0.19,569.08,3069.51,26158504,99.94,0,0,0.2,569.04,3069.55,26158505,99.9,0,0.02,0.36,568.47,3070.14,26158506,99.91,0,0,0.19,568.18,3070.43,26158507,99.77,0.01,0.02,0.65,568.47,3070.14,26158508,99.93,0,0,0.2,568.06,3070.54,26158509,99.9,0,0.02,0.34,567.86,3070.71,26158510,99.91,0,0,0.33,568.41,3070.18,26158511,99.94,0,0.02,0.21,568.39,3070.2,26158512,99.79,0,0,0.46,568.67,3069.91,26158513,99.93,0,0.02,0.32,567.85,3070.72,26158514,99.93,0,0,0.17,567.94,3070.63,26158515,99.86,0,0.02,0.32,568.42,3070.17,26158516,99.92,0,0,0.18,568.37,3070.21,26158517,99.79,0,0.02,0.39,568.69,3069.9,26158518,99.93,0,0,0.42,568.05,3070.54,26158519,99.9,0.01,0.03,0.23,568.06,3070.52,26158520,99.89,0,0,0.36,568.16,3070.44,26158521,99.94,0,0.02,0.21,568.11,3070.48,26158522,99.94,0,0,0.17,568.07,3070.52,26158523,99.79,0,0.02,0.56,568.65,3069.93,26158524,99.94,0,0,0.17,568.44,3070.14,26158525,99.89,0,0.02,0.32,568.18,3070.42,26158526,99.93,0,0,0.19,568.12,3070.47,26158527,99.95,0,0.02,0.17,568.09,3070.5,26158528,99.8,0,0,0.61,568.6,3069.98,26158529,99.93,0,0.02,0.18,568.44,3070.14,26158530,99.84,0,0,0.32,567.69,3070.9,26158531,99.93,0,0.02,0.17,567.64,3070.95,26158532,99.94,0,0,0.18,567.59,3071,26158533,99.78,0,0.02,0.58,568.21,3070.37,26158534,99.95,0,0,0.17,568.18,3070.39,26158535,99.89,0,0.02,0.33,568.17,3070.42,26158536,99.95,0,0,0.18,568.12,3070.47,26158537,99.93,0,0.02,0.16,568.09,3070.49,26158538,99.81,0,0,0.45,568.84,3069.74,26158539,99.85,0.01,0.02,0.51,568.7,3069.85,26158540,99.88,0,0,0.36,571.28,3067.19,26158541,99.91,0.01,0.05,0.17,571.2,3067.27,26158542,99.95,0,0,0.19,571.27,3067.18,26158543,99.78,0,0.02,0.61,571.98,3066.46,26158544,99.94,0,0,0.18,571.72,3066.74,26158545,99.87,0,0.02,0.32,571.88,3066.61,26158546,99.96,0,0,0.18,571.85,3066.65,26158547,99.93,0,0.02,0.16,571.84,3066.65,26158548,99.78,0,0,0.41,572.36,3066.12,26158549,99.95,0,0.02,0.4,571.43,3067.05,26158550,99.83,0,0,0.37,571.15,3067.34,26158551,99.91,0,0,0.2,571.11,3067.38,26158552,99.95,0,0,0.18,571.1,3067.38,26158553,99.94,0,0,0.16,571.09,3067.39,26158554,99.79,0,0,0.61,571.84,3066.64,26158555,99.81,0,0,0.34,571.71,3066.79,26158556,99.88,0,0,0.18,571.76,3066.73,26158557,99.65,0.06,2.09,0.25,571.49,3066.99,26158558,99.83,0.03,0.9,0.21,571.49,3066.96,26158559,99.79,0,0,0.61,572.03,3066.41,26158560,99.83,0.02,0.4,0.34,571.8,3066.54,26158561,99.95,0.01,0.11,0.22,571.6,3066.49,26158562,99.89,0,0,0.16,571.57,3066.51,26158563,99.91,0,0,0.17,571.52,3066.56,26158564,99.79,0,0,0.58,571.81,3066.26,26158565,99.88,0,0,0.37,571.71,3066.37,26158566,99.88,0.14,0.38,0.33,571.77,3066.31,26158567,99.9,0.37,0.08,0.57,571.72,3066.36,26158568,99.94,0,0,0.19,571.58,3066.5,26158569,99.6,0.14,0.89,0.84,572.26,3065.79,26158570,99.86,0.01,0.01,0.32,571.29,3066.76,26158571,99.87,0.02,0.5,0.32,571.25,3066.79,26158572,99.93,0,0,0.16,571.2,3066.83,26158573,99.91,0,0,0.19,571.14,3066.89,26158574,99.78,0.01,0.04,0.61,572.4,3065.64,26158575,99.85,0.01,0.05,0.4,572.41,3065.64,26158576,99.9,0,0,0.21,572.54,3065.5,26158577,99.92,0,0,0.23,572.54,3065.5,26158578,99.92,0,0,0.21,572.53,3065.51,26158579,99.76,0.01,0.01,0.46,573.05,3064.98,26158580,99.9,0,0,0.45,571.93,3066.11,26158581,99.94,0,0,0.17,572.05,3065.99,26158582,99.92,0,0,0.15,572.03,3066.01,26158583,99.93,0,0,0.17,572.01,3066.03,26158584,99.78,0,0,0.32,572.47,3065.56,26158585,99.86,0,0,0.61,572.47,3065.57,26158586,99.93,0,0,0.21,572.45,3065.59,26158587,99.91,0,0,0.19,572.43,3065.61,26158588,99.94,0,0,0.19,572.4,3065.63,26158589,99.93,0,0,0.19,572.37,3065.66,26158590,99.71,0,0,0.71,572.78,3065.27,26158591,99.56,0,0,0.29,572.56,3065.48,26158592,99.93,0,0,0.2,572.53,3065.51,26158593,99.92,0,0,0.19,572.5,3065.53,26158594,99.92,0,0,0.22,572.47,3065.56,26158595,99.75,0,0,0.71,572.59,3065.45,26158596,99.92,0,0,0.19,572.2,3065.84,26158597,99.9,0,0,0.2,572.17,3065.87,26158598,99.94,0,0,0.2,572.16,3065.87,26158599,99.83,0.01,0.01,0.38,571.92,3066.08,26158600,99.71,0.01,0.01,0.79,572.76,3065.26,26158601,99.92,0.01,0,0.22,572.46,3065.56,26158602,99.84,0,0.01,0.23,572.38,3065.63,26158603,99.86,0.01,0,0.21,572.49,3065.52,26158604,99.89,0,0,0.19,572.46,3065.54,26158605,99.67,0,0,0.75,571.51,3066.51,26158606,99.88,0.02,0.41,0.28,571.65,3066.36,26158607,99.88,0.01,0.41,0.24,571.74,3066.27,26158608,99.93,0,0,0.2,571.74,3066.25,26158609,99.93,0,0,0.16,571.72,3066.27,26158610,99.7,0,0,0.74,572.9,3065.11,26158611,99.87,0,0,0.2,572.19,3065.82,26158612,99.95,0,0.02,0.2,572.14,3065.85,26158613,99.81,0.03,0.79,0.26,572.09,3065.9,26158614,99.88,0.02,0.03,0.23,571.96,3066.01,26158615,99.42,0.07,2.01,0.75,573.17,3064.82,26158616,99.73,0.03,1.24,0.37,572.33,3065.62,26158617,99.91,0,0.04,0.21,572.44,3065.48,26158618,99.84,0.01,0.39,0.16,572.42,3065.5,26158619,99.95,0,0.02,0.23,572.41,3065.5,26158620,99.84,0,0,0.34,571.19,3066.74,26158621,99.79,0,0,0.59,572.24,3065.67,26158622,99.91,0,0,0.19,571.86,3066.05,26158623,99.94,0,0,0.2,571.84,3066.07,26158624,99.85,0.03,0.42,0.28,571.67,3066.23,26158625,99.79,0.01,0.41,0.36,572.81,3065.1,26158626,99.77,0.02,0.01,0.62,572.91,3065,26158627,99.77,0.05,1.23,0.36,572.61,3065.27,26158628,99.16,0.16,5.35,0.41,572.54,3065.28,26158629,99.78,0.01,0.41,0.39,572.68,3065.08,26158630,99.57,0.06,2.05,0.4,572.88,3064.87,26158631,99.55,0.05,1.23,0.68,573.42,3064.29,26158632,99.85,0,0.01,0.21,572.57,3065.11,26158633,99.91,0,0,0.14,572.56,3065.12,26158634,99.93,0,0,0.15,572.54,3065.14,26158635,99.8,0,0,0.31,572.61,3065.08,26158636,99.78,0,0,0.57,572.94,3064.75,26158637,99.87,0.04,0.05,0.35,572.36,3065.32,26158638,99.91,0.02,0,0.19,572.4,3065.28,26158639,99.85,0.01,0.01,0.18,572.42,3065.25,26158640,99.82,0.04,0.41,0.39,572.38,3065.31,26158641,99.73,0,0,0.43,572.71,3064.97,26158642,99.9,0,0,0.3,572.32,3065.36,26158643,99.85,0.02,0,0.17,572.3,3065.37,26158644,99.68,0.06,1.65,0.25,572.38,3065.27,26158645,99.79,0.03,0.41,0.37,572.88,3064.77,26158646,99.78,0,0,0.56,573.15,3064.5,26158647,99.91,0,0,0.15,572.78,3064.87,26158648,99.8,0.05,0.42,0.23,572.82,3064.82,26158649,99.69,0.07,1.24,0.3,572.85,3064.77,26158650,99.72,0.03,0.42,0.38,572.52,3065.1,26158651,99.41,0.08,2.48,0.6,573.15,3064.43,26158652,99.71,0.04,0.81,0.32,573,3064.56,26158653,99.85,0.02,0.02,0.19,572.94,3064.61,26158654,99.85,0.02,0,0.2,573.03,3064.51,26158655,99.78,0.03,0.01,0.39,572.99,3064.57,26158656,99.72,0.03,0.01,0.51,573.3,3064.25,26158657,99.69,0.04,0.84,0.45,572.76,3064.77,26158658,99.78,0.01,0.41,0.19,572.72,3064.8,26158659,99.73,0.03,0.4,0.31,572.07,3065.43,26158660,99.58,0.06,1.65,0.39,572.25,3065.23,26158661,99.86,0,0.02,0.18,572.27,3065.21,26158662,99.44,0.09,2.07,0.83,571.31,3066.14,26158663,99.54,0.06,2.46,0.29,570.9,3066.5,26158664,99.55,0.06,2.16,0.27,571.15,3066.21,26158665,99.36,0.1,3.26,0.43,571.63,3065.71,26158666,99.7,0.02,0.88,0.23,571.73,3065.55,26158667,99.68,0,0,0.55,572.23,3065.05,26158668,99.83,0,0,0.14,572,3065.27,26158669,99.76,0,0,0.15,572.07,3065.22,26158670,99.77,0,0,0.28,572.07,3065.23,26158671,99.23,0,0,0.16,572.05,3065.26,26158672,99.7,0,0,0.55,572.69,3064.61,26158673,99.83,0,0,0.15,572.01,3065.29,26158674,99.84,0,0,0.16,571.98,3065.32,26158675,99.71,0,0,0.3,571.01,3066.3,26158676,99.82,0,0,0.18,570.96,3066.35,26158677,99.71,0,0,0.5,571.94,3065.35,26158678,99.82,0,0,0.21,572.31,3064.97,26158679,99.85,0,0,0.14,572.29,3064.99,26158680,99.75,0,0,0.29,572.54,3064.76,26158681,99.83,0,0,0.16,572.52,3064.78,26158682,99.68,0,0,0.5,572.74,3064.55,26158683,99.84,0,0,0.2,572.23,3065.05,26158684,99.84,0,0,0.15,572.21,3065.07,26158685,99.69,0,0,0.29,571.54,3065.75,26158686,99.86,0,0,0.15,571.45,3065.84,26158687,95.18,0.32,0.01,78.44,585.59,3051.15,26158688,99.78,0,0,179.68,573.71,3063.95,26158689,99.67,0,0,0.39,574.4,3063.23,26158690,97.89,0,0,0.32,574.43,3063.21,26158691,99.85,0,0,0.16,574.4,3063.23,26158692,99.69,0,0,0.44,574.32,3063.32,26158693,99.86,0,0,0.32,571.47,3066.2,26158694,99.85,0,0,0.14,571.45,3066.22,26158695,99.77,0,0,0.29,571.22,3066.46,26158696,99.85,0,0,0.16,571.19,3066.49,26158697,99.78,0.01,0.42,0.2,571.55,3066.12,26158698,99.73,0,0,0.59,572.3,3065.38,26158699,99.82,0.01,0.01,0.14,571.5,3066.17,26158700,99.8,0,0,0.3,571.71,3065.98,26158701,99.86,0,0,0.14,571.47,3066.21,26158702,99.85,0,0,0.14,571.45,3066.23,26158703,99.71,0,0,0.62,572.46,3065.22,26158704,99.84,0,0.01,0.18,571.9,3065.77,26158705,99.8,0,0,0.35,572.15,3065.54,26158706,99.85,0,0,0.18,572.13,3065.55,26158707,99.87,0,0,0.14,572.28,3065.4,26158708,99.71,0,0,0.6,572.18,3065.49,26158709,99.81,0,0,0.17,571.25,3066.42,26158710,99.78,0,0,0.31,571.7,3065.98,26158711,99.8,0,0,0.16,571.65,3066.04,26158712,99.85,0.01,0.01,0.14,571.7,3065.98,26158713,99.71,0,0,0.56,571.68,3066,26158714,99.83,0,0,0.16,570.9,3066.77,26158715,99.77,0,0,0.29,571.74,3065.95,26158716,99.83,0.01,0.02,0.15,571.68,3066,26158717,99.83,0.01,0.01,0.18,571.75,3065.93,26158718,99.73,0,0,0.55,571.98,3065.7,26158719,99.78,0,0,0.27,572.15,3065.5,26158720,99.76,0,0,0.32,571.5,3066.17,26158721,99.83,0,0,0.15,571.5,3066.17,26158722,99.83,0,0,0.14,571.44,3066.23,26158723,99.73,0,0,0.56,571.75,3065.91,26158724,99.85,0,0,0.15,571.52,3066.15,26158725,99.8,0,0,0.29,572.71,3064.98,26158726,99.84,0,0,0.15,572.68,3065,26158727,99.85,0,0,0.16,572.65,3065.03,26158728,99.7,0,0,0.42,573.28,3064.39,26158729,99.85,0,0,0.29,572.35,3065.32,26158730,99.78,0,0,0.3,572.2,3065.49,26158731,99.86,0,0,0.15,572.28,3065.4,26158732,99.85,0,0,0.14,572.25,3065.43,26158733,99.86,0,0,0.15,572.24,3065.44,26158734,99.72,0,0,0.55,572.17,3065.5,26158735,99.8,0,0,0.29,571.97,3065.72,26158736,99.84,0,0,0.18,571.8,3065.88,26158737,99.85,0,0,0.15,571.68,3066,26158738,99.85,0,0,0.16,571.66,3066.02,26158739,99.73,0,0,0.54,572.17,3065.5,26158740,99.71,0,0,0.29,571.17,3066.54,26158741,99.81,0,0,0.14,571.13,3066.58,26158742,99.84,0,0,0.17,571.3,3066.4,26158743,99.84,0,0,0.14,571.28,3066.42,26158744,99.72,0,0,0.55,572.21,3065.48,26158745,99.77,0,0,0.29,571.53,3066.17,26158746,99.88,0,0,0.16,571.49,3066.21,26158747,99.85,0,0,0.14,571.47,3066.23,26158748,99.86,0,0,0.14,571.45,3066.25,26158749,99.66,0,0,0.66,572.75,3064.92,26158750,99.8,0,0,0.27,572.42,3065.27,26158751,99.84,0,0,0.17,572.38,3065.31,26158752,99.84,0,0,0.14,572.37,3065.31,26158753,99.86,0,0,0.14,572.34,3065.33,26158754,99.74,0,0,0.5,572.77,3064.91,26158755,99.83,0,0,0.35,572.76,3064.92,26158756,99.85,0,0,0.14,572.74,3064.94,26158757,99.83,0,0,0.18,572.71,3064.97,26158758,99.85,0,0,0.15,572.7,3064.97,26158759,99.7,0.01,0.01,0.45,573.04,3064.63,26158760,99.82,0,0,0.41,572.19,3065.49,26158761,99.86,0,0,0.16,572.16,3065.52,26158762,99.68,0.04,1.24,0.22,572.06,3065.6,26158763,99.85,0,0,0.16,572,3065.66,26158764,99.71,0,0,0.43,572.38,3065.27,26158765,99.82,0,0,0.41,572.71,3064.96,26158766,99.85,0,0,0.15,572.69,3064.97,26158767,99.85,0,0,0.17,572.66,3064.99,26158768,99.79,0.01,0.41,0.15,572.48,3065.17,26158769,99.74,0.03,0.83,0.25,572.47,3065.16,26158770,99.68,0,0,0.72,572.9,3064.74,26158771,99.75,0.04,0.83,0.23,572.39,3065.24,26158772,99.8,0.03,0.35,0.18,572.35,3065.27,26158773,99.75,0.04,0.89,0.24,572.45,3065.15,26158774,99.72,0.05,0.71,0.3,572.36,3065.22,26158775,99.65,0,0.12,0.83,572.56,3065.03,26158776,99.84,0.02,0,0.21,571.89,3065.7,26158777,99.81,0.01,0.41,0.23,571.81,3065.77,26158778,99.45,0.09,3.26,0.17,571.83,3065.72,26158779,99.58,0.04,1.31,0.39,572.55,3064.92,26158780,99.63,0,0,0.71,572.99,3064.49,26158781,99.75,0.02,0.83,0.21,572.49,3064.98,26158782,99.85,0,0,0.16,572.44,3065.02,26158783,99.85,0,0,0.16,572.42,3065.03,26158784,99.85,0,0,0.14,572.4,3065.07,26158785,99.67,0,0,0.73,572.38,3065.11,26158786,99.85,0,0,0.14,571.82,3065.66,26158787,99.84,0.01,0.02,0.16,571.79,3065.68,26158788,99.79,0.01,0.39,0.21,571.84,3065.62,26158789,99.82,0,0,0.15,571.77,3065.68,26158790,99.67,0,0,0.68,572.84,3064.63,26158791,99.83,0,0,0.16,572.49,3064.98,26158792,99.86,0,0,0.15,572.47,3065,26158793,99.71,0.03,0.82,0.21,572.52,3064.93,26158794,99.8,0,0,0.16,572.52,3064.93,26158795,99.63,0,0,0.7,572.09,3065.37,26158796,99.83,0,0,0.22,572.09,3065.37,26158797,99.84,0,0,0.18,571.96,3065.5,26158798,99.85,0,0,0.18,571.95,3065.5,26158799,99.83,0,0,0.18,571.91,3065.53,26158800,99.6,0,0,0.55,572.38,3065.08,26158801,99.85,0,0,0.33,572.14,3065.32,26158802,99.85,0,0,0.14,572.11,3065.36,26158803,99.83,0,0,0.15,572.27,3065.2,26158804,99.85,0,0,0.16,572.25,3065.22,26158805,99.79,0,0,0.29,572.73,3064.75,26158806,99.62,0.02,0.81,0.59,573.08,3064.4,26158807,99.68,0.03,1.25,0.22,572.76,3064.69,26158808,99.86,0,0,0.15,572.72,3064.71,26158809,99.78,0,0,0.27,572.71,3064.7,26158810,99.85,0,0,0.28,572.95,3064.48,26158811,99.17,0.01,0.01,0.6,573.22,3064.21,26158812,99.92,0,0,0.14,572.82,3064.6,26158813,99.72,0.06,1.6,0.2,572.84,3064.57,26158814,99.9,0,0.05,0.21,571.97,3065.41,26158815,99.77,0.03,0.89,0.33,571.88,3065.51,26158816,99.74,0,0,0.57,572.32,3065.07,26158817,99.93,0,0,0.21,572.05,3065.33,26158818,99.93,0,0,0.14,572.17,3065.21,26158819,99.93,0.01,0.01,0.14,572.22,3065.15,26158820,99.89,0,0,0.31,572.21,3065.18,26158821,99.8,0,0,0.56,572.54,3064.84,26158822,99.9,0,0,0.18,572.16,3065.21,26158823,99.93,0.01,0.04,0.19,572.11,3065.24,26158824,99.93,0,0,0.14,572.06,3065.28,26158825,99.89,0,0,0.3,572.09,3065.26,26158826,99.81,0,0,0.58,572.58,3064.77,26158827,99.93,0.02,0,0.17,572.21,3065.13,26158828,99.93,0,0,0.18,572.15,3065.18,26158829,99.94,0,0,0.18,572.09,3065.24,26158830,99.88,0,0,0.32,572.1,3065.26,26158831,99.54,0.08,1.76,0.73,572.48,3064.86,26158832,99.95,0,0,0.16,572.07,3065.25,26158833,99.92,0.03,0,0.2,572.07,3065.25,26158834,99.94,0.03,0.05,0.29,572.1,3065.2,26158835,99.82,0,0,0.32,571.8,3065.52,26158836,99.78,0.02,0.04,0.37,572.2,3065.12,26158837,99.93,0.02,0,0.43,571.84,3065.48,26158838,99.93,0.02,0.01,0.22,571.83,3065.48,26158839,99.77,0,0,0.29,572.16,3065.12,26158840,99.88,0,0,0.29,572.4,3064.9,26158841,99.93,0.01,0.01,0.18,572.35,3064.95,26158842,99.75,0,0,0.59,572.86,3064.43,26158843,99.93,0.01,0.01,0.18,572.4,3064.89,26158844,99.76,0.07,1.21,0.41,572.34,3064.98,26158845,99.67,0.06,1.68,0.41,572.6,3064.69,26158846,99.9,0.01,0,0.2,572.52,3064.76,26158847,99.75,0,0,0.56,572.68,3064.6,26158848,99.82,0.04,0.83,0.27,572.33,3064.93,26158849,99.95,0.02,0,0.25,572.3,3064.95,26158850,99.8,0.05,0.78,0.37,572.26,3065.01,26158851,99.82,0.04,0.88,0.23,572.32,3064.93,26158852,99.46,0.08,2.42,0.67,572.61,3064.61,26158853,99.84,0.03,0.47,0.27,572.23,3064.96,26158854,99.72,0.04,1.65,0.29,572.17,3064.99,26158855,99.89,0,0,0.29,572.39,3064.78,26158856,99.93,0,0,0.31,572.1,3065.06,26158857,99.81,0,0,0.57,572.38,3064.78,26158858,99.93,0,0,0.17,572.02,3065.14,26158859,99.95,0,0,0.17,572,3065.15,26158860,99.88,0,0,0.33,571.76,3065.41,26158861,99.94,0,0,0.13,571.73,3065.43,26158862,99.79,0,0,0.5,572.35,3064.81,26158863,99.94,0,0,0.22,572.43,3064.72,26158864,99.91,0,0,0.14,572.4,3064.75,26158865,99.92,0,0,0.32,572.16,3065,26158866,99.95,0,0,0.16,572.13,3065.03,26158867,99.8,0,0,0.54,572.32,3064.84,26158868,99.95,0,0,0.17,571.42,3065.73,26158869,99.85,0,0,0.29,572.72,3064.41,26158870,99.87,0,0,0.29,572.5,3064.64,26158871,99.95,0,0,0.14,572.47,3064.66,26158872,99.82,0,0,0.32,572.79,3064.34,26158873,99.94,0,0,0.39,572.19,3064.94,26158874,99.95,0,0,0.15,572.17,3064.95,26158875,99.9,0,0,0.29,571.94,3065.2,26158876,99.95,0,0,0.16,571.91,3065.23,26158877,99.95,0,0,0.2,571.89,3065.25,26158878,99.78,0,0,0.57,572.94,3064.19,26158879,99.93,0.01,0.01,0.14,572.38,3064.75,26158880,99.85,0,0,0.3,572.52,3064.62,26158881,99.95,0,0,0.14,572.49,3064.65,26158882,99.94,0,0,0.14,572.46,3064.68,26158883,99.8,0,0,0.56,572.6,3064.53,26158884,99.93,0,0,0.15,571.92,3065.2,26158885,99.88,0,0,0.32,571.91,3065.23,26158886,99.96,0,0,0.17,571.91,3065.23,26158887,99.93,0,0,0.17,571.88,3065.25,26158888,99.82,0,0,0.77,572.34,3064.79,26158889,99.91,0,0,0.16,571.84,3065.29,26158890,99.85,0,0,0.31,572.27,3064.87,26158891,99.93,0,0,0.17,572.24,3064.89,26158892,99.95,0,0,0.18,572.23,3064.9,26158893,99.66,0.04,1.3,0.49,572.62,3064.5,26158894,99.88,0.02,0.43,0.44,572.42,3064.67,26158895,99.88,0,0,0.36,572.96,3064.15,26158896,99.83,0.02,0.83,0.22,572.89,3064.21,26158897,99.85,0.03,0.83,0.3,572.86,3064.22,26158898,99.8,0,0,0.46,573.19,3063.88,26158899,99.9,0,0,0.44,572.12,3064.92,26158900,99.91,0,0,0.36,571.87,3065.19,26158901,99.93,0,0,0.21,571.85,3065.21,26158902,99.95,0,0,0.2,571.81,3065.24,26158903,99.8,0,0,0.39,572.16,3064.89,26158904,99.95,0,0,0.43,572.25,3064.8,26158905,99.9,0,0,0.32,572.49,3064.58,26158906,99.94,0,0,0.2,572.48,3064.59,26158907,99.95,0,0,0.16,572.64,3064.42,26158908,99.76,0.05,1.35,0.25,572.33,3064.71,26158909,99.8,0.01,0,0.59,572.81,3064.22,26158910,99.85,0.02,0.42,0.45,572.63,3064.42,26158911,99.87,0.01,0.48,0.21,572.46,3064.57,26158912,99.94,0,0,0.16,572.52,3064.51,26158913,99.93,0,0,0.14,572.59,3064.44,26158914,99.81,0,0,0.55,572.91,3064.1,26158915,99.88,0,0,0.35,572.56,3064.47,26158916,99.88,0,0,0.21,572.4,3064.63,26158917,99.94,0,0,0.15,572.26,3064.76,26158918,99.83,0.02,0.77,0.14,572.26,3064.76,26158919,99.68,0.03,0.92,0.69,571.43,3065.56,26158920,99.77,0.02,0.88,0.4,571.99,3065.01,26158921,99.95,0,0.02,0.16,572.01,3064.98,26158922,99.93,0,0,0.14,572.08,3064.9,26158923,99.93,0,0,0.16,572.06,3064.91,26158924,99.78,0,0,0.5,573.02,3063.96,26158925,99.89,0.01,0.01,0.39,572.74,3064.27,26158926,99.93,0,0,0.16,572.7,3064.3,26158927,99.93,0,0,0.14,572.68,3064.32,26158928,99.9,0.02,0.4,0.22,572.59,3064.4,26158929,99.66,0.01,0.35,0.59,573.03,3063.93,26158930,99.87,0,0.08,0.52,572.71,3064.26,26158931,99.93,0,0,0.16,572.66,3064.31,26158932,99.93,0,0,0.13,572.73,3064.23,26158933,99.93,0,0,0.16,572.79,3064.17,26158934,99.8,0,0,0.56,573.08,3063.87,26158935,99.88,0,0,0.32,572.77,3064.2,26158936,99.88,0.03,0.41,0.2,572.75,3064.22,26158937,99.81,0.05,0.83,0.34,572.47,3064.47,26158938,99.94,0.01,0,0.16,572.55,3064.38,26158939,99.66,0.04,0.84,0.6,572.78,3064.14,26158940,99.82,0,0,0.34,571.72,3065.21,26158941,99.87,0.01,0.41,0.16,571.78,3065.14,26158942,99.91,0.01,0,0.21,571.76,3065.15,26158943,99.91,0.03,0,0.23,571.64,3065.3,26158944,99.77,0.04,0.01,0.39,572.09,3064.85,26158945,99.75,0.06,0.42,0.71,572.61,3064.34,26158946,99.92,0.04,0.01,0.22,572.19,3064.75,26158947,99.92,0.01,0.01,0.23,572.21,3064.73,26158948,99.9,0.05,0.01,0.31,572.21,3064.72,26158949,99.81,0.04,0.83,0.28,572.17,3064.76,26158950,99.68,0.01,0,0.82,573.43,3063.5,26158951,99.78,0.03,0.83,0.21,572.93,3063.98,26158952,99.69,0.08,1.65,0.32,572.87,3064.03,26158953,99.88,0,0.01,0.18,572.85,3064.03,26158954,99.9,0,0,0.15,572.95,3063.93,26158955,99.78,0,0,0.76,572.96,3063.92,26158956,99.93,0,0,0.14,572.67,3064.21,26158957,99.94,0,0,0.16,572.65,3064.23,26158958,99.94,0,0,0.14,572.63,3064.24,26158959,99.86,0,0,0.29,572.84,3064.02,26158960,99.7,0,0,0.66,573.31,3063.56,26158961,99.91,0,0,0.2,573.07,3063.8,26158962,99.83,0.03,0.83,0.24,572.96,3063.89,26158963,99.92,0,0,0.16,572.91,3063.93,26158964,99.91,0,0,0.17,572.9,3063.96,26158965,99.73,0,0,0.74,573.24,3063.65,26158966,99.9,0,0,0.13,571.91,3064.98,26158967,99.89,0.04,0.37,0.22,571.82,3065.06,26158968,99.77,0.05,1.27,0.26,571.81,3065.06,26158969,99.88,0.06,0.44,0.31,571.82,3065.02,26158970,99.72,0.05,0.43,0.66,572.11,3064.74,26158971,99.89,0.05,0.42,0.49,572.3,3064.54,26158972,99.86,0.02,0.42,0.23,572.53,3064.29,26158973,99.92,0,0,0.14,572.6,3064.21,26158974,99.93,0,0,0.16,572.57,3064.24,26158975,99.75,0,0,0.57,572.42,3064.41,26158976,99.9,0,0,0.32,571.57,3065.26,26158977,99.94,0,0,0.16,571.31,3065.51,26158978,99.93,0,0,0.17,571.29,3065.53,26158979,99.92,0,0,0.15,571.27,3065.54,26158980,99.86,0,0,0.34,572.24,3064.59,26158981,99.8,0,0,0.57,572.34,3064.48,26158982,99.95,0,0,0.14,572.05,3064.78,26158983,99.93,0,0,0.14,572.14,3064.68,26158984,99.95,0,0,0.16,572.11,3064.7,26158985,99.91,0,0,0.36,572.12,3064.71,26158986,99.79,0,0,0.55,572.6,3064.22,26158987,99.92,0,0,0.14,571.84,3064.98,26158988,99.95,0,0,0.15,571.81,3065.01,26158989,99.84,0,0,0.27,572.32,3064.48,26158990,99.88,0,0,0.29,572.03,3064.78,26158991,99.77,0,0,0.58,572.6,3064.2,26158992,99.95,0,0,0.18,571.98,3064.82,26158993,99.93,0.03,0.01,0.26,572.05,3064.75,26158994,99.83,0.04,0.83,0.25,572.11,3064.71,26158995,99.88,0.02,0,0.39,572.1,3064.74,26158996,99.75,0.01,0.42,0.4,572.68,3064.16,26158997,99.86,0.06,0.42,0.5,572.27,3064.55,26158998,99.94,0,0,0.18,572.3,3064.52,26158999,99.94,0.01,0.01,0.15,572.27,3064.54,26159000,99.9,0.01,0,0.35,572.01,3064.81,26159001,99.78,0,0,0.41,572.39,3064.43,26159002,99.93,0,0,0.33,572.26,3064.56,26159003,99.92,0,0,0.18,572.34,3064.47,26159004,99.9,0,0,0.14,572.32,3064.49,26159005,99.84,0,0,0.32,572.08,3064.75,26159006,99.79,0,0,0.41,572.49,3064.34,26159007,99.95,0.01,0,0.32,572.24,3064.57,26159008,99.93,0.01,0,0.19,572.18,3064.63,26159009,99.91,0,0,0.14,572.32,3064.48,26159010,99.9,0,0,0.29,572.6,3064.23,26159011,99.8,0,0,0.41,572.84,3063.98,26159012,99.83,0.04,0.82,0.35,572,3064.81,26159013,99.71,0.07,1.68,0.34,572,3064.79,26159014,99.81,0.04,0.83,0.25,571.9,3064.86,26159015,99.85,0,0,0.31,571.88,3064.89,26159016,99.82,0.04,0.83,0.2,572.01,3064.76,26159017,99.72,0.01,0.41,0.61,573.11,3063.63,26159018,99.85,0.01,0.42,0.2,572.41,3064.31,26159019,99.83,0,0,0.31,571.88,3064.82,26159020,99.9,0,0,0.3,572.03,3064.69,26159021,99.94,0,0,0.17,572.01,3064.71,26159022,99.8,0,0,0.56,572.73,3063.98,26159023,99.95,0,0,0.2,572.44,3064.26,26159024,99.95,0,0,0.16,572.41,3064.3,26159025,99.78,0.05,0.79,0.45,572.45,3064.28,26159026,99.88,0,0.04,0.25,572.44,3064.28,26159027,99.71,0.04,0.42,0.68,572.77,3063.93,26159028,99.93,0,0,0.18,572.42,3064.28,26159029,99.8,0.05,0.83,0.23,572.45,3064.24,26159030,99.85,0.02,0.42,0.43,572.16,3064.53,26159031,99.95,0.02,0,0.2,572.11,3064.58,26159032,99.7,0.05,0.83,0.66,572.17,3064.5,26159033,99.88,0.04,0.42,0.31,571.65,3065.01,26159034,99.95,0.02,0,0.19,571.62,3065.03,26159035,99.89,0.01,0,0.36,572.12,3064.56,26159036,99.91,0.06,0.01,0.3,572.03,3064.63,26159037,99.67,0.05,0.83,0.53,572.59,3064.06,26159038,99.7,0.06,1.66,0.48,571.79,3064.83,26159039,99.92,0,0.01,0.18,571.74,3064.86,26159040,99.83,0,0,0.34,572.47,3064.15,26159041,99.92,0,0,0.18,572.46,3064.16,26159042,99.79,0,0,0.45,573.27,3063.34,26159043,99.93,0,0,0.31,572.63,3063.98,26159044,99.94,0,0,0.17,572.6,3064,26159045,99.86,0,0,0.31,572.6,3064.02,26159046,99.91,0,0,0.2,572.58,3064.03,26159047,96,0.3,0.01,64.06,579.91,3057.02,26159048,98.93,0,0,193.14,579.84,3056.82,26159049,99.82,0,0,0.27,574.52,3062.07,26159050,99.84,0,0,0.34,575,3061.62,26159051,99.91,0.01,0.01,0.16,575.05,3061.57,26159052,99.93,0,0,0.13,575.05,3061.56,26159053,99.6,0,0,0.62,572.88,3063.76,26159054,99.77,0.04,1.25,0.23,572.18,3064.48,26159055,99.9,0,0,0.33,572.07,3064.61,26159056,99.93,0.01,0.01,0.16,572.13,3064.54,26159057,99.92,0,0,0.18,572.65,3064.01,26159058,99.8,0,0,0.56,572.99,3063.69,26159059,99.93,0.01,0.01,0.14,572.6,3064.07,26159060,99.91,0,0,0.3,572.61,3064.08,26159061,99.93,0,0,0.14,572.58,3064.11,26159062,99.92,0,0,0.17,572.6,3064.08,26159063,99.79,0,0,0.54,573.08,3063.6,26159064,99.95,0,0,0.16,572.72,3063.95,26159065,99.89,0,0.01,0.32,572.22,3064.47,26159066,99.93,0,0,0.16,572.18,3064.51,26159067,99.93,0,0,0.15,572.16,3064.52,26159068,99.79,0,0,0.7,569.82,3066.96,26159069,99.93,0,0,0.16,569.04,3067.76,26159070,99.85,0,0,0.32,568.79,3068.03,26159071,99.93,0,0,0.15,568.78,3068.03,26159072,99.93,0,0,0.18,568.93,3067.88,26159073,99.8,0,0,0.53,569.37,3067.44,26159074,99.92,0,0,0.25,569.14,3067.68,26159075,99.85,0,0,0.37,569.14,3067.69,26159076,99.93,0,0,0.18,569.12,3067.71,26159077,99.94,0,0,0.18,569.1,3067.72,26159078,99.79,0,0,0.57,569.43,3067.39,26159079,99.82,0,0,0.28,568.81,3067.98,26159080,99.91,0,0,0.3,568.57,3068.24,26159081,99.94,0,0,0.17,568.52,3068.28,26159082,99.96,0,0,0.14,568.55,3068.25,26159083,99.8,0,0,0.47,569.2,3067.59,26159084,99.94,0,0,0.25,569.13,3067.66,26159085,99.88,0,0,0.31,569.38,3067.43,26159086,99.95,0,0,0.17,569.35,3067.45,26159087,99.93,0,0,0.15,569.32,3067.47,26159088,99.95,0,0,0.14,569.3,3067.49,26159089,99.79,0,0,0.55,569.63,3067.18,26159090,99.83,0,0,0.3,569.29,3067.53,26159091,99.94,0,0,0.16,569.26,3067.56,26159092,99.95,0,0,0.15,569.31,3067.51,26159093,99.94,0,0,0.16,569.38,3067.43,26159094,99.8,0,0,0.54,569.49,3067.31,26159095,99.52,0,0,0.32,569.12,3067.7,26159096,99.91,0,0,0.19,569.1,3067.71,26159097,99.95,0,0,0.17,569.07,3067.74,26159098,99.94,0,0,0.14,569.06,3067.75,26159099,99.79,0,0,0.55,569.2,3067.61,26159100,99.84,0,0,0.3,569.03,3067.79,26159101,99.94,0,0,0.14,569.01,3067.8,26159102,99.92,0,0,0.14,569,3067.82,26159103,99.94,0,0,0.16,569.06,3067.75,26159104,99.83,0,0,0.54,569.5,3067.31,26159105,99.88,0,0,0.31,569.39,3067.44,26159106,99.92,0,0,0.18,569.35,3067.46,26159107,99.93,0,0,0.13,569.34,3067.48,26159108,99.92,0,0,0.16,569.31,3067.5,26159109,99.72,0,0,0.67,569.6,3067.19,26159110,99.87,0,0,0.3,569.05,3067.75,26159111,99.93,0,0,0.14,569.01,3067.79,26159112,99.92,0,0,0.16,569,3067.8,26159113,99.91,0,0,0.14,568.97,3067.83,26159114,99.79,0,0,0.41,569.51,3067.28,26159115,99.89,0,0,0.43,569.39,3067.42,26159116,99.93,0,0,0.15,569.37,3067.43,26159117,99.94,0,0,0.2,569.1,3067.7,26159118,99.95,0,0,0.16,569.09,3067.71,26159119,99.8,0.01,0.01,0.55,569.47,3067.32,26159120,99.92,0,0,0.38,569.04,3067.76,26159121,99.92,0,0,0.18,568.15,3068.65,26159122,99.94,0,0,0.14,568.01,3068.78,26159123,99.94,0,0,0.16,567.98,3068.81,26159124,99.81,0,0,0.32,568.83,3067.95,26159125,99.86,0,0,0.55,568.68,3068.12,26159126,99.92,0,0,0.16,568.67,3068.13,26159127,99.93,0,0,0.14,568.63,3068.16,26159128,99.58,0,0,0.19,568.63,3068.16,26159129,99.95,0,0,0.2,568.6,3068.19,26159130,99.69,0,0,0.69,569.24,3067.56,26159131,99.95,0,0,0.14,568.57,3068.23,26159132,99.95,0,0,0.16,568.57,3068.23,26159133,99.96,0,0,0.14,568.53,3068.26,26159134,99.93,0,0,0.15,568.53,3068.28,26159135,99.74,0.01,0.01,0.73,568.01,3068.81,26159136,99.93,0,0,0.19,567.34,3069.48,26159137,99.94,0,0,0.14,567.31,3069.5,26159138,99.94,0,0,0.2,567.27,3069.53,26159139,99.84,0,0,0.27,568.53,3068.25,26159140,99.7,0,0,0.7,568.91,3067.89,26159141,99.94,0,0,0.14,568.41,3068.39,26159142,99.93,0,0,0.16,568.39,3068.4,26159143,99.94,0,0,0.14,568.35,3068.43,26159144,99.94,0,0,0.15,568.12,3068.68,26159145,99.76,0,0,0.67,569.03,3067.79,26159146,99.95,0,0,0.21,568.57,3068.25,26159147,99.94,0,0,0.16,568.55,3068.27,26159148,99.93,0,0,0.14,568.52,3068.29,26159149,99.94,0,0,0.15,568.49,3068.31,26159150,99.71,0,0,0.67,569.24,3067.58,26159151,99.9,0,0,0.19,568.66,3068.15,26159152,99.87,0,0,0.15,568.61,3068.2,26159153,99.89,0,0,0.15,568.59,3068.22,26159154,99.94,0,0,0.14,568.57,3068.23,26159155,99.73,0,0,0.7,568.53,3068.29,26159156,99.93,0,0,0.23,566.92,3069.89,26159157,99.94,0,0,0.14,567.04,3069.77,26159158,99.94,0,0,0.17,567.18,3069.63,26159159,99.92,0,0,0.14,567.24,3069.56,26159160,99.68,0,0,0.6,568.29,3068.53,26159161,99.93,0,0,0.3,568.41,3068.4,26159162,99.91,0,0,0.14,568.39,3068.42,26159163,99.94,0,0,0.15,568.38,3068.43,26159164,99.92,0,0,0.14,568.35,3068.45,26159165,99.77,0,0,0.5,568.96,3067.86,26159166,99.95,0,0,0.38,568.82,3067.99,26159167,99.95,0,0,0.17,568.81,3068,26159168,99.93,0,0,0.14,568.78,3068.02,26159169,99.79,0.01,0.01,0.29,568.8,3067.98,26159170,99.81,0,0,0.33,568.86,3067.93,26159171,99.76,0,0,0.55,569.03,3067.76,26159172,99.92,0,0,0.14,568.57,3068.21,26159173,99.84,0,0,0.15,568.54,3068.24,26159174,99.9,0,0,0.15,568.53,3068.26,26159175,99.47,0,0,0.3,568.77,3068.04,26159176,99.78,0,0,0.55,569.11,3067.69,26159177,99.9,0,0,0.21,568.73,3068.07,26159178,99.93,0,0,0.14,568.85,3067.94,26159179,99.93,0.01,0.01,0.15,568.87,3067.92,26159180,99.8,0,0,0.31,567.92,3068.89,26159181,99.77,0,0,0.54,568.74,3068.06,26159182,99.9,0,0,0.17,568.82,3067.98,26159183,99.93,0,0,0.15,568.8,3067.99,26159184,99.85,0,0,0.14,568.78,3068.01,26159185,99.76,0,0,0.31,568.77,3068.04,26159186,99.55,0.02,0.46,0.85,571.59,3065.16,26159187,99.52,0.03,2.08,0.38,574.08,3062.57,26159188,99.73,0.02,1.25,0.21,574.11,3062.51,26159189,99.91,0,0,0.2,574.07,3062.53,26159190,99.58,0.03,2.09,0.42,573.88,3062.72,26159191,99.77,0,0,0.41,574.23,3062.34,26159192,99.88,0,0,0.29,573.65,3062.92,26159193,99.78,0.01,0.01,0.21,573.69,3062.87,26159194,99.82,0,0,0.14,573.7,3062.86,26159195,99.89,0,0,0.32,573.93,3062.64,26159196,99.76,0,0,0.41,574.22,3062.35,26159197,99.85,0,0,0.29,573.72,3062.84,26159198,99.84,0,0,0.15,573.78,3062.78,26159199,99.86,0,0,0.25,574.25,3062.29,26159200,99.82,0,0,0.34,573.99,3062.56,26159201,99.74,0,0,0.33,574.33,3062.22,26159202,99.88,0,0,0.39,573.95,3062.59,26159203,99.86,0,0,0.14,573.91,3062.63,26159204,99.85,0,0,0.14,573.89,3062.64,26159205,99.81,0,0,0.32,573.48,3063.07,26159206,99.87,0,0,0.17,573.55,3063,26159207,99.74,0,0,0.56,574.45,3062.09,26159208,99.86,0,0,0.15,573.99,3062.54,26159209,99.87,0,0,0.15,573.96,3062.57,26159210,99.85,0,0,0.37,574.2,3062.35,26159211,99.88,0,0,0.13,574.17,3062.38,26159212,99.7,0,0,0.55,574.34,3062.2,26159213,99.86,0,0,0.15,573.88,3062.66,26159214,99.85,0,0,0.14,573.93,3062.61,26159215,99.82,0,0,0.3,574.04,3062.51,26159216,99.83,0,0,0.19,573.92,3062.63,26159217,99.74,0,0,0.61,574.07,3062.47,26159218,99.85,0,0,0.15,573.7,3062.84,26159219,99.87,0,0,0.14,573.68,3062.86,26159220,99.79,0,0,0.3,573.42,3063.13,26159221,99.86,0,0,0.16,573.38,3063.16,26159222,99.72,0,0,0.54,574.04,3062.5,26159223,99.86,0,0,0.18,574,3062.53,26159224,99.86,0,0,0.14,573.98,3062.54,26159225,99.78,0,0,0.4,574.54,3062.01,26159226,99.84,0.01,0.03,0.13,574.42,3062.12,26159227,99.73,0,0,0.59,575.03,3061.51,26159228,99.86,0,0,0.19,574.25,3062.29,26159229,99.79,0,0,0.32,574.23,3062.28,26159230,99.6,0.02,1.25,0.45,574.2,3062.32,26159231,99.84,0,0,0.2,574.14,3062.37,26159232,99.72,0,0,0.42,574.49,3062.01,26159233,99.87,0,0,0.29,574.5,3061.99,26159234,99.86,0,0,0.14,574.49,3062.02,26159235,99.8,0,0,0.32,574.24,3062.29,26159236,99.83,0,0,0.16,574.21,3062.32,26159237,99.86,0,0,0.19,574.18,3062.34,26159238,99.75,0,0,0.55,574.74,3061.77,26159239,99.72,0.02,0.84,0.21,574.38,3062.12,26159240,99.83,0,0,0.33,574.11,3062.41,26159241,99.84,0,0,0.15,574.1,3062.41,26159242,99.85,0,0,0.15,574.25,3062.26,26159243,99.73,0,0,0.54,574.81,3061.69,26159244,99.86,0,0,0.15,574.43,3062.07,26159245,99.78,0,0,0.31,574.19,3062.32,26159246,99.85,0,0,0.14,574.14,3062.36,26159247,99.86,0,0.01,0.16,574.12,3062.38,26159248,99.72,0,0,0.57,574.64,3061.85,26159249,99.83,0,0,0.14,574.22,3062.27,26159250,99.81,0,0,0.32,574.22,3062.28,26159251,99.87,0,0,0.14,574.19,3062.32,26159252,99.85,0,0,0.16,574.17,3062.33,26159253,99.71,0,0,0.55,574.83,3061.66,26159254,99.85,0,0,0.15,574.36,3062.13,26159255,99.78,0.01,0.42,0.37,574.12,3062.39,26159256,99.8,0.01,0.06,0.27,575.06,3061.39,26159257,99.86,0,0,0.16,575.4,3061.03,26159258,99.71,0,0,0.55,576.41,3060.01,26159259,99.75,0,0,0.3,576.91,3059.48,26159260,99.81,0,0,0.34,577.16,3059.26,26159261,99.83,0,0,0.19,577.13,3059.28,26159262,99.85,0,0,0.18,577.1,3059.31,26159263,99.72,0,0,0.42,577.31,3059.08,26159264,99.87,0,0,0.33,576.79,3059.6,26159265,99.81,0,0,0.39,576.93,3059.47,26159266,99.86,0,0,0.18,576.93,3059.47,26159267,99.87,0,0,0.18,576.9,3059.49,26159268,99.72,0,0,0.57,577.58,3058.81,26159269,99.84,0,0,0.18,576.84,3059.54,26159270,99.81,0,0,0.3,576.12,3060.28,26159271,99.86,0,0,0.14,576.07,3060.32,26159272,99.84,0,0,0.16,576.04,3060.35,26159273,99.71,0,0,0.55,576.77,3059.62,26159274,99.85,0,0,0.18,576.66,3059.72,26159275,99.78,0,0.02,0.38,575.84,3060.57,26159276,99.82,0,0,0.2,575.48,3060.92,26159277,99.83,0,0.01,0.18,575.1,3061.3,26159278,99.86,0,0,0.17,575.21,3061.18,26159279,99.71,0,0,0.58,576.22,3060.16,26159280,99.79,0,0,0.31,575.7,3060.69,26159281,99.86,0,0,0.19,575.61,3060.78,26159282,99.85,0,0,0.15,575.56,3060.82,26159283,99.86,0,0,0.14,575.53,3060.85,26159284,99.71,0,0,0.59,576.97,3059.41,26159285,99.78,0,0,0.33,576.2,3060.2,26159286,99.85,0,0,0.17,576.15,3060.25,26159287,99.86,0,0,0.15,576.11,3060.28,26159288,99.85,0,0,0.15,576.09,3060.29,26159289,99.66,0,0,0.72,577.28,3059.07,26159290,99.75,0,0,0.38,576.31,3060.05,26159291,99.85,0,0,0.18,576.29,3060.07,26159292,99.85,0,0,0.2,576.43,3059.92,26159293,99.87,0,0,0.18,576.4,3059.95,26159294,99.71,0,0,0.59,576.76,3059.58,26159295,99.83,0,0,0.37,576.11,3060.25,26159296,99.45,0,0,0.14,576.08,3060.28,26159297,99.84,0,0,0.22,576.05,3060.3,26159298,99.86,0,0,0.17,576.02,3060.32,26159299,99.72,0.01,0.01,0.56,576.61,3059.73,26159300,99.78,0,0,0.36,576.41,3059.95,26159301,99.85,0,0,0.18,576.37,3059.98,26159302,99.8,0.01,0.42,0.22,576.43,3059.92,26159303,99.86,0,0,0.18,576.4,3059.94,26159304,99.73,0,0,0.58,576.82,3059.51,26159305,99.81,0,0,0.32,576.6,3059.75,26159306,99.83,0,0.01,0.16,576.58,3059.77,26159307,99.82,0.01,0.42,0.14,576.56,3059.79,26159308,99.87,0,0,0.21,576.59,3059.74,26159309,99.62,0.01,0.83,0.59,577.01,3059.32,26159310,99.75,0.01,0.42,0.37,576.64,3059.7,26159311,99.86,0,0,0.18,576.62,3059.72,26159312,99.86,0,0,0.14,576.59,3059.74,26159313,99.83,0,0,0.15,576.56,3059.77,26159314,99.74,0,0,0.32,576.96,3059.37,26159315,99.81,0,0,0.59,576.02,3060.32,26159316,99.85,0,0,0.16,576.02,3060.32,26159317,99.84,0,0,0.15,576.15,3060.18,26159318,99.86,0,0,0.14,576.11,3060.21,26159319,99.66,0.01,0.01,0.57,576.9,3059.4,26159320,99.81,0.02,0.03,0.47,576.56,3059.75,26159321,99.85,0.01,0.01,0.14,576.61,3059.7,26159322,99.85,0.04,0.02,0.16,576.58,3059.73,26159323,99.86,0.04,0.02,0.14,576.56,3059.75,26159324,99.83,0.03,0.02,0.18,576.58,3059.73,26159325,99.64,0.03,0.02,0.77,577.14,3059.19,26159326,99.83,0.04,0.03,0.22,576.84,3059.49,26159327,99.86,0.03,0.02,0.16,576.81,3059.52,26159328,99.84,0.05,0.04,0.2,576.82,3059.5,26159329,99.82,0.03,0.02,0.18,576.78,3059.54,26159330,99.69,0,0,0.74,577.27,3059.07,26159331,99.85,0,0,0.14,576.48,3059.85,26159332,99.85,0,0,0.17,576.66,3059.67,26159333,99.85,0,0,0.18,576.64,3059.68,26159334,99.83,0,0,0.18,576.6,3059.71,26159335,99.66,0,0,0.73,577.21,3059.12,26159336,99.84,0,0,0.18,576.69,3059.64,26159337,99.85,0,0,0.15,576.28,3060.04,26159338,99.86,0,0,0.14,576.25,3060.08,26159339,99.84,0,0,0.2,576.33,3060,26159340,99.19,0,0,11.22,576.79,3060.35,26159341,99.82,0,0,0.17,576.75,3060.45,26159342,99.84,0,0,0.14,576.72,3060.48,26159343,99.85,0,0,0.14,576.68,3060.51,26159344,99.84,0,0,0.16,576.66,3060.53,26159345,99.67,0,0,0.75,577.25,3059.97,26159346,99.85,0,0,0.16,576.88,3060.34,26159347,99.85,0,0,0.13,576.99,3060.23,26159348,99.86,0,0,0.16,577,3060.21,26159349,99.8,0,0,0.31,577.22,3059.99,26159350,99.68,0,0,0.79,577.41,3059.81,26159351,99.84,0,0,0.14,576.94,3060.28,26159352,99.87,0,0,0.13,576.91,3060.3,26159353,99.88,0,0,0.18,576.88,3060.33,26159354,99.82,0,0,0.14,576.92,3060.28,26159355,99.69,0,0,0.57,577.4,3059.82,26159356,99.84,0,0,0.35,577.24,3059.97,26159357,99.86,0,0,0.21,577.21,3060,26159358,99.86,0,0,0.16,577.18,3060.03,26159359,99.83,0.01,0.01,0.16,577.15,3060.06,26159360,99.8,0,0,0.34,577.14,3060.09,26159361,99.69,0,0,0.58,577.28,3059.94,26159362,99.88,0,0,0.16,577.03,3060.19,26159363,99.86,0,0,0.16,577,3060.21,26159364,99.88,0,0.01,0.21,576.96,3060.25,26159365,99.83,0,0,0.37,576.46,3060.77,26159366,99.76,0,0.01,0.55,576.76,3060.45,26159367,99.95,0,0,0.14,576.37,3060.84,26159368,99.94,0,0,0.15,576.43,3060.77,26159369,99.93,0,0,0.14,576.49,3060.7,26159370,99.9,0,0,0.32,576.97,3060.25,26159371,99.79,0,0,0.59,577.41,3059.8,26159372,99.93,0,0,0.14,576.66,3060.55,26159373,99.94,0,0,0.15,576.64,3060.56,26159374,99.94,0,0,0.16,576.61,3060.59,26159375,99.86,0,0,0.32,577.17,3060.05,26159376,99.79,0,0,0.59,577.47,3059.74,26159377,99.94,0,0,0.15,576.97,3060.24,26159378,99.94,0,0,0.14,576.94,3060.26,26159379,99.88,0,0,0.29,576.92,3060.26,26159380,99.86,0,0,0.39,577.14,3060.05,26159381,99.82,0,0,0.57,577.55,3059.64,26159382,99.93,0,0,0.18,577.44,3059.75,26159383,99.93,0,0,0.18,577.53,3059.65,26159384,99.92,0,0,0.18,577.5,3059.69,26159385,99.9,0,0,0.37,577.24,3059.97,26159386,99.79,0,0,0.55,577.1,3060.11,26159387,99.94,0,0,0.16,575.95,3061.26,26159388,99.95,0,0,0.18,575.92,3061.28,26159389,99.96,0,0,0.15,575.92,3061.28,26159390,99.89,0,0,0.38,576.63,3060.58,26159391,99.78,0,0,0.5,577.28,3059.93,26159392,99.93,0,0,0.2,577.01,3060.2,26159393,99.94,0,0,0.16,576.98,3060.22,26159394,99.93,0,0,0.16,576.95,3060.25,26159395,99.88,0,0,0.32,576.72,3060.49,26159396,99.81,0,0,0.32,577.31,3059.89,26159397,98.3,0,0,0.39,577.14,3060.06,26159398,99.93,0,0,0.14,577.24,3059.96,26159399,99.94,0,0,0.14,577.26,3059.93,26159400,99.83,0,0,0.37,576.31,3060.89,26159401,99.92,0,0,0.16,576.24,3060.97,26159402,99.78,0,0,0.59,577.18,3060.01,26159403,99.94,0,0,0.14,576.91,3060.28,26159404,99.93,0,0,0.16,576.88,3060.3,26159405,99.88,0,0,0.27,576.89,3060.31,26159406,99.93,0,0,0.16,577.03,3060.16,26159407,99.81,0,0,0.55,577.96,3059.23,26159408,99.93,0,0,0.16,577.71,3059.48,26159409,99.87,0,0,0.27,577.19,3059.97,26159410,99.9,0,0,0.27,577.17,3060.01,26159411,99.93,0,0,0.14,577.15,3060.03,26159412,94.95,0.29,0.01,257.5,588.54,3048.65,26159413,99.95,0,0,0.35,579.41,3057.26,26159414,99.91,0,0,0.15,579.51,3057.16,26159415,99.88,0,0,0.27,579.74,3056.95,26159416,99.91,0,0,0.16,579.72,3056.96,26159417,99.27,0,0,0.66,578.86,3057.82,26159418,99.94,0,0,0.17,577.25,3059.45,26159419,99.93,0.01,0.01,0.14,577.22,3059.48,26159420,99.9,0,0,0.27,577.21,3059.51,26159421,99.94,0,0,0.16,577.31,3059.4,26159422,99.82,0,0,0.55,577.7,3059.03,26159423,99.94,0,0,0.16,577.31,3059.45,26159424,99.93,0,0,0.14,577.28,3059.47,26159425,99.81,0,0,0.29,577.26,3059.51,26159426,99.91,0,0.01,0.14,577.23,3059.54,26159427,99.81,0,0,0.55,577.74,3059.02,26159428,99.93,0,0,0.15,577.84,3058.92,26159429,99.93,0,0,0.16,577.69,3059.06,26159430,99.88,0,0,0.26,576.57,3060.19,26159431,99.96,0,0,0.14,576.55,3060.21,26159432,99.77,0,0,0.42,577.05,3059.71,26159433,99.92,0,0,0.3,576.49,3060.27,26159434,99.95,0,0,0.19,576.45,3060.3,26159435,99.9,0,0,0.29,576.07,3060.7,26159436,99.95,0,0,0.14,576.11,3060.65,26159437,99.95,0,0,0.14,576.09,3060.67,26159438,99.8,0,0,0.57,576.65,3060.11,26159439,99.86,0,0,0.29,576.79,3059.95,26159440,99.83,0,0,0.27,575.81,3060.94,26159441,99.93,0,0,0.15,575.73,3061.02,26159442,99.94,0,0,0.15,575.73,3061.01,26159443,99.8,0,0,0.57,577.18,3059.56,26159444,99.94,0,0,0.16,576.81,3059.93,26159445,99.88,0,0,0.28,576.56,3060.2,26159446,99.92,0,0,0.16,576.52,3060.23,26159447,99.94,0,0,0.18,576.49,3060.25,26159448,99.8,0,0,0.57,577.02,3059.72,26159449,99.92,0,0,0.16,576.68,3060.05,26159450,99.89,0,0,0.28,576.78,3059.98,26159451,99.95,0,0,0.17,576.83,3059.92,26159452,99.93,0,0,0.17,576.8,3059.95,26159453,99.8,0,0,0.57,577.32,3059.42,26159454,99.95,0,0,0.18,576.5,3060.24,26159455,99.9,0.01,0.01,0.31,576.46,3060.3,26159456,99.89,0,0,0.18,576.54,3060.21,26159457,99.17,0,0,0.17,576.36,3060.39,26159458,99.8,0,0,0.45,577.01,3059.73,26159459,99.93,0,0,0.3,577.04,3059.7,26159460,99.89,0,0,0.29,576.29,3060.46,26159461,99.94,0,0,0.18,576.22,3060.52,26159462,99.93,0,0,0.18,576.2,3060.54,26159463,99.78,0,0,0.43,576.83,3059.9,26159464,99.95,0,0,0.3,576.85,3059.88,26159465,99.9,0,0,0.32,576.83,3059.92,26159466,99.94,0,0,0.2,576.8,3059.95,26159467,99.92,0,0,0.2,576.76,3059.98,26159468,99.79,0,0,0.63,577.15,3059.58,26159469,99.82,0,0,0.29,576.72,3059.99,26159470,99.89,0,0,0.31,576.72,3060.01,26159471,99.93,0,0,0.15,576.86,3059.87,26159472,99.93,0,0,0.2,576.83,3059.89,26159473,99.79,0,0,0.45,577.45,3059.27,26159474,99.95,0,0,0.3,576.77,3059.94,26159475,99.87,0,0,0.29,576.53,3060.2,26159476,99.93,0,0,0.17,576.49,3060.24,26159477,99.93,0,0,0.21,576.47,3060.25,26159478,99.94,0,0,0.17,576.45,3060.27,26159479,99.78,0.01,0.01,0.58,577.42,3059.29,26159480,99.9,0,0,0.33,576.84,3059.89,26159481,99.92,0,0.01,0.21,576.78,3059.94,26159482,99.94,0,0,0.2,576.74,3059.98,26159483,99.93,0,0,0.2,576.71,3060.01,26159484,99.8,0,0,0.63,577.49,3059.22,26159485,99.86,0,0,0.29,575.39,3061.34,26159486,99.93,0,0.01,0.17,575.35,3061.38,26159487,99.93,0,0,0.18,575.31,3061.41,26159488,99.93,0,0,0.16,575.3,3061.42,26159489,99.8,0,0,0.59,576.77,3059.94,26159490,99.86,0,0,0.29,576.72,3060,26159491,99.94,0,0,0.17,576.68,3060.04,26159492,99.95,0,0,0.17,576.79,3059.93,26159493,99.93,0,0,0.17,576.81,3059.9,26159494,99.8,0,0,0.53,577.56,3059.14,26159495,99.86,0,0,0.43,577.03,3059.69,26159496,99.91,0,0,0.2,576.99,3059.73,26159497,99.93,0,0,0.21,576.96,3059.75,26159498,99.93,0,0,0.2,576.93,3059.78,26159499,99.73,0,0,0.75,577.46,3059.23,26159500,99.87,0,0,0.31,577.3,3059.4,26159501,99.95,0,0,0.21,577.28,3059.41,26159502,99.94,0,0,0.2,577.25,3059.44,26159503,99.9,0,0,0.2,577.22,3059.47,26159504,99.8,0,0,0.6,577.44,3059.26,26159505,99.86,0,0,0.36,577.17,3059.53,26159506,99.93,0,0,0.15,577.15,3059.55,26159507,99.93,0,0,0.16,577.31,3059.39,26159508,99.93,0,0,0.18,577.29,3059.41,26159509,99.81,0,0,0.44,578.01,3058.68,26159510,99.88,0,0,0.43,577.01,3059.7,26159511,99.95,0,0,0.17,576.97,3059.73,26159512,99.93,0,0,0.17,576.94,3059.76,26159513,99.94,0,0,0.17,576.9,3059.79,26159514,99.8,0,0,0.43,577.49,3059.19,26159515,99.91,0,0,0.41,576.84,3059.86,26159516,99.9,0,0,0.18,576.87,3059.83,26159517,99.93,0,0,0.16,576.76,3059.93,26159518,99.93,0,0,0.15,576.74,3059.95,26159519,99.93,0,0,0.18,576.71,3059.97,26159520,99.74,0,0,0.69,577.49,3059.21,26159521,99.95,0,0,0.16,577.17,3059.53,26159522,99.9,0,0,0.16,577.32,3059.38,26159523,99.93,0,0,0.15,577.29,3059.4,26159524,99.93,0,0,0.16,577.26,3059.43,26159525,99.77,0,0,0.68,577.37,3059.34,26159526,99.94,0,0,0.14,576.97,3059.73,26159527,99.94,0,0,0.16,576.94,3059.76,26159528,99.93,0.01,0.01,0.19,577.02,3059.66,26159529,99.88,0,0,0.28,577,3059.67,26159530,99.77,0,0,0.66,577.67,3059.03,26159531,99.9,0,0,0.17,577.22,3059.47,26159532,99.95,0,0,0.15,577.18,3059.51,26159533,99.93,0,0,0.18,577.15,3059.54,26159534,99.92,0,0,0.14,577.25,3059.43,26159535,99.72,0,0,0.65,577.68,3059.01,26159536,99.94,0,0,0.21,577.28,3059.41,26159537,99.95,0,0,0.18,577.24,3059.44,26159538,99.95,0,0,0.14,577.21,3059.47,26159539,99.93,0.01,0.01,0.15,577.17,3059.5,26159540,99.72,0,0,0.61,577.52,3059.17,26159541,99.94,0,0,0.2,577.22,3059.47,26159542,99.93,0,0,0.16,577.29,3059.4,26159543,99.95,0,0,0.14,577.26,3059.42,26159544,99.93,0,0,0.14,577.22,3059.46,26159545,99.75,0,0,0.65,577.66,3059.03,26159546,99.91,0,0.01,0.19,577.43,3059.26,26159547,99.94,0,0,0.14,577.4,3059.28,26159548,99.93,0,0,0.16,577.45,3059.22,26159549,99.95,0,0,0.14,577.52,3059.15,26159550,99.74,0,0,0.55,578.26,3058.43,26159551,99.93,0,0,0.33,577.47,3059.21,26159552,99.94,0,0,0.18,577.45,3059.24,26159553,99.93,0,0,0.16,577.42,3059.26,26159554,99.94,0,0,0.15,577.38,3059.29,26159555,99.72,0,0,0.48,577.58,3059.11,26159556,99.92,0,0,0.38,577.29,3059.4,26159557,99.93,0,0,0.14,577.25,3059.43,26159558,99.94,0,0,0.16,577.23,3059.44,26159559,99.83,0,0,0.26,577.21,3059.44,26159560,99.71,0,0,0.49,577.77,3058.9,26159561,99.93,0,0,0.4,577.41,3059.25,26159562,99.92,0,0,0.14,577.38,3059.28,26159563,99.92,0,0,0.15,577.56,3059.1,26159564,99.92,0,0,0.16,577.52,3059.13,26159565,99.88,0,0,0.27,577.52,3059.15,26159566,99.78,0,0,0.56,577.63,3059.04,26159567,99.95,0,0,0.17,577.21,3059.45,26159568,99.92,0,0,0.14,577.17,3059.48,26159569,99.92,0,0,0.16,577.15,3059.5,26159570,99.88,0,0,0.27,577.57,3059.1,26159571,99.8,0,0,0.62,578.1,3058.57,26159572,99.94,0,0,0.14,577.52,3059.14,26159573,99.94,0,0,0.14,577.49,3059.16,26159574,99.93,0,0,0.14,577.46,3059.19,26159575,99.88,0,0,0.25,577.69,3058.98,26159576,99.78,0,0,0.52,577.6,3059.06,26159577,99.94,0,0,0.22,576.49,3060.17,26159578,99.94,0,0,0.15,576.56,3060.09,26159579,99.93,0,0,0.15,576.52,3060.13,26159580,99.84,0,0,0.25,576.77,3059.9,26159581,99.78,0,0,0.53,577.31,3059.35,26159582,99.95,0,0,0.22,576.2,3060.46,26159583,99.93,0,0,0.15,576.17,3060.48,26159584,99.94,0,0,0.14,576.22,3060.43,26159585,99.9,0,0,0.27,576.8,3059.87,26159586,99.82,0,0,0.44,577.13,3059.53,26159587,99.93,0,0,0.31,576.73,3059.93,26159588,99.92,0,0,0.14,576.71,3059.94,26159589,99.88,0,0,0.3,576.93,3059.7,26159590,99.88,0,0,0.28,576.92,3059.72,26159591,99.77,0,0,0.41,577.46,3059.18,26159592,99.92,0,0,0.3,577.05,3059.59,26159593,99.9,0,0,0.14,577.03,3059.6,26159594,99.89,0,0,0.15,577,3059.65,26159595,99.86,0,0,0.29,576.75,3059.91,26159596,99.82,0,0,0.33,577.06,3059.6,26159597,99.91,0,0,0.46,576.44,3060.21,26159598,99.92,0,0,0.15,576.41,3060.24,26159599,99.92,0.01,0.01,0.14,576.48,3060.17,26159600,99.86,0,0,0.25,577.11,3059.55,26159601,99.8,0,0,0.31,577.36,3059.32,26159602,99.91,0,0,0.41,576.99,3059.7,26159603,99.93,0,0.01,0.14,576.95,3059.74,26159604,99.93,0,0,0.17,576.9,3059.78,26159605,99.88,0,0,0.31,576.98,3059.72,26159606,99.92,0,0.01,0.18,577.04,3059.65,26159607,99.78,0,0,0.59,577.36,3059.33,26159608,99.92,0,0,0.18,576.97,3059.71,26159609,99.91,0,0,0.18,576.94,3059.74,26159610,99.84,0,0,0.33,575.74,3060.95,26159611,99.89,0,0,0.14,575.69,3061,26159612,99.81,0,0,0.6,577.13,3059.55,26159613,99.91,0,0,0.15,576.99,3059.69,26159614,99.95,0,0,0.15,576.97,3059.7,26159615,99.88,0,0,0.27,576.81,3059.88,26159616,99.91,0,0,0.14,576.75,3059.94,26159617,99.78,0,0,0.56,577.17,3059.52,26159618,99.93,0,0,0.15,577.04,3059.64,26159619,99.87,0,0,0.36,576.98,3059.68,26159620,99.88,0,0,0.27,576.97,3059.7,26159621,99.92,0.01,0.02,0.16,577.04,3059.63,26159622,99.77,0,0.01,0.69,577.34,3059.33,26159623,99.94,0,0,0.14,577.03,3059.63,26159624,99.93,0,0,0.15,576.97,3059.7,26159625,99.9,0,0,0.27,577.2,3059.5,26159626,99.92,0,0,0.14,577.32,3059.37,26159627,99.77,0,0,0.57,577.57,3059.12,26159628,99.91,0,0,0.43,577.19,3059.49,26159629,99.9,0,0,0.18,577.19,3059.48,26159630,99.87,0,0,0.29,577.02,3059.67,26159631,99.92,0,0,0.17,576.95,3059.74,26159632,99.79,0,0,0.54,577.53,3059.15,26159633,99.94,0,0,0.14,577.31,3059.37,26159634,99.93,0,0,0.15,577.24,3059.43,26159635,99.89,0,0,0.32,576.99,3059.69,26159636,99.9,0,0,0.14,577.04,3059.64,26159637,99.9,0,0,0.18,576.97,3059.7,26159638,99.8,0,0,0.58,577.1,3059.57,26159639,99.95,0,0,0.18,576.77,3059.9,26159640,99.84,0,0,0.3,577.23,3059.45,26159641,99.94,0,0,0.16,577.2,3059.48,26159642,99.93,0,0,0.14,577.23,3059.45,26159643,99.8,0,0,0.55,576.65,3060.02,26159644,99.93,0,0,0.15,576.19,3060.47,26159645,99.87,0,0,0.28,577,3059.67,26159646,99.94,0,0,0.14,576.98,3059.69,26159647,99.91,0,0,0.16,576.93,3059.74,26159648,99.78,0,0,0.56,577.73,3058.93,26159649,99.82,0,0,0.27,577.2,3059.44,26159650,99.84,0,0,0.31,577.47,3059.19,26159651,99.95,0,0,0.18,577.49,3059.16,26159652,99.94,0,0,0.13,577.42,3059.22,26159653,99.78,0,0,0.58,577.82,3058.82,26159654,99.93,0,0,0.15,577.26,3059.4,26159655,99.83,0,0,0.29,577.31,3059.36,26159656,99.91,0.01,0.01,0.18,577.17,3059.49,26159657,99.92,0,0,0.21,577.3,3059.36,26159658,99.77,0,0,0.57,577.71,3058.95,26159659,99.84,0.01,0.01,0.18,577.43,3059.22,26159660,99.78,0,0,0.31,577.23,3059.44,26159661,99.92,0,0,0.18,577.24,3059.42,26159662,99.92,0,0,0.18,577.17,3059.5,26159663,99.76,0,0,0.45,577.49,3059.16,26159664,99.9,0,0,0.29,576.96,3059.68,26159665,99.83,0,0,0.29,576.68,3059.98,26159666,99.88,0.01,0.01,0.16,576.74,3059.92,26159667,99.88,0,0,0.14,576.73,3059.93,26159668,99.76,0,0,0.51,577.55,3059.1,26159669,99.87,0,0,0.2,577.74,3058.9,26159670,99.87,0,0,0.26,577.22,3059.44,26159671,99.91,0,0,0.15,577.14,3059.52,26159672,99.9,0,0,0.16,577.27,3059.39,26159673,99.79,0,0,0.41,577.81,3058.84,26159674,99.88,0,0,0.29,577.38,3059.27,26159675,99.88,0,0,0.29,577.49,3059.17,26159676,99.92,0,0,0.14,577.49,3059.17,26159677,99.9,0,0,0.14,577.42,3059.24,26159678,99.91,0,0,0.15,577.46,3059.19,26159679,99.66,0,0,0.73,577.85,3058.77,26159680,99.88,0,0,0.28,577.43,3059.21,26159681,99.91,0,0,0.16,577.45,3059.19,26159682,99.9,0,0,0.14,577.48,3059.16,26159683,99.91,0,0,0.17,577.4,3059.23,26159684,99.77,0,0,0.55,577.59,3059.04,26159685,99.89,0,0,0.27,577.22,3059.42,26159686,99.91,0,0,0.16,577.16,3059.48,26159687,99.9,0,0,0.14,577.2,3059.43,26159688,99.92,0,0,0.15,577.21,3059.42,26159689,99.77,0,0,0.57,577.28,3059.35,26159690,99.89,0,0,0.29,577.01,3059.63,26159691,99.93,0,0,0.14,576.95,3059.69,26159692,99.93,0,0,0.15,576.89,3059.74,26159693,99.94,0,0,0.15,577,3059.63,26159694,99.78,0,0,0.59,577.87,3058.76,26159695,99.9,0,0,0.31,577.15,3059.5,26159696,99.92,0,0,0.18,577.28,3059.36,26159697,99.88,0,0,0.21,576.97,3059.67,26159698,99.93,0,0,0.18,576.93,3059.7,26159699,99.55,0.01,0.01,0.63,577.58,3059.05,26159700,99.84,0,0,0.28,576.68,3059.97,26159701,99.9,0,0,0.14,576.74,3059.9,26159702,99.9,0,0,0.18,576.73,3059.9,26159703,99.92,0,0,0.14,576.67,3059.97,26159704,99.8,0,0,0.57,577.27,3059.35,26159705,99.86,0,0,0.32,577.7,3058.94,26159706,99.9,0,0,0.14,577.64,3059,26159707,99.93,0,0,0.13,577.75,3058.89,26159708,99.93,0,0,0.16,577.67,3058.96,26159709,99.73,0,0,0.63,577.91,3058.7,26159710,99.85,0,0,0.34,577.5,3059.12,26159711,99.9,0,0,0.18,577.43,3059.19,26159712,99.93,0,0,0.18,577.37,3059.24,26159713,99.93,0,0,0.18,577.49,3059.12,26159714,99.77,0,0,0.43,577.77,3058.85,26159715,99.8,0,0,0.41,577.42,3059.22,26159716,99.9,0,0,0.14,577.53,3059.11,26159717,99.91,0,0,0.2,577.7,3058.93,26159718,99.9,0,0,0.14,577.64,3058.99,26159719,99.92,0.01,0.01,0.15,577.72,3058.9,26159720,99.32,0,0,0.7,578.85,3057.78,26159721,93.94,2.17,0.01,77.09,593.59,3032.88,26159722,99.92,0,0,0.14,580.14,3053,26159723,99.93,0.01,0,0.16,580.18,3052.96,26159724,99.89,0,0,0.15,580.18,3052.97,26159725,98.72,0.01,0,16.07,582.21,3051.13,26159726,99.89,0.01,0.01,0.26,578.5,3054.4,26159727,99.92,0,0,0.14,577.64,3055.27,26159728,99.91,0,0,0.16,577.63,3055.27,26159729,99.91,0,0,0.14,577.69,3055.22,26159730,99.65,0,0,0.69,578.11,3054.81,26159731,99.88,0,0,0.14,577.93,3054.99,26159732,99.88,0,0,0.16,577.96,3054.96,26159733,99.87,0,0,0.14,577.89,3055.02,26159734,99.88,0,0,0.14,577.92,3054.98,26159735,99.7,0,0,0.76,578.08,3054.83,26159736,99.85,0,0,0.18,577.66,3055.26,26159737,99.89,0,0,0.14,577.01,3055.9,26159738,99.9,0,0,0.15,576.97,3055.94,26159739,99.82,0,0,0.35,576.94,3055.94,26159740,99.64,0,0,0.63,577.76,3055.13,26159741,99.84,0,0,0.2,576.95,3055.94,26159742,99.89,0,0,0.16,576.88,3056,26159743,99.87,0,0,0.14,576.96,3055.92,26159744,99.87,0,0,0.15,576.89,3056.01,26159745,99.65,0,0,0.7,577.08,3055.83,26159746,99.88,0,0,0.14,576.96,3055.95,26159747,99.85,0,0,0.16,576.88,3056.02,26159748,99.89,0,0,0.15,576.93,3055.97,26159749,99.86,0,0,0.14,576.93,3055.97,26159750,99.69,0,0,0.76,576.51,3056.39,26159751,99.87,0,0,0.17,576.91,3056,26159752,99.88,0,0,0.15,576.95,3055.95,26159753,99.84,0,0,0.16,576.89,3056,26159754,99.85,0,0,0.13,576.96,3055.93,26159755,99.66,0,0,0.54,577.29,3055.61,26159756,99.86,0,0,0.37,576.87,3056.03,26159757,99.82,0,0,0.17,576.99,3055.91,26159758,99.89,0,0,0.16,576.91,3055.98,26159759,99.87,0,0,0.14,576.86,3056.03,26159760,99.81,0,0,0.28,577.23,3055.67,26159761,99.7,0,0,0.63,576.77,3056.13,26159762,99.85,0,0,0.15,576.12,3056.77,26159763,99.84,0,0,0.15,576.21,3056.69,26159764,99.83,0,0,0.14,576.19,3056.71,26159765,99.79,0,0,0.3,577.1,3055.81,26159766,99.71,0,0,0.54,577.22,3055.69,26159767,99.85,0,0,0.16,576.66,3056.24,26159768,99.83,0,0,0.15,576.62,3056.28,26159769,99.78,0,0,0.29,577.2,3055.68,26159770,99.8,0,0,0.34,577.14,3055.75,26159771,99.68,0,0,0.56,577.5,3055.38,26159772,99.83,0,0,0.14,577.21,3055.67,26159773,99.83,0,0,0.14,577.15,3055.73,26159774,99.82,0,0,0.14,577.14,3055.73,26159775,99.78,0,0,0.33,576.72,3056.17,26159776,95.1,0.3,0.01,77.98,590.46,3042.7,26159777,99.79,0,0,179.95,578.34,3054.65,26159778,99.85,0,0,0.16,578.38,3054.6,26159779,99.83,0.01,0.01,0.15,578.3,3054.68,26159780,99.56,0,0,0.29,578.9,3054.1,26159781,99.72,0,0,0.54,578.94,3054.07,26159782,99.85,0,0,0.21,577.27,3055.76,26159783,99.84,0,0,0.14,577.22,3055.8,26159784,99.84,0,0,0.18,577.15,3055.87,26159785,99.79,0,0,0.31,576.89,3056.15,26159786,99.7,0.01,0.01,0.59,577.41,3055.62,26159787,99.82,0,0,0.14,577.19,3055.83,26159788,99.79,0,0,0.15,577.13,3055.89,26159789,99.85,0,0,0.16,577.24,3055.78,26159790,99.78,0,0,0.39,576.72,3056.32,26159791,99.7,0,0,0.53,577.14,3055.89,26159792,99.85,0,0,0.14,577.42,3055.6,26159793,99.86,0,0,0.18,577.46,3055.56,26159794,99.87,0,0,0.14,577.39,3055.62,26159795,99.79,0,0,0.29,577.44,3055.59,26159796,99.7,0,0,0.32,577.82,3055.21,26159797,99.81,0,0,0.42,577.19,3055.83,26159798,99.83,0,0,0.17,577.12,3055.9,26159799,99.78,0,0,0.28,577.47,3055.53,26159800,99.8,0,0,0.31,577.17,3055.84,26159801,99.84,0,0,0.17,577.14,3055.87,26159802,99.68,0,0,0.56,577.92,3055.08,26159803,99.84,0,0,0.14,577.41,3055.59,26159804,99.87,0,0,0.13,577.35,3055.64,26159805,99.76,0,0,0.33,577.25,3055.77,26159806,99.83,0,0,0.15,577.19,3055.82,26159807,99.7,0,0,0.55,577.64,3055.36,26159808,99.83,0.01,0.01,0.19,577.44,3055.56,26159809,99.83,0,0,0.13,577.42,3055.58,26159810,99.78,0,0,0.3,577.67,3055.35,26159811,99.82,0,0,0.14,577.74,3055.27,26159812,99.71,0,0.01,0.54,578.04,3054.97,26159813,99.85,0,0.01,0.19,577.63,3055.38,26159814,99.85,0,0,0.15,577.6,3055.4,26159815,99.81,0,0,0.3,577.24,3055.78,26159816,99.86,0,0,0.16,577.26,3055.76,26159817,99.7,0,0,0.62,577.7,3055.31,26159818,99.85,0,0,0.15,576.95,3056.05,26159819,99.83,0,0,0.14,576.93,3056.07,26159820,99.79,0,0,0.3,577.64,3055.37,26159821,99.71,0,0,0.14,577.61,3055.4,26159822,99.72,0,0,0.52,578.1,3054.91,26159823,99.86,0,0,0.2,577.5,3055.5,26159824,99.83,0,0,0.15,577.47,3055.53,26159825,99.81,0,0,0.3,577.47,3055.55,26159826,99.86,0,0,0.16,577.43,3055.58,26159827,99.74,0,0,0.42,577.71,3055.3,26159828,99.85,0,0,0.29,577.13,3055.87,26159829,99.79,0,0,0.28,577.58,3055.4,26159830,99.78,0,0,0.34,577.76,3055.23,26159831,99.85,0,0,0.18,577.73,3055.26,26159832,99.74,0,0,0.56,578,3054.97,26159833,99.85,0,0,0.18,577.43,3055.55,26159834,99.84,0,0,0.18,577.39,3055.6,26159835,99.81,0,0,0.29,577.39,3055.63,26159836,99.87,0,0,0.15,577.35,3055.67,26159837,99.82,0,0,0.2,577.16,3055.86,26159838,99.68,0,0,0.55,578.07,3054.94,26159839,99.85,0.01,0.01,0.16,577.68,3055.32,26159840,99.77,0,0,0.3,577.42,3055.6,26159841,99.84,0,0,0.15,577.38,3055.64,26159842,99.86,0,0,0.15,577.35,3055.66,26159843,99.71,0,0,0.55,577.98,3055.04,26159844,99.85,0,0,0.16,577.49,3055.54,26159845,99.77,0,0,0.35,577.23,3055.81,26159846,99.84,0,0.01,0.18,577.19,3055.85,26159847,99.84,0,0.01,0.19,577.15,3055.89,26159848,99.7,0,0,0.59,577.88,3055.16,26159849,99.85,0,0,0.2,577.66,3055.39,26159850,99.75,0,0,0.32,576.17,3056.89,26159851,99.84,0,0,0.14,576.01,3057.05,26159852,99.85,0,0,0.16,575.98,3057.07,26159853,99.7,0,0,0.6,577.13,3055.92,26159854,99.86,0,0,0.14,577.65,3055.4,26159855,99.8,0,0,0.33,577.4,3055.67,26159856,99.83,0,0,0.16,577.39,3055.67,26159857,99.84,0,0,0.14,577.52,3055.54,26159858,99.7,0,0,0.59,577.95,3055.1,26159859,99.78,0,0,0.29,577.46,3055.56,26159860,99.78,0,0,0.27,576.98,3056.06,26159861,99.86,0,0,0.17,576.93,3056.11,26159862,99.84,0,0,0.14,576.89,3056.14,26159863,99.72,0,0,0.4,577.46,3055.57,26159864,99.85,0,0,0.3,577.66,3055.37,26159865,99.75,0,0,0.29,576.34,3056.7,26159866,99.83,0,0,0.14,576.25,3056.8,26159867,99.85,0,0,0.17,576.22,3056.83,26159868,99.66,0,0,0.51,576.83,3056.21,26159869,99.83,0,0,0.22,577.14,3055.9,26159870,99.8,0,0,0.3,577.63,3055.43,26159871,99.83,0,0,0.16,577.6,3055.45,26159872,99.85,0,0,0.17,577.77,3055.28,26159873,99.85,0,0,0.16,577.73,3055.31,26159874,99.69,0,0,0.57,578.05,3054.98,26159875,99.79,0,0,0.35,577.67,3055.39,26159876,99.85,0,0,0.21,577.63,3055.42,26159877,99.82,0,0,0.21,577.34,3055.7,26159878,99.83,0,0,0.19,577.18,3055.86,26159879,99.69,0,0,0.57,577.94,3055.09,26159880,99.79,0,0,0.38,577.95,3055.1,26159881,99.83,0,0,0.14,577.95,3055.1,26159882,99.82,0,0,0.16,577.89,3055.15,26159883,99.84,0,0,0.16,577.87,3055.17,26159884,99.7,0,0,0.56,578.3,3054.74,26159885,99.8,0,0,0.34,577.9,3055.15,26159886,99.82,0,0,0.14,577.85,3055.2,26159887,99.83,0,0,0.15,577.98,3055.06,26159888,99.84,0,0,0.15,577.93,3055.11,26159889,99.6,0,0,0.68,578.4,3054.62,26159890,99.69,0,0,0.3,577.03,3056,26159891,99.83,0,0,0.16,576.78,3056.25,26159892,99.83,0,0,0.14,576.67,3056.36,26159893,96.8,0.02,0.01,77.56,584.03,3049.72,26159894,99.68,0,0,0.52,579.76,3053.02,26159895,99.75,0,0,0.36,579.72,3053.08,26159896,99.84,0,0,0.17,579.73,3053.06,26159897,99.85,0,0,0.21,579.45,3053.34,26159898,99.83,0,0,0.21,577.95,3054.89,26159899,99.69,0.01,0.01,0.43,577.59,3055.26,26159900,99.77,0,0,0.44,577.07,3055.8,26159901,99.44,0,0,0.18,577.01,3055.85,26159902,99.43,0,0,0.16,577.13,3055.73,26159903,99.84,0,0,0.17,577.07,3055.79,26159904,99.69,0,0,0.46,577.35,3055.51,26159905,99.75,0,0,0.46,577.08,3055.83,26159906,99.83,0.01,0.01,0.16,577.1,3055.8,26159907,99.85,0,0,0.17,577.03,3055.87,26159908,99.84,0,0,0.18,577.04,3055.86,26159909,99.72,0,0,0.39,577.81,3055.08,26159910,99.8,0,0,0.56,577.09,3055.82,26159911,99.86,0,0,0.2,577.04,3055.87,26159912,99.86,0,0,0.2,577.15,3055.75,26159913,99.83,0,0,0.16,577.09,3055.81,26159914,99.84,0,0,0.18,577.03,3055.86,26159915,99.63,0,0,0.74,577.65,3055.26,26159916,99.84,0,0,0.17,577.35,3055.55,26159917,99.82,0,0,0.16,577.3,3055.6,26159918,99.84,0,0,0.14,577.29,3055.6,26159919,99.84,0,0,0.29,576.89,3055.99,26159920,99.67,0,0,0.69,577.45,3055.44,26159921,99.91,0,0,0.14,577.04,3055.85,26159922,99.92,0,0,0.16,577.06,3055.82,26159923,99.94,0,0,0.14,577.11,3055.77,26159924,99.95,0,0,0.15,577.05,3055.83,26159925,99.77,0,0,0.7,577.63,3055.26,26159926,99.94,0,0,0.15,577.37,3055.52,26159927,99.91,0,0,0.14,577.3,3055.59,26159928,99.93,0,0,0.16,577.26,3055.62,26159929,99.93,0,0,0.14,577.36,3055.52,26159930,99.74,0,0,0.59,577.78,3055.11,26159931,99.93,0,0,0.26,577.02,3055.87,26159932,99.92,0,0,0.13,577.12,3055.76,26159933,99.93,0,0,0.15,577.12,3055.76,26159934,99.93,0,0,0.15,577.06,3055.82,26159935,99.74,0,0,0.75,576.86,3056.03,26159936,99.57,0.04,2.45,0.28,576.08,3056.79,26159937,99.82,0.02,0.53,0.26,577.28,3055.52,26159938,99.92,0.01,0,0.16,577.89,3054.87,26159939,99.31,0.06,4.75,0.32,577.89,3054.83,26159940,99.58,0,0,0.87,573.26,3059.6,26159941,99.91,0,0,0.16,569.37,3063.6,26159942,99.93,0,0,0.14,569.5,3063.47,26159943,99.93,0,0,0.14,569.49,3063.47,26159944,99.94,0,0,0.16,569.47,3063.48,26159945,99.73,0,0,0.71,570.14,3062.85,26159946,99.93,0,0,0.14,569.7,3063.3,26159947,99.96,0,0,0.13,569.68,3063.32,26159948,99.94,0,0,0.16,569.66,3063.33,26159949,99.89,0,0,0.31,569.64,3063.33,26159950,99.72,0,0,0.6,570.13,3062.85,26159951,99.93,0,0,0.28,569.36,3063.62,26159952,99.94,0,0,0.13,569.32,3063.65,26159953,99.93,0,0,0.16,569.4,3063.57,26159954,99.93,0,0,0.14,569.5,3063.46,26159955,99.84,0,0,0.29,568.33,3064.65,26159956,99.79,0,0,0.57,569.38,3063.6,26159957,99.93,0,0,0.18,568.97,3064.01,26159958,99.91,0.01,0.02,0.17,568.93,3064.04,26159959,99.94,0.01,0.01,0.15,568.88,3064.08,26159960,99.87,0,0,0.28,569.12,3063.86,26159961,99.8,0,0,0.56,569.88,3063.1,26159962,99.94,0,0,0.15,569.76,3063.22,26159963,99.93,0,0,0.15,569.72,3063.25,26159964,99.4,0.11,4.21,0.27,569.42,3063.52,26159965,99.88,0,0,0.35,569.28,3063.63,26159966,99.81,0,0,0.54,569.79,3063.11,26159967,99.96,0,0,0.14,569.7,3063.2,26159968,99.63,0.07,2.59,0.26,569.63,3063.25,26159969,99.94,0,0,0.17,569.6,3063.25,26159970,99.88,0,0,0.28,569.62,3063.25,26159971,99.78,0,0,0.51,570.42,3062.44,26159972,99.95,0,0,0.2,569.81,3063.05,26159973,99.94,0,0,0.13,569.79,3063.06,26159974,99.78,0.04,1.23,0.17,569.7,3063.14,26159975,99.92,0,0,0.33,569.6,3063.25,26159976,99.79,0,0,0.41,570.05,3062.8,26159977,99.94,0,0,0.32,569.81,3063.03,26159978,99.91,0,0,0.18,569.8,3063.03,26159979,99.88,0,0,0.31,569.29,3063.52,26159980,99.88,0,0,0.33,569.77,3063.06,26159981,99.58,0.05,1.77,0.48,570.12,3062.69,26159982,99.94,0,0,0.35,569.81,3063,26159983,99.91,0,0,0.15,569.78,3063.02,26159984,99.88,0.01,0.44,0.21,569.74,3063.07,26159985,99.78,0.01,0.41,0.32,569.71,3063.11,26159986,99.66,0.03,1.24,0.64,570.09,3062.71,26159987,99.92,0,0,0.16,569.71,3063.09,26159988,99.93,0,0,0.14,569.68,3063.11,26159989,99.92,0,0,0.14,569.65,3063.13,26159990,99.91,0,0,0.29,569.66,3063.14,26159991,99.78,0,0,0.35,570.24,3062.56,26159992,99.95,0,0,0.39,568.82,3063.97,26159993,99.82,0,0,0.15,568.79,3063.99,26159994,99.93,0,0,0.15,568.78,3064.01,26159995,99.9,0,0,0.32,569.54,3063.25,26159996,99.91,0,0,0.14,569.49,3063.3,26159997,99.78,0,0,0.61,569.49,3063.3,26159998,99.93,0,0,0.16,568.94,3063.84,26159999,99.87,0,0,0.14,568.94,3063.84,26160000,99.86,0,0,0.27,569.64,3063.16,26160001,99.95,0,0,0.16,569.66,3063.13,26160002,99.64,0.01,0.41,0.61,569.92,3062.87,26160003,99.92,0,0,0.15,569.49,3063.29,26160004,99.94,0,0,0.14,569.47,3063.3,26160005,99.89,0,0,0.37,568.47,3064.32,26160006,99.92,0,0,0.19,568.39,3064.39,26160007,99.79,0,0,0.6,569.99,3062.79,26160008,99.94,0,0,0.18,569.77,3063.01,26160009,99.9,0,0,0.3,569.75,3063,26160010,99.86,0,0,0.29,569.99,3062.78,26160011,99.95,0,0,0.16,569.97,3062.8,26160012,99.8,0,0,0.58,569.55,3063.21,26160013,99.8,0.02,0.82,0.26,568.59,3064.15,26160014,99.91,0,0,0.18,568.76,3063.98,26160015,99.87,0,0,0.34,569.5,3063.25,26160016,99.93,0,0,0.18,569.48,3063.27,26160017,99.8,0,0,0.45,570.17,3062.57,26160018,99.91,0,0,0.33,569.66,3063.08,26160019,99.92,0.01,0.01,0.18,569.66,3063.07,26160020,99.91,0,0,0.32,569.75,3063,26160021,99.9,0,0,0.19,569.71,3063.03,26160022,99.81,0,0,0.57,570.13,3062.61,26160023,99.93,0,0,0.18,569.91,3062.82,26160024,99.93,0,0,0.18,569.88,3062.85,26160025,99.81,0,0,0.29,570.13,3062.62,26160026,99.95,0,0,0.14,570.11,3062.64,26160027,99.78,0,0,0.42,570.43,3062.31,26160028,99.93,0,0,0.33,570.16,3062.57,26160029,99.92,0,0,0.21,570.26,3062.47,26160030,99.84,0,0,0.34,570.01,3062.74,26160031,99.93,0,0,0.15,569.99,3062.75,26160032,99.8,0,0,0.54,570.35,3062.39,26160033,99.95,0,0,0.14,570.2,3062.53,26160034,99.91,0,0,0.18,570.18,3062.54,26160035,99.9,0,0,0.29,569.69,3063.05,26160036,99.94,0,0,0.16,569.63,3063.11,26160037,99.93,0,0,0.19,569.68,3063.05,26160038,99.8,0,0,0.58,570.11,3062.61,26160039,99.9,0,0,0.38,569.97,3062.73,26160040,99.84,0,0,0.3,570.23,3062.49,26160041,99.92,0,0,0.16,570.2,3062.52,26160042,99.9,0,0,0.14,570.18,3062.53,26160043,99.78,0,0,0.58,570.66,3062.05,26160044,99.9,0,0,0.18,569.91,3062.81,26160045,99.86,0,0,0.29,570,3062.74,26160046,99.9,0,0,0.15,569.37,3063.36,26160047,99.94,0,0,0.17,569.43,3063.3,26160048,99.77,0,0,0.56,569.86,3062.86,26160049,99.93,0,0,0.16,569.49,3063.23,26160050,99.89,0,0,0.3,569.49,3063.24,26160051,99.91,0,0,0.18,569.46,3063.27,26160052,99.95,0,0,0.14,569.44,3063.28,26160053,99.81,0,0,0.54,569.77,3062.94,26160054,99.95,0,0,0.14,569.41,3063.3,26160055,99.84,0,0,0.29,569.4,3063.32,26160056,99.95,0,0,0.18,569.39,3063.33,26160057,99.91,0,0,0.18,569.2,3063.53,26160058,99.8,0,0,0.56,569.94,3062.79,26160059,99.94,0,0,0.14,569.4,3063.33,26160060,99.88,0,0,0.29,569.52,3063.23,26160061,99.95,0,0,0.14,569.49,3063.25,26160062,99.95,0,0,0.16,569.47,3063.27,26160063,99.72,0,0,0.55,569.98,3062.76,26160064,99.93,0,0,0.14,569.43,3063.3,26160065,99.85,0,0,0.29,569.19,3063.56,26160066,99.93,0,0,0.14,569.15,3063.59,26160067,99.93,0,0,0.16,569.13,3063.61,26160068,99.78,0,0,0.42,569.52,3063.22,26160069,99.85,0,0,0.44,569.36,3063.34,26160070,99.89,0,0,0.3,569.52,3063.2,26160071,99.93,0.02,0.13,0.23,569.45,3063.27,26160072,99.89,0.04,1.76,0.46,569.55,3063.14,26160073,99.8,0,0,0.57,569.96,3062.73,26160074,99.92,0,0,0.16,570.15,3062.55,26160075,99.87,0,0,0.29,570.21,3062.52,26160076,99.92,0,0,0.16,570.18,3062.54,26160077,99.9,0,0,0.18,569.93,3062.78,26160078,99.95,0,0,0.15,569.89,3062.82,26160079,99.78,0.01,0.01,0.55,570.44,3062.26,26160080,99.9,0,0,0.3,570.11,3062.61,26160081,99.94,0,0,0.16,570.08,3062.64,26160082,99.93,0,0,0.14,570.06,3062.65,26160083,99.94,0,0,0.14,570.04,3062.67,26160084,99.81,0,0,0.56,570.7,3062,26160085,99.88,0,0,0.31,570.47,3062.25,26160086,99.95,0,0,0.15,570.44,3062.27,26160087,99.91,0,0,0.14,570.44,3062.27,26160088,99.94,0,0,0.16,570.41,3062.3,26160089,99.8,0,0,0.55,570.45,3062.27,26160090,99.88,0,0,0.29,570.14,3062.59,26160091,99.95,0,0,0.16,570.13,3062.6,26160092,99.93,0,0,0.14,570.1,3062.63,26160093,99.96,0,0,0.16,570.07,3062.65,26160094,99.82,0,0,0.54,570.43,3062.29,26160095,99.91,0,0,0.34,570.45,3062.29,26160096,99.92,0,0,0.13,570.48,3062.26,26160097,99.95,0,0,0.16,570.44,3062.29,26160098,99.93,0,0,0.15,570.43,3062.3,26160099,99.68,0,0,0.63,571.19,3061.51,26160100,99.88,0,0,0.34,570.17,3062.55,26160101,99.9,0,0,0.15,570.14,3062.58,26160102,99.96,0,0,0.15,570.1,3062.61,26160103,99.94,0,0,0.16,570.1,3062.61,26160104,99.82,0,0,0.4,570.72,3061.99,26160105,99.83,0,0,0.43,569.84,3062.9,26160106,99.97,0,0,0.16,569.88,3062.85,26160107,99.95,0,0,0.15,569.98,3062.75,26160108,99.93,0,0,0.14,569.95,3062.78,26160109,99.83,0,0,0.41,570.3,3062.42,26160110,99.9,0,0,0.41,570.42,3062.31,26160111,99.93,0,0,0.14,570.4,3062.33,26160112,99.96,0,0,0.16,570.38,3062.35,26160113,99.94,0,0,0.15,570.34,3062.38,26160114,99.78,0,0,0.41,570.66,3062.05,26160115,99.89,0,0,0.42,570.31,3062.41,26160116,99.92,0,0,0.16,570.31,3062.41,26160117,99.93,0,0,0.18,570.15,3062.57,26160118,99.93,0,0,0.14,570.21,3062.5,26160119,99.9,0,0,0.15,570.18,3062.53,26160120,99.75,0,0,0.68,570.79,3061.94,26160121,99.96,0,0,0.17,570.41,3062.32,26160122,99.95,0,0,0.15,570.4,3062.32,26160123,99.94,0,0,0.15,570.37,3062.35,26160124,99.95,0,0,0.16,570.36,3062.35,26160125,99.77,0,0,0.7,571.08,3061.65,26160126,99.93,0,0,0.14,570.59,3062.13,26160127,99.89,0,0,0.16,570.55,3062.16,26160128,99.94,0,0,0.14,570.55,3062.16,26160129,99.86,0,0.02,0.45,570.43,3062.25,26160130,99.75,0,0,0.67,570.79,3061.92,26160131,99.93,0,0,0.14,570.42,3062.28,26160132,99.94,0,0,0.16,570.39,3062.3,26160133,99.93,0,0,0.15,570.36,3062.33,26160134,99.96,0,0,0.14,570.35,3062.33,26160135,99.73,0,0,0.69,570.71,3062,26160136,99.92,0,0,0.16,570.32,3062.38,26160137,99.92,0,0,0.21,570.3,3062.39,26160138,99.93,0,0,0.16,570.28,3062.41,26160139,99.93,0.01,0.01,0.14,570.34,3062.34,26160140,95.12,0.27,0.01,78.48,580.34,3052.85,26160141,99.89,0,0,179.41,572.62,3060.04,26160142,99.93,0,0,0.14,572.62,3060.04,26160143,99.95,0,0,0.16,572.58,3060.07,26160144,98.55,0,0,0.14,572.57,3060.07,26160145,99.73,0,0,0.56,572.64,3060.03,26160146,99.93,0,0,0.36,570.37,3062.33,26160147,99.41,0,0,0.18,570.34,3062.35,26160148,99.94,0,0,0.14,570.33,3062.36,26160149,99.93,0,0,0.15,570.29,3062.39,26160150,99.75,0,0,0.7,569.94,3062.77,26160151,99.93,0,0,0.15,570.37,3062.36,26160152,99.94,0,0,0.15,570.46,3062.27,26160153,99.93,0,0,0.16,570.44,3062.28,26160154,99.93,0,0,0.15,570.42,3062.3,26160155,99.75,0,0,0.54,570.99,3061.75,26160156,99.92,0,0.03,0.36,570.37,3062.36,26160157,99.89,0.02,0.83,0.28,570.39,3062.34,26160158,99.93,0.03,1.09,0.19,570.36,3062.36,26160159,99.82,0.03,1.14,0.57,570.63,3062.05,26160160,99.87,0.02,0.86,0.46,570.66,3062.03,26160161,99.76,0.06,16.09,0.6,571.33,3061.36,26160162,99.91,0.06,2.46,0.61,570.74,3061.93,26160163,99.94,0,0,0.18,570.87,3061.78,26160164,99.94,0,0,0.15,570.65,3062,26160165,99.91,0,0,0.3,570.58,3062.08,26160166,99.79,0,0,0.56,570.74,3061.92,26160167,99.93,0,0,0.14,570.29,3062.36,26160168,99.91,0,0,0.15,570.26,3062.39,26160169,99.95,0,0,0.14,570.23,3062.41,26160170,99.91,0,0,0.29,570.49,3062.17,26160171,99.8,0,0,0.55,571.09,3061.57,26160172,99.95,0,0,0.16,570.88,3061.78,26160173,99.95,0,0,0.14,570.85,3061.8,26160174,99.92,0,0,0.16,570.83,3061.81,26160175,99.88,0,0,0.3,570.35,3062.32,26160176,99.81,0,0,0.54,570.53,3062.12,26160177,99.9,0,0,0.2,569.92,3062.74,26160178,99.93,0,0,0.14,569.78,3062.87,26160179,99.95,0,0,0.14,569.77,3062.88,26160180,99.85,0,0,0.3,570.48,3062.18,26160181,99.78,0,0,0.57,570.66,3061.99,26160182,99.94,0,0,0.16,569.56,3063.1,26160183,99.93,0,0,0.15,569.65,3063,26160184,99.62,0,0,0.16,569.63,3063.01,26160185,99.88,0,0,0.3,569.63,3063.03,26160186,99.81,0,0,0.51,570.17,3062.49,26160187,99.92,0,0,0.21,570.58,3062.08,26160188,99.92,0,0,0.15,570.56,3062.09,26160189,99.85,0,0,0.29,570.54,3062.09,26160190,99.85,0,0,0.34,570.54,3062.1,26160191,99.8,0,0,0.58,570.91,3061.73,26160192,99.93,0,0,0.17,570.74,3061.89,26160193,99.95,0,0,0.18,570.72,3061.91,26160194,99.95,0,0,0.18,570.7,3061.92,26160195,99.88,0,0,0.34,570.79,3061.85,26160196,99.8,0,0,0.34,571.22,3061.42,26160197,99.93,0,0,0.4,570.54,3062.1,26160198,99.94,0,0,0.16,569.86,3062.77,26160199,99.93,0.01,0.01,0.14,569.83,3062.8,26160200,99.86,0,0,0.29,569.59,3063.05,26160201,99.95,0,0,0.16,569.56,3063.08,26160202,99.8,0,0,0.58,570.59,3062.05,26160203,99.93,0,0,0.16,570.02,3062.63,26160204,99.93,0,0,0.14,569.99,3062.66,26160205,99.88,0,0,0.37,570.05,3062.6,26160206,99.93,0,0,0.16,569.96,3062.7,26160207,99.8,0,0,0.57,570.22,3062.43,26160208,99.9,0,0,0.15,569.87,3062.77,26160209,99.93,0,0,0.14,569.86,3062.79,26160210,99.88,0,0,0.29,570.08,3062.58,26160211,99.93,0,0,0.17,570.08,3062.57,26160212,99.75,0,0,0.54,570.4,3062.25,26160213,99.93,0,0,0.15,570.04,3062.61,26160214,99.95,0,0,0.16,570.01,3062.63,26160215,99.81,0,0,0.31,569.3,3063.36,26160216,99.94,0,0,0.15,569.25,3063.4,26160217,99.74,0,0,0.67,570.2,3062.45,26160218,99.95,0,0,0.16,569.72,3062.92,26160219,99.84,0,0,0.35,569.86,3062.75,26160220,99.89,0,0,0.32,570.1,3062.53,26160221,99.92,0,0,0.16,570.07,3062.55,26160222,99.79,0,0,0.53,570.61,3062.01,26160223,99.93,0,0,0.21,570.28,3062.33,26160224,99.92,0,0,0.17,570.24,3062.39,26160225,99.9,0,0,0.3,570.02,3062.63,26160226,99.91,0,0,0.18,569.98,3062.67,26160227,99.77,0,0,0.56,570.32,3062.32,26160228,99.95,0,0,0.17,569.94,3062.7,26160229,99.93,0,0,0.14,569.96,3062.68,26160230,99.9,0,0,0.32,570.4,3062.25,26160231,99.93,0,0,0.17,570.38,3062.27,26160232,99.81,0,0,0.44,570.67,3061.97,26160233,99.94,0,0,0.3,570.1,3062.55,26160234,99.94,0,0,0.17,570.08,3062.56,26160235,99.85,0,0,0.32,570.09,3062.57,26160236,99.95,0,0,0.18,570.04,3062.61,26160237,99.93,0,0,0.19,570.03,3062.61,26160238,99.8,0,0,0.59,570.97,3061.67,26160239,99.95,0,0,0.21,570.24,3062.4,26160240,99.88,0,0,0.36,569.99,3062.66,26160241,99.95,0,0,0.21,570.13,3062.52,26160242,99.92,0,0,0.2,570.12,3062.52,26160243,99.81,0,0,0.63,569.73,3062.91,26160244,99.95,0,0,0.2,569.11,3063.55,26160245,99.89,0,0,0.32,570.55,3062.13,26160246,99.92,0,0,0.17,570.57,3062.1,26160247,99.95,0,0,0.17,570.53,3062.13,26160248,99.82,0,0,0.57,570.71,3061.95,26160249,99.89,0,0,0.3,569.75,3062.89,26160250,99.81,0,0,0.37,570,3062.65,26160251,99.91,0,0,0.21,569.96,3062.68,26160252,99.92,0,0,0.2,569.96,3062.68,26160253,99.81,0,0,0.6,570.46,3062.17,26160254,99.95,0,0,0.16,570.1,3062.54,26160255,99.85,0,0,0.35,570.4,3062.27,26160256,99.94,0,0,0.2,570.34,3062.33,26160257,99.92,0,0,0.22,570.06,3062.59,26160258,99.79,0,0,0.59,570.38,3062.28,26160259,99.93,0.01,0.01,0.18,569.52,3063.13,26160260,99.88,0,0,0.32,569.77,3062.9,26160261,99.92,0.03,0.1,0.29,569.78,3062.86,26160262,99.94,0,0.01,0.2,569.69,3062.92,26160263,99.77,0,0,0.6,570.21,3062.39,26160264,99.93,0,0,0.22,570.32,3062.27,26160265,99.86,0.01,0.1,0.35,569.94,3062.62,26160266,99.92,0,0,0.2,569.91,3062.63,26160267,99.92,0,0,0.2,569.9,3062.64,26160268,99.78,0,0,0.59,570.31,3062.23,26160269,99.93,0,0,0.17,570.11,3062.42,26160270,99.82,0.01,0.01,0.33,569.3,3063.25,26160271,99.94,0,0,0.19,569.21,3063.34,26160272,99.93,0,0,0.18,569.18,3063.36,26160273,99.8,0,0,0.57,569.76,3062.77,26160274,99.93,0,0,0.19,570.34,3062.19,26160275,99.87,0,0,0.35,570.28,3062.27,26160276,99.95,0,0,0.2,570.25,3062.29,26160277,99.93,0,0,0.19,570.23,3062.31,26160278,99.93,0,0,0.19,570.21,3062.32,26160279,99.75,0,0,0.71,570.14,3062.38,26160280,99.88,0,0,0.35,570.43,3062.1,26160281,99.91,0,0,0.2,570.41,3062.12,26160282,99.89,0,0,0.19,570.4,3062.12,26160283,99.92,0,0,0.2,570.37,3062.16,26160284,99.81,0,0,0.58,570.51,3062.03,26160285,99.91,0,0,0.3,570.36,3062.2,26160286,99.95,0,0,0.18,570.55,3062.01,26160287,99.95,0,0,0.16,570.53,3062.02,26160288,99.91,0,0,0.16,570.51,3062.05,26160289,99.8,0,0,0.61,569.32,3063.23,26160290,99.9,0,0,0.36,569.97,3062.6,26160291,99.91,0,0,0.15,569.98,3062.58,26160292,99.88,0,0,0.14,569.95,3062.61,26160293,99.92,0,0,0.14,569.93,3062.62,26160294,99.71,0,0,0.56,570.76,3061.79,26160295,99.87,0,0,0.32,569.67,3062.89,26160296,99.87,0,0,0.15,569.64,3062.92,26160297,99.84,0,0,0.3,569.57,3062.98,26160298,99.83,0,0,0.15,569.54,3063.01,26160299,99.77,0,0,0.52,570.34,3062.2,26160300,99.76,0,0,0.34,570.75,3061.82,26160301,99.93,0,0,0.16,570.75,3061.81,26160302,99.86,0,0,0.15,570.71,3061.84,26160303,99.88,0,0,0.14,570.71,3061.84,26160304,99.75,0,0,0.42,570.96,3061.58,26160305,99.84,0,0,0.44,570.69,3061.88,26160306,99.9,0,0,0.14,570.65,3061.9,26160307,99.93,0,0,0.13,570.64,3061.91,26160308,99.9,0,0,0.17,570.61,3061.93,26160309,99.62,0,0,0.69,570.86,3061.64,26160310,99.81,0,0,0.29,570.55,3061.97,26160311,99.84,0,0,0.17,570.5,3062.02,26160312,99.85,0,0,0.14,570.49,3062.02,26160313,99.83,0,0,0.15,570.47,3062.04,26160314,99.75,0,0,0.37,571.17,3061.35,26160315,99.81,0,0,0.53,569.98,3062.56,26160316,99.88,0,0,0.16,569.94,3062.59,26160317,99.85,0,0,0.18,569.68,3062.85,26160318,99.86,0,0.01,0.16,569.63,3062.91,26160319,99.88,0.01,0.01,0.15,569.68,3062.86,26160320,99.66,0,0,0.71,570.75,3061.8,26160321,99.85,0,0,0.19,570.25,3062.3,26160322,99.86,0.03,0.95,0.22,570.26,3062.28,26160323,99.85,0,0,0.16,570.24,3062.3,26160324,99.87,0,0,0.17,570.22,3062.31,26160325,99.67,0,0,0.72,571.05,3061.5,26160326,98.95,0,0,0.17,570.69,3061.85,26160327,99.85,0,0,0.15,570.67,3061.87,26160328,99.85,0,0,0.16,570.65,3061.88,26160329,99.85,0,0,0.17,570.63,3061.9,26160330,99.67,0,0,0.9,570.93,3061.62,26160331,99.88,0,0,0.17,570.61,3061.93,26160332,99.86,0,0,0.18,570.59,3061.95,26160333,99.85,0,0,0.16,570.65,3061.88,26160334,99.87,0,0,0.17,570.75,3061.78,26160335,99.65,0,0,0.83,570.68,3061.87,26160336,99.87,0,0,0.2,569.75,3062.8,26160337,99.86,0,0,0.16,569.72,3062.82,26160338,99.85,0,0,0.15,569.71,3062.83,26160339,99.79,0,0,0.33,570.64,3061.87,26160340,99.7,0,0,0.64,571.23,3061.29,26160341,99.84,0.02,0.95,0.23,570.92,3061.59,26160342,99.84,0,0,0.18,570.93,3061.58,26160343,99.86,0,0,0.17,570.9,3061.6,26160344,99.84,0,0,0.15,570.69,3061.84,26160345,99.64,0,0,0.7,570.83,3061.71,26160346,99.88,0,0,0.16,570.6,3061.94,26160347,99.87,0,0,0.14,570.58,3061.96,26160348,99.87,0,0,0.15,570.57,3061.96,26160349,99.84,0,0,0.14,570.54,3061.99,26160350,99.68,0,0,0.66,571.22,3061.32,26160351,99.86,0,0,0.28,570.71,3061.83,26160352,99.85,0,0,0.17,570.69,3061.84,26160353,99.87,0,0,0.14,570.16,3062.37,26160354,99.83,0,0,0.15,569.68,3062.85,26160355,99.66,0,0,0.49,570.54,3062.01,26160356,99.86,0,0,0.39,569.91,3062.63,26160357,99.84,0,0,0.18,569.79,3062.74,26160358,99.85,0.01,0.01,0.21,569.7,3062.83,26160359,99.88,0,0,0.14,569.71,3062.82,26160360,99.81,0,0,0.31,569.7,3062.84,26160361,99.73,0,0,0.56,569.81,3062.73,26160362,99.86,0,0,0.16,569.41,3063.13,26160363,99.85,0,0,0.14,569.39,3063.14,26160364,99.85,0,0,0.14,569.37,3063.16,26160365,99.8,0,0,0.3,569.38,3063.16,26160366,99.71,0,0,0.56,570.34,3062.19,26160367,99.87,0,0,0.14,570.05,3062.48,26160368,99.85,0,0,0.16,570.05,3062.48,26160369,99.77,0,0,0.28,569.98,3062.53,26160370,99.76,0,0,0.3,570.23,3062.29,26160371,99.74,0,0,0.61,570.39,3062.13,26160372,99.84,0,0,0.15,569.95,3062.57,26160373,99.86,0,0,0.16,569.92,3062.59,26160374,99.88,0,0,0.14,569.9,3062.62,26160375,99.76,0,0,0.3,569.91,3062.63,26160376,99.71,0,0,0.59,570,3062.54,26160377,99.85,0,0,0.2,569.13,3063.41,26160378,99.84,0,0,0.16,569.09,3063.44,26160379,99.84,0.01,0.01,0.14,569.1,3063.43,26160380,99.8,0,0,0.3,569.5,3063.04,26160381,99.71,0,0,0.57,569.93,3062.6,26160382,99.85,0,0,0.14,569.7,3062.82,26160383,99.86,0,0,0.14,569.67,3062.85,26160384,99.8,0,0,0.16,569.66,3062.86,26160385,99.81,0.02,0.77,0.38,569.96,3062.56,26160386,99.71,0,0,0.63,570.12,3062.4,26160387,99.87,0,0,0.14,569.43,3063.08,26160388,99.85,0.04,1.59,0.25,569.42,3063.08,26160389,99.85,0,0,0.16,569.32,3063.18,26160390,99.8,0,0.02,0.32,569.85,3062.66,26160391,99.71,0.01,0.27,0.44,570.23,3062.27,26160392,99.85,0.02,0.88,0.36,569.59,3062.9,26160393,99.84,0,0,0.16,569.54,3062.95,26160394,99.82,0.1,5.55,0.46,569.59,3062.88,26160395,99.78,0,0,0.38,569.35,3063.12,26160396,99.75,0.01,0.24,0.4,569.97,3062.5,26160397,99.84,0,0,0.46,569.17,3063.28,26160398,99.83,0,0.01,0.21,569.1,3063.35,26160399,99.8,0,0,0.3,570.29,3062.13,26160400,99.78,0,0,0.3,569.34,3063.1,26160401,99.85,0,0,0.17,569.29,3063.15,26160402,99.73,0,0,0.58,570.04,3062.4,26160403,99.86,0,0,0.15,569.74,3062.69,26160404,99.87,0,0,0.15,569.73,3062.7,26160405,99.81,0,0,0.3,570.04,3062.4,26160406,99.85,0,0,0.15,570.14,3062.3,26160407,99.71,0,0,0.56,570.29,3062.15,26160408,99.85,0,0,0.15,569.84,3062.59,26160409,99.87,0,0,0.15,569.81,3062.62,26160410,99.82,0,0,0.3,569.82,3062.62,26160411,99.88,0,0,0.17,569.78,3062.66,26160412,99.75,0,0,0.58,570.27,3062.17,26160413,99.85,0,0,0.16,569.99,3062.44,26160414,99.86,0,0,0.15,569.95,3062.47,26160415,99.8,0,0,0.32,570.2,3062.25,26160416,99.87,0,0,0.14,570.12,3062.32,26160417,99.71,0,0,0.52,570.11,3062.32,26160418,99.85,0,0,0.2,569.34,3063.09,26160419,99.87,0,0,0.17,569.31,3063.12,26160420,99.76,0,0,0.32,570.5,3061.94,26160421,99.83,0,0,0.13,570.52,3061.92,26160422,99.74,0,0,0.5,571,3061.43,26160423,99.83,0,0,0.21,569.99,3062.44,26160424,99.84,0,0,0.14,569.96,3062.46,26160425,99.82,0,0,0.31,570.21,3062.23,26160426,99.86,0,0,0.17,570.38,3062.05,26160427,99.7,0,0,0.54,570.84,3061.59,26160428,99.86,0,0,0.14,570.32,3062.1,26160429,99.81,0,0,0.31,570.56,3061.83,26160430,99.81,0,0,0.3,569.83,3062.59,26160431,99.84,0,0,0.16,569.81,3062.6,26160432,99.86,0,0,0.15,569.77,3062.63,26160433,99.72,0,0,0.54,570.62,3061.78,26160434,99.86,0,0,0.15,570.23,3062.18,26160435,99.79,0,0,0.31,569.98,3062.44,26160436,99.83,0,0,0.13,569.96,3062.46,26160437,99.85,0,0,0.21,570.14,3062.28,26160438,99.71,0,0,0.55,570.49,3061.93,26160439,99.86,0.01,0.01,0.14,570.11,3062.3,26160440,99.8,0,0,0.31,570.11,3062.32,26160441,99.83,0,0,0.16,570.08,3062.34,26160442,99.85,0,0,0.13,570.06,3062.36,26160443,99.73,0,0,0.57,570.4,3062.02,26160444,99.86,0,0,0.14,570.01,3062.4,26160445,99.81,0,0,0.31,570.27,3062.16,26160446,99.83,0,0,0.14,570.24,3062.18,26160447,99.73,0,0,0.15,570.23,3062.19,26160448,99.71,0,0,0.55,570.58,3061.84,26160449,99.85,0,0,0.16,569.89,3062.52,26160450,99.82,0,0,0.3,570.36,3062.07,26160451,99.87,0,0,0.13,570.35,3062.07,26160452,99.84,0,0,0.16,570.32,3062.09,26160453,99.72,0,0,0.41,570.67,3061.74,26160454,99.85,0,0,0.3,570.28,3062.13,26160455,99.8,0,0,0.32,570.53,3061.9,26160456,99.82,0,0,0.16,570.51,3061.91,26160457,99.87,0,0,0.14,570.49,3061.92,26160458,99.73,0,0,0.51,570.59,3061.82,26160459,99.76,0,0,0.32,570.54,3061.85,26160460,99.81,0,0,0.29,569.43,3062.98,26160461,99.85,0,0,0.17,569.39,3063.01,26160462,99.85,0,0,0.14,569.37,3063.03,26160463,99.7,0,0,0.44,570.01,3062.38,26160464,99.86,0,0,0.29,570.31,3062.08,26160465,99.81,0,0,0.31,569.84,3062.57,26160466,99.83,0,0,0.14,569.8,3062.6,26160467,99.85,0,0,0.16,569.79,3062.61,26160468,99.73,0,0,0.41,570.51,3061.88,26160469,99.85,0,0,0.33,570.47,3061.93,26160470,99.76,0,0,0.32,570,3062.41,26160471,99.88,0,0,0.15,570.03,3062.37,26160472,99.87,0,0,0.16,570.13,3062.26,26160473,99.85,0,0,0.14,570.1,3062.29,26160474,99.72,0,0,0.55,571.05,3061.33,26160475,99.8,0,0,0.34,570.33,3062.07,26160476,99.88,0,0,0.14,570.3,3062.09,26160477,99.87,0,0,0.15,570.28,3062.11,26160478,99.93,0,0,0.17,570.25,3062.14,26160479,99.8,0,0,0.57,570.78,3061.6,26160480,99.84,0,0,0.29,570,3062.4,26160481,99.95,0,0,0.16,569.96,3062.43,26160482,99.95,0,0,0.15,570.01,3062.38,26160483,99.95,0,0,0.15,570.09,3062.29,26160484,99.8,0,0,0.61,571,3061.38,26160485,99.9,0,0,0.3,570.57,3061.83,26160486,99.95,0,0,0.16,570.53,3061.86,26160487,99.93,0,0,0.16,570.5,3061.89,26160488,99.93,0.03,0.96,0.18,570.63,3061.74,26160489,99.73,0,0,0.78,571.22,3061.13,26160490,99.88,0,0,0.34,570.8,3061.56,26160491,99.96,0,0,0.18,570.81,3061.55,26160492,99.95,0,0,0.18,570.79,3061.56,26160493,99.93,0,0,0.18,570.77,3061.58,26160494,99.82,0,0,0.42,571.18,3061.18,26160495,99.9,0,0,0.44,570.74,3061.64,26160496,99.95,0.01,0.01,0.19,570.78,3061.59,26160497,99.94,0,0,0.2,570.8,3061.57,26160498,99.94,0,0,0.14,570.77,3061.59,26160499,99.8,0.01,0.01,0.55,571.09,3061.27,26160500,99.84,0,0,0.34,570.75,3061.66,26160501,99.93,0,0,0.18,570.72,3061.69,26160502,99.91,0,0,0.16,570.7,3061.7,26160503,99.95,0,0,0.14,570.68,3061.72,26160504,95.26,0.31,0.01,78.02,584.47,3047.53,26160505,99.81,0,0,180.12,572.63,3059.71,26160506,99.95,0,0,0.16,572.7,3059.64,26160507,94.15,0,0,0.13,572.79,3059.55,26160508,99.95,0,0,0.14,572.54,3059.79,26160509,99.8,0,0,0.43,572.29,3060.05,26160510,99.88,0,0,0.45,569.84,3062.56,26160511,99.93,0,0,0.16,569.83,3062.56,26160512,99.94,0,0,0.16,569.8,3062.59,26160513,99.94,0,0,0.14,569.79,3062.59,26160514,99.93,0,0,0.15,569.76,3062.62,26160515,99.68,0,0,0.68,570.11,3062.31,26160516,99.93,0,0,0.14,569.5,3062.92,26160517,99.95,0,0,0.16,569.49,3062.92,26160518,99.94,0,0,0.16,569.64,3062.77,26160519,99.84,0,0,0.27,570.12,3062.26,26160520,99.75,0,0,0.69,569.91,3062.49,26160521,99.93,0,0,0.16,569.36,3063.03,26160522,99.95,0,0,0.16,569.34,3063.05,26160523,99.95,0,0,0.14,569.31,3063.07,26160524,99.95,0,0,0.15,569.31,3063.12,26160525,99.73,0,0,0.7,570.21,3062.24,26160526,99.94,0,0,0.14,570.03,3062.42,26160527,99.94,0,0,0.19,569.99,3062.45,26160528,99.91,0,0,0.14,570.1,3062.34,26160529,99.97,0,0,0.15,570.12,3062.32,26160530,99.77,0,0,0.72,569.93,3062.52,26160531,99.95,0,0,0.14,569.36,3063.09,26160532,99.9,0,0,0.14,569.34,3063.11,26160533,99.94,0,0,0.16,569.32,3063.13,26160534,99.93,0,0,0.14,569.3,3063.14,26160535,99.69,0.02,0.04,0.7,570.52,3061.93,26160536,99.85,0.03,0.18,0.21,577.2,3055.04,26160537,99.92,0,0,0.15,577.69,3054.54,26160538,99.94,0,0,0.16,578.12,3054.1,26160539,99.91,0,0,0.14,578.09,3054.13,26160540,99.71,0,0,0.71,580.25,3051.99,26160541,99.95,0,0,0.16,580.76,3051.47,26160542,99.88,0,0,0.18,580.72,3051.51,26160543,99.95,0,0,0.14,580.69,3051.53,26160544,99.93,0,0,0.14,580.75,3051.47,26160545,99.74,0,0,0.73,581.22,3051.01,26160546,99.93,0,0,0.14,580.83,3051.4,26160547,99.94,0,0,0.16,580.8,3051.43,26160548,99.94,0,0,0.14,580.76,3051.46,26160549,99.89,0,0,0.29,580.47,3051.71,26160550,99.72,0,0,0.56,581.27,3050.93,26160551,99.91,0,0,0.31,580.81,3051.38,26160552,99.94,0,0,0.18,580.81,3051.38,26160553,99.94,0,0,0.16,580.79,3051.4,26160554,99.95,0,0,0.15,580.58,3051.62,26160555,99.87,0.01,0.01,0.32,581.03,3051.18,26160556,99.8,0,0,0.55,579.15,3053.06,26160557,99.93,0,0,0.19,578.8,3053.41,26160558,99.94,0,0,0.15,578.77,3053.43,26160559,99.92,0.01,0.01,0.14,578.74,3053.46,26160560,99.87,0,0,0.29,580.66,3051.56,26160561,99.79,0,0,0.55,581.09,3051.12,26160562,99.91,0.01,0.94,0.17,580.82,3051.38,26160563,99.95,0,0,0.2,580.8,3051.4,26160564,99.94,0,0,0.16,580.76,3051.43,26160565,99.9,0,0,0.31,581,3051.2,26160566,99.81,0,0,0.55,581.13,3051.07,26160567,99.93,0,0,0.16,580.68,3051.52,26160568,97.66,0,0,0.14,580.65,3051.54,26160569,99.91,0,0,0.15,580.77,3051.42,26160570,99.88,0,0,0.34,581.04,3051.16,26160571,99.81,0,0,0.59,581.23,3050.97,26160572,99.95,0,0,0.18,580.73,3051.46,26160573,99.91,0,0,0.16,580.7,3051.49,26160574,99.95,0,0,0.18,580.66,3051.53,26160575,99.88,0.01,0.08,0.41,581,3051.21,26160576,99.79,0,0,0.54,581.54,3050.66,26160577,99.93,0,0,0.16,580.95,3051.25,26160578,99.92,0,0,0.14,580.91,3051.28,26160579,99.85,0,0,0.29,580.65,3051.52,26160580,99.84,0,0,0.29,580.81,3051.37,26160581,99.8,0,0,0.57,581.1,3051.07,26160582,99.93,0,0,0.14,580.52,3051.65,26160583,99.93,0,0,0.17,580.49,3051.68,26160584,99.93,0,0,0.16,580.47,3051.7,26160585,99.91,0,0,0.3,581.19,3051,26160586,99.81,0,0,0.61,581.47,3050.71,26160587,99.92,0,0,0.13,581.07,3051.1,26160588,99.93,0,0,0.16,581.04,3051.13,26160589,99.92,0,0,0.14,581,3051.16,26160590,99.91,0,0,0.29,580.99,3051.19,26160591,99.79,0,0,0.32,581.31,3050.87,26160592,99.96,0,0,0.39,580.92,3051.25,26160593,99.95,0,0,0.14,580.96,3051.21,26160594,99.93,0,0,0.18,581.05,3051.11,26160595,99.88,0.01,0.01,0.32,580.56,3051.61,26160596,99.93,0.01,0.01,0.15,580.51,3051.67,26160597,99.74,0,0,0.6,580.94,3051.23,26160598,99.94,0,0,0.15,580.19,3051.98,26160599,99.94,0,0,0.16,580.16,3052,26160600,99.89,0,0,0.3,580.58,3051.6,26160601,99.95,0,0,0.16,580.55,3051.63,26160602,99.79,0,0,0.55,580.69,3051.48,26160603,99.93,0,0,0.16,580.23,3051.93,26160604,99.91,0,0,0.14,580.2,3051.96,26160605,99.87,0,0,0.31,580.2,3051.98,26160606,99.93,0,0,0.14,580.17,3052.01,26160607,99.8,0,0,0.55,580.31,3051.86,26160608,99.93,0,0,0.15,579.8,3052.37,26160609,99.8,0,0,0.32,580.72,3051.41,26160610,99.86,0,0,0.32,580.73,3051.43,26160611,99.9,0,0,0.14,580.69,3051.46,26160612,99.78,0,0,0.55,580.88,3051.26,26160613,99.93,0,0,0.15,580.39,3051.75,26160614,99.95,0,0,0.14,580.54,3051.61,26160615,99.88,0,0,0.31,581.27,3050.9,26160616,99.89,0,0,0.14,581.25,3050.92,26160617,99.79,0,0,0.64,581.99,3050.17,26160618,99.95,0,0,0.14,581.42,3050.73,26160619,99.94,0.01,0.01,0.15,581.38,3050.77,26160620,99.85,0.01,0.02,0.33,580.47,3051.71,26160621,99.94,0,0,0.19,580.44,3051.74,26160622,99.81,0,0,0.55,581,3051.17,26160623,99.92,0.01,0.02,0.15,581.2,3050.97,26160624,99.93,0.01,0.59,0.21,581.25,3050.91,26160625,99.88,0,0,0.32,581.03,3051.15,26160626,99.9,0,0,0.16,580.96,3051.22,26160627,99.82,0,0,0.3,581.27,3050.9,26160628,99.92,0,0,0.4,580.65,3051.52,26160629,99.93,0,0,0.14,580.79,3051.38,26160630,99.85,0,0,0.29,581.03,3051.15,26160631,99.95,0,0,0.15,581,3051.18,26160632,99.84,0,0,0.32,581.33,3050.85,26160633,99.9,0,0,0.42,581.19,3050.98,26160634,99.93,0,0,0.18,581.16,3051.01,26160635,99.9,0,0,0.31,580.92,3051.27,26160636,99.94,0,0,0.18,581.06,3051.12,26160637,99.94,0,0,0.15,581.03,3051.15,26160638,99.79,0.01,0.07,0.57,581.33,3050.84,26160639,99.84,0.02,0.72,0.36,581.23,3050.89,26160640,99.88,0,0,0.34,581.2,3050.94,26160641,99.94,0,0.01,0.16,581.15,3050.98,26160642,99.93,0,0,0.14,581.12,3051.01,26160643,99.8,0,0,0.55,581.91,3050.21,26160644,99.94,0,0,0.15,581.49,3050.63,26160645,99.9,0.01,0.01,0.35,581.22,3050.91,26160646,99.92,0,0,0.18,581.17,3050.96,26160647,99.92,0,0,0.16,581.14,3050.99,26160648,99.8,0,0,0.41,581.57,3050.55,26160649,99.94,0,0,0.31,581.48,3050.63,26160650,99.9,0,0,0.31,581.75,3050.38,26160651,99.94,0,0,0.14,581.72,3050.4,26160652,99.92,0,0,0.16,581.69,3050.43,26160653,99.8,0,0,0.54,581.88,3050.24,26160654,99.92,0,0,0.17,581.38,3050.74,26160655,99.86,0.01,0.01,0.3,581.39,3050.76,26160656,99.91,0,0.01,0.14,581.51,3050.63,26160657,99.91,0,0,0.18,581.48,3050.66,26160658,99.8,0,0,0.43,581.64,3050.49,26160659,99.93,0,0,0.32,580.92,3051.21,26160660,99.82,0,0,0.31,581.39,3050.75,26160661,99.93,0,0,0.14,581.37,3050.77,26160662,99.95,0,0,0.14,581.5,3050.64,26160663,99.8,0,0,0.45,581.88,3050.25,26160664,99.93,0,0,0.3,580.71,3051.41,26160665,99.89,0,0,0.36,580.7,3051.45,26160666,99.94,0,0,0.18,580.68,3051.46,26160667,99.94,0,0,0.18,580.64,3051.49,26160668,99.93,0,0,0.18,580.61,3051.52,26160669,99.7,0,0,0.66,581.51,3050.62,26160670,99.86,0,0,0.35,580.99,3051.15,26160671,99.92,0,0,0.15,580.96,3051.18,26160672,99.93,0.01,0.01,0.14,580.93,3051.21,26160673,99.96,0,0,0.16,580.98,3051.15,26160674,99.79,0,0,0.57,581.3,3050.84,26160675,99.89,0,0,0.31,581.22,3050.94,26160676,99.95,0,0,0.14,581.16,3050.99,26160677,99.94,0,0,0.21,581.13,3051.02,26160678,99.95,0,0,0.14,581.1,3051.05,26160679,99.81,0.01,0.01,0.55,581.28,3050.86,26160680,99.81,0,0,0.3,579.33,3052.83,26160681,99.93,0,0,0.14,579.24,3052.92,26160682,99.95,0,0,0.14,579.2,3052.95,26160683,99.92,0,0,0.16,579.17,3052.98,26160684,99.83,0,0,0.55,580.75,3051.39,26160685,99.88,0,0,0.34,580.62,3051.53,26160686,99.95,0,0,0.16,580.74,3051.41,26160687,98.87,0,0,0.14,580.71,3051.44,26160688,98.82,0,0,0.14,580.69,3051.46,26160689,99.79,0,0,0.56,581.35,3050.78,26160690,99.9,0,0,0.31,580.65,3051.51,26160691,99.93,0,0,0.15,580.61,3051.54,26160692,99.93,0,0,0.16,580.58,3051.57,26160693,99.94,0,0,0.15,580.76,3051.38,26160694,99.77,0,0,0.56,581.22,3050.91,26160695,99.88,0,0,0.32,580.98,3051.17,26160696,99.92,0,0,0.14,580.94,3051.21,26160697,99.94,0,0,0.15,580.9,3051.24,26160698,99.04,0,0,0.14,580.87,3051.27,26160699,99.72,0,0,0.54,581.43,3050.68,26160700,99.89,0,0,0.44,581.25,3050.88,26160701,99.34,0,0,0.16,581.22,3050.91,26160702,99.92,0,0,0.13,581.19,3050.93,26160703,99.92,0,0,0.18,581.15,3050.96,26160704,99.81,0,0,0.43,581.45,3050.66,26160705,99.03,0,0,0.45,580.86,3051.26,26160706,99.92,0,0,0.14,580.99,3051.13,26160707,99.93,0,0,0.19,580.98,3051.14,26160708,99.95,0,0,0.14,580.94,3051.17,26160709,99.93,0,0,0.14,580.91,3051.2,26160710,99.74,0,0,0.71,581.48,3050.64,26160711,99.93,0,0,0.16,580.87,3051.25,26160712,99.93,0,0,0.18,580.85,3051.27,26160713,99.9,0,0,0.14,580.98,3051.13,26160714,99.95,0,0,0.15,580.96,3051.15,26160715,99.74,0,0.01,0.71,580.64,3051.49,26160716,99.93,0,0.01,0.16,579.92,3052.2,26160717,99.91,0,0,0.16,579.86,3052.26,26160718,99.74,0,0,0.15,579.61,3052.5,26160719,96.84,0,0,0.16,579.74,3052.37,26160720,99.71,0,0,0.7,581.65,3050.47,26160721,99.94,0,0,0.14,581.44,3050.68,26160722,99.65,0,0,0.14,581.41,3050.71,26160723,99.93,0,0,0.16,581.37,3050.74,26160724,99.95,0,0,0.14,581.34,3050.77,26160725,99.74,0,0,0.73,581.3,3050.82,26160726,99.86,0,0,0.17,580.98,3051.14,26160727,99.93,0,0,0.14,580.94,3051.17,26160728,99.9,0,0,0.15,580.91,3051.2,26160729,99.85,0,0,0.32,581.12,3050.95,26160730,99.73,0,0,0.71,581.94,3050.15,26160731,99.95,0,0,0.17,581.06,3051.02,26160732,99.94,0,0,0.14,581.21,3050.87,26160733,99.53,0,0,0.18,581.18,3050.9,26160734,99.93,0,0,0.15,581.15,3050.94,26160735,99.73,0,0,0.59,581.5,3050.61,26160736,99.92,0,0,0.29,581.11,3050.99,26160737,99.75,0,0,0.21,581.31,3050.79,26160738,99.93,0,0,0.14,581.37,3050.72,26160739,99.93,0.01,0.01,0.15,581.47,3050.62,26160740,99.31,0,0,0.56,581.82,3050.29,26160741,99.93,0,0,0.27,581.42,3050.68,26160742,99.97,0,0,0.19,581.39,3050.71,26160743,99.9,0,0,0.14,581.36,3050.74,26160744,99.94,0,0,0.14,581.33,3050.77,26160745,99.75,0,0,0.61,581.87,3050.24,26160746,99.92,0,0,0.29,581.71,3050.39,26160747,99.86,0,0,0.14,581.67,3050.42,26160748,99.94,0,0,0.16,581.63,3050.46,26160749,99.93,0,0,0.14,581.6,3050.49,26160750,99.72,0,0,0.3,581.59,3050.51,26160751,99.8,0,0,0.54,582.07,3050.03,26160752,99.94,0,0,0.16,581.48,3050.62,26160753,99.93,0,0,0.14,581.45,3050.64,26160754,96.58,0,0,0.15,581.42,3050.67,26160755,99.88,0,0,0.32,581.16,3050.94,26160756,99.81,0.01,0.01,0.54,581.65,3050.45,26160757,99.94,0,0,0.16,581.41,3050.69,26160758,99.87,0,0,0.16,581.45,3050.64,26160759,99.87,0,0,0.27,581.67,3050.4,26160760,99.9,0,0,0.35,581.4,3050.68,26160761,98.68,0,0,0.58,581.87,3050.21,26160762,99.92,0,0,0.17,581.57,3050.5,26160763,99.92,0,0,0.16,581.55,3050.52,26160764,99.93,0,0,0.14,581.7,3050.36,26160765,99.86,0,0,0.32,581.45,3050.62,26160766,99.8,0,0,0.54,581.76,3050.31,26160767,99.94,0,0,0.16,581.38,3050.69,26160768,99.95,0,0,0.15,581.34,3050.72,26160769,99.93,0,0,0.14,581.31,3050.75,26160770,99.86,0,0,0.32,581.37,3050.71,26160771,99.8,0,0,0.57,582.18,3049.89,26160772,99.93,0,0,0.14,581.66,3050.41,26160773,99.95,0,0,0.15,581.62,3050.44,26160774,99.92,0,0,0.14,581.6,3050.45,26160775,99.85,0.01,0.01,0.34,581.6,3050.48,26160776,99.77,0,0.01,0.41,581.86,3050.21,26160777,99.92,0,0,0.31,581.32,3050.74,26160778,99.89,0,0,0.15,580.94,3051.12,26160779,99,0,0,0.22,580.91,3051.15,26160780,99.47,0,0,5.79,581.23,3053.09,26160781,99.76,0,0,0.43,581.5,3052.91,26160782,99.65,0,0,0.31,581.36,3053.05,26160783,99.95,0,0,0.15,581.32,3053.09,26160784,99.92,0,0,0.14,581.37,3053.04,26160785,99.88,0,0,0.32,581.99,3052.47,26160786,99.25,0,0,0.52,582.29,3052.17,26160787,99.68,0,0,0.2,581.44,3053.02,26160788,99.93,0,0,0.15,581.4,3053.04,26160789,99.67,0,0,0.28,581.62,3052.83,26160790,99.87,0,0,0.31,581.39,3053.07,26160791,99.92,0,0,0.17,581.43,3053.03,26160792,99.79,0,0,0.54,582.62,3051.84,26160793,99.77,0,0,0.14,581.94,3052.52,26160794,99.93,0,0,0.14,581.9,3052.54,26160795,99.9,0,0,0.32,581.16,3053.3,26160796,99.53,0,0,0.16,581.12,3053.34,26160797,99.8,0,0,0.59,581.99,3052.46,26160798,99.94,0,0,0.18,582,3052.46,26160799,99.95,0.01,0.01,0.18,581.96,3052.49,26160800,99.9,0,0,0.31,581.94,3052.52,26160801,99.93,0,0,0.14,581.9,3052.56,26160802,99.82,0,0,0.55,582.06,3052.4,26160803,99.9,0,0,0.16,581.68,3052.78,26160804,99.92,0,0,0.18,581.69,3052.76,26160805,99.86,0,0,0.35,581.68,3052.79,26160806,99.92,0,0,0.12,581.64,3052.82,26160807,99.79,0,0,0.49,581.85,3052.61,26160808,99.88,0.03,1.45,0.38,581.36,3053.08,26160809,99.94,0,0,0.14,581.44,3052.99,26160810,99.87,0,0,0.31,581.73,3052.73,26160811,99.93,0,0,0.16,581.69,3052.76,26160812,99.8,0,0,0.54,582.42,3052.02,26160813,99.91,0,0,0.15,581.86,3052.58,26160814,99.35,0,0,0.14,581.83,3052.61,26160815,99.89,0,0,0.33,581.73,3052.72,26160816,99.93,0,0,0.14,581.41,3053.04,26160817,99.78,0,0,0.55,581.05,3053.39,26160818,99.93,0,0,0.14,580.66,3053.78,26160819,99.86,0.01,0.01,0.29,581.09,3053.33,26160820,99.83,0,0,0.36,581.47,3052.95,26160821,99.95,0,0,0.17,581.43,3052.99,26160822,99.8,0,0,0.55,581.71,3052.7,26160823,99.85,0.01,0.42,0.18,580.69,3053.72,26160824,99.93,0,0,0.16,580.41,3053.99,26160825,99.83,0.01,0.42,0.33,580.39,3054.02,26160826,99.91,0,0,0.21,580.45,3053.96,26160827,99.74,0.02,0.42,0.38,580.71,3053.69,26160828,99.92,0,0,0.43,580.44,3053.96,26160829,99.93,0,0,0.16,580.4,3053.99,26160830,99.86,0,0,0.34,580.14,3054.26,26160831,99.76,0,0,0.16,580.11,3054.29,26160832,99.93,0,0,0.14,580.08,3054.31,26160833,99.78,0,0,0.54,580.38,3054.01,26160834,99.93,0,0,0.15,579.85,3054.54,26160835,98.08,0.01,0.01,0.33,580.21,3054.19,26160836,99.91,0,0.01,0.16,580.18,3054.22,26160837,99.91,0,0,0.14,580.15,3054.25,26160838,99.76,0,0,0.61,579.64,3054.76,26160839,99.9,0,0,0.16,579.1,3055.29,26160840,99.83,0,0,0.38,580.27,3054.13,26160841,99.88,0,0,0.14,580.46,3053.94,26160842,99.88,0.01,0.13,0.23,580.38,3054.01,26160843,99.78,0,0.01,0.54,580.59,3053.79,26160844,99.9,0,0,0.15,580.15,3054.22,26160845,99.57,0,0,0.3,579.41,3054.99,26160846,99.83,0.01,0.4,0.16,579.39,3054.99,26160847,99.9,0,0,0.18,579.39,3054.99,26160848,99.75,0,0,0.49,579.34,3055.04,26160849,99.22,0,0,0.34,580.05,3054.3,26160850,99.3,0,0,0.26,580.55,3053.82,26160851,99.85,0,0,0.16,580.52,3053.85,26160852,99.82,0,0,0.14,580.68,3053.68,26160853,99.75,0,0,0.44,581,3053.36,26160854,99.85,0,0,0.29,579.64,3054.72,26160855,99.8,0,0,0.27,580.12,3054.25,26160856,99.86,0,0,0.14,580.09,3054.28,26160857,99.84,0,0,0.25,580.05,3054.31,26160858,99.72,0,0,0.39,580.44,3053.91,26160859,99.87,0.01,0.01,0.33,580.67,3053.68,26160860,99.65,0,0,0.32,580.2,3054.17,26160861,99.84,0,0,0.14,580.15,3054.21,26160862,99.89,0,0,0.13,580.13,3054.23,26160863,99.73,0,0,0.43,580.53,3053.82,26160864,99.88,0,0,0.28,580.55,3053.8,26160865,99.74,0,0,0.31,579.89,3054.48,26160866,99.85,0,0,0.16,579.95,3054.41,26160867,99.92,0,0,0.14,579.92,3054.44,26160868,99.83,0,0,0.14,579.89,3054.47,26160869,95,0.29,0.01,257.56,594.29,3040.06,26160870,98.48,0,0,0.28,582.81,3051.54,26160871,99.88,0,0,0.14,582.77,3051.57,26160872,99.83,0,0,0.19,582.9,3051.45,26160873,99.85,0,0,0.14,582.89,3051.45,26160874,99.72,0,0,0.58,580.75,3053.61,26160875,99.81,0,0,0.29,580.68,3053.72,26160876,99.43,0,0,0.14,580.67,3053.72,26160877,99.84,0,0,0.16,580.63,3053.77,26160878,99.86,0,0,0.14,580.61,3053.79,26160879,99.65,0,0,0.68,581.28,3053.1,26160880,99.73,0.01,0.02,0.28,580.73,3053.67,26160881,97.37,0.01,0.01,0.17,580.76,3053.63,26160882,99.84,0,0,0.14,580.74,3053.65,26160883,99.82,0,0,0.15,580.71,3053.68,26160884,99.71,0,0,0.55,580.72,3053.66,26160885,99.78,0,0,0.32,580.22,3054.18,26160886,99.83,0,0,0.14,580.13,3054.26,26160887,99.87,0,0,0.14,580.23,3054.16,26160888,99.84,0,0,0.17,580.25,3054.14,26160889,99.69,0,0,0.55,580.67,3053.71,26160890,99.8,0,0,0.28,580.69,3053.71,26160891,99.83,0,0,0.16,580.67,3053.74,26160892,99.85,0,0,0.15,580.63,3053.79,26160893,99.84,0,0,0.15,580.65,3053.77,26160894,99.7,0,0,0.48,581.55,3052.86,26160895,99.78,0.01,0.01,0.37,580.52,3053.91,26160896,99.83,0.01,0.01,0.18,580.4,3054.03,26160897,99.83,0,0,0.14,580.49,3053.93,26160898,96.08,49.44,0.07,124.85,586.52,3019.64,26160899,99.72,0,0,0.53,583.56,3001.77,26160900,99.74,0,0,0.48,582.47,3002.88,26160901,99.85,0,0,0.18,582.4,3002.95,26160902,99.85,0,0,0.18,582.36,3002.98,26160903,99.83,0,0,0.21,581.08,3004.3,26160904,99.69,0,0,0.44,580.52,3004.88,26160905,99.78,0,0,0.45,580.8,3004.61,26160906,99.85,0,0,0.17,580.77,3004.64,26160907,99.84,0,0,0.17,580.73,3004.68,26160908,99.84,0,0,0.16,580.7,3004.7,26160909,99.79,0,0,0.3,581,3004.38,26160910,99.58,0,0,0.69,581.55,3003.87,26160911,99.85,0,0,0.16,580.84,3004.58,26160912,99.82,0,0,0.19,580.8,3004.61,26160913,99.84,0,0,0.2,580.77,3004.64,26160914,99.86,0,0,0.16,580.73,3004.67,26160915,99.65,0,0,0.77,581.51,3003.91,26160916,99.85,0,0,0.2,581.24,3004.18,26160917,99.82,0,0,0.24,581.11,3004.31,26160918,99.85,0,0,0.2,581.06,3004.35,26160919,99.83,0.01,0.01,0.2,581.01,3004.39,26160920,99.66,0,0,0.75,581.29,3004.13,26160921,99.8,0,0,0.18,580.96,3004.45,26160922,99.84,0,0,0.17,581,3004.41,26160923,99.85,0,0,0.17,581.08,3004.33,26160924,99.86,0,0,0.16,581.04,3004.36,26160925,99.65,0,0,0.63,581.87,3003.55,26160926,99.82,0,0,0.26,581.24,3004.18,26160927,99.85,0,0,0.17,581.2,3004.21,26160928,99.83,0,0,0.17,581.17,3004.23,26160929,99.84,0,0,0.16,581.32,3004.08,26160930,99.65,0,0,0.54,581.75,3003.67,26160931,96.87,0,0,0.29,581.29,3004.13,26160932,99.83,0,0,0.18,581.25,3004.16,26160933,99.84,0,0,0.16,581.22,3004.19,26160934,99.83,0,0,0.17,581.19,3004.21,26160935,99.66,0,0,0.58,581.38,3004.04,26160936,99.84,0,0,0.34,581.08,3004.33,26160937,99.84,0,0,0.15,581.05,3004.36,26160938,99.84,0,0,0.18,581.01,3004.39,26160939,99.76,0,0,0.34,580.74,3004.64,26160940,99.64,0,0,0.7,581.42,3003.98,26160941,99.85,0,0,0.23,579.97,3005.43,26160942,99.85,0,0,0.17,580.12,3005.27,26160943,99.85,0,0,0.17,580.09,3005.3,26160944,99.84,0,0.01,0.16,580.06,3005.33,26160945,99.65,0,0,0.54,581.69,3003.71,26160946,99.85,0,0,0.37,581.23,3004.16,26160947,99.84,0,0,0.17,581.21,3004.18,26160948,99.75,0,0,0.17,581.35,3004.04,26160949,99.85,0,0,0.17,581.31,3004.07,26160950,99.8,0,0,0.29,581.31,3004.09,26160951,99.71,0,0,0.58,581.63,3003.77,26160952,99.83,0,0,0.16,581.25,3004.14,26160953,99.85,0,0,0.17,581.21,3004.18,26160954,99.83,0,0,0.17,581.19,3004.2,26160955,99.8,0.01,0.01,0.3,581.36,3004.04,26160956,99.68,0,0.01,0.57,581.67,3003.73,26160957,99.83,0,0,0.17,581.29,3004.1,26160958,99.83,0,0,0.2,580.76,3004.63,26160959,99.85,0,0,0.17,580.48,3004.92,26160960,99.8,0,0,0.31,581.45,3003.97,26160961,99.69,0,0,0.57,581.65,3003.76,26160962,99.86,0,0,0.19,581.1,3004.31,26160963,99.85,0,0,0.17,581.06,3004.34,26160964,99.84,0,0,0.17,581.03,3004.37,26160965,99.8,0,0,0.31,581.51,3003.9,26160966,99.71,0,0,0.52,581.69,3003.72,26160967,99.83,0,0,0.21,581.2,3004.21,26160968,99.84,0,0,0.17,581.23,3004.17,26160969,99.78,0,0,0.32,581.32,3004.06,26160970,99.76,0,0,0.33,581.29,3004.1,26160971,99.7,0,0,0.43,581.33,3004.06,26160972,99.84,0,0,0.33,579.97,3005.41,26160973,99.81,0,0,0.21,579.71,3005.67,26160974,99.83,0,0,0.21,579.68,3005.71,26160975,99.8,0,0,0.39,580.83,3004.58,26160976,99.71,0,0,0.43,581.25,3004.16,26160977,99.84,0,0,0.35,580.77,3004.63,26160978,99.86,0,0,0.17,580.74,3004.65,26160979,99.85,0.01,0.01,0.17,580.71,3004.68,26160980,99.8,0,0,0.29,580.7,3004.71,26160981,99.72,0,0,0.49,581.38,3004.03,26160982,99.83,0,0,0.28,581.07,3004.33,26160983,99.86,0,0,0.17,581.03,3004.36,26160984,99.85,0,0,0.17,581,3004.39,26160985,99.8,0,0,0.32,580.5,3004.91,26160986,99.7,0,0,0.42,580.79,3004.61,26160987,99.83,0,0,0.29,579.69,3005.71,26160988,99.85,0,0,0.2,579.85,3005.55,26160989,99.82,0,0,0.17,579.85,3005.54,26160990,99.79,0,0,0.29,580.8,3004.61,26160991,99.7,0,0,0.36,581.13,3004.28,26160992,99.84,0,0,0.4,580.99,3004.41,26160993,99.82,0,0,0.17,580.97,3004.43,26160994,99.82,0,0,0.18,580.93,3004.46,26160995,99.77,0,0,0.3,580.95,3004.46,26160996,99.84,0,0,0.18,580.82,3004.59,26160997,99.7,0,0,0.59,581.15,3004.29,26160998,99.85,0,0,0.2,580.76,3004.67,26160999,99.8,0,0,0.33,580.49,3004.92,26161000,99.8,0,0,0.39,580.46,3004.96,26161001,99.84,0,0,0.21,580.59,3004.84,26161002,99.69,0,0,0.6,581.41,3004.01,26161003,99.84,0,0,0.16,581.04,3004.38,26161004,99.85,0,0,0.17,581.01,3004.44,26161005,99.79,0,0,0.31,580.77,3004.7,26161006,99.86,0,0,0.17,580.73,3004.74,26161007,99.72,0,0,0.6,581.06,3004.4,26161008,99.84,0,0,0.2,580.85,3004.61,26161009,99.86,0,0.02,0.22,580.81,3004.64,26161010,99.76,0,0,0.34,581.03,3004.44,26161011,99.85,0,0,0.2,580.99,3004.47,26161012,99.69,0.02,0.01,0.45,581.38,3004.08,26161013,99.82,0.02,0.02,0.33,581,3004.46,26161014,99.82,0.02,0.02,0.16,581.01,3004.44,26161015,99.76,0.03,0.02,0.3,581.04,3004.43,26161016,99.84,0.03,0.02,0.17,581.01,3004.45,26161017,99.72,0.02,0.02,0.59,581.35,3004.1,26161018,99.8,0.02,0.02,0.2,580.84,3004.62,26161019,99.83,0.02,0.02,0.23,580.77,3004.67,26161020,99.71,0.02,0.02,0.32,580.3,3005.17,26161021,99.78,0.02,0.01,0.18,580.26,3005.2,26161022,99.68,0.02,0.01,0.44,580.75,3004.7,26161023,99.84,0.02,0.01,0.31,580.76,3004.69,26161024,99.8,0.02,0.02,0.18,580.72,3004.72,26161025,99.79,0.02,0.01,0.33,581.04,3004.42,26161026,99.84,0,0,0.19,580.97,3004.49,26161027,99.73,0,0,0.32,581.47,3003.98,26161028,99.83,0,0,0.47,581.24,3004.21,26161029,99.82,0,0,0.33,581.08,3004.34,26161030,99.83,0,0,0.29,581.07,3004.37,26161031,99.57,0,0,0.15,581.03,3004.4,26161032,99.88,0,0,0.16,581,3004.43,26161033,99.76,0,0,0.59,581.32,3004.11,26161034,99.92,0,0,0.14,580.72,3004.7,26161035,99.89,0,0,0.27,581.32,3004.12,26161036,99.91,0,0,0.14,581.34,3004.11,26161037,99.93,0,0,0.19,581.3,3004.14,26161038,99.75,0,0,0.56,581.42,3004.01,26161039,99.92,0.01,0.01,0.14,580.99,3004.44,26161040,99.87,0,0,0.27,580.98,3004.47,26161041,99.92,0,0,0.16,580.94,3004.5,26161042,99.9,0,0,0.16,581.1,3004.34,26161043,99.8,0,0,0.54,581.42,3004.02,26161044,99.94,0,0,0.17,581.03,3004.4,26161045,99.89,0,0,0.33,581.01,3004.43,26161046,99.92,0,0,0.16,580.98,3004.46,26161047,99.9,0,0,0.14,580.94,3004.5,26161048,99.77,0,0,0.57,581.21,3004.22,26161049,99.9,0,0,0.18,580.81,3004.61,26161050,99.82,0,0,0.3,581.33,3004.11,26161051,99.93,0,0,0.14,581.26,3004.18,26161052,99.93,0,0,0.16,581.24,3004.2,26161053,99.8,0,0,0.46,581.48,3003.95,26161054,99.94,0,0,0.27,580.93,3004.5,26161055,99.85,0,0,0.29,580.75,3004.69,26161056,99.9,0,0,0.13,580.82,3004.62,26161057,99.94,0,0,0.14,580.78,3004.65,26161058,99.8,0,0,0.42,581.27,3004.16,26161059,99.87,0,0,0.5,581.23,3004.17,26161060,99.8,0,0,0.3,581.2,3004.22,26161061,99.89,0,0,0.13,581.17,3004.24,26161062,99.93,0,0,0.14,581.3,3004.1,26161063,99.8,0,0,0.58,581.66,3003.75,26161064,99.9,0,0,0.2,581.26,3004.13,26161065,99.91,0,0,0.33,581.24,3004.16,26161066,99.91,0,0,0.19,581.21,3004.19,26161067,99.93,0,0,0.14,581.17,3004.22,26161068,99.93,0,0,0.4,580.8,3004.59,26161069,99.79,0,0,0.57,581.74,3003.65,26161070,99.86,0,0,0.3,581.29,3004.11,26161071,99.93,0,0,0.15,581.27,3004.13,26161072,99.94,0,0,0.16,581.23,3004.16,26161073,99.91,0,0,0.15,581.2,3004.19,26161074,99.8,0,0,0.54,580.53,3004.86,26161075,99.9,0.01,0.01,0.29,580.65,3004.76,26161076,99.91,0,0.01,0.14,580.84,3004.56,26161077,99.95,0,0,0.13,580.8,3004.59,26161078,99.9,0,0,0.18,580.77,3004.62,26161079,99.77,0,0,0.54,580.31,3005.08,26161080,99.79,0,0,0.28,581.43,3003.97,26161081,99.92,0,0,0.16,581.44,3003.96,26161082,99.94,0,0,0.14,581.42,3003.98,26161083,99.94,0,0,0.14,581.57,3003.82,26161084,99.79,0,0,0.58,581.73,3003.66,26161085,99.88,0,0,0.28,581.29,3004.12,26161086,99.92,0,0,0.14,581.24,3004.16,26161087,99.92,0,0,0.16,581.2,3004.19,26161088,99.93,0,0,0.14,581.18,3004.21,26161089,99.7,0,0,0.64,581.7,3003.67,26161090,99.84,0,0,0.33,581.32,3004.07,26161091,99.91,0,0,0.14,581.28,3004.11,26161092,99.93,0,0,0.16,581.24,3004.14,26161093,99.95,0,0,0.15,581.19,3004.18,26161094,99.8,0,0,0.43,581.66,3003.73,26161095,99.87,0,0,0.41,581.23,3004.17,26161096,99.93,0,0,0.2,581.31,3004.09,26161097,99.89,0,0,0.19,581.29,3004.11,26161098,99.92,0,0,0.2,581.25,3004.14,26161099,99.77,0.01,0.01,0.61,581.41,3003.97,26161100,99.82,0,0,0.27,581.43,3003.98,26161101,99.9,0,0,0.19,581.41,3003.99,26161102,99.92,0,0,0.18,581.45,3003.94,26161103,99.93,0,0,0.16,581.52,3003.88,26161104,99.8,0,0,0.41,581.83,3003.55,26161105,99.77,0,0,0.45,581.24,3004.16,26161106,99.93,0,0,0.19,581.19,3004.2,26161107,99.91,0,0,0.14,581.15,3004.23,26161108,99.92,0,0,0.14,581.2,3004.19,26161109,99.94,0,0,0.15,581.27,3004.11,26161110,99.71,0,0,0.73,582.03,3003.36,26161111,99.93,0,0,0.13,581.46,3003.92,26161112,99.91,0,0,0.14,581.44,3003.94,26161113,99.92,0,0,0.2,581.41,3003.97,26161114,99.94,0,0,0.16,581.38,3003.99,26161115,99.67,0,0,0.8,581.82,3003.56,26161116,99.91,0,0,0.17,581.51,3003.86,26161117,99.95,0,0,0.15,581.47,3003.89,26161118,99.93,0,0,0.18,581.44,3003.92,26161119,99.87,0,0,0.31,581.4,3003.93,26161120,99.71,0,0,0.75,581.05,3004.3,26161121,99.93,0,0,0.14,581.11,3004.24,26161122,99.91,0,0,0.14,581.27,3004.07,26161123,99.94,0,0,0.16,581.26,3004.08,26161124,99.89,0,0,0.14,581.23,3004.13,26161125,99.73,0,0,0.66,581.42,3003.96,26161126,99.91,0,0,0.25,581.44,3003.95,26161127,99.93,0,0,0.14,580.96,3004.42,26161128,99.94,0,0,0.14,580.64,3004.74,26161129,99.92,0,0,0.15,580.79,3004.58,26161130,99.71,0,0,0.54,581.74,3003.65,26161131,99.93,0,0,0.27,581.24,3004.14,26161132,99.94,0,0,0.16,581.22,3004.16,26161133,99.92,0.03,0,0.14,581.22,3004.16,26161134,99.93,0,0,0.16,581.25,3004.12,26161135,99.76,0.01,0.01,0.55,580.93,3004.45,26161136,99.9,0,0.01,0.3,580.71,3004.67,26161137,99.92,0,0,0.17,580.67,3004.71,26161138,99.91,0,0,0.18,580.26,3005.11,26161139,99.94,0,0,0.14,580.28,3005.09,26161140,99.66,0,0,0.49,580.92,3004.46,26161141,99.92,0,0,0.4,580.98,3004.39,26161142,99.92,0,0,0.18,580.95,3004.42,26161143,99.9,0,0,0.16,580.92,3004.45,26161144,99.91,0,0,0.14,580.89,3004.48,26161145,99.88,0,0,0.32,580.89,3004.49,26161146,99.8,0,0,0.55,581.37,3004.01,26161147,99.93,0,0,0.16,581,3004.38,26161148,99.93,0,0,0.14,580.97,3004.4,26161149,99.84,0,0,0.29,580.93,3004.41,26161150,99.9,0,0,0.31,580.67,3004.69,26161151,99.76,0,0,0.56,581.53,3003.82,26161152,98.59,0,0,0.16,580.88,3004.46,26161153,99.95,0,0,0.16,580.99,3004.35,26161154,99.92,0,0,0.15,580.95,3004.39,26161155,99.87,0,0,0.33,580.92,3004.43,26161156,99.78,0,0,0.58,581.7,3003.65,26161157,99.92,0,0,0.19,581.11,3004.23,26161158,99.9,0,0,0.14,581.23,3004.1,26161159,99.93,0.01,0.01,0.16,581.19,3004.15,26161160,99.85,0,0,0.27,581.17,3004.18,26161161,99.75,0,0,0.57,581.49,3003.86,26161162,99.92,0,0,0.18,581.13,3004.21,26161163,99.92,0,0,0.16,581.27,3004.07,26161164,99.93,0,0,0.17,581.23,3004.1,26161165,98.87,0,0,15.55,582.3,3003.61,26161166,99.77,0,0,0.51,580.95,3004.5,26161167,99.93,0,0,0.21,579.95,3005.5,26161168,99.9,0,0,0.14,579.93,3005.51,26161169,99.9,0,0,0.15,580.06,3005.37,26161170,99.8,0,0,0.34,581.04,3004.41,26161171,99.78,0,0,0.58,581.19,3004.26,26161172,99.94,0,0,0.15,580.23,3005.21,26161173,99.85,0,0,0.18,580.2,3005.24,26161174,99.87,0,0,0.2,580.16,3005.27,26161175,99.8,0,0,0.32,579.75,3005.7,26161176,99.81,0,0,0.34,580.6,3004.84,26161177,99.92,0,0,0.47,581.01,3004.42,26161178,99.9,0,0,0.14,580.98,3004.45,26161179,99.89,0,0,0.3,581.19,3004.22,26161180,99.9,0,0,0.29,580.46,3004.96,26161181,99.94,0,0,0.14,580.41,3005.01,26161182,99.74,0,0,0.57,580.99,3004.43,26161183,99.91,0,0,0.14,580.53,3004.89,26161184,99.95,0.01,0.01,0.16,580.46,3004.96,26161185,99.9,0,0,0.29,581.42,3004.02,26161186,99.92,0,0,0.16,581.4,3004.04,26161187,99.77,0,0,0.54,580.81,3004.63,26161188,99.93,0,0,0.16,580.03,3005.41,26161189,99.93,0,0,0.16,579.99,3005.44,26161190,99.91,0,0,0.34,580.21,3005.23,26161191,99.92,0,0,0.16,580.17,3005.28,26161192,99.79,0,0,0.58,581.4,3004.05,26161193,99.93,0,0,0.15,581.49,3003.96,26161194,99.95,0,0,0.15,581.5,3003.95,26161195,99.86,0.01,0.01,0.35,581.01,3004.45,26161196,88.13,0,0.01,383.97,602.42,2917.81,26161197,98.95,0,0,65.77,584.38,2831.61,26161198,99.9,0,0,0.26,583.05,2834.54,26161199,99.94,0,0,0.18,582.89,2834.62,26161200,99.81,0,0,0.34,583.82,2833.24,26161201,99.92,0,0,0.16,583.72,2833.25,26161202,99.79,0,0,0.62,582.31,2834.62,26161203,99.93,0,0,0.16,581.56,2835.29,26161204,99.93,0,0,0.17,581.44,2835.32,26161205,99.85,0,0,0.33,581.45,2835.11,26161206,99.94,0,0,0.15,581.53,2834.87,26161207,99.82,0,0,0.42,581.67,2834.58,26161208,99.92,0,0,0.31,580.17,2835.99,26161209,99.85,0,0,0.31,581.23,2834.51,26161210,99.89,0,0,0.32,581.61,2834.05,26161211,99.93,0,0,0.18,581.46,2834.1,26161212,99.8,0,0,0.32,581.74,2833.73,26161213,99.93,0,0,0.39,580.68,2834.7,26161214,99.93,0,0,0.14,580.57,2834.73,26161215,99.84,0,0,0.28,580.5,2834.74,26161216,99.94,0,0,0.14,580.37,2834.78,26161217,99.78,0,0,0.48,580.86,2834.21,26161218,99.94,0,0,0.3,580.39,2834.6,26161219,99.93,0.01,0.01,0.14,580.44,2834.46,26161220,99.83,0,0,0.27,580.85,2834,26161221,99.93,0,0,0.15,580.75,2834.01,26161222,99.92,0,0,0.16,580.64,2834.04,26161223,99.77,0,0,0.57,582.09,2832.51,26161224,99.92,0,0,0.18,581.39,2833.12,26161225,99.86,0,0,0.34,581.56,2832.87,26161226,99.94,0,0,0.14,581.61,2832.74,26161227,99.91,0,0,0.14,581.51,2832.76,26161228,99.78,0,0,0.6,581.79,2832.3,26161229,99.93,0,0,0.16,581.15,2832.82,26161230,99.9,0,0,0.33,581.33,2832.35,26161231,99.94,0,0,0.14,581.22,2832.38,26161232,99.93,0,0,0.16,581.11,2832.41,26161233,94.99,0.35,0.01,194.59,595.74,2817.53,26161234,99.91,0,0,63.72,582.75,2830.17,26161235,99.85,0,0.01,0.3,583.88,2828.98,26161236,99.93,0,0,0.15,583.94,2828.83,26161237,99.91,0,0,0.14,583.83,2828.86,26161238,99.81,0,0,0.63,583.12,2829.52,26161239,99.87,0,0,0.27,581.44,2831.13,26161240,99.83,0,0,0.29,581.35,2831.15,26161241,99.92,0,0,0.17,581.37,2831.04,26161242,99.93,0,0,0.14,581.27,2831.07,26161243,99.81,0,0,0.51,581.94,2830.31,26161244,99.92,0,0,0.23,581.29,2830.9,26161245,99.87,0,0,0.29,581.93,2830.2,26161246,99.92,0,0,0.14,581.83,2830.22,26161247,99.94,0,0,0.18,581.73,2830.23,26161248,99.77,0,0,0.61,582.3,2829.58,26161249,99.9,0,0,0.19,581.44,2830.36,26161250,99.87,0,0,0.35,581.58,2830.15,26161251,99.9,0,0,0.18,581.46,2830.19,26161252,99.92,0,0,0.15,581.36,2830.2,26161253,99.84,0,0,0.32,581.69,2829.79,26161254,99.88,0,0,0.38,581.81,2829.59,26161255,99.88,0.01,0.01,0.29,581.73,2829.61,26161256,99.91,0,0.01,0.14,581.61,2829.65,26161257,99.9,0,0,0.14,581.49,2829.68,26161258,99.92,0,0,0.19,581.21,2829.88,26161259,99.78,0,0,0.63,581.89,2829.01,26161260,99.82,0,0,0.34,581.86,2828.95,26161261,99.93,0,0,0.18,581.86,2828.87,26161262,99.93,0,0,0.18,581.74,2828.9,26161263,99.94,0,0,0.18,581.63,2828.93,26161264,99.8,0,0,0.54,581.88,2828.6,26161265,99.82,0,0,0.37,581.43,2828.98,26161266,99.91,0,0,0.16,581.32,2829,26161267,99.92,0,0,0.14,581.3,2828.94,26161268,99.93,0,0,0.14,581.33,2828.84,26161269,99.68,0.01,0.01,0.67,582.38,2827.68,26161270,99.81,0,0,0.34,581.3,2828.69,26161271,99.88,0,0,0.14,581.17,2828.74,26161272,99.94,0,0,0.16,581.22,2828.6,26161273,99.95,0,0,0.14,581.15,2828.59,26161274,99.78,0,0,0.59,581.75,2827.92,26161275,99.86,0,0,0.36,581.69,2827.92,26161276,99.93,0,0,0.18,581.58,2827.95,26161277,99.91,0,0,0.22,581.47,2827.98,26161278,99.93,0,0,0.17,581.35,2828.02,26161279,99.76,0.01,0.01,0.54,581.99,2827.3,26161280,99.87,0,0,0.3,581.59,2827.64,26161281,99.93,0,0,0.14,581.46,2827.68,26161282,99.94,0,0,0.15,580.86,2828.2,26161283,99.94,0,0,0.15,580.25,2828.72,26161284,99.8,0,0,0.55,580.46,2828.43,26161285,99.89,0,0,0.3,580.61,2828.22,26161286,99.93,0,0,0.16,580.63,2828.12,26161287,99.92,0,0,0.14,580.53,2828.14,26161288,99.92,0,0,0.15,580.43,2828.17,26161289,99.8,0,0,0.43,580.85,2827.7,26161290,99.87,0,0,0.45,581.25,2827.25,26161291,99.94,0,0,0.14,581.16,2827.28,26161292,99.88,0,0,0.15,581.14,2827.23,26161293,99.93,0,0,0.14,581.17,2827.15,26161294,99.94,0,0,0.14,581.12,2827.18,26161295,99.04,0,0,0.7,580.46,2827.83,26161296,99.91,0,0,0.16,580.01,2828.22,26161297,99.94,0,0,0.14,579.92,2828.26,26161298,99.93,0,0,0.16,579.86,2828.27,26161299,99.77,0,0,0.27,581.42,2826.64,26161300,99.74,0,0,0.7,582.07,2825.87,26161301,99.92,0,0,0.14,581.22,2826.67,26161302,99.91,0,0,0.16,581.13,2826.7,26161303,99.93,0,0,0.14,581.07,2826.73,26161304,99.94,0,0,0.15,581.01,2826.77,26161305,99.75,0,0,0.71,581.16,2826.6,26161306,99.84,0,0,0.14,580.6,2827.13,26161307,99.93,0,0,0.16,580.53,2827.16,26161308,99.93,0,0,0.18,580.62,2827.01,26161309,99.91,0,0,0.14,580.6,2826.96,26161310,99.72,0,0,0.71,581.03,2826.52,26161311,99.94,0,0,0.17,580.24,2827.29,26161312,99.92,0,0,0.14,580.2,2827.31,26161313,99.92,0,0,0.16,580.34,2827.14,26161314,99.92,0,0,0.18,580.26,2827.15,26161315,99.72,0.01,0.01,0.67,581.81,2825.58,26161316,99.93,0,0.01,0.22,581.36,2825.99,26161317,99.92,0,0,0.14,581.32,2826.02,26161318,99.91,0,0,0.18,581.11,2826.19,26161319,99.91,0,0,0.14,581.01,2826.23,26161320,99.7,0,0,0.73,582.45,2824.77,26161321,99.93,0,0,0.16,581.5,2825.69,26161322,99.92,0,0,0.14,581.42,2825.72,26161323,99.93,0,0,0.16,581.36,2825.75,26161324,99.93,0,0,0.14,581.37,2825.67,26161325,99.67,0,0,0.61,581.08,2825.92,26161326,99.9,0,0,0.28,581.3,2825.65,26161327,99.93,0,0,0.16,581.28,2825.63,26161328,99.93,0,0,0.14,581.4,2825.47,26161329,99.88,0,0,0.28,581.31,2825.47,26161330,99.89,0.01,0.01,0.3,581.73,2824.99,26161331,99.78,0,0,0.52,581.83,2824.81,26161332,99.93,0,0,0.16,581.49,2825.06,26161333,99.9,0,0,0.15,581.51,2824.98,26161334,99.89,0,0,0.14,581.44,2825,26161335,99.85,0,0,0.3,581.13,2825.27,26161336,99.79,0,0,0.6,581.88,2824.47,26161337,99.91,0,0,0.21,581.62,2824.67,26161338,99.93,0,0,0.2,581.62,2824.62,26161339,99.88,0.01,0.01,0.16,581.68,2824.5,26161340,99.88,0.01,0,0.3,581.69,2824.47,26161341,99.78,0,0,0.64,580.71,2825.32,26161342,99.92,0,0,0.16,580.06,2825.92,26161343,99.9,0,0,0.16,579.92,2825.99,26161344,99.92,0,0,0.16,579.86,2826.01,26161345,99.87,0,0,0.3,580.64,2825.18,26161346,99.81,0,0,0.58,581.44,2824.35,26161347,99.92,0,0,0.16,581.05,2824.71,26161348,99.91,0,0,0.15,580.95,2824.73,26161349,99.93,0,0,0.15,580.88,2824.77,26161350,99.87,0,0,0.34,581.43,2824.19,26161351,99.78,0,0,0.52,582.02,2823.56,26161352,99.94,0,0,0.2,581.78,2823.76,26161353,99.9,0,0,0.14,581.77,2823.71,26161354,99.92,0,0,0.14,581.65,2823.78,26161355,99,0,0,0.34,581.65,2823.74,26161356,99.75,0,0,0.44,581.92,2823.44,26161357,99.9,0,0,0.32,581.28,2824.03,26161358,99.91,0,0,0.16,581.19,2824.06,26161359,99.85,0,0,0.29,581.18,2823.98,26161360,99.86,0,0,0.3,581.69,2823.44,26161361,99.8,0,0,0.61,582.02,2823.07,26161362,99.88,0.01,0.01,0.16,581.77,2823.27,26161363,99.93,0,0,0.22,581.78,2823.2,26161364,99.93,0,0,0.18,581.73,2823.2,26161365,99.88,0,0,0.34,581.94,2822.97,26161366,99.79,0,0,0.39,582.19,2822.68,26161367,99.93,0,0,0.3,581.78,2823.05,26161368,99.9,0,0,0.14,581.7,2823.07,26161369,99.92,0,0,0.14,581.64,2823.08,26161370,99.89,0,0,0.3,582.02,2822.68,26161371,99.92,0,0,0.16,581.97,2822.7,26161372,99.78,0,0,0.63,582.26,2822.38,26161373,99.95,0,0,0.15,581.84,2822.74,26161374,99.92,0,0,0.15,581.81,2822.71,26161375,99.84,0.01,0.01,0.32,581.47,2823.02,26161376,99.91,0.01,0.01,0.14,581.47,2822.98,26161377,99.78,0,0,0.59,582.13,2822.27,26161378,99.92,0,0,0.2,581.03,2823.31,26161379,99.91,0,0,0.14,580.79,2823.49,26161380,99.88,0,0,0.3,580.97,2823.28,26161381,99.91,0,0,0.17,580.96,2823.24,26161382,99.76,0,0,0.55,581.25,2822.91,26161383,99.92,0,0,0.17,580.86,2823.25,26161384,99.93,0,0,0.15,580.89,2823.15,26161385,99.85,0,0,0.3,581.65,2822.35,26161386,99.93,0,0,0.16,581.78,2822.2,26161387,99.74,0,0,0.49,582.27,2821.66,26161388,99.9,0,0,0.2,582.14,2821.75,26161389,99.89,0,0,0.27,581.58,2822.24,26161390,99.86,0,0,0.29,581.53,2822.28,26161391,99.9,0,0,0.16,581.49,2822.3,26161392,99.75,0,0,0.45,581.27,2822.49,26161393,99.91,0,0,0.26,580.21,2823.51,26161394,99.89,0,0,0.16,580.27,2823.43,26161395,98.92,0,0,0.32,581.69,2822.01,26161396,99.88,0,0,0.16,581.63,2822.02,26161397,99.74,0,0,0.56,581.95,2821.67,26161398,99.86,0,0,0.2,581.72,2821.85,26161399,99.87,0.01,0.01,0.18,581.86,2821.67,26161400,99.87,0,0,0.32,581.84,2821.7,26161401,99.89,0.01,0.15,0.2,581.93,2821.54,26161402,99.77,0,0.01,0.39,582.37,2821.04,26161403,99.87,0,0,0.29,582.12,2821.26,26161404,99.82,0,0,0.17,581.9,2821.44,26161405,99.87,0,0,0.3,581.78,2821.56,26161406,99.89,0,0,0.17,581.82,2821.51,26161407,99.85,0,0,0.15,581.87,2821.44,26161408,99.75,0,0,0.54,582.62,2820.66,26161409,99.91,0,0,0.14,582.25,2821.01,26161410,99.88,0,0,0.29,581.98,2821.29,26161411,99.9,0,0,0.14,581.91,2821.33,26161412,99.78,0,0,0.16,582.03,2821.17,26161413,99.77,0,0,0.55,582.55,2820.63,26161414,99.9,0,0,0.16,582.15,2821,26161415,99.82,0,0,0.3,581.88,2821.27,26161416,99.88,0,0,0.15,581.81,2821.3,26161417,99.85,0,0,0.16,581.82,2821.26,26161418,99.72,0,0,0.58,582.75,2820.3,26161419,99.82,0,0,0.29,581.94,2821.05,26161420,99.79,0,0,0.3,582.03,2820.97,26161421,99.84,0.01,0.01,0.21,581.91,2821.08,26161422,99.82,0,0,0.14,581.86,2821.12,26161423,99.72,0,0,0.5,582.49,2820.46,26161424,99.89,0,0,0.2,581.89,2821.02,26161425,99.72,0,0,0.32,581.63,2821.29,26161426,99.85,0,0,0.13,581.57,2821.33,26161427,99.85,0,0,0.16,581.52,2821.36,26161428,99.72,0,0,0.43,582.12,2820.73,26161429,99.81,0,0,0.29,582.2,2820.6,26161430,99.77,0,0,0.3,581.08,2821.72,26161431,99.85,0,0,0.17,580.97,2821.8,26161432,99.82,0,0,0.15,580.92,2821.84,26161433,99.71,0,0,0.48,581.69,2821.03,26161434,99.85,0,0,0.19,582.09,2820.59,26161435,99.8,0,0,0.3,581.51,2821.17,26161436,99.84,0.01,0.01,0.16,581.42,2821.22,26161437,99.82,0,0,0.15,581.54,2821.06,26161438,99.7,0,0,0.45,581.76,2820.82,26161439,99.81,0,0,0.29,581.43,2821.12,26161440,99.8,0,0,0.32,581.21,2821.32,26161441,99.85,0,0,0.16,581.26,2821.23,26161442,99.82,0,0,0.17,581.2,2821.25,26161443,99.71,0,0,0.31,581.69,2820.74,26161444,99.83,0,0,0.39,580.59,2821.81,26161445,99.79,0,0,0.29,581.53,2820.86,26161446,99.83,0,0,0.16,581.5,2820.87,26161447,99.83,0,0,0.15,581.5,2820.83,26161448,99.85,0,0,0.15,581.73,2820.55,26161449,99.66,0,0,0.75,581.99,2820.25,26161450,99.8,0,0,0.32,581.7,2820.53,26161451,99.83,0,0,0.21,581.66,2820.56,26161452,99.85,0,0,0.16,581.62,2820.59,26161453,99.85,0,0,0.17,581.54,2820.62,26161454,99.71,0,0,0.55,582.04,2820.09,26161455,99.73,0,0,0.32,580.9,2821.21,26161456,99.85,0,0,0.17,580.82,2821.26,26161457,99.83,0,0,0.23,580.75,2821.29,26161458,99.84,0,0,0.17,580.71,2821.32,26161459,99.69,0.01,0.01,0.58,581.7,2820.3,26161460,99.79,0,0,0.31,581.77,2820.24,26161461,99.85,0,0,0.18,581.72,2820.25,26161462,99.85,0,0,0.18,581.64,2820.28,26161463,99.84,0,0,0.18,581.36,2820.51,26161464,99.69,0,0,0.57,581.82,2820.04,26161465,99.81,0,0,0.32,581.02,2820.84,26161466,99.85,0,0,0.19,580.98,2820.87,26161467,99.84,0,0,0.16,581.08,2820.74,26161468,99.83,0,0,0.17,581.05,2820.74,26161469,99.71,0,0,0.57,581.55,2820.2,26161470,99.78,0,0,0.32,581.43,2820.31,26161471,99.83,0,0,0.17,581.37,2820.34,26161472,99.85,0,0,0.17,581.32,2820.37,26161473,99.83,0,0,0.17,581.27,2820.4,26161474,99.72,0,0,0.45,581.67,2819.98,26161475,99.78,0,0,0.48,581.93,2819.71,26161476,99.86,0,0,0.19,581.85,2819.79,26161477,99.85,0,0,0.18,581.8,2819.82,26161478,99.84,0,0,0.18,581.76,2819.85,26161479,99.65,0,0,0.7,581.87,2819.69,26161480,99.81,0,0,0.32,581,2820.57,26161481,99.84,0,0,0.17,581.08,2820.46,26161482,99.84,0,0,0.17,581.03,2820.49,26161483,99.85,0,0,0.16,580.99,2820.52,26161484,99.73,0,0,0.3,581.67,2819.83,26161485,99.72,0,0,0.55,581.67,2819.84,26161486,99.85,0,0,0.16,581.61,2819.89,26161487,99.84,0,0,0.14,581.74,2819.74,26161488,99.85,0,0,0.14,581.72,2819.76,26161489,99.81,0,0,0.15,581.68,2819.79,26161490,99.6,0.01,0.44,0.77,582.41,2818.95,26161491,99.86,0,0,0.16,581.83,2819.52,26161492,99.85,0,0,0.14,581.79,2819.55,26161493,99.84,0,0,0.16,581.75,2819.58,26161494,99.84,0,0,0.13,581.72,2819.61,26161495,99.67,0,0,0.69,582.14,2819.2,26161496,99.83,0.01,0.01,0.14,582.07,2819.25,26161497,99.85,0,0,0.16,582.05,2819.27,26161498,99.83,0,0,0.18,581.75,2819.55,26161499,99.83,0,0,0.15,581.47,2819.82,26161500,99.61,0,0,0.71,581.38,2819.91,26161501,99.82,0,0,0.18,580.91,2820.36,26161502,99.85,0,0,0.15,580.89,2820.38,26161503,99.85,0,0,0.16,581.01,2820.25,26161504,99.83,0,0,0.14,581,2820.26,26161505,99.65,0,0,0.69,581.72,2819.54,26161506,99.78,0,0,0.16,580.92,2820.32,26161507,99.87,0,0,0.14,580.86,2820.35,26161508,99.85,0,0,0.16,580.82,2820.38,26161509,99.78,0,0,0.34,581.48,2819.42,26161510,99.64,0,0,0.65,582.4,2818.5,26161511,99.84,0,0,0.22,581.85,2819.04,26161512,99.85,0,0,0.14,581.81,2819.07,26161513,99.85,0,0,0.15,581.77,2819.1,26161514,99.85,0,0,0.14,581.73,2819.16,26161515,99.64,0,0,0.7,581.92,2818.98,26161516,99.85,0,0,0.14,581.83,2819.04,26161517,99.83,0,0,0.21,581.79,2819.07,26161518,99.86,0,0,0.15,581.75,2819.1,26161519,99.84,0.01,0.01,0.14,581.7,2819.13,26161520,99.65,0,0,0.71,581.76,2819.07,26161521,99.85,0,0,0.14,580.88,2819.93,26161522,99.85,0,0,0.18,581.04,2819.76,26161523,99.85,0,0,0.18,581.04,2819.76,26161524,99.86,0,0,0.18,581.01,2819.78,26161525,99.76,0,0,0.35,581.22,2819.56,26161526,99.71,0,0,0.55,581.27,2819.48,26161527,99.85,0,0,0.18,580.62,2820.12,26161528,99.85,0,0,0.18,580.58,2820.15,26161529,99.83,0,0,0.28,578.64,2822.12,26161530,99.79,0,0,0.34,570.32,2830.64,26161531,99.68,0,0,0.63,570.37,2830.57,26161532,99.86,0,0,0.18,569.92,2831,26161533,99.85,0,0,0.18,569.88,2831.03,26161534,99.82,0,0,0.18,569.86,2831.03,26161535,99.72,0,0,0.34,570.11,2830.81,26161536,99.71,0,0,0.55,571.35,2829.55,26161537,99.83,0,0,0.14,571.12,2829.77,26161538,99.82,0,0,0.14,571.08,2829.79,26161539,99.74,0,0,0.28,570.8,2830.02,26161540,99.76,0,0,0.29,570.08,2830.76,26161541,99.71,0,0,0.55,571.29,2829.52,26161542,99.85,0,0,0.16,570.96,2829.83,26161543,99.86,0,0,0.14,570.92,2829.86,26161544,99.84,0,0,0.16,570.91,2829.86,26161545,99.83,0,0,0.3,571.15,2829.64,26161546,99.71,0,0,0.55,570.99,2829.77,26161547,99.85,0,0,0.16,570.03,2830.72,26161548,99.84,0,0,0.18,570.01,2830.73,26161549,99.85,0,0,0.15,569.96,2830.75,26161550,99.8,0,0,0.35,570.44,2830.28,26161551,99.7,0,0,0.55,571,2829.71,26161552,99.86,0,0,0.15,570.88,2829.82,26161553,99.84,0,0,0.15,570.84,2829.83,26161554,99.84,0,0,0.16,570.81,2829.84,26161555,99.79,0,0,0.3,570.81,2829.86,26161556,99.72,0,0,0.41,571.51,2829.15,26161557,99.84,0,0,0.28,571.08,2829.58,26161558,99.83,0,0,0.2,570.94,2829.71,26161559,99.85,0,0,0.2,570.63,2829.98,26161560,99.79,0,0,0.3,571.11,2829.51,26161561,99.7,0,0,0.41,571.44,2829.17,26161562,99.86,0,0,0.33,571.28,2829.31,26161563,99.76,0.02,0.04,0.52,571.58,2828.94,26161564,99.78,0.03,0.18,0.23,574.57,2825.54,26161565,99.78,0,0,0.36,580.97,2818.39,26161566,99.7,0,0,0.41,581.55,2817.79,26161567,99.85,0,0,0.28,581.38,2817.96,26161568,99.85,0,0,0.15,581.33,2817.99,26161569,99.79,0,0,0.43,581.41,2817.75,26161570,99.82,0,0,0.3,581.86,2817.28,26161571,99.84,0,0,0.13,581.83,2817.31,26161572,99.7,0,0,0.59,582.13,2816.99,26161573,99.84,0,0,0.18,581.91,2817.19,26161574,99.83,0,0,0.18,581.87,2817.23,26161575,99.78,0,0,0.35,581.6,2817.5,26161576,98.88,0,0,0.18,581.55,2817.55,26161577,99.71,0,0,0.58,582,2817.08,26161578,99.83,0,0,0.15,581.47,2817.6,26161579,99.85,0.01,0.01,0.14,581.59,2817.46,26161580,99.79,0,0,0.29,581.81,2817.24,26161581,99.84,0,0.01,0.15,581.75,2817.3,26161582,99.71,0,0,0.61,581.31,2817.73,26161583,99.83,0,0,0.18,580.69,2818.34,26161584,99.85,0,0,0.18,580.82,2818.2,26161585,99.82,0,0,0.36,581.79,2817.23,26161586,99.85,0,0,0.18,581.73,2817.28,26161587,99.76,0,0,0.6,581.34,2817.66,26161588,99.9,0,0,0.18,580.43,2818.56,26161589,99.9,0,0,0.18,580.36,2818.59,26161590,99.87,0,0,0.32,581.15,2817.8,26161591,99.94,0,0,0.19,580.73,2818.22,26161592,99.77,0,0,0.58,581.4,2817.54,26161593,99.95,0,0,0.2,581.17,2817.77,26161594,99.94,0,0,0.18,581.12,2817.8,26161595,99.84,0,0,0.3,581.11,2817.83,26161596,99.95,0,0,0.19,581.07,2817.85,26161597,94.24,0.34,0.01,78.31,595.84,2803.05,26161598,99.85,0,0,180.03,583.63,2814.53,26161599,99.88,0,0,0.32,583.34,2814.78,26161600,99.9,0,0,0.3,583.56,2814.57,26161601,99.92,0,0,0.14,583.53,2814.6,26161602,99.8,0,0,0.6,583.52,2814.6,26161603,99.92,0,0,0.17,581.01,2817.16,26161604,99.95,0,0,0.14,580.98,2817.18,26161605,99.9,0,0,0.29,580.95,2817.21,26161606,99.92,0,0,0.14,580.91,2817.24,26161607,99.78,0,0,0.32,581.49,2816.65,26161608,99.92,0,0,0.38,581.09,2817.06,26161609,99.95,0,0,0.14,581.12,2817.03,26161610,99.85,0,0,0.28,580.99,2817.17,26161611,99.92,0,0,0.16,580.92,2817.22,26161612,99.92,0,0,0.16,580.88,2817.24,26161613,99.78,0,0,0.54,581.21,2816.9,26161614,99.95,0,0,0.15,580.81,2817.29,26161615,99.86,0,0,0.34,580.8,2817.32,26161616,99.95,0,0,0.14,580.94,2817.17,26161617,99.92,0,0,0.16,580.9,2817.2,26161618,99.76,0,0,0.56,581.46,2816.63,26161619,99.93,0,0,0.14,580.83,2817.26,26161620,99.81,0,0,0.3,580.57,2817.53,26161621,99.92,0,0,0.14,580.51,2817.56,26161622,99.93,0,0,0.14,580.48,2817.57,26161623,99.8,0.01,0.01,0.58,581.8,2816.23,26161624,99.91,0,0.01,0.16,581.31,2816.71,26161625,99.9,0,0,0.3,581.3,2816.73,26161626,99.93,0,0,0.16,581.26,2816.78,26161627,99.9,0,0,0.14,581.22,2816.81,26161628,99.78,0,0,0.49,581.13,2816.89,26161629,99.79,0,0,0.32,581,2816.99,26161630,99.88,0,0,0.28,581.32,2816.69,26161631,99.95,0,0,0.15,581.28,2816.71,26161632,99.93,0,0,0.16,581.24,2816.74,26161633,99.81,0,0,0.52,581.7,2816.28,26161634,99.93,0,0,0.2,581.42,2816.56,26161635,99.88,0,0,0.34,581.26,2816.73,26161636,99.92,0,0,0.19,581.31,2816.68,26161637,98.79,0,0,0.2,581.28,2816.71,26161638,99.78,0,0.01,0.56,581.95,2816.03,26161639,99.93,0.01,0.01,0.22,581.19,2816.78,26161640,99.85,0,0.01,0.29,581.18,2816.81,26161641,99.76,0.03,1.29,0.23,581.22,2816.78,26161642,99.58,0.06,2.7,0.25,581.23,2816.71,26161643,99.78,0,0,0.41,581.64,2816.29,26161644,99.93,0,0,0.29,581.65,2816.27,26161645,99.84,0,0,0.36,581.15,2816.77,26161646,99.93,0,0,0.13,581.11,2816.81,26161647,99.9,0,0,0.16,581.25,2816.67,26161648,99.8,0.01,0.01,0.39,581.61,2816.3,26161649,99.88,0.02,3.16,0.66,580.88,2814.89,26161650,99.82,0,0.21,0.29,581.22,2814.36,26161651,99.92,0,0.09,0.19,581.32,2814.24,26161652,99.89,0,0,0.18,581.28,2814.27,26161653,99.77,0,0,0.32,581.61,2813.93,26161654,99.93,0,0,0.37,581.93,2813.6,26161655,99.84,0,0,0.3,582.16,2813.38,26161656,99.95,0,0,0.15,582.25,2813.29,26161657,99.91,0,0,0.15,582.27,2813.25,26161658,99.07,0,0,0.14,582.23,2813.28,26161659,99.75,0,0,0.69,582.33,2813.13,26161660,99.86,0,0,0.3,582.15,2813.33,26161661,99.93,0,0,0.15,582.1,2813.37,26161662,99.89,0.01,0.01,0.17,582.11,2813.36,26161663,99.93,0,0,0.14,582.12,2813.34,26161664,99.79,0,0,0.56,582.43,2813.03,26161665,99.87,0,0,0.35,581.84,2813.64,26161666,99.91,0,0,0.13,582,2813.47,26161667,99.93,0,0,0.14,581.98,2813.48,26161668,99.95,0,0,0.16,581.94,2813.51,26161669,99.78,0,0.02,0.55,582.41,2813.03,26161670,99.88,0,0,0.29,582.11,2813.34,26161671,99.95,0,0,0.14,582.07,2813.38,26161672,99.93,0,0,0.16,582.21,2813.24,26161673,99.95,0,0,0.15,582.19,2813.26,26161674,99.77,0.01,0.01,0.63,582.61,2812.82,26161675,99.87,0,0,0.37,581.63,2813.81,26161676,99.94,0,0,0.17,581.58,2813.86,26161677,99.92,0,0,0.15,581.63,2813.81,26161678,99.89,0.02,0.13,0.18,581.58,2813.83,26161679,99.83,0,0,0.58,581.97,2813.41,26161680,99.86,0,0,0.3,581.84,2813.54,26161681,99.95,0,0,0.14,581.81,2813.57,26161682,99.92,0,0,0.16,581.78,2813.59,26161683,99.9,0.01,0.01,0.16,581.75,2813.62,26161684,99.76,0.01,0.01,0.56,582.31,2813.05,26161685,99.84,0,0,0.3,582.35,2813.03,26161686,99.9,0.01,1.77,0.14,582.32,2813.06,26161687,99.93,0.01,0.59,0.27,582.34,2812.95,26161688,99.88,0,0,0.18,582.39,2812.83,26161689,99.71,0,0,0.54,582.27,2812.93,26161690,99.88,0,0,0.46,581.72,2813.49,26161691,99.95,0,0,0.15,581.69,2813.51,26161692,99.93,0,0,0.15,581.65,2813.54,26161693,99.95,0,0,0.16,581.61,2813.57,26161694,99.92,0,0,0.13,581.57,2813.59,26161695,99.71,0,0,0.73,583.27,2811.9,26161696,99.93,0,0,0.18,582.92,2812.24,26161697,99.94,0,0,0.18,582.65,2812.51,26161698,99.92,0.01,0.01,0.16,582.61,2812.52,26161699,99.93,0.01,0.01,0.17,582.5,2812.35,26161700,99.7,0,0,0.67,583,2811.87,26161701,99.93,0.03,0.04,0.17,582.59,2812.27,26161702,99.9,0.06,0.07,0.3,582.51,2812.3,26161703,99.93,0,0,0.18,582.44,2812.36,26161704,99.93,0,0,0.14,582.42,2812.36,26161705,99.76,0,0,0.72,583.01,2811.79,26161706,99.93,0,0,0.13,582.31,2812.49,26161707,99.92,0,0,0.16,582.27,2812.52,26161708,99.93,0,0,0.14,582.23,2812.55,26161709,99.9,0,0,0.15,582.18,2812.58,26161710,99.78,0,0,0.64,582.35,2812.43,26161711,99.95,0,0,0.21,581.9,2812.88,26161712,99.93,0,0,0.13,582.04,2812.73,26161713,99.93,0,0,0.16,582.01,2812.76,26161714,99.94,0,0,0.14,581.98,2812.78,26161715,99.77,0,0,0.69,582.63,2812.14,26161716,99.93,0,0,0.14,582.43,2812.34,26161717,99.94,0,0,0.16,582.38,2812.37,26161718,99.93,0,0,0.14,582.35,2812.39,26161719,99.87,0.01,0.01,0.3,582.74,2811.96,26161720,99.76,0,0,0.74,583.23,2811.49,26161721,99.93,0,0,0.15,582.36,2812.35,26161722,99.91,0,0,0.13,582.49,2812.2,26161723,99.94,0,0,0.16,582.45,2812.24,26161724,99.95,0,0,0.14,582.41,2812.27,26161725,99.78,0,0,0.55,582.41,2812.28,26161726,99.93,0,0,0.3,582.36,2812.33,26161727,99.91,0,0,0.14,582.32,2812.36,26161728,99.95,0,0,0.14,582.33,2812.35,26161729,99.92,0,0,0.16,582.44,2812.23,26161730,99.71,0,0,0.56,582.7,2811.98,26161731,99.93,0,0,0.29,581.43,2813.25,26161732,99.94,0,0,0.16,581.39,2813.28,26161733,99.93,0,0,0.14,581.35,2813.31,26161734,99.93,0,0,0.15,581.32,2813.34,26161735,99.75,0,0,0.6,582.5,2812.17,26161736,99.94,0,0,0.27,582.92,2811.74,26161737,99.94,0,0,0.14,582.9,2811.76,26161738,99.93,0,0,0.33,582.72,2811.72,26161739,99.93,0,0,0.15,582.29,2811.58,26161740,99.82,0,0,0.29,582.33,2811.56,26161741,99.79,0,0,0.57,583.04,2810.84,26161742,99.95,0,0,0.15,582.53,2811.34,26161743,99.94,0,0.01,0.14,582.62,2811.25,26161744,99.93,0,0.01,0.15,582.58,2811.28,26161745,99.84,0,0,0.29,582.42,2811.46,26161746,99.81,0,0,0.58,582.29,2811.59,26161747,99.93,0,0,0.17,582,2811.87,26161748,99.92,0,0,0.17,581.98,2811.88,26161749,99.89,0,0,0.3,581.63,2812.2,26161750,99.85,0,0,0.32,582.08,2811.76,26161751,99.8,0,0,0.56,582.43,2811.4,26161752,99.95,0,0,0.18,582.04,2811.79,26161753,99.92,0,0,0.17,582,2811.82,26161754,99.92,0,0,0.18,581.97,2811.85,26161755,99.89,0,0,0.34,581.74,2812.09,26161756,99.76,0,0,0.43,582.03,2811.79,26161757,99.91,0,0,0.33,581.59,2812.22,26161758,99.5,0,0,0.14,581.55,2812.24,26161759,99.94,0.01,0.01,0.14,581.51,2812.28,26161760,99.9,0,0,0.29,581.5,2812.31,26161761,99.8,0,0,0.55,581.62,2812.2,26161762,99.91,0,0,0.17,581.24,2812.58,26161763,99.95,0,0,0.14,581.35,2812.46,26161764,99.9,0,0,0.15,581.32,2812.48,26161765,99.84,0,0,0.3,582.27,2811.55,26161766,99.79,0,0,0.56,582.48,2811.33,26161767,99.94,0,0,0.14,581.72,2812.09,26161768,99.91,0,0,0.16,581.69,2812.1,26161769,99.92,0,0,0.15,581.82,2811.96,26161770,99.83,0,0,0.29,581.81,2811.99,26161771,99.78,0,0,0.47,582.13,2811.52,26161772,99.88,0,0,0.45,581.7,2810.57,26161773,99.94,0,0,0.14,581.66,2810.6,26161774,99.92,0,0,0.14,581.63,2810.63,26161775,99.88,0,0,0.3,581.93,2810.35,26161776,99.95,0,0,0.17,582.01,2810.26,26161777,99.78,0,0.01,0.68,578.82,2813.4,26161778,99.93,0,0,0.25,571.46,2820.91,26161779,99.86,0,0,0.27,570.97,2821.37,26161780,99.84,0,0,0.29,571.17,2821.19,26161781,99.93,0,0,0.16,571.16,2821.2,26161782,99.78,0,0,0.55,572.03,2820.32,26161783,99.95,0,0,0.17,571.77,2820.57,26161784,99.94,0,0,0.14,571.74,2820.6,26161785,99.88,0,0,0.32,571.03,2821.32,26161786,99.93,0,0,0.14,570.98,2821.37,26161787,99.81,0,0,0.54,571.88,2820.46,26161788,99.93,0,0,0.17,571.68,2820.66,26161789,99.92,0,0,0.14,571.67,2820.67,26161790,99.88,0,0,0.41,570.47,2821.64,26161791,99.95,0,0,0.16,570.38,2821.72,26161792,99.8,0,0,0.48,571.48,2820.63,26161793,99.95,0,0,0.21,571.03,2821.08,26161794,99.94,0,0,0.16,571.01,2821.09,26161795,99.5,0,0,0.38,571.77,2820.26,26161796,99.93,0,0,0.26,571.56,2820.38,26161797,99.81,0,0,0.55,571.42,2820.52,26161798,99.91,0,0,0.19,570.46,2821.48,26161799,99.93,0,0,0.16,571,2820.93,26161800,99.86,0,0,0.34,571.71,2820.23,26161801,99.93,0,0,0.13,571.72,2820.23,26161802,99.78,0,0,0.55,572.04,2819.91,26161803,99.93,0,0,0.15,571.75,2820.2,26161804,99.93,0,0,0.16,571.83,2820.11,26161805,99.89,0,0,0.33,571.84,2820.11,26161806,99.96,0,0,0.16,571.81,2820.14,26161807,99.79,0,0,0.4,572.34,2819.6,26161808,99.93,0,0,0.32,571.27,2820.66,26161809,99.89,0,0,0.31,571.73,2820.18,26161810,99.87,0,0,0.3,571.47,2820.45,26161811,99.92,0,0,0.16,571.46,2820.46,26161812,99.8,0,0,0.43,571.75,2820.16,26161813,99.93,0,0,0.33,570.51,2821.41,26161814,99.94,0,0,0.2,570.62,2821.29,26161815,99.88,0,0,0.33,570.63,2821.29,26161816,99.93,0,0,0.15,570.6,2821.32,26161817,99.75,0,0,0.43,571.24,2820.66,26161818,99.4,0,0,0.37,571.77,2820.12,26161819,99.93,0.01,0.01,0.16,571.75,2820.12,26161820,99.9,0,0,0.3,571.75,2820.14,26161821,99.94,0,0,0.14,571.73,2820.16,26161822,99.93,0,0,0.13,571.71,2820.18,26161823,99.81,0,0,0.56,571.84,2820.04,26161824,99.93,0,0,0.16,571.47,2820.4,26161825,99.88,0,0,0.3,571.58,2820.3,26161826,99.94,0,0,0.14,571.55,2820.32,26161827,99.91,0,0,0.16,571.54,2820.33,26161828,99.77,0,0,0.55,571.86,2820.01,26161829,99.92,0,0,0.18,571.5,2820.36,26161830,99.88,0,0,0.29,571.74,2820.14,26161831,99.94,0,0,0.14,571.73,2820.15,26161832,99.95,0,0,0.16,571.69,2820.18,26161833,99.78,0,0,0.54,572.03,2819.84,26161834,99.93,0,0,0.16,571.65,2820.21,26161835,99.89,0,0,0.31,571.2,2820.68,26161836,99.91,0,0,0.15,571.31,2820.55,26161837,99.93,0,0,0.17,571.27,2820.58,26161838,99.8,0,0,0.53,572.01,2819.83,26161839,99.75,0,0,0.32,571.77,2820.05,26161840,99.87,0,0,0.36,572.05,2819.78,26161841,99.95,0,0,0.18,571.94,2819.89,26161842,99.94,0,0,0.18,571.93,2819.89,26161843,99.81,0,0,0.57,572.38,2819.44,26161844,99.94,0,0,0.15,571.88,2819.95,26161845,99.87,0,0,0.3,571.89,2819.96,26161846,99.93,0,0,0.15,571.91,2819.94,26161847,99.94,0,0,0.17,572.02,2819.81,26161848,99.8,0,0,0.4,572.34,2819.49,26161849,99.95,0,0,0.31,571.98,2819.85,26161850,99.86,0,0,0.31,571.97,2819.87,26161851,99.93,0,0,0.15,571.96,2819.87,26161852,99.93,0,0,0.18,571.93,2819.9,26161853,99.79,0,0,0.5,572.25,2819.57,26161854,99.93,0,0,0.25,571.88,2819.93,26161855,99.83,0,0,0.29,572.13,2819.7,26161856,99.93,0,0,0.14,572.11,2819.73,26161857,99.93,0,0,0.16,572.09,2819.74,26161858,99.84,0,0,0.21,572.28,2819.55,26161859,99.87,0,0,0.55,572.09,2819.73,26161860,99.88,0,0,0.3,572.22,2819.62,26161861,99.93,0,0,0.17,572.2,2819.62,26161862,99.95,0,0,0.17,572.17,2819.64,26161863,99.93,0,0,0.17,572.15,2819.66,26161864,99.8,0,0,0.56,572.28,2819.53,26161865,99.9,0,0,0.34,571.63,2820.19,26161866,99.95,0,0,0.18,571.61,2820.21,26161867,99.93,0.01,0.01,0.16,571.6,2820.21,26161868,99.94,0,0,0.18,571.7,2820.1,26161869,99.77,0,0,0.68,572.22,2819.55,26161870,99.89,0,0,0.34,572.14,2819.63,26161871,99.93,0,0,0.21,572.11,2819.66,26161872,99.93,0,0,0.2,572.1,2819.67,26161873,99.94,0,0,0.2,572.07,2819.69,26161874,99.81,0,0,0.57,572.27,2819.48,26161875,99.85,0,0,0.36,572.02,2819.73,26161876,99.93,0,0,0.16,572.01,2819.73,26161877,99.92,0,0,0.24,571.75,2819.99,26161878,99.91,0,0,0.17,571.9,2819.83,26161879,99.8,0.01,0.01,0.6,572.35,2819.38,26161880,99.86,0,0,0.35,572.11,2819.62,26161881,99.96,0,0,0.2,572.09,2819.64,26161882,99.93,0,0,0.2,572.07,2819.66,26161883,99.9,0,0,0.2,572.04,2819.68,26161884,99.77,0,0,0.6,572.02,2819.69,26161885,99.84,0,0,0.32,571.03,2820.7,26161886,99.55,0,0,0.29,571.32,2820.4,26161887,99.94,0,0,0.2,571.24,2820.47,26161888,99.91,0,0,0.2,571.21,2820.49,26161889,99.77,0,0,0.59,571.87,2819.83,26161890,99.84,0,0,0.35,572.45,2819.26,26161891,99.93,0,0,0.2,572.36,2819.34,26161892,99.93,0,0,0.18,572.34,2819.37,26161893,99.93,0,0,0.17,572.31,2819.39,26161894,99.76,0,0,0.47,572.65,2819.06,26161895,99.87,0,0,0.47,571.83,2819.92,26161896,99.92,0,0,0.2,571.77,2819.96,26161897,99.93,0,0,0.2,571.76,2819.98,26161898,99.9,0,0.01,0.19,571.76,2819.97,26161899,99.63,0,0,0.35,572.59,2819.11,26161900,99.68,0,0,0.71,572.49,2819.22,26161901,99.93,0,0,0.18,571.59,2820.11,26161902,99.92,0,0,0.16,571.56,2820.13,26161903,99.95,0,0,0.17,571.54,2820.14,26161904,99.92,0.01,0.01,0.18,571.53,2820.17,26161905,99.77,0,0,0.68,571.76,2819.96,26161906,99.93,0,0,0.17,571.35,2820.36,26161907,99.92,0,0,0.17,571.34,2820.37,26161908,99.91,0,0,0.17,571.31,2820.39,26161909,99.93,0,0,0.16,571.29,2820.41,26161910,99.73,0,0,0.75,571.94,2819.78,26161911,99.92,0,0,0.19,571.26,2820.44,26161912,99.91,0,0,0.19,571.23,2820.46,26161913,99.93,0,0,0.2,571.18,2820.49,26161914,99.93,0,0,0.21,571.17,2820.49,26161915,99.75,0,0,0.73,572.05,2819.63,26161916,99.93,0,0,0.16,571.83,2819.84,26161917,99.93,0,0,0.17,571.8,2819.87,26161918,99.91,0,0,0.2,571.82,2819.84,26161919,99.92,0,0,0.18,571.52,2820.15,26161920,99.64,0,0,0.6,572.11,2819.57,26161921,99.94,0,0,0.29,571.73,2819.93,26161922,99.94,0,0,0.18,571.72,2819.94,26161923,99.93,0,0,0.17,571.69,2819.96,26161924,99.93,0,0,0.17,571.68,2819.98,26161925,99.75,0,0,0.62,571.57,2820.1,26161926,99.93,0,0,0.32,570.92,2820.75,26161927,99.91,0,0,0.16,570.96,2820.7,26161928,99.91,0,0,0.18,571.06,2820.59,26161929,99.89,0,0,0.29,571.76,2819.87,26161930,99.73,0,0,0.6,572.11,2819.53,26161931,99.92,0,0,0.31,571.75,2819.89,26161932,99.94,0,0,0.17,571.71,2819.92,26161933,99.93,0,0,0.16,571.7,2819.92,26161934,99.89,0,0,0.16,571.47,2820.2,26161935,99.74,0,0,0.61,572.43,2819.27,26161936,99.92,0,0,0.31,571.66,2820.03,26161937,99.93,0,0,0.22,571.65,2820.03,26161938,99.93,0,0,0.17,571.62,2820.05,26161939,99.94,0.01,0.01,0.16,571.74,2819.93,26161940,99.85,0,0,0.31,571.78,2819.91,26161941,99.75,0,0,0.59,572.14,2819.53,26161942,99.95,0,0,0.16,571.49,2820.18,26161943,99.92,0,0,0.17,571.46,2820.21,26161944,99.93,0,0,0.19,571.44,2820.21,26161945,99.83,0,0,0.36,570.5,2821.16,26161946,99.8,0,0,0.64,570.95,2820.72,26161947,99.94,0,0,0.16,570.4,2821.26,26161948,99.91,0,0.02,0.2,570.5,2821.16,26161949,99.91,0,0,0.17,570.51,2821.14,26161950,99.84,0,0.01,0.33,570.5,2821.16,26161951,99.75,0,0,0.57,570.69,2820.98,26161952,99.9,0,0,0.17,570.19,2821.47,26161953,99.91,0,0,0.19,570.18,2821.48,26161954,99.93,0,0,0.16,570.15,2821.5,26161955,99.88,0,0,0.35,571.6,2820.07,26161956,99.81,0,0,0.56,571.44,2820.22,26161957,99.87,0,0,0.2,570.55,2821.1,26161958,99.89,0,0,0.19,570.55,2821.1,26161959,99.84,0,0,0.31,571.46,2820.16,26161960,99.29,0,0,0.37,571.73,2819.9,26161961,95.18,0.26,0.01,77.86,585.71,2806.26,26161962,99.84,0,0,179.41,574.16,2816.97,26161963,99.92,0,0,0.16,574.15,2816.98,26161964,99.89,0,0,0.17,574.12,2817.01,26161965,99.88,0,0,0.33,574.13,2817.01,26161966,99.81,0,0,0.64,574.14,2817,26161967,99.9,0,0,0.14,571.67,2819.49,26161968,99.83,0,0,0.16,571.65,2819.51,26161969,99.87,0,0,0.18,571.63,2819.52,26161970,99.88,0,0,0.33,571.88,2819.29,26161971,99.8,0,0,0.37,572.58,2818.59,26161972,99.88,0,0,0.39,572.06,2819.14,26161973,99.9,0,0,0.17,572.04,2819.15,26161974,99.89,0,0,0.16,572.01,2819.17,26161975,99.85,0,0,0.35,572.02,2819.18,26161976,99.89,0,0,0.17,571.99,2819.2,26161977,99.7,0,0,0.61,571.22,2819.97,26161978,99.81,0.01,0.01,0.24,570.78,2820.41,26161979,99.86,0,0,0.22,571.44,2819.73,26161980,99.79,0,0,0.35,571.8,2819.39,26161981,99.91,0,0,0.19,571.78,2819.4,26161982,99.75,0,0,0.58,571.38,2819.8,26161983,99.87,0,0,0.17,570.74,2820.43,26161984,99.92,0,0,0.18,570.73,2820.43,26161985,99.87,0,0,0.38,571.94,2819.24,26161986,99.88,0,0,0.17,571.91,2819.26,26161987,99.75,0,0,0.59,571.35,2819.83,26161988,99.84,0,0,0.14,570.64,2820.53,26161989,99.67,0,0,0.27,571.85,2819.29,26161990,99.75,0,0,0.35,571.08,2820.08,26161991,99.85,0,0,0.18,571.04,2820.11,26161992,99.73,0,0,0.57,571.94,2819.21,26161993,99.87,0,0,0.19,571.99,2819.16,26161994,99.85,0,0,0.15,571.96,2819.19,26161995,99.77,0,0,0.33,571.95,2819.22,26161996,99.81,0,0,0.15,571.92,2819.25,26161997,99.72,0,0,0.62,571.86,2819.3,26161998,99.85,0,0,0.18,570.88,2820.27,26161999,98.18,0.01,0.01,0.18,570.87,2820.28,26162000,99.79,0,0,0.35,570.1,2821.07,26162001,99.85,0,0,0.18,570.04,2821.13,26162002,99.7,0,0,0.58,570.68,2820.48,26162003,99.88,0,0,0.18,571.22,2819.93,26162004,99.85,0,0,0.18,571.21,2819.94,26162005,99.82,0,0,0.36,571.69,2819.48,26162006,99.85,0,0,0.18,571.68,2819.48,26162007,99.69,0,0,0.4,572.38,2818.78,26162008,99.86,0,0,0.37,571.63,2819.53,26162009,99.87,0,0,0.14,571.62,2819.54,26162010,99.83,0,0,0.36,571.63,2819.54,26162011,99.85,0,0,0.17,571.73,2819.44,26162012,99.87,0,0,0.14,571.77,2819.39,26162013,99.73,0,0,0.55,571.71,2819.45,26162014,99.84,0,0,0.14,570.98,2820.17,26162015,99.8,0,0,0.33,571.23,2819.93,26162016,99.83,0,0,0.15,571.2,2819.96,26162017,99.82,0,0,0.16,571.18,2819.98,26162018,99.71,0,0,0.55,571.82,2819.34,26162019,99.81,0,0,0.27,571.86,2819.27,26162020,99.7,0,0,0.35,571.88,2819.27,26162021,99.87,0,0,0.15,571.85,2819.29,26162022,99.87,0,0,0.14,571.96,2819.18,26162023,99.72,0,0,0.55,572.47,2818.66,26162024,99.87,0,0,0.16,572.21,2818.92,26162025,99.8,0,0,0.41,572.22,2818.93,26162026,99.84,0,0,0.16,572.19,2818.95,26162027,99.85,0,0,0.15,572.17,2818.97,26162028,99.72,0,0,0.49,572.51,2818.63,26162029,99.85,0,0,0.21,572.13,2819,26162030,99.78,0,0,0.31,572.12,2819.02,26162031,99.83,0.03,0,0.18,572.1,2819.04,26162032,99.86,0,0,0.14,572.16,2818.98,26162033,99.71,0,0,0.57,572.57,2818.56,26162034,99.85,0,0,0.18,572.34,2818.78,26162035,99.78,0,0,0.34,572.1,2819.04,26162036,99.85,0,0,0.14,572.07,2819.07,26162037,99.87,0,0,0.15,572.26,2818.87,26162038,99.7,0,0,0.52,572.62,2818.5,26162039,99.86,0,0,0.2,571.96,2819.15,26162040,99.78,0,0,0.32,572.26,2818.87,26162041,99.85,0,0,0.16,572.19,2818.94,26162042,99.86,0,0,0.14,572.18,2818.94,26162043,99.73,0,0,0.38,572.86,2818.26,26162044,99.85,0,0,0.37,572.14,2818.97,26162045,99.78,0.01,0.01,0.38,572.46,2818.67,26162046,99.85,0,0,0.18,572.49,2818.63,26162047,99.87,0,0,0.16,572.47,2818.65,26162048,99.86,0,0,0.14,572.45,2818.66,26162049,99.66,0,0,0.68,573.09,2818,26162050,99.75,0,0,0.3,571.72,2819.39,26162051,99.84,0,0,0.14,571.66,2819.45,26162052,99.85,0,0,0.16,571.64,2819.46,26162053,99.86,0,0,0.14,571.19,2819.91,26162054,99.72,0,0,0.55,571.49,2819.61,26162055,99.8,0,0,0.3,571.6,2819.52,26162056,99.85,0,0,0.15,571.64,2819.47,26162057,99.87,0,0,0.21,571.75,2819.36,26162058,99.86,0,0,0.14,571.72,2819.38,26162059,99.71,0.01,0.01,0.56,572.05,2819.05,26162060,99.38,0,0,0.31,571.94,2819.18,26162061,99.85,0,0,0.14,571.91,2819.2,26162062,99.85,0,0,0.14,571.9,2819.2,26162063,99.82,0,0,0.16,571.71,2819.39,26162064,99.71,0,0,0.56,571.96,2819.14,26162065,99.82,0,0,0.32,571.61,2819.5,26162066,99.85,0,0,0.17,571.64,2819.47,26162067,99.87,0,0,0.14,571.75,2819.36,26162068,99.86,0,0,0.17,571.71,2819.38,26162069,99.74,0,0,0.59,572.47,2818.63,26162070,99.82,0,0,0.39,571.94,2819.17,26162071,99.86,0,0,0.17,571.93,2819.18,26162072,99.87,0,0,0.14,571.9,2819.2,26162073,99.88,0,0,0.15,571.88,2819.22,26162074,99.73,0,0,0.44,572.34,2818.76,26162075,99.83,0,0,0.46,571.87,2819.24,26162076,99.87,0,0,0.14,571.84,2819.27,26162077,99.87,0,0,0.15,571.83,2819.28,26162078,99.86,0,0,0.14,571.91,2819.19,26162079,99.67,0,0,0.43,572.31,2818.76,26162080,99.8,0,0,0.51,571.96,2819.12,26162081,99.15,0,0,0.16,571.94,2819.14,26162082,99.84,0,0,0.14,571.93,2819.15,26162083,99.83,0,0,0.17,571.89,2819.18,26162084,99.88,0,0,0.14,571.88,2819.2,26162085,99.66,0,0,0.73,572.03,2819.1,26162086,99.88,0,0,0.15,571.63,2819.49,26162087,99.86,0,0,0.16,571.6,2819.52,26162088,99.88,0,0,0.14,571.58,2819.53,26162089,99.87,0,0,0.15,571.63,2819.48,26162090,99.67,0,0,0.73,571.84,2819.29,26162091,99.86,0,0,0.14,571.22,2819.9,26162092,99.86,0,0,0.16,571.2,2819.92,26162093,99.85,0,0,0.14,571.18,2819.93,26162094,99.85,0,0,0.14,571.16,2819.95,26162095,99.67,0,0,0.71,571.55,2819.57,26162096,99.87,0,0,0.16,570.89,2820.23,26162097,99.83,0,0,0.14,570.86,2820.26,26162098,99.83,0,0,0.16,570.87,2820.23,26162099,99.83,0,0,0.17,571.55,2819.55,26162100,99.56,0,0,0.56,571.37,2819.74,26162101,99.87,0,0,0.29,570.74,2820.38,26162102,99.85,0,0,0.16,570.73,2820.38,26162103,99.86,0,0,0.14,570.72,2820.39,26162104,99.86,0,0,0.15,570.69,2820.41,26162105,99.68,0,0,0.67,572.34,2818.78,26162106,99.86,0,0,0.19,571.91,2819.21,26162107,99.88,0,0,0.16,571.89,2819.22,26162108,99.87,0,0,0.14,571.87,2819.24,26162109,99.82,0,0,0.27,571.83,2819.26,26162110,99.68,0,0,0.7,572.02,2819.08,26162111,99.84,0,0,0.16,571.8,2819.3,26162112,99.85,0.01,0,0.14,571.99,2819.1,26162113,99.83,0,0,0.16,571.91,2819.17,26162114,99.85,0,0,0.14,571.88,2819.2,26162115,99.68,0,0,0.78,572.25,2818.84,26162116,99.86,0,0,0.13,571.85,2819.23,26162117,99.86,0,0,0.18,571.84,2819.24,26162118,99.85,0,0,0.16,571.81,2819.27,26162119,99.86,0.01,0.01,0.14,571.82,2819.25,26162120,99.28,0,0,0.34,572.58,2818.51,26162121,99.6,0,0,0.58,572.23,2818.86,26162122,99.86,0,0,0.15,572.19,2818.89,26162123,99.86,0,0,0.17,572.17,2818.91,26162124,99.84,0,0,0.15,572.15,2818.93,26162125,99.77,0,0,0.32,571.66,2819.42,26162126,99.71,0,0,0.58,572.74,2818.34,26162127,99.84,0,0,0.17,572.11,2818.97,26162128,99.86,0,0,0.15,572.08,2818.99,26162129,99.86,0,0,0.15,572.07,2819,26162130,99.8,0,0,0.35,572.31,2818.77,26162131,99.71,0,0,0.58,571.95,2819.13,26162132,99.87,0,0,0.14,571.23,2819.85,26162133,99.87,0,0,0.14,571.2,2819.88,26162134,99.83,0,0,0.14,571.19,2819.88,26162135,99.8,0,0,0.32,571.92,2819.17,26162136,99.7,0,0,0.54,572.42,2818.66,26162137,99.86,0,0,0.17,572.12,2818.96,26162138,99.86,0,0,0.14,572.1,2818.97,26162139,99.81,0,0,0.27,572.1,2818.95,26162140,99.81,0,0,0.36,572.08,2818.99,26162141,99.33,0,0,0.59,572.42,2818.64,26162142,99.9,0,0,0.15,572.05,2819,26162143,99.91,0,0,0.15,572.21,2818.84,26162144,99.92,0,0,0.15,572.18,2818.88,26162145,99.85,0,0,0.33,571.45,2819.63,26162146,99.81,0,0,0.56,571.85,2819.22,26162147,99.94,0,0,0.14,571.63,2819.44,26162148,99.93,0,0,0.15,571.63,2819.44,26162149,99.93,0,0,0.18,571.61,2819.45,26162150,99.86,0,0,0.35,572.32,2818.76,26162151,99.83,0,0,0.47,572.97,2818.1,26162152,99.95,0,0,0.3,572.05,2819.02,26162153,99.95,0,0,0.14,572.09,2818.98,26162154,99.96,0,0,0.15,572.2,2818.86,26162155,99.86,0,0,0.32,571.95,2819.12,26162156,99.95,0,0,0.14,571.94,2819.14,26162157,99.79,0,0,0.62,572.7,2818.36,26162158,99.93,0,0,0.14,572.14,2818.93,26162159,99.94,0,0,0.2,572.11,2818.95,26162160,99.89,0,0,0.39,572.34,2818.73,26162161,99.96,0,0,0.13,572.33,2818.73,26162162,99.79,0,0,0.62,572.75,2818.31,26162163,99.93,0,0,0.14,572.06,2819.03,26162164,99.93,0,0,0.16,572.02,2819.07,26162165,99.88,0,0,0.32,572.11,2818.99,26162166,99.92,0,0,0.13,572.18,2818.92,26162167,99.82,0,0,0.54,572.36,2818.74,26162168,99.95,0,0,0.16,571.9,2819.2,26162169,99.85,0,0,0.31,571.62,2819.45,26162170,99.89,0,0,0.33,572.36,2818.73,26162171,99.95,0,0,0.2,572.34,2818.75,26162172,99.8,0,0,0.61,572.55,2818.53,26162173,99.93,0,0.01,0.18,572.04,2819.04,26162174,99.96,0,0,0.16,572.01,2819.09,26162175,99.91,0,0,0.34,572.34,2818.79,26162176,99.93,0,0,0.17,572.43,2818.7,26162177,99.79,0,0,0.64,572.97,2818.15,26162178,99.96,0,0,0.18,572.39,2818.73,26162179,99.94,0.01,0.01,0.15,572.36,2818.76,26162180,99.9,0,0,0.33,572.61,2818.52,26162181,99.94,0,0,0.14,572.58,2818.54,26162182,99.82,0,0,0.55,572.99,2818.13,26162183,99.93,0,0,0.19,572.05,2819.07,26162184,99.93,0,0,0.16,572.04,2819.07,26162185,99.89,0,0,0.34,572.28,2818.85,26162186,99.95,0,0,0.15,572.35,2818.77,26162187,99.77,0,0,0.44,572.87,2818.25,26162188,99.95,0,0,0.29,572.45,2818.67,26162189,99.96,0,0,0.14,572.42,2818.7,26162190,99.89,0,0,0.34,572.67,2818.46,26162191,99.94,0,0,0.18,572.64,2818.48,26162192,99.93,0,0,0.15,572.63,2818.49,26162193,99.8,0,0,0.61,572.72,2818.4,26162194,99.91,0,0,0.15,572.34,2818.77,26162195,99.88,0,0,0.34,572.34,2818.79,26162196,99.93,0,0,0.14,572.32,2818.8,26162197,99.93,0,0,0.14,572.3,2818.82,26162198,99.79,0,0,0.56,572.7,2818.42,26162199,99.86,0,0,0.35,572.23,2818.85,26162200,99.88,0,0,0.32,571.54,2819.56,26162201,99.68,0,0,0.17,571.43,2819.66,26162202,99.59,0,0,0.15,571.4,2819.69,26162203,99.8,0,0,0.55,571.95,2819.13,26162204,99.95,0,0,0.15,571.61,2819.47,26162205,99.88,0,0,0.35,571.61,2819.48,26162206,99.92,0,0,0.16,571.58,2819.5,26162207,99.91,0,0,0.14,571.56,2819.53,26162208,99.8,0,0,0.55,572.81,2818.29,26162209,99.91,0,0,0.16,570.46,2820.63,26162210,99.82,0,0,0.31,570,2821.11,26162211,99.92,0,0,0.16,569.96,2821.15,26162212,99.95,0,0,0.2,569.94,2821.16,26162213,99.78,0,0,0.42,570.27,2820.83,26162214,99.95,0,0,0.29,569.9,2821.19,26162215,99.9,0,0,0.32,570.14,2820.97,26162216,99.95,0,0,0.16,570.13,2820.98,26162217,99.95,0,0,0.15,570.11,2821,26162218,99.75,0,0,0.51,570.34,2820.76,26162219,99.9,0,0,0.28,569.59,2821.5,26162220,99.24,0,0,8.32,569.69,2818.22,26162221,99.94,0,0,0.18,569.67,2818.19,26162222,99.95,0,0,0.14,569.66,2818.2,26162223,99.81,0,0,0.5,570.05,2817.8,26162224,99.93,0,0,0.2,569.87,2817.98,26162225,99.9,0,0,0.32,570.34,2817.55,26162226,99.93,0,0,0.14,570.34,2817.55,26162227,99.94,0,0,0.16,570.31,2817.57,26162228,99.78,0,0,0.55,570.96,2816.92,26162229,99.88,0,0,0.3,570.04,2817.82,26162230,99.89,0,0,0.38,569.79,2818.08,26162231,99.95,0,0,0.18,569.82,2818.04,26162232,99.94,0,0,0.19,569.93,2817.93,26162233,99.92,0,0,0.18,569.9,2817.96,26162234,99.81,0,0,0.58,570.85,2817,26162235,99.83,0,0,0.37,569.88,2817.98,26162236,99.94,0,0,0.18,569.85,2818.01,26162237,99.93,0,0,0.22,569.84,2818.02,26162238,99.92,0,0,0.18,569.81,2818.04,26162239,99.76,0.01,0.01,0.6,570.37,2817.48,26162240,99.89,0,0,0.37,570.04,2817.83,26162241,99.67,0,0,0.18,569.8,2818.06,26162242,99.93,0,0,0.15,569.9,2817.96,26162243,99.96,0,0,0.14,569.9,2817.95,26162244,99.8,0,0,0.55,570.23,2817.62,26162245,99.85,0.02,0.08,0.39,569.94,2817.81,26162246,99.93,0,0,0.16,569.89,2817.84,26162247,99.93,0,0,0.14,569.94,2817.78,26162248,99.94,0,0,0.16,570.05,2817.67,26162249,99.81,0,0,0.5,570.47,2817.24,26162250,99.85,0,0,0.36,570.27,2817.46,26162251,99.94,0,0,0.14,570.24,2817.49,26162252,99.93,0,0,0.16,570.22,2817.5,26162253,99.93,0,0,0.18,570.18,2817.54,26162254,99.79,0,0,0.41,570.52,2817.19,26162255,99.89,0,0,0.46,570.17,2817.56,26162256,99.93,0,0,0.16,570.18,2817.55,26162257,99.94,0,0,0.14,570.3,2817.43,26162258,99.92,0,0,0.16,570.28,2817.44,26162259,99.76,0,0,0.71,570.78,2816.91,26162260,99.84,0,0,0.37,570.02,2817.69,26162261,99.94,0.01,0.01,0.16,569.97,2817.74,26162262,99.91,0,0,0.13,569.89,2817.81,26162263,99.94,0,0,0.18,569.92,2817.77,26162264,99.79,0,0,0.43,570.4,2817.28,26162265,99.9,0,0,0.45,570.27,2817.44,26162266,99.94,0,0,0.16,570.25,2817.45,26162267,99.93,0,0,0.14,570.22,2817.47,26162268,99.95,0,0,0.17,570.21,2817.48,26162269,99.95,0,0,0.17,570.18,2817.5,26162270,99.77,0,0,0.73,570.53,2817.17,26162271,99.95,0,0,0.16,570.17,2817.54,26162272,99.92,0,0,0.16,570.15,2817.55,26162273,99.95,0,0,0.18,570.13,2817.57,26162274,99.93,0,0,0.16,570.11,2817.58,26162275,99.75,0,0,0.73,570.68,2817.02,26162276,99.95,0,0,0.17,570.28,2817.42,26162277,99.91,0,0,0.17,570.26,2817.44,26162278,99.93,0,0,0.17,570.22,2817.47,26162279,99.9,0,0,0.2,569.99,2817.7,26162280,99.75,0,0,0.76,570.73,2816.96,26162281,99.94,0,0,0.18,570.43,2817.26,26162282,99.92,0,0,0.16,570.4,2817.29,26162283,99.93,0,0,0.17,570.39,2817.29,26162284,99.94,0,0,0.17,570.36,2817.32,26162285,99.74,0,0,0.67,570.86,2816.84,26162286,99.95,0,0,0.21,570.65,2817.04,26162287,99.94,0,0,0.16,570.76,2816.93,26162288,99.91,0,0,0.18,570.73,2816.95,26162289,99.85,0,0,0.27,570.24,2817.42,26162290,99.74,0,0,0.58,570.57,2817.11,26162291,99.95,0,0,0.3,570.21,2817.46,26162292,99.94,0,0,0.17,570.18,2817.49,26162293,99.94,0,0,0.17,570.17,2817.49,26162294,99.93,0,0,0.17,570.15,2817.5,26162295,99.72,0,0,0.57,570.76,2816.91,26162296,99.94,0,0,0.3,570.37,2817.3,26162297,99.92,0,0,0.24,570.36,2817.3,26162298,99.93,0,0,0.17,570.35,2817.32,26162299,99.93,0.01,0.01,0.19,570.45,2817.2,26162300,99.75,0,0,0.5,571,2816.67,26162301,99.95,0,0,0.39,569.72,2817.95,26162302,99.96,0,0,0.17,569.71,2817.95,26162303,99.96,0,0,0.17,569.68,2817.98,26162304,99.9,0,0,0.15,569.68,2817.98,26162305,99.73,0,0,0.3,569.43,2818.25,26162306,99.79,0,0,0.52,570.64,2817.02,26162307,99.9,0.01,0.01,0.16,570.38,2817.28,26162308,99.91,0,0,0.18,570.43,2817.22,26162309,99.93,0,0,0.16,570.41,2817.24,26162310,99.9,0,0,0.28,570.64,2817.02,26162311,99.81,0,0,0.54,570.54,2817.12,26162312,99.93,0,0,0.17,570.11,2817.55,26162313,99.95,0,0,0.14,570.09,2817.56,26162314,99.95,0,0,0.15,570.07,2817.58,26162315,99.85,0,0,0.27,570.43,2817.24,26162316,99.8,0,0,0.55,570.14,2817.52,26162317,99.9,0,0,0.16,569.52,2818.13,26162318,99.93,0,0,0.2,569.49,2818.16,26162319,99.83,0,0,0.27,570.44,2817.19,26162320,99.89,0,0,0.28,570.69,2816.96,26162321,99.82,0,0,0.57,570.49,2817.15,26162322,99.93,0,0,0.15,569.65,2817.98,26162323,99.93,0,0,0.18,569.63,2818.01,26162324,99.93,0,0,0.15,569.61,2818.04,26162325,99.89,0,0,0.3,570.34,2817.32,26162326,95.12,0.29,0.01,78.46,582.91,2805.01,26162327,99.83,0,0,179.11,572.94,2814.22,26162328,99.94,0,0,0.15,572.93,2814.22,26162329,99.95,0,0,0.14,572.9,2814.25,26162330,99.84,0,0,0.27,573.16,2814.01,26162331,99.79,0,0.01,0.41,572.85,2814.32,26162332,99.94,0,0,0.33,570.44,2816.76,26162333,99.93,0,0,0.14,570.42,2816.77,26162334,99.93,0,0,0.15,570.4,2816.79,26162335,99.88,0,0,0.28,570.42,2816.79,26162336,99.8,0,0,0.55,570.96,2816.24,26162337,99.96,0,0,0.14,570.78,2816.42,26162338,99.93,0,0,0.15,570.77,2816.42,26162339,99.93,0,0,0.18,570.52,2816.67,26162340,99.79,0,0,0.28,570.34,2816.85,26162341,99.82,0,0,0.34,570.58,2816.61,26162342,99.93,0,0,0.38,570.45,2816.74,26162343,99.93,0,0,0.14,570.43,2816.76,26162344,99.92,0,0,0.14,570.41,2816.77,26162345,99.84,0,0,0.27,570.65,2816.55,26162346,99.93,0,0,0.17,570.62,2816.57,26162347,99.82,0,0,0.59,570.15,2817.04,26162348,99.94,0,0,0.14,569.79,2817.4,26162349,99.83,0,0,0.27,570.72,2816.46,26162350,99.86,0,0,0.27,570.76,2816.44,26162351,99.94,0,0,0.14,570.73,2816.46,26162352,99.8,0,0,0.57,571.2,2815.99,26162353,99.93,0,0,0.14,570.2,2816.98,26162354,99.9,0,0,0.15,570.17,2817.01,26162355,99.9,0,0,0.27,570.4,2816.8,26162356,99.9,0,0,0.16,570.39,2816.8,26162357,99.78,0,0,0.52,571.12,2816.07,26162358,99.95,0,0,0.19,570.61,2816.57,26162359,99.93,0.01,0.01,0.16,570.79,2816.39,26162360,99.92,0,0,0.28,570.79,2816.41,26162361,99.93,0,0,0.14,570.77,2816.44,26162362,99.83,0,0,0.55,570.84,2816.37,26162363,99.94,0,0,0.15,569.99,2817.21,26162364,99.95,0,0,0.17,569.97,2817.22,26162365,99.89,0,0,0.27,570.94,2816.27,26162366,99.93,0,0,0.14,570.94,2816.27,26162367,99.82,0,0,0.42,571.27,2815.94,26162368,99.94,0,0,0.28,570.9,2816.3,26162369,99.95,0,0,0.15,570.88,2816.32,26162370,99.92,0,0,0.28,571.04,2816.17,26162371,99.93,0,0,0.14,571.03,2816.18,26162372,99.83,0,0,0.51,571.19,2816.02,26162373,99.95,0,0,0.24,570.02,2817.18,26162374,99.94,0,0,0.15,569.99,2817.21,26162375,99.9,0,0,0.32,570.98,2816.24,26162376,99.96,0,0,0.18,570.95,2816.26,26162377,99.82,0,0,0.33,571.6,2815.61,26162378,99.91,0,0,0.38,571.16,2816.04,26162379,99.86,0,0,0.29,570.93,2816.25,26162380,99.8,0,0,0.33,569.93,2817.26,26162381,99.95,0,0,0.15,569.93,2817.25,26162382,99.94,0,0,0.16,570.06,2817.13,26162383,99.08,0,0,0.57,571.39,2815.79,26162384,99.93,0,0,0.14,570.99,2816.18,26162385,99.86,0,0,0.28,570.74,2816.44,26162386,99.91,0,0,0.16,569.95,2817.23,26162387,99.94,0,0,0.17,569.71,2817.46,26162388,99.81,0,0,0.55,570.37,2816.8,26162389,99.92,0,0,0.14,570.17,2817,26162390,99.88,0.01,0.01,0.3,570.26,2816.93,26162391,99.93,0,0,0.14,570.24,2816.94,26162392,99.93,0,0,0.18,570.2,2816.97,26162393,99.8,0,0,0.57,569.89,2817.28,26162394,99.93,0,0,0.15,569.18,2817.99,26162395,99.88,0,0,0.32,569.72,2817.46,26162396,99.92,0,0,0.17,569.65,2817.53,26162397,99.95,0,0,0.17,569.65,2817.53,26162398,99.78,0,0,0.54,570.71,2816.46,26162399,99.9,0,0,0.23,570.1,2817.06,26162400,99.8,0,0,0.3,570.27,2816.92,26162401,99.94,0,0,0.14,570.26,2816.91,26162402,99.92,0,0,0.15,570.23,2816.94,26162403,99.82,0,0,0.54,570.86,2816.31,26162404,99.95,0,0,0.2,570.2,2816.97,26162405,99.85,0,0,0.27,570.45,2816.73,26162406,99.93,0,0,0.16,570.42,2816.76,26162407,99.91,0,0,0.15,570.42,2816.76,26162408,99.76,0,0,0.42,570.82,2816.35,26162409,99.9,0,0,0.4,570.15,2817,26162410,99.87,0,0,0.34,570.15,2817.01,26162411,99.93,0,0,0.14,570.18,2816.98,26162412,99.9,0,0,0.16,570.29,2816.87,26162413,99.82,0,0,0.42,570.57,2816.58,26162414,99.94,0,0,0.28,570,2817.16,26162415,99.9,0,0,0.29,570,2817.18,26162416,99.91,0,0,0.16,569.98,2817.19,26162417,99.92,0,0,0.19,569.96,2817.22,26162418,99.92,0,0,0.16,569.93,2817.25,26162419,99.78,0.01,0.01,0.6,569.78,2817.4,26162420,99.89,0,0,0.32,570.39,2816.81,26162421,99.93,0,0,0.14,570.4,2816.8,26162422,99.65,0,0,0.13,570.36,2816.83,26162423,99.97,0,0,0.19,570.42,2816.77,26162424,99.8,0,0,0.57,570.84,2816.34,26162425,99.88,0,0,0.3,570.27,2816.93,26162426,99.92,0,0,0.16,570.24,2816.95,26162427,99.95,0,0,0.14,570.23,2816.96,26162428,99.93,0,0,0.14,570.2,2816.98,26162429,99.82,0,0,0.59,569.9,2817.28,26162430,99.89,0,0,0.28,569.93,2817.27,26162431,99.93,0,0,0.14,569.9,2817.29,26162432,99.95,0,0,0.16,569.9,2817.29,26162433,99.91,0,0,0.14,569.86,2817.32,26162434,99.77,0,0,0.55,570.65,2816.52,26162435,99.85,0,0,0.29,570.32,2816.88,26162436,99.93,0,0,0.13,570.28,2816.91,26162437,99.95,0,0,0.14,570.27,2816.92,26162438,99.96,0,0,0.17,570.23,2816.95,26162439,99.75,0,0,0.52,571.05,2816.11,26162440,99.91,0,0,0.46,570.21,2816.97,26162441,99.95,0,0,0.16,570.19,2816.98,26162442,99.93,0,0,0.15,570.16,2817.01,26162443,99.92,0,0,0.14,570.15,2817.03,26162444,99.8,0,0,0.47,570.55,2816.63,26162445,99.86,0,0,0.41,570.45,2816.74,26162446,99.92,0,0,0.14,570.54,2816.65,26162447,99.93,0,0,0.16,570.52,2816.67,26162448,99.92,0,0,0.16,570.5,2816.68,26162449,99.78,0,0,0.42,570.86,2816.31,26162450,99.88,0,0,0.41,570.67,2816.53,26162451,99.95,0,0,0.13,570.65,2816.54,26162452,99.94,0,0,0.16,570.63,2816.56,26162453,99.94,0,0,0.15,570.66,2816.52,26162454,99.82,0,0,0.41,571.43,2815.75,26162455,99.9,0,0,0.4,570.82,2816.37,26162456,99.91,0,0,0.16,570.75,2816.44,26162457,99.94,0,0,0.15,570.72,2816.46,26162458,99.94,0,0,0.14,570.71,2816.47,26162459,99.93,0,0,0.18,570.49,2816.69,26162460,99.6,0,0,0.65,570.32,2816.87,26162461,99.93,0,0,0.14,569.92,2817.27,26162462,99.95,0,0,0.16,569.91,2817.28,26162463,99.92,0,0,0.16,569.88,2817.3,26162464,99.93,0,0,0.14,569.87,2817.31,26162465,99.74,0,0,0.69,570.85,2816.34,26162466,99.95,0,0,0.14,570.52,2816.66,26162467,99.93,0,0,0.14,570.5,2816.68,26162468,99.92,0,0,0.16,570.48,2816.69,26162469,99.9,0,0,0.27,570.69,2816.46,26162470,99.8,0,0,0.66,571.45,2815.72,26162471,99.92,0,0,0.16,570.67,2816.49,26162472,99.95,0,0,0.16,570.64,2816.52,26162473,99.93,0,0,0.14,570.62,2816.53,26162474,99.94,0,0,0.16,570.6,2816.55,26162475,99.74,0,0,0.68,570.74,2816.43,26162476,99.93,0,0,0.15,570.51,2816.65,26162477,99.93,0,0,0.2,570.73,2816.43,26162478,99.93,0,0,0.16,570.7,2816.46,26162479,99.92,0.01,0.01,0.15,570.67,2816.48,26162480,99.73,0,0,0.62,571.02,2816.15,26162481,99.92,0,0,0.2,570.63,2816.53,26162482,99.93,0,0,0.14,570.61,2816.55,26162483,99.83,0,0,0.18,570.59,2816.56,26162484,99.93,0,0,0.15,570.74,2816.41,26162485,99.72,0,0,0.54,571.13,2816.03,26162486,99.96,0,0,0.3,570.49,2816.67,26162487,99.91,0,0,0.15,570.46,2816.7,26162488,99.93,0,0,0.17,570.45,2816.7,26162489,99.95,0,0,0.16,570.42,2816.73,26162490,99.73,0,0,0.73,570.94,2816.23,26162491,99.93,0,0,0.18,570.64,2816.55,26162492,99.93,0,0,0.17,570.6,2816.59,26162493,99.93,0,0,0.17,570.57,2816.61,26162494,99.93,0,0,0.16,570.72,2816.46,26162495,99.76,0,0,0.71,571.1,2816.1,26162496,99.95,0,0,0.17,570.71,2816.49,26162497,99.95,0,0,0.16,570.69,2816.5,26162498,99.9,0,0,0.21,570.67,2816.52,26162499,99.88,0,0,0.29,570.91,2816.25,26162500,99.73,0,0,0.47,571.23,2815.95,26162501,99.91,0,0,0.39,570.64,2816.54,26162502,99.95,0,0,0.18,570.61,2816.56,26162503,99.94,0,0,0.16,570.6,2816.57,26162504,99.93,0,0,0.16,570.58,2816.62,26162505,99.88,0,0,0.31,571.02,2816.2,26162506,99.78,0,0,0.64,571.41,2815.69,26162507,99.96,0,0,0.17,570.87,2816.23,26162508,99.92,0,0,0.43,570.58,2816.5,26162509,99.93,0,0,0.18,570.31,2816.76,26162510,99.86,0,0,0.3,571.09,2816,26162511,99.79,0,0,0.57,571.2,2815.89,26162512,99.9,0,0,0.18,570.75,2816.33,26162513,99.9,0,0,0.15,570.74,2816.35,26162514,99.92,0,0,0.16,570.72,2816.38,26162515,99.79,0,0,0.3,571.03,2816.08,26162516,99.76,0,0,0.52,571.05,2816.05,26162517,99.9,0,0,0.2,570.38,2816.72,26162518,99.88,0,0,0.16,570.35,2816.74,26162519,99.85,0,0,0.18,570.32,2816.77,26162520,99.83,0,0,0.3,570.1,2817.01,26162521,99.74,0,0,0.59,570.4,2816.71,26162522,99.94,0,0,0.2,570.04,2817.06,26162523,99.91,0,0,0.16,570.01,2817.08,26162524,99.88,0,0,0.16,569.99,2817.1,26162525,99.85,0,0,0.3,570.73,2816.38,26162526,99.78,0,0,0.45,571.02,2816.08,26162527,99.91,0,0,0.28,570.63,2816.46,26162528,99.86,0,0,0.15,570.62,2816.48,26162529,99.77,0,0,0.34,570.96,2815.73,26162530,99.83,0,0,0.27,570.71,2815.99,26162531,99.75,0,0,0.42,570.97,2815.73,26162532,99.88,0,0,0.28,569.93,2816.76,26162533,99.85,0,0,0.15,569.91,2816.78,26162534,99.91,0,0,0.14,569.89,2816.79,26162535,99.88,0,0,0.29,570.13,2816.57,26162536,99.7,0,0,0.37,570.44,2816.26,26162537,99.86,0,0,0.38,569.11,2817.58,26162538,99.86,0,0,0.14,569.11,2817.58,26162539,99.83,0.01,0.01,0.16,569.14,2817.54,26162540,99.79,0,0,0.29,569.51,2817.2,26162541,99.85,0,0,0.14,569.49,2817.21,26162542,99.7,0,0,0.6,569.38,2817.31,26162543,99.84,0,0,0.2,568.95,2817.73,26162544,99.85,0,0,0.14,568.91,2817.76,26162545,99.77,0,0,0.3,570.13,2816.56,26162546,99.85,0,0,0.16,570.12,2816.56,26162547,99.68,0,0,0.54,569.59,2817.09,26162548,99.85,0,0,0.16,569.1,2817.58,26162549,99.87,0,0,0.13,569.09,2817.58,26162550,99.79,0,0,0.34,569.81,2816.87,26162551,99.85,0,0,0.14,569.99,2816.69,26162552,99.72,0,0,0.59,570.9,2815.78,26162553,99.84,0,0,0.14,570.2,2816.47,26162554,99.87,0,0,0.15,570.17,2816.5,26162555,99.83,0,0,0.28,569.93,2816.75,26162556,99.86,0,0,0.17,569.87,2816.82,26162557,99.73,0,0,0.6,570.38,2816.3,26162558,99.87,0,0,0.14,569.93,2816.74,26162559,99.79,0,0,0.29,570.16,2816.48,26162560,99.79,0,0,0.3,570.14,2816.53,26162561,99.85,0,0,0.14,570.13,2816.53,26162562,99.71,0,0,0.5,569.99,2816.66,26162563,99.87,0,0,0.19,568.86,2817.79,26162564,99.88,0,0,0.13,568.82,2817.82,26162565,98.58,0,0,0.31,570.31,2816.36,26162566,99.88,0,0,0.14,570.31,2816.35,26162567,99.73,0,0,0.45,570.43,2816.23,26162568,99.85,0,0,0.23,569.22,2817.44,26162569,99.87,0,0,0.16,569.2,2817.45,26162570,99.82,0,0,0.29,570.39,2816.28,26162571,99.84,0,0,0.16,570.37,2816.29,26162572,99.72,0,0,0.36,570.7,2815.96,26162573,99.85,0,0,0.36,570.33,2816.32,26162574,99.87,0,0,0.14,570.31,2816.34,26162575,99.82,0,0,0.31,570.07,2816.6,26162576,99.86,0,0,0.13,570.04,2816.62,26162577,99.85,0,0,0.17,570.12,2816.53,26162578,99.71,0,0,0.57,570.78,2815.87,26162579,99.83,0,0,0.19,570.26,2816.39,26162580,99.79,0,0,0.29,569.95,2816.71,26162581,99.85,0,0,0.14,569.92,2816.74,26162582,99.86,0,0,0.13,569.9,2816.75,26162583,99.73,0,0,0.59,570,2816.64,26162584,99.87,0,0,0.14,569.37,2817.28,26162585,99.78,0,0,0.32,570.57,2816.09,26162586,99.85,0,0,0.16,570.58,2816.08,26162587,99.87,0,0,0.14,570.55,2816.1,26162588,99.73,0,0,0.58,570.82,2815.82,26162589,99.8,0,0,0.29,570.71,2815.9,26162590,99.79,0,0,0.33,570.48,2816.14,26162591,99.86,0,0,0.15,570.44,2816.18,26162592,99.87,0,0,0.16,570.42,2816.19,26162593,99.7,0,0,0.42,570.8,2815.81,26162594,99.85,0,0,0.28,570.38,2816.24,26162595,99.76,0,0,0.32,570.62,2816.02,26162596,99.85,0,0,0.15,570.61,2816.02,26162597,99.83,0,0,0.2,570.09,2816.54,26162598,99.72,0.01,0.01,0.5,570.6,2816.02,26162599,99.84,0.01,0.01,0.2,569.38,2817.24,26162600,99.82,0,0,0.28,570.68,2815.95,26162601,99.85,0,0,0.14,570.58,2816.04,26162602,99.85,0,0,0.16,570.57,2816.05,26162603,99.73,0,0,0.4,570.86,2815.76,26162604,99.85,0,0,0.29,570.28,2816.33,26162605,98.71,0,0,15.47,571.91,2814.51,26162606,99.84,0,0,0.15,569.75,2816.18,26162607,99.85,0,0,0.17,569.73,2816.2,26162608,99.72,0,0,0.4,570.16,2815.76,26162609,99.87,0,0,0.29,570.18,2815.73,26162610,99.82,0,0,0.29,570.66,2815.27,26162611,99.84,0,0,0.16,570.65,2815.27,26162612,99.86,0,0,0.13,570.62,2815.3,26162613,99.86,0,0,0.16,570.61,2815.31,26162614,99.69,0,0,0.57,570.93,2814.98,26162615,99.78,0,0,0.31,570.36,2815.57,26162616,99.83,0,0,0.14,570.34,2815.59,26162617,99.85,0,0,0.17,570.46,2815.45,26162618,99.84,0,0,0.15,570.43,2815.47,26162619,99.6,0,0,0.75,571.37,2814.51,26162620,90.86,3.26,0.01,119.49,593.83,2868.6,26162621,93.09,0.04,0.01,180.12,587.33,3113.21,26162622,99.85,0,0,0.21,575.72,3127.7,26162623,99.85,0,0,0.18,575.63,3127.73,26162624,99.7,0,0,0.65,576.1,3127.08,26162625,99.35,0,0,0.4,574.22,3128.71,26162626,99.84,0,0,0.16,571.47,3131.54,26162627,99.85,0,0,0.23,570.5,3132.48,26162628,99.85,0,0,0.14,570.42,3132.5,26162629,99.71,0,0,0.54,570.82,3132.06,26162630,99.76,0,0,0.34,570.52,3132.31,26162631,99.86,0,0,0.16,570.45,3132.32,26162632,99.85,0,0,0.14,570.43,3132.29,26162633,99.84,0,0,0.16,570.49,3132.17,26162634,99.7,0,0,0.48,570.65,3131.96,26162635,99.8,0,0,0.38,570.87,3131.7,26162636,99.84,0,0,0.18,570.76,3131.73,26162637,99.83,0,0,0.17,570.67,3131.76,26162638,99.84,0,0,0.17,570.59,3131.76,26162639,99.7,0,0,0.57,570.62,3131.68,26162640,99.76,0,0,0.36,570.01,3132.25,26162641,99.86,0,0,0.18,570.11,3132.07,26162642,99.84,0,0,0.15,570.03,3132.07,26162643,99.87,0,0,0.14,569.93,3132.1,26162644,99.71,0,0,0.41,570.81,3131.15,26162645,99.8,0,0,0.47,570.98,3130.95,26162646,99.86,0,0,0.15,570.86,3130.99,26162647,99.85,0,0,0.16,570.78,3131.02,26162648,99.85,0,0,0.16,570.7,3131.03,26162649,99.8,0,0,0.32,570.94,3130.57,26162650,99.59,0,0,0.68,570.97,3130.49,26162651,99.85,0,0,0.16,570.54,3130.85,26162652,99.83,0,0,0.14,570.45,3130.87,26162653,99.84,0.01,0.01,0.17,570.46,3130.8,26162654,99.84,0,0,0.14,570.42,3130.78,26162655,99.61,0,0,0.71,571.39,3129.76,26162656,99.85,0,0,0.14,570.99,3130.08,26162657,99.85,0,0,0.2,570.89,3130.11,26162658,99.87,0,0,0.15,570.81,3130.11,26162659,99.85,0.01,0.01,0.13,570.7,3130.14,26162660,99.64,0,0,0.7,571.51,3129.27,26162661,99.86,0,0,0.16,571,3129.71,26162662,99.83,0,0,0.14,570.92,3129.72,26162663,99.83,0,0,0.14,570.84,3129.74,26162664,99.85,0,0,0.15,570.77,3129.75,26162665,99.65,0,0,0.64,571.36,3129.12,26162666,99.85,0,0,0.21,571.11,3129.29,26162667,99.86,0,0,0.17,571.02,3129.32,26162668,99.88,0,0,0.14,570.93,3129.34,26162669,99.84,0,0,0.16,570.85,3129.35,26162670,99.67,0,0,0.76,571.15,3129.01,26162671,99.85,0,0,0.18,570.77,3129.33,26162672,99.85,0,0,0.13,570.81,3129.22,26162673,99.83,0,0,0.16,570.71,3129.25,26162674,99.85,0,0,0.15,570.66,3129.25,26162675,99.69,0,0,0.65,571.42,3128.45,26162676,99.85,0,0,0.19,570.78,3129.03,26162677,99.86,0,0,0.13,570.69,3129.06,26162678,99.87,0,0,0.16,570.64,3129.06,26162679,99.76,0,0,0.3,570.78,3128.85,26162680,99.64,0,0,0.72,570.54,3129.03,26162681,99.85,0,0,0.14,569.89,3129.6,26162682,99.86,0.01,0.03,0.14,569.79,3129.55,26162683,99.83,0,0,0.18,569.69,3129.52,26162684,99.84,0,0,0.14,569.61,3129.54,26162685,99.67,0,0,0.73,570.38,3128.72,26162686,98.44,0,0,0.14,569.95,3129.08,26162687,99.85,0,0,0.14,569.85,3129.11,26162688,99.86,0,0,0.16,569.8,3129.11,26162689,99.84,0,0,0.14,569.72,3129.12,26162690,96.55,0.25,0.01,64.15,576.9,3121.64,26162691,98.18,0,0,193.01,576.85,3122.64,26162692,99.86,0,0,0.15,572.86,3126.12,26162693,99.86,0,0,0.14,572.88,3126.04,26162694,99.86,0,0,0.14,572.81,3126.04,26162695,99.8,0,0,0.29,573.01,3125.81,26162696,99.72,0,0,0.57,570.88,3127.95,26162697,99.85,0,0,0.16,570.27,3128.53,26162698,99.88,0,0,0.14,570.22,3128.54,26162699,99.89,0,0,0.19,570.04,3128.65,26162700,99.79,0,0,0.27,570.32,3128.34,26162701,99.77,0,0,0.59,570.97,3127.63,26162702,99.89,0,0,0.14,570.17,3128.37,26162703,99.93,0,0,0.16,570.11,3128.38,26162704,99.93,0,0,0.15,570.05,3128.39,26162705,99.9,0,0,0.32,570.41,3128,26162706,99.82,0,0,0.49,570.93,3127.41,26162707,99.91,0,0,0.2,570.72,3127.55,26162708,99.9,0,0,0.14,570.63,3127.57,26162709,99.87,0,0,0.3,570.07,3128.05,26162710,99.88,0,0,0.32,570.48,3127.59,26162711,99.79,0,0,0.44,570.86,3127.14,26162712,99.93,0,0,0.24,570.58,3127.37,26162713,99.92,0,0,0.16,570.48,3127.4,26162714,99.92,0,0,0.16,570.42,3127.37,26162715,99.89,0,0,0.3,570.55,3127.19,26162716,99.8,0,0,0.44,570.49,3127.2,26162717,99.93,0.01,0.01,0.36,569.62,3128.01,26162718,99.93,0,0,0.2,569.52,3128.06,26162719,99.9,0.01,0.01,0.14,569.48,3128.08,26162720,99.9,0,0,0.3,569.44,3128.09,26162721,99.78,0,0,0.55,570.43,3127.06,26162722,99.95,0,0,0.12,570.54,3126.91,26162723,99.93,0,0,0.16,570.5,3126.91,26162724,99.94,0,0,0.14,570.6,3126.76,26162725,99.86,0,0,0.27,570.83,3126.53,26162726,99.79,0,0,0.32,571.18,3126.15,26162727,99.93,0,0,0.43,570.49,3126.79,26162728,99.92,0,0,0.18,570.44,3126.82,26162729,99.95,0,0,0.14,570.41,3126.82,26162730,99.88,0,0,0.31,570.38,3126.83,26162731,99.79,0,0,0.39,570.71,3126.48,26162732,99.94,0,0,0.35,570.77,3126.38,26162733,99.93,0,0,0.18,570.74,3126.39,26162734,99.93,0,0,0.18,570.69,3126.42,26162735,99.88,0,0,0.32,569.95,3127.14,26162736,99.9,0,0,0.18,570.04,3127.01,26162737,99.79,0,0,0.56,571,3126.01,26162738,99.93,0,0,0.14,570.67,3126.29,26162739,99.86,0,0,0.33,570.64,3126.28,26162740,99.89,0,0,0.3,570.61,3126.27,26162741,99.93,0,0,0.16,570.52,3126.32,26162742,99.8,0,0,0.58,570.92,3125.87,26162743,99.95,0,0,0.16,570.41,3126.35,26162744,99.93,0,0,0.14,570.36,3126.39,26162745,99.84,0,0,0.29,570.33,3126.4,26162746,99.93,0,0,0.14,570.36,3126.32,26162747,99.75,0.01,0.06,0.55,570.83,3125.8,26162748,99.95,0,0,0.15,570.44,3126.16,26162749,99.95,0,0,0.14,570.39,3126.18,26162750,99.85,0,0,0.29,570.63,3125.92,26162751,99.93,0,0,0.16,570.68,3125.81,26162752,99.78,0,0,0.49,570.42,3126,26162753,99.94,0,0,0.19,569.56,3126.82,26162754,99.93,0,0,0.15,569.52,3126.82,26162755,99.9,0,0,0.29,569.96,3126.37,26162756,99.92,0,0,0.19,569.92,3126.36,26162757,99.8,0,0,0.39,570.73,3125.5,26162758,99.91,0,0,0.28,570.76,3125.42,26162759,99.92,0,0,0.18,570.45,3125.7,26162760,99.87,0,0,0.29,568.99,3127.15,26162761,99.94,0,0,0.16,568.93,3127.19,26162762,99.8,0,0,0.4,569.53,3126.52,26162763,99.93,0,0,0.27,569.46,3126.55,26162764,99.93,0,0,0.15,569.43,3126.56,26162765,99.87,0,0,0.33,570.87,3125.13,26162766,99.95,0,0,0.17,570.84,3125.12,26162767,99.8,0,0,0.54,571.13,3124.79,26162768,99.95,0,0,0.14,570.71,3125.16,26162769,99.87,0,0,0.3,570.68,3125.14,26162770,99.9,0,0,0.28,570.88,3124.93,26162771,99.93,0.01,0.01,0.15,570.9,3124.88,26162772,99.82,0,0,0.32,571.44,3124.31,26162773,99.91,0,0,0.4,570.82,3124.9,26162774,99.92,0,0,0.15,570.81,3124.9,26162775,99.91,0,0,0.3,570.28,3125.41,26162776,99.94,0,0,0.15,570.24,3125.42,26162777,99.92,0,0,0.18,570.17,3125.45,26162778,99.75,0,0,0.56,571.14,3124.43,26162779,99.93,0.01,0.01,0.16,571.03,3124.52,26162780,99.87,0,0,0.3,570.76,3124.78,26162781,99.91,0,0,0.16,570.71,3124.8,26162782,99.93,0,0.02,0.17,570.61,3124.84,26162783,99.82,0,0,0.57,571.49,3123.92,26162784,99.94,0,0,0.15,571.23,3124.16,26162785,99.9,0,0,0.3,570.51,3124.88,26162786,99.96,0,0,0.16,570.46,3124.93,26162787,99.95,0,0,0.14,570.42,3124.93,26162788,99.8,0,0,0.55,571.48,3123.81,26162789,99.93,0,0,0.14,570.96,3124.28,26162790,99.82,0,0,0.28,569.77,3125.43,26162791,99.95,0,0,0.16,569.6,3125.56,26162792,99.94,0,0,0.16,569.54,3125.58,26162793,99.81,0,0,0.49,570.81,3124.29,26162794,99.94,0,0,0.2,571.18,3123.89,26162795,99.89,0,0,0.3,570.67,3124.38,26162796,99.95,0,0,0.14,570.6,3124.41,26162797,99.93,0,0,0.14,570.55,3124.43,26162798,99.83,0,0,0.4,570.95,3124.02,26162799,99.8,0,0,0.44,570.87,3124.05,26162800,99.83,0,0,0.28,570.88,3124.03,26162801,99.95,0,0,0.16,570.82,3124.05,26162802,99.94,0,0,0.14,570.79,3124.07,26162803,99.77,0,0,0.49,570.95,3123.89,26162804,99.95,0,0,0.25,569.73,3125.08,26162805,99.86,0,0,0.33,570.41,3124.38,26162806,99.95,0,0,0.14,570.35,3124.39,26162807,99.94,0,0,0.16,570.29,3124.39,26162808,99.96,0,0,0.16,570.23,3124.42,26162809,99.81,0,0,0.53,571.91,3122.7,26162810,99.9,0,0,0.32,571.13,3123.44,26162811,99.93,0,0,0.17,571.23,3123.32,26162812,99.93,0,0,0.14,571.19,3123.31,26162813,99.95,0,0,0.16,571.14,3123.32,26162814,99.79,0,0,0.54,570.84,3123.58,26162815,99.89,0,0,0.3,570.81,3123.6,26162816,99.94,0,0,0.16,570.78,3123.6,26162817,99.93,0,0,0.14,570.74,3123.63,26162818,99.95,0,0,0.14,570.71,3123.63,26162819,99.78,0,0,0.59,570.97,3123.35,26162820,99.89,0,0,0.28,570.65,3123.67,26162821,99.91,0,0,0.14,570.61,3123.69,26162822,99.95,0,0,0.17,570.58,3123.7,26162823,99.95,0,0,0.17,570.61,3123.66,26162824,99.79,0,0,0.55,571.47,3122.79,26162825,99.89,0,0,0.3,570.72,3123.56,26162826,99.94,0,0,0.14,570.66,3123.59,26162827,99.96,0,0,0.16,570.65,3123.59,26162828,99.93,0.01,0.01,0.15,570.6,3123.64,26162829,99.71,0,0,0.64,570.89,3123.32,26162830,99.91,0,0,0.33,570.1,3124.12,26162831,99.94,0,0,0.14,570.01,3124.18,26162832,99.94,0,0,0.16,570.04,3124.14,26162833,99.92,0,0,0.16,570.12,3124.04,26162834,99.81,0,0,0.56,570.57,3123.6,26162835,99.89,0,0,0.31,570.1,3124.08,26162836,99.93,0,0,0.14,570.06,3124.09,26162837,99.88,0,0,0.2,570.01,3124.13,26162838,99.94,0,0,0.14,569.98,3124.15,26162839,99.81,0.01,0.01,0.5,570.66,3123.46,26162840,99.9,0,0,0.34,570.19,3123.95,26162841,99.92,0,0,0.16,570.14,3123.97,26162842,99.93,0,0,0.14,570.18,3123.91,26162843,99.93,0,0,0.14,570.26,3123.81,26162844,99.79,0,0,0.4,570.59,3123.46,26162845,99.87,0,0,0.46,570.47,3123.58,26162846,99.95,0,0,0.14,570.39,3123.63,26162847,99.94,0,0,0.18,570.35,3123.66,26162848,99.92,0,0,0.15,570.32,3123.69,26162849,99.8,0,0,0.39,570.66,3123.34,26162850,99.86,0,0,0.44,569.33,3124.67,26162851,99.94,0,0,0.16,569.28,3124.71,26162852,99.94,0,0,0.14,569.24,3124.74,26162853,99.95,0,0,0.14,569.24,3124.73,26162854,99.93,0,0,0.14,569.39,3124.55,26162855,99.74,0,0,0.77,571.04,3122.89,26162856,99.92,0,0,0.12,570.32,3123.6,26162857,99.94,0,0,0.14,570.28,3123.62,26162858,99.95,0,0,0.18,570.26,3123.63,26162859,99.89,0,0,0.31,570.22,3123.62,26162860,99.71,0,0,0.66,570.62,3123.23,26162861,99.9,0,0,0.16,570.16,3123.68,26162862,99.94,0,0,0.14,570.14,3123.68,26162863,99.95,0,0,0.15,570.1,3123.69,26162864,99.95,0,0,0.14,570.06,3123.71,26162865,99.75,0,0,0.68,571.01,3122.76,26162866,99.94,0,0,0.18,570.68,3123.06,26162867,99.93,0,0,0.16,570.63,3123.09,26162868,99.93,0,0,0.14,570.6,3123.09,26162869,99.93,0,0,0.15,570.53,3123.13,26162870,99.78,0,0,0.73,570.73,3122.92,26162871,99.93,0,0,0.12,570.23,3123.4,26162872,99.95,0,0,0.14,570.2,3123.41,26162873,99.95,0,0,0.16,570.16,3123.43,26162874,99.94,0,0,0.14,570.13,3123.44,26162875,99.77,0,0,0.72,570.49,3123.09,26162876,99.93,0,0,0.16,569.61,3123.96,26162877,99.94,0,0,0.15,569.74,3123.8,26162878,99.91,0,0,0.16,569.71,3123.81,26162879,99.91,0,0,0.18,569.77,3123.73,26162880,99.75,0,0,0.71,570.65,3122.85,26162881,99.94,0,0,0.14,570.84,3122.65,26162882,99.94,0,0,0.16,570.82,3122.65,26162883,99.93,0,0,0.14,570.77,3122.68,26162884,99.93,0,0,0.16,570.73,3122.69,26162885,99.73,0,0,0.64,571,3122.41,26162886,99.93,0,0,0.2,570.43,3122.97,26162887,99.93,0,0,0.14,570.39,3122.99,26162888,99.94,0,0,0.16,570.33,3123.02,26162889,99.87,0,0,0.31,570.23,3123.07,26162890,99.77,0,0,0.55,571.19,3122.09,26162891,99.94,0,0,0.3,570.64,3122.6,26162892,99.93,0,0,0.14,570.6,3122.63,26162893,99.94,0,0,0.14,570.57,3122.63,26162894,99.94,0,0,0.15,570.52,3122.66,26162895,99.86,0,0,0.39,570.57,3122.61,26162896,99.81,0,0,0.6,570.8,3122.34,26162897,99.93,0,0,0.22,570.43,3122.7,26162898,99.94,0,0,0.18,570.41,3122.7,26162899,99.92,0.01,0.02,0.23,570.42,3122.69,26162900,99.84,0,0,0.34,569.71,3123.39,26162901,99.83,0,0,0.59,570.36,3122.72,26162902,99.93,0,0,0.18,570.13,3122.94,26162903,99.94,0,0,0.18,570.09,3122.97,26162904,99.93,0,0,0.18,570.08,3122.97,26162905,99.86,0,0,0.34,570.77,3122.29,26162906,99.82,0,0,0.54,570.3,3122.73,26162907,99.77,0,0,0.14,569.67,3123.34,26162908,99.93,0,0,0.14,569.64,3123.34,26162909,99.93,0,0,0.15,569.59,3123.37,26162910,99.92,0,0,0.27,571.01,3121.93,26162911,99.81,0,0,0.61,570.95,3121.98,26162912,99.93,0,0,0.15,570.23,3122.67,26162913,99.95,0,0,0.15,570.19,3122.7,26162914,99.93,0,0,0.17,570.17,3122.71,26162915,99.88,0,0,0.31,570.63,3122.24,26162916,99.81,0,0,0.55,570.57,3122.26,26162917,99.93,0,0,0.14,569.55,3123.25,26162918,99.93,0,0,0.16,569.63,3123.16,26162919,99.9,0,0,0.31,570.43,3122.33,26162920,99.9,0,0,0.3,570.41,3122.36,26162921,99.82,0,0,0.51,570.84,3121.91,26162922,99.93,0,0,0.2,570.84,3121.91,26162923,99.93,0,0,0.17,570.81,3121.92,26162924,99.93,0,0,0.17,570.77,3121.94,26162925,99.89,0,0,0.33,570.24,3122.47,26162926,99.8,0,0,0.34,570.67,3122.01,26162927,99.93,0,0,0.44,570.19,3122.48,26162928,99.51,0,0,0.2,570.16,3122.5,26162929,99.93,0,0,0.2,570.21,3122.43,26162930,99.87,0,0,0.31,570.59,3122.06,26162931,99.8,0,0,0.34,570.91,3121.73,26162932,99.9,0,0,0.42,570.54,3122.09,26162933,99.92,0,0,0.17,570.52,3122.1,26162934,99.95,0,0,0.18,570.49,3122.13,26162935,99.9,0,0,0.32,571,3121.64,26162936,99.93,0,0,0.14,570.95,3121.66,26162937,99.78,0,0,0.59,571.3,3121.31,26162938,99.94,0,0,0.14,570.91,3121.7,26162939,99.91,0.03,0,0.18,570.72,3121.89,26162940,99.85,0,0,0.29,570.48,3122.13,26162941,99.93,0,0,0.16,570.43,3122.17,26162942,99.8,0,0,0.55,570.55,3122.05,26162943,99.95,0,0,0.16,570.11,3122.48,26162944,99.93,0,0,0.15,570.1,3122.48,26162945,99.9,0,0,0.32,570.63,3121.96,26162946,99.93,0,0,0.16,570.74,3121.84,26162947,99.78,0,0,0.51,571.19,3121.37,26162948,99.93,0,0,0.19,570.94,3121.62,26162949,99.89,0,0,0.37,570.89,3121.63,26162950,99.88,0,0,0.31,571.19,3121.34,26162951,99.94,0,0,0.14,571.09,3121.42,26162952,99.8,0,0,0.41,571.38,3121.12,26162953,99.94,0,0,0.29,570.55,3121.94,26162954,99.91,0,0,0.15,570.51,3121.97,26162955,99.83,0,0,0.3,569.1,3123.4,26162956,99.94,0,0,0.15,569.07,3123.42,26162957,99.8,0,0,0.44,569.87,3122.61,26162958,99.93,0,0,0.29,569.64,3122.83,26162959,99.91,0.01,0.01,0.14,569.61,3122.84,26162960,99.84,0,0,0.29,570.32,3122.15,26162961,99.93,0.01,0.01,0.16,570.3,3122.16,26162962,99.81,0,0,0.41,570.61,3121.83,26162963,99.93,0,0,0.29,570.5,3121.95,26162964,99.9,0,0,0.17,570.57,3121.88,26162965,99.9,0,0,0.34,570.57,3121.88,26162966,99.94,0,0,0.13,570.53,3121.91,26162967,99.68,0,0,0.3,571.16,3121.27,26162968,99.9,0,0,0.39,570.22,3122.2,26162969,99.93,0,0,0.14,570.2,3122.21,26162970,99.9,0,0,0.29,571.18,3121.25,26162971,99.94,0,0,0.16,571.15,3121.27,26162972,99.93,0,0,0.14,571.12,3121.28,26162973,99.8,0,0,0.54,571.04,3121.34,26162974,99.94,0,0,0.14,570.76,3121.61,26162975,99.87,0,0,0.35,571,3121.39,26162976,99.94,0,0,0.14,570.99,3121.4,26162977,99.93,0,0,0.17,570.94,3121.42,26162978,99.8,0,0,0.57,570.61,3121.73,26162979,99.88,0,0,0.36,570.73,3121.44,26162980,99.88,0,0,0.36,570.23,3121.95,26162981,99.92,0,0,0.14,570.21,3121.96,26162982,99.93,0,0,0.13,570.16,3121.99,26162983,99.78,0,0,0.57,570.64,3121.5,26162984,99.94,0,0,0.16,570.34,3121.77,26162985,99.83,0.03,0.02,0.36,570,3122.13,26162986,99.87,0.05,0.03,0.15,569.96,3122.18,26162987,99.88,0.05,0.03,0.17,569.93,3122.2,26162988,98.65,0.04,0.02,0.38,570.24,3121.85,26162989,99.07,0.04,0.02,0.33,569.9,3122.16,26162990,99.83,0.04,0.02,0.33,569.64,3122.42,26162991,99.91,0.05,0.03,0.14,569.62,3122.43,26162992,99.92,0.02,0.02,0.16,569.64,3122.4,26162993,99.82,0,0,0.59,569.74,3122.3,26162994,99.9,0,0,0.18,568.86,3123.17,26162995,99.84,0,0,0.36,569.11,3122.94,26162996,99.9,0,0,0.18,569.06,3122.99,26162997,99.91,0,0,0.18,569.04,3122.99,26162998,99.78,0,0,0.43,569.96,3122.06,26162999,99.9,0,0,0.32,569.98,3122.03,26163000,99.82,0,0,0.29,570.16,3121.85,26163001,99.93,0,0,0.14,570.14,3121.85,26163002,99.82,0.02,0.04,0.25,570.52,3121.43,26163003,99.84,0,0,0.15,573.56,3118.26,26163004,99.87,0,0,0.57,575.69,3116.12,26163005,99.89,0,0,0.31,575.56,3116.26,26163006,99.93,0,0,0.14,575.55,3116.27,26163007,99.93,0,0,0.16,575.51,3116.3,26163008,99.93,0,0,0.14,575.46,3116.32,26163009,99.65,0.02,0.1,1.29,576.32,3115.18,26163010,99.87,0,0,0.33,580.5,3110.11,26163011,99.92,0,0,0.13,580.53,3110.07,26163012,99.92,0,0,0.16,580.65,3109.93,26163013,99.93,0,0,0.14,580.56,3110.02,26163014,99.81,0,0,0.59,580.91,3109.68,26163015,99.88,0,0,0.29,580.58,3110.02,26163016,99.92,0,0,0.14,580.53,3110.05,26163017,99.94,0,0,0.2,580.5,3110.08,26163018,99.93,0,0,0.14,580.49,3110.09,26163019,99.79,0.01,0.01,0.57,581.13,3109.44,26163020,99.88,0,0,0.3,580.6,3109.98,26163021,99.9,0,0,0.17,580.55,3110.02,26163022,99.92,0,0,0.14,580.52,3110.05,26163023,99.93,0,0,0.15,580.48,3110.08,26163024,99.8,0,0,0.54,580.94,3109.61,26163025,99.88,0,0,0.38,580.87,3109.7,26163026,99.93,0,0,0.14,580.82,3109.74,26163027,99.94,0,0,0.16,580.77,3109.77,26163028,99.92,0,0,0.14,580.74,3109.8,26163029,99.8,0,0,0.57,581.36,3109.16,26163030,99.9,0,0,0.32,580.96,3109.59,26163031,99.93,0,0,0.13,580.99,3109.55,26163032,99.93,0,0,0.17,581.07,3109.46,26163033,99.93,0,0,0.14,581.03,3109.49,26163034,99.79,0,0,0.59,581.31,3109.21,26163035,99.87,0,0,0.3,580.48,3110.04,26163036,99.93,0,0,0.19,580.43,3110.07,26163037,99.94,0,0,0.14,580.4,3110.1,26163038,99.93,0,0,0.15,580.57,3109.92,26163039,99.66,0,0,0.56,581.38,3109.08,26163040,99.83,0,0,0.44,580.53,3109.94,26163041,99.91,0,0,0.14,580.48,3109.98,26163042,99.92,0,0,0.16,580.43,3110.01,26163043,99.93,0,0,0.16,580.39,3110.04,26163044,99.91,0,0,0.14,580.37,3110.07,26163045,99.6,0,0,0.7,580.77,3109.67,26163046,99.9,0,0,0.16,579.98,3110.45,26163047,99.93,0,0,0.14,579.95,3110.48,26163048,99.93,0,0,0.14,579.9,3110.51,26163049,99.93,0,0,0.18,579.86,3110.54,26163050,99.7,0,0,0.7,581.67,3108.74,26163051,99.94,0,0,0.17,581.07,3109.33,26163052,99.92,0,0,0.14,581.2,3109.19,26163053,99.95,0,0,0.15,581.16,3109.23,26163054,99.93,0,0,0.14,581.11,3109.26,26163055,94.9,0.27,0.01,193.77,594.2,3096.83,26163056,99.88,0,0,63.66,582.46,3107.73,26163057,99.92,0,0,0.14,582.41,3107.75,26163058,99.92,0,0,0.15,582.36,3107.78,26163059,99.93,0,0,0.16,582.31,3107.82,26163060,99.64,0,0,0.73,581.8,3108.37,26163061,99.94,0,0,0.14,580.57,3109.63,26163062,99.93,0,0.01,0.16,580.53,3109.66,26163063,99.93,0,0,0.14,580.48,3109.7,26163064,99.93,0,0,0.15,580.44,3109.73,26163065,99.75,0,0,0.57,581.13,3109.06,26163066,99.93,0,0,0.34,581.05,3109.16,26163067,99.9,0,0,0.14,581.01,3109.17,26163068,99.93,0,0,0.14,580.96,3109.2,26163069,99.88,0,0.01,0.31,580.92,3109.22,26163070,99.75,0,0,0.7,581.08,3109.07,26163071,99.91,0,0,0.14,580.87,3109.27,26163072,99.93,0,0,0.14,580.85,3109.28,26163073,99.91,0,0,0.16,581,3109.13,26163074,99.88,0,0,0.14,580.97,3109.16,26163075,99.7,0,0,0.57,581.31,3108.83,26163076,99.92,0,0,0.3,580.91,3109.21,26163077,99.91,0,0,0.17,580.87,3109.25,26163078,99.93,0,0,0.16,580.84,3109.28,26163079,99.9,0.01,0.01,0.15,580.82,3109.28,26163080,99.87,0,0,0.28,581.21,3108.91,26163081,99.76,0,0,0.54,581.39,3108.73,26163082,99.9,0,0,0.16,580.9,3109.21,26163083,99.91,0,0,0.15,580.85,3109.24,26163084,99.92,0,0,0.15,580.83,3109.26,26163085,99.81,0,0,0.32,580.81,3109.29,26163086,99.77,0,0,0.54,581.38,3108.71,26163087,99.88,0,0,0.14,581.16,3108.92,26163088,99.91,0,0,0.14,581.12,3108.95,26163089,99.9,0,0,0.16,581.09,3108.97,26163090,99.78,0,0,0.3,580.95,3109,26163091,99.76,0,0,0.55,581.42,3108.53,26163092,99.85,0,0,0.14,581.14,3108.81,26163093,99.84,0,0,0.15,581.31,3108.63,26163094,99.84,0.01,0.01,0.2,581.2,3108.72,26163095,99.78,0,0,0.32,581.25,3108.68,26163096,99.7,0,0,0.54,581.63,3108.3,26163097,99.83,0,0,0.16,581.26,3108.66,26163098,99.86,0,0,0.14,581.22,3108.68,26163099,99.78,0,0,0.32,581.17,3108.71,26163100,99.81,0,0,0.3,579.97,3109.92,26163101,99.74,0,0,0.4,581.18,3108.71,26163102,99.87,0,0,0.28,581.12,3108.76,26163103,99.87,0,0,0.16,581.25,3108.62,26163104,99.85,0,0,0.15,581.2,3108.65,26163105,99.8,0,0,0.32,581.43,3108.45,26163106,99.69,0,0,0.5,581.88,3107.99,26163107,99.84,0,0,0.19,581.35,3108.51,26163108,99.86,0,0,0.16,581.32,3108.54,26163109,99.85,0,0,0.15,581.31,3108.55] ================================================ FILE: bench/dvxCharts.html ================================================ dvxCharts Demo

Loading lib....

================================================ FILE: bench/dygraphs.html ================================================ dygraphs Demo

Loading lib....

================================================ FILE: bench/fmtDate.js ================================================ (function(window) { "use strict"; const months = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ]; const days = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ]; function slice3(str) { return str.slice(0, 3); } const days3 = days.map(slice3); const months3 = months.map(slice3); function zeroPad2(int) { return (int < 10 ? '0' : '') + int; } function zeroPad3(int) { return (int < 10 ? '00' : int < 100 ? '0' : '') + int; } /* function suffix(int) { let mod10 = int % 10; return int + ( mod10 == 1 && int != 11 ? "st" : mod10 == 2 && int != 12 ? "nd" : mod10 == 3 && int != 13 ? "rd" : "th" ); } */ const year = 'getFullYear'; const month = 'getMonth'; const date = 'getDate'; const day = 'getDay'; const hrs = 'getHours'; const mins = 'getMinutes'; const secs = 'getSeconds'; const msecs = 'getMilliseconds'; const subs = { // 2019 YYYY: d => d[year](), // 19 YY: d => (d[year]()+'').slice(2), // July MMMM: d => months[d[month]()], // Jul MMM: d => months3[d[month]()], // 07 MM: d => zeroPad2(d[month]()+1), // 7 M: d => d[month]()+1, // 09 DD: d => zeroPad2(d[date]()), // 9 D: d => d[date](), // Monday WWWW: d => days[d[day]()], // Mon WWW: d => days3[d[day]()], // 03 HH: d => zeroPad2(d[hrs]()), // 3 H: d => d[hrs](), // 9 (12hr, unpadded) h: d => {let h = d[hrs](); return h == 0 ? 12 : h > 12 ? h - 12 : h;}, // AM AA: d => d[hrs]() >= 12 ? 'PM' : 'AM', // am aa: d => d[hrs]() >= 12 ? 'pm' : 'am', // 09 mm: d => zeroPad2(d[mins]()), // 9 m: d => d[mins](), // 09 ss: d => zeroPad2(d[secs]()), // 9 s: d => d[secs](), // 374 fff: d => zeroPad3(d[msecs]()), }; window.fmtDate = function(tpl) { let parts = []; let R = /\{([a-z]+)\}|[^{]+/yi, m; while (m = R.exec(tpl)) parts.push(m[0][0] == '{' ? subs[m[1]] : m[0]); return d => { let out = ''; for (let i = 0; i < parts.length; i++) out += typeof parts[i] == "string" ? parts[i] : parts[i](d); return out; } } })(window); ================================================ FILE: bench/lightweight-charts.html ================================================ lightweight-charts Demo

Loading lib....

================================================ FILE: bench/results.json ================================================ [ [ "uPlot v1.6.24", 47.9, 34, [51,2,1,34], [20.8,2.9], [218,360,146,196], [59,14,7,62] ], [ "Chart.js v4.2.1", 254, 38, [90,2,1,40], [28.6,10], [1154,46,165,235], [145,5,7,47], "4" ], [ "Flot v3.0.0", 494, 60, [105,5,1,52], [40.5,21] ], [ "ECharts v5.4.1", 1000, 55, [148,3,1,35], [17.3,3.2], [1943,444,203,208], [218,12,9,60], "5" ], [ "dygraphs v2.2.1", 132, 90, [163,2,1,33], [88.3,42], [1438,371,174,268] ], [ "LightningChart® v4.0.2", 1300, null, [250,2,1,33], [33.2,12.6], [5390,120,128,325], [1337,42,54,111] ], [ "CanvasJS v3.7.5", 489, 130, [266,4,1,35], [97.9,69.3], [1030,445,90,246] ], [ "dvxCharts v5.1.0", 373, 160, [264,23,1,62], [99.6,60.5], [687,779,206,197], [829,188,8,145] ], [ "Highcharts v10.3.3", 413, null, [416,7,1,38], [97,54.8], [1286,824,205,242], [1035,38,19,72] ], [ "Plotly.js v2.18.2", 3600, 310, [655,14,1,40], [104,70.2], [1814,163,25,208], [681,58,20,113] ], [ "ApexCharts v3.37.1", 503, 685, [694,9,1,33], [175,45.7], [1708,421,106,207], [2503,58,5,39] ], [ "ZingChart v2.9.10", 871, 681, [717,7,1,105], [290,195], [9021,305,41,71] ], [ "amCharts v5.3.7", 625, null, [1601,3,3,46], [147,121], [9171,71,460,167], [1611,17,35,65], "5" ] ] ================================================ FILE: bench/table.js ================================================ const fs = require('fs'); const results = JSON.parse(fs.readFileSync("results.json")); /* // sort results by js,rend,paint,sys results.sort((a, b) => { return (a[3][0] + a[3][1] + a[3][2] + a[3][3]) - (b[3][0] + b[3][1] + b[3][2] + b[3][3]); }); */ const heads = [ "lib", "size", "done", "js,rend,paint,sys", "heap peak,final", "mousemove (10s)", ]; function padRight(str, padStr, len) { str += ""; return str + padStr.repeat(len - str.length); } function padLeft(str, padStr, len) { str += ""; return padStr.repeat(len - str.length) + str; } const widths = heads.map(h => h.length); const texts = results.map((res, i) => { let out = [ res[0], padLeft(res[1], " ", 4) + " KB", padLeft(res[2] == null ? '---' : res[2], " ", 4) + " ms", res[3].map((v, i) => i == 0 || i == 3 ? padLeft(Math.round(v), " ", 4) : padLeft(Math.round(v), " ", 3) ).join(" "), res[4].map(v => padLeft(Math.round(v), " ", 3)).join(" MB ") + " MB", res[5] == null ? '---' : res[5].map(v => padLeft(Math.round(v), " ", 4)).join(" "), ]; widths.forEach((w, i) => { widths[i] = Math.max(w, out[i].length); }); return out; }); let table = ''; widths.forEach((w, i) => { table += "| " + padRight(heads[i], " ", widths[i] + 1); }); table += "|\n"; widths.forEach((w, i) => { table += "| " + padRight("", "-", widths[i]) + " "; }); table += "|\n"; texts.forEach((res, i) => { widths.forEach((w, i) => { table += "| " + padRight(res[i], " ", widths[i] + 1); }); table += "|\n"; }); texts.forEach((res, i) => { table = table.replace(" " + res[0], ` ${res[0]}`); }); fs.writeFileSync("table.md", table, 'utf8'); ================================================ FILE: bench/table.md ================================================ | lib | size | done | js,rend,paint,sys | heap peak,final | mousemove (10s) | | ---------------------- | ------- | ------- | ----------------- | --------------- | ------------------- | | uPlot v1.6.24 | 47.9 KB | 34 ms | 51 2 1 34 | 21 MB 3 MB | 218 360 146 196 | | Chart.js v4.2.1 | 254 KB | 38 ms | 90 2 1 40 | 29 MB 10 MB | 1154 46 165 235 | | Flot v3.0.0 | 494 KB | 60 ms | 105 5 1 52 | 41 MB 21 MB | --- | | ECharts v5.4.1 | 1000 KB | 55 ms | 148 3 1 35 | 17 MB 3 MB | 1943 444 203 208 | | dygraphs v2.2.1 | 132 KB | 90 ms | 163 2 1 33 | 88 MB 42 MB | 1438 371 174 268 | | LightningChart® v4.0.2 | 1300 KB | --- ms | 250 2 1 33 | 33 MB 13 MB | 5390 120 128 325 | | CanvasJS v3.7.5 | 489 KB | 130 ms | 266 4 1 35 | 98 MB 69 MB | 1030 445 90 246 | | dvxCharts v5.1.0 | 373 KB | 160 ms | 264 23 1 62 | 100 MB 61 MB | 687 779 206 197 | | Highcharts v10.3.3 | 413 KB | --- ms | 416 7 1 38 | 97 MB 55 MB | 1286 824 205 242 | | Plotly.js v2.18.2 | 3600 KB | 310 ms | 655 14 1 40 | 104 MB 70 MB | 1814 163 25 208 | | ApexCharts v3.37.1 | 503 KB | 685 ms | 694 9 1 33 | 175 MB 46 MB | 1708 421 106 207 | | ZingChart v2.9.10 | 871 KB | 681 ms | 717 7 1 105 | 290 MB 195 MB | 9021 305 41 71 | | amCharts v5.3.7 | 625 KB | --- ms | 1601 3 3 46 | 147 MB 121 MB | 9171 71 460 167 | ================================================ FILE: bench/uPlot-10M.html ================================================ 10M Points ================================================ FILE: bench/uPlot-600-series.html ================================================ 600 Series ================================================ FILE: bench/uPlot.html ================================================ μPlot Demo

Loading lib....

================================================ FILE: demos/add-del-series.html ================================================ Add/Delete Series ================================================ FILE: demos/align-data.html ================================================ Alignment Cost ================================================ FILE: demos/annotations.html ================================================ Annotations ================================================ FILE: demos/arcsinh-scales.html ================================================ ArcSinh Scales
================================================ FILE: demos/area-fill.html ================================================ Area Fill ================================================ FILE: demos/axis-autosize.html ================================================ Axis Autosize ================================================ FILE: demos/axis-control.html ================================================ Axis Control ================================================ FILE: demos/axis-indicators.html ================================================ Axis indicators ================================================ FILE: demos/bars-grouped-stacked.html ================================================ Bars (Grouped or Stacked) ================================================ FILE: demos/bars-values-autosize.html ================================================ Bars values autosize ================================================ FILE: demos/box-whisker.html ================================================ Box & Whisker ================================================ FILE: demos/candlestick-ohlc.html ================================================ Candlestick Chart ================================================ FILE: demos/cursor-bind.html ================================================ Cursor Bind ================================================ FILE: demos/cursor-snap.html ================================================ Cursor Snap ================================================ FILE: demos/cursor-tooltip.html ================================================ Cursor Tooltip w/placement.js ================================================ FILE: demos/custom-scales.html ================================================ Custom Scales ================================================ FILE: demos/data/AAPL.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $265.76, 25093670, $263.68, $265.78, $263.01 11/14/2019, $262.64, 22395560, $263.75, $264.88, $262.1 11/13/2019, $264.47, 25817590, $261.13, $264.78, $261.07 11/12/2019, $261.96, 21847230, $261.55, $262.79, $260.92 11/11/2019, $262.2, 20507460, $258.3, $262.47, $258.28 11/08/2019, $260.14, 17520500, $258.69, $260.44, $256.85 11/07/2019, $259.43, 23735080, $258.74, $260.35, $258.11 11/06/2019, $257.24, 18966120, $256.77, $257.49, $255.365 11/05/2019, $257.13, 19974430, $257.05, $258.19, $256.32 11/04/2019, $257.5, 25817950, $257.33, $257.845, $255.38 11/01/2019, $255.82, 37781330, $249.54, $255.93, $249.16 10/31/2019, $248.76, 34790520, $247.24, $249.17, $237.26 10/30/2019, $243.26, 31130520, $244.76, $245.3, $241.21 10/29/2019, $243.29, 35709870, $248.97, $249.75, $242.57 10/28/2019, $249.05, 24143240, $247.42, $249.25, $246.72 10/25/2019, $246.58, 18369300, $243.16, $246.73, $242.88 10/24/2019, $243.58, 17916260, $244.51, $244.8, $241.805 10/23/2019, $243.18, 19932550, $242.1, $243.24, $241.22 10/22/2019, $239.96, 22684000, $241.16, $242.2, $239.6218 10/21/2019, $240.51, 22367480, $237.52, $240.99, $237.32 10/18/2019, $236.41, 24377170, $234.59, $237.58, $234.29 10/17/2019, $235.28, 17272900, $235.09, $236.15, $233.52 ================================================ FILE: demos/data/AMD.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $38.56, 63020870, $38.94, $39.37, $38.34 11/14/2019, $38.35, 65936950, $37.51, $38.5, $37.36 11/13/2019, $37.52, 69178090, $36.65, $37.96, $36.5779 11/12/2019, $36.71, 58664520, $36.43, $37.13, $36.4 11/11/2019, $36.31, 43572260, $35.96, $36.6648, $35.58 11/08/2019, $36.29, 39396230, $36.06, $36.58, $36 11/07/2019, $36.28, 54350180, $36.52, $36.99, $36.03 11/06/2019, $35.93, 51675120, $36.06, $36.48, $35.52 11/05/2019, $36.15, 84848640, $36.56, $37.18, $35.98 11/04/2019, $36.29, 83343780, $35.19, $36.45, $34.76 11/01/2019, $34.89, 64238610, $34.37, $35, $34.1 10/31/2019, $33.93, 67881620, $32.98, $34.34, $32.82 10/30/2019, $33.13, 78228770, $32.93, $33.34, $32.035 10/29/2019, $33.03, 78700080, $33.73, $33.9, $32.7 10/28/2019, $33.69, 51223610, $33.16, $33.9103, $33.15 10/25/2019, $32.71, 45368840, $31.9, $32.86, $31.83 10/24/2019, $31.72, 28448980, $31.58, $31.86, $31.34 10/23/2019, $31.36, 26858110, $31.09, $31.65, $30.83 10/22/2019, $31.51, 36860310, $32.06, $32.15, $31.5 10/21/2019, $32.03, 52648070, $31.5, $32.26, $31.41 10/18/2019, $30.97, 39711240, $31.06, $31.33, $30.29 10/17/2019, $31.14, 37010210, $31.3, $31.4, $30.86 ================================================ FILE: demos/data/AMZN.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $1739.49, 3931141, $1760.05, $1761.68, $1732.86 11/14/2019, $1754.6, 2269417, $1751.43, $1766.5931, $1749.56 11/13/2019, $1753.11, 2926892, $1773.39, $1775, $1747.3216 11/12/2019, $1778, 2038925, $1774.66, $1786.22, $1771.91 11/11/2019, $1771.65, 1947810, $1778, $1780, $1767.13 11/08/2019, $1785.88, 2126198, $1787.89, $1789.88, $1774.04 11/07/2019, $1788.2, 2651086, $1803.76, $1805.9, $1783.48 11/06/2019, $1795.77, 2029783, $1801, $1802.5, $1788.58 11/05/2019, $1801.71, 1885543, $1809.16, $1810.25, $1794 11/04/2019, $1804.66, 2771922, $1801.01, $1815.06, $1801.01 11/01/2019, $1791.44, 2790354, $1788.01, $1797.445, $1785.21 10/31/2019, $1776.66, 2781185, $1775.99, $1792, $1771.4753 10/30/2019, $1779.99, 2449405, $1760.24, $1782.38, $1759.115 10/29/2019, $1762.71, 2276855, $1774.81, $1777, $1755.81 10/28/2019, $1777.08, 3708851, $1748.06, $1778.7, $1742.5 10/25/2019, $1761.33, 9626402, $1697.55, $1764.21, $1695 10/24/2019, $1780.78, 5204350, $1771.09, $1788.3379, $1760.27 10/23/2019, $1762.17, 2190380, $1761.3, $1770.05, $1742 10/22/2019, $1765.73, 2234425, $1788.15, $1789.7799, $1762 10/21/2019, $1785.66, 2224902, $1769.66, $1785.88, $1765 10/18/2019, $1757.51, 3366091, $1787.8, $1793.98, $1749.2001 10/17/2019, $1787.48, 2713773, $1796.49, $1798.85, $1782.02 ================================================ FILE: demos/data/CSCO.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $45.09, 32387640, $45.07, $45.65, $44.81 11/14/2019, $44.91, 65609860, $45.56, $46, $44.6 11/13/2019, $48.46, 27250240, $48.24, $48.85, $48.15 11/12/2019, $48.37, 15641770, $48.29, $48.74, $48.12 11/11/2019, $48.1, 19595430, $48.01, $48.47, $47.56 11/08/2019, $48.83, 14414060, $48.42, $48.85, $48.05 11/07/2019, $48.42, 16717750, $48.61, $48.98, $48.2 11/06/2019, $48.27, 15904470, $47.81, $48.5, $47.785 11/05/2019, $47.76, 18988940, $47.59, $47.92, $47.26 11/04/2019, $47.48, 15018910, $47.5, $47.875, $47.32 11/01/2019, $47.03, 24404130, $46.85, $47.485, $46.64 10/31/2019, $47.51, 12488290, $47.6, $47.65, $47.1 10/30/2019, $47.56, 12062030, $47.3, $47.58, $47.16 10/29/2019, $47.24, 13713940, $47, $47.4261, $46.91 10/28/2019, $47.17, 13859730, $47.15, $47.6, $47.06 10/25/2019, $46.9, 15701150, $46.54, $46.99, $46.46 10/24/2019, $46.41, 18456390, $47.23, $47.23, $46.1 10/23/2019, $47.05, 15680880, $47.47, $47.7, $46.84 10/22/2019, $47.55, 15203850, $47.5, $47.885, $47.4 10/21/2019, $47.39, 14455710, $47.14, $47.48, $46.97 10/18/2019, $46.71, 17227400, $47.1, $47.27, $46.66 10/17/2019, $47.03, 14386300, $47.15, $47.3, $46.6 ================================================ FILE: demos/data/FB.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $195.1, 11530230, $194.26, $195.3, $193.38 11/14/2019, $193.15, 9059897, $192.93, $194.03, $191.45 11/13/2019, $193.19, 11009800, $194.7, $195.7, $192.74 11/12/2019, $194.47, 17615450, $190, $195.06, $189.74 11/11/2019, $189.61, 8637768, $189.93, $190.08, $188.54 11/08/2019, $190.84, 10764780, $190, $192.34, $189.7 11/07/2019, $190.42, 13473000, $191.91, $193.44, $189.47 11/06/2019, $191.55, 10973020, $194.03, $194.37, $191.35 11/05/2019, $194.32, 9941954, $195.37, $195.75, $193.6 11/04/2019, $194.72, 16371290, $194.55, $197.3672, $193.8119 11/01/2019, $193.62, 21711830, $192.85, $194.11, $189.91 10/31/2019, $191.65, 42286530, $196.7, $198.09, $188.25 10/30/2019, $188.25, 28734560, $189.56, $190.45, $185.98 10/29/2019, $189.31, 13574870, $191.69, $192.53, $188.47 10/28/2019, $189.4, 13657870, $187.2, $189.53, $185.08 10/25/2019, $187.89, 8061240, $185.83, $189, $185.0876 10/24/2019, $186.38, 11505410, $184.62, $186.73, $182.8 10/23/2019, $186.15, 12370820, $182.01, $186.38, $182 10/22/2019, $182.34, 19854190, $190, $190.65, $181.5 10/21/2019, $189.76, 8580744, $187.04, $189.91, $186.75 10/18/2019, $185.85, 16882860, $190.23, $191.49, $183.9239 10/17/2019, $190.39, 9761548, $190.3, $190.84, $188.765 ================================================ FILE: demos/data/MSFT.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $149.97, 23508810, $148.93, $149.99, $148.27 11/14/2019, $148.06, 19755100, $147.02, $148.41, $147 11/13/2019, $147.31, 17444230, $146.74, $147.4625, $146.28 11/12/2019, $147.07, 18648710, $146.28, $147.57, $146.06 11/11/2019, $146.11, 14370180, $145.34, $146.42, $144.73 11/08/2019, $145.96, 16752940, $143.98, $145.99, $143.76 11/07/2019, $144.26, 17786720, $143.84, $144.88, $143.77 11/06/2019, $144.06, 16575800, $144.37, $144.52, $143.2 11/05/2019, $144.46, 18250170, $144.97, $145.02, $143.905 11/04/2019, $144.55, 16912000, $144.83, $145, $144.16 11/01/2019, $143.72, 33128370, $144.26, $144.42, $142.965 10/31/2019, $143.37, 24605140, $144.9, $144.93, $142.99 10/30/2019, $144.61, 18496590, $143.52, $145, $142.79 10/29/2019, $142.83, 20589470, $144.08, $144.5, $142.65 10/28/2019, $144.19, 35280140, $144.4, $145.67, $143.51 10/25/2019, $140.73, 25959720, $139.34, $141.14, $139.2 10/24/2019, $139.94, 37278400, $139.39, $140.42, $138.67 10/23/2019, $137.24, 31380310, $136.88, $137.45, $135.61 10/22/2019, $136.37, 27935270, $138.97, $140.01, $136.26 10/21/2019, $138.43, 20716040, $138.45, $138.5, $137.01 10/18/2019, $137.41, 32284430, $139.76, $140, $136.56 10/17/2019, $139.69, 22102800, $140.95, $141.42, $139.02 ================================================ FILE: demos/data/QCOM.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $90.81, 25491090, $92.6, $93.94, $90.5801 11/14/2019, $90.48, 8794397, $90.31, $90.58, $89.43 11/13/2019, $90.47, 9519644, $90.7, $91.9, $89.62 11/12/2019, $90.97, 9335820, $92.18, $92.25, $90.17 11/11/2019, $91.84, 11301320, $91.71, $92.5244, $90.89 11/08/2019, $94.03, 16375240, $89.98, $94.11, $89.6 11/07/2019, $89.98, 30254020, $89.83, $92.5, $88.32 11/06/2019, $84.63, 9755311, $85.34, $85.605, $84.2242 11/05/2019, $85.46, 7280027, $85.2, $85.74, $84.73 11/04/2019, $85.09, 8389196, $84.54, $85.87, $84.3082 11/01/2019, $83.58, 8620326, $81.59, $83.65, $81.25 10/31/2019, $80.44, 5693660, $81.44, $81.47, $79.84 10/30/2019, $81.44, 3970995, $82.1, $82.2482, $80.85 10/29/2019, $81.66, 4993553, $82.75, $82.85, $81.44 10/28/2019, $83.05, 9949753, $80.55, $83.13, $80.54 10/25/2019, $80.17, 6712346, $79, $80.23, $78.91 10/24/2019, $78.99, 5422321, $78.06, $79.02, $77.59 10/23/2019, $77.24, 5937606, $77.21, $78.13, $76.87 10/22/2019, $78.47, 5107829, $78.93, $79.07, $78.2405 10/21/2019, $78.98, 5307232, $78.38, $79.09, $78.01 10/18/2019, $77.68, 6110981, $78.62, $79.22, $77.6725 10/17/2019, $78.97, 5923920, $78.7, $79.96, $78.4 ================================================ FILE: demos/data/SBUX.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $84.21, 7537205, $84.68, $84.94, $83.57 11/14/2019, $84.38, 5287433, $84.1, $84.52, $83.8 11/13/2019, $83.94, 7439003, $83.29, $84.29, $83.2 11/12/2019, $83.32, 8552693, $82.69, $83.976, $82.605 11/11/2019, $82.43, 5832575, $81.75, $82.5312, $81.37 11/08/2019, $81.77, 7088064, $82.19, $82.64, $81.45 11/07/2019, $81.95, 7221382, $83.06, $83.29, $81.84 11/06/2019, $82.99, 6365267, $82.08, $83.37, $82 11/05/2019, $81.89, 7054400, $82.34, $82.34, $81.0301 11/04/2019, $82.37, 8271187, $83.3, $83.435, $81.9 11/01/2019, $83.21, 10658470, $84.79, $85.31, $82.61 10/31/2019, $84.56, 14008810, $86.71, $87.22, $83.28 10/30/2019, $84.19, 8731291, $84.61, $84.7, $83.32 10/29/2019, $84.13, 5699093, $83.81, $84.63, $83.64 10/28/2019, $83.6, 6653357, $84.47, $84.98, $83.36 10/25/2019, $83.38, 5235296, $83.21, $83.565, $82.63 10/24/2019, $83.18, 4632619, $82.8, $83.53, $82.6605 10/23/2019, $82.74, 7186615, $84.31, $84.41, $82.1262 10/22/2019, $83.46, 5806608, $85.23, $85.35, $83.39 10/21/2019, $85.35, 5007111, $86, $86.24, $85.0801 10/18/2019, $86.03, 4631218, $86.35, $86.75, $85.52 10/17/2019, $86.29, 4397738, $86.88, $87.02, $86.16 ================================================ FILE: demos/data/TSLA.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $352.17, 4812563, $350.64, $352.8, $348.36 11/14/2019, $349.35, 6471703, $346.11, $353.84, $342.91 11/13/2019, $346.11, 8467863, $355, $356.33, $345.18 11/12/2019, $349.93, 7359383, $346.9, $350.37, $344.04 11/11/2019, $345.09, 9993689, $343.95, $349.19, $342 11/08/2019, $337.14, 6074221, $334.5, $337.46, $332.5 11/07/2019, $335.54, 14467350, $329.14, $341.5, $328.02 11/06/2019, $326.58, 7940932, $318, $326.72, $314.5 11/05/2019, $317.22, 6943417, $319.62, $323.51, $316.118 11/04/2019, $317.47, 8787040, $314.8, $321.94, $309.26 11/01/2019, $313.31, 6383929, $316.32, $316.48, $309.8 10/31/2019, $314.92, 5066956, $313.1, $319, $313 10/30/2019, $315.01, 9641810, $313, $318.79, $309.97 10/29/2019, $316.22, 12684270, $319.99, $324.3, $314.75 10/28/2019, $327.71, 18870290, $327.54, $340.84, $322.6 10/25/2019, $328.13, 30006090, $297.72, $330, $296.11 10/24/2019, $299.68, 29819230, $298.37, $304.93, $289.2 10/23/2019, $254.68, 11216180, $254.5, $256.14, $251.35 10/22/2019, $255.58, 4625095, $254.32, $258.33, $250.85 10/21/2019, $253.5, 5108101, $258.33, $259.5, $250.18 10/18/2019, $256.95, 5753666, $260.7, $262.8, $255.1 10/17/2019, $261.97, 4779043, $262.5, $264.78, $260.17 ================================================ FILE: demos/data/ZNGA.csv ================================================ Date, Close/Last, Volume, Open, High, Low 11/15/2019, $6.28, 9080171, $6.35, $6.35, $6.26 11/14/2019, $6.33, 4907045, $6.3, $6.36, $6.28 11/13/2019, $6.31, 8632013, $6.31, $6.39, $6.3 11/12/2019, $6.34, 14556160, $6.3, $6.39, $6.275 11/11/2019, $6.305, 8784893, $6.24, $6.31, $6.23 11/08/2019, $6.28, 9467393, $6.27, $6.29, $6.18 11/07/2019, $6.23, 12123110, $6.29, $6.34, $6.22 11/06/2019, $6.29, 10194760, $6.27, $6.32, $6.22 11/05/2019, $6.295, 17828900, $6.28, $6.32, $6.2 11/04/2019, $6.25, 14809800, $6.34, $6.34, $6.235 11/01/2019, $6.35, 21310650, $6.21, $6.42, $6.16 10/31/2019, $6.17, 28389690, $6.35, $6.465, $6.04 10/30/2019, $6.21, 22405160, $6.12, $6.23, $6.07 10/29/2019, $6.07, 19525690, $6.16, $6.17, $6.052 10/28/2019, $6.16, 14500980, $6.15, $6.24, $6.07 10/25/2019, $6.16, 16769850, $6.16, $6.2, $6.1 10/24/2019, $6.16, 15552470, $6.11, $6.16, $6.07 10/23/2019, $6.08, 13013750, $6.1, $6.22, $6.03 10/22/2019, $6.13, 15608930, $6.28, $6.3, $6.125 10/21/2019, $6.29, 17449280, $6.25, $6.35, $6.21 10/18/2019, $6.23, 20229890, $6.24, $6.275, $6.12 10/17/2019, $6.24, 14739500, $6.23, $6.31, $6.175 ================================================ FILE: demos/data/ms_spectrum.csv ================================================ mz,intensity 260.01,0 260.019,0 260.029,0 260.07,0 260.079,0 260.089,0 260.11,0 260.14,0 260.149,0 260.17,0 260.209,0 260.219,0 260.25,0 260.26,0 260.269,0 260.31,0 260.32,0 260.349,0 260.358,0 260.37,0 260.409,0 260.418,0 260.44,0 260.45,0 260.478,0 260.49,0 260.519,0 260.539,0 260.57,0 260.579,0 260.599,0 260.63,0 260.64,0 260.67,0 260.69,0 260.709,0 260.73,0 260.75,0 260.769,0 260.779,0 260.789,0 260.81,0 260.829,0 260.87,0 260.88,0 260.89,0 260.918,0 260.93,0 260.95,0 260.978,0 261.01,0 261.019,0 261.029,0 261.07,0 261.079,0 261.089,0 261.11,0 261.14,0 261.149,0 261.17,0 261.19,0 261.209,0 261.24,0 261.25,0 261.269,0 261.289,0 261.329,0 261.339,0 261.37,0 261.38,0 261.409,0 261.418,0 261.43,0 261.45,0 261.478,0 261.51,0 261.519,0 261.55,0 261.57,0 261.579,0 261.599,0 261.63,0 261.649,0 261.67,0 261.68,0 261.709,0 261.719,0 261.74,0 261.769,0 261.789,0 261.798,0 261.81,0 261.849,0 261.87,0 261.88,0 261.89,0 261.93,0 261.94,0 261.95,0 261.99,0 262.01,0 262.019,0 262.05,0 262.06,0 262.089,0 262.099,0 262.11,0 262.13,0 262.15,0 262.17,0 262.19,0 262.21,0 262.25,0 262.26,0 262.289,0 262.31,0 262.32,0 262.33,0 262.37,0 262.38,0 262.409,0 262.43,0 262.45,0 262.46,0 262.479,0 262.5,0 262.51,0 262.55,0 262.56,0 262.59,0 262.61,0 262.63,0 262.64,0 262.65,0 262.69,0 262.7,0 262.73,0 262.75,0 262.77,0 262.78,0 262.789,0 262.81,0 262.83,0 262.87,0 262.88,0 262.89,0 262.919,0 262.95,0 262.96,0 262.99,0 263.01,0 263.02,0 263.05,0 263.07,0 263.09,0 263.099,0 263.11,0 263.13,0 263.159,0 263.17,0 263.2,0 263.23,0 263.24,0 263.25,0 263.289,0 263.299,0 263.32,0 263.349,0 263.359,0 263.37,0 263.409,0 263.419,0 263.44,0 263.46,0 263.479,0 263.51,0 263.52,0 263.53,0 263.56,0 263.57,0 263.61,0 263.63,0 263.64,0 263.659,0 263.69,0 263.7,0 263.73,0 263.75,0 263.76,0 263.77,0 263.799,0 263.81,0 263.849,0 263.87,0 263.88,0 263.909,0 263.93,0 263.94,0 263.95,0 263.99,0 264,0 264.03,0 264.05,0 264.07,0 264.08,0 264.09,0 264.11,0 264.13,0 264.159,0 264.17,0 264.19,0 264.23,0 264.24,0 264.27,0 264.28,0 264.31,0 264.32,0 264.34,0 264.37,0 264.38,0 264.409,0 264.419,0 264.43,0 264.469,0 264.479,0 264.49,0 264.52,0 264.55,0 264.56,0 264.57,0 264.61,0 264.62,0 264.65,0 264.659,0 264.67,0 264.69,0 264.73,0 264.74,0 264.77,0 264.78,0 264.789,0 264.81,0 264.83,0 264.87,0 264.88,0 264.909,0 264.93,0 264.94,0 264.96,0 264.969,0 265.01,0 265.03,0 265.05,0 265.07,1.83380142078308 265.08,0 265.09,0 265.11,0 265.15,0 265.159,0 265.17,0 265.21,0 265.219,0 265.25,0 265.26,0 265.27,0 265.31,0 265.32,0 265.34,0 265.37,0 265.39,0 265.4,0 265.43,0 265.44,0 265.469,0 265.479,0 265.51,0 265.52,0 265.53,0 265.57,0 265.58,0 265.59,0 265.63,0 265.64,0 265.65,0 265.69,0 265.71,0 265.719,0 265.75,0 265.76,0 265.789,0 265.799,0 265.81,0 265.849,0 265.859,0 265.87,0 265.89,0 265.93,0 265.94,0 265.95,0 265.969,0 266,0 266.03,0 266.05,0 266.07,0 266.09,0 266.099,0 266.11,0 266.15,0 266.159,0 266.17,0 266.19,0 266.21,0 266.25,0 266.26,0 266.28,0 266.31,0 266.32,0 266.349,0 266.37,0 266.38,0 266.409,0 266.419,0 266.44,0 266.45,0 266.49,0 266.5,0 266.51,0 266.539,0 266.56,0 266.57,0 266.59,0 266.63,0 266.64,0 266.659,0 266.68,0 266.71,0 266.719,0 266.74,0 266.77,0 266.78,0 266.81,0 266.82,0 266.83,0 266.849,0 266.89,0 266.909,0 266.93,0 266.94,0 266.969,0 266.979,0 267.01,0 267.02,0 267.05,0 267.07,0 267.08,0 267.09,0 267.11,0 267.15,0 267.159,0 267.19,0 267.2,0 267.23,0 267.24,0 267.25,0 267.27,0 267.289,0 267.32,0 267.33,0 267.359,0 267.38,0 267.39,0 267.419,0 267.45,0 267.46,0 267.49,0 267.51,0 267.53,0 267.539,0 267.55,0 267.57,0 267.61,0 267.62,0 267.64,0 267.65,0 267.67,0 267.71,0 267.719,0 267.75,0 267.76,0 267.78,0 267.789,0 267.82,0 267.849,0 267.859,0 267.87,0 267.9,0 267.93,0 267.94,0 267.95,0 267.969,0 268.01,0 268.03,0 268.05,0 268.07,0 268.08,0 268.11,0 268.12,0 268.13,0 268.17,0 268.18,0 268.19,0 268.23,0 268.24,0 268.25,0 268.27,0 268.31,0 268.32,0 268.34,0 268.37,0 268.39,0 268.409,0 268.419,0 268.43,0 268.469,0 268.49,0 268.5,0 268.53,0 268.55,0 268.56,0 268.59,0 268.61,0 268.62,0 268.65,0 268.659,0 268.69,0 268.7,0 268.73,0 268.75,0 268.77,0 268.789,0 268.799,0 268.81,0 268.849,0 268.859,0 268.89,0 268.9,0 268.909,0 268.95,0 268.96,0 268.969,0 269.01,0 269.03,0 269.05,0 269.07,0 269.09,0 269.099,0 269.13,0 269.14,0 269.159,0 269.17,0 269.19,0 269.23,0 269.25,0 269.26,1.53642821741285 269.27,0 269.289,0 269.31,0 269.33,0 269.37,0 269.38,0 269.4,0 269.43,0 269.44,0 269.45,0 269.469,0 269.51,0 269.53,0 269.539,0 269.57,0 269.58,0 269.61,0 269.62,0 269.63,0 269.659,0 269.69,0 269.7,0 269.73,0 269.75,0 269.76,0 269.789,0 269.799,0 269.83,0 269.84,0 269.849,0 269.89,0 269.9,0 269.909,0 269.95,0 269.96,0 269.969,0 269.99,0 270.03,0 270.039,0 270.07,0 270.09,0 270.099,0 270.13,0 270.15,0 270.159,0 270.17,0 270.19,0 270.21,0 270.25,0 270.26,0 270.27,0 270.289,0 270.31,0 270.349,0 270.359,0 270.39,0 270.409,0 270.419,0 270.45,0 270.46,0 270.469,0 270.49,0 270.52,0 270.55,0 270.56,0 270.57,0 270.61,0 270.62,0 270.65,0 270.67,0 270.68,0 270.7,0 270.73,0 270.75,0 270.77,0 270.789,0 270.799,0 270.81,0 270.83,0 270.849,0 270.89,0 270.9,0 270.909,0 270.95,0 270.969,0 270.99,0 271.01,0 271.02,0 271.03,0 271.06,0 271.09,0 271.11,0 271.12,0 271.15,0 271.159,0 271.17,0 271.21,0 271.219,0 271.25,0 271.26,0 271.27,0 271.299,0 271.33,0 271.34,0 271.37,0 271.38,0 271.4,0 271.409,0 271.43,0 271.469,0 271.479,0 271.51,0 271.52,0 271.539,0 271.57,0 271.58,0 271.59,0 271.62,0 271.64,0 271.659,0 271.69,0 271.71,0 271.73,0 271.75,0 271.76,0 271.789,0 271.81,0 271.82,0 271.849,0 271.87,0 271.88,0 271.89,0 271.93,0 271.94,0 271.95,0 271.99,0 272,0 272.01,0 272.03,0 272.07,0 272.09,1.99900875598877 272.099,0 272.11,0 272.15,0 272.159,0 272.17,0 272.21,0 272.219,0 272.23,0 272.27,0 272.28,0 272.31,0 272.32,0 272.349,0 272.37,0 272.38,0 272.39,0 272.419,0 272.44,0 272.45,0 272.469,0 272.51,0 272.53,0 272.539,0 272.57,0 272.58,0 272.599,0 272.63,0 272.64,0 272.659,0 272.67,0 272.69,0 272.73,0 272.75,0 272.77,0 272.789,0 272.799,0 272.83,0 272.84,0 272.849,0 272.87,0 272.9,0 272.93,0 272.95,0 272.96,0 272.969,0 273,0 273.03,0 273.039,0 273.05,0 273.09,0 273.099,0 273.11,0 273.13,0 273.159,0 273.17,0 273.19,0 273.21,0 273.23,0 273.25,0 273.28,0 273.31,0 273.32,0 273.349,0 273.359,0 273.38,0 273.39,0 273.43,0 273.45,0 273.46,0 273.49,0 273.5,0 273.53,0 273.55,0 273.56,0 273.59,0 273.599,0 273.62,0 273.64,0 273.65,0 273.68,0 273.69,0 273.73,0 273.74,0 273.76,0 273.77,0 273.81,0 273.82,0 273.849,0 273.87,0 273.88,0 273.89,0 273.93,0 273.94,0 273.95,0 273.99,0 274.01,0 274.02,0 274.05,0 274.07,0 274.08,0 274.11,0 274.12,0 274.13,0 274.159,0 274.17,0 274.19,0 274.23,0 274.24,0 274.27,0 274.28,0 274.299,0 274.31,0 274.33,0 274.359,0 274.39,0 274.4,0 274.409,0 274.45,0 274.46,0 274.49,0 274.5,0 274.51,0 274.55,0 274.56,0 274.58,0 274.599,0 274.63,0 274.65,0 274.659,0 274.69,0 274.71,0 274.73,0 274.74,0 274.75,0 274.789,0 274.81,0 274.83,0 274.84,0 274.87,0 274.88,0 274.89,0 274.93,0 274.94,0 274.969,0 274.979,0 275.01,0 275.03,0 275.05,0 275.06,0 275.08,0 275.09,0 275.11,0 275.13,0 275.15,0 275.17,0 275.19,0 275.21,0 275.24,0 275.27,0 275.289,0 275.299,0 275.33,0 275.349,0 275.359,0 275.39,0 275.4,0 275.43,0 275.45,0 275.46,0 275.479,0 275.49,0 275.53,0 275.539,0 275.55,0 275.59,0 275.61,0 275.62,0 275.65,0 275.67,0 275.68,0 275.71,0 275.719,0 275.73,0 275.77,0 275.789,0 275.799,0 275.83,0 275.84,0 275.87,0 275.88,0 275.89,0 275.93,0 275.94,0 275.969,0 275.979,0 275.99,0 276.03,0 276.05,0 276.06,0 276.09,0 276.099,0 276.11,0 276.13,0 276.17,0 276.18,0 276.2,0 276.21,0 276.24,0 276.26,0 276.27,0 276.31,0 276.33,0 276.34,0 276.37,0 276.38,0 276.39,0 276.43,0 276.44,0 276.46,0 276.49,0 276.5,0 276.53,0 276.539,0 276.56,0 276.59,0 276.599,0 276.63,0 276.64,0 276.67,0 276.69,0 276.71,0 276.719,0 276.75,0 276.76,0 276.77,0 276.81,0 276.83,0 276.849,0 276.859,0 276.87,0 276.89,0 276.909,0 276.95,0 276.96,0 276.979,0 276.99,0 277.03,0 277.05,0 277.07,0 277.08,0 277.09,0 277.11,0 277.14,0 277.15,0 277.17,0 277.21,0 277.219,0 277.23,0 277.25,0 277.289,0 277.299,0 277.32,0 277.33,0 277.359,0 277.37,0 277.409,0 277.419,0 277.44,0 277.469,0 277.479,0 277.49,0 277.53,0 277.55,0 277.56,0 277.57,0 277.61,0 277.62,0 277.64,0 277.65,0 277.69,0 277.7,0 277.73,0 277.75,0 277.77,0 277.78,0 277.789,0 277.83,0 277.84,0 277.87,0 277.89,0 277.9,0 277.93,0 277.94,0 277.969,0 277.979,0 277.99,0 278.03,0 278.05,0 278.07,0 278.09,0 278.099,0 278.11,0 278.13,0 278.15,0 278.17,0 278.19,0 278.219,0 278.23,0 278.27,0 278.289,0 278.299,0 278.33,0 278.34,0 278.359,0 278.37,0 278.4,0 278.43,0 278.44,0 278.45,0 278.49,0 278.5,0 278.53,0 278.539,0 278.55,0 278.57,0 278.61,0 278.62,0 278.63,0 278.65,0 278.69,0 278.71,0 278.73,0 278.75,0 278.76,0 278.789,0 278.799,0 278.83,0 278.849,0 278.859,0 278.87,0 278.89,0 278.93,0 278.95,0 278.969,0 278.979,0 279.01,0 279.03,0 279.039,0 279.07,0 279.08,0 279.09,0 279.11,0 279.15,0 279.159,0 279.17,0 279.21,0 279.23,0 279.24,2.57723442920866 279.25,0 279.27,0 279.289,0 279.33,0 279.349,0 279.359,0 279.39,0 279.409,0 279.419,0 279.43,0 279.469,0 279.49,0 279.5,0 279.53,0 279.539,0 279.56,0 279.59,0 279.61,0 279.62,0 279.63,0 279.67,0 279.68,0 279.69,0 279.71,0 279.75,0 279.77,0 279.78,0 279.799,0 279.81,0 279.83,0 279.87,0 279.89,0 279.9,0 279.93,0 279.94,0 279.95,0 279.979,0 280.01,0 280.02,0 280.03,0 280.07,0 280.09,0 280.099,0 280.11,0 280.13,0 280.15,0 280.17,0 280.19,0 280.23,0 280.24,0 280.25,0 280.27,0 280.289,0 280.33,0 280.34,0 280.37,0 280.38,0 280.39,0 280.409,0 280.45,0 280.46,0 280.49,0 280.5,0 280.53,0 280.539,0 280.56,0 280.59,0 280.61,0 280.62,0 280.63,0 280.659,0 280.69,0 280.71,0 280.73,0 280.75,0 280.76,0 280.789,0 280.799,0 280.81,0 280.83,0 280.859,0 280.87,0 280.909,0 280.93,0 280.95,0 280.96,0 280.99,0 281,0 281.03,0 281.05,0 281.06,0 281.09,0 281.11,0 281.12,0 281.13,0 281.159,0 281.17,0 281.21,0 281.23,0 281.24,0 281.25,36.4116966793326 281.27,0 281.289,0 281.31,0 281.33,0 281.37,0 281.38,0 281.39,0 281.409,0 281.45,0 281.46,0 281.469,0 281.49,0 281.53,0 281.55,0 281.56,0 281.59,0 281.599,0 281.63,0 281.65,0 281.659,0 281.69,0 281.71,0 281.73,0 281.74,0 281.75,0 281.789,0 281.799,0 281.82,0 281.84,0 281.87,0 281.88,0 281.909,0 281.93,0 281.94,0 281.969,0 281.979,0 282.01,0 282.03,0 282.039,0 282.05,0 282.09,0 282.11,0 282.12,0 282.13,0 282.15,0 282.17,0 282.19,0 282.23,0 282.25,0 282.26,6.7239385428713 282.27,0 282.289,0 282.31,0 282.33,0 282.349,0 282.39,0 282.4,0 282.419,0 282.43,0 282.469,0 282.479,0 282.49,0 282.53,0 282.55,0 282.57,0 282.58,0 282.59,0 282.62,0 282.63,0 282.67,0 282.69,0 282.71,0 282.73,0 282.74,0 282.77,0 282.789,0 282.799,0 282.81,0 282.83,0 282.859,0 282.87,0 282.909,0 282.93,0 282.94,0 282.969,0 282.99,0 283.01,0 283.03,0 283.05,0 283.07,0 283.08,0 283.11,0 283.12,0 283.13,0 283.15,0 283.18,0 283.19,0 283.23,0 283.25,6.34396167189823 283.27,29.0434495291591 283.289,0 283.299,0 283.31,0 283.33,0 283.349,0 283.39,0 283.4,0 283.43,0 283.45,0 283.46,0 283.469,0 283.51,0 283.52,0 283.53,0 283.57,0 283.59,0 283.599,0 283.61,0 283.65,0 283.659,0 283.67,0 283.69,0 283.73,0 283.74,0 283.75,0 283.789,0 283.799,0 283.82,0 283.849,0 283.859,0 283.89,0 283.909,0 283.919,0 283.95,0 283.96,0 283.99,0 284,0 284.03,0 284.05,0 284.06,0 284.09,0 284.11,0 284.13,0 284.14,0 284.15,0 284.17,0 284.19,0 284.23,0 284.25,1.81728068726251 284.26,0 284.27,6.83958367751528 284.289,0 284.31,0 284.33,0 284.349,0 284.38,0 284.409,0 284.419,0 284.45,0 284.469,0 284.479,0 284.51,0 284.53,0 284.539,0 284.55,0 284.59,0 284.599,0 284.61,0 284.65,0 284.659,0 284.69,0 284.71,0 284.73,0 284.74,0 284.77,0 284.78,0 284.789,0 284.81,0 284.83,0 284.87,0 284.89,0 284.9,0 284.93,0 284.94,0 284.969,0 284.99,0 285.01,0 285.03,0 285.039,0 285.07,0 285.08,1.3051379481249 285.09,0 285.12,0 285.13,0 285.159,0 285.19,0 285.2,0 285.21,0 285.25,0 285.27,0 285.28,0 285.289,0 285.31,0 285.33,0 285.349,0 285.39,0 285.4,0 285.409,0 285.44,0 285.469,0 285.479,0 285.49,0 285.52,0 285.53,0 285.56,0 285.58,0 285.61,0 285.62,0 285.63,0 285.67,0 285.69,0 285.71,0 285.73,0 285.74,0 285.76,0 285.789,0 285.799,0 285.82,0 285.849,0 285.87,0 285.89,0 285.9,0 285.93,0 285.94,0 285.95,0 285.99,0 286,0 286.03,0 286.05,0 286.07,0 286.08,0 286.09,0 286.11,0 286.15,0 286.159,0 286.17,0 286.19,0 286.23,0 286.25,0 286.27,0 286.28,0 286.289,0 286.32,0 286.34,0 286.349,0 286.38,0 286.39,0 286.419,0 286.45,0 286.46,0 286.49,0 286.5,0 286.52,0 286.53,0 286.56,0 286.58,0 286.59,0 286.62,0 286.64,0 286.67,0 286.68,0 286.71,0 286.719,0 286.75,0 286.77,0 286.789,0 286.799,0 286.81,0 286.83,0 286.859,0 286.89,0 286.909,0 286.93,0 286.94,0 286.969,0 286.979,0 286.99,0 287.01,0 287.05,0 287.07,0 287.08,0 287.09,0 287.11,0 287.14,0 287.15,0 287.17,0 287.21,0 287.219,0 287.23,0 287.27,0 287.289,0 287.299,0 287.31,0 287.33,0 287.349,0 287.39,0 287.4,0 287.409,0 287.45,0 287.46,0 287.469,0 287.51,0 287.52,0 287.55,0 287.56,0 287.57,0 287.61,0 287.62,0 287.63,0 287.65,0 287.69,0 287.7,0 287.71,0 287.75,0 287.76,0 287.77,0 287.81,0 287.82,0 287.849,0 287.859,0 287.87,0 287.909,0 287.93,0 287.94,0 287.969,0 287.979,0 287.99,0 288.03,0 288.05,0 288.07,0 288.08,0 288.09,0 288.11,0 288.13,0 288.17,0 288.18,0 288.2,0 288.21,0 288.23,0 288.27,0 288.289,0 288.299,3.13893936890798 288.31,0 288.33,0 288.349,0 288.37,0 288.409,0 288.419,0 288.45,0 288.46,0 288.469,0 288.51,0 288.53,0 288.539,0 288.56,0 288.59,0 288.599,0 288.63,0 288.64,0 288.65,0 288.69,0 288.71,0 288.719,0 288.73,0 288.77,0 288.789,0 288.799,0 288.81,0 288.83,0 288.87,0 288.89,0 288.909,0 288.919,0 288.93,0 288.969,0 288.979,0 288.99,0 289.03,0 289.05,0 289.07,0 289.08,0 289.09,0 289.11,0 289.13,0 289.17,0 289.18,0 289.19,0 289.219,0 289.23,0 289.27,0 289.289,0 289.299,0 289.31,0 289.33,0 289.349,0 289.37,0 289.409,0 289.419,0 289.43,0 289.469,0 289.479,0 289.5,0 289.53,0 289.539,0 289.57,0 289.58,0 289.61,0 289.62,0 289.64,0 289.659,0 289.67,0 289.69,0 289.73,0 289.74,0 289.75,0 289.789,0 289.799,0 289.81,0 289.83,0 289.87,0 289.89,0 289.909,0 289.93,0 289.95,0 289.969,0 289.979,0 290,0 290.03,0 290.05,0 290.07,0 290.09,5.48488352882868 290.099,0 290.11,0 290.13,0 290.15,0 290.17,0 290.2,0 290.21,0 290.25,0 290.26,0 290.289,0 290.299,0 290.31,0 290.33,0 290.349,0 290.39,0 290.4,0 290.43,0 290.44,0 290.45,0 290.479,0 290.51,0 290.52,0 290.539,0 290.55,0 290.58,0 290.59,0 290.63,0 290.65,0 290.67,0 290.68,0 290.71,0 290.73,0 290.74,0 290.75,0 290.789,0 290.799,0 290.81,0 290.83,0 290.849,0 290.88,0 290.909,0 290.93,0 290.94,0 290.969,0 290.979,0 290.99,0 291.03,0 291.05,0 291.07,0 291.09,0 291.099,0 291.11,0 291.13,0 291.15,0 291.17,0 291.19,0 291.21,0 291.24,0 291.27,0 291.289,0 291.299,0 291.31,0 291.349,0 291.359,0 291.37,0 291.409,0 291.419,0 291.43,0 291.46,0 291.49,0 291.51,0 291.52,0 291.55,0 291.56,0 291.58,0 291.599,0 291.62,0 291.65,0 291.659,0 291.69,0 291.71,0 291.719,0 291.75,0 291.77,0 291.78,0 291.789,0 291.83,0 291.84,0 291.87,0 291.88,0 291.909,0 291.93,0 291.95,0 291.96,0 291.969,0 292.01,0 292.03,0 292.05,0 292.07,0 292.09,0 292.099,0 292.11,0 292.13,0 292.15,0 292.17,0 292.19,0 292.219,0 292.24,0 292.25,0 292.27,0 292.289,0 292.33,0 292.34,0 292.37,0 292.38,0 292.409,0 292.419,0 292.43,0 292.469,0 292.479,0 292.51,0 292.53,0 292.539,0 292.56,0 292.59,0 292.599,0 292.61,0 292.64,0 292.65,0 292.68,0 292.71,0 292.73,0 292.75,0 292.76,0 292.789,0 292.81,0 292.82,0 292.83,0 292.849,0 292.89,0 292.9,0 292.909,0 292.93,0 292.95,0 292.99,0 293,0 293.03,0 293.039,0 293.07,0 293.09,0 293.11,0 293.12,0 293.13,0 293.17,0 293.18,0 293.19,0 293.21,0 293.25,0 293.26,0 293.27,0 293.299,0 293.31,0 293.33,0 293.37,0 293.38,0 293.409,0 293.43,0 293.44,0 293.469,0 293.479,0 293.5,0 293.51,0 293.55,0 293.56,0 293.59,0 293.599,0 293.63,0 293.64,0 293.67,0 293.69,0 293.7,0 293.73,0 293.75,0 293.76,0 293.789,0 293.799,0 293.81,0 293.83,0 293.859,0 293.89,0 293.9,0 293.909,0 293.93,0 293.969,0 293.99,0 294,0 294.03,0 294.05,0 294.07,0 294.08,0 294.11,0 294.12,0 294.13,0 294.15,0 294.18,0 294.19,0 294.21,0 294.23,0 294.27,0 294.28,0 294.289,0 294.33,0 294.34,0 294.37,0 294.39,0 294.4,0 294.419,0 294.45,0 294.46,0 294.49,0 294.5,0 294.53,0 294.539,0 294.56,0 294.58,0 294.59,0 294.63,0 294.64,0 294.65,0 294.67,0 294.71,0 294.73,0 294.75,0 294.76,0 294.789,0 294.81,0 294.82,0 294.83,0 294.87,0 294.89,0 294.9,0 294.909,0 294.95,0 294.969,0 294.979,0 294.99,0 295.03,0 295.05,0 295.07,0 295.09,0 295.11,0 295.13,0 295.14,0 295.15,0 295.18,0 295.19,0 295.23,0 295.25,0 295.27,0 295.28,0 295.289,0 295.31,0 295.34,0 295.359,0 295.37,0 295.4,0 295.43,0 295.44,0 295.45,0 295.479,0 295.51,0 295.52,0 295.53,0 295.56,0 295.59,0 295.599,0 295.61,0 295.65,0 295.659,0 295.67,0 295.7,0 295.73,0 295.75,0 295.76,0 295.77,0 295.799,0 295.83,0 295.849,0 295.87,0 295.89,0 295.9,0 295.909,0 295.93,0 295.969,0 295.99,0 296,0 296.03,0 296.05,0 296.07,0 296.09,0 296.11,0 296.13,0 296.14,0 296.15,0 296.17,0 296.2,0 296.21,0 296.23,0 296.27,0 296.28,0 296.289,0 296.32,0 296.349,0 296.37,0 296.39,0 296.4,0 296.419,0 296.45,0 296.46,0 296.469,0 296.51,0 296.52,0 296.539,0 296.55,0 296.58,0 296.59,0 296.61,0 296.64,0 296.65,0 296.68,0 296.71,0 296.73,0 296.74,0 296.75,0 296.77,0 296.81,0 296.82,0 296.83,0 296.849,0 296.88,0 296.89,0 296.919,0 296.95,0 296.96,0 296.969,0 296.99,0 297.03,0 297.039,0 297.05,0 297.09,0 297.11,0 297.13,0 297.15,0 297.159,0 297.17,0 297.19,0 297.23,0 297.24,0 297.25,0 297.28,0 297.289,0 297.33,0 297.34,0 297.37,0 297.38,0 297.39,0 297.43,0 297.45,0 297.46,0 297.469,0 297.5,0 297.53,0 297.539,0 297.56,0 297.59,0 297.599,0 297.63,0 297.64,0 297.67,0 297.68,0 297.69,0 297.73,0 297.74,0 297.75,0 297.78,0 297.81,0 297.83,0 297.84,0 297.87,0 297.89,0 297.9,0 297.909,0 297.95,0 297.969,0 297.979,0 298.01,0 298.03,0 298.039,0 298.07,0 298.08,0 298.09,0 298.13,0 298.15,0 298.159,0 298.17,0 298.19,0 298.21,0 298.25,0 298.27,0 298.28,0 298.289,0 298.31,0 298.34,0 298.349,0 298.39,0 298.4,0 298.419,0 298.45,0 298.46,0 298.469,0 298.5,0 298.52,0 298.53,0 298.56,0 298.58,0 298.61,0 298.62,0 298.65,0 298.659,0 298.67,0 298.71,0 298.73,0 298.74,0 298.75,0 298.77,0 298.81,0 298.83,0 298.84,0 298.87,0 298.88,0 298.89,0 298.909,0 298.95,0 298.969,0 298.979,0 298.99,0 299.03,0 299.05,0 299.06,4.93969932264993 299.07,0 299.09,0 299.11,0 299.14,0 299.15,0 299.17,0 299.21,0 299.219,0 299.25,0 299.26,0 299.27,0 299.289,0 299.32,0 299.33,0 299.37,0 299.38,0 299.409,0 299.419,0 299.44,0 299.46,0 299.49,0 299.5,0 299.53,0 299.55,0 299.56,0 299.57,0 299.61,0 299.62,0 299.63,0 299.65,0 299.69,0 299.71,0 299.73,0 299.74,0 299.76,0 299.78,0 299.81,0 299.83,0 299.84,0 299.87,0 299.88,0 299.89,0 299.93,0 299.95,0 299.969,0 299.979,0 299.99,0 300.03,0 300.05,0 300.06,0 300.09,0 300.099,0 300.11,0 300.13,0 300.17,0 300.18,0 300.21,0 300.219,0 300.23,0 300.25,0 300.28,0 300.289,0 300.32,0 300.349,0 300.359,0 300.39,0 300.4,0 300.409,0 300.45,0 300.46,0 300.49,0 300.5,0 300.53,0 300.539,0 300.57,0 300.58,0 300.61,0 300.62,0 300.65,0 300.659,0 300.69,0 300.71,0 300.73,0 300.75,0 300.76,0 300.77,0 300.789,0 300.83,0 300.849,0 300.859,0 300.87,0 300.89,0 300.93,0 300.95,0 300.969,0 300.979,0 300.99,0 301.03,0 301.039,0 301.05,0 301.07,0 301.11,0 301.12,0 301.13,0 301.159,0 301.17,0 301.21,0 301.219,0 301.23,0 301.25,0 301.289,0 301.31,0 301.32,0 301.34,0 301.349,0 301.39,0 301.409,0 301.419,0 301.45,0 301.469,0 301.479,0 301.5,0 301.53,0 301.539,0 301.56,0 301.59,0 301.599,0 301.63,0 301.64,0 301.67,0 301.68,0 301.71,0 301.719,0 301.74,0 301.77,0 301.78,0 301.81,0 301.82,0 301.849,0 301.87,0 301.88,0 301.909,0 301.919,0 301.93,0 301.969,0 301.99,0 302,0 302.03,0 302.05,0 302.06,0 302.07,0 302.099,0 302.11,0 302.13,0 302.15,0 302.17,0 302.21,0 302.219,0 302.23,0 302.27,0 302.28,0 302.31,0 302.32,0 302.33,0 302.359,0 302.38,0 302.409,0 302.419,0 302.44,0 302.469,0 302.479,0 302.51,0 302.53,0 302.539,0 302.57,0 302.59,0 302.61,0 302.62,0 302.63,0 302.67,0 302.69,0 302.71,0 302.73,0 302.74,0 302.75,0 302.77,0 302.789,0 302.82,0 302.849,0 302.859,0 302.87,0 302.9,0 302.93,0 302.95,0 302.969,0 302.979,0 302.99,0 303.03,0 303.039,0 303.05,0 303.09,0 303.099,0 303.13,0 303.14,0 303.15,0 303.17,0 303.21,0 303.23,0 303.24,19.4118618866678 303.26,0 303.27,0 303.289,0 303.31,0 303.349,0 303.359,0 303.37,0 303.39,0 303.43,0 303.45,0 303.46,0 303.469,0 303.51,0 303.53,0 303.539,0 303.56,0 303.59,0 303.61,0 303.63,0 303.64,0 303.67,0 303.69,0 303.7,0 303.73,0 303.74,0 303.77,0 303.78,0 303.789,0 303.82,0 303.849,0 303.859,0 303.89,0 303.909,0 303.919,0 303.93,0 303.969,0 303.99,0 304.01,0 304.03,0 304.05,0 304.06,0 304.07,0 304.09,0 304.11,0 304.13,0 304.15,0 304.17,0 304.21,0 304.23,0 304.24,6.11267140261028 304.25,0 304.27,0 304.289,0 304.31,0 304.349,0 304.359,0 304.37,0 304.39,0 304.43,0 304.44,0 304.469,0 304.479,0 304.5,0 304.53,0 304.539,0 304.56,0 304.58,0 304.61,0 304.62,0 304.63,0 304.659,0 304.67,0 304.71,0 304.719,0 304.73,0 304.77,0 304.78,0 304.789,0 304.81,0 304.849,0 304.859,0 304.89,0 304.909,0 304.93,0 304.95,0 304.96,0 304.99,0 305.01,0 305.02,0 305.05,0 305.06,0 305.09,0 305.099,0 305.11,0 305.13,0 305.15,0 305.17,0 305.21,0 305.23,0 305.25,0 305.26,0 305.27,0 305.289,0 305.31,0 305.33,0 305.37,0 305.38,0 305.4,0 305.43,0 305.44,0 305.469,0 305.479,0 305.51,0 305.52,0 305.55,0 305.56,0 305.59,0 305.599,0 305.62,0 305.64,0 305.67,0 305.68,0 305.69,0 305.73,0 305.74,0 305.77,0 305.78,0 305.799,0 305.83,0 305.84,0 305.849,0 305.88,0 305.909,0 305.93,0 305.94,0 305.96,0 305.969,0 306,0 306.03,0 306.05,0 306.07,0 306.08,8.22732529324302 306.099,0 306.11,0 306.13,0 306.15,0 306.17,0 306.19,0 306.23,0 306.25,0 306.26,0 306.27,0 306.299,0 306.31,0 306.349,0 306.37,0 306.39,0 306.409,0 306.43,0 306.44,0 306.45,0 306.479,0 306.49,0 306.53,0 306.539,0 306.56,0 306.59,0 306.61,0 306.63,0 306.64,0 306.65,0 306.69,0 306.71,0 306.719,0 306.75,0 306.76,0 306.789,0 306.799,0 306.81,0 306.849,0 306.87,0 306.88,0 306.909,0 306.919,0 306.93,0 306.969,0 306.979,0 307.01,0 307.03,0 307.05,0 307.07,0 307.08,1.32165868164547 307.11,0 307.12,0 307.13,0 307.15,0 307.17,0 307.19,0 307.21,0 307.25,0 307.27,0 307.28,0 307.289,0 307.32,0 307.33,0 307.359,0 307.38,0 307.409,0 307.43,0 307.44,0 307.46,0 307.469,0 307.51,0 307.53,0 307.539,0 307.55,0 307.58,0 307.59,0 307.62,0 307.63,0 307.65,0 307.68,0 307.69,0 307.73,0 307.74,0 307.76,0 307.789,0 307.81,0 307.83,0 307.84,0 307.849,0 307.87,0 307.909,0 307.919,0 307.93,0 307.969,0 307.979,0 307.99,0 308.03,0 308.05,0 308.07,0 308.08,0 308.11,0 308.12,0 308.13,0 308.15,0 308.17,0 308.19,0 308.21,0 308.25,0 308.27,0 308.28,0 308.289,0 308.31,0 308.34,0 308.349,0 308.39,0 308.4,0 308.409,0 308.45,0 308.46,0 308.479,0 308.5,0 308.51,0 308.55,0 308.56,0 308.57,0 308.599,0 308.63,0 308.65,0 308.659,0 308.69,0 308.7,0 308.73,0 308.74,0 308.75,0 308.789,0 308.799,0 308.81,0 308.83,0 308.87,0 308.89,0 308.9,0 308.909,0 308.93,0 308.969,0 308.979,0 308.99,0 309.03,0 309.05,0 309.07,0 309.09,0 309.11,0 309.13,0 309.14,0 309.15,0 309.17,0 309.19,0 309.23,0 309.25,0 309.27,0 309.28,0 309.289,1.60251115149513 309.31,0 309.33,0 309.349,0 309.38,0 309.39,0 309.43,0 309.44,0 309.46,0 309.49,0 309.5,0 309.53,0 309.55,0 309.56,0 309.58,0 309.59,0 309.63,0 309.64,0 309.65,0 309.68,0 309.69,0 309.719,0 309.74,0 309.77,0 309.789,0 309.799,0 309.83,0 309.84,0 309.849,0 309.89,0 309.909,0 309.919,0 309.95,0 309.969,0 309.979,0 310.01,0 310.03,0 310.039,0 310.05,0 310.09,0 310.11,0 310.12,0 310.13,0 310.15,0 310.17,0 310.19,0 310.219,0 310.23,0 310.27,0 310.289,0 310.299,0 310.31,0 310.33,0 310.349,0 310.38,0 310.409,0 310.419,0 310.45,0 310.469,0 310.479,0 310.49,0 310.51,0 310.55,0 310.57,0 310.58,0 310.61,0 310.63,0 310.64,0 310.67,0 310.69,0 310.7,0 310.73,0 310.74,0 310.75,0 310.789,0 310.799,0 310.81,0 310.83,0 310.87,0 310.88,0 310.89,0 310.909,0 310.95,0 310.969,0 310.979,0 311,0 311.03,0 311.05,0 311.06,0 311.09,0 311.11,0 311.12,0 311.15,0 311.17,0 311.18,0 311.19,0 311.21,0 311.23,0 311.25,0 311.289,0 311.299,0 311.31,0 311.33,0 311.37,0 311.38,0 311.4,0 311.43,0 311.45,0 311.469,0 311.49,0 311.5,0 311.53,0 311.539,0 311.57,0 311.59,0 311.599,0 311.61,0 311.64,0 311.67,0 311.69,0 311.7,0 311.71,0 311.74,0 311.77,0 311.789,0 311.799,0 311.83,0 311.84,0 311.87,0 311.88,0 311.89,0 311.909,0 311.95,0 311.96,0 311.969,0 312.01,0 312.03,0 312.05,0 312.07,0 312.08,1.3051379481249 312.09,0 312.11,0 312.14,0 312.17,0 312.18,0 312.19,0 312.21,0 312.23,0 312.26,0 312.289,0 312.299,0 312.31,0 312.34,0 312.349,0 312.38,0 312.4,0 312.43,0 312.44,0 312.469,0 312.479,0 312.51,0 312.52,0 312.55,0 312.57,0 312.58,0 312.61,0 312.62,0 312.65,0 312.659,0 312.69,0 312.71,0 312.73,0 312.74,0 312.76,0 312.789,0 312.81,0 312.82,0 312.83,0 312.87,0 312.88,0 312.89,0 312.909,0 312.95,0 312.96,0 312.979,0 312.99,0 313.03,0 313.039,0 313.05,0 313.09,0 313.099,0 313.12,0 313.13,0 313.159,0 313.19,0 313.2,0 313.21,0 313.23,0 313.25,0 313.289,0 313.299,0 313.31,0 313.33,0 313.37,0 313.38,0 313.39,0 313.409,0 313.45,0 313.46,0 313.49,0 313.5,0 313.51,0 313.53,0 313.57,0 313.58,0 313.599,0 313.62,0 313.65,0 313.67,0 313.68,0 313.7,0 313.73,0 313.75,0 313.77,0 313.78,0 313.81,0 313.83,0 313.849,0 313.87,0 313.88,0 313.89,0 313.909,0 313.94,0 313.95,0 313.969,0 314.01,0 314.03,0 314.039,0 314.07,0 314.09,0 314.099,0 314.11,0 314.15,0 314.159,0 314.17,0 314.19,0 314.219,0 314.23,0 314.25,0 314.27,0 314.289,0 314.33,0 314.34,0 314.349,0 314.39,0 314.4,0 314.419,0 314.45,0 314.46,0 314.49,0 314.5,0 314.51,0 314.55,0 314.57,0 314.58,0 314.59,0 314.61,0 314.64,0 314.659,0 314.69,0 314.71,0 314.73,0 314.74,0 314.77,0 314.789,0 314.81,0 314.82,0 314.83,0 314.87,0 314.88,0 314.89,0 314.93,0 314.94,0 314.95,0 314.969,0 315.01,0 315.03,0 315.05,1.3547001486866 315.06,0 315.07,0 315.09,0 315.13,0 315.14,0 315.15,0 315.17,0 315.19,0 315.21,0 315.23,0 315.25,0 315.27,0 315.31,0 315.32,0 315.33,0 315.359,0 315.38,0 315.39,0 315.43,0 315.44,0 315.469,0 315.479,0 315.49,0 315.52,0 315.53,0 315.56,0 315.57,0 315.61,0 315.62,0 315.64,0 315.65,0 315.69,0 315.7,0 315.73,0 315.75,0 315.76,0 315.789,0 315.81,0 315.82,0 315.849,0 315.87,0 315.89,0 315.9,0 315.909,0 315.95,0 315.969,0 315.979,0 315.99,0 316.03,0 316.05,0 316.06,0 316.07,0 316.09,0 316.11,0 316.14,0 316.17,0 316.18,0 316.19,0 316.21,0 316.24,0 316.25,0 316.27,0 316.299,0 316.33,0 316.349,0 316.359,0 316.37,0 316.39,0 316.43,0 316.44,0 316.469,0 316.479,0 316.49,0 316.52,0 316.53,0 316.56,0 316.59,0 316.61,0 316.62,0 316.64,0 316.67,0 316.68,0 316.71,0 316.719,0 316.73,0 316.77,0 316.78,0 316.81,0 316.83,0 316.84,0 316.87,0 316.88,0 316.89,0 316.93,0 316.95,0 316.969,0 316.979,0 316.99,0 317.03,0 317.05,0 317.07,0 317.08,0 317.09,0 317.11,0 317.15,0 317.159,0 317.17,0 317.21,0 317.219,0 317.24,0 317.25,0 317.27,0 317.31,0 317.32,0 317.34,0 317.37,0 317.39,0 317.4,0 317.419,0 317.43,0 317.469,0 317.479,0 317.51,0 317.52,0 317.55,0 317.56,0 317.58,0 317.59,0 317.61,0 317.63,0 317.67,0 317.69,0 317.7,0 317.719,0 317.73,0 317.77,0 317.78,0 317.81,0 317.82,0 317.849,0 317.87,0 317.88,0 317.89,0 317.909,0 317.95,0 317.969,0 317.99,0 318,0 318.01,0 318.05,0 318.07,0 318.09,0 318.11,0 318.12,0 318.13,0 318.15,0 318.17,0 318.19,0 318.21,0 318.25,0 318.26,0 318.27,0 318.31,0 318.32,0 318.349,0 318.359,0 318.39,0 318.4,0 318.409,0 318.45,0 318.46,0 318.49,0 318.5,0 318.52,0 318.55,0 318.56,0 318.57,0 318.59,0 318.62,0 318.63,0 318.67,0 318.69,0 318.71,0 318.719,0 318.74,0 318.77,0 318.78,0 318.789,0 318.83,0 318.84,0 318.849,0 318.87,0 318.89,0 318.909,0 318.95,0 318.969,0 318.979,0 318.99,0 319.03,0 319.05,0 319.07,0 319.08,0 319.11,0 319.12,0 319.13,0 319.15,0 319.17,0 319.19,0 319.23,0 319.24,0 319.25,0 319.27,0 319.299,0 319.33,0 319.34,0 319.349,0 319.39,0 319.409,0 319.419,0 319.44,0 319.469,0 319.479,0 319.51,0 319.52,0 319.53,0 319.56,0 319.57,0 319.61,0 319.62,0 319.65,0 319.659,0 319.69,0 319.71,0 319.719,0 319.75,0 319.77,0 319.78,0 319.799,0 319.83,0 319.849,0 319.87,0 319.88,0 319.89,0 319.93,0 319.94,0 319.969,0 319.979,0 319.99,0 320.03,0 320.05,0 320.07,0 320.09,0 320.11,0 320.12,1.37122088220717 320.13,0 320.15,0 320.17,0 320.19,0 320.219,0 320.25,0 320.26,0 320.27,0 320.289,0 320.33,0 320.34,0 320.349,0 320.39,0 320.4,0 320.409,0 320.45,0 320.46,0 320.469,0 320.51,0 320.52,0 320.539,0 320.57,0 320.58,0 320.59,0 320.63,0 320.65,0 320.659,0 320.68,0 320.71,0 320.73,0 320.74,0 320.75,0 320.77,0 320.81,0 320.83,0 320.84,0 320.849,0 320.87,0 320.909,0 320.919,0 320.93,0 320.969,0 320.979,0 320.99,0 321.03,0 321.05,0 321.06,0 321.09,0 321.099,0 321.13,0 321.14,0 321.15,0 321.17,0 321.19,0 321.21,0 321.25,0 321.26,0 321.27,0 321.289,0 321.32,0 321.33,0 321.349,0 321.39,0 321.409,0 321.419,0 321.45,0 321.46,0 321.49,0 321.5,0 321.52,0 321.55,0 321.56,0 321.58,0 321.599,0 321.63,0 321.64,0 321.65,0 321.67,0 321.7,0 321.71,0 321.74,0 321.75,0 321.77,0 321.81,0 321.83,0 321.849,0 321.859,0 321.89,0 321.9,0 321.909,0 321.93,0 321.969,0 321.99,0 322.01,0 322.03,0 322.05,0 322.06,0 322.09,0 322.11,0 322.13,0 322.14,0 322.15,0 322.17,0 322.19,0 322.219,0 322.25,0 322.27,0 322.28,0 322.289,0 322.33,0 322.34,0 322.37,0 322.39,0 322.409,0 322.419,0 322.45,0 322.469,0 322.479,0 322.5,0 322.53,0 322.539,0 322.57,0 322.59,0 322.599,0 322.63,0 322.65,0 322.659,0 322.69,0 322.71,0 322.73,0 322.74,0 322.75,0 322.77,0 322.81,0 322.83,0 322.84,0 322.849,0 322.89,0 322.909,0 322.919,0 322.95,0 322.96,0 322.99,0 323.01,0 323.03,1.68511481909797 323.039,0 323.05,0 323.09,0 323.11,0 323.13,0 323.14,0 323.15,0 323.18,0 323.19,0 323.21,0 323.23,0 323.27,0 323.289,0 323.299,0 323.31,0 323.33,0 323.37,0 323.38,0 323.409,0 323.419,0 323.44,0 323.469,0 323.479,0 323.51,0 323.52,0 323.53,0 323.55,0 323.59,0 323.599,0 323.63,0 323.64,0 323.65,0 323.69,0 323.71,0 323.719,0 323.75,0 323.76,0 323.789,0 323.799,0 323.83,0 323.849,0 323.859,0 323.89,0 323.9,0 323.909,0 323.95,0 323.969,0 323.99,0 324.01,0 324.03,0 324.039,0 324.05,0 324.09,0 324.11,0 324.13,0 324.15,0 324.159,0 324.17,0 324.19,0 324.21,0 324.23,0 324.26,0 324.289,0 324.299,0 324.31,0 324.349,0 324.359,0 324.39,0 324.4,0 324.419,0 324.45,0 324.46,0 324.49,0 324.51,0 324.52,0 324.55,0 324.56,0 324.57,0 324.61,0 324.62,0 324.65,0 324.659,0 324.69,0 324.7,0 324.73,0 324.75,0 324.77,0 324.78,0 324.789,0 324.82,0 324.849,0 324.859,0 324.89,0 324.909,0 324.919,0 324.95,0 324.96,0 324.969,0 325.01,0 325.03,0 325.05,0 325.07,0 325.08,0 325.09,0 325.12,0 325.15,0 325.159,0 325.18,0 325.19,0 325.219,0 325.23,0 325.27,0 325.28,0 325.31,0 325.32,0 325.33,0 325.349,0 325.39,0 325.4,0 325.409,0 325.45,0 325.46,0 325.469,0 325.51,0 325.52,0 325.539,0 325.57,0 325.58,0 325.61,0 325.63,0 325.64,0 325.67,0 325.68,0 325.71,0 325.73,0 325.74,0 325.77,0 325.789,0 325.799,0 325.83,0 325.849,0 325.859,0 325.89,0 325.9,0 325.909,0 325.94,0 325.95,0 325.99,0 326.01,0 326.03,0 326.05,0 326.07,0 326.09,0 326.099,0 326.11,0 326.15,0 326.17,0 326.18,0 326.19,0 326.219,0 326.23,0 326.25,0 326.289,0 326.299,0 326.32,0 326.33,0 326.37,0 326.38,0 326.39,0 326.43,0 326.44,0 326.46,0 326.49,0 326.5,0 326.52,0 326.53,0 326.55,0 326.58,0 326.59,0 326.62,0 326.65,0 326.659,0 326.69,0 326.7,0 326.73,0 326.75,0 326.76,0 326.77,0 326.789,0 326.81,0 326.84,0 326.87,0 326.89,0 326.9,0 326.909,0 326.94,0 326.969,0 326.979,0 327.01,0 327.03,0 327.05,0 327.06,0 327.09,0 327.099,0 327.11,0 327.15,0 327.17,0 327.18,0 327.21,0 327.23,0 327.24,49.4630761605815 327.26,0 327.27,0 327.289,0 327.31,0 327.33,0 327.37,0 327.39,0 327.4,0 327.43,0 327.45,0 327.46,0 327.479,0 327.49,0 327.53,0 327.539,0 327.55,0 327.58,0 327.61,0 327.62,0 327.65,0 327.659,0 327.69,0 327.7,0 327.73,0 327.75,0 327.77,0 327.78,0 327.81,0 327.83,0 327.84,0 327.849,0 327.89,0 327.909,0 327.919,0 327.93,0 327.96,0 327.99,0 328.01,0 328.03,0 328.05,1.40426234924831 328.06,1.42078308276887 328.07,0 328.09,0 328.12,0 328.13,0 328.17,0 328.18,0 328.19,0 328.23,0 328.24,9.03684123575087 328.25,0 328.27,0 328.289,0 328.31,0 328.34,0 328.349,0 328.37,0 328.409,0 328.419,0 328.45,0 328.46,0 328.469,0 328.5,0 328.51,0 328.55,0 328.56,0 328.59,0 328.61,0 328.63,0 328.65,0 328.659,0 328.69,0 328.7,0 328.71,0 328.75,0 328.76,0 328.789,0 328.799,0 328.81,0 328.849,0 328.87,0 328.89,0 328.9,0 328.919,0 328.93,0 328.969,0 328.979,0 329.01,0 329.03,0 329.05,0 329.06,0 329.09,0 329.099,0 329.11,0 329.13,0 329.159,0 329.17,0 329.19,0 329.23,0 329.24,0 329.25,1.09036841235751 329.27,0 329.289,0 329.31,0 329.33,0 329.349,0 329.39,0 329.4,0 329.409,0 329.45,0 329.46,0 329.469,0 329.49,0 329.51,0 329.55,0 329.56,0 329.58,0 329.61,0 329.62,0 329.65,0 329.659,0 329.68,0 329.71,0 329.719,0 329.75,0 329.77,0 329.78,0 329.81,0 329.83,0 329.84,0 329.849,0 329.89,0 329.909,0 329.919,0 329.93,0 329.969,0 329.979,0 330.01,0 330.03,0 330.05,0 330.06,0 330.07,0 330.09,0 330.13,0 330.14,0 330.15,0 330.17,0 330.19,0 330.23,0 330.25,0 330.26,0 330.27,0 330.289,0 330.32,0 330.33,0 330.359,0 330.37,0 330.39,0 330.43,0 330.45,0 330.46,0 330.479,0 330.49,0 330.53,0 330.539,0 330.56,0 330.57,0 330.599,0 330.62,0 330.65,0 330.659,0 330.69,0 330.7,0 330.71,0 330.75,0 330.76,0 330.789,0 330.799,0 330.81,0 330.84,0 330.849,0 330.89,0 330.9,0 330.93,0 330.94,0 330.969,0 330.99,0 331,0 331.03,0 331.05,0 331.06,0 331.07,0 331.11,0 331.13,0 331.14,0 331.15,0 331.18,0 331.19,0 331.21,0 331.25,0 331.27,1.75119775318024 331.28,0 331.289,0 331.31,0 331.33,0 331.349,0 331.39,0 331.4,0 331.43,0 331.44,0 331.469,0 331.479,0 331.49,0 331.52,0 331.55,0 331.56,0 331.59,0 331.599,0 331.61,0 331.65,0 331.67,0 331.68,0 331.71,0 331.719,0 331.75,0 331.77,0 331.78,0 331.81,0 331.82,0 331.83,0 331.87,0 331.88,0 331.89,0 331.93,0 331.95,0 331.96,0 331.969,0 331.99,0 332.03,0 332.05,0 332.06,0 332.09,0 332.099,0 332.11,0 332.13,0 332.15,0 332.17,0 332.19,0 332.21,0 332.25,0 332.27,0 332.28,0 332.289,0 332.31,0 332.33,0 332.359,0 332.37,0 332.39,0 332.43,0 332.44,0 332.46,0 332.469,0 332.51,0 332.52,0 332.53,0 332.57,0 332.58,0 332.59,0 332.61,0 332.65,0 332.659,0 332.69,0 332.7,0 332.73,0 332.75,0 332.77,0 332.789,0 332.799,0 332.81,0 332.83,0 332.849,0 332.89,0 332.9,0 332.909,0 332.95,0 332.96,0 332.969,0 332.99,0 333.03,0 333.05,0 333.06,0 333.07,0 333.09,0 333.12,0 333.13,0 333.15,0 333.17,0 333.2,0 333.21,0 333.25,0 333.27,0 333.28,0 333.289,0 333.31,0 333.34,0 333.359,0 333.37,0 333.39,0 333.43,0 333.44,0 333.46,0 333.469,0 333.51,0 333.53,0 333.55,0 333.57,0 333.58,0 333.599,0 333.61,0 333.65,0 333.67,0 333.68,0 333.71,0 333.73,0 333.74,0 333.77,0 333.78,0 333.81,0 333.83,0 333.849,0 333.859,0 333.87,0 333.909,0 333.93,0 333.94,0 333.969,0 333.99,0 334,0 334.01,0 334.05,0 334.06,0 334.09,0 334.099,0 334.13,0 334.14,0 334.15,0 334.17,0 334.19,0 334.21,0 334.23,0 334.27,0 334.28,0 334.289,0 334.31,0 334.349,0 334.359,0 334.39,0 334.4,0 334.43,0 334.44,0 334.469,0 334.49,0 334.5,0 334.53,0 334.539,0 334.57,0 334.58,0 334.61,0 334.62,0 334.63,0 334.67,0 334.69,0 334.7,0 334.71,0 334.75,0 334.76,0 334.789,0 334.81,0 334.82,0 334.83,0 334.859,0 334.87,0 334.9,0 334.93,0 334.95,0 334.969,0 334.979,0 335.01,0 335.02,0 335.05,0 335.07,0 335.09,0 335.11,0 335.12,0 335.13,0 335.15,0 335.17,0 335.19,0 335.219,0 335.23,0 335.25,0 335.289,0 335.299,0 335.31,0 335.33,0 335.359,0 335.37,0 335.4,0 335.43,0 335.44,0 335.46,0 335.479,0 335.51,0 335.52,0 335.53,0 335.57,0 335.58,0 335.59,0 335.63,0 335.64,0 335.67,0 335.68,0 335.71,0 335.719,0 335.73,0 335.77,0 335.789,0 335.81,0 335.82,0 335.849,0 335.859,0 335.89,0 335.9,0 335.93,0 335.94,0 335.95,0 335.979,0 336.01,0 336.02,0 336.05,0 336.07,0 336.08,0 336.11,0 336.12,3.58499917396332 336.13,0 336.15,0 336.17,0 336.19,0 336.21,0 336.23,0 336.25,0 336.289,0 336.299,0 336.31,0 336.33,0 336.349,0 336.38,0 336.409,0 336.419,0 336.45,0 336.46,0 336.469,0 336.51,0 336.53,0 336.539,0 336.55,0 336.59,0 336.61,0 336.62,0 336.65,0 336.659,0 336.69,0 336.71,0 336.719,0 336.73,0 336.77,0 336.789,0 336.799,0 336.81,0 336.849,0 336.859,0 336.87,0 336.9,0 336.93,0 336.94,0 336.96,0 336.99,0 337.01,0 337.03,0 337.05,0 337.07,0 337.08,0 337.11,0 337.12,2.74244176441434 337.13,0 337.15,0 337.19,0 337.2,0 337.21,0 337.23,0 337.26,0 337.289,0 337.31,0 337.32,0 337.33,0 337.349,0 337.38,0 337.39,0 337.409,0 337.45,0 337.46,0 337.49,0 337.5,0 337.51,0 337.539,0 337.55,0 337.59,0 337.599,0 337.61,0 337.65,0 337.659,0 337.67,0 337.7,0 337.71,0 337.75,0 337.77,0 337.789,0 337.799,0 337.81,0 337.849,0 337.859,0 337.87,0 337.89,0 337.93,0 337.95,0 337.96,0 337.969,0 338.01,0 338.02,0 338.05,0 338.07,0 338.09,0 338.099,0 338.12,0 338.13,0 338.17,0 338.18,0 338.19,0 338.21,0 338.23,0 338.25,0 338.27,0 338.31,0 338.32,0 338.33,0 338.349,0 338.39,0 338.4,0 338.409,0 338.44,0 338.45,0 338.479,0 338.51,0 338.52,0 338.539,0 338.55,0 338.57,0 338.61,0 338.62,0 338.65,0 338.67,0 338.69,0 338.71,0 338.719,0 338.75,0 338.77,0 338.78,0 338.789,0 338.83,0 338.849,0 338.859,0 338.87,0 338.909,0 338.919,0 338.93,0 338.969,0 338.99,0 339,0 339.01,0 339.05,0 339.07,0 339.09,0 339.099,1.61903188501569 339.11,0 339.13,0 339.17,0 339.18,0 339.21,0 339.219,0 339.25,0 339.26,0 339.27,0 339.31,0 339.33,0 339.34,0 339.349,0 339.38,0 339.39,0 339.43,0 339.44,0 339.46,0 339.49,0 339.5,0 339.53,0 339.539,0 339.56,0 339.59,0 339.599,0 339.63,0 339.64,0 339.67,0 339.69,0 339.71,0 339.719,0 339.75,0 339.77,0 339.78,0 339.789,0 339.83,0 339.84,0 339.87,0 339.88,0 339.89,0 339.919,0 339.95,0 339.969,0 339.99,0 340,0 340.01,0 340.05,0 340.07,0 340.09,0 340.11,0 340.12,0 340.13,0 340.17,0 340.18,0 340.21,0 340.219,0 340.25,0 340.26,0 340.27,0 340.31,0 340.33,0 340.34,0 340.349,0 340.37,0 340.409,0 340.419,0 340.44,0 340.45,0 340.479,0 340.49,0 340.51,0 340.55,0 340.56,0 340.58,0 340.59,0 340.63,0 340.64,0 340.67,0 340.69,0 340.71,0 340.73,0 340.74,0 340.75,0 340.77,0 340.789,0 340.83,0 340.84,0 340.849,0 340.89,0 340.909,0 340.919,0 340.93,0 340.96,0 340.99,0 341.01,0 341.03,0 341.039,0 341.05,0 341.07,0 341.11,0 341.12,1.42078308276887 341.13,1.07384767883694 341.15,0 341.17,0 341.21,0 341.219,0 341.23,0 341.25,0 341.27,0 341.31,0 341.32,0 341.33,0 341.359,0 341.39,0 341.4,0 341.43,0 341.44,0 341.469,0 341.479,0 341.49,0 341.51,0 341.55,0 341.56,0 341.59,0 341.599,0 341.61,0 341.65,0 341.67,0 341.69,0 341.7,0 341.73,0 341.74,0 341.77,0 341.78,0 341.81,0 341.82,0 341.849,0 341.87,0 341.88,0 341.89,0 341.909,0 341.95,0 341.969,0 341.979,0 342.01,0 342.03,0 342.05,0 342.06,0 342.08,0 342.11,0 342.13,0 342.14,0 342.15,0 342.17,0 342.21,0 342.219,0 342.23,0 342.25,0 342.28,0 342.289,0 342.31,0 342.33,0 342.349,0 342.39,0 342.4,0 342.43,0 342.45,0 342.469,0 342.479,0 342.49,0 342.51,0 342.539,0 342.56,0 342.57,0 342.59,0 342.63,0 342.65,0 342.67,0 342.68,0 342.69,0 342.73,0 342.74,0 342.75,0 342.789,0 342.799,0 342.83,0 342.84,0 342.859,0 342.89,0 342.909,0 342.919,0 342.95,0 342.96,0 342.969,0 343.01,0 343.03,0 343.039,0 343.05,0 343.09,0 343.11,0 343.13,0 343.14,1.37122088220717 343.15,0 343.17,0 343.21,0 343.23,0 343.24,0 343.25,0 343.27,0 343.289,0 343.31,0 343.34,0 343.349,0 343.38,0 343.409,0 343.419,0 343.45,0 343.469,0 343.479,0 343.5,0 343.52,0 343.55,0 343.57,0 343.59,0 343.599,0 343.63,0 343.65,0 343.659,0 343.69,0 343.71,0 343.719,0 343.73,0 343.76,0 343.789,0 343.81,0 343.82,0 343.83,0 343.87,0 343.89,0 343.9,0 343.909,0 343.95,0 343.969,0 343.99,0 344.01,0 344.03,0 344.039,0 344.05,0 344.07,0 344.11,0 344.13,0 344.14,0 344.15,0 344.17,0 344.19,0 344.23,0 344.24,0 344.25,0 344.27,0 344.299,0 344.31,0 344.33,0 344.37,0 344.38,0 344.4,0 344.43,0 344.45,0 344.46,0 344.479,0 344.49,0 344.53,0 344.539,0 344.55,0 344.58,0 344.59,0 344.63,0 344.65,0 344.67,0 344.68,0 344.71,0 344.73,0 344.75,0 344.76,0 344.77,0 344.799,0 344.81,0 344.84,0 344.87,0 344.88,0 344.89,0 344.93,0 344.95,0 344.96,0 344.969,0 345.01,0 345.03,0 345.039,0 345.05,0 345.07,0 345.11,0 345.13,0 345.15,0 345.159,0 345.17,0 345.2,0 345.21,0 345.25,0 345.26,0 345.27,0 345.299,0 345.31,0 345.34,0 345.349,0 345.37,0 345.39,0 345.43,0 345.44,0 345.46,0 345.49,0 345.5,0 345.53,0 345.539,0 345.57,0 345.58,0 345.61,0 345.62,0 345.64,0 345.65,0 345.68,0 345.71,0 345.719,0 345.74,0 345.77,0 345.789,0 345.81,0 345.82,0 345.83,0 345.87,0 345.89,0 345.909,0 345.919,0 345.93,0 345.969,0 345.99,0 346.01,0 346.03,0 346.05,0 346.06,19.4283826201883 346.08,0 346.09,0 346.13,0 346.14,0 346.15,0 346.17,0 346.19,0 346.21,0 346.25,0 346.26,0 346.27,0 346.299,0 346.33,0 346.34,0 346.37,0 346.38,0 346.409,0 346.419,0 346.44,0 346.45,0 346.49,0 346.5,0 346.53,0 346.55,0 346.56,0 346.59,0 346.61,0 346.62,0 346.65,0 346.67,0 346.69,0 346.71,0 346.719,0 346.75,0 346.76,0 346.77,0 346.789,0 346.83,0 346.849,0 346.87,0 346.88,0 346.89,0 346.909,0 346.93,0 346.969,0 346.979,0 347.01,0 347.03,0 347.05,0 347.06,1.75119775318024 347.07,0 347.09,0 347.13,0 347.14,0 347.15,0 347.17,0 347.19,0 347.219,0 347.25,0 347.26,0 347.27,0 347.299,0 347.31,0 347.349,0 347.359,0 347.39,0 347.4,0 347.409,0 347.43,0 347.45,0 347.49,0 347.5,0 347.53,0 347.539,0 347.57,0 347.58,0 347.599,0 347.63,0 347.64,0 347.65,0 347.68,0 347.69,0 347.71,0 347.75,0 347.76,0 347.77,0 347.81,0 347.82,0 347.83,0 347.87,0 347.89,0 347.909,0 347.919,0 347.93,0 347.95,0 347.99,0 348.01,0 348.03,0 348.05,0 348.07,2.44506856104411 348.08,0 348.09,0 348.13,0 348.14,0 348.15,0 348.17,0 348.19,0 348.21,0 348.25,0 348.26,0 348.27,0 348.299,0 348.31,0 348.33,0 348.349,0 348.37,0 348.4,0 348.43,0 348.45,0 348.469,0 348.479,0 348.49,0 348.53,0 348.539,0 348.55,0 348.59,0 348.599,0 348.63,0 348.64,0 348.67,0 348.68,0 348.71,0 348.719,0 348.75,0 348.76,0 348.77,0 348.799,0 348.81,0 348.849,0 348.87,0 348.88,0 348.909,0 348.919,0 348.93,0 348.95,0 348.979,0 349.01,0 349.03,0 349.05,0 349.06,0 349.07,0 349.11,0 349.12,0 349.15,0 349.159,0 349.17,0 349.19,0 349.21,0 349.23,0 349.27,0 349.28,0 349.289,0 349.31,0 349.34,0 349.349,0 349.39,0 349.4,0 349.43,0 349.44,0 349.469,0 349.49,0 349.51,0 349.52,0 349.539,0 349.57,0 349.59,0 349.599,0 349.61,0 349.65,0 349.659,0 349.67,0 349.71,0 349.73,0 349.74,0 349.77,0 349.789,0 349.81,0 349.82,0 349.83,0 349.87,0 349.88,0 349.89,0 349.93,0 349.94,0 349.969,0 349.979,0 349.99,0 350.03,0 350.05,0 350.07,0 350.09,0 350.11,0 350.12,0 350.15,0 350.159,0 350.17,0 350.19,0 350.21,0 350.23,0 350.25,0 350.28,0 350.289,0 350.33,0 350.34,0 350.359,0 350.37,0 350.39,0 350.419,0 350.43,0 350.46,0 350.479,0 350.51,0 350.53,0 350.539,0 350.55,0 350.59,0 350.599,0 350.63,0 350.64,0 350.67,0 350.68,0 350.71,0 350.719,0 350.75,0 350.77,0 350.78,0 350.789,0 350.81,0 350.83,0 350.87,0 350.88,0 350.909,0 350.919,0 350.95,0 350.96,0 350.979,0 351.01,0 351.03,0 351.05,0 351.06,0 351.09,0 351.11,0 351.12,0 351.15,0 351.159,2.49463076160582 351.17,0 351.19,0 351.21,0 351.23,0 351.25,0 351.289,0 351.31,0 351.33,0 351.34,0 351.349,0 351.39,0 351.4,0 351.409,0 351.44,0 351.45,0 351.49,0 351.5,0 351.51,0 351.55,0 351.56,0 351.57,0 351.599,0 351.63,0 351.65,0 351.659,0 351.69,0 351.7,0 351.719,0 351.75,0 351.77,0 351.78,0 351.81,0 351.82,0 351.83,0 351.87,0 351.88,0 351.89,0 351.93,0 351.94,0 351.95,0 351.979,0 351.99,0 352.03,0 352.039,0 352.07,0 352.09,0 352.11,0 352.13,0 352.14,0 352.17,0 352.18,0 352.19,0 352.21,0 352.23,0 352.25,0 352.28,0 352.31,0 352.32,0 352.33,0 352.359,0 352.39,0 352.409,0 352.419,0 352.45,0 352.46,0 352.49,0 352.51,0 352.52,0 352.55,0 352.56,0 352.59,0 352.61,0 352.62,0 352.63,0 352.67,0 352.68,0 352.69,0 352.71,0 352.75,0 352.77,0 352.78,0 352.789,0 352.83,0 352.849,0 352.859,0 352.87,0 352.89,0 352.909,0 352.95,0 352.96,0 352.99,0 353.01,0 353.03,0 353.05,0 353.07,0 353.09,0 353.11,0 353.13,0 353.14,0 353.17,0 353.18,0 353.19,0 353.219,0 353.23,0 353.25,0 353.27,0 353.289,0 353.33,0 353.34,0 353.349,0 353.37,0 353.409,0 353.419,0 353.44,0 353.46,0 353.469,0 353.5,0 353.51,0 353.55,0 353.56,0 353.59,0 353.599,0 353.61,0 353.64,0 353.659,0 353.69,0 353.71,0 353.719,0 353.75,0 353.76,0 353.78,0 353.81,0 353.83,0 353.849,0 353.859,0 353.87,0 353.89,0 353.93,0 353.94,0 353.95,0 353.99,0 354,0 354.03,0 354.05,0 354.07,0 354.09,0 354.11,0 354.12,0 354.15,0 354.159,0 354.17,0 354.19,0 354.219,0 354.23,0 354.25,0 354.27,0 354.289,0 354.32,0 354.33,0 354.349,0 354.37,0 354.39,0 354.43,0 354.44,0 354.469,0 354.479,0 354.51,0 354.52,0 354.55,0 354.57,0 354.58,0 354.61,0 354.63,0 354.64,0 354.67,0 354.68,0 354.69,0 354.71,0 354.75,0 354.77,0 354.78,0 354.789,0 354.81,0 354.849,0 354.859,0 354.87,0 354.9,0 354.93,0 354.94,0 354.969,0 354.99,0 355,0 355.03,0 355.05,0 355.07,0 355.09,0 355.099,0 355.13,0 355.14,0 355.17,0 355.18,0 355.2,0 355.21,0 355.23,0 355.27,0 355.28,0 355.289,0 355.31,0 355.33,0 355.37,0 355.39,0 355.4,0 355.43,0 355.44,0 355.46,0 355.49,0 355.5,0 355.52,0 355.53,0 355.57,0 355.58,0 355.61,0 355.63,0 355.65,0 355.659,0 355.67,0 355.71,0 355.73,0 355.74,0 355.77,0 355.789,0 355.799,0 355.83,0 355.849,0 355.859,0 355.87,0 355.89,0 355.93,0 355.94,0 355.95,0 355.99,0 356,0 356.03,0 356.05,0 356.07,0 356.09,0 356.11,0 356.13,0 356.14,0 356.159,0 356.17,0 356.19,0 356.23,0 356.24,0 356.26,0 356.27,0 356.289,0 356.31,0 356.349,0 356.359,0 356.37,0 356.4,0 356.409,0 356.45,0 356.469,0 356.479,0 356.49,0 356.53,0 356.539,0 356.56,0 356.59,0 356.61,0 356.63,0 356.64,0 356.67,0 356.68,0 356.69,0 356.719,0 356.73,0 356.77,0 356.789,0 356.81,0 356.83,0 356.84,0 356.849,0 356.88,0 356.89,0 356.919,0 356.93,0 356.969,0 356.99,0 357.01,0 357.02,0 357.05,0 357.06,0 357.07,0 357.11,0 357.12,0 357.14,0 357.15,0 357.19,0 357.2,0 357.21,0 357.23,0 357.27,0 357.28,0 357.289,0 357.31,0 357.33,0 357.359,0 357.39,0 357.4,0 357.43,0 357.45,0 357.46,0 357.49,0 357.5,0 357.51,0 357.55,0 357.56,0 357.59,0 357.61,0 357.62,0 357.63,0 357.659,0 357.69,0 357.7,0 357.73,0 357.75,0 357.76,0 357.77,0 357.81,0 357.83,0 357.84,0 357.87,0 357.88,0 357.89,0 357.919,0 357.93,0 357.95,0 357.99,0 358.01,0 358.02,0 358.05,0 358.07,0 358.09,0 358.11,0 358.13,0 358.14,0 358.15,0 358.17,0 358.19,0 358.21,0 358.24,0 358.27,0 358.28,0 358.289,0 358.32,0 358.33,0 358.37,0 358.39,0 358.4,0 358.419,0 358.43,0 358.45,0 358.49,0 358.5,0 358.51,0 358.55,0 358.56,0 358.57,0 358.599,0 358.63,0 358.64,0 358.67,0 358.68,0 358.71,0 358.719,0 358.73,0 358.77,0 358.78,0 358.81,0 358.83,0 358.84,0 358.849,0 358.87,0 358.909,0 358.93,0 358.94,0 358.95,0 358.99,0 359,0 359.01,0 359.03,0 359.07,0 359.09,0 359.11,0 359.13,0 359.14,0 359.15,0 359.17,0 359.21,0 359.219,0 359.23,0 359.25,0 359.289,0 359.299,0 359.31,0 359.33,0 359.37,0 359.38,0 359.409,0 359.419,0 359.45,0 359.46,0 359.479,0 359.51,0 359.53,0 359.55,0 359.56,0 359.59,0 359.599,0 359.61,0 359.64,0 359.65,0 359.69,0 359.7,0 359.73,0 359.74,0 359.77,0 359.78,0 359.81,0 359.83,0 359.849,0 359.87,0 359.88,0 359.89,0 359.909,0 359.94,0 359.969,0 359.99,0 360,0 360.01,0 360.03,0 360.07,0 360.08,0 360.11,0 360.13,0 360.14,0 360.15,0 360.17,0 360.19,0 360.23,0 360.24,0 360.27,0 360.289,0 360.299,0 360.31,0 360.33,0 360.349,0 360.39,0 360.4,0 360.419,0 360.45,0 360.469,0 360.479,0 360.51,0 360.53,0 360.539,0 360.56,0 360.57,0 360.61,0 360.62,0 360.65,0 360.67,0 360.69,0 360.7,0 360.71,0 360.74,0 360.77,0 360.78,0 360.789,0 360.83,0 360.84,0 360.87,0 360.89,0 360.9,0 360.909,0 360.95,0 360.969,0 360.979,0 360.99,0 361.03,0 361.05,0 361.06,0 361.09,0 361.11,0 361.13,0 361.14,0 361.15,0 361.17,0 361.19,0 361.219,0 361.23,0 361.25,0 361.289,0 361.31,0 361.32,0 361.33,0 361.37,0 361.39,0 361.4,0 361.419,0 361.43,0 361.46,0 361.49,0 361.5,0 361.53,0 361.539,0 361.55,0 361.58,0 361.59,0 361.63,0 361.64,0 361.67,0 361.68,0 361.7,0 361.71,0 361.74,0 361.75,0 361.78,0 361.81,0 361.83,0 361.849,0 361.87,0 361.88,0 361.89,0 361.909,0 361.93,0 361.969,0 361.99,0 362,0 362.03,0 362.05,0 362.06,1.60251115149513 362.07,0 362.11,0 362.12,0 362.14,0 362.15,0 362.17,0 362.19,0 362.23,0 362.24,0 362.25,0 362.27,0 362.289,0 362.33,0 362.34,0 362.359,0 362.37,0 362.4,0 362.409,0 362.43,0 362.469,0 362.49,0 362.51,0 362.52,0 362.55,0 362.56,0 362.58,0 362.61,0 362.63,0 362.65,0 362.67,0 362.68,0 362.69,0 362.73,0 362.74,0 362.75,0 362.77,0 362.81,0 362.82,0 362.83,0 362.87,0 362.89,0 362.9,0 362.909,0 362.95,0 362.96,0 362.969,0 363.01,0 363.02,0 363.05,0 363.06,0 363.07,0 363.11,0 363.13,0 363.15,0 363.159,0 363.17,0 363.19,0 363.23,0 363.24,0 363.25,0 363.27,0 363.31,0 363.32,0 363.33,0 363.37,0 363.38,0 363.39,0 363.43,0 363.44,0 363.469,0 363.479,0 363.49,0 363.53,0 363.539,0 363.57,0 363.58,0 363.599,0 363.61,0 363.65,0 363.659,0 363.67,0 363.69,0 363.73,0 363.74,0 363.75,0 363.789,0 363.799,0 363.81,0 363.84,0 363.87,0 363.88,0 363.89,0 363.909,0 363.94,0 363.96,0 363.969,0 364.01,0 364.02,0 364.03,0 364.06,0 364.07,0 364.11,0 364.13,0 364.14,0 364.17,0 364.18,0 364.19,0 364.23,0 364.24,0 364.25,0 364.289,0 364.299,0 364.31,0 364.349,0 364.359,0 364.37,0 364.39,0 364.409,0 364.45,0 364.469,0 364.479,0 364.51,0 364.52,0 364.55,0 364.57,0 364.58,0 364.599,0 364.63,0 364.65,0 364.67,0 364.68,0 364.69,0 364.73,0 364.75,0 364.76,0 364.77,0 364.789,0 364.82,0 364.849,0 364.87,0 364.88,0 364.89,0 364.919,0 364.93,0 364.969,0 364.979,0 365.01,0 365.03,0 365.039,0 365.05,0 365.09,0 365.11,0 365.13,0 365.15,0 365.17,0 365.18,0 365.19,0 365.219,0 365.23,0 365.25,0 365.27,0 365.31,0 365.33,0 365.34,0 365.349,0 365.37,0 365.4,0 365.43,0 365.44,0 365.469,0 365.49,0 365.5,0 365.52,0 365.55,0 365.56,0 365.57,0 365.61,0 365.63,0 365.65,0 365.659,0 365.69,0 365.7,0 365.73,0 365.75,0 365.76,0 365.77,0 365.789,0 365.83,0 365.849,0 365.87,0 365.88,0 365.89,0 365.919,0 365.93,0 365.969,0 365.99,0 366.01,0 366.02,0 366.03,0 366.07,0 366.08,0 366.11,0 366.13,0 366.15,0 366.17,0 366.18,0 366.19,0 366.21,0 366.23,0 366.25,0 366.27,0 366.299,0 366.31,0 366.349,0 366.359,0 366.37,0 366.409,0 366.419,0 366.43,0 366.45,0 366.479,0 366.51,0 366.53,0 366.539,0 366.56,0 366.59,0 366.599,0 366.61,0 366.65,0 366.67,0 366.69,0 366.7,0 366.73,0 366.75,0 366.76,0 366.77,0 366.789,0 366.82,0 366.83,0 366.87,0 366.88,0 366.89,0 366.919,0 366.95,0 366.969,0 366.979,0 367.01,0 367.02,0 367.03,0 367.07,0 367.09,0 367.11,0 367.13,1.25557574756319 367.14,0 367.17,0 367.19,0 367.2,0 367.21,0 367.24,0 367.25,0 367.289,0 367.299,0 367.31,0 367.349,0 367.359,0 367.37,0 367.39,0 367.43,0 367.45,0 367.46,0 367.49,0 367.5,0 367.51,0 367.55,0 367.56,0 367.58,0 367.61,0 367.63,0 367.64,0 367.65,0 367.67,0 367.7,0 367.73,0 367.74,0 367.75,0 367.789,0 367.799,0 367.81,0 367.849,0 367.87,0 367.88,0 367.9,0 367.93,0 367.94,0 367.96,0 367.99,0 368,0 368.03,0 368.039,0 368.05,0 368.08,0 368.11,0 368.13,0 368.14,0 368.17,0 368.19,0 368.2,0 368.21,0 368.23,0 368.25,0 368.289,0 368.299,0 368.31,0 368.349,0 368.359,0 368.37,0 368.4,0 368.419,0 368.43,0 368.46,0 368.49,0 368.5,0 368.53,0 368.539,0 368.55,0 368.59,0 368.61,0 368.63,0 368.65,0 368.659,0 368.69,0 368.7,0 368.73,0 368.75,0 368.76,0 368.77,0 368.789,0 368.83,0 368.849,0 368.87,0 368.88,0 368.9,0 368.93,0 368.94,0 368.95,0 368.99,0 369.01,0 369.02,0 369.03,0 369.06,0 369.08,0 369.11,0 369.13,0 369.15,0 369.17,0 369.19,0 369.21,0 369.219,0 369.23,0 369.25,0 369.289,0 369.299,0 369.31,0 369.34,0 369.349,0 369.38,0 369.409,0 369.419,0 369.43,0 369.469,0 369.49,0 369.5,0 369.53,0 369.55,0 369.56,0 369.57,0 369.61,0 369.63,0 369.65,0 369.67,0 369.68,0 369.71,0 369.719,0 369.73,0 369.77,0 369.78,0 369.81,0 369.83,0 369.84,0 369.87,0 369.89,0 369.9,0 369.93,0 369.95,0 369.96,0 369.99,0 370.01,0 370.02,0 370.05,0 370.07,0 370.08,0 370.09,0 370.13,0 370.14,0 370.15,0 370.18,0 370.21,0 370.219,0 370.23,0 370.25,0 370.27,0 370.289,0 370.33,0 370.34,0 370.37,0 370.39,0 370.409,0 370.419,0 370.43,0 370.45,0 370.479,0 370.49,0 370.53,0 370.539,0 370.57,0 370.58,0 370.599,0 370.62,0 370.65,0 370.659,0 370.69,0 370.71,0 370.73,0 370.75,0 370.77,0 370.78,0 370.789,0 370.81,0 370.849,0 370.87,0 370.88,0 370.89,0 370.93,0 370.94,0 370.95,0 370.99,0 371.01,0 371.03,0 371.05,0 371.07,0 371.08,0 371.09,0 371.13,0 371.15,0 371.17,0 371.18,0 371.21,0 371.219,0 371.23,0 371.25,0 371.27,0 371.289,0 371.31,0 371.33,0 371.37,0 371.38,0 371.39,0 371.409,0 371.45,0 371.469,0 371.479,0 371.49,0 371.53,0 371.539,0 371.57,0 371.58,0 371.61,0 371.62,0 371.63,0 371.67,0 371.68,0 371.71,0 371.719,0 371.73,0 371.76,0 371.77,0 371.81,0 371.82,0 371.83,0 371.87,0 371.88,0 371.89,0 371.909,0 371.95,0 371.969,0 371.979,0 372.01,0 372.02,0 372.05,0 372.07,0 372.08,0 372.09,0 372.13,0 372.15,0 372.159,0 372.17,0 372.19,0 372.23,0 372.24,0 372.25,0 372.27,0 372.289,0 372.31,0 372.349,0 372.359,0 372.38,0 372.39,0 372.43,0 372.45,0 372.46,0 372.49,0 372.5,0 372.51,0 372.55,0 372.56,0 372.58,0 372.59,0 372.62,0 372.65,0 372.659,0 372.69,0 372.71,0 372.73,0 372.74,0 372.77,0 372.78,0 372.789,0 372.81,0 372.849,0 372.859,0 372.87,0 372.89,0 372.93,0 372.94,0 372.969,0 372.99,0 373,0 373.01,0 373.05,0 373.07,0 373.08,0 373.09,0 373.13,0 373.14,0 373.159,0 373.18,0 373.19,0 373.23,0 373.24,0 373.25,0 373.28,0 373.31,0 373.32,0 373.33,0 373.37,0 373.38,0 373.39,0 373.43,0 373.45,0 373.46,0 373.49,0 373.5,0 373.53,0 373.539,0 373.55,0 373.59,0 373.599,0 373.63,0 373.64,0 373.67,0 373.68,0 373.71,0 373.73,0 373.74,0 373.77,0 373.789,0 373.81,0 373.82,0 373.83,0 373.859,0 373.88,0 373.89,0 373.93,0 373.94,0 373.95,0 373.979,0 374.01,0 374.02,0 374.03,0 374.07,0 374.09,0 374.11,0 374.13,0 374.14,0 374.15,0 374.17,0 374.19,0 374.21,0 374.24,0 374.26,0 374.27,0 374.289,0 374.33,0 374.34,0 374.349,0 374.38,0 374.409,0 374.43,0 374.44,0 374.46,0 374.49,0 374.5,0 374.51,0 374.539,0 374.55,0 374.59,0 374.61,0 374.63,0 374.64,0 374.67,0 374.68,0 374.71,0 374.719,0 374.73,0 374.77,0 374.78,0 374.81,0 374.82,0 374.83,0 374.859,0 374.87,0 374.909,0 374.93,0 374.95,0 374.969,0 374.979,0 374.99,0 375.03,0 375.05,0 375.07,0 375.09,0 375.11,0 375.13,0 375.14,0 375.15,0 375.17,0 375.19,0 375.21,0 375.23,0 375.25,0 375.28,0 375.289,0 375.31,0 375.349,0 375.359,0 375.37,0 375.409,0 375.43,0 375.44,0 375.46,0 375.49,0 375.5,0 375.52,0 375.55,0 375.57,0 375.59,0 375.61,0 375.62,0 375.64,0 375.67,0 375.68,0 375.69,0 375.73,0 375.74,0 375.77,0 375.789,0 375.81,0 375.82,0 375.849,0 375.859,0 375.88,0 375.89,0 375.909,0 375.94,0 375.969,0 375.979,0 375.99,0 376.03,0 376.05,0 376.07,0 376.09,0 376.11,0 376.13,0 376.15,0 376.159,0 376.17,0 376.19,0 376.21,0 376.23,0 376.25,0 376.27,0 376.289,0 376.33,0 376.349,0 376.359,0 376.37,0 376.409,0 376.43,0 376.44,0 376.45,0 376.49,0 376.5,0 376.53,0 376.539,0 376.55,0 376.59,0 376.61,0 376.62,0 376.65,0 376.67,0 376.68,0 376.71,0 376.719,0 376.73,0 376.77,0 376.789,0 376.799,0 376.81,0 376.83,0 376.859,0 376.87,0 376.9,0 376.93,0 376.95,0 376.969,0 376.979,0 376.99,0 377.01,0 377.05,0 377.07,0 377.09,0 377.099,0 377.13,0 377.15,0 377.159,0 377.17,0 377.21,0 377.219,0 377.23,0 377.25,0 377.27,0 377.299,0 377.31,0 377.34,0 377.37,0 377.38,0 377.39,0 377.419,0 377.43,0 377.469,0 377.479,0 377.51,0 377.52,0 377.53,0 377.56,0 377.59,0 377.599,0 377.63,0 377.65,0 377.659,0 377.67,0 377.69,0 377.73,0 377.74,0 377.77,0 377.789,0 377.799,0 377.83,0 377.849,0 377.859,0 377.89,0 377.9,0 377.919,0 377.95,0 377.969,0 377.99,0 378,0 378.01,0 378.039,0 378.07,0 378.09,0 378.099,0 378.13,0 378.15,0 378.17,0 378.18,0 378.21,0 378.219,0 378.23,0 378.25,0 378.27,0 378.299,0 378.31,0 378.33,0 378.359,0 378.38,0 378.39,0 378.419,0 378.45,0 378.46,0 378.469,0 378.5,0 378.51,0 378.55,0 378.57,0 378.58,0 378.61,0 378.63,0 378.64,0 378.659,0 378.69,0 378.7,0 378.71,0 378.73,0 378.77,0 378.789,0 378.799,0 378.81,0 378.83,0 378.849,0 378.89,0 378.909,0 378.93,0 378.95,0 378.969,0 378.979,0 379.01,0 379.02,0 379.03,0 379.07,0 379.09,0 379.11,0 379.12,0 379.15,0 379.159,0 379.17,0 379.21,0 379.219,0 379.23,0 379.25,0 379.27,0 379.289,0 379.33,0 379.34,0 379.359,0 379.37,0 379.409,0 379.419,0 379.43,0 379.469,0 379.479,0 379.51,0 379.52,0 379.55,0 379.57,0 379.58,0 379.59,0 379.63,0 379.64,0 379.67,0 379.68,0 379.69,0 379.719,0 379.73,0 379.77,0 379.78,0 379.789,0 379.83,0 379.849,0 379.87,0 379.88,0 379.89,0 379.93,0 379.94,0 379.969,0 379.99,0 380,0 380.01,0 380.03,0 380.07,0 380.09,0 380.11,0 380.12,0 380.13,0 380.159,0 380.17,0 380.19,0 380.21,0 380.23,0 380.25,0 380.27,0 380.289,0 380.33,0 380.349,0 380.359,0 380.39,0 380.409,0 380.43,0 380.44,0 380.46,0 380.469,0 380.51,0 380.52,0 380.539,0 380.57,0 380.58,0 380.59,0 380.63,0 380.65,0 380.659,0 380.69,0 380.7,0 380.71,0 380.74,0 380.77,0 380.789,0 380.81,0 380.82,0 380.83,0 380.849,0 380.89,0 380.909,0 380.93,0 380.95,0 380.969,0 380.99,0 381,0 381.01,0 381.039,0 381.07,0 381.09,0 381.11,0 381.12,0 381.13,0 381.17,0 381.18,0 381.2,0 381.21,0 381.23,0 381.26,0 381.27,0 381.289,0 381.32,0 381.349,0 381.359,0 381.37,0 381.4,0 381.409,0 381.45,0 381.46,0 381.49,0 381.5,0 381.51,0 381.55,0 381.56,0 381.58,0 381.61,0 381.63,0 381.64,0 381.65,0 381.67,0 381.71,0 381.719,0 381.74,0 381.77,0 381.78,0 381.799,0 381.82,0 381.849,0 381.859,0 381.87,0 381.909,0 381.919,0 381.95,0 381.969,0 381.99,0 382,0 382.01,0 382.05,0 382.07,0 382.09,0 382.099,0 382.13,0 382.14,1.02428547827524 382.15,0 382.17,0 382.21,0 382.219,0 382.25,0 382.26,0 382.27,0 382.289,0 382.32,0 382.33,0 382.359,0 382.37,0 382.409,0 382.419,0 382.45,0 382.46,0 382.479,0 382.49,0 382.51,0 382.539,0 382.56,0 382.59,0 382.599,0 382.62,0 382.65,0 382.67,0 382.69,0 382.71,0 382.73,0 382.74,0 382.75,0 382.789,0 382.81,0 382.82,0 382.83,0 382.859,0 382.87,0 382.909,0 382.93,0 382.95,0 382.969,0 382.99,0 383.01,0 383.02,0 383.03,0 383.07,0 383.08,0 383.11,0 383.13,0 383.15,0 383.159,0 383.19,0 383.2,0 383.21,0 383.23,0 383.25,0 383.28,0 383.289,0 383.32,0 383.349,0 383.359,0 383.37,0 383.4,0 383.419,0 383.45,0 383.46,0 383.49,0 383.51,0 383.52,0 383.53,0 383.56,0 383.59,0 383.61,0 383.62,0 383.64,0 383.65,0 383.67,0 383.71,0 383.73,0 383.75,0 383.76,0 383.77,0 383.789,0 383.81,0 383.849,0 383.859,0 383.88,0 383.89,0 383.919,0 383.93,0 383.969,0 383.99,0 384.01,0 384.03,0 384.039,0 384.05,0 384.07,0 384.099,0 384.13,0 384.15,0 384.159,0 384.19,0 384.2,0 384.21,0 384.23,0 384.27,0 384.28,0 384.289,0 384.31,0 384.349,0 384.359,0 384.37,0 384.409,0 384.43,0 384.44,0 384.45,0 384.49,0 384.5,0 384.53,0 384.539,0 384.57,0 384.58,0 384.599,0 384.63,0 384.65,0 384.659,0 384.69,0 384.71,0 384.719,0 384.73,0 384.75,0 384.77,0 384.799,0 384.83,0 384.849,0 384.87,0 384.88,0 384.89,0 384.93,0 384.94,0 384.969,0 384.99,0 385.01,0 385.02,0 385.03,0 385.05,0 385.09,0 385.099,0 385.13,0 385.15,0 385.159,0 385.19,0 385.2,0 385.21,0 385.23,0 385.25,0 385.27,0 385.289,0 385.31,0 385.349,0 385.359,0 385.37,0 385.409,0 385.419,0 385.45,0 385.469,0 385.479,0 385.49,0 385.53,0 385.539,0 385.57,0 385.58,0 385.61,0 385.63,0 385.64,0 385.65,0 385.68,0 385.71,0 385.719,0 385.75,0 385.77,0 385.78,0 385.81,0 385.83,0 385.849,0 385.87,0 385.89,0 385.9,0 385.93,0 385.94,0 385.969,0 385.99,0 386.01,0 386.03,0 386.039,0 386.05,0 386.09,0 386.099,0 386.13,0 386.14,0 386.17,0 386.18,0 386.2,0 386.21,0 386.23,0 386.25,0 386.27,0 386.289,0 386.31,0 386.33,0 386.349,0 386.39,0 386.4,0 386.43,0 386.45,0 386.46,0 386.479,0 386.51,0 386.53,0 386.539,0 386.55,0 386.57,0 386.61,0 386.62,0 386.65,0 386.67,0 386.69,0 386.71,0 386.719,0 386.73,0 386.75,0 386.77,0 386.81,0 386.82,0 386.849,0 386.87,0 386.88,0 386.89,0 386.909,0 386.93,0 386.969,0 386.99,0 387.01,0 387.03,0 387.039,0 387.05,0 387.07,0 387.11,0 387.13,0 387.15,0 387.159,0 387.19,0 387.2,0 387.21,0 387.23,0 387.25,0 387.27,0 387.299,0 387.31,0 387.33,0 387.37,0 387.39,0 387.4,0 387.43,0 387.44,0 387.469,0 387.479,0 387.51,0 387.53,0 387.539,0 387.56,0 387.59,0 387.599,0 387.61,0 387.63,0 387.67,0 387.69,0 387.7,0 387.71,0 387.74,0 387.75,0 387.789,0 387.81,0 387.82,0 387.849,0 387.87,0 387.89,0 387.9,0 387.909,0 387.93,0 387.969,0 387.99,0 388.01,0 388.03,0 388.039,0 388.06,0 388.09,0 388.11,0 388.13,0 388.15,0 388.159,0 388.19,0 388.2,0 388.21,0 388.25,0 388.26,0 388.27,0 388.289,0 388.31,0 388.349,0 388.359,0 388.38,0 388.39,0 388.43,0 388.44,0 388.46,0 388.49,0 388.5,0 388.53,0 388.539,0 388.56,0 388.59,0 388.599,0 388.61,0 388.65,0 388.659,0 388.69,0 388.71,0 388.719,0 388.74,0 388.75,0 388.77,0 388.81,0 388.83,0 388.849,0 388.87,0 388.88,0 388.89,0 388.919,0 388.95,0 388.969,0 388.99,0 389.01,0 389.02,0 389.03,0 389.07,0 389.08,0 389.11,0 389.13,0 389.15,0 389.159,0 389.17,0 389.21,0 389.219,0 389.23,0 389.25,0 389.27,0 389.289,0 389.31,0 389.349,0 389.37,0 389.38,0 389.409,0 389.419,0 389.43,0 389.469,0 389.479,0 389.51,0 389.52,0 389.55,0 389.57,0 389.59,0 389.61,0 389.62,0 389.65,0 389.67,0 389.68,0 389.69,0 389.73,0 389.75,0 389.77,0 389.789,0 389.799,0 389.81,0 389.849,0 389.859,0 389.89,0 389.9,0 389.909,0 389.93,0 389.969,0 389.99,0 390.01,0 390.02,0 390.03,0 390.06,0 390.09,0 390.11,0 390.13,0 390.14,0 390.17,0 390.18,0 390.21,0 390.219,0 390.23,0 390.25,0 390.27,0 390.289,0 390.31,0 390.349,0 390.37,0 390.38,0 390.39,0 390.43,0 390.44,0 390.45,0 390.469,0 390.51,0 390.53,0 390.55,0 390.56,0 390.57,0 390.599,0 390.63,0 390.65,0 390.659,0 390.69,0 390.7,0 390.71,0 390.73,0 390.77,0 390.789,0 390.799,0 390.81,0 390.849,0 390.859,0 390.87,0 390.89,0 390.909,0 390.95,0 390.969,0 390.979,0 391.01,0 391.02,0 391.03,0 391.07,0 391.09,0 391.11,0 391.13,0 391.15,0 391.17,0 391.18,0 391.2,0 391.23,6.26135800429539 391.24,0 391.25,0 391.27,0 391.289,0 391.31,0 391.33,0 391.37,0 391.39,0 391.4,0 391.409,0 391.44,0 391.469,0 391.479,0 391.51,0 391.52,0 391.55,0 391.56,0 391.59,0 391.599,0 391.62,0 391.63,0 391.67,0 391.68,0 391.69,0 391.719,0 391.73,0 391.77,0 391.789,0 391.799,0 391.81,0 391.83,0 391.859,0 391.89,0 391.9,0 391.93,0 391.94,0 391.969,0 391.979,0 392.01,0 392.02,0 392.03,0 392.07,0 392.08,0 392.11,0 392.13,0 392.14,0 392.17,0 392.18,0 392.19,0 392.23,1.0408062117958 392.24,0 392.25,0 392.27,0 392.31,0 392.32,0 392.33,0 392.349,0 392.39,0 392.4,0 392.419,0 392.45,0 392.46,0 392.469,0 392.51,0 392.52,0 392.55,0 392.56,0 392.58,0 392.61,0 392.62,0 392.65,0 392.659,0 392.69,0 392.7,0 392.71,0 392.75,0 392.77,0 392.78,0 392.789,0 392.82,0 392.849,0 392.859,0 392.89,0 392.9,0 392.93,0 392.95,0 392.96,0 392.969,0 393.01,0 393.02,0 393.03,0 393.07,0 393.09,0 393.11,0 393.13,0 393.15,0 393.159,0 393.17,0 393.21,0 393.23,0 393.24,0 393.25,0 393.27,0 393.289,0 393.33,0 393.349,0 393.359,0 393.38,0 393.39,0 393.43,0 393.44,0 393.469,0 393.479,0 393.5,0 393.53,0 393.539,0 393.57,0 393.58,0 393.61,0 393.63,0 393.65,0 393.659,0 393.68,0 393.69,0 393.73,0 393.74,0 393.77,0 393.789,0 393.799,0 393.83,0 393.849,0 393.859,0 393.87,0 393.909,0 393.919,0 393.95,0 393.96,0 393.979,0 394.01,0 394.03,0 394.05,0 394.07,0 394.08,0 394.11,0 394.13,0 394.15,0 394.17,0 394.18,0 394.21,0 394.23,0 394.24,0 394.25,0 394.27,0 394.289,0 394.31,0 394.349,0 394.37,0 394.38,0 394.39,0 394.43,0 394.44,0 394.45,0 394.479,0 394.49,0 394.53,0 394.539,0 394.55,0 394.58,0 394.61,0 394.63,0 394.65,0 394.67,0 394.69,0 394.7,0 394.73,0 394.75,0 394.76,0 394.77,0 394.789,0 394.83,0 394.84,0 394.859,0 394.87,0 394.9,0 394.93,0 394.95,0 394.96,0 394.99,0 395,0 395.03,0 395.039,0 395.07,0 395.09,0 395.099,0 395.11,0 395.15,0 395.17,0 395.18,0 395.21,0 395.219,0 395.23,0 395.25,0 395.27,0 395.31,0 395.32,0 395.33,0 395.349,0 395.37,0 395.4,0 395.409,0 395.43,0 395.46,0 395.469,0 395.51,0 395.52,0 395.53,0 395.57,0 395.59,0 395.599,0 395.63,0 395.65,0 395.659,0 395.69,0 395.71,0 395.73,0 395.74,0 395.77,0 395.789,0 395.799,0 395.83,0 395.849,0 395.859,0 395.87,0 395.909,0 395.93,0 395.94,0 395.95,0 395.99,0 396.01,0 396.03,0 396.05,0 396.07,0 396.08,0 396.11,0 396.12,0 396.15,0 396.17,0 396.18,0 396.21,0 396.23,0 396.24,0 396.25,0 396.27,0 396.289,0 396.31,0 396.349,0 396.359,0 396.37,0 396.409,0 396.419,0 396.45,0 396.469,0 396.479,0 396.49,0 396.51,0 396.55,0 396.56,0 396.57,0 396.59,0 396.63,0 396.64,0 396.65,0 396.69,0 396.71,0 396.73,0 396.74,0 396.75,0 396.789,0 396.799,0 396.81,0 396.83,0 396.859,0 396.87,0 396.89,0 396.919,0 396.95,0 396.96,0 396.969,0 397.01,0 397.03,0 397.05,0 397.07,0 397.09,0 397.11,0 397.12,0 397.13,0 397.159,0 397.19,0 397.2,0 397.219,0 397.23,0 397.25,0 397.27,0 397.289,0 397.31,0 397.33,0 397.37,0 397.38,0 397.39,0 397.43,0 397.44,0 397.469,0 397.479,0 397.51,0 397.52,0 397.539,0 397.55,0 397.59,0 397.599,0 397.63,0 397.64,0 397.65,0 397.69,0 397.71,0 397.719,0 397.73,0 397.77,0 397.78,0 397.81,0 397.83,0 397.84,0 397.849,0 397.88,0 397.9,0 397.909,0 397.95,0 397.969,0 397.979,0 398.01,0 398.03,0 398.05,0 398.07,0 398.08,0 398.09,0 398.12,0 398.13,0 398.17,0 398.18,0 398.19,0 398.21,0 398.23,0 398.25,0 398.28,0 398.289,0 398.32,0 398.33,0 398.349,0 398.37,0 398.409,0 398.43,0 398.44,0 398.469,0 398.479,0 398.51,0 398.52,0 398.539,0 398.56,0 398.57,0 398.599,0 398.63,0 398.64,0 398.67,0 398.69,0 398.7,0 398.71,0 398.73,0 398.77,0 398.789,0 398.799,0 398.83,0 398.84,0 398.859,0 398.87,0 398.909,0 398.919,0 398.95,0 398.969,0 398.99,0 399,0 399.03,0 399.05,0 399.07,0 399.08,0 399.11,0 399.13,0 399.14,0 399.159,0 399.17,0 399.2,0 399.21,0 399.24,0 399.25,0 399.27,0 399.289,0 399.31,0 399.349,0 399.359,0 399.37,0 399.39,0 399.43,0 399.44,0 399.469,0 399.479,0 399.49,0 399.53,0 399.539,0 399.57,0 399.59,0 399.599,0 399.61,0 399.64,0 399.65,0 399.68,0 399.71,0 399.73,0 399.74,0 399.77,0 399.78,0 399.81,0 399.83,0 399.84,0 399.849,0 399.88,0 399.89,0 399.93,0 399.95,0 399.969,0 399.99,0 400.01,0 400.02,0 400.03,0 400.07,0 400.08,0 400.099,0 400.13,0 400.15,0 400.159,0 400.19,0 400.2,0 400.21,0 400.23,0 400.25,0 400.27,0 400.289,0 400.33,0 400.34,0 400.37,0 400.39,0 400.409,0 400.419,0 400.45,0 400.469,0 400.49,0 400.5,0 400.51,0 400.539,0 400.55,0 400.59,0 400.61,0 400.62,0 400.63,0 400.659,0 400.69,0 400.7,0 400.71,0 400.73,0 400.75,0 400.789,0 400.799,0 400.82,0 400.849,0 400.859,0 400.88,0 400.909,0 400.93,0 400.94,0 400.95,0 400.99,0 401.01,0 401.02,0 401.03,0 401.07,0 401.08,0 401.09,0 401.13,0 401.15,0 401.159,0 401.17,0 401.19,0 401.21,0 401.24,0 401.25,0 401.27,0 401.289,0 401.31,0 401.349,0 401.359,0 401.39,0 401.409,0 401.419,0 401.43,0 401.469,0 401.479,0 401.5,0 401.53,0 401.539,0 401.55,0 401.59,0 401.599,0 401.61,0 401.64,0 401.659,0 401.67,0 401.71,0 401.719,0 401.75,0 401.76,0 401.789,0 401.81,0 401.82,0 401.849,0 401.859,0 401.87,0 401.89,0 401.93,0 401.95,0 401.969,0 401.99,0 402.01,0 402.02,0 402.03,0 402.07,0 402.08,0 402.09,0 402.11,0 402.15,0 402.159,0 402.17,0 402.19,0 402.21,0 402.24,0 402.25,0 402.27,0 402.299,0 402.31,0 402.33,0 402.37,0 402.38,0 402.409,0 402.43,0 402.44,0 402.469,0 402.49,0 402.5,0 402.53,0 402.539,0 402.57,0 402.58,0 402.61,0 402.62,0 402.64,0 402.67,0 402.69,0 402.71,0 402.719,0 402.73,0 402.77,0 402.789,0 402.81,0 402.82,0 402.83,0 402.849,0 402.89,0 402.909,0 402.919,0 402.93,0 402.969,0 402.99,0 403,1.13993061291921 403.01,0 403.03,0 403.07,0 403.08,0 403.11,0 403.13,0 403.15,0 403.17,0 403.18,0 403.19,0 403.23,0 403.25,0 403.26,0 403.27,0 403.289,0 403.31,0 403.34,0 403.349,0 403.37,0 403.409,0 403.419,0 403.43,0 403.469,0 403.49,0 403.5,0 403.52,0 403.53,0 403.56,0 403.57,0 403.61,0 403.62,0 403.63,0 403.67,0 403.69,0 403.7,0 403.73,0 403.75,0 403.77,0 403.78,0 403.81,0 403.83,0 403.849,0 403.859,0 403.89,0 403.909,0 403.919,0 403.93,0 403.969,0 403.99,0 404.01,0 404.02,0 404.03,0 404.05,0 404.09,0 404.099,0 404.13,0 404.14,0 404.17,0 404.18,0 404.19,0 404.21,0 404.25,0 404.26,0 404.27,0 404.289,0 404.31,0 404.349,0 404.359,0 404.37,0 404.409,0 404.419,0 404.45,0 404.46,0 404.469,0 404.49,0 404.52,0 404.55,0 404.56,0 404.57,0 404.61,0 404.63,0 404.65,0 404.67,0 404.69,0 404.71,0 404.719,0 404.73,0 404.75,0 404.789,0 404.799,0 404.81,0 404.849,0 404.859,0 404.89,0 404.909,0 404.919,0 404.93,0 404.95,0 404.99,0 405.01,0 405.02,0 405.03,0 405.05,0 405.09,0 405.11,0 405.13,0 405.14,0 405.17,0 405.18,0 405.19,0 405.23,0 405.24,0 405.27,0 405.28,0 405.289,0 405.31,0 405.33,0 405.37,0 405.38,0 405.409,0 405.419,0 405.45,0 405.46,0 405.479,0 405.51,0 405.52,0 405.55,0 405.56,0 405.58,0 405.59,0 405.62,0 405.63,0 405.659,0 405.69,0 405.71,0 405.719,0 405.75,0 405.76,0 405.77,0 405.789,0 405.83,0 405.84,0 405.87,0 405.88,0 405.909,0 405.919,0 405.93,0 405.969,0 405.99,0 406.01,1.45382454981001 406.02,0 406.03,0 406.05,0 406.09,0 406.11,0 406.13,0 406.15,0 406.159,0 406.17,0 406.2,0 406.21,0 406.25,0 406.27,0 406.28,0 406.289,0 406.31,0 406.33,0 406.37,0 406.38,0 406.39,0 406.419,0 406.44,0 406.45,0 406.469,0 406.5,0 406.53,0 406.539,0 406.56,0 406.57,0 406.599,0 406.63,0 406.65,0 406.67,0 406.68,0 406.71,0 406.719,0 406.73,0 406.75,0 406.789,0 406.799,0 406.83,0 406.84,0 406.849,0 406.88,0 406.909,0 406.919,0 406.93,0 406.95,0 406.99,0 407.01,0 407.02,0 407.03,0 407.05,0 407.09,0 407.11,0 407.13,0 407.15,0 407.159,0 407.17,0 407.21,0 407.219,0 407.23,0 407.27,0 407.28,0 407.289,0 407.31,0 407.33,0 407.359,0 407.39,0 407.4,0 407.43,0 407.44,0 407.469,0 407.479,0 407.51,0 407.53,0 407.539,0 407.57,0 407.58,0 407.61,0 407.62,0 407.65,0 407.659,0 407.69,0 407.7,0 407.73,0 407.75,0 407.76,0 407.789,0 407.799,0 407.83,0 407.849,0 407.87,0 407.88,0 407.909,0 407.919,0 407.93,0 407.969,0 407.99,0 408.01,0 408.02,1.18949281348092 408.03,0 408.05,0 408.09,0 408.099,0 408.13,0 408.15,0 408.159,0 408.17,0 408.21,0 408.219,0 408.23,0 408.25,0 408.27,0 408.289,0 408.32,0 408.33,0 408.37,0 408.38,0 408.39,0 408.419,0 408.43,0 408.469,0 408.49,0 408.5,0 408.53,0 408.539,0 408.56,0 408.59,0 408.61,0 408.62,0 408.64,0 408.67,0 408.69,0 408.71,0 408.73,0 408.74,0 408.75,0 408.77,0 408.789,0 408.82,0 408.849,0 408.87,0 408.88,0 408.909,0 408.919,0 408.93,0 408.95,0 408.979,0 409.01,0 409.02,0 409.03,0 409.05,0 409.07,0 409.11,0 409.12,0 409.15,0 409.17,0 409.19,0 409.21,0 409.23,0 409.24,2.14769535767388 409.26,0 409.27,0 409.289,0 409.31,0 409.33,0 409.349,0 409.38,0 409.39,0 409.419,0 409.45,0 409.46,0 409.49,0 409.5,0 409.53,0 409.539,0 409.57,0 409.58,0 409.61,0 409.63,0 409.64,0 409.659,0 409.68,0 409.71,0 409.719,0 409.74,0 409.77,0 409.78,0 409.789,0 409.81,0 409.84,0 409.87,0 409.89,0 409.909,0 409.93,0 409.94,0 409.95,0 409.99,0 410.01,0 410.03,0 410.039,0 410.05,0 410.09,0 410.11,0 410.13,0 410.15,0 410.159,0 410.18,0 410.19,0 410.23,0 410.24,0 410.27,0 410.28,0 410.289,0 410.31,0 410.33,0 410.349,0 410.39,0 410.4,0 410.43,0 410.44,0 410.469,0 410.479,0 410.51,0 410.52,0 410.539,0 410.57,0 410.58,0 410.61,0 410.63,0 410.64,0 410.65,0 410.68,0 410.71,0 410.73,0 410.74,0 410.75,0 410.77,0 410.81,0 410.82,0 410.849,0 410.87,0 410.88,0 410.89,0 410.93,0 410.94,0 410.95,0 410.969,0 411.01,0 411.03,0 411.039,0 411.05,0 411.09,0 411.11,0 411.13,0 411.15,0 411.17,0 411.19,0 411.2,0 411.23,0 411.24,0 411.27,0 411.28,0 411.289,0 411.31,0 411.33,0 411.37,0 411.38,0 411.39,0 411.43,0 411.44,0 411.469,0 411.479,0 411.49,0 411.52,0 411.55,0 411.57,0 411.58,0 411.59,0 411.62,0 411.65,0 411.659,0 411.67,0 411.71,0 411.719,0 411.73,0 411.77,0 411.78,0 411.81,0 411.83,0 411.84,0 411.849,0 411.89,0 411.9,0 411.93,0 411.94,0 411.95,0 411.979,0 412.01,0 412.03,0 412.05,0 412.06,0 412.07,0 412.09,0 412.13,0 412.14,0 412.17,0 412.19,0 412.2,0 412.21,0 412.25,0 412.26,0 412.28,0 412.289,0 412.31,0 412.33,0 412.349,0 412.37,0 412.409,0 412.43,0 412.44,0 412.45,0 412.479,0 412.51,0 412.52,0 412.55,0 412.56,0 412.59,0 412.599,0 412.63,0 412.64,0 412.65,0 412.68,0 412.71,0 412.73,0 412.74,0 412.75,0 412.77,0 412.81,0 412.83,0 412.84,0 412.849,0 412.87,0 412.909,0 412.919,0 412.95,0 412.96,0 412.99,0 413.01,0 413.02,0 413.05,0 413.07,0 413.09,0 413.099,0 413.13,0 413.14,0 413.17,0 413.19,0 413.21,0 413.219,0 413.25,0 413.26,0 413.27,0 413.289,0 413.31,0 413.349,0 413.359,0 413.37,0 413.409,0 413.419,0 413.45,0 413.469,0 413.479,0 413.51,0 413.52,0 413.53,0 413.57,0 413.58,0 413.61,0 413.62,0 413.63,0 413.67,0 413.68,0 413.7,0 413.73,0 413.75,0 413.76,0 413.789,0 413.81,0 413.82,0 413.83,0 413.849,0 413.89,0 413.9,0 413.919,0 413.95,0 413.96,0 413.99,0 414,0 414.03,0 414.05,0 414.07,0 414.08,0 414.11,0 414.13,0 414.15,0 414.17,0 414.18,0 414.21,0 414.219,0 414.23,0 414.25,0 414.27,0 414.289,0 414.32,0 414.33,0 414.349,0 414.38,0 414.39,0 414.43,0 414.44,0 414.45,0 414.469,0 414.51,0 414.52,0 414.55,0 414.57,0 414.58,0 414.61,0 414.63,0 414.65,0 414.67,0 414.68,0 414.71,0 414.73,0 414.74,0 414.76,0 414.77,0 414.81,0 414.82,0 414.83,0 414.849,0 414.89,0 414.9,0 414.909,0 414.95,0 414.969,0 414.979,0 414.99,0 415.03,0 415.05,0 415.07,0 415.09,0 415.11,0 415.13,0 415.15,0 415.17,0 415.18,0 415.21,0 415.23,0 415.24,0 415.25,0 415.28,0 415.289,0 415.31,0 415.349,0 415.359,0 415.37,0 415.39,0 415.43,0 415.45,0 415.46,0 415.49,0 415.5,0 415.51,0 415.55,0 415.57,0 415.58,0 415.59,0 415.63,0 415.64,0 415.65,0 415.68,0 415.69,0 415.73,0 415.75,0 415.76,0 415.789,0 415.81,0 415.82,0 415.83,0 415.849,0 415.89,0 415.909,0 415.919,0 415.93,0 415.969,0 415.99,0 416,0 416.03,0 416.05,0 416.06,0 416.09,0 416.099,0 416.13,0 416.15,0 416.17,0 416.19,0 416.2,0 416.23,0 416.24,0 416.25,0 416.28,0 416.289,0 416.31,0 416.33,0 416.37,0 416.38,0 416.4,0 416.419,0 416.43,0 416.46,0 416.49,0 416.5,0 416.52,0 416.55,0 416.56,0 416.57,0 416.61,0 416.63,0 416.65,0 416.67,0 416.68,0 416.71,0 416.73,0 416.74,0 416.76,0 416.77,0 416.81,0 416.82,0 416.83,0 416.87,0 416.88,0 416.89,0 416.93,0 416.95,0 416.969,0 416.979,0 416.99,0 417.02,0 417.05,0 417.06,0 417.09,0 417.099,0 417.13,0 417.14,0 417.15,0 417.19,0 417.21,0 417.23,0 417.24,0 417.25,10.0941681810672 417.27,0 417.289,0 417.31,0 417.33,0 417.349,0 417.37,0 417.4,0 417.409,0 417.45,0 417.469,0 417.479,0 417.5,0 417.51,0 417.53,0 417.56,0 417.59,0 417.599,0 417.63,0 417.64,0 417.659,0 417.69,0 417.7,0 417.71,0 417.75,0 417.76,0 417.789,0 417.81,0 417.83,0 417.84,0 417.849,0 417.89,0 417.9,0 417.93,0 417.95,0 417.96,0 417.969,0 417.99,0 418.02,0 418.05,0 418.07,0 418.09,0 418.11,0 418.13,0 418.14,0 418.15,0 418.17,0 418.21,0 418.23,0 418.25,2.23029902527672 418.26,0 418.27,0 418.289,0 418.31,0 418.33,0 418.349,0 418.37,0 418.409,0 418.419,0 418.43,0 418.46,0 418.49,0 418.5,0 418.51,0 418.539,0 418.56,0 418.59,0 418.61,0 418.62,0 418.65,0 418.67,0 418.69,0 418.7,0 418.73,0 418.74,0 418.77,0 418.78,0 418.789,0 418.81,0 418.849,0 418.859,0 418.89,0 418.9,0 418.93,0 418.94,0 418.95,0 418.979,0 419,0 419.01,0 419.05,0 419.07,0 419.09,0 419.11,0 419.13,0 419.15,0 419.159,0 419.17,0 419.21,0 419.23,0 419.25,0 419.26,29.6051544688584 419.289,0 419.299,0 419.31,0 419.33,0 419.349,0 419.37,0 419.39,0 419.43,0 419.44,0 419.45,0 419.479,0 419.5,0 419.51,0 419.539,0 419.55,0 419.57,0 419.59,0 419.61,0 419.65,0 419.659,0 419.68,0 419.71,0 419.73,0 419.75,0 419.76,0 419.77,0 419.799,0 419.83,0 419.84,0 419.87,0 419.89,0 419.9,0 419.93,0 419.95,0 419.969,0 419.99,0 420,0 420.01,0 420.03,0 420.07,0 420.09,0 420.11,0 420.13,0 420.15,0 420.159,0 420.17,0 420.19,0 420.23,0 420.25,0 420.26,5.30315546010243 420.27,0 420.289,0 420.31,0 420.33,0 420.349,0 420.37,0 420.39,0 420.419,0 420.43,0 420.469,0 420.479,0 420.51,0 420.52,0 420.53,0 420.57,0 420.59,0 420.61,0 420.63,0 420.65,0 420.67,0 420.69,0 420.7,0 420.71,0 420.73,0 420.77,0 420.78,0 420.799,0 420.81,0 420.83,0 420.859,0 420.89,0 420.9,0 420.919,0 420.95,0 420.969,0 420.99,0 421,0 421.01,0 421.03,0 421.07,0 421.08,0 421.09,0 421.13,0 421.15,0 421.159,0 421.17,0 421.19,0 421.23,0 421.25,0 421.27,1.91640508838592 421.28,0 421.289,0 421.31,0 421.349,0 421.359,0 421.37,0 421.39,0 421.43,0 421.45,0 421.469,0 421.479,0 421.49,0 421.53,0 421.539,0 421.56,0 421.57,0 421.61,0 421.63,0 421.64,0 421.65,0 421.69,0 421.7,0 421.73,0 421.74,0 421.75,0 421.77,0 421.81,0 421.83,0 421.849,0 421.87,0 421.88,0 421.9,0 421.909,0 421.93,0 421.969,0 421.99,0 422,0 422.01,0 422.03,0 422.07,0 422.09,0 422.11,0 422.13,0 422.15,0 422.17,0 422.18,0 422.19,0 422.23,0 422.25,0 422.27,0 422.28,0 422.289,0 422.31,0 422.33,0 422.359,0 422.37,0 422.39,0 422.43,0 422.45,0 422.46,0 422.49,0 422.51,0 422.52,0 422.539,0 422.55,0 422.58,0 422.61,0 422.62,0 422.65,0 422.67,0 422.69,0 422.71,0 422.719,0 422.73,0 422.75,0 422.78,0 422.81,0 422.82,0 422.83,0 422.87,0 422.89,0 422.909,0 422.919,0 422.93,0 422.95,0 422.99,0 423,0 423.01,0 423.03,0 423.07,0 423.09,0 423.11,0 423.13,0 423.15,0 423.17,0 423.18,0 423.19,0 423.23,0 423.25,0 423.26,0 423.27,0 423.289,0 423.31,0 423.34,0 423.349,0 423.37,0 423.4,0 423.43,0 423.44,0 423.469,0 423.479,0 423.51,0 423.53,0 423.55,0 423.56,0 423.57,0 423.61,0 423.62,0 423.65,0 423.67,0 423.68,0 423.7,0 423.73,0 423.74,0 423.77,0 423.78,0 423.789,0 423.83,0 423.849,0 423.87,0 423.89,0 423.909,0 423.93,0 423.94,0 423.969,0 423.99,0 424,0 424.01,0 424.03,0 424.05,0 424.09,0 424.11,0 424.13,0 424.15,0 424.17,0 424.18,0 424.19,0 424.21,0 424.25,0 424.27,0 424.289,0 424.299,0 424.31,0 424.33,0 424.349,0 424.39,0 424.4,0 424.43,0 424.45,0 424.46,0 424.479,0 424.51,0 424.52,0 424.539,0 424.55,0 424.59,0 424.61,0 424.63,0 424.65,0 424.67,0 424.69,0 424.71,0 424.719,0 424.73,0 424.75,0 424.77,0 424.799,0 424.81,0 424.849,0 424.859,0 424.87,0 424.89,0 424.93,0 424.95,0 424.969,0 424.979,0 425.01,0 425.02,0 425.03,0 425.07,0 425.09,0 425.11,0 425.12,0 425.15,0 425.17,0 425.19,0 425.21,0 425.219,0 425.25,0 425.26,0 425.289,0 425.299,0 425.31,0 425.33,0 425.349,0 425.38,0 425.39,0 425.43,0 425.44,0 425.469,0 425.49,0 425.5,0 425.52,0 425.539,0 425.57,0 425.58,0 425.59,0 425.61,0 425.65,0 425.67,0 425.69,0 425.71,0 425.719,0 425.75,0 425.77,0 425.78,0 425.799,0 425.81,0 425.849,0 425.87,0 425.88,0 425.909,0 425.919,0 425.93,0 425.969,0 425.99,0 426.01,0 426.02,0 426.03,2.42854782752354 426.05,0 426.08,0 426.11,0 426.12,0 426.15,0 426.17,0 426.19,0 426.21,0 426.23,0 426.24,0 426.25,0 426.27,0 426.289,0 426.31,0 426.33,0 426.349,0 426.39,0 426.4,0 426.409,0 426.43,0 426.46,0 426.49,0 426.51,0 426.53,0 426.539,0 426.56,0 426.57,0 426.61,0 426.62,0 426.65,0 426.67,0 426.69,0 426.71,0 426.719,0 426.73,0 426.75,0 426.789,0 426.81,0 426.83,0 426.84,0 426.849,0 426.87,0 426.89,0 426.909,0 426.95,0 426.969,0 426.99,0 427.01,0 427.03,0 427.039,0 427.05,0 427.07,0 427.11,0 427.13,0 427.14,0 427.15,0 427.19,0 427.2,0 427.21,0 427.24,0 427.27,0 427.28,0 427.289,0 427.31,0 427.33,0 427.359,0 427.39,0 427.4,0 427.419,0 427.43,0 427.469,0 427.49,0 427.5,0 427.53,0 427.539,0 427.55,0 427.58,0 427.61,0 427.62,0 427.63,0 427.67,0 427.69,0 427.7,0 427.73,0 427.75,0 427.76,0 427.789,0 427.81,0 427.83,0 427.84,0 427.87,0 427.88,0 427.89,0 427.909,0 427.94,0 427.969,0 427.99,0 428.01,0 428.03,0 428.039,0 428.05,0 428.09,0 428.099,0 428.13,0 428.14,0 428.17,0 428.19,0 428.2,0 428.21,0 428.25,0 428.27,0 428.28,0 428.289,0 428.31,0 428.33,0 428.349,0 428.39,0 428.4,0 428.409,0 428.44,0 428.469,0 428.479,0 428.51,0 428.53,0 428.539,0 428.57,0 428.58,0 428.61,0 428.63,0 428.65,0 428.67,0 428.69,0 428.71,0 428.73,0 428.74,0 428.75,0 428.789,0 428.81,0 428.83,0 428.84,0 428.849,0 428.89,0 428.909,0 428.919,0 428.93,0 428.96,0 428.99,0 429,0 429.03,0 429.05,0 429.06,0 429.09,0 429.11,0 429.13,0 429.15,0 429.159,0 429.17,0 429.19,0 429.21,0 429.25,0 429.26,0 429.289,0 429.299,0 429.31,0 429.33,0 429.37,0 429.38,0 429.409,0 429.43,0 429.44,0 429.46,0 429.49,0 429.5,0 429.53,0 429.539,0 429.57,0 429.58,0 429.59,0 429.63,0 429.65,0 429.659,0 429.68,0 429.71,0 429.73,0 429.74,0 429.77,0 429.78,0 429.789,0 429.83,0 429.849,0 429.87,0 429.88,0 429.89,0 429.909,0 429.93,0 429.969,0 429.99,0 430,0 430.01,0 430.05,0 430.06,0 430.07,0 430.11,0 430.13,0 430.15,0 430.17,0 430.19,0 430.2,0 430.21,0 430.25,0 430.27,0 430.28,0 430.289,0 430.31,0 430.33,0 430.37,0 430.39,0 430.4,0 430.409,0 430.45,0 430.46,0 430.49,0 430.5,0 430.52,0 430.539,0 430.55,0 430.59,0 430.599,0 430.63,0 430.64,0 430.67,0 430.69,0 430.7,0 430.73,0 430.74,0 430.75,0 430.77,0 430.81,0 430.83,0 430.84,0 430.849,0 430.87,0 430.909,0 430.919,0 430.95,0 430.969,0 430.979,0 431,0 431.01,0 431.05,0 431.07,0 431.09,0 431.099,0 431.13,0 431.14,0 431.17,0 431.18,0 431.19,0 431.21,0 431.25,0 431.26,0 431.27,0 431.289,0 431.31,0 431.33,0 431.37,0 431.38,0 431.39,0 431.43,0 431.44,0 431.469,0 431.479,0 431.51,0 431.52,0 431.539,0 431.55,0 431.58,0 431.59,0 431.61,0 431.65,0 431.659,0 431.68,0 431.7,0 431.73,0 431.74,0 431.77,0 431.78,0 431.789,0 431.83,0 431.84,0 431.87,0 431.88,0 431.89,0 431.93,0 431.94,0 431.95,0 431.99,0 432.01,0 432.02,0 432.03,0 432.05,0 432.09,0 432.11,0 432.13,0 432.15,0 432.159,0 432.18,0 432.19,0 432.21,0 432.25,0 432.26,0 432.289,0 432.299,0 432.31,0 432.33,0 432.349,0 432.39,0 432.4,0 432.409,0 432.43,0 432.469,0 432.49,0 432.51,0 432.52,0 432.53,0 432.56,0 432.59,0 432.61,0 432.63,0 432.64,0 432.65,0 432.67,0 432.7,0 432.73,0 432.74,0 432.75,0 432.78,0 432.81,0 432.83,0 432.84,0 432.849,0 432.87,0 432.909,0 432.93,0 432.95,0 432.96,0 432.979,0 432.99,0 433.02,0 433.03,0 433.06,0 433.09,0 433.099,0 433.13,0 433.15,0 433.159,0 433.17,0 433.19,0 433.23,0 433.24,0 433.27,0 433.28,0 433.289,0 433.31,0 433.33,0 433.349,0 433.37,0 433.39,0 433.419,0 433.45,0 433.46,0 433.49,0 433.51,0 433.53,0 433.539,0 433.57,0 433.58,0 433.61,0 433.62,0 433.65,0 433.67,0 433.68,0 433.69,0 433.73,0 433.74,0 433.77,0 433.789,0 433.799,0 433.81,0 433.84,0 433.849,0 433.88,0 433.89,0 433.909,0 433.95,0 433.969,0 433.979,0 434.01,0 434.02,0 434.05,0 434.06,0 434.09,0 434.11,0 434.13,0 434.15,0 434.159,0 434.17,0 434.19,0 434.23,0 434.24,0 434.27,0 434.28,0 434.289,0 434.31,0 434.33,0 434.349,0 434.37,0 434.409,0 434.419,0 434.45,0 434.469,0 434.479,0 434.49,0 434.53,0 434.539,0 434.57,0 434.59,0 434.599,0 434.63,0 434.64,0 434.67,0 434.68,0 434.69,0 434.73,0 434.75,0 434.76,0 434.77,0 434.81,0 434.83,0 434.84,0 434.87,0 434.89,0 434.9,0 434.93,0 434.94,0 434.969,0 434.99,0 435.01,0 435.02,0 435.03,0 435.07,0 435.08,0 435.11,0 435.13,0 435.15,0 435.17,0 435.18,0 435.19,0 435.21,0 435.25,0 435.26,3.32066743763423 435.27,0 435.289,0 435.31,0 435.33,0 435.359,0 435.37,0 435.409,0 435.419,0 435.45,0 435.46,0 435.469,0 435.5,0 435.51,0 435.53,0 435.57,0 435.58,0 435.61,0 435.63,0 435.64,0 435.67,0 435.68,0 435.71,0 435.719,0 435.75,0 435.76,0 435.789,0 435.81,0 435.82,0 435.83,0 435.87,0 435.89,0 435.9,0 435.909,0 435.95,0 435.96,0 435.969,0 436,0 436.01,0 436.039,0 436.05,0 436.09,0 436.11,0 436.13,0 436.15,0 436.17,0 436.18,0 436.19,0 436.21,0 436.25,0 436.26,0 436.27,0 436.289,0 436.31,0 436.33,0 436.349,0 436.38,0 436.39,0 436.419,0 436.43,0 436.469,0 436.49,0 436.5,0 436.53,0 436.539,0 436.55,0 436.59,0 436.61,0 436.63,0 436.65,0 436.659,0 436.67,0 436.69,0 436.73,0 436.75,0 436.76,0 436.77,0 436.789,0 436.81,0 436.849,0 436.859,0 436.87,0 436.9,0 436.919,0 436.95,0 436.96,0 436.969,0 437,0 437.01,0 437.039,0 437.07,0 437.08,0 437.11,0 437.13,0 437.15,0 437.17,0 437.18,0 437.19,0 437.23,0 437.24,0 437.27,8.67338509829836 437.289,0 437.299,0 437.31,0 437.33,0 437.349,0 437.37,0 437.39,0 437.43,0 437.44,0 437.46,0 437.479,0 437.51,0 437.52,0 437.55,0 437.56,0 437.57,0 437.61,0 437.63,0 437.64,0 437.659,0 437.69,0 437.71,0 437.719,0 437.75,0 437.76,0 437.789,0 437.81,0 437.82,0 437.849,0 437.859,0 437.88,0 437.909,0 437.919,0 437.95,0 437.96,0 437.969,0 438,0 438.03,0 438.05,0 438.07,0 438.08,0 438.09,0 438.13,0 438.15,0 438.17,0 438.19,0 438.21,0 438.219,0 438.25,0 438.27,0 438.28,2.56071369568809 438.289,0 438.31,0 438.33,0 438.349,0 438.38,0 438.409,0 438.419,0 438.45,0 438.46,0 438.49,0 438.51,0 438.52,0 438.53,0 438.57,0 438.58,0 438.61,0 438.63,0 438.65,0 438.659,0 438.67,0 438.7,0 438.73,0 438.74,0 438.75,0 438.77,0 438.789,0 438.81,0 438.83,0 438.87,0 438.89,0 438.9,0 438.909,0 438.95,0 438.969,0 438.979,0 438.99,0 439.01,0 439.05,0 439.06,0 439.08,0 439.099,0 439.13,0 439.15,0 439.159,0 439.19,0 439.21,0 439.23,1.48686601685115 439.24,0 439.27,0 439.28,0 439.289,0 439.33,0 439.34,0 439.349,0 439.37,0 439.39,0 439.43,0 439.44,0 439.45,0 439.49,0 439.5,0 439.52,0 439.539,0 439.55,0 439.59,0 439.599,0 439.61,0 439.65,0 439.659,0 439.67,0 439.69,0 439.73,0 439.74,0 439.75,0 439.789,0 439.81,0 439.82,0 439.83,0 439.87,0 439.88,0 439.909,0 439.919,0 439.95,0 439.969,0 439.979,0 439.99,0 440.03,0 440.05,0 440.06,0 440.07,0 440.11,0 440.13,0 440.14,0 440.17,0 440.19,0 440.21,0 440.23,0 440.24,0 440.25,0 440.27,0 440.289,0 440.31,0 440.33,0 440.349,0 440.37,0 440.39,0 440.409,0 440.45,0 440.46,0 440.479,0 440.5,0 440.53,0 440.539,0 440.55,0 440.57,0 440.61,0 440.63,0 440.64,0 440.67,0 440.68,0 440.69,0 440.71,0 440.74,0 440.77,0 440.78,0 440.789,0 440.83,0 440.849,0 440.859,0 440.87,0 440.909,0 440.919,0 440.95,0 440.96,0 440.979,0 440.99,0 441.02,0 441.05,0 441.07,0 441.08,0 441.11,0 441.13,0 441.15,0 441.17,0 441.18,0 441.19,0 441.23,0 441.24,0 441.25,0 441.27,0 441.289,0 441.31,0 441.349,0 441.359,0 441.37,0 441.4,0 441.409,0 441.45,0 441.469,0 441.479,0 441.51,0 441.53,0 441.539,0 441.55,0 441.57,0 441.59,0 441.62,0 441.63,0 441.659,0 441.69,0 441.7,0 441.73,0 441.75,0 441.76,0 441.77,0 441.81,0 441.82,0 441.83,0 441.849,0 441.88,0 441.909,0 441.919,0 441.95,0 441.969,0 441.99,0 442.01,0 442.02,0 442.03,0 442.05,0 442.08,0 442.11,0 442.13,0 442.15,0 442.17,0 442.19,0 442.2,0 442.23,0 442.24,0 442.25,0 442.289,0 442.299,0 442.31,0 442.33,0 442.349,0 442.37,0 442.4,0 442.43,0 442.45,0 442.46,0 442.469,0 442.49,0 442.53,0 442.539,0 442.55,0 442.59,0 442.61,0 442.62,0 442.65,0 442.67,0 442.68,0 442.69,0 442.71,0 442.74,0 442.77,0 442.789,0 442.799,0 442.82,0 442.849,0 442.859,0 442.87,0 442.909,0 442.93,0 442.95,0 442.969,0 442.979,0 443.01,0 443.02,0 443.03,0 443.07,0 443.09,0 443.11,0 443.13,0 443.14,0 443.17,0 443.19,0 443.2,0 443.21,0 443.25,0 443.26,0 443.27,0 443.299,0 443.31,0 443.33,0 443.349,0 443.37,0 443.39,0 443.419,0 443.45,0 443.46,0 443.469,0 443.51,0 443.52,0 443.539,0 443.56,0 443.57,0 443.61,0 443.62,0 443.63,0 443.659,0 443.69,0 443.71,0 443.719,0 443.75,0 443.76,0 443.789,0 443.799,0 443.81,0 443.849,0 443.859,0 443.87,0 443.9,0 443.93,0 443.95,0 443.96,0 443.969,0 444.01,0 444.03,0 444.039,0 444.07,0 444.09,0 444.099,0 444.13,0 444.15,0 444.17,0 444.19,0 444.2,0 444.219,0 444.23,0 444.26,0 444.289,0 444.299,0 444.31,0 444.33,0 444.359,0 444.37,0 444.39,0 444.419,0 444.45,0 444.46,0 444.479,0 444.49,0 444.53,0 444.55,0 444.56,0 444.59,0 444.61,0 444.62,0 444.65,0 444.67,0 444.68,0 444.69,0 444.71,0 444.73,0 444.76,0 444.789,0 444.799,0 444.83,0 444.849,0 444.859,0 444.88,0 444.909,0 444.919,0 444.93,0 444.96,0 444.969,0 445.01,0 445.02,0 445.05,0 445.06,0 445.07,0 445.09,0 445.13,0 445.15,0 445.159,0 445.17,0 445.21,0 445.219,0 445.23,0 445.27,1.05732694531637 445.28,0 445.289,0 445.31,0 445.33,0 445.349,0 445.37,0 445.409,0 445.43,0 445.44,0 445.45,0 445.469,0 445.51,0 445.52,0 445.55,0 445.56,0 445.57,0 445.599,0 445.61,0 445.64,0 445.67,0 445.69,0 445.7,0 445.73,0 445.75,0 445.76,0 445.77,0 445.81,0 445.83,0 445.84,0 445.849,0 445.87,0 445.89,0 445.93,0 445.95,0 445.96,0 445.969,0 445.99,0 446.03,0 446.05,0 446.06,0 446.07,0 446.11,0 446.12,0 446.15,0 446.159,0 446.19,0 446.2,0 446.21,0 446.23,0 446.27,0 446.28,0 446.299,0 446.31,0 446.33,0 446.349,0 446.39,0 446.4,0 446.43,0 446.45,0 446.46,0 446.479,0 446.5,0 446.51,0 446.55,0 446.57,0 446.58,0 446.61,0 446.62,0 446.65,0 446.67,0 446.68,0 446.7,0 446.71,0 446.73,0 446.75,0 446.789,0 446.81,0 446.83,0 446.849,0 446.859,0 446.87,0 446.909,0 446.919,0 446.95,0 446.969,0 446.979,0 447.01,0 447.02,0 447.05,0 447.07,0 447.09,0 447.11,0 447.13,0 447.14,0 447.15,0 447.17,0 447.19,0 447.21,0 447.23,0 447.27,0 447.289,0 447.299,0 447.31,0 447.33,0 447.349,0 447.38,0 447.39,0 447.419,0 447.43,0 447.46,0 447.49,0 447.5,0 447.53,0 447.539,0 447.57,0 447.58,0 447.61,0 447.63,0 447.64,0 447.67,0 447.68,0 447.71,0 447.719,0 447.75,0 447.77,0 447.78,0 447.81,0 447.83,0 447.849,0 447.859,0 447.89,0 447.909,0 447.93,0 447.95,0 447.969,0 447.99,0 448,0 448.01,0 448.03,0 448.05,0 448.07,0 448.11,0 448.13,0 448.14,0 448.17,0 448.18,0 448.19,0 448.21,0 448.23,0 448.27,0 448.289,0 448.31,0 448.32,0 448.33,0 448.349,0 448.37,0 448.409,0 448.419,0 448.45,0 448.46,0 448.49,0 448.5,0 448.53,0 448.539,0 448.56,0 448.59,0 448.61,0 448.62,0 448.65,0 448.67,0 448.68,0 448.69,0 448.73,0 448.74,0 448.75,0 448.77,0 448.81,0 448.83,0 448.84,0 448.849,0 448.87,0 448.909,0 448.93,0 448.95,0 448.96,0 448.99,0 449,0 449.01,0 449.03,0 449.07,0 449.09,0 449.099,0 449.13,0 449.15,0 449.17,0 449.18,0 449.19,0 449.21,0 449.23,0 449.26,0 449.27,0 449.289,0 449.32,0 449.33,0 449.349,0 449.37,0 449.39,0 449.409,0 449.44,0 449.45,0 449.49,0 449.51,0 449.52,0 449.55,0 449.57,0 449.58,0 449.61,0 449.62,0 449.63,0 449.659,0 449.67,0 449.69,0 449.71,0 449.75,0 449.77,0 449.789,0 449.799,0 449.82,0 449.849,0 449.87,0 449.89,0 449.9,0 449.93,0 449.94,0 449.969,0 449.99,0 450.01,0 450.02,0 450.03,0 450.07,0 450.08,0 450.11,0 450.13,0 450.15,0 450.17,0 450.19,0 450.2,0 450.23,0 450.25,0 450.26,0 450.27,0 450.289,0 450.31,0 450.33,0 450.349,0 450.38,0 450.39,0 450.43,0 450.44,0 450.46,0 450.469,0 450.5,0 450.53,0 450.539,0 450.55,0 450.59,0 450.599,0 450.61,0 450.64,0 450.67,0 450.68,0 450.71,0 450.73,0 450.74,0 450.75,0 450.77,0 450.799,0 450.83,0 450.84,0 450.849,0 450.87,0 450.909,0 450.919,0 450.93,0 450.969,0 450.979,0 450.99,0 451.02,0 451.05,0 451.06,0 451.09,0 451.099,0 451.13,0 451.14,0 451.17,0 451.19,0 451.2,0 451.21,0 451.25,0 451.26,0 451.27,0 451.289,0 451.31,0 451.34,0 451.349,0 451.37,0 451.4,0 451.43,0 451.44,0 451.469,0 451.49,0 451.5,0 451.53,0 451.55,0 451.56,0 451.59,0 451.61,0 451.62,0 451.63,0 451.67,0 451.68,0 451.71,0 451.719,0 451.73,0 451.77,0 451.78,0 451.799,0 451.81,0 451.849,0 451.859,0 451.87,0 451.9,0 451.909,0 451.95,0 451.96,0 451.99,0 452.01,0 452.03,0 452.039,0 452.06,0 452.07,0 452.09,0 452.13,0 452.14,0 452.15,0 452.19,0 452.21,0 452.219,0 452.25,0 452.27,0 452.28,2.37898562696184 452.289,0 452.31,0 452.33,0 452.359,0 452.37,0 452.39,0 452.409,0 452.44,0 452.45,0 452.49,0 452.5,0 452.53,0 452.55,0 452.57,0 452.59,0 452.599,0 452.61,0 452.65,0 452.67,0 452.69,0 452.71,0 452.719,0 452.73,0 452.75,0 452.77,0 452.81,0 452.82,0 452.849,0 452.859,0 452.87,0 452.909,0 452.919,0 452.95,0 452.96,0 452.969,0 453.01,0 453.02,0 453.05,0 453.07,0 453.08,0 453.09,0 453.13,0 453.15,0 453.17,0 453.19,0 453.21,0 453.219,0 453.25,0 453.27,0 453.28,0 453.289,0 453.31,0 453.33,0 453.349,0 453.37,0 453.409,0 453.43,0 453.44,0 453.469,0 453.479,0 453.49,0 453.52,0 453.53,0 453.57,0 453.58,0 453.61,0 453.62,0 453.63,0 453.67,0 453.69,0 453.7,0 453.71,0 453.75,0 453.76,0 453.789,0 453.799,0 453.82,0 453.83,0 453.87,0 453.88,0 453.9,0 453.93,0 453.94,0 453.95,0 453.99,0 454.01,0 454.02,0 454.05,0 454.06,0 454.07,0 454.11,0 454.13,0 454.14,0 454.17,0 454.19,0 454.2,0 454.23,0 454.24,0 454.27,0 454.28,0 454.289,0 454.31,0 454.33,0 454.349,0 454.38,0 454.39,0 454.419,0 454.45,0 454.46,0 454.469,0 454.49,0 454.53,0 454.539,0 454.56,0 454.59,0 454.599,0 454.63,0 454.65,0 454.659,0 454.69,0 454.7,0 454.71,0 454.75,0 454.76,0 454.77,0 454.799,0 454.81,0 454.83,0 454.859,0 454.89,0 454.9,0 454.93,0 454.94,0 454.969,0 454.979,0 455.01,0 455.02,0 455.05,0 455.06,0 455.09,0 455.11,0 455.12,0 455.13,0 455.15,0 455.19,0 455.21,0 455.219,0 455.24,0 455.25,0 455.289,0 455.299,0 455.31,0 455.33,0 455.349,0 455.37,0 455.4,0 455.43,0 455.44,0 455.469,0 455.479,0 455.51,0 455.52,0 455.55,0 455.56,0 455.59,0 455.599,0 455.61,0 455.64,0 455.67,0 455.68,0 455.7,0 455.71,0 455.75,0 455.77,0 455.789,0 455.799,0 455.81,0 455.83,0 455.859,0 455.89,0 455.9,0 455.919,0 455.95,0 455.969,0 455.979,0 455.99,0 456.03,0 456.039,0 456.07,0 456.08,0 456.11,0 456.12,0 456.13,0 456.15,0 456.19,0 456.21,0 456.219,0 456.25,0 456.26,0 456.27,0 456.289,0 456.31,0 456.33,0 456.349,0 456.38,0 456.39,0 456.43,0 456.44,0 456.469,0 456.479,0 456.49,0 456.51,0 456.55,0 456.57,0 456.59,0 456.599,0 456.63,0 456.65,0 456.659,0 456.67,0 456.69,0 456.73,0 456.74,0 456.75,0 456.789,0 456.81,0 456.82,0 456.83,0 456.87,0 456.88,0 456.909,0 456.919,0 456.93,0 456.969,0 456.979,0 456.99,0 457.03,0 457.039,0 457.07,0 457.09,0 457.11,0 457.13,0 457.14,0 457.15,0 457.19,0 457.21,0 457.23,0 457.24,0 457.25,0 457.27,0 457.289,0 457.31,0 457.33,0 457.37,0 457.39,0 457.4,0 457.419,0 457.44,0 457.45,0 457.479,0 457.49,0 457.53,0 457.539,0 457.55,0 457.58,0 457.59,0 457.62,0 457.65,0 457.659,0 457.68,0 457.71,0 457.719,0 457.73,0 457.77,0 457.789,0 457.799,0 457.81,0 457.849,0 457.859,0 457.88,0 457.89,0 457.909,0 457.95,0 457.969,0 457.979,0 457.99,0 458.03,0 458.05,0 458.07,0 458.09,0 458.11,0 458.13,0 458.15,0 458.159,0 458.19,0 458.2,0 458.21,0 458.24,0 458.25,0 458.27,0 458.289,0 458.31,0 458.33,0 458.349,0 458.38,0 458.4,0 458.43,0 458.44,0 458.469,0 458.49,0 458.5,0 458.52,0 458.53,0 458.56,0 458.59,0 458.61,0 458.63,0 458.65,0 458.659,0 458.67,0 458.69,0 458.73,0 458.74,0 458.75,0 458.77,0 458.799,0 458.81,0 458.849,0 458.87,0 458.89,0 458.909,0 458.919,0 458.93,0 458.95,0 458.969,0 459.01,0 459.03,0 459.039,0 459.07,0 459.08,0 459.11,0 459.13,0 459.15,0 459.159,0 459.17,0 459.21,0 459.219,0 459.25,0 459.26,0 459.289,0 459.299,0 459.31,0 459.33,0 459.349,0 459.37,0 459.409,0 459.43,0 459.44,0 459.45,0 459.49,0 459.5,0 459.53,0 459.539,0 459.56,0 459.57,0 459.61,0 459.63,0 459.64,0 459.65,0 459.69,0 459.7,0 459.73,0 459.74,0 459.76,0 459.789,0 459.81,0 459.82,0 459.83,0 459.849,0 459.89,0 459.9,0 459.93,0 459.95,0 459.96,0 459.979,0 460.01,0 460.03,0 460.039,0 460.07,0 460.08,0 460.11,0 460.13,0 460.15,0 460.17,0 460.18,0 460.21,0 460.219,0 460.23,0 460.27,0 460.28,0 460.289,0 460.31,0 460.33,0 460.349,0 460.39,0 460.4,0 460.409,0 460.43,0 460.469,0 460.49,0 460.5,0 460.53,0 460.539,0 460.57,0 460.58,0 460.61,0 460.63,0 460.65,0 460.67,0 460.68,0 460.69,0 460.71,0 460.75,0 460.76,0 460.77,0 460.789,0 460.83,0 460.849,0 460.87,0 460.88,0 460.89,0 460.93,0 460.94,0 460.95,0 460.969,0 461,0 461.03,0 461.039,0 461.07,0 461.09,0 461.099,0 461.13,0 461.15,0 461.17,0 461.18,0 461.19,0 461.21,0 461.23,0 461.27,0 461.28,0 461.289,0 461.31,0 461.33,0 461.37,0 461.38,0 461.39,0 461.409,0 461.45,0 461.469,0 461.479,0 461.51,0 461.52,0 461.53,0 461.57,0 461.58,0 461.61,0 461.62,0 461.65,0 461.67,0 461.68,0 461.71,0 461.719,0 461.75,0 461.77,0 461.78,0 461.81,0 461.82,0 461.849,0 461.859,0 461.89,0 461.909,0 461.93,0 461.95,0 461.969,0 461.979,0 461.99,0 462.03,0 462.05,0 462.07,0 462.08,0 462.09,0 462.11,0 462.15,0 462.17,0 462.19,0 462.2,0 462.21,0 462.23,0 462.27,0 462.289,0 462.299,3.99801751197753 462.31,0 462.33,0 462.349,0 462.37,0 462.39,0 462.409,0 462.45,0 462.46,0 462.49,0 462.51,0 462.53,0 462.55,0 462.57,0 462.59,0 462.599,0 462.62,0 462.65,0 462.67,0 462.68,0 462.69,0 462.71,0 462.75,0 462.76,0 462.77,0 462.789,0 462.82,0 462.849,0 462.859,0 462.89,0 462.909,0 462.93,0 462.94,0 462.969,0 462.979,0 463.01,0 463.03,0 463.039,0 463.07,0 463.09,0 463.099,0 463.13,0 463.15,0 463.17,0 463.19,0 463.2,0 463.23,5.18751032545845 463.24,0 463.25,0 463.289,0 463.299,0 463.31,1.55294895093342 463.33,0 463.349,0 463.37,0 463.39,0 463.43,0 463.44,0 463.469,0 463.49,0 463.5,0 463.53,0 463.539,0 463.57,0 463.58,0 463.599,0 463.61,0 463.64,0 463.67,0 463.68,0 463.71,0 463.719,0 463.75,0 463.76,0 463.789,0 463.799,0 463.83,0 463.84,0 463.87,0 463.88,0 463.909,0 463.93,0 463.95,0 463.969,0 463.979,1.09036841235751 463.99,0 464.01,0 464.03,0 464.06,0 464.09,0 464.11,0 464.13,0 464.15,0 464.17,0 464.19,0 464.2,0 464.23,1.17297207996035 464.24,0 464.25,0 464.289,0 464.31,0 464.32,0 464.33,0 464.349,0 464.37,0 464.409,0 464.419,0 464.43,0 464.45,0 464.469,0 464.51,0 464.52,0 464.55,0 464.57,0 464.58,0 464.59,0 464.62,0 464.65,0 464.67,0 464.68,0 464.69,0 464.71,0 464.75,0 464.76,0 464.77,0 464.799,0 464.83,0 464.84,0 464.859,0 464.89,0 464.9,0 464.909,0 464.95,0 464.969,0 464.99,0 465,0 465.01,0 465.03,0 465.07,0 465.08,0 465.11,0 465.13,0 465.15,0 465.17,0 465.18,0 465.21,0 465.23,0 465.24,0 465.25,1.07384767883694 465.289,0 465.31,1.07384767883694 465.32,0 465.33,0 465.349,0 465.37,0 465.39,0 465.409,0 465.43,0 465.45,0 465.49,0 465.5,0 465.52,0 465.53,0 465.55,0 465.57,0 465.61,0 465.63,0 465.65,0 465.659,0 465.69,0 465.71,0 465.73,0 465.74,0 465.77,0 465.78,0 465.799,0 465.83,0 465.84,0 465.849,0 465.89,0 465.9,0 465.93,0 465.95,0 465.969,0 465.99,0 466,0 466.01,0 466.039,0 466.05,0 466.07,0 466.09,0 466.13,0 466.15,0 466.17,0 466.18,0 466.21,0 466.219,0 466.24,0 466.25,0 466.289,0 466.299,0 466.33,0 466.34,0 466.349,0 466.37,0 466.409,0 466.419,0 466.44,0 466.45,0 466.49,0 466.51,0 466.52,0 466.539,0 466.57,0 466.59,0 466.599,0 466.63,0 466.65,0 466.67,0 466.69,0 466.7,0 466.71,0 466.73,0 466.75,0 466.77,0 466.799,0 466.83,0 466.84,0 466.859,0 466.89,0 466.909,0 466.919,0 466.95,0 466.969,0 466.99,0 467.01,0 467.03,0 467.039,0 467.05,0 467.09,0 467.11,0 467.13,0 467.15,0 467.17,0 467.18,0 467.21,0 467.219,0 467.25,0 467.26,0 467.27,0 467.299,0 467.33,0 467.34,0 467.359,0 467.37,0 467.39,0 467.409,0 467.43,0 467.46,0 467.469,0 467.5,0 467.52,0 467.53,0 467.57,0 467.58,0 467.599,0 467.61,0 467.65,0 467.659,0 467.68,0 467.69,0 467.719,0 467.75,0 467.76,0 467.77,0 467.81,0 467.83,0 467.84,0 467.87,0 467.89,0 467.9,0 467.919,0 467.95,0 467.969,0 467.99,0 468,0 468.03,0 468.05,0 468.06,0 468.07,0 468.09,0 468.13,0 468.14,0 468.15,0 468.19,0 468.2,0 468.219,0 468.25,0 468.26,0 468.27,0 468.289,0 468.33,0 468.34,0 468.359,0 468.37,0 468.39,0 468.409,0 468.43,0 468.469,0 468.479,0 468.51,0 468.52,0 468.55,0 468.56,0 468.59,0 468.61,0 468.63,0 468.64,0 468.67,0 468.69,0 468.7,0 468.71,0 468.73,0 468.75,0 468.789,0 468.81,0 468.83,0 468.84,0 468.849,0 468.89,0 468.9,0 468.909,0 468.94,0 468.969,0 468.979,0 469,0 469.03,0 469.05,0 469.06,0 469.09,0 469.11,0 469.13,0 469.14,0 469.15,0 469.19,0 469.2,0 469.23,0 469.25,0 469.26,0 469.27,0 469.289,0 469.31,0 469.33,0 469.349,0 469.38,0 469.39,0 469.409,0 469.44,0 469.469,0 469.49,0 469.51,0 469.53,0 469.539,0 469.57,0 469.58,0 469.59,0 469.63,0 469.64,0 469.67,0 469.69,0 469.7,0 469.71,0 469.75,0 469.76,0 469.78,0 469.81,0 469.82,0 469.849,0 469.87,0 469.89,0 469.9,0 469.93,0 469.94,0 469.969,0 469.979,0 469.99,0 470.03,0 470.05,0 470.06,0 470.07,0 470.11,0 470.13,0 470.15,0 470.159,0 470.17,0 470.19,0 470.21,0 470.25,0 470.26,0 470.27,0 470.31,0 470.32,0 470.33,0 470.37,0 470.38,0 470.39,0 470.419,0 470.45,0 470.46,0 470.479,0 470.49,0 470.53,0 470.55,0 470.56,0 470.59,0 470.599,0 470.63,0 470.65,0 470.67,0 470.69,0 470.7,0 470.71,0 470.73,0 470.75,0 470.77,0 470.789,0 470.82,0 470.849,0 470.859,0 470.89,0 470.9,0 470.919,0 470.95,0 470.969,0 470.979,0 471.01,0 471.02,0 471.05,0 471.07,0 471.08,0 471.11,0 471.13,0 471.15,0 471.159,0 471.17,0 471.19,0 471.21,0 471.25,0 471.26,0 471.27,0 471.31,0 471.34,0 471.349,0 471.37,0 471.39,0 471.409,0 471.44,0 471.46,0 471.469,0 471.5,0 471.52,0 471.55,0 471.56,0 471.57,0 471.61,0 471.62,0 471.63,0 471.65,0 471.69,0 471.7,0 471.719,0 471.75,0 471.76,0 471.77,0 471.789,0 471.82,0 471.849,0 471.87,0 471.88,0 471.9,0 471.919,0 471.94,0 471.969,0 471.979,0 471.99,0 472.03,0 472.039,0 472.05,0 472.08,0 472.11,0 472.12,0 472.15,0 472.17,0 472.19,0 472.2,0 472.23,0 472.25,0 472.26,0 472.27,0 472.289,0 472.33,0 472.34,0 472.349,0 472.39,0 472.4,0 472.419,0 472.43,0 472.469,0 472.479,0 472.51,0 472.52,0 472.55,0 472.57,0 472.59,0 472.599,0 472.63,0 472.64,0 472.67,0 472.69,0 472.7,0 472.71,0 472.73,0 472.77,0 472.78,0 472.789,0 472.83,0 472.84,0 472.849,0 472.89,0 472.9,0 472.919,0 472.93,0 472.969,0 472.979,0 473.01,0 473.03,0 473.05,0 473.07,0 473.09,0 473.11,0 473.13,0 473.15,0 473.17,0 473.18,0 473.19,0 473.21,0 473.25,0 473.27,0 473.289,0 473.299,0 473.31,0 473.33,0 473.349,0 473.39,0 473.4,0 473.409,0 473.43,0 473.46,0 473.49,0 473.5,0 473.51,0 473.53,0 473.57,0 473.59,0 473.599,0 473.61,0 473.65,0 473.67,0 473.68,0 473.69,0 473.73,0 473.75,0 473.76,0 473.77,0 473.799,0 473.83,0 473.84,0 473.87,0 473.89,0 473.9,0 473.909,0 473.95,0 473.96,0 473.979,0 474.01,0 474.02,0 474.05,0 474.07,0 474.08,0 474.11,0 474.13,0 474.15,0 474.17,0 474.18,0 474.19,0 474.21,0 474.23,0 474.26,0 474.289,0 474.299,0 474.31,0 474.33,0 474.349,0 474.37,0 474.409,0 474.419,0 474.43,0 474.46,0 474.469,0 474.51,0 474.53,0 474.539,0 474.55,0 474.59,0 474.61,0 474.63,0 474.64,0 474.67,0 474.69,0 474.7,0 474.71,0 474.74,0 474.77,0 474.78,0 474.799,0 474.81,0 474.849,0 474.859,0 474.88,0 474.909,0 474.919,0 474.93,0 474.969,0 474.979,0 475,0 475.03,0 475.039,0 475.05,0 475.07,0 475.11,0 475.13,0 475.15,0 475.17,0 475.19,0 475.2,0 475.21,0 475.23,0 475.25,0 475.27,0 475.31,0 475.32,0 475.33,0 475.349,0 475.37,0 475.4,0 475.409,0 475.44,0 475.45,0 475.479,0 475.51,0 475.52,0 475.53,0 475.57,0 475.59,0 475.61,0 475.63,0 475.64,0 475.65,0 475.69,0 475.7,0 475.73,0 475.75,0 475.76,0 475.789,0 475.799,0 475.81,0 475.849,0 475.87,0 475.89,0 475.9,0 475.93,0 475.94,0 475.95,0 475.979,0 476.01,0 476.03,0 476.039,0 476.06,0 476.09,0 476.099,0 476.13,0 476.15,0 476.17,0 476.19,0 476.2,0 476.21,0 476.23,0 476.27,0 476.28,0 476.289,0 476.32,0 476.33,0 476.349,0 476.38,0 476.39,0 476.43,0 476.44,0 476.45,0 476.479,0 476.49,0 476.52,0 476.55,0 476.57,0 476.59,0 476.61,0 476.62,0 476.63,0 476.65,0 476.69,0 476.7,0 476.73,0 476.74,0 476.75,0 476.77,0 476.799,0 476.82,0 476.83,0 476.849,0 476.88,0 476.909,0 476.919,0 476.93,0 476.969,0 476.99,0 477,0 477.03,0 477.039,0 477.07,0 477.08,0 477.099,0 477.13,0 477.15,0 477.17,0 477.19,0 477.21,0 477.219,0 477.23,0 477.27,0 477.28,0 477.289,0 477.31,0 477.349,0 477.359,0 477.37,0 477.39,0 477.43,0 477.44,0 477.45,0 477.49,0 477.5,0 477.51,0 477.55,0 477.56,0 477.57,0 477.61,0 477.63,0 477.65,0 477.659,0 477.67,0 477.71,0 477.719,0 477.75,0 477.77,0 477.789,0 477.799,0 477.81,0 477.83,0 477.859,0 477.87,0 477.909,0 477.919,0 477.95,0 477.96,0 477.99,0 478,0 478.03,0 478.039,0 478.07,0 478.08,0 478.09,0 478.13,0 478.15,0 478.17,0 478.19,0 478.21,0 478.219,0 478.25,0 478.26,0 478.289,0 478.299,15.4799273087725 478.32,0 478.33,0 478.349,0 478.37,0 478.39,0 478.409,0 478.43,0 478.45,0 478.479,0 478.5,0 478.51,0 478.539,0 478.57,0 478.58,0 478.61,0 478.62,0 478.65,0 478.659,0 478.68,0 478.69,0 478.73,0 478.74,0 478.75,0 478.789,0 478.799,0 478.83,0 478.84,0 478.87,0 478.88,0 478.9,0 478.909,0 478.94,0 478.95,0 478.979,0 479.01,0 479.03,0 479.039,0 479.07,0 479.09,0 479.11,0 479.12,0 479.15,0 479.17,0 479.19,0 479.21,0 479.219,0 479.23,0 479.27,0 479.289,0 479.299,2.99025276722286 479.31,0 479.33,0 479.349,0 479.37,0 479.39,0 479.419,0 479.43,0 479.45,0 479.49,0 479.5,0 479.53,0 479.539,0 479.57,0 479.58,0 479.61,0 479.62,0 479.64,0 479.659,0 479.69,0 479.7,0 479.71,0 479.75,0 479.77,0 479.789,0 479.799,0 479.82,0 479.83,0 479.87,0 479.88,0 479.909,0 479.93,0 479.94,0 479.969,0 479.979,0 479.99,0 480.03,0 480.05,0 480.06,0 480.09,0 480.11,0 480.12,0 480.15,0 480.17,0 480.19,0 480.21,0 480.23,0 480.24,0 480.27,0 480.28,0 480.31,9.00379976870973 480.32,0 480.33,0 480.349,0 480.37,0 480.39,0 480.409,0 480.43,0 480.45,0 480.49,0 480.51,0 480.52,0 480.55,0 480.57,0 480.59,0 480.61,0 480.63,0 480.64,0 480.67,0 480.68,0 480.69,0 480.71,0 480.73,0 480.77,0 480.78,0 480.789,0 480.83,0 480.849,0 480.859,0 480.87,0 480.909,0 480.919,0 480.95,0 480.96,0 480.979,0 480.99,0 481.03,0 481.039,0 481.05,0 481.07,0 481.09,0 481.13,0 481.15,0 481.17,0 481.19,0 481.21,0 481.23,0 481.24,2.0320502230299 481.25,0 481.27,0 481.31,0 481.32,2.01552948950933 481.33,0 481.349,0 481.37,0 481.39,0 481.409,0 481.45,0 481.46,0 481.469,0 481.49,0 481.52,0 481.539,0 481.55,0 481.59,0 481.599,0 481.63,0 481.64,0 481.659,0 481.69,0 481.7,0 481.73,0 481.74,0 481.77,0 481.789,0 481.799,0 481.81,0 481.83,0 481.87,0 481.88,0 481.909,0 481.919,0 481.93,0 481.969,0 481.979,0 481.99,0 482.03,0 482.05,0 482.06,0 482.07,0 482.11,0 482.13,0 482.15,0 482.17,0 482.19,0 482.21,0 482.23,0 482.24,0 482.27,0 482.28,0 482.31,0 482.32,0 482.33,0 482.349,0 482.37,0 482.4,0 482.43,0 482.44,0 482.45,0 482.469,0 482.5,0 482.53,0 482.55,0 482.57,0 482.58,0 482.61,0 482.62,0 482.65,0 482.67,0 482.68,0 482.69,0 482.71,0 482.74,0 482.75,0 482.77,0 482.789,0 482.83,0 482.84,0 482.859,0 482.89,0 482.9,0 482.919,0 482.95,0 482.96,0 482.979,0 483.01,0 483.03,0 483.05,0 483.06,0 483.07,0 483.11,0 483.13,0 483.15,0 483.159,0 483.17,0 483.21,0 483.23,0 483.25,0 483.27,0 483.28,0 483.289,0 483.31,0 483.33,0 483.349,0 483.38,0 483.4,0 483.409,0 483.44,0 483.469,0 483.479,0 483.51,0 483.52,0 483.55,0 483.56,0 483.59,0 483.599,0 483.61,0 483.65,0 483.67,0 483.68,0 483.69,0 483.719,0 483.73,0 483.77,0 483.78,0 483.81,0 483.82,0 483.84,0 483.859,0 483.87,0 483.909,0 483.93,0 483.95,0 483.969,0 483.979,0 483.99,0 484.01,0 484.05,0 484.06,0 484.07,0 484.09,0 484.13,0 484.15,0 484.17,0 484.19,0 484.21,0 484.219,0 484.25,0 484.27,0 484.28,0 484.289,0 484.31,0 484.33,0 484.349,0 484.37,0 484.39,0 484.409,0 484.45,0 484.469,0 484.479,0 484.5,0 484.51,0 484.55,0 484.57,0 484.58,0 484.61,0 484.63,0 484.65,0 484.67,0 484.68,0 484.69,0 484.71,0 484.73,0 484.75,0 484.789,0 484.81,0 484.82,0 484.84,0 484.87,0 484.88,0 484.909,0 484.919,0 484.95,0 484.969,0 484.979,0 485,0 485.01,0 485.05,0 485.07,0 485.08,0 485.11,0 485.13,0 485.15,0 485.159,0 485.17,0 485.21,0 485.23,0 485.25,0 485.27,0 485.28,0 485.289,0 485.33,0 485.34,0 485.349,0 485.37,0 485.39,0 485.43,0 485.44,0 485.46,0 485.479,0 485.51,0 485.52,0 485.55,0 485.56,0 485.57,0 485.61,0 485.63,0 485.64,0 485.659,0 485.69,0 485.7,0 485.71,0 485.75,0 485.77,0 485.78,0 485.81,0 485.83,0 485.849,0 485.859,0 485.89,0 485.909,0 485.919,0 485.95,0 485.969,0 485.979,0 485.99,0 486.01,0 486.05,0 486.07,0 486.08,0 486.11,0 486.13,0 486.15,0 486.17,0 486.19,0 486.21,0 486.23,0 486.24,0 486.27,0 486.28,0 486.289,0 486.33,0 486.34,0 486.349,0 486.37,0 486.39,0 486.409,0 486.45,0 486.46,0 486.479,0 486.51,0 486.52,0 486.539,0 486.57,0 486.58,0 486.61,0 486.63,0 486.65,0 486.659,0 486.69,0 486.7,0 486.71,0 486.73,0 486.76,0 486.789,0 486.799,0 486.81,0 486.849,0 486.87,0 486.88,0 486.89,0 486.909,0 486.93,0 486.969,0 486.979,0 486.99,0 487.03,0 487.039,0 487.07,0 487.08,0 487.11,0 487.13,0 487.15,0 487.17,0 487.18,0 487.19,0 487.23,0 487.24,0 487.27,0 487.28,0 487.289,0 487.33,0 487.34,0 487.349,0 487.37,0 487.39,0 487.43,0 487.44,0 487.45,0 487.49,0 487.51,0 487.52,0 487.53,0 487.57,0 487.58,0 487.599,0 487.63,0 487.64,0 487.65,0 487.68,0 487.69,0 487.73,0 487.74,0 487.75,0 487.77,0 487.81,0 487.82,0 487.849,0 487.859,0 487.89,0 487.9,0 487.93,0 487.95,0 487.969,0 487.979,0 487.99,0 488.03,0 488.039,0 488.05,0 488.09,0 488.11,0 488.12,0 488.15,0 488.159,0 488.19,0 488.2,0 488.21,0 488.23,0 488.27,0 488.28,0 488.31,0 488.32,0 488.33,0 488.349,0 488.37,0 488.409,0 488.419,0 488.44,0 488.45,0 488.49,0 488.5,0 488.53,0 488.55,0 488.56,0 488.57,0 488.61,0 488.63,0 488.65,0 488.659,0 488.69,0 488.7,0 488.71,0 488.73,0 488.76,0 488.78,0 488.789,0 488.83,0 488.84,0 488.87,0 488.88,0 488.9,0 488.93,0 488.94,0 488.969,0 488.979,0 489.01,0 489.02,0 489.03,0 489.07,0 489.08,0 489.11,0 489.13,0 489.15,0 489.17,0 489.19,0 489.2,0 489.21,0 489.25,0 489.26,0 489.27,0 489.31,0 489.32,0 489.34,0 489.349,0 489.37,0 489.39,0 489.409,0 489.44,0 489.45,0 489.49,0 489.5,0 489.51,0 489.539,0 489.57,0 489.58,0 489.61,0 489.63,0 489.64,0 489.65,0 489.69,0 489.7,0 489.73,0 489.74,0 489.75,0 489.789,0 489.799,0 489.83,0 489.84,0 489.859,0 489.87,0 489.909,0 489.919,0 489.93,0 489.969,0 489.99,0 490.01,0 490.02,0 490.05,0 490.06,0 490.07,0 490.09,0 490.13,0 490.15,0 490.17,0 490.18,0 490.19,0 490.21,0 490.23,0 490.26,0 490.289,0 490.299,0 490.33,0 490.34,0 490.349,0 490.37,0 490.39,0 490.409,0 490.45,0 490.46,0 490.49,0 490.51,0 490.52,0 490.55,0 490.57,0 490.59,0 490.599,0 490.63,0 490.64,0 490.67,0 490.68,0 490.69,0 490.71,0 490.73,0 490.77,0 490.789,0 490.799,0 490.81,0 490.83,0 490.849,0 490.88,0 490.909,0 490.919,0 490.95,0 490.96,0 490.99,0 491.01,0 491.03,0 491.05,0 491.06,0 491.07,0 491.11,0 491.13,0 491.15,0 491.17,0 491.18,0 491.19,0 491.219,0 491.23,0 491.27,0 491.28,0 491.289,0 491.31,0 491.33,0 491.349,0 491.37,0 491.39,0 491.43,0 491.44,0 491.45,0 491.479,0 491.49,0 491.53,0 491.539,0 491.56,0 491.58,0 491.599,0 491.61,0 491.65,0 491.67,0 491.68,0 491.71,0 491.73,0 491.75,0 491.76,0 491.789,0 491.799,0 491.81,0 491.83,0 491.87,0 491.89,0 491.909,0 491.919,0 491.93,0 491.96,0 491.99,0 492.01,0 492.02,0 492.05,0 492.07,0 492.08,0 492.11,0 492.12,0 492.15,0 492.17,0 492.19,0 492.2,0 492.219,0 492.23,0 492.27,0 492.28,0 492.31,0 492.32,0 492.33,0 492.349,0 492.37,0 492.4,0 492.419,0 492.43,0 492.46,0 492.469,0 492.51,0 492.52,0 492.53,0 492.56,0 492.59,0 492.599,0 492.63,0 492.65,0 492.659,0 492.69,0 492.71,0 492.719,0 492.73,0 492.75,0 492.789,0 492.799,0 492.81,0 492.83,0 492.859,0 492.89,0 492.9,0 492.909,0 492.95,0 492.969,0 492.979,0 492.99,0 493.03,0 493.05,0 493.06,0 493.07,0 493.11,0 493.12,0 493.15,0 493.17,0 493.19,0 493.2,0 493.21,0 493.23,0 493.25,0 493.289,0 493.299,0 493.32,0 493.33,0 493.349,0 493.38,0 493.39,0 493.409,0 493.44,0 493.469,0 493.479,0 493.5,0 493.51,0 493.539,0 493.57,0 493.58,0 493.59,0 493.63,0 493.64,0 493.659,0 493.69,0 493.71,0 493.73,0 493.75,0 493.77,0 493.789,0 493.799,0 493.81,0 493.84,0 493.87,0 493.88,0 493.909,0 493.93,0 493.94,0 493.96,0 493.979,0 493.99,0 494.03,0 494.05,0 494.06,0 494.07,0 494.09,0 494.13,0 494.15,0 494.17,0 494.18,0 494.21,0 494.23,0 494.24,0 494.25,0 494.289,0 494.299,0 494.33,0 494.34,0 494.349,0 494.37,0 494.39,0 494.419,0 494.45,0 494.469,0 494.479,0 494.49,0 494.52,0 494.539,0 494.57,0 494.59,0 494.61,0 494.62,0 494.63,0 494.65,0 494.69,0 494.71,0 494.719,0 494.73,0 494.76,0 494.77,0 494.799,0 494.81,0 494.849,0 494.859,0 494.87,0 494.909,0 494.919,0 494.95,0 494.96,0 494.99,0 495.01,0 495.03,0 495.05,0 495.06,0 495.07,0 495.11,0 495.13,0 495.14,0 495.17,0 495.19,0 495.21,0 495.219,0 495.23,0 495.25,0 495.289,0 495.299,0 495.31,0 495.33,0 495.359,0 495.37,0 495.39,0 495.419,0 495.43,0 495.469,0 495.49,0 495.5,0 495.53,0 495.539,0 495.55,0 495.57,0 495.61,0 495.62,0 495.65,0 495.659,0 495.67,0 495.69,0 495.719,0 495.75,0 495.77,0 495.78,0 495.789,0 495.83,0 495.84,0 495.87,0 495.88,0 495.89,0 495.93,0 495.95,0 495.969,0 495.979,0 496.01,0 496.03,0 496.039,0 496.05,0 496.09,0 496.099,0 496.13,0 496.14,0 496.17,0 496.19,0 496.21,0 496.219,0 496.25,0 496.26,0 496.27,0 496.289,0 496.31,0 496.33,0 496.359,0 496.37,0 496.409,0 496.419,0 496.45,0 496.46,0 496.469,0 496.51,0 496.52,0 496.55,0 496.56,0 496.59,0 496.61,0 496.62,0 496.63,0 496.659,0 496.69,0 496.7,0 496.71,0 496.73,0 496.76,0 496.789,0 496.799,0 496.82,0 496.849,0 496.859,0 496.88,0 496.909,0 496.919,0 496.93,0 496.969,0 496.99,0 497.01,0 497.02,0 497.05,0 497.07,0 497.09,0 497.099,0 497.13,0 497.14,0 497.15,0 497.19,0 497.21,0 497.23,0 497.25,0 497.26,0 497.27,0 497.289,0 497.31,0 497.33,0 497.349,0 497.39,0 497.4,0 497.419,0 497.43,0 497.46,0 497.49,0 497.5,0 497.53,0 497.539,0 497.56,0 497.58,0 497.61,0 497.62,0 497.65,0 497.659,0 497.69,0 497.7,0 497.73,0 497.75,0 497.77,0 497.789,0 497.799,0 497.81,0 497.83,0 497.859,0 497.89,0 497.909,0 497.93,0 497.95,0 497.96,0 497.99,0 498,0 498.03,0 498.039,0 498.05,0 498.07,0 498.11,0 498.13,0 498.15,0 498.159,0 498.19,0 498.21,0 498.23,0 498.25,0 498.26,0 498.27,0 498.31,0 498.32,0 498.33,0 498.349,0 498.37,0 498.39,0 498.43,0 498.45,0 498.46,0 498.469,0 498.51,0 498.53,0 498.539,0 498.56,0 498.59,0 498.61,0 498.63,0 498.64,0 498.65,0 498.67,0 498.7,0 498.73,0 498.74,0 498.75,0 498.789,0 498.799,0 498.83,0 498.84,0 498.849,0 498.89,0 498.9,0 498.93,0 498.95,0 498.96,0 498.979,0 498.99,0 499.03,0 499.05,0 499.07,0 499.08,0 499.11,0 499.13,0 499.15,0 499.159,0 499.17,0 499.2,0 499.23,0 499.25,0 499.27,0 499.28,0 499.289,0 499.32,0 499.349,0 499.359,0 499.37,0 499.39,0 499.419,0 499.43,0 499.45,0 499.479,0 499.49,0 499.52,0 499.55,0 499.56,0 499.59,0 499.61,0 499.62,0 499.64,0 499.67,0 499.68,0 499.71,0 499.73,0 499.74,0 499.77,0 499.78,0 499.789,0 499.81,0 499.849,0 499.859,0 499.89,0 499.909,0 499.919,0 499.94,0 499.95,0 499.979,0 500.01,0 500.02,0 500.03,0 500.05,0 500.09,0 500.11,0 500.13,0 500.15,0 500.17,0 500.18,0 500.21,0 500.23,0 500.25,0 500.27,0 500.28,5.40227986122584 500.289,0 500.31,0 500.33,0 500.349,0 500.37,0 500.39,0 500.409,0 500.43,0 500.46,0 500.479,0 500.51,0 500.52,0 500.55,0 500.57,0 500.59,0 500.61,0 500.63,0 500.64,0 500.65,0 500.67,0 500.7,0 500.71,0 500.75,0 500.77,0 500.78,0 500.789,0 500.81,0 500.849,0 500.859,0 500.88,0 500.909,0 500.919,0 500.93,0 500.969,0 500.979,0 501.01,0 501.02,0 501.05,0 501.06,0 501.09,0 501.099,0 501.13,0 501.15,0 501.17,0 501.19,0 501.2,0 501.21,0 501.25,0 501.27,0 501.28,0 501.289,0 501.31,0 501.33,0 501.349,0 501.37,0 501.39,0 501.43,0 501.44,0 501.46,0 501.479,0 501.49,0 501.52,0 501.55,0 501.56,0 501.59,0 501.61,0 501.63,0 501.64,0 501.67,0 501.69,0 501.71,0 501.719,0 501.73,0 501.77,0 501.78,0 501.789,0 501.83,0 501.84,0 501.87,0 501.88,0 501.909,0 501.93,0 501.95,0 501.96,0 501.969,0 501.99,0 502.03,0 502.05,0 502.06,0 502.09,0 502.099,0 502.13,0 502.15,0 502.17,0 502.19,0 502.2,0 502.21,0 502.23,0 502.27,0 502.289,0 502.299,0 502.31,0 502.33,0 502.349,0 502.37,0 502.39,0 502.419,0 502.43,0 502.45,0 502.479,0 502.51,0 502.52,0 502.55,0 502.56,0 502.59,0 502.61,0 502.63,0 502.64,0 502.65,0 502.67,0 502.69,0 502.71,0 502.74,0 502.77,0 502.78,0 502.789,0 502.83,0 502.849,0 502.859,0 502.87,0 502.909,0 502.919,0 502.94,0 502.95,0 502.979,0 503.01,0 503.02,0 503.03,0 503.05,0 503.08,0 503.09,0 503.13,0 503.15,0 503.17,0 503.19,0 503.21,0 503.219,0 503.23,0 503.27,0 503.289,0 503.299,0 503.31,0 503.349,0 503.359,0 503.37,0 503.39,0 503.419,0 503.43,0 503.469,0 503.49,0 503.51,0 503.52,0 503.55,0 503.56,0 503.58,0 503.59,0 503.63,0 503.64,0 503.659,0 503.67,0 503.71,0 503.719,0 503.73,0 503.77,0 503.789,0 503.799,0 503.83,0 503.849,0 503.859,0 503.87,0 503.909,0 503.93,0 503.94,0 503.95,0 503.99,0 504,0 504.03,0 504.039,0 504.05,0 504.08,0 504.09,0 504.13,0 504.15,0 504.159,0 504.19,0 504.21,0 504.219,0 504.23,0 504.27,0 504.28,0 504.31,0 504.32,0 504.33,0 504.349,0 504.37,0 504.4,0 504.409,0 504.43,0 504.469,0 504.479,0 504.49,0 504.51,0 504.55,0 504.57,0 504.58,0 504.61,0 504.63,0 504.64,0 504.65,0 504.67,0 504.69,0 504.73,0 504.75,0 504.77,0 504.789,0 504.81,0 504.82,0 504.83,0 504.849,0 504.89,0 504.909,0 504.919,0 504.95,0 504.96,0 504.99,0 505,0 505.03,0 505.039,0 505.06,0 505.07,0 505.099,0 505.13,0 505.15,0 505.159,0 505.19,0 505.21,0 505.23,0 505.24,0 505.25,0 505.289,0 505.31,0 505.32,0 505.33,0 505.349,0 505.37,0 505.39,0 505.409,0 505.43,0 505.469,0 505.49,0 505.5,0 505.51,0 505.55,0 505.56,0 505.58,0 505.61,0 505.63,0 505.64,0 505.65,0 505.69,0 505.71,0 505.719,0 505.73,0 505.75,0 505.789,0 505.81,0 505.82,0 505.83,0 505.849,0 505.89,0 505.909,0 505.919,0 505.95,0 505.96,0 505.99,0 506,0 506.01,0 506.05,0 506.06,0 506.07,0 506.09,0 506.13,0 506.15,0 506.17,0 506.19,0 506.21,0 506.23,0 506.24,0 506.27,1.38774161572774 506.289,3.7006443086073 506.299,0 506.33,1.61903188501569 506.349,1.18949281348092 506.359,0 506.37,0 506.39,0 506.409,0 506.43,0 506.45,0 506.469,0 506.5,0 506.51,0 506.53,0 506.57,0 506.58,0 506.61,0 506.63,0 506.64,0 506.65,0 506.69,0 506.7,0 506.71,0 506.73,0 506.77,0 506.789,0 506.81,0 506.82,0 506.83,0 506.859,0 506.87,0 506.89,0 506.93,0 506.95,0 506.96,0 506.99,0 507,0 507.03,0 507.05,0 507.06,0 507.08,0 507.11,0 507.13,0 507.14,0 507.17,0 507.18,0 507.19,0 507.23,0 507.25,0 507.27,1.00776474475467 507.289,0 507.299,0 507.33,0 507.34,0 507.349,0 507.37,0 507.39,0 507.409,0 507.45,0 507.46,0 507.469,0 507.49,0 507.51,0 507.539,0 507.55,0 507.59,0 507.599,0 507.61,0 507.64,0 507.659,0 507.69,0 507.71,0 507.719,0 507.73,0 507.75,0 507.789,0 507.799,0 507.82,0 507.849,0 507.859,0 507.87,0 507.909,0 507.919,0 507.95,0 507.96,0 507.969,0 508,0 508.01,0 508.03,0 508.07,0 508.09,0 508.099,0 508.13,0 508.15,0 508.17,0 508.19,0 508.21,0 508.219,0 508.25,0 508.26,0 508.289,0 508.299,0 508.33,0 508.34,0 508.349,0 508.37,0 508.39,0 508.419,0 508.43,0 508.45,0 508.469,0 508.51,0 508.53,0 508.539,0 508.57,0 508.58,0 508.61,0 508.63,0 508.64,0 508.67,0 508.69,0 508.7,0 508.71,0 508.73,0 508.75,0 508.78,0 508.81,0 508.82,0 508.83,0 508.87,0 508.88,0 508.89,0 508.93,0 508.94,0 508.969,0 508.979,0 509.01,0 509.03,0 509.039,0 509.05,0 509.07,0 509.11,0 509.13,0 509.14,0 509.15,0 509.19,0 509.2,0 509.23,0 509.25,0 509.26,0 509.289,0 509.299,0 509.33,0 509.34,0 509.349,0 509.37,0 509.39,0 509.43,0 509.44,0 509.46,0 509.469,0 509.49,0 509.51,0 509.539,0 509.57,0 509.59,0 509.599,0 509.61,0 509.64,0 509.67,0 509.68,0 509.71,0 509.719,0 509.73,0 509.75,0 509.789,0 509.81,0 509.82,0 509.83,0 509.87,0 509.88,0 509.909,0 509.93,0 509.95,0 509.96,0 509.969,0 510.01,0 510.03,0 510.039,0 510.05,0 510.09,0 510.099,0 510.13,0 510.15,0 510.159,0 510.19,0 510.2,0 510.23,0 510.24,0 510.26,0 510.289,0 510.299,0 510.31,0 510.34,0 510.349,0 510.37,0 510.409,0 510.43,0 510.44,0 510.45,0 510.49,0 510.5,0 510.51,0 510.55,0 510.57,0 510.59,0 510.599,0 510.63,0 510.64,0 510.67,0 510.68,0 510.69,0 510.71,0 510.74,0 510.75,0 510.789,0 510.799,0 510.81,0 510.849,0 510.859,0 510.89,0 510.9,0 510.93,0 510.94,0 510.969,0 510.979,0 511.01,0 511.03,0 511.039,0 511.05,0 511.07,0 511.11,0 511.12,0 511.15,0 511.17,0 511.18,0 511.19,0 511.23,0 511.25,0 511.27,0 511.289,0 511.299,0 511.33,0 511.34,0 511.349,0 511.37,0 511.39,0 511.419,0 511.43,0 511.46,0 511.49,0 511.5,0 511.53,0 511.539,0 511.56,0 511.59,0 511.599,0 511.63,0 511.65,0 511.659,0 511.69,0 511.7,0 511.73,0 511.74,0 511.76,0 511.789,0 511.799,0 511.82,0 511.849,0 511.859,0 511.89,0 511.9,0 511.909,0 511.95,0 511.969,0 511.979,0 512.01,0 512.03,0 512.039,0 512.049,0 512.069,0 512.11,0 512.13,0 512.15,0 512.169,0 512.179,0 512.21,0 512.23,0 512.25,0 512.26,0 512.28,0 512.299,0 512.33,0 512.34,0 512.35,0 512.37,0 512.39,0 512.409,0 512.438,0 512.47,0 512.48,0 512.51,0 512.52,0 512.539,0 512.569,0 512.59,0 512.61,0 512.63,0 512.65,0 512.669,0 512.679,0 512.698,0 512.71,0 512.73,0 512.75,0 512.77,0 512.799,0 512.83,0 512.84,0 512.86,0 512.89,0 512.9,0 512.929,0 512.95,0 512.96,0 512.98,0 512.99,0 513.03,0 513.039,0 513.069,0 513.078,0 513.11,0 513.13,0 513.15,0 513.169,0 513.179,0 513.189,0 513.23,0 513.25,0 513.26,0 513.27,0 513.299,0 513.308,0 513.35,0 513.36,0 513.37,0 513.39,0 513.419,0 513.429,0 513.47,0 513.48,0 513.5,0 513.51,0 513.53,0 513.569,0 513.59,0 513.61,0 513.63,0 513.64,0 513.669,0 513.689,0 513.698,0 513.71,0 513.75,0 513.76,0 513.77,0 513.799,0 513.808,0 513.84,0 513.85,0 513.87,0 513.909,0 513.919,0 513.95,0 513.97,0 513.98,0 514.01,0 514.03,0 514.039,0 514.069,0 514.09,0 514.1,0 514.13,0 514.15,0 514.169,0 514.179,0 514.21,0 514.22,0 514.25,0 514.26,0 514.27,0 514.299,0 514.308,0 514.35,0 514.36,0 514.37,0 514.39,0 514.419,0 514.429,0 514.46,0 514.48,0 514.51,0 514.53,0 514.549,0 514.569,0 514.578,0 514.61,0 514.62,0 514.65,0 514.659,0 514.689,0 514.698,0 514.71,0 514.73,0 514.77,0 514.78,0 514.799,0 514.808,0 514.83,0 514.87,0 514.89,0 514.909,0 514.919,0 514.938,0 514.96,0 514.97,0 514.99,0 515.03,0 515.049,0 515.069,0 515.078,0 515.11,0 515.13,0 515.15,0 515.169,0 515.179,0 515.189,0 515.21,0 515.25,0 515.27,0 515.28,0 515.299,0 515.308,0 515.33,0 515.36,0 515.37,0 515.39,0 515.409,0 515.45,0 515.47,0 515.48,0 515.5,0 515.51,0 515.549,0 515.558,0 515.59,0 515.61,0 515.62,0 515.64,0 515.669,0 515.689,0 515.698,0 515.73,0 515.74,0 515.75,0 515.77,0 515.799,0 515.808,0 515.85,0 515.87,0 515.89,0 515.9,0 515.929,0 515.938,0 515.95,0 515.98,0 516.01,0 516.03,0 516.039,0 516.059,0 516.068,0 516.09,0 516.12,0 516.15,0 516.169,0 516.189,0 516.21,0 516.22,0 516.23,0 516.27,0 516.28,0 516.299,0 516.33,0 516.34,0 516.35,0 516.37,0 516.4,0 516.409,0 516.438,0 516.45,0 516.48,0 516.49,0 516.52,0 516.53,0 516.559,0 516.568,0 516.61,0 516.62,0 516.63,0 516.65,0 516.689,0 516.698,0 516.73,0 516.74,0 516.75,0 516.78,0 516.799,0 516.83,0 516.84,0 516.85,0 516.89,0 516.9,0 516.929,0 516.938,0 516.96,0 516.97,0 517,0 517.01,0 517.039,0 517.059,0 517.068,0 517.1,0 517.13,0 517.15,0 517.169,0 517.189,0 517.198,0 517.22,0 517.23,0 517.25,0 517.28,0 517.299,0 517.308,0 517.34,0 517.37,0 517.38,0 517.39,0 517.409,0 517.438,0 517.46,0 517.47,0 517.5,0 517.53,0 517.539,0 517.559,0 517.568,0 517.59,0 517.63,0 517.64,0 517.65,0 517.679,0 517.71,0 517.73,0 517.75,0 517.77,0 517.78,0 517.799,0 517.83,0 517.84,0 517.86,0 517.89,0 517.9,0 517.919,0 517.929,0 517.96,0 517.98,0 517.99,0 518.03,0 518.039,0 518.059,0 518.068,0 518.09,0 518.13,0 518.15,0 518.169,0 518.189,0 518.198,0 518.23,0 518.24,0 518.25,0 518.27,0 518.299,0 518.308,0 518.33,0 518.35,0 518.38,0 518.39,0 518.409,0 518.45,0 518.47,0 518.48,0 518.5,0 518.51,0 518.53,0 518.559,0 518.59,0 518.61,0 518.62,0 518.63,0 518.65,0 518.669,0 518.71,0 518.72,0 518.73,0 518.75,0 518.78,0 518.799,0 518.83,0 518.84,0 518.85,0 518.88,0 518.909,0 518.929,0 518.938,0 518.97,0 518.99,0 519,0 519.01,0 519.03,0 519.059,0 519.068,0 519.09,0 519.13,0 519.15,0 519.169,0 519.179,0 519.189,0 519.21,0 519.23,0 519.25,0 519.27,0 519.299,0 519.308,0 519.33,0 519.35,0 519.37,0 519.39,0 519.409,0 519.438,0 519.47,0 519.48,0 519.51,0 519.52,0 519.539,0 519.559,0 519.59,0 519.6,0 519.61,0 519.65,0 519.669,0 519.689,0 519.698,0 519.73,0 519.74,0 519.77,0 519.78,0 519.799,0 519.808,0 519.83,0 519.87,0 519.89,0 519.909,0 519.919,0 519.938,0 519.95,0 519.99,0 520,0 520.02,0 520.03,0 520.059,0 520.068,0 520.1,0 520.13,0 520.15,0 520.169,0 520.189,0 520.21,0 520.22,1.17297207996035 520.23,0 520.25,0 520.27,0 520.299,0 520.308,0 520.34,0 520.35,0 520.37,0 520.39,0 520.429,0 520.45,0 520.47,0 520.49,0 520.5,0 520.52,0 520.539,0 520.559,0 520.59,0 520.61,0 520.63,0 520.64,0 520.65,0 520.669,0 520.71,0 520.72,0 520.73,0 520.75,0 520.77,0 520.799,0 520.808,0 520.84,0 520.85,0 520.88,0 520.909,0 520.929,0 520.938,0 520.95,0 520.99,0 521.01,0 521.02,0 521.03,0 521.059,0 521.068,0 521.11,0 521.13,0 521.15,0 521.169,0 521.189,0 521.21,0 521.22,0 521.23,0 521.25,0 521.27,0 521.299,0 521.308,0 521.35,0 521.36,0 521.37,0 521.39,0 521.429,0 521.438,0 521.46,0 521.49,0 521.5,0 521.52,0 521.53,0 521.559,0 521.568,0 521.59,0 521.61,0 521.65,0 521.669,0 521.689,0 521.698,0 521.71,0 521.75,0 521.77,0 521.78,0 521.799,0 521.808,0 521.83,0 521.87,0 521.89,0 521.909,0 521.929,0 521.938,0 521.95,0 521.98,0 521.99,0 522.02,0 522.03,0 522.059,0 522.068,0 522.11,0 522.12,0 522.15,0 522.169,0 522.189,0 522.21,0 522.23,0 522.25,0 522.27,0 522.28,0 522.289,0 522.299,0 522.33,0 522.35,0 522.37,0 522.4,0 522.409,0 522.45,0 522.46,0 522.49,0 522.5,0 522.51,0 522.539,0 522.559,0 522.59,0 522.6,0 522.63,0 522.64,0 522.65,0 522.679,0 522.71,0 522.72,0 522.75,0 522.76,0 522.77,0 522.799,0 522.808,0 522.83,0 522.85,0 522.87,0 522.909,0 522.929,0 522.938,0 522.95,0 522.98,0 523.01,0 523.02,0 523.049,0 523.059,0 523.068,0 523.11,0 523.13,0 523.15,0 523.169,0 523.189,0 523.198,0 523.23,0 523.24,0 523.27,0 523.28,0 523.289,0 523.299,0 523.33,0 523.35,0 523.37,0 523.39,0 523.409,0 523.438,0 523.45,0 523.48,0 523.51,0 523.53,0 523.539,0 523.549,0 523.568,0 523.61,0 523.63,0 523.64,0 523.669,0 523.679,0 523.698,0 523.71,0 523.73,0 523.77,0 523.789,0 523.799,0 523.808,0 523.83,0 523.86,0 523.87,0 523.909,0 523.929,0 523.938,0 523.95,0 523.97,0 524,0 524.01,0 524.039,0 524.059,0 524.068,0 524.11,0 524.13,0 524.15,0 524.169,0 524.189,0 524.21,0 524.23,0 524.24,0 524.27,0 524.28,40.6905666611598 524.3,0 524.31,0 524.33,0 524.35,0 524.37,0 524.39,0 524.41,0 524.43,0 524.45,0 524.49,0 524.51,0 524.53,0 524.54,0 524.56,0 524.569,0 524.61,0 524.63,0 524.65,0 524.66,0 524.67,0 524.689,0 524.71,0 524.75,0 524.76,0 524.78,0 524.8,0 524.81,0 524.83,0 524.87,0 524.88,0 524.91,0 524.92,0 524.939,0 524.95,0 524.97,0 525.01,0 525.03,0 525.04,0 525.06,0 525.069,0 525.11,0 525.13,0 525.15,0 525.17,0 525.189,0 525.21,0 525.22,0 525.25,0 525.27,0 525.28,0 525.29,11.7627622666446 525.31,0 525.33,0 525.35,0 525.37,0 525.39,0 525.41,0 525.43,0 525.46,0 525.47,0 525.5,0 525.53,0 525.54,0 525.56,0 525.59,0 525.6,0 525.63,0 525.64,0 525.66,0 525.689,0 525.699,0 525.72,0 525.73,0 525.75,0 525.78,0 525.8,0 525.81,0 525.84,0 525.87,0 525.89,0 525.9,0 525.93,0 525.939,0 525.97,0 525.98,0 525.99,0 526.01,0 526.04,0 526.06,0 526.069,0 526.1,0 526.11,0 526.14,0 526.17,0 526.189,0 526.21,0 526.22,0 526.25,0 526.27,0 526.28,0 526.29,2.69287956385264 526.3,0 526.33,0 526.35,0 526.37,0 526.39,0 526.41,0 526.43,0 526.47,0 526.49,0 526.5,0 526.51,0 526.54,0 526.56,0 526.569,0 526.61,0 526.63,0 526.65,0 526.66,0 526.67,0 526.699,0 526.71,0 526.74,0 526.77,0 526.78,0 526.8,0 526.81,0 526.84,0 526.87,0 526.89,0 526.91,0 526.92,0 526.95,0 526.96,0 526.97,0 527,0 527.01,0 527.04,0 527.06,0 527.069,0 527.11,0 527.13,0 527.15,0 527.17,0 527.189,0 527.199,0 527.23,0 527.24,0 527.27,0 527.28,0 527.3,0 527.31,0 527.33,0 527.35,0 527.37,0 527.39,0 527.41,0 527.43,0 527.46,0 527.49,0 527.5,0 527.53,0 527.54,0 527.56,0 527.569,0 527.6,0 527.62,0 527.63,0 527.67,0 527.68,0 527.71,0 527.72,0 527.73,0 527.77,0 527.78,0 527.8,0 527.81,0 527.85,0 527.86,0 527.89,0 527.91,0 527.93,0 527.95,0 527.96,0 527.97,0 528.01,0 528.02,0 528.03,0 528.06,0 528.069,0 528.11,0 528.13,0 528.14,0 528.17,0 528.189,0 528.199,0 528.23,0 528.24,0 528.27,0 528.28,0 528.3,0 528.31,2.77548323145548 528.33,0 528.35,0 528.37,0 528.39,0 528.41,0 528.43,0 528.45,0 528.48,0 528.51,0 528.53,0 528.54,0 528.56,0 528.569,0 528.61,0 528.63,0 528.65,0 528.66,0 528.67,0 528.689,0 528.71,0 528.75,0 528.77,0 528.78,0 528.8,0 528.81,0 528.85,0 528.86,0 528.87,0 528.91,0 528.92,0 528.95,0 528.97,0 528.98,0 529.01,0 529.02,0 529.04,0 529.06,0 529.09,0 529.1,0 529.13,0 529.15,0 529.17,0 529.189,0 529.199,0 529.23,0 529.25,0 529.27,0 529.28,0 529.3,0 529.31,0 529.33,0 529.35,0 529.37,0 529.39,0 529.41,0 529.439,0 529.45,0 529.48,0 529.51,0 529.52,0 529.53,0 529.56,0 529.569,0 529.6,0 529.62,0 529.65,0 529.66,0 529.689,0 529.71,0 529.72,0 529.74,0 529.75,0 529.77,0 529.8,0 529.81,0 529.83,0 529.87,0 529.89,0 529.9,0 529.93,0 529.939,0 529.95,0 529.97,0 530,0 530.01,0 530.03,0 530.05,0 530.069,0 530.11,0 530.12,0 530.15,0 530.17,0 530.18,0 530.21,0 530.23,0 530.24,0 530.27,0 530.28,0 530.3,0 530.31,0 530.33,0 530.35,0 530.37,0 530.39,0 530.41,0 530.439,0 530.46,0 530.48,0 530.49,0 530.53,0 530.54,0 530.56,0 530.569,0 530.59,0 530.63,0 530.64,0 530.65,0 530.67,0 530.689,0 530.71,0 530.75,0 530.77,0 530.78,0 530.79,0 530.81,0 530.85,0 530.86,0 530.87,0 530.9,0 530.92,0 530.95,0 530.96,0 530.97,0 531,0 531.02,0 531.04,0 531.06,0 531.069,0 531.11,0 531.13,0 531.15,0 531.17,0 531.189,0 531.21,0 531.23,0 531.25,0 531.26,0 531.28,0 531.3,0 531.31,0 531.33,0 531.35,0 531.37,0 531.39,0 531.41,0 531.45,0 531.46,0 531.49,0 531.5,0 531.53,0 531.54,0 531.56,0 531.569,0 531.61,0 531.63,0 531.65,0 531.66,0 531.68,0 531.71,0 531.72,0 531.73,0 531.75,0 531.78,0 531.8,0 531.81,0 531.85,0 531.87,0 531.89,0 531.91,0 531.92,0 531.95,0 531.96,0 531.99,0 532,0 532.01,0 532.04,0 532.06,0 532.069,0 532.11,0 532.13,0 532.15,0 532.17,0 532.189,0 532.199,0 532.23,0 532.25,0 532.26,0 532.27,0 532.3,0 532.33,0 532.34,0 532.35,0 532.37,0 532.39,0 532.41,0 532.439,0 532.45,0 532.48,0 532.51,0 532.53,0 532.54,0 532.55,0 532.56,0 532.59,0 532.63,0 532.64,0 532.65,0 532.67,0 532.71,0 532.72,0 532.73,0 532.75,0 532.78,0 532.8,0 532.81,0 532.85,0 532.87,0 532.88,0 532.91,0 532.92,0 532.939,0 532.97,0 532.99,0 533,0 533.03,0 533.04,0 533.06,0 533.069,0 533.1,0 533.11,0 533.15,0 533.17,0 533.189,0 533.21,0 533.23,0 533.25,0 533.26,0 533.27,0 533.3,0 533.31,0 533.34,0 533.35,0 533.37,0 533.39,0 533.41,0 533.45,0 533.46,0 533.47,0 533.49,0 533.52,0 533.54,0 533.56,0 533.569,0 533.61,0 533.62,0 533.63,0 533.65,0 533.689,0 533.71,0 533.72,0 533.74,0 533.77,0 533.78,0 533.8,0 533.81,0 533.84,0 533.86,0 533.89,0 533.9,0 533.92,0 533.93,0 533.96,0 533.97,0 534.01,0 534.02,0 534.03,0 534.06,0 534.069,0 534.1,0 534.13,0 534.15,0 534.17,0 534.189,0 534.199,0 534.23,0 534.24,0 534.25,0 534.27,0 534.3,0 534.31,0 534.35,0 534.36,0 534.37,0 534.39,0 534.41,0 534.43,0 534.47,0 534.48,0 534.49,0 534.53,0 534.54,0 534.55,0 534.56,0 534.59,0 534.62,0 534.64,0 534.65,0 534.689,0 534.699,0 534.71,0 534.73,0 534.77,0 534.78,0 534.8,0 534.81,0 534.85,0 534.86,0 534.89,0 534.9,0 534.91,0 534.95,0 534.96,0 534.99,0 535,0 535.01,0 535.03,0 535.06,0 535.069,0 535.11,0 535.13,0 535.15,0 535.17,0 535.18,0 535.189,0 535.23,0 535.25,0 535.27,0 535.28,0 535.3,0 535.31,0 535.33,0 535.36,0 535.37,0 535.39,0 535.41,0 535.45,0 535.46,0 535.49,0 535.5,0 535.53,0 535.54,0 535.56,0 535.569,0 535.61,0 535.62,0 535.65,0 535.66,0 535.689,0 535.699,0 535.73,0 535.75,0 535.76,0 535.77,0 535.8,0 535.81,0 535.83,0 535.86,0 535.89,0 535.91,0 535.92,0 535.93,0 535.96,0 535.99,0 536,0 536.01,0 536.03,0 536.06,0 536.069,0 536.11,0 536.13,0 536.15,0 536.17,0 536.18,0 536.21,0 536.23,0 536.25,0 536.26,0 536.27,0 536.29,0 536.33,0 536.34,0 536.36,0 536.37,0 536.39,0 536.41,0 536.439,0 536.47,0 536.48,0 536.51,0 536.53,0 536.54,0 536.55,0 536.56,0 536.59,0 536.61,0 536.64,0 536.65,0 536.689,0 536.699,0 536.71,0 536.74,0 536.76,0 536.77,0 536.8,0 536.81,0 536.85,0 536.87,0 536.88,0 536.91,0 536.93,0 536.939,0 536.95,0 536.99,0 537,0 537.01,0 537.04,0 537.06,0 537.069,0 537.09,0 537.13,0 537.15,0 537.17,0 537.189,0 537.199,0 537.21,0 537.25,0 537.26,0 537.27,0 537.3,0 537.31,0 537.33,0 537.35,0 537.37,0 537.39,0 537.42,0 537.43,0 537.45,0 537.48,0 537.51,0 537.52,0 537.54,0 537.56,0 537.59,0 537.6,0 537.63,0 537.65,0 537.67,0 537.689,0 537.699,0 537.72,0 537.73,0 537.77,0 537.78,0 537.8,0 537.81,0 537.85,0 537.87,0 537.89,0 537.91,0 537.92,0 537.93,0 537.95,0 537.99,0 538.01,0 538.02,0 538.03,0 538.06,0 538.069,0 538.11,0 538.13,0 538.15,0 538.17,0 538.189,0 538.199,0 538.23,0 538.25,0 538.26,0 538.27,0 538.3,0 538.31,0 538.34,0 538.35,0 538.37,0 538.39,0 538.43,0 538.439,0 538.45,0 538.48,0 538.51,0 538.53,0 538.54,0 538.55,0 538.56,0 538.6,0 538.63,0 538.64,0 538.65,0 538.67,0 538.71,0 538.72,0 538.73,0 538.75,0 538.77,0 538.8,0 538.81,0 538.83,0 538.87,0 538.88,0 538.89,0 538.92,0 538.93,0 538.97,0 538.99,0 539,0 539.02,0 539.04,0 539.05,0 539.09,0 539.11,0 539.13,0 539.14,0 539.17,0 539.189,0 539.199,0 539.23,0 539.25,0 539.26,0 539.27,0 539.29,0 539.3,0 539.33,0 539.35,0 539.37,0 539.39,0 539.41,0 539.43,0 539.45,0 539.48,0 539.49,0 539.52,0 539.54,0 539.56,0 539.569,0 539.59,0 539.61,0 539.65,0 539.66,0 539.689,0 539.699,0 539.73,0 539.75,0 539.76,0 539.77,0 539.79,0 539.81,0 539.85,0 539.87,0 539.89,0 539.9,0 539.91,0 539.93,0 539.95,0 539.97,0 540.01,0 540.03,0 540.04,0 540.06,1.23905501404262 540.069,0 540.09,0 540.11,0 540.15,0 540.17,0 540.189,0 540.199,0 540.23,0 540.25,0 540.27,0 540.28,0 540.29,0 540.3,0 540.33,0 540.35,0 540.37,0 540.39,0 540.41,0 540.45,0 540.46,0 540.47,0 540.5,0 540.53,0 540.54,0 540.56,0 540.569,0 540.61,0 540.63,0 540.64,0 540.65,0 540.67,0 540.71,0 540.72,0 540.75,0 540.76,0 540.77,0 540.8,0 540.81,0 540.84,0 540.87,0 540.88,0 540.89,0 540.93,0 540.939,0 540.97,0 540.98,0 541.01,0 541.03,0 541.04,0 541.06,0 541.069,0 541.09,0 541.11,0 541.15,0 541.17,0 541.189,0 541.199,0 541.21,0 541.25,0 541.27,0 541.28,0 541.29,0 541.3,0 541.33,0 541.35,0 541.37,0 541.39,0 541.42,0 541.439,0 541.45,0 541.49,0 541.5,0 541.51,0 541.54,0 541.55,0 541.59,0 541.6,0 541.63,0 541.64,0 541.67,0 541.68,0 541.71,0 541.72,0 541.75,0 541.76,0 541.77,0 541.8,0 541.81,0 541.85,0 541.87,0 541.89,0 541.91,0 541.93,0 541.939,0 541.97,0 541.98,0 542.01,0 542.02,0 542.03,0 542.06,0 542.069,0 542.09,0 542.11,0 542.14,0 542.17,0 542.189,0 542.21,0 542.23,0 542.24,0 542.25,0 542.28,0 542.3,0 542.31,0 542.33,0 542.35,0 542.37,0 542.39,0 542.42,0 542.43,0 542.47,0 542.48,0 542.49,0 542.53,0 542.54,0 542.56,0 542.569,0 542.61,0 542.63,0 542.64,0 542.65,0 542.67,0 542.689,0 542.73,0 542.75,0 542.76,0 542.77,0 542.8,0 542.81,0 542.84,0 542.85,0 542.88,0 542.89,0 542.92,0 542.95,0 542.96,0 542.99,0 543,0 543.01,0 543.04,0 543.06,0 543.069,0 543.09,0 543.11,0 543.15,0 543.17,0 543.189,0 543.21,0 543.23,0 543.24,0 543.25,0 543.28,0 543.3,0 543.31,0 543.33,0 543.36,0 543.37,0 543.4,0 543.41,0 543.43,0 543.46,0 543.47,0 543.49,0 543.52,0 543.54,0 543.55,0 543.59,0 543.6,0 543.61,0 543.64,0 543.65,0 543.68,0 543.71,0 543.72,0 543.75,0 543.76,0 543.78,0 543.8,0 543.83,0 543.84,0 543.85,0 543.89,0 543.91,0 543.92,0 543.95,0 543.96,0 543.97,0 544.01,0 544.02,0 544.03,0 544.06,0 544.069,0 544.09,0 544.12,0 544.15,0 544.16,0 544.189,0 544.21,0 544.23,0 544.25,0 544.26,0 544.27,0 544.3,0 544.31,0 544.33,0 544.37,0 544.38,0 544.39,0 544.41,0 544.43,0 544.46,0 544.49,0 544.5,0 544.53,0 544.54,0 544.56,0 544.59,0 544.61,0 544.62,0 544.65,0 544.66,0 544.67,0 544.699,0 544.73,0 544.74,0 544.75,0 544.77,0 544.8,0 544.81,0 544.83,0 544.85,0 544.89,0 544.91,0 544.92,0 544.95,0 544.96,0 544.97,0 544.99,0 545.03,0 545.04,0 545.06,0 545.069,0 545.11,0 545.13,0 545.15,0 545.17,0 545.18,0 545.21,0 545.23,0 545.25,0 545.26,0 545.27,0 545.3,0 545.31,0 545.33,0 545.35,0 545.37,0 545.39,0 545.41,0 545.43,0 545.46,0 545.49,0 545.51,0 545.52,0 545.53,0 545.56,0 545.59,0 545.6,0 545.62,0 545.65,0 545.66,0 545.689,0 545.699,0 545.73,0 545.74,0 545.76,0 545.77,0 545.8,0 545.81,0 545.83,0 545.87,0 545.88,0 545.91,0 545.92,0 545.93,0 545.97,0 545.98,0 546,0 546.03,0 546.04,0 546.06,0 546.069,0 546.1,0 546.13,0 546.15,0 546.17,0 546.189,0 546.21,0 546.23,0 546.25,0 546.27,0 546.28,0 546.29,0 546.3,0 546.33,0 546.35,0 546.37,0 546.39,0 546.43,0 546.439,0 546.46,0 546.47,0 546.51,0 546.52,0 546.54,0 546.56,0 546.59,0 546.61,0 546.62,0 546.65,0 546.66,0 546.67,0 546.689,0 546.73,0 546.74,0 546.75,0 546.78,0 546.8,0 546.81,0 546.85,0 546.86,0 546.89,0 546.9,0 546.93,0 546.939,0 546.97,0 546.98,0 547.01,0 547.03,0 547.04,0 547.06,0 547.069,0 547.11,0 547.13,0 547.15,0 547.17,0 547.18,0 547.21,0 547.23,0 547.25,0 547.26,0 547.28,0 547.29,0 547.33,0 547.34,0 547.35,0 547.37,0 547.39,0 547.42,0 547.43,0 547.47,0 547.49,0 547.5,0 547.51,0 547.54,0 547.56,0 547.59,0 547.6,0 547.63,0 547.64,0 547.67,0 547.689,0 547.699,0 547.71,0 547.74,0 547.75,0 547.78,0 547.8,0 547.83,0 547.84,0 547.86,0 547.89,0 547.91,0 547.93,0 547.939,0 547.96,0 547.97,0 548.01,0 548.02,0 548.03,0 548.06,0 548.069,0 548.09,0 548.12,0 548.15,0 548.16,0 548.189,0 548.21,0 548.23,0 548.25,0 548.26,0 548.27,0 548.3,0 548.33,0 548.34,0 548.35,0 548.37,0 548.39,0 548.41,0 548.45,0 548.46,0 548.49,0 548.51,0 548.52,0 548.54,0 548.56,0 548.569,0 548.59,0 548.63,0 548.64,0 548.65,0 548.67,0 548.699,0 548.71,0 548.74,0 548.77,0 548.78,0 548.8,0 548.81,0 548.85,0 548.87,0 548.88,0 548.91,0 548.93,0 548.95,0 548.97,0 548.99,0 549,0 549.01,0 549.04,0 549.06,0 549.069,0 549.09,0 549.13,0 549.15,0 549.16,0 549.189,0 549.21,0 549.23,0 549.25,0 549.27,0 549.28,0 549.3,0 549.31,0 549.33,0 549.35,0 549.37,0 549.39,0 549.41,0 549.45,0 549.46,0 549.48,0 549.51,0 549.52,0 549.54,0 549.56,0 549.569,0 549.61,0 549.62,0 549.64,0 549.67,0 549.689,0 549.699,0 549.73,0 549.75,0 549.76,0 549.77,0 549.8,0 549.81,0 549.85,0 549.86,0 549.89,0 549.9,0 549.93,0 549.95,0 549.96,0 549.97,0 549.99,0 550.01,0 550.03,0 550.06,0 550.069,0 550.09,0 550.13,0 550.15,0 550.17,0 550.189,0 550.21,0 550.23,0 550.25,0 550.27,0 550.28,0 550.3,0 550.31,0 550.33,0 550.35,0 550.37,0 550.39,0 550.41,0 550.45,0 550.46,0 550.49,0 550.51,0 550.52,0 550.53,0 550.56,0 550.569,0 550.59,0 550.63,0 550.64,0 550.67,0 550.68,0 550.689,0 550.71,0 550.75,0 550.77,0 550.78,0 550.79,0 550.8,0 550.85,0 550.86,0 550.89,0 550.9,0 550.91,0 550.939,0 550.95,0 550.97,0 551.01,0 551.02,0 551.03,0 551.06,0 551.069,0 551.09,0 551.11,0 551.15,0 551.16,0 551.189,0 551.21,0 551.23,0 551.25,0 551.27,0 551.28,0 551.3,0 551.31,0 551.33,0 551.35,0 551.37,0 551.39,0 551.41,0 551.43,0 551.46,0 551.49,0 551.51,0 551.52,0 551.53,0 551.55,0 551.569,0 551.59,0 551.63,0 551.64,0 551.66,0 551.689,0 551.699,0 551.73,0 551.75,0 551.77,0 551.78,0 551.8,0 551.81,0 551.84,0 551.85,0 551.87,0 551.91,0 551.92,0 551.95,0 551.96,0 551.98,0 551.99,0 552.01,0 552.04,0 552.06,0 552.069,0 552.1,0 552.13,0 552.15,0 552.17,0 552.189,0 552.21,0 552.23,0 552.24,0 552.27,0 552.28,5.61704939699323 552.3,0 552.31,0 552.33,0 552.35,0 552.37,0 552.39,0 552.41,0 552.43,0 552.47,0 552.49,0 552.51,0 552.52,0 552.53,0 552.56,0 552.569,0 552.59,0 552.61,0 552.65,0 552.66,0 552.67,0 552.689,0 552.71,0 552.75,0 552.77,0 552.78,0 552.8,0 552.81,0 552.85,0 552.86,0 552.89,0 552.9,0 552.91,0 552.939,0 552.97,0 552.99,0 553,0 553.03,0 553.04,0 553.06,0 553.069,0 553.1,0 553.13,0 553.15,0 553.17,0 553.189,1.53642821741285 553.199,0 553.21,0 553.23,0 553.27,0 553.28,3.10589790186684 553.3,0 553.31,0 553.33,0 553.35,0 553.37,0 553.39,0 553.41,0 553.43,0 553.45,0 553.49,0 553.5,0 553.53,0 553.54,0 553.56,0 553.569,0 553.59,0 553.62,0 553.65,0 553.67,0 553.68,0 553.71,0 553.73,0 553.75,0 553.77,0 553.78,0 553.8,0 553.83,0 553.84,0 553.87,0 553.89,0 553.91,0 553.92,0 553.93,0 553.96,0 553.97,0 554,0 554.03,0 554.04,0 554.06,0 554.069,0 554.09,0 554.13,0 554.14,0 554.17,0 554.189,0 554.199,0 554.22,0 554.23,0 554.27,0 554.28,1.0408062117958 554.29,0 554.3,0 554.33,0 554.35,0 554.38,0 554.39,0 554.41,0 554.43,0 554.46,0 554.49,0 554.51,0 554.52,0 554.54,0 554.56,0 554.569,0 554.59,0 554.63,0 554.65,0 554.66,0 554.67,0 554.689,0 554.71,0 554.75,0 554.76,0 554.77,0 554.8,0 554.81,0 554.85,0 554.87,0 554.88,0 554.91,0 554.92,0 554.95,0 554.96,0 554.99,0 555,0 555.02,0 555.03,0 555.06,0 555.069,0 555.09,0 555.13,0 555.15,0 555.17,0 555.189,0 555.199,0 555.23,0 555.25,0 555.27,0 555.28,0 555.3,0 555.31,0 555.33,0 555.35,0 555.37,0 555.39,0 555.41,0 555.439,0 555.45,0 555.48,0 555.49,0 555.52,0 555.54,0 555.56,0 555.569,0 555.61,0 555.62,0 555.65,0 555.66,0 555.67,0 555.689,0 555.73,0 555.74,0 555.75,0 555.77,0 555.8,0 555.81,0 555.85,0 555.86,0 555.89,0 555.91,0 555.92,0 555.93,0 555.95,0 555.99,0 556,0 556.03,0 556.04,0 556.06,0 556.09,0 556.1,0 556.11,0 556.15,0 556.16,0 556.189,0 556.21,0 556.23,0 556.25,0 556.27,0 556.28,0 556.3,0 556.31,0 556.34,0 556.35,0 556.37,0 556.39,0 556.41,0 556.45,0 556.46,0 556.47,0 556.51,0 556.52,0 556.53,0 556.56,0 556.59,0 556.6,0 556.61,0 556.65,0 556.66,0 556.67,0 556.689,0 556.72,0 556.73,0 556.77,0 556.78,0 556.8,0 556.81,0 556.83,0 556.86,0 556.89,0 556.9,0 556.93,0 556.95,0 556.96,0 556.97,0 556.99,0 557.02,0 557.04,0 557.06,0 557.09,0 557.1,0 557.11,0 557.15,0 557.17,0 557.18,0 557.21,0 557.23,0 557.24,0 557.27,0 557.28,0 557.3,0 557.31,0 557.33,0 557.35,0 557.37,0 557.4,0 557.41,0 557.43,0 557.47,0 557.49,0 557.5,0 557.51,0 557.54,0 557.56,0 557.569,0 557.6,0 557.63,0 557.64,0 557.67,0 557.689,0 557.71,0 557.73,0 557.75,0 557.76,0 557.77,0 557.8,0 557.81,0 557.84,0 557.87,0 557.89,0 557.91,0 557.92,0 557.95,0 557.96,0 557.97,0 558,0 558.01,0 558.04,0 558.06,0 558.069,0 558.09,0 558.11,0 558.14,0 558.17,0 558.189,0 558.21,0 558.23,0 558.24,0 558.25,0 558.27,0 558.3,0 558.31,0 558.33,0 558.35,0 558.37,0 558.4,0 558.41,0 558.43,0 558.47,0 558.48,0 558.49,0 558.53,0 558.54,0 558.56,0 558.59,0 558.6,0 558.61,0 558.63,0 558.66,0 558.67,0 558.689,0 558.72,0 558.75,0 558.76,0 558.77,0 558.8,0 558.81,0 558.83,0 558.86,0 558.89,0 558.91,0 558.93,0 558.939,0 558.97,0 558.98,0 559,0 559.03,0 559.04,0 559.06,0 559.069,0 559.1,0 559.13,0 559.15,0 559.17,0 559.18,0 559.189,0 559.23,0 559.24,0 559.25,0 559.27,0 559.3,0 559.33,0 559.34,0 559.35,0 559.37,0 559.39,0 559.43,0 559.45,0 559.46,0 559.47,0 559.49,0 559.52,0 559.53,0 559.56,0 559.569,0 559.61,0 559.63,0 559.65,0 559.66,0 559.689,0 559.699,0 559.73,0 559.74,0 559.75,0 559.77,0 559.8,0 559.81,0 559.85,0 559.87,0 559.88,0 559.91,0 559.92,0 559.93,0 559.96,0 559.98,0 559.99,0 560.03,0 560.04,0 560.06,0 560.069,0 560.09,0 560.13,0 560.14,0 560.15,0 560.189,0 560.21,0 560.23,0 560.24,0 560.25,0 560.27,0 560.3,0 560.33,0 560.34,0 560.35,0 560.37,0 560.39,0 560.41,0 560.43,0 560.47,0 560.48,0 560.51,0 560.52,0 560.53,0 560.56,0 560.59,0 560.6,0 560.61,0 560.63,0 560.65,0 560.689,0 560.71,0 560.72,0 560.73,0 560.75,0 560.78,0 560.8,0 560.81,0 560.85,0 560.87,0 560.89,0 560.9,0 560.91,0 560.93,0 560.97,0 560.98,0 561.01,0 561.02,0 561.04,0 561.06,0 561.069,0 561.09,0 561.13,0 561.15,0 561.16,0 561.189,0 561.199,0 561.23,0 561.25,0 561.26,0 561.27,0 561.3,0 561.31,0 561.35,0 561.36,0 561.37,0 561.39,0 561.41,0 561.43,0 561.47,0 561.48,0 561.51,0 561.53,0 561.54,0 561.56,0 561.569,0 561.59,0 561.63,0 561.64,0 561.67,0 561.68,0 561.71,0 561.72,0 561.75,0 561.76,0 561.78,0 561.79,0 561.83,0 561.84,0 561.87,0 561.89,0 561.91,0 561.92,0 561.95,0 561.96,0 561.98,0 562.01,0 562.03,0 562.04,0 562.06,0 562.069,0 562.09,0 562.12,0 562.15,0 562.17,0 562.189,0 562.199,0 562.23,0 562.25,0 562.26,0 562.27,0 562.3,0 562.31,0 562.35,0 562.36,0 562.39,0 562.4,0 562.41,0 562.43,0 562.47,0 562.48,0 562.49,0 562.53,0 562.54,0 562.56,0 562.59,0 562.6,0 562.61,0 562.63,0 562.65,0 562.689,0 562.71,0 562.72,0 562.75,0 562.76,0 562.77,0 562.8,0 562.81,0 562.85,0 562.86,0 562.88,0 562.89,0 562.93,0 562.95,0 562.97,0 562.98,0 563.01,0 563.03,0 563.04,0 563.06,0 563.069,0 563.11,0 563.13,0 563.15,0 563.17,0 563.18,1.38774161572774 563.189,0 563.21,0 563.25,0 563.27,0 563.28,0 563.3,0 563.31,0 563.35,0 563.36,0 563.37,0 563.39,0 563.41,0 563.43,0 563.45,0 563.48,0 563.5,0 563.52,0 563.53,0 563.56,0 563.569,0 563.6,0 563.63,0 563.65,0 563.67,0 563.689,0 563.699,0 563.73,0 563.74,0 563.77,0 563.78,0 563.8,0 563.81,0 563.83,0 563.87,0 563.89,0 563.9,0 563.93,0 563.939,0 563.95,0 563.98,0 564,0 564.03,0 564.04,0 564.06,0 564.069,0 564.11,0 564.13,0 564.15,0 564.17,0 564.18,0 564.189,0 564.23,0 564.25,0 564.27,0 564.28,0 564.29,0 564.3,0 564.33,0 564.36,0 564.37,0 564.39,0 564.41,0 564.43,0 564.45,0 564.48,0 564.49,0 564.53,0 564.54,0 564.56,0 564.59,0 564.6,0 564.61,0 564.65,0 564.66,0 564.67,0 564.689,0 564.71,0 564.75,0 564.77,0 564.78,0 564.79,0 564.8,0 564.84,0 564.85,0 564.87,0 564.91,0 564.93,0 564.939,0 564.97,0 564.98,0 565.01,0 565.03,0 565.04,0 565.05,0 565.06,0 565.11,0 565.13,0 565.14,0 565.17,0 565.189,0 565.199,0 565.21,0 565.25,0 565.27,0 565.28,0 565.3,0 565.31,0 565.33,0 565.35,0 565.37,0 565.39,0 565.41,0 565.43,0 565.45,0 565.47,0 565.51,0 565.53,0 565.54,0 565.55,0 565.56,0 565.61,0 565.62,0 565.65,0 565.66,0 565.68,0 565.689,0 565.73,0 565.74,0 565.77,0 565.78,0 565.79,0 565.81,0 565.84,0 565.87,0 565.89,0 565.91,0 565.92,0 565.93,0 565.95,0 565.97,0 566.01,0 566.02,0 566.04,0 566.06,0 566.069,0 566.09,0 566.13,0 566.14,0 566.17,0 566.189,0 566.21,0 566.23,0 566.25,0 566.27,0 566.28,0 566.3,0 566.31,0 566.33,0 566.35,0 566.37,0 566.39,0 566.41,0 566.43,0 566.47,0 566.48,0 566.51,0 566.53,0 566.54,0 566.56,0 566.59,0 566.6,0 566.63,0 566.65,0 566.66,0 566.67,0 566.699,0 566.71,0 566.73,0 566.77,0 566.78,0 566.8,0 566.81,0 566.85,0 566.86,0 566.87,0 566.91,0 566.93,0 566.939,0 566.96,0 566.99,0 567,0 567.03,0 567.04,0 567.06,0 567.069,0 567.11,0 567.13,0 567.15,0 567.16,0 567.189,0 567.21,0 567.23,0 567.25,0 567.27,0 567.28,0 567.3,0 567.31,0 567.33,0 567.35,0 567.37,0 567.39,0 567.41,0 567.43,0 567.45,0 567.49,0 567.5,0 567.53,0 567.54,0 567.56,0 567.569,0 567.61,0 567.63,0 567.65,0 567.66,0 567.68,0 567.689,0 567.72,0 567.73,0 567.77,0 567.78,0 567.8,0 567.81,0 567.85,0 567.86,0 567.89,0 567.9,0 567.93,0 567.95,0 567.96,0 567.98,0 567.99,0 568.03,0 568.04,0 568.06,0 568.09,0 568.11,0 568.13,0 568.15,0 568.17,0 568.189,0 568.199,0 568.23,0 568.25,0 568.27,0 568.28,0 568.29,0 568.3,0 568.33,0 568.35,0 568.37,0 568.39,0 568.41,0 568.43,0 568.45,0 568.49,0 568.5,0 568.53,0 568.54,0 568.56,0 568.59,0 568.6,0 568.63,0 568.64,0 568.65,0 568.67,0 568.689,0 568.73,0 568.74,0 568.77,0 568.78,0 568.8,0 568.81,0 568.85,0 568.86,0 568.87,0 568.91,0 568.92,0 568.95,0 568.96,0 568.97,0 568.99,0 569.02,0 569.03,0 569.06,0 569.069,0 569.11,0 569.13,0 569.14,0 569.17,0 569.18,0 569.21,0 569.23,0 569.25,0 569.27,0 569.28,0 569.3,0 569.31,0 569.33,0 569.35,0 569.37,0 569.39,0 569.42,0 569.43,0 569.45,0 569.48,0 569.51,0 569.52,0 569.53,0 569.56,0 569.59,0 569.6,0 569.63,0 569.64,0 569.67,0 569.68,0 569.689,0 569.72,0 569.75,0 569.76,0 569.77,0 569.8,0 569.81,0 569.85,0 569.87,0 569.88,0 569.9,0 569.93,0 569.939,0 569.97,0 569.98,0 570.01,0 570.02,0 570.03,0 570.06,0 570.069,0 570.09,0 570.13,0 570.15,0 570.17,0 570.18,0 570.189,0 570.23,0 570.25,0 570.27,0 570.28,0 570.3,0 570.31,0 570.33,0 570.35,0 570.37,0 570.39,0 570.41,0 570.45,0 570.46,0 570.49,0 570.51,0 570.52,0 570.54,0 570.56,0 570.569,0 570.61,0 570.63,0 570.64,0 570.66,0 570.67,0 570.689,0 570.72,0 570.73,0 570.77,0 570.78,0 570.8,0 570.81,0 570.84,0 570.87,0 570.89,0 570.9,0 570.93,0 570.939,0 570.96,0 570.99,0 571.01,0 571.02,0 571.04,0 571.06,0 571.069,0 571.11,0 571.13,0 571.15,0 571.17,0 571.18,0 571.189,0 571.23,0 571.25,0 571.27,0 571.28,0 571.29,1.12340987939865 571.3,0 571.34,0 571.35,0 571.37,0 571.39,0 571.41,0 571.43,0 571.46,0 571.47,0 571.5,0 571.53,0 571.54,0 571.55,0 571.59,0 571.61,0 571.62,0 571.63,0 571.67,0 571.68,0 571.699,0 571.71,0 571.74,0 571.77,0 571.78,0 571.8,0 571.81,0 571.83,0 571.86,0 571.89,0 571.91,0 571.92,0 571.95,0 571.97,0 571.98,0 571.99,0 572.03,0 572.04,0 572.06,0 572.069,0 572.1,0 572.13,0 572.15,0 572.17,0 572.18,0 572.21,0 572.22,0 572.25,0 572.26,0 572.28,0 572.3,0 572.31,0 572.34,0 572.35,0 572.37,0 572.39,0 572.41,0 572.439,0 572.45,0 572.49,0 572.5,0 572.53,0 572.54,0 572.56,0 572.569,0 572.61,0 572.62,0 572.65,0 572.66,0 572.67,0 572.689,0 572.71,0 572.75,0 572.76,0 572.78,0 572.8,0 572.81,0 572.84,0 572.86,0 572.89,0 572.9,0 572.93,0 572.939,0 572.97,0 572.98,0 573,0 573.01,0 573.04,0 573.06,0 573.069,0 573.11,0 573.13,0 573.15,0 573.16,0 573.189,0 573.21,0 573.23,0 573.25,0 573.27,0 573.28,0 573.3,0 573.31,0 573.35,0 573.36,0 573.37,0 573.39,0 573.41,0 573.439,0 573.45,0 573.49,0 573.5,0 573.51,0 573.54,0 573.56,0 573.569,0 573.61,0 573.62,0 573.63,0 573.66,0 573.689,0 573.71,0 573.73,0 573.74,0 573.75,0 573.77,0 573.79,0 573.83,0 573.84,0 573.87,0 573.88,0 573.9,0 573.93,0 573.939,0 573.95,0 573.99,0 574,0 574.01,0 574.03,0 574.06,0 574.069,0 574.09,0 574.13,0 574.15,0 574.17,0 574.189,0 574.21,0 574.22,0 574.23,0 574.27,0 574.28,0 574.3,0 574.31,0 574.35,0 574.36,0 574.37,0 574.39,0 574.43,0 574.439,0 574.47,0 574.48,0 574.5,0 574.53,0 574.54,0 574.56,0 574.569,0 574.59,0 574.61,0 574.65,0 574.66,0 574.67,0 574.699,0 574.71,0 574.75,0 574.76,0 574.77,0 574.8,0 574.81,0 574.85,0 574.87,0 574.88,0 574.89,0 574.93,0 574.939,0 574.97,0 574.99,0 575,0 575.01,0 575.04,0 575.06,0 575.069,0 575.09,0 575.13,0 575.15,0 575.16,0 575.17,0 575.21,0 575.22,0 575.25,0 575.27,0 575.28,0 575.3,0 575.33,0 575.35,0 575.36,0 575.37,0 575.39,0 575.41,0 575.45,0 575.46,0 575.47,0 575.5,0 575.51,0 575.54,0 575.56,0 575.569,0 575.59,0 575.63,0 575.64,0 575.66,0 575.689,0 575.71,0 575.72,0 575.74,0 575.77,0 575.78,0 575.8,0 575.81,0 575.85,0 575.86,0 575.87,0 575.9,0 575.93,0 575.95,0 575.96,0 575.97,0 576.01,0 576.03,0 576.04,0 576.06,0 576.09,0 576.11,0 576.12,0 576.14,0 576.17,0 576.189,0 576.21,0 576.22,0 576.25,0 576.26,0 576.28,0 576.3,0 576.31,0 576.35,0 576.37,0 576.38,0 576.39,0 576.41,0 576.43,0 576.46,0 576.48,0 576.51,0 576.53,0 576.54,0 576.56,0 576.569,0 576.59,0 576.61,0 576.63,0 576.67,0 576.68,0 576.689,0 576.71,0 576.75,0 576.76,0 576.78,0 576.8,0 576.81,0 576.85,0 576.86,0 576.87,0 576.89,0 576.91,0 576.95,0 576.96,0 576.98,0 576.99,0 577.02,0 577.04,0 577.06,0 577.069,0 577.09,0 577.11,0 577.15,0 577.17,0 577.189,0 577.199,0 577.21,0 577.25,0 577.27,0 577.28,0 577.3,0 577.31,0 577.34,0 577.36,0 577.37,0 577.39,0 577.41,0 577.439,0 577.47,0 577.48,0 577.51,0 577.52,0 577.54,0 577.56,0 577.569,0 577.6,0 577.61,0 577.65,0 577.67,0 577.689,0 577.699,0 577.72,0 577.73,0 577.75,0 577.77,0 577.8,0 577.81,0 577.85,0 577.86,0 577.87,0 577.9,0 577.93,0 577.939,0 577.95,0 577.97,0 578.01,0 578.03,0 578.04,0 578.06,0 578.069,0 578.09,0 578.12,0 578.15,0 578.17,0 578.189,0 578.199,0 578.23,0 578.24,0 578.27,0 578.28,0 578.3,0 578.31,0 578.34,0 578.35,0 578.37,0 578.39,0 578.41,0 578.439,0 578.45,0 578.49,0 578.51,0 578.53,0 578.54,0 578.56,0 578.569,0 578.59,0 578.61,0 578.63,0 578.67,0 578.68,0 578.689,0 578.71,0 578.73,0 578.77,0 578.78,0 578.8,0 578.81,0 578.84,0 578.85,0 578.89,0 578.9,0 578.93,0 578.95,0 578.96,0 578.97,0 579.01,0 579.02,0 579.03,0 579.06,0 579.069,0 579.1,0 579.13,0 579.15,0 579.17,0 579.189,0 579.199,0 579.21,0 579.23,0 579.27,0 579.28,0 579.3,0 579.31,0 579.33,0 579.35,0 579.37,0 579.39,0 579.41,0 579.45,0 579.46,0 579.49,0 579.5,0 579.53,0 579.54,0 579.56,0 579.569,0 579.61,0 579.63,0 579.64,0 579.65,0 579.689,0 579.699,0 579.73,0 579.74,0 579.75,0 579.78,0 579.8,0 579.81,0 579.85,0 579.87,0 579.89,0 579.9,0 579.91,0 579.93,0 579.95,0 579.99,0 580.01,0 580.02,0 580.04,0 580.06,0 580.069,0 580.11,0 580.12,0 580.15,0 580.17,0 580.189,0 580.21,0 580.22,0 580.25,0 580.26,0 580.27,0 580.3,0 580.31,0 580.33,0 580.35,0 580.37,0 580.39,0 580.41,0 580.43,0 580.45,0 580.49,0 580.51,0 580.53,0 580.54,0 580.56,0 580.569,0 580.59,0 580.61,0 580.63,0 580.67,0 580.68,0 580.689,0 580.71,0 580.74,0 580.75,0 580.78,0 580.8,0 580.81,0 580.83,0 580.87,0 580.88,0 580.9,0 580.91,0 580.93,0 580.97,0 580.99,0 581,0 581.03,0 581.04,0 581.06,0 581.069,0 581.1,0 581.12,0 581.15,0 581.17,0 581.18,0 581.189,0 581.21,0 581.25,0 581.26,0 581.28,0 581.3,0 581.31,1.55294895093342 581.33,0 581.35,0 581.37,0 581.39,0 581.41,0 581.43,0 581.45,0 581.47,0 581.5,0 581.53,0 581.54,0 581.56,0 581.569,0 581.61,0 581.63,0 581.64,0 581.65,0 581.689,0 581.699,0 581.73,0 581.74,0 581.77,0 581.78,0 581.8,0 581.83,0 581.84,0 581.87,0 581.89,0 581.91,0 581.92,0 581.93,0 581.95,0 581.97,0 582.01,0 582.02,0 582.03,0 582.06,0 582.069,0 582.11,0 582.12,0 582.13,0 582.17,0 582.189,0 582.21,0 582.23,0 582.24,1.81728068726251 582.25,0 582.27,0 582.3,0 582.31,0 582.33,0 582.35,0 582.38,0 582.39,0 582.41,0 582.43,0 582.47,0 582.49,0 582.5,0 582.53,0 582.54,0 582.56,0 582.569,0 582.61,0 582.62,0 582.63,0 582.65,0 582.689,0 582.699,0 582.71,0 582.74,0 582.77,0 582.78,0 582.8,0 582.81,0 582.85,0 582.86,0 582.89,0 582.9,0 582.93,0 582.95,0 582.96,0 582.99,0 583,0 583.03,0 583.04,0 583.06,0 583.069,0 583.11,0 583.12,0 583.15,0 583.17,0 583.189,0 583.199,0 583.23,0 583.24,0 583.25,0 583.27,0 583.3,0 583.31,0 583.33,0 583.35,0 583.37,0 583.4,0 583.41,0 583.43,0 583.45,0 583.49,0 583.51,0 583.52,0 583.54,0 583.56,0 583.569,0 583.61,0 583.63,0 583.65,0 583.66,0 583.68,0 583.689,0 583.72,0 583.75,0 583.76,0 583.78,0 583.79,0 583.83,0 583.84,0 583.87,0 583.89,0 583.91,0 583.93,0 583.939,0 583.95,0 583.97,0 584.01,0 584.02,0 584.03,0 584.06,0 584.069,0 584.11,0 584.12,0 584.15,0 584.16,0 584.189,0 584.21,0 584.23,0 584.24,0 584.25,0 584.27,0 584.3,0 584.33,0 584.34,0 584.35,0 584.37,0 584.41,0 584.42,0 584.43,0 584.47,0 584.49,0 584.5,0 584.53,0 584.54,0 584.56,0 584.569,0 584.61,0 584.62,0 584.63,0 584.65,0 584.67,0 584.71,0 584.73,0 584.74,0 584.75,0 584.77,0 584.8,0 584.81,0 584.83,0 584.87,0 584.88,0 584.91,0 584.92,0 584.95,0 584.97,0 584.98,0 585,0 585.01,0 585.04,0 585.06,0 585.069,0 585.1,0 585.13,0 585.15,0 585.16,0 585.17,0 585.21,0 585.23,0 585.24,0 585.25,0 585.27,0 585.3,0 585.31,0 585.35,0 585.36,0 585.37,0 585.39,0 585.41,0 585.43,0 585.47,0 585.48,0 585.49,0 585.52,0 585.53,0 585.56,0 585.59,0 585.6,0 585.63,0 585.65,0 585.66,0 585.689,0 585.699,0 585.73,0 585.74,0 585.77,0 585.78,0 585.79,0 585.8,0 585.85,0 585.86,0 585.89,0 585.91,0 585.92,0 585.93,0 585.95,0 585.98,0 585.99,0 586.01,0 586.03,0 586.06,0 586.069,0 586.1,0 586.13,0 586.15,0 586.17,0 586.18,0 586.21,0 586.23,0 586.25,0 586.27,0 586.28,0 586.29,0 586.33,0 586.34,0 586.35,0 586.37,0 586.39,0 586.43,0 586.439,0 586.45,0 586.49,0 586.5,0 586.52,0 586.53,0 586.56,0 586.59,0 586.61,0 586.62,0 586.63,0 586.66,0 586.67,0 586.699,0 586.71,0 586.74,0 586.77,0 586.78,0 586.8,0 586.81,0 586.84,0 586.85,0 586.89,0 586.91,0 586.92,0 586.93,0 586.97,0 586.99,0 587,0 587.03,0 587.04,0 587.06,0 587.069,0 587.11,0 587.13,0 587.15,0 587.17,0 587.18,0 587.189,0 587.23,0 587.25,0 587.27,0 587.28,0 587.3,0 587.31,0 587.35,0 587.37,0 587.38,0 587.39,0 587.41,0 587.43,0 587.45,0 587.47,0 587.51,0 587.52,0 587.53,0 587.56,0 587.569,0 587.61,0 587.63,0 587.65,0 587.67,0 587.68,0 587.71,0 587.72,0 587.74,0 587.77,0 587.78,0 587.8,0 587.81,0 587.84,0 587.85,0 587.89,0 587.9,0 587.92,0 587.93,0 587.96,0 587.97,0 588,0 588.01,0 588.04,0 588.06,0 588.069,0 588.11,0 588.13,0 588.15,0 588.17,0 588.189,0 588.21,0 588.23,0 588.25,0 588.27,0 588.28,0 588.29,0 588.3,0 588.35,0 588.36,0 588.37,0 588.39,0 588.41,0 588.43,0 588.47,0 588.49,0 588.5,0 588.53,0 588.54,0 588.56,0 588.59,0 588.6,0 588.61,0 588.63,0 588.65,0 588.67,0 588.699,0 588.71,0 588.75,0 588.76,0 588.78,0 588.8,0 588.81,0 588.84,0 588.85,0 588.87,0 588.91,0 588.92,0 588.95,0 588.96,0 588.99,0 589.01,0 589.02,0 589.03,0 589.06,0 589.09,0 589.11,0 589.13,0 589.15,0 589.17,0 589.189,0 589.199,0 589.23,0 589.25,0 589.27,0 589.28,0 589.3,0 589.31,0 589.35,0 589.37,0 589.38,0 589.39,0 589.41,0 589.43,0 589.45,0 589.47,0 589.49,0 589.53,0 589.54,0 589.56,0 589.569,0 589.59,0 589.61,0 589.65,0 589.67,0 589.68,0 589.689,0 589.71,0 589.73,0 589.76,0 589.78,0 589.8,0 589.81,0 589.83,0 589.85,0 589.89,0 589.91,0 589.93,0 589.939,0 589.95,0 589.97,0 590.01,0 590.02,0 590.03,0 590.06,0 590.09,0 590.1,0 590.13,0 590.15,0 590.16,0 590.189,0 590.199,0 590.23,0 590.25,0 590.26,0 590.27,0 590.3,0 590.31,0 590.35,0 590.37,0 590.38,0 590.39,0 590.41,0 590.43,0 590.45,0 590.47,0 590.51,0 590.53,0 590.54,0 590.55,0 590.56,0 590.6,0 590.61,0 590.63,0 590.67,0 590.68,0 590.689,0 590.72,0 590.75,0 590.76,0 590.78,0 590.79,0 590.83,0 590.85,0 590.86,0 590.87,0 590.91,0 590.93,0 590.939,0 590.95,0 590.98,0 591.01,0 591.03,0 591.04,0 591.06,0 591.069,0 591.11,0 591.12,0 591.15,0 591.17,0 591.189,0 591.199,0 591.23,0 591.25,0 591.27,0 591.28,0 591.3,0 591.31,0 591.33,0 591.37,0 591.38,0 591.39,0 591.41,0 591.43,0 591.45,0 591.48,0 591.51,0 591.53,0 591.54,0 591.56,0 591.569,0 591.59,0 591.63,0 591.65,0 591.67,0 591.68,0 591.699,0 591.71,0 591.75,0 591.76,0 591.77,0 591.8,0 591.81,0 591.85,0 591.86,0 591.89,0 591.9,0 591.91,0 591.939,0 591.97,0 591.99,0 592.01,0 592.02,0 592.03,0 592.06,0 592.069,0 592.11,0 592.12,0 592.15,0 592.16,0 592.189,0 592.21,0 592.23,0 592.25,0 592.27,0 592.28,0 592.3,0 592.31,0 592.33,0 592.36,0 592.37,0 592.39,0 592.41,0 592.43,0 592.46,0 592.49,0 592.51,0 592.53,0 592.54,0 592.56,0 592.569,0 592.6,0 592.61,0 592.65,0 592.66,0 592.68,0 592.689,0 592.73,0 592.74,0 592.76,0 592.77,0 592.8,0 592.81,0 592.83,0 592.86,0 592.88,0 592.89,0 592.91,0 592.939,0 592.97,0 592.98,0 593.01,0 593.02,0 593.04,0 593.06,0 593.069,0 593.11,0 593.12,0 593.15,0 593.16,0 593.17,0 593.21,0 593.22,0 593.25,0 593.27,0 593.28,0 593.3,0 593.31,0 593.33,0 593.36,0 593.39,0 593.4,0 593.41,0 593.43,0 593.45,0 593.47,0 593.49,0 593.52,0 593.53,0 593.56,0 593.569,0 593.61,0 593.62,0 593.65,0 593.66,0 593.689,0 593.699,0 593.71,0 593.74,0 593.75,0 593.78,0 593.8,0 593.81,0 593.84,0 593.85,0 593.87,0 593.91,0 593.92,0 593.95,0 593.96,0 593.97,0 594.01,0 594.03,0 594.04,0 594.06,0 594.069,0 594.09,0 594.13,0 594.14,0 594.15,0 594.189,0 594.21,0 594.23,0 594.25,0 594.27,0 594.28,0 594.3,0 594.31,0 594.33,0 594.35,0 594.37,0 594.39,0 594.41,0 594.43,0 594.45,0 594.49,0 594.51,0 594.53,0 594.54,0 594.56,0 594.569,0 594.6,0 594.61,0 594.65,0 594.66,0 594.67,0 594.689,0 594.71,0 594.75,0 594.76,0 594.77,0 594.8,0 594.81,0 594.85,0 594.86,0 594.87,0 594.9,0 594.91,0 594.939,0 594.95,0 594.99,0 595,0 595.03,0 595.04,0 595.06,0 595.069,0 595.1,0 595.13,0 595.15,0 595.17,0 595.189,0 595.199,1.38774161572774 595.21,0 595.23,0 595.27,0 595.28,0 595.3,0 595.31,0 595.34,0 595.35,0 595.37,0 595.39,0 595.41,0 595.43,0 595.45,0 595.47,0 595.5,0 595.51,0 595.53,0 595.56,0 595.569,0 595.61,0 595.62,0 595.64,0 595.67,0 595.68,0 595.71,0 595.72,0 595.73,0 595.76,0 595.77,0 595.8,0 595.81,0 595.85,0 595.87,0 595.88,0 595.9,0 595.93,0 595.95,0 595.96,0 595.97,0 596.01,0 596.02,0 596.04,0 596.06,0 596.069,0 596.09,0 596.13,0 596.14,0 596.15,0 596.189,0 596.199,0 596.21,0 596.23,0 596.27,0 596.28,0 596.3,0 596.31,0 596.33,0 596.35,0 596.38,0 596.39,0 596.41,0 596.43,0 596.47,0 596.48,0 596.51,0 596.53,0 596.54,0 596.56,0 596.59,0 596.6,0 596.61,0 596.64,0 596.67,0 596.68,0 596.689,0 596.71,0 596.74,0 596.76,0 596.77,0 596.8,0 596.83,0 596.84,0 596.85,0 596.87,0 596.91,0 596.92,0 596.95,0 596.96,0 596.99,0 597.01,0 597.02,0 597.04,0 597.06,0 597.069,0 597.11,0 597.13,0 597.14,0 597.17,0 597.189,0 597.21,0 597.22,0 597.25,0 597.27,0 597.28,0 597.3,0 597.31,0 597.33,0 597.35,0 597.37,0 597.39,0 597.42,0 597.43,0 597.45,0 597.47,0 597.51,0 597.52,0 597.53,0 597.55,0 597.59,0 597.61,0 597.62,0 597.65,0 597.66,0 597.689,0 597.71,0 597.72,0 597.75,0 597.76,0 597.77,0 597.8,0 597.81,0 597.85,0 597.87,0 597.88,0 597.91,0 597.92,0 597.95,0 597.96,0 597.99,0 598.01,0 598.02,0 598.03,0 598.06,0 598.09,0 598.1,0 598.11,0 598.13,0 598.17,0 598.189,0 598.21,0 598.22,0 598.23,0 598.25,0 598.27,0 598.3,0 598.31,0 598.33,0 598.37,0 598.38,0 598.39,0 598.41,0 598.43,0 598.47,0 598.49,0 598.51,0 598.53,0 598.54,0 598.56,0 598.59,0 598.6,0 598.61,0 598.63,0 598.67,0 598.68,0 598.689,0 598.73,0 598.74,0 598.75,0 598.77,0 598.8,0 598.81,0 598.84,0 598.85,0 598.87,0 598.91,0 598.92,0 598.95,0 598.97,0 598.98,0 599.01,0 599.02,0 599.03,0 599.06,0 599.069,0 599.11,0 599.12,0 599.15,0 599.16,0 599.189,0 599.21,0 599.22,0 599.23,0 599.27,0 599.28,0 599.3,0 599.31,0 599.33,4.26234924830662 599.35,0 599.37,0 599.39,0 599.41,0 599.43,0 599.46,0 599.47,0 599.5,0 599.51,0 599.53,0 599.56,0 599.59,0 599.6,0 599.62,0 599.65,0 599.67,0 599.68,0 599.71,0 599.72,0 599.74,0 599.75,0 599.78,0 599.8,0 599.81,0 599.85,0 599.86,0 599.87,0 599.91,0 599.92,0 599.93,0 599.95,0 599.99,0 600,0 600.02,0 600.03,0 600.06,0 600.069,0 600.11,0 600.13,0 600.15,0 600.17,0 600.189,0 600.21,0 600.22,0 600.23,0 600.25,0 600.28,0 600.3,0 600.31,0 600.33,0 600.35,0 600.37,0 600.39,0 600.41,0 600.43,0 600.45,0 600.47,0 600.51,0 600.52,0 600.53,0 600.56,0 600.59,0 600.6,0 600.61,0 600.63,0 600.66,0 600.67,0 600.699,0 600.73,0 600.75,0 600.76,0 600.77,0 600.8,0 600.81,0 600.84,0 600.87,0 600.88,0 600.91,0 600.92,0 600.939,0 600.96,0 600.99,0 601.01,0 601.02,0 601.04,0 601.06,0 601.069,0 601.11,0 601.13,0 601.15,0 601.16,0 601.189,0 601.21,0 601.22,0 601.25,0 601.27,0 601.28,1.02428547827524 601.29,0 601.31,0 601.33,0 601.35,0 601.38,0 601.39,0 601.41,0 601.43,0 601.46,0 601.47,0 601.51,0 601.52,0 601.53,0 601.56,0 601.59,0 601.61,0 601.62,0 601.65,0 601.66,0 601.689,0 601.699,0 601.73,0 601.75,0 601.76,0 601.77,0 601.8,0 601.83,0 601.85,0 601.86,0 601.89,0 601.9,0 601.92,0 601.939,0 601.95,0 601.97,0 602.01,0 602.02,0 602.03,0 602.06,0 602.069,0 602.1,0 602.13,0 602.15,0 602.16,0 602.189,0 602.21,0 602.23,0 602.24,0 602.25,0 602.28,0 602.29,0 602.3,0 602.33,0 602.37,0 602.38,0 602.39,0 602.41,0 602.43,0 602.45,0 602.49,0 602.51,0 602.53,0 602.54,0 602.56,0 602.569,0 602.59,0 602.61,0 602.63,0 602.65,0 602.689,0 602.699,0 602.71,0 602.75,0 602.76,0 602.78,0 602.8,0 602.81,0 602.85,0 602.86,0 602.89,0 602.91,0 602.92,0 602.95,0 602.96,0 602.99,0 603,0 603.01,0 603.04,0 603.06,0 603.069,0 603.11,0 603.13,0 603.15,0 603.16,0 603.17,3.10589790186684 603.189,0 603.21,0 603.25,0 603.26,0 603.28,0 603.3,0 603.31,0 603.35,0 603.36,0 603.37,0 603.39,0 603.41,0 603.43,0 603.45,0 603.47,0 603.51,0 603.53,0 603.54,0 603.56,0 603.59,0 603.6,0 603.63,0 603.64,0 603.66,0 603.67,0 603.71,0 603.72,0 603.73,0 603.77,0 603.78,0 603.8,0 603.81,0 603.84,0 603.87,0 603.89,0 603.9,0 603.92,0 603.93,0 603.96,0 603.97,0 603.99,0 604.03,0 604.04,0 604.06,0 604.069,0 604.1,0 604.13,0 604.15,0 604.17,0 604.18,0 604.21,0 604.23,0 604.24,0 604.25,0 604.28,0 604.3,0 604.31,0 604.35,0 604.36,0 604.37,0 604.4,0 604.41,0 604.43,0 604.46,0 604.49,0 604.51,0 604.53,0 604.54,0 604.56,0 604.569,0 604.6,0 604.61,0 604.63,0 604.65,0 604.689,0 604.699,0 604.72,0 604.75,0 604.76,0 604.78,0 604.8,0 604.81,0 604.85,0 604.86,0 604.87,0 604.91,0 604.92,0 604.93,0 604.97,0 604.99,0 605,0 605.02,0 605.04,0 605.06,0 605.069,0 605.11,0 605.13,0 605.15,0 605.17,0 605.18,0 605.189,1.51990748389228 605.21,0 605.25,0 605.27,0 605.28,0 605.3,0 605.31,0 605.35,0 605.37,0 605.38,0 605.39,0 605.41,0 605.43,0 605.45,0 605.47,0 605.49,0 605.53,0 605.54,0 605.56,0 605.569,0 605.59,0 605.63,0 605.65,0 605.66,0 605.689,0 605.699,0 605.73,0 605.74,0 605.76,0 605.77,0 605.8,0 605.81,0 605.85,0 605.86,0 605.89,0 605.91,0 605.92,0 605.939,0 605.95,0 605.98,0 606,0 606.03,0 606.04,0 606.06,0 606.069,0 606.09,0 606.11,0 606.13,0 606.17,0 606.189,0 606.21,0 606.22,0 606.25,0 606.26,0 606.27,0 606.3,0 606.33,0 606.34,0 606.37,0 606.38,0 606.39,0 606.41,0 606.43,0 606.45,0 606.48,0 606.51,0 606.52,0 606.54,0 606.56,0 606.59,0 606.6,0 606.61,0 606.63,0 606.67,0 606.68,0 606.699,0 606.71,0 606.75,0 606.76,0 606.78,0 606.8,0 606.81,0 606.85,0 606.87,0 606.88,0 606.91,0 606.93,0 606.939,0 606.95,0 606.99,0 607,0 607.03,0 607.04,0 607.06,0 607.069,0 607.09,0 607.11,0 607.15,0 607.17,0 607.189,0 607.199,0 607.21,0 607.25,0 607.27,0 607.28,0 607.3,0 607.31,0 607.35,0 607.36,0 607.38,0 607.39,0 607.41,0 607.43,0 607.45,0 607.47,0 607.49,0 607.52,0 607.54,0 607.56,0 607.569,0 607.59,0 607.63,0 607.65,0 607.66,0 607.689,0 607.699,0 607.72,0 607.75,0 607.77,0 607.78,0 607.8,0 607.83,0 607.84,0 607.85,0 607.89,0 607.91,0 607.93,0 607.939,0 607.97,0 607.98,0 607.99,0 608.03,0 608.04,0 608.06,0 608.069,0 608.09,0 608.11,0 608.13,0 608.17,0 608.18,0 608.21,0 608.23,0 608.25,0 608.26,0 608.28,0 608.3,0 608.31,0 608.35,0 608.36,0 608.37,0 608.39,0 608.41,0 608.43,0 608.45,0 608.47,0 608.51,0 608.52,0 608.54,0 608.56,0 608.569,0 608.61,0 608.63,0 608.64,0 608.65,0 608.68,0 608.689,0 608.71,0 608.75,0 608.77,0 608.78,0 608.8,0 608.81,0 608.85,0 608.86,0 608.89,0 608.9,0 608.93,0 608.939,0 608.96,0 608.99,0 609,0 609.03,0 609.04,0 609.06,0 609.069,0 609.11,0 609.12,0 609.15,0 609.16,0 609.189,0 609.21,0 609.23,0 609.25,0 609.27,0 609.28,0 609.3,0 609.31,0 609.35,0 609.36,0 609.37,0 609.39,0 609.41,0 609.43,0 609.46,0 609.47,0 609.49,0 609.53,0 609.54,0 609.56,0 609.569,0 609.59,0 609.63,0 609.64,0 609.66,0 609.67,0 609.689,0 609.73,0 609.75,0 609.76,0 609.77,0 609.8,0 609.81,0 609.85,0 609.86,0 609.88,0 609.91,0 609.93,0 609.939,0 609.97,0 609.99,0 610,0 610.01,0 610.04,0 610.06,0 610.069,0 610.09,0 610.11,0 610.15,0 610.17,0 610.189,0 610.21,0 610.23,0 610.24,0 610.25,0 610.27,0 610.3,0 610.31,0 610.33,0 610.35,0 610.37,0 610.39,0 610.41,0 610.43,0 610.45,0 610.49,0 610.51,0 610.52,0 610.54,0 610.56,0 610.569,0 610.61,0 610.62,0 610.63,0 610.65,0 610.67,0 610.71,0 610.72,0 610.74,0 610.75,0 610.77,0 610.79,0 610.81,0 610.83,0 610.87,0 610.88,0 610.89,0 610.93,0 610.95,0 610.97,0 610.98,0 611,0 611.03,0 611.04,0 611.06,0 611.069,0 611.1,0 611.13,0 611.15,0 611.16,0 611.17,0 611.189,0 611.23,0 611.24,0 611.25,0 611.28,0 611.3,0 611.31,0 611.33,0 611.37,0 611.38,0 611.39,0 611.41,0 611.439,0 611.45,0 611.47,0 611.5,0 611.51,0 611.53,0 611.56,0 611.569,0 611.59,0 611.63,0 611.65,0 611.66,0 611.67,0 611.689,0 611.73,0 611.75,0 611.76,0 611.77,0 611.8,0 611.83,0 611.84,0 611.85,0 611.88,0 611.91,0 611.92,0 611.95,0 611.96,0 611.99,0 612.01,0 612.02,0 612.03,0 612.06,0 612.09,0 612.11,0 612.13,0 612.15,0 612.16,0 612.17,0 612.21,0 612.23,0 612.24,0 612.25,0 612.28,0 612.3,0 612.31,0 612.35,0 612.37,0 612.38,0 612.39,0 612.41,0 612.43,0 612.46,0 612.49,0 612.51,0 612.53,0 612.54,0 612.56,0 612.569,0 612.61,0 612.62,0 612.63,0 612.65,0 612.67,0 612.71,0 612.72,0 612.74,0 612.77,0 612.78,0 612.8,0 612.81,0 612.85,0 612.86,0 612.88,0 612.89,0 612.91,0 612.95,0 612.97,0 612.98,0 613.01,0 613.03,0 613.04,0 613.06,0 613.069,0 613.09,0 613.13,0 613.15,0 613.17,0 613.18,0 613.189,0 613.23,0 613.25,0 613.26,0 613.28,0 613.3,0 613.31,0 613.35,0 613.37,0 613.38,0 613.39,0 613.41,0 613.43,0 613.47,0 613.48,0 613.5,0 613.51,0 613.54,0 613.56,0 613.59,0 613.6,0 613.63,0 613.65,0 613.66,0 613.689,0 613.699,0 613.73,0 613.74,0 613.75,0 613.77,0 613.8,0 613.81,0 613.85,0 613.86,0 613.89,0 613.91,0 613.92,0 613.95,0 613.97,0 613.98,0 614.01,0 614.02,0 614.03,0 614.06,0 614.09,0 614.11,0 614.12,0 614.15,0 614.17,0 614.18,0 614.21,0 614.22,0 614.25,0 614.26,0 614.27,0 614.3,0 614.31,0 614.33,0 614.37,0 614.38,0 614.39,0 614.41,0 614.43,0 614.46,0 614.49,0 614.51,0 614.53,0 614.54,0 614.56,0 614.569,0 614.61,0 614.62,0 614.63,0 614.65,0 614.68,0 614.71,0 614.73,0 614.74,0 614.75,0 614.78,0 614.8,0 614.81,0 614.85,0 614.86,0 614.87,0 614.9,0 614.93,0 614.939,0 614.97,0 614.99,0 615,0 615.02,0 615.03,0 615.06,0 615.069,0 615.11,0 615.13,0 615.15,0 615.17,0 615.18,0 615.189,0 615.21,0 615.25,0 615.27,0 615.28,0 615.3,0 615.31,0 615.33,0 615.37,0 615.39,0 615.4,0 615.41,0 615.43,0 615.45,0 615.47,0 615.51,0 615.52,0 615.53,0 615.56,0 615.569,0 615.61,0 615.63,0 615.65,0 615.66,0 615.689,0 615.699,0 615.71,0 615.73,0 615.77,0 615.78,0 615.8,0 615.81,0 615.83,0 615.87,0 615.89,0 615.91,0 615.92,0 615.95,0 615.96,0 615.97,0 616,0 616.03,0 616.04,0 616.06,0 616.09,0 616.1,0 616.13,0 616.15,0 616.17,0 616.18,0 616.189,0 616.21,0 616.25,0 616.27,0 616.28,0 616.3,0 616.31,0 616.33,0 616.36,0 616.39,0 616.4,0 616.41,0 616.43,0 616.47,0 616.48,0 616.51,0 616.53,0 616.54,0 616.56,0 616.569,0 616.59,0 616.62,0 616.63,0 616.66,0 616.67,0 616.71,0 616.72,0 616.75,0 616.76,0 616.78,0 616.8,0 616.81,0 616.83,0 616.86,0 616.89,0 616.91,0 616.92,0 616.95,0 616.96,0 616.97,0 617.01,0 617.02,0 617.03,0 617.06,0 617.09,0 617.11,0 617.12,0 617.15,0 617.17,0 617.18,0 617.189,0 617.21,0 617.25,0 617.27,0 617.28,0 617.3,0 617.31,0 617.34,0 617.35,0 617.39,0 617.4,0 617.41,0 617.43,0 617.45,0 617.47,0 617.51,0 617.52,0 617.54,0 617.56,0 617.569,0 617.61,0 617.62,0 617.65,0 617.67,0 617.68,0 617.689,0 617.71,0 617.73,0 617.77,0 617.78,0 617.8,0 617.83,0 617.85,0 617.86,0 617.87,0 617.89,0 617.91,0 617.95,0 617.96,0 617.97,0 618.01,0 618.03,0 618.04,0 618.06,0 618.069,0 618.11,0 618.12,0 618.15,0 618.16,0 618.189,0 618.199,0 618.21,0 618.23,0 618.27,0 618.28,0 618.3,0 618.31,0 618.34,0 618.35,0 618.37,0 618.41,0 618.42,0 618.439,0 618.47,0 618.48,0 618.51,0 618.53,0 618.54,0 618.56,0 618.569,0 618.59,0 618.61,0 618.65,0 618.66,0 618.67,0 618.689,0 618.71,0 618.75,0 618.77,0 618.78,0 618.8,0 618.81,0 618.83,0 618.87,0 618.88,0 618.91,0 618.93,0 618.95,0 618.97,0 618.98,0 618.99,0 619.03,0 619.04,0 619.06,0 619.09,0 619.11,0 619.13,0 619.14,1.80075995374195 619.15,0 619.17,0 619.199,0 619.21,0 619.25,0 619.27,0 619.28,0 619.29,0 619.3,0 619.33,0 619.35,0 619.37,0 619.39,0 619.41,0 619.43,0 619.45,0 619.47,0 619.49,0 619.52,0 619.53,0 619.56,0 619.569,0 619.61,0 619.62,0 619.63,0 619.65,0 619.689,0 619.71,0 619.72,0 619.75,0 619.76,0 619.78,0 619.8,0 619.81,0 619.85,0 619.86,0 619.87,0 619.9,0 619.93,0 619.939,0 619.97,0 619.99,0 620,0 620.02,0 620.03,0 620.06,0 620.069,0 620.11,0 620.13,0 620.14,0 620.15,0 620.189,0 620.199,0 620.23,0 620.24,0 620.27,0 620.28,0 620.3,0 620.31,0 620.35,0 620.36,0 620.37,0 620.39,0 620.41,0 620.43,0 620.46,0 620.49,0 620.51,0 620.53,0 620.54,0 620.55,0 620.56,0 620.59,0 620.61,0 620.63,0 620.66,0 620.67,0 620.71,0 620.72,0 620.73,0 620.77,0 620.78,0 620.8,0 620.81,0 620.85,0 620.87,0 620.88,0 620.89,0 620.93,0 620.939,0 620.96,0 620.98,0 621.01,0 621.02,0 621.03,0 621.06,0 621.09,0 621.1,0 621.13,0 621.14,0 621.15,0 621.18,0 621.21,0 621.23,0 621.25,0 621.27,0 621.28,0 621.3,0 621.31,0 621.35,0 621.36,0 621.37,0 621.39,0 621.41,0 621.43,0 621.45,0 621.48,0 621.49,0 621.53,0 621.54,0 621.56,0 621.59,0 621.61,0 621.62,0 621.63,0 621.65,0 621.67,0 621.699,0 621.73,0 621.74,0 621.77,0 621.78,0 621.8,0 621.85,0 621.87,0 621.88,0 621.89,0 621.91,0 621.93,0 621.96,0 621.99,0 622,0 622.01,0 622.04,0 622.06,0 622.069,0 622.09,0 622.13,0 622.14,0 622.17,0 622.18,0 622.199,0 622.23,0 622.24,0 622.25,0 622.28,0 622.3,0 622.31,0 622.33,0 622.36,0 622.37,0 622.39,0 622.41,0 622.43,0 622.45,0 622.49,0 622.5,0 622.53,0 622.54,0 622.55,0 622.56,0 622.61,0 622.62,0 622.63,0 622.65,0 622.689,0 622.699,0 622.73,0 622.74,0 622.75,0 622.78,0 622.8,0 622.81,0 622.83,0 622.87,0 622.89,0 622.9,0 622.93,0 622.95,0 622.97,0 622.98,0 623.01,0 623.02,0 623.03,0 623.06,0 623.069,0 623.09,0 623.12,0 623.15,0 623.17,0 623.189,0 623.199,0 623.21,0 623.23,0 623.27,0 623.28,0 623.3,0 623.31,0 623.35,0 623.36,0 623.37,0 623.39,0 623.41,0 623.439,0 623.45,0 623.48,0 623.49,0 623.53,0 623.54,0 623.56,0 623.569,0 623.61,0 623.62,0 623.64,0 623.65,0 623.67,0 623.71,0 623.72,0 623.73,0 623.75,0 623.78,0 623.8,0 623.81,0 623.83,0 623.87,0 623.89,0 623.9,0 623.91,0 623.93,0 623.95,0 623.99,0 624,0 624.01,0 624.03,0 624.06,0 624.069,0 624.09,0 624.13,0 624.15,0 624.17,0 624.189,0 624.199,0 624.21,0 624.23,0 624.27,0 624.28,0 624.3,0 624.31,0 624.33,0 624.37,0 624.38,0 624.39,0 624.41,0 624.43,0 624.47,0 624.48,0 624.49,0 624.53,0 624.54,0 624.55,0 624.56,0 624.61,0 624.62,0 624.63,0 624.65,0 624.689,0 624.699,0 624.71,0 624.75,0 624.76,0 624.77,0 624.8,0 624.81,0 624.85,0 624.86,0 624.89,0 624.9,0 624.93,0 624.939,0 624.97,0 624.99,0 625.01,0 625.02,0 625.03,0 625.06,0 625.09,0 625.1,0 625.11,0 625.14,0 625.17,0 625.189,0 625.199,0 625.21,0 625.23,0 625.27,0 625.28,0 625.3,0 625.31,0 625.33,0 625.35,0 625.38,0 625.39,0 625.41,0 625.439,0 625.45,0 625.48,0 625.49,0 625.53,0 625.54,0 625.56,0 625.59,0 625.61,0 625.63,0 625.64,0 625.65,0 625.68,0 625.689,0 625.73,0 625.74,0 625.76,0 625.77,0 625.8,0 625.83,0 625.84,0 625.87,0 625.88,0 625.91,0 625.92,0 625.93,0 625.97,0 625.98,0 626.01,0 626.03,0 626.04,0 626.06,0 626.069,0 626.1,0 626.13,0 626.14,0 626.17,0 626.189,0 626.21,0 626.22,0 626.23,0 626.27,0 626.28,0 626.3,0 626.31,0 626.33,0 626.35,0 626.38,0 626.39,0 626.41,0 626.45,0 626.46,0 626.49,0 626.5,0 626.51,0 626.54,0 626.55,0 626.59,0 626.6,0 626.61,0 626.65,0 626.66,0 626.67,0 626.71,0 626.72,0 626.73,0 626.77,0 626.78,0 626.8,0 626.81,0 626.85,0 626.86,0 626.89,0 626.9,0 626.93,0 626.95,0 626.96,0 626.97,0 627,0 627.01,0 627.04,0 627.06,0 627.09,0 627.1,0 627.12,0 627.15,0 627.17,0 627.189,0 627.21,0 627.23,0 627.24,0 627.27,0 627.28,0 627.3,0 627.31,0 627.33,0 627.35,0 627.39,0 627.4,0 627.41,0 627.43,0 627.45,0 627.49,0 627.5,0 627.51,0 627.54,0 627.55,0 627.59,0 627.6,0 627.62,0 627.65,0 627.66,0 627.689,0 627.699,0 627.72,0 627.75,0 627.77,0 627.78,0 627.8,0 627.81,0 627.84,0 627.85,0 627.89,0 627.91,0 627.93,0 627.939,0 627.95,0 627.97,0 628.01,0 628.03,0 628.04,0 628.06,0 628.069,0 628.09,0 628.13,0 628.15,0 628.17,0 628.189,0 628.21,0 628.23,0 628.24,0 628.27,0 628.28,0 628.3,0 628.31,0 628.33,0 628.35,0 628.39,0 628.4,0 628.41,0 628.43,0 628.47,0 628.49,0 628.5,0 628.51,0 628.54,0 628.56,0 628.569,0 628.6,0 628.62,0 628.63,0 628.65,0 628.689,0 628.699,0 628.73,0 628.75,0 628.76,0 628.77,0 628.8,0 628.81,0 628.83,0 628.86,0 628.89,0 628.91,0 628.93,0 628.95,0 628.96,0 628.98,0 628.99,0 629.02,0 629.04,0 629.06,0 629.069,0 629.09,0 629.12,0 629.15,0 629.17,0 629.18,0 629.21,0 629.23,0 629.24,0 629.27,0 629.28,0 629.3,0 629.31,0 629.33,0 629.35,0 629.37,0 629.41,0 629.42,0 629.43,0 629.46,0 629.47,0 629.51,0 629.52,0 629.54,0 629.55,0 629.56,0 629.61,0 629.62,0 629.65,0 629.67,0 629.68,0 629.699,0 629.73,0 629.75,0 629.76,0 629.77,0 629.8,0 629.81,0 629.83,0 629.87,0 629.89,0 629.9,0 629.91,0 629.95,0 629.96,0 629.97,0 630.01,0 630.02,0 630.04,0 630.06,0 630.069,0 630.1,0 630.13,0 630.15,0 630.16,0 630.17,0 630.21,0 630.23,0 630.24,0 630.27,0 630.28,0 630.3,0 630.31,0 630.33,0 630.37,0 630.38,0 630.41,0 630.42,0 630.43,0 630.46,0 630.49,0 630.51,0 630.53,0 630.54,0 630.56,0 630.569,0 630.61,0 630.62,0 630.63,0 630.65,0 630.689,0 630.699,0 630.73,0 630.74,0 630.75,0 630.77,0 630.8,0 630.81,0 630.83,0 630.87,0 630.88,0 630.91,0 630.93,0 630.95,0 630.96,0 630.98,0 630.99,0 631.02,0 631.04,0 631.06,0 631.069,0 631.09,0 631.13,0 631.15,0 631.16,0 631.17,0 631.189,0 631.23,0 631.25,0 631.26,0 631.27,0 631.3,0 631.31,0 631.33,0 631.35,0 631.39,0 631.4,0 631.41,0 631.43,0 631.45,0 631.47,0 631.49,0 631.53,0 631.54,0 631.56,0 631.569,0 631.6,0 631.63,0 631.65,0 631.67,0 631.68,0 631.699,0 631.73,0 631.74,0 631.75,0 631.77,0 631.8,0 631.81,0 631.83,0 631.87,0 631.88,0 631.9,0 631.93,0 631.939,0 631.97,0 631.98,0 631.99,0 632.03,0 632.04,0 632.06,0 632.069,0 632.1,0 632.11,0 632.15,0 632.17,0 632.18,0 632.189,0 632.23,0 632.24,0 632.27,0 632.28,0 632.3,0 632.31,0 632.35,0 632.36,0 632.39,0 632.4,0 632.42,0 632.43,0 632.47,0 632.48,0 632.51,0 632.53,0 632.54,0 632.56,0 632.569,0 632.61,0 632.62,0 632.63,0 632.65,0 632.689,0 632.699,0 632.73,0 632.75,0 632.76,0 632.77,0 632.8,0 632.81,0 632.85,0 632.86,0 632.89,0 632.91,0 632.92,0 632.93,0 632.97,0 632.98,0 633.01,0 633.02,0 633.03,0 633.06,0 633.069,0 633.11,0 633.13,0 633.14,0 633.15,0 633.18,0 633.189,0 633.21,0 633.25,0 633.27,0 633.28,0 633.3,0 633.31,0 633.35,0 633.36,0 633.37,0 633.39,0 633.43,0 633.439,0 633.45,0 633.47,0 633.49,0 633.51,0 633.53,0 633.56,0 633.569,0 633.61,0 633.62,0 633.65,0 633.66,0 633.67,0 633.71,0 633.72,0 633.73,0 633.77,0 633.78,0 633.8,0 633.81,0 633.85,0 633.86,0 633.87,0 633.9,0 633.91,0 633.95,0 633.96,0 633.97,0 634.01,0 634.02,0 634.04,0 634.06,0 634.09,0 634.11,0 634.13,0 634.14,0 634.17,0 634.18,0 634.189,0 634.21,0 634.25,0 634.27,0 634.28,0 634.3,0 634.31,0 634.35,0 634.36,0 634.37,0 634.4,0 634.41,0 634.43,0 634.45,0 634.49,0 634.51,0 634.53,0 634.54,0 634.56,0 634.569,0 634.59,0 634.63,0 634.64,0 634.65,0 634.67,0 634.71,0 634.72,0 634.73,0 634.77,0 634.78,0 634.8,0 634.81,0 634.83,0 634.85,0 634.87,0 634.91,0 634.93,0 634.939,0 634.95,0 634.99,0 635,0 635.01,0 635.03,0 635.06,0 635.09,0 635.11,0 635.12,0 635.13,0 635.17,0 635.18,0 635.199,0 635.23,0 635.25,0 635.27,0 635.28,0 635.3,0 635.31,0 635.35,0 635.36,0 635.37,0 635.39,0 635.41,0 635.43,0 635.45,0 635.48,0 635.49,0 635.53,0 635.54,0 635.56,0 635.59,0 635.6,0 635.62,0 635.63,0 635.67,0 635.689,0 635.699,0 635.71,0 635.73,0 635.76,0 635.77,0 635.8,0 635.81,0 635.83,0 635.85,0 635.88,0 635.9,0 635.91,0 635.95,0 635.97,0 635.98,0 636,0 636.01,0 636.03,0 636.06,0 636.069,0 636.09,0 636.13,0 636.14,0 636.17,0 636.189,0 636.199,0 636.21,0 636.24,0 636.27,0 636.28,0 636.3,0 636.33,0 636.34,0 636.35,0 636.38,0 636.39,0 636.43,0 636.439,0 636.45,0 636.47,0 636.51,0 636.52,0 636.54,0 636.56,0 636.59,0 636.6,0 636.63,0 636.64,0 636.65,0 636.689,0 636.699,0 636.71,0 636.73,0 636.77,0 636.78,0 636.8,0 636.81,0 636.83,0 636.87,0 636.89,0 636.9,0 636.91,0 636.95,0 636.96,0 636.97,0 637,0 637.03,0 637.04,0 637.06,0 637.09,0 637.11,0 637.13,0 637.15,0 637.16,0 637.189,0 637.199,0 637.21,0 637.25,0 637.26,0 637.28,0 637.3,0 637.31,0 637.35,0 637.36,0 637.38,0 637.39,0 637.41,0 637.439,0 637.45,0 637.47,0 637.51,0 637.52,0 637.53,0 637.56,0 637.59,0 637.6,0 637.61,0 637.63,0 637.65,0 637.68,0 637.689,0 637.73,0 637.74,0 637.76,0 637.78,0 637.8,0 637.81,0 637.85,0 637.86,0 637.89,0 637.9,0 637.91,0 637.93,0 637.97,0 637.99,0 638,0 638.01,0 638.04,0 638.06,0 638.069,0 638.1,0 638.12,0 638.15,0 638.17,0 638.18,0 638.21,0 638.22,0 638.25,0 638.26,0 638.27,0 638.3,0 638.31,0 638.35,0 638.36,0 638.37,0 638.39,0 638.41,0 638.439,0 638.45,0 638.49,0 638.51,0 638.53,0 638.54,0 638.55,0 638.56,0 638.59,0 638.63,0 638.64,0 638.65,0 638.67,0 638.699,0 638.71,0 638.75,0 638.76,0 638.78,0 638.8,0 638.83,0 638.84,0 638.86,0 638.88,0 638.89,0 638.92,0 638.939,0 638.96,0 638.99,0 639,0 639.01,0 639.03,0 639.06,0 639.069,0 639.11,0 639.13,0 639.14,0 639.16,0 639.189,0 639.21,0 639.23,0 639.25,0 639.27,0 639.28,0 639.3,0 639.31,0 639.35,0 639.36,0 639.37,0 639.4,0 639.41,0 639.43,0 639.45,0 639.48,0 639.5,0 639.51,0 639.53,0 639.55,0 639.59,0 639.61,0 639.62,0 639.64,0 639.67,0 639.68,0 639.71,0 639.72,0 639.73,0 639.76,0 639.78,0 639.79,0 639.81,0 639.85,0 639.87,0 639.88,0 639.89,0 639.93,0 639.95,0 639.97,0 639.98,0 639.99,0 640.01,0 640.03,0 640.06,0 640.069,0 640.09,0 640.13,0 640.15,0 640.16,0 640.189,0 640.199,0 640.21,0 640.25,0 640.26,0 640.28,0 640.3,0 640.31,0 640.35,0 640.36,0 640.37,0 640.39,0 640.41,0 640.43,0 640.46,0 640.47,0 640.51,0 640.53,0 640.54,0 640.56,0 640.569,0 640.59,0 640.61,0 640.63,0 640.66,0 640.689,0 640.699,0 640.73,0 640.74,0 640.77,0 640.78,0 640.8,0 640.81,0 640.85,0 640.86,0 640.89,0 640.9,0 640.92,0 640.93,0 640.97,0 640.98,0 641.01,0 641.02,0 641.04,0 641.06,0 641.069,0 641.09,0 641.13,0 641.14,0 641.16,0 641.189,0 641.199,0 641.23,0 641.25,0 641.26,0 641.27,0 641.3,0 641.31,0 641.33,0 641.35,0 641.37,0 641.41,0 641.42,0 641.43,0 641.45,0 641.48,0 641.49,0 641.52,0 641.53,0 641.56,0 641.569,0 641.59,0 641.62,0 641.63,0 641.67,0 641.689,0 641.71,0 641.72,0 641.73,0 641.75,0 641.78,0 641.8,0 641.81,0 641.83,0 641.87,0 641.89,0 641.9,0 641.92,0 641.939,0 641.95,0 641.99,0 642.01,0 642.03,0 642.04,0 642.06,0 642.069,0 642.11,0 642.13,0 642.15,0 642.17,0 642.189,0 642.199,0 642.21,0 642.25,0 642.26,0 642.27,0 642.3,0 642.31,0 642.33,0 642.35,0 642.37,0 642.41,0 642.42,0 642.45,0 642.47,0 642.49,0 642.5,0 642.51,0 642.53,0 642.56,0 642.569,0 642.59,0 642.61,0 642.64,0 642.65,0 642.689,0 642.71,0 642.72,0 642.75,0 642.76,0 642.77,0 642.8,0 642.81,0 642.83,0 642.87,0 642.89,0 642.9,0 642.91,0 642.939,0 642.96,0 642.97,0 642.99,0 643.03,0 643.04,0 643.06,0 643.069,0 643.11,0 643.12,0 643.13,0 643.16,0 643.189,0 643.21,0 643.22,0 643.25,0 643.27,0 643.28,0 643.29,0 643.3,0 643.33,0 643.35,0 643.37,0 643.41,0 643.43,0 643.439,0 643.45,0 643.49,0 643.5,0 643.51,0 643.53,0 643.56,0 643.59,0 643.61,0 643.62,0 643.65,0 643.66,0 643.68,0 643.71,0 643.72,0 643.75,0 643.77,0 643.78,0 643.8,0 643.81,0 643.84,0 643.85,0 643.89,0 643.9,0 643.93,0 643.95,0 643.96,0 643.99,0 644.01,0 644.03,0 644.04,0 644.06,0 644.09,0 644.1,0 644.13,0 644.14,0 644.17,0 644.189,0 644.21,0 644.23,0 644.24,0 644.27,0 644.28,0 644.3,0 644.31,0 644.35,0 644.36,0 644.39,0 644.4,0 644.43,0 644.439,0 644.45,0 644.49,0 644.5,0 644.51,1.37122088220717 644.53,0 644.56,0 644.569,0 644.6,0 644.61,0 644.63,0 644.67,0 644.68,0 644.71,0 644.72,0 644.75,0 644.76,0 644.77,0 644.8,0 644.81,0 644.85,0 644.86,0 644.87,0 644.9,0 644.91,0 644.95,0 644.96,0 644.99,0 645,0 645.01,0 645.04,0 645.06,0 645.09,0 645.11,0 645.13,0 645.15,0 645.17,0 645.18,0 645.189,0 645.21,0 645.23,0 645.27,0 645.28,0 645.3,0 645.31,0 645.35,0 645.36,0 645.37,0 645.39,0 645.43,0 645.45,0 645.46,0 645.49,0 645.51,0 645.52,0 645.53,0 645.56,0 645.569,0 645.6,0 645.63,0 645.64,0 645.65,0 645.68,0 645.71,0 645.72,0 645.75,0 645.76,0 645.78,0 645.8,0 645.81,0 645.85,0 645.87,0 645.88,0 645.91,0 645.92,0 645.93,0 645.97,0 645.98,0 646.01,0 646.02,0 646.03,0 646.06,0 646.069,0 646.11,0 646.12,0 646.15,0 646.17,0 646.18,0 646.189,0 646.23,0 646.25,0 646.27,0 646.28,0 646.3,0 646.31,0 646.35,0 646.37,0 646.39,0 646.4,0 646.41,0 646.45,0 646.46,0 646.47,0 646.51,0 646.52,0 646.54,0 646.56,0 646.569,0 646.61,0 646.62,0 646.63,0 646.65,0 646.689,0 646.699,0 646.71,0 646.75,0 646.76,0 646.77,0 646.8,0 646.81,0 646.85,0 646.87,0 646.89,0 646.91,0 646.92,0 646.93,0 646.96,0 646.99,0 647.01,0 647.03,0 647.04,0 647.06,0 647.069,0 647.11,0 647.12,0 647.15,0 647.17,0 647.189,0 647.199,0 647.21,0 647.25,0 647.27,0 647.28,0 647.3,0 647.31,0 647.33,0 647.37,0 647.38,0 647.39,0 647.41,0 647.45,0 647.47,2.37898562696184 647.48,0 647.49,0 647.51,0 647.53,0 647.55,0 647.56,0 647.61,0 647.63,0 647.64,0 647.65,0 647.67,0 647.689,0 647.72,0 647.73,0 647.77,0 647.78,0 647.8,0 647.81,0 647.85,0 647.86,0 647.88,0 647.91,0 647.92,0 647.95,0 647.96,0 647.99,0 648.01,0 648.02,0 648.03,0 648.06,0 648.09,0 648.1,0 648.13,0 648.15,0 648.17,0 648.189,0 648.199,0 648.22,0 648.25,0 648.27,0 648.28,0 648.3,0 648.31,0 648.35,0 648.37,0 648.38,0 648.39,0 648.41,0 648.43,0 648.47,0 648.48,0 648.49,0 648.51,0 648.54,0 648.56,0 648.569,0 648.59,0 648.63,0 648.64,0 648.65,0 648.689,0 648.699,0 648.71,0 648.75,0 648.77,0 648.78,0 648.8,0 648.85,0 648.87,0 648.89,0 648.9,0 648.93,0 648.939,0 648.95,0 648.98,0 649,0 649.03,0 649.04,0 649.06,0 649.09,0 649.1,0 649.11,0 649.13,0 649.17,0 649.189,0 649.199,0 649.21,0 649.25,0 649.27,0 649.28,0 649.3,0 649.33,0 649.34,0 649.37,0 649.38,0 649.39,0 649.41,0 649.43,0 649.47,0 649.48,0 649.49,0 649.51,0 649.53,0 649.56,0 649.569,0 649.6,0 649.63,0 649.64,0 649.66,0 649.67,0 649.689,0 649.73,0 649.74,0 649.77,0 649.78,0 649.8,0 649.81,0 649.83,0 649.86,0 649.89,0 649.9,0 649.93,0 649.939,0 649.97,0 649.98,0 649.99,0 650.03,0 650.04,0 650.06,0 650.09,0 650.1,0 650.13,0 650.14,0 650.15,0 650.17,0 650.189,0 650.23,0 650.25,0 650.27,0 650.28,0 650.3,0 650.31,0 650.35,0 650.36,0 650.39,0 650.4,0 650.41,0 650.43,0 650.45,0 650.49,0 650.5,0 650.51,0 650.53,0 650.56,0 650.569,0 650.61,0 650.62,0 650.63,0 650.65,0 650.67,0 650.71,0 650.73,0 650.74,0 650.75,0 650.78,0 650.8,0 650.81,0 650.83,0 650.87,0 650.88,0 650.91,0 650.93,0 650.939,0 650.96,0 650.97,0 650.99,0 651.02,0 651.03,0 651.06,0 651.09,0 651.11,0 651.13,0 651.14,0 651.15,0 651.17,0 651.199,0 651.21,0 651.25,0 651.27,0 651.28,0 651.3,0 651.31,0 651.35,0 651.36,0 651.39,0 651.4,0 651.41,0 651.43,0 651.45,0 651.47,0 651.49,0 651.53,0 651.54,0 651.56,0 651.569,0 651.61,0 651.63,0 651.65,0 651.66,0 651.67,0 651.689,0 651.71,0 651.74,0 651.77,0 651.78,0 651.8,0 651.81,0 651.85,0 651.86,0 651.87,0 651.91,0 651.93,0 651.939,0 651.97,0 651.98,0 652.01,0 652.02,0 652.04,0 652.06,0 652.09,0 652.11,0 652.13,0 652.14,0 652.15,0 652.17,0 652.199,0 652.23,0 652.25,0 652.27,0 652.28,0 652.3,0 652.31,0 652.34,0 652.35,0 652.39,0 652.4,0 652.41,0 652.43,0 652.45,0 652.49,0 652.5,0 652.51,0 652.53,0 652.56,0 652.569,0 652.61,0 652.62,0 652.63,0 652.65,0 652.689,0 652.699,0 652.73,0 652.74,0 652.77,0 652.78,0 652.8,0 652.81,0 652.83,0 652.87,0 652.88,0 652.9,0 652.93,0 652.939,0 652.97,0 652.98,0 652.99,0 653.03,0 653.04,0 653.06,0 653.09,0 653.11,0 653.13,0 653.14,0 653.15,0 653.17,0 653.199,0 653.23,0 653.24,0 653.27,0 653.28,0 653.3,0 653.33,0 653.34,0 653.35,0 653.37,0 653.41,0 653.42,0 653.43,0 653.45,0 653.49,0 653.51,0 653.52,0 653.53,0 653.56,0 653.569,0 653.59,0 653.61,0 653.65,0 653.66,0 653.689,0 653.71,0 653.72,0 653.74,0 653.75,0 653.77,0 653.8,0 653.81,0 653.85,0 653.86,0 653.87,0 653.91,0 653.92,0 653.95,0 653.97,0 653.98,0 653.99,0 654.02,0 654.04,0 654.06,0 654.069,0 654.11,0 654.13,0 654.15,0 654.16,0 654.17,0 654.199,0 654.23,0 654.25,0 654.27,0 654.28,0 654.3,0 654.33,0 654.34,0 654.35,0 654.37,0 654.41,0 654.42,0 654.43,0 654.45,0 654.49,0 654.51,0 654.52,0 654.53,0 654.56,0 654.569,0 654.6,0 654.63,0 654.64,0 654.65,0 654.67,0 654.689,0 654.73,0 654.75,0 654.76,0 654.78,0 654.8,0 654.83,0 654.84,0 654.87,0 654.88,0 654.89,0 654.93,0 654.939,0 654.97,0 654.99,0 655,0 655.01,0 655.04,0 655.06,0 655.09,0 655.1,0 655.11,0 655.14,0 655.15,0 655.189,0 655.21,0 655.22,0 655.23,0 655.25,0 655.28,0 655.3,0 655.31,0 655.34,0 655.35,0 655.37,0 655.41,0 655.42,0 655.43,0 655.45,0 655.47,0 655.49,0 655.53,0 655.54,0 655.569,0 655.579,0 655.59,0 655.63,0 655.65,0 655.67,0 655.68,0 655.71,0 655.73,0 655.74,0 655.76,0 655.79,0 655.8,0 655.819,0 655.83,0 655.87,0 655.89,0 655.9,0 655.92,0 655.95,0 655.97,0 655.98,0 656.01,0 656.02,0 656.03,0 656.069,0 656.09,0 656.11,0 656.12,0 656.15,0 656.17,0 656.189,0 656.21,0 656.22,0 656.23,0 656.27,0 656.28,0 656.31,0 656.319,0 656.33,0 656.35,0 656.37,0 656.39,0 656.43,0 656.439,0 656.45,0 656.49,0 656.5,0 656.51,0 656.55,0 656.56,0 656.579,0 656.59,0 656.63,0 656.64,0 656.65,0 656.689,0 656.699,0 656.72,0 656.75,0 656.77,0 656.78,0 656.79,0 656.819,0 656.85,0 656.86,0 656.87,0 656.91,0 656.93,0 656.939,0 656.97,0 656.98,0 657.01,0 657.03,0 657.04,0 657.069,0 657.079,0 657.09,0 657.13,0 657.15,0 657.17,0 657.189,0 657.21,0 657.23,0 657.25,0 657.27,0 657.28,0 657.29,0 657.31,0 657.34,0 657.35,0 657.37,0 657.39,0 657.41,0 657.439,0 657.45,0 657.47,0 657.49,0 657.51,0 657.55,0 657.569,0 657.579,0 657.61,0 657.62,0 657.63,0 657.67,0 657.68,0 657.71,0 657.73,0 657.74,0 657.77,0 657.78,0 657.8,0 657.83,0 657.85,0 657.86,0 657.88,0 657.89,0 657.93,0 657.939,0 657.97,0 657.98,0 658.01,0 658.02,0 658.05,0 658.06,0 658.079,0 658.09,0 658.13,0 658.14,0 658.17,0 658.189,0 658.199,0 658.23,0 658.25,0 658.27,0 658.28,0 658.29,0 658.31,0 658.35,0 658.37,0 658.38,0 658.39,0 658.41,0 658.45,0 658.46,0 658.49,0 658.51,0 658.52,0 658.53,0 658.55,0 658.569,0 658.59,0 658.61,0 658.65,0 658.67,0 658.68,0 658.71,0 658.72,0 658.75,0 658.77,0 658.78,0 658.79,0 658.81,0 658.84,0 658.85,0 658.87,0 658.9,0 658.93,0 658.95,0 658.96,0 658.99,0 659.01,0 659.02,0 659.05,0 659.06,0 659.09,0 659.11,0 659.12,0 659.15,0 659.17,0 659.18,0 659.199,0 659.23,0 659.25,0 659.27,0 659.28,0 659.29,0 659.31,0 659.34,0 659.37,0 659.38,0 659.39,0 659.41,0 659.45,0 659.46,0 659.49,0 659.5,0 659.51,0 659.53,0 659.55,0 659.59,0 659.6,0 659.61,0 659.65,0 659.66,0 659.68,0 659.71,0 659.73,0 659.75,0 659.76,0 659.79,0 659.8,0 659.83,0 659.84,0 659.85,0 659.87,0 659.9,0 659.93,0 659.939,0 659.95,0 659.99,0 660.01,0 660.02,0 660.03,0 660.06,0 660.09,0 660.1,0 660.13,0 660.14,0 660.17,0 660.189,0 660.199,0 660.21,0 660.25,0 660.27,0 660.29,0 660.31,0 660.319,0 660.34,0 660.37,0 660.39,0 660.4,0 660.41,0 660.45,0 660.46,0 660.49,0 660.51,0 660.53,0 660.54,0 660.55,0 660.569,0 660.59,0 660.63,0 660.65,0 660.66,0 660.67,0 660.689,0 660.71,0 660.75,0 660.76,0 660.79,0 660.81,0 660.83,0 660.85,0 660.86,0 660.88,0 660.89,0 660.93,0 660.939,0 660.97,0 660.99,0 661,0 661.01,0 661.05,0 661.06,0 661.09,0 661.1,0 661.13,0 661.15,0 661.16,0 661.17,0 661.189,0 661.21,0 661.25,0 661.27,0 661.29,0 661.31,0 661.319,0 661.33,0 661.37,0 661.38,0 661.39,0 661.41,0 661.43,0 661.47,0 661.48,0 661.49,0 661.51,0 661.53,0 661.55,0 661.59,0 661.6,0 661.61,0 661.64,0 661.67,0 661.68,0 661.689,0 661.73,0 661.75,0 661.76,0 661.77,0 661.81,0 661.819,0 661.83,0 661.87,0 661.88,0 661.91,0 661.92,0 661.93,0 661.97,0 661.98,0 661.99,0 662.03,0 662.05,0 662.069,0 662.09,0 662.11,0 662.13,0 662.15,0 662.16,0 662.17,0 662.199,0 662.22,0 662.25,0 662.27,0 662.29,0 662.31,0 662.319,0 662.35,0 662.37,0 662.39,0 662.4,0 662.41,0 662.43,0 662.47,0 662.48,0 662.49,0 662.51,0 662.53,0 662.56,0 662.569,0 662.61,0 662.62,0 662.65,0 662.66,0 662.67,0 662.689,0 662.71,0 662.75,0 662.76,0 662.78,0 662.81,0 662.83,0 662.85,0 662.86,0 662.89,0 662.9,0 662.93,0 662.939,0 662.96,0 662.99,0 663.01,0 663.03,0 663.04,0 663.05,0 663.09,0 663.11,0 663.13,0 663.15,0 663.16,0 663.189,0 663.199,0 663.23,0 663.25,0 663.26,0 663.27,0 663.31,0 663.319,0 663.33,0 663.36,0 663.39,0 663.4,0 663.41,0 663.43,0 663.47,0 663.49,0 663.5,0 663.51,0 663.53,0 663.56,0 663.569,0 663.61,0 663.62,0 663.63,0 663.65,0 663.67,0 663.699,0 663.73,0 663.74,0 663.77,0 663.79,0 663.8,0 663.83,0 663.84,0 663.87,0 663.89,0 663.91,0 663.92,0 663.939,0 663.97,0 663.98,0 664.01,0 664.02,0 664.04,0 664.05,0 664.069,0 664.11,0 664.12,0 664.14,0 664.15,0 664.189,0 664.199,0 664.23,0 664.24,0 664.25,0 664.29,0 664.31,0 664.33,0 664.34,0 664.37,0 664.38,0 664.41,0 664.42,0 664.43,0 664.46,0 664.49,0 664.5,3.66760284156617 664.53,0 664.54,0 664.55,0 664.569,0 664.61,0 664.62,0 664.63,0 664.65,0 664.68,0 664.689,0 664.71,0 664.73,0 664.77,0 664.78,0 664.81,0 664.819,0 664.83,0 664.87,0 664.88,0 664.91,0 664.92,0 664.95,0 664.96,0 664.99,0 665,0 665.03,0 665.05,0 665.06,0 665.069,0 665.1,0 665.13,0 665.15,0 665.16,0 665.189,0 665.199,0 665.23,0 665.24,0 665.27,0 665.29,0 665.31,0 665.33,0 665.34,0 665.37,0 665.38,0 665.41,0 665.42,0 665.43,0 665.47,0 665.49,0 665.5,2.87460763257889 665.51,0 665.53,0 665.55,0 665.569,0 665.59,0 665.63,0 665.64,0 665.65,0 665.67,0 665.689,0 665.72,0 665.73,0 665.77,0 665.78,0 665.8,0 665.81,0 665.85,0 665.87,0 665.88,0 665.91,0 665.92,0 665.95,0 665.96,0 665.99,0 666.01,0 666.03,0 666.04,0 666.069,0 666.079,0 666.11,0 666.13,0 666.14,0 666.15,0 666.17,0 666.21,0 666.23,0 666.24,0 666.27,0 666.28,0 666.31,0 666.33,0 666.35,0 666.37,0 666.39,0 666.4,0 666.41,0 666.43,0 666.47,0 666.48,0 666.52,0 666.54,1.0408062117958 666.55,0 666.569,0 666.59,0 666.61,0 666.63,0 666.65,0 666.68,0 666.689,0 666.71,0 666.75,0 666.76,0 666.77,0 666.79,0 666.819,0 666.83,0 666.86,0 666.89,0 666.91,0 666.93,0 666.95,0 666.96,0 666.99,0 667,0 667.01,0 667.04,0 667.069,0 667.079,0 667.1,0 667.13,0 667.15,0 667.16,0 667.18,0 667.189,0 667.23,0 667.25,0 667.27,0 667.28,0 667.31,0 667.33,0 667.35,0 667.36,0 667.39,0 667.4,0 667.43,0 667.439,0 667.45,0 667.49,0 667.51,0 667.52,1.48686601685115 667.54,0 667.55,0 667.569,0 667.59,0 667.61,0 667.64,0 667.65,0 667.67,0 667.71,0 667.73,0 667.74,0 667.77,0 667.79,0 667.8,0 667.83,0 667.84,0 667.87,0 667.88,0 667.91,0 667.92,0 667.93,0 667.96,0 667.98,0 667.99,0 668.01,0 668.05,0 668.069,0 668.09,0 668.11,0 668.13,0 668.14,0 668.15,0 668.18,0 668.21,0 668.22,0 668.25,0 668.27,0 668.28,0 668.31,0 668.319,0 668.35,0 668.37,0 668.38,0 668.39,0 668.41,0 668.43,0 668.47,0 668.49,0 668.51,0 668.52,0 668.53,0 668.55,0 668.579,0 668.59,0 668.61,0 668.65,0 668.66,0 668.67,0 668.71,0 668.73,0 668.74,0 668.76,0 668.77,0 668.79,0 668.819,0 668.83,0 668.87,0 668.88,0 668.9,0 668.93,0 668.939,0 668.97,0 668.98,0 669,0 669.03,0 669.05,0 669.06,0 669.09,0 669.1,0 669.12,0 669.13,0 669.16,0 669.189,0 669.199,0 669.23,0 669.25,0 669.27,0 669.29,0 669.3,0 669.319,0 669.35,0 669.36,0 669.37,0 669.41,0 669.42,0 669.439,0 669.45,0 669.47,0 669.51,0 669.52,0 669.53,0 669.55,0 669.579,0 669.59,0 669.62,0 669.65,0 669.66,0 669.67,0 669.71,0 669.72,0 669.75,0 669.76,0 669.79,0 669.81,0 669.83,0 669.84,0 669.85,0 669.88,0 669.89,0 669.92,0 669.93,0 669.96,0 669.97,0 670.01,0 670.02,0 670.05,0 670.069,0 670.09,0 670.1,0 670.13,0 670.14,0 670.16,0 670.189,0 670.21,0 670.23,0 670.24,0 670.27,0 670.29,0 670.3,0 670.33,0 670.35,0 670.36,0 670.37,0 670.4,0 670.41,0 670.45,0 670.46,0 670.49,0 670.51,0 670.52,1.00776474475467 670.53,0 670.55,0 670.579,0 670.59,0 670.61,0 670.63,0 670.66,0 670.689,0 670.699,0 670.71,0 670.73,0 670.75,0 670.79,0 670.8,0 670.819,0 670.83,0 670.87,0 670.88,0 670.89,0 670.92,0 670.939,0 670.95,0 670.99,0 671.01,0 671.02,0 671.05,0 671.069,0 671.079,0 671.09,0 671.12,0 671.15,0 671.16,0 671.189,0 671.21,0 671.22,0 671.25,0 671.27,0 671.28,0 671.29,0 671.31,0 671.33,0 671.35,0 671.38,0 671.39,0 671.41,0 671.45,0 671.47,0 671.48,0 671.51,0 671.52,0 671.53,1.00776474475467 671.55,0 671.569,0 671.59,0 671.63,0 671.65,0 671.66,0 671.689,0 671.699,0 671.71,0 671.75,0 671.76,0 671.78,0 671.8,0 671.81,0 671.85,0 671.87,0 671.89,0 671.9,0 671.91,0 671.95,0 671.97,0 671.98,0 671.99,0 672.03,0 672.05,0 672.069,0 672.079,0 672.09,0 672.13,0 672.14,0 672.17,0 672.18,0 672.21,0 672.22,0 672.23,0 672.27,0 672.28,0 672.29,0 672.31,0 672.34,0 672.35,0 672.39,0 672.4,0 672.42,0 672.45,0 672.47,0 672.48,0 672.49,0 672.53,0 672.54,0 672.55,0 672.569,0 672.59,0 672.61,0 672.64,0 672.65,0 672.689,0 672.71,0 672.72,0 672.73,0 672.76,0 672.79,0 672.81,0 672.819,0 672.85,0 672.86,0 672.89,0 672.91,0 672.92,0 672.93,0 672.96,0 672.97,0 672.99,0 673.03,0 673.05,0 673.069,0 673.079,0 673.09,0 673.13,0 673.14,0 673.17,0 673.189,0 673.21,0 673.23,1.07384767883694 673.24,0 673.25,0 673.29,0 673.3,0 673.31,0 673.33,0 673.35,0 673.39,0 673.4,0 673.42,0 673.45,0 673.47,0 673.48,0 673.49,8.09515942507847 673.51,1.40426234924831 673.53,0 673.55,0 673.569,0 673.59,0 673.61,0 673.64,0 673.65,0 673.689,0 673.699,0 673.71,0 673.75,0 673.76,0 673.79,0 673.8,0 673.819,0 673.83,0 673.85,0 673.88,0 673.89,0 673.91,0 673.95,0 673.96,0 673.98,0 674.01,0 674.02,0 674.05,0 674.06,0 674.09,0 674.11,0 674.13,0 674.15,0 674.17,0 674.18,0 674.21,0 674.23,0 674.24,0 674.27,0 674.29,0 674.3,0 674.31,0 674.33,0 674.36,0 674.39,0 674.4,0 674.43,0 674.45,0 674.47,0 674.48,0 674.49,2.19725755823559 674.51,0 674.53,0 674.55,0 674.569,0 674.59,0 674.61,0 674.64,0 674.65,0 674.67,0 674.71,0 674.72,0 674.75,0 674.76,0 674.77,0 674.81,0 674.819,0 674.83,0 674.87,0 674.88,0 674.9,0 674.93,0 674.939,0 674.97,0 674.99,0 675,0 675.02,0 675.05,0 675.069,0 675.079,0 675.11,0 675.13,0 675.14,0 675.15,0 675.189,0 675.199,0 675.23,0 675.25,0 675.27,0 675.29,0 675.31,0 675.319,0 675.33,0 675.37,0 675.38,0 675.39,0 675.41,0 675.43,0 675.47,0 675.49,0 675.5,1.40426234924831 675.51,0 675.53,0 675.55,0 675.579,0 675.59,0 675.61,0 675.65,0 675.66,0 675.67,0 675.699,0 675.71,0 675.74,0 675.75,0 675.79,0 675.81,0 675.819,0 675.83,0 675.86,0 675.87,0 675.9,0 675.93,0 675.95,0 675.97,0 675.98,0 675.99,0 676.01,0 676.05,0 676.06,0 676.069,0 676.11,0 676.13,0 676.15,0 676.16,0 676.18,0 676.21,0 676.23,0 676.25,0 676.27,0 676.29,0 676.31,0 676.319,0 676.33,0 676.37,0 676.39,0 676.4,0 676.41,0 676.43,0 676.47,0 676.49,0 676.5,0 676.51,0 676.53,0 676.55,0 676.569,0 676.6,0 676.63,0 676.64,0 676.65,0 676.689,0 676.699,0 676.71,0 676.75,0 676.76,0 676.77,0 676.79,0 676.819,0 676.85,0 676.86,0 676.87,0 676.91,0 676.93,0 676.95,0 676.96,0 676.99,0 677,0 677.02,0 677.03,0 677.069,0 677.09,0 677.11,0 677.12,0 677.15,0 677.16,0 677.189,0 677.199,0 677.23,0 677.24,0 677.25,0 677.29,0 677.31,0 677.33,0 677.34,0 677.37,0 677.39,0 677.4,0 677.41,0 677.43,0 677.45,0 677.49,0 677.5,0 677.51,0 677.53,0 677.56,0 677.579,0 677.59,0 677.63,0 677.64,0 677.65,0 677.68,0 677.71,0 677.73,0 677.74,0 677.75,0 677.77,0 677.81,0 677.83,0 677.84,0 677.85,0 677.89,0 677.9,0 677.93,0 677.95,0 677.96,0 677.97,0 678,0 678.01,0 678.05,0 678.06,0 678.069,0 678.11,0 678.13,0 678.15,0 678.16,0 678.17,0 678.199,0 678.23,0 678.24,0 678.25,0 678.29,0 678.31,0 678.33,0 678.34,0 678.37,0 678.39,0 678.4,0 678.41,0 678.43,0 678.47,0 678.48,0 678.51,0 678.52,0 678.53,0 678.55,0 678.569,0 678.6,0 678.63,0 678.64,0 678.67,0 678.68,0 678.71,0 678.72,0 678.75,0 678.76,0 678.79,0 678.8,0 678.81,0 678.84,0 678.87,0 678.88,0 678.89,0 678.93,0 678.939,0 678.97,0 678.98,0 679.01,0 679.02,0 679.04,0 679.069,0 679.09,0 679.11,0 679.12,0 679.15,0 679.16,0 679.189,0 679.21,0 679.23,0 679.24,0 679.27,0 679.29,0 679.31,0 679.33,0 679.35,0 679.36,0 679.39,0 679.4,0 679.43,0 679.439,0 679.45,0 679.47,0 679.49,0 679.51,0 679.55,0 679.569,0 679.579,0 679.59,0 679.61,0 679.65,0 679.66,0 679.67,0 679.71,0 679.72,0 679.75,0 679.77,0 679.79,0 679.8,0 679.83,0 679.84,0 679.87,0 679.88,0 679.91,0 679.93,0 679.939,0 679.97,0 679.98,0 680.01,0 680.03,0 680.04,0 680.069,0 680.079,0 680.11,0 680.12,0 680.13,0 680.17,0 680.18,0 680.21,0 680.23,0 680.24,0 680.27,0 680.29,0 680.31,0 680.33,0 680.35,0 680.36,0 680.37,0 680.4,0 680.43,0 680.439,0 680.47,0 680.49,0 680.51,0 680.52,0 680.53,0 680.569,0 680.579,0 680.59,0 680.61,0 680.65,0 680.66,0 680.67,0 680.71,0 680.72,0 680.73,0 680.77,0 680.78,0 680.79,0 680.83,0 680.84,0 680.86,0 680.89,0 680.9,0 680.93,0 680.939,0 680.95,0 680.99,0 681.01,0 681.03,0 681.05,0 681.06,0 681.09,0 681.11,0 681.12,0 681.15,0 681.16,0 681.189,0 681.199,0 681.23,0 681.24,0 681.25,0 681.29,0 681.31,0 681.319,0 681.35,0 681.36,0 681.37,0 681.4,0 681.43,0 681.439,0 681.45,0 681.49,0 681.5,0 681.53,0 681.54,0 681.569,0 681.579,0 681.59,0 681.61,0 681.64,0 681.66,0 681.67,0 681.699,0 681.71,0 681.75,0 681.76,0 681.77,0 681.81,0 681.83,0 681.84,0 681.87,0 681.88,0 681.89,0 681.93,0 681.939,0 681.97,0 681.98,0 681.99,0 682.03,0 682.05,0 682.06,0 682.079,0 682.11,0 682.13,0 682.14,0 682.16,0 682.189,0 682.21,0 682.22,0 682.23,0 682.27,0 682.29,0 682.31,0 682.33,0 682.35,0 682.36,0 682.37,0 682.39,0 682.43,0 682.439,0 682.45,0 682.49,0 682.5,0 682.51,0 682.55,0 682.569,0 682.579,0 682.59,0 682.61,0 682.65,0 682.66,0 682.689,0 682.699,0 682.73,0 682.75,0 682.77,0 682.79,0 682.8,0 682.81,0 682.85,0 682.86,0 682.89,0 682.9,0 682.91,0 682.939,0 682.95,0 682.99,0 683.01,0 683.02,0 683.05,0 683.06,0 683.069,0 683.11,0 683.13,0 683.15,0 683.16,0 683.189,0 683.199,0 683.23,0 683.25,0 683.27,0 683.29,0 683.3,0 683.33,0 683.35,0 683.36,0 683.37,0 683.39,0 683.41,0 683.43,0 683.45,0 683.47,0 683.5,0 683.51,0 683.53,0 683.569,0 683.579,0 683.61,0 683.62,0 683.63,0 683.65,0 683.68,0 683.689,0 683.73,0 683.74,0 683.77,0 683.78,0 683.79,0 683.819,0 683.83,0 683.87,0 683.88,0 683.91,0 683.92,0 683.95,0 683.97,0 683.98,0 683.99,0 684.03,0 684.04,0 684.069,0 684.09,0 684.11,0 684.12,0 684.13,0 684.17,0 684.189,0 684.199,0 684.23,0 684.25,0 684.27,0 684.29,0 684.31,0 684.33,0 684.34,0 684.37,0 684.38,0 684.39,0 684.43,0 684.439,0 684.47,0 684.48,0 684.5,0 684.51,0 684.55,0 684.56,0 684.569,0 684.59,0 684.61,0 684.64,0 684.65,0 684.689,0 684.71,0 684.72,0 684.73,0 684.76,0 684.77,0 684.8,0 684.81,0 684.85,0 684.86,0 684.89,0 684.91,0 684.92,0 684.95,0 684.96,0 684.99,0 685,0 685.03,0 685.05,0 685.069,0 685.079,0 685.11,0 685.12,0 685.15,0 685.16,0 685.189,0 685.199,0 685.23,0 685.25,0 685.26,0 685.29,0 685.3,0 685.33,0 685.35,0 685.37,0 685.38,0 685.41,0 685.42,0 685.43,0 685.47,0 685.48,0 685.51,0 685.52,0 685.53,0 685.55,0 685.569,0 685.59,0 685.61,0 685.65,0 685.66,0 685.689,0 685.699,0 685.71,0 685.74,0 685.75,0 685.78,0 685.81,0 685.819,0 685.84,0 685.87,0 685.88,0 685.91,0 685.92,0 685.93,0 685.96,0 685.99,0 686.01,0 686.02,0 686.03,0 686.069,0 686.09,0 686.11,0 686.13,0 686.14,0 686.15,0 686.17,0 686.21,0 686.23,0 686.24,0 686.27,0 686.29,0 686.31,0 686.33,0 686.35,0 686.36,0 686.39,0 686.4,0 686.41,0 686.43,0 686.47,0 686.48,0 686.49,0 686.52,0 686.55,0 686.56,0 686.569,0 686.59,0 686.61,0 686.65,0 686.67,0 686.68,0 686.689,0 686.73,0 686.74,0 686.76,0 686.77,0 686.81,0 686.83,0 686.85,0 686.86,0 686.89,0 686.9,0 686.93,0 686.939,0 686.97,0 686.99,0 687.01,0 687.02,0 687.05,0 687.06,0 687.069,0 687.1,0 687.11,0 687.13,0 687.17,0 687.189,0 687.199,0 687.23,0 687.25,0 687.26,0 687.27,0 687.31,0 687.319,0 687.33,0 687.35,0 687.39,0 687.4,0 687.41,0 687.43,0 687.47,0 687.49,0 687.5,1.12340987939865 687.51,0 687.54,0 687.55,0 687.569,0 687.59,0 687.61,0 687.64,0 687.65,0 687.689,0 687.699,0 687.72,0 687.75,0 687.76,0 687.79,0 687.8,0 687.81,0 687.85,0 687.87,0 687.88,0 687.91,0 687.92,0 687.939,0 687.95,0 687.99,0 688.01,0 688.03,0 688.04,0 688.06,0 688.09,0 688.11,0 688.12,0 688.13,0 688.17,0 688.18,0 688.21,0 688.23,0 688.25,0 688.26,0 688.28,0 688.31,0 688.319,0 688.33,0 688.35,0 688.39,0 688.41,0 688.42,0 688.43,0 688.47,0 688.49,0 688.5,0 688.51,0 688.54,0 688.55,0 688.569,0 688.59,0 688.61,0 688.65,0 688.66,0 688.67,0 688.71,0 688.72,0 688.73,0 688.75,0 688.77,0 688.81,0 688.83,0 688.84,0 688.86,0 688.89,0 688.9,0 688.92,0 688.93,0 688.97,0 688.98,0 689.01,0 689.02,0 689.05,0 689.06,0 689.09,0 689.11,0 689.13,0 689.14,0 689.15,0 689.17,0 689.21,0 689.23,0 689.25,0 689.26,0 689.27,0 689.31,0 689.33,0 689.34,0 689.37,0 689.39,0 689.4,0 689.41,0 689.43,0 689.47,0 689.49,0 689.51,0 689.52,0 689.55,0 689.56,0 689.569,0 689.59,0 689.61,0 689.63,0 689.65,0 689.68,0 689.71,0 689.72,0 689.74,0 689.76,0 689.79,0 689.81,0 689.819,0 689.83,0 689.87,0 689.89,0 689.9,0 689.93,0 689.939,0 689.97,0 689.99,0 690,0 690.03,0 690.04,0 690.069,0 690.079,0 690.11,0 690.13,0 690.15,0 690.16,0 690.18,0 690.199,0 690.23,0 690.25,0 690.27,0 690.29,0 690.31,0 690.33,0 690.34,0 690.37,0 690.39,0 690.4,0 690.42,0 690.43,0 690.45,0 690.49,0 690.51,0 690.52,0 690.53,0 690.55,0 690.569,0 690.59,0 690.61,0 690.63,0 690.67,0 690.689,0 690.699,0 690.71,0 690.74,0 690.77,0 690.78,0 690.79,0 690.81,0 690.85,0 690.87,0 690.88,0 690.9,0 690.91,0 690.95,0 690.96,0 690.99,0 691,0 691.02,0 691.03,0 691.069,0 691.079,0 691.11,0 691.13,0 691.14,0 691.17,0 691.18,0 691.189,0 691.23,0 691.25,0 691.27,0 691.28,0 691.29,0 691.33,0 691.34,0 691.35,0 691.39,0 691.4,0 691.43,0 691.439,0 691.45,0 691.49,0 691.51,0 691.52,0 691.53,0 691.55,0 691.579,0 691.61,0 691.63,0 691.64,0 691.65,0 691.67,0 691.689,0 691.71,0 691.74,0 691.77,0 691.78,0 691.8,0 691.81,0 691.83,0 691.87,0 691.88,0 691.91,0 691.92,0 691.93,0 691.97,0 691.98,0 692,0 692.01,0 692.05,0 692.06,0 692.09,0 692.11,0 692.13,0 692.14,0 692.16,0 692.17,0 692.21,0 692.22,0 692.25,0 692.27,0 692.29,0 692.31,0 692.33,0 692.35,0 692.37,0 692.39,0 692.4,0 692.41,0 692.439,0 692.45,0 692.49,0 692.51,0 692.52,0 692.53,0 692.55,0 692.59,0 692.6,0 692.61,0 692.63,0 692.65,0 692.689,0 692.699,0 692.71,0 692.74,0 692.75,0 692.79,0 692.81,0 692.819,0 692.85,0 692.87,0 692.88,0 692.9,0 692.91,0 692.95,0 692.97,0 692.98,0 693,0 693.03,0 693.04,0 693.069,0 693.079,0 693.11,0 693.12,0 693.15,0 693.17,0 693.18,0 693.21,0 693.22,0 693.23,0 693.27,0 693.29,0 693.31,0 693.33,0 693.35,0 693.36,0 693.37,0 693.41,0 693.42,0 693.45,0 693.46,0 693.47,0 693.51,0 693.53,0 693.54,0 693.55,0 693.569,0 693.6,0 693.61,0 693.65,0 693.66,0 693.68,0 693.689,0 693.73,0 693.74,0 693.77,0 693.79,0 693.8,0 693.81,0 693.85,0 693.86,0 693.89,0 693.9,0 693.92,0 693.93,0 693.95,0 693.97,0 694,0 694.02,0 694.03,0 694.06,0 694.09,0 694.1,0 694.13,0 694.15,0 694.16,0 694.17,0 694.199,0 694.21,0 694.25,0 694.27,0 694.29,0 694.31,0 694.33,0 694.35,0 694.37,0 694.39,0 694.41,0 694.42,0 694.45,0 694.46,0 694.47,0 694.51,0 694.53,0 694.54,0 694.55,0 694.59,0 694.6,0 694.61,0 694.63,0 694.65,0 694.67,0 694.699,0 694.73,0 694.74,0 694.77,0 694.79,0 694.8,0 694.819,0 694.84,0 694.87,0 694.89,0 694.9,0 694.91,0 694.93,0 694.96,0 694.97,0 695.01,0 695.03,0 695.05,0 695.06,0 695.069,0 695.1,0 695.11,0 695.15,0 695.17,0 695.18,0 695.189,0 695.23,0 695.25,0 695.27,0 695.29,0 695.31,0 695.33,0 695.35,0 695.37,0 695.38,0 695.39,0 695.41,0 695.45,0 695.47,0 695.48,0 695.49,0 695.51,0 695.54,0 695.55,0 695.569,0 695.59,0 695.61,0 695.64,0 695.65,0 695.68,0 695.71,0 695.73,0 695.74,0 695.77,0 695.78,0 695.81,0 695.819,0 695.84,0 695.85,0 695.89,0 695.9,0 695.92,0 695.95,0 695.97,0 695.98,0 695.99,0 696.02,0 696.05,0 696.06,0 696.069,0 696.09,0 696.12,0 696.15,0 696.17,0 696.18,0 696.189,0 696.23,0 696.25,0 696.26,0 696.29,0 696.31,0 696.33,0 696.35,0 696.37,0 696.38,0 696.39,0 696.41,0 696.45,0 696.47,0 696.48,0 696.49,0 696.51,0 696.54,0 696.55,0 696.59,0 696.6,0 696.61,0 696.63,0 696.66,0 696.689,0 696.699,0 696.73,0 696.74,0 696.75,0 696.77,0 696.81,0 696.819,0 696.85,0 696.86,0 696.88,0 696.89,0 696.93,0 696.939,0 696.95,0 696.99,0 697,0 697.02,0 697.03,0 697.069,0 697.079,0 697.11,0 697.12,0 697.15,0 697.16,0 697.18,0 697.21,0 697.23,0 697.25,0 697.27,0 697.29,0 697.31,0 697.33,0 697.35,0 697.36,0 697.37,0 697.39,0 697.41,0 697.45,0 697.47,0 697.48,0 697.49,0 697.51,0 697.53,0 697.56,0 697.569,0 697.6,0 697.61,0 697.63,0 697.66,0 697.689,0 697.71,0 697.72,0 697.75,0 697.76,0 697.78,0 697.81,0 697.819,0 697.84,0 697.87,0 697.88,0 697.89,0 697.93,0 697.95,0 697.97,0 697.98,0 697.99,0 698.01,0 698.05,0 698.06,0 698.09,0 698.1,0 698.11,0 698.15,0 698.17,0 698.18,0 698.21,0 698.23,0 698.24,0 698.27,0 698.29,0 698.31,0 698.33,0 698.35,0 698.36,0 698.39,0 698.41,0 698.42,0 698.45,0 698.47,0 698.48,0 698.49,0 698.51,0 698.55,0 698.56,0 698.569,0 698.59,0 698.61,0 698.63,0 698.67,0 698.68,0 698.689,0 698.73,0 698.74,0 698.75,0 698.78,0 698.81,0 698.83,0 698.84,0 698.87,0 698.88,0 698.9,0 698.91,0 698.95,0 698.97,0 698.98,0 699.01,0 699.02,0 699.03,0 699.06,0 699.09,0 699.1,0 699.13,0 699.14,0 699.15,0 699.189,0 699.21,0 699.23,0 699.25,0 699.27,0 699.29,0 699.31,0 699.319,0 699.34,0 699.37,0 699.39,0 699.4,0 699.41,0 699.45,0 699.46,0 699.49,0 699.5,19.1144886832975 699.53,0 699.54,0 699.55,0 699.569,0 699.59,0 699.61,0 699.64,0 699.65,0 699.67,0 699.71,0 699.73,0 699.74,0 699.77,0 699.78,0 699.81,0 699.819,0 699.85,0 699.86,0 699.89,0 699.9,0 699.91,0 699.95,0 699.96,0 699.97,0 699.99,0 700.03,0 700.04,0 700.06,0 700.09,0 700.1,0 700.11,0 700.15,0 700.16,0 700.18,0 700.189,0 700.23,0 700.25,0 700.27,0 700.29,0 700.31,0 700.33,0 700.34,0 700.37,0 700.38,0 700.41,0 700.42,0 700.43,0 700.47,0 700.49,0 700.5,0 700.51,6.01354700148687 700.53,0 700.55,0 700.569,0 700.59,0 700.61,0 700.65,0 700.66,0 700.67,0 700.71,0 700.72,0 700.75,0 700.76,0 700.77,0 700.81,0 700.83,0 700.84,0 700.87,0 700.88,0 700.89,0 700.92,0 700.95,0 700.96,0 700.99,0 701.01,0 701.02,0 701.05,0 701.06,0 701.09,0 701.11,0 701.13,0 701.14,0 701.15,0 701.189,0 701.21,0 701.23,0 701.25,0 701.26,0 701.29,0 701.31,0 701.33,0 701.34,0 701.37,0 701.38,0 701.39,0 701.42,0 701.43,0 701.47,0 701.48,0 701.51,0 701.52,8.98727903518916 701.55,0 701.56,0 701.569,0 701.59,0 701.61,0 701.63,0 701.65,0 701.67,0 701.71,0 701.72,0 701.74,0 701.75,0 701.79,0 701.81,0 701.819,0 701.85,0 701.86,0 701.87,0 701.89,0 701.93,0 701.95,0 701.97,0 701.98,0 701.99,0 702.03,0 702.05,0 702.06,0 702.09,0 702.11,0 702.12,0 702.15,0 702.17,0 702.189,0 702.199,0 702.23,0 702.25,0 702.26,0 702.29,0 702.3,0 702.33,0 702.34,0 702.35,0 702.39,0 702.41,0 702.42,0 702.43,0 702.47,0 702.49,0 702.51,0 702.52,3.55195770692219 702.54,0 702.55,0 702.569,0 702.59,0 702.61,0 702.63,0 702.66,0 702.67,0 702.689,0 702.72,0 702.75,0 702.76,0 702.79,0 702.81,0 702.819,0 702.83,0 702.87,0 702.89,0 702.91,0 702.93,0 702.939,0 702.97,0 702.98,0 703.01,0 703.02,0 703.04,0 703.05,0 703.09,0 703.11,0 703.13,0 703.14,0 703.16,0 703.17,0 703.189,0 703.23,0 703.24,0 703.27,0 703.29,0 703.31,0 703.33,0 703.34,0 703.35,0 703.39,0 703.41,0 703.42,0 703.43,0 703.47,0 703.49,0 703.51,0 703.52,0 703.53,0 703.55,0 703.569,0 703.59,0 703.61,0 703.64,0 703.65,0 703.689,0 703.699,0 703.73,0 703.74,0 703.75,0 703.79,0 703.8,0 703.83,0 703.84,0 703.87,0 703.88,0 703.91,0 703.93,0 703.939,0 703.95,0 703.98,0 703.99,0 704.03,0 704.04,0 704.05,0 704.079,0 704.11,0 704.12,0 704.15,0 704.16,0 704.18,0 704.21,0 704.22,0 704.25,0 704.27,0 704.29,0 704.31,0 704.319,0 704.35,0 704.37,0 704.39,0 704.41,0 704.43,0 704.439,0 704.45,0 704.47,0 704.51,0 704.52,0 704.53,0 704.55,0 704.569,0 704.59,0 704.61,0 704.65,0 704.67,0 704.689,0 704.699,0 704.72,0 704.75,0 704.77,0 704.78,0 704.79,0 704.819,0 704.85,0 704.86,0 704.89,0 704.91,0 704.92,0 704.95,0 704.96,0 704.99,0 705,0 705.01,0 705.05,0 705.06,0 705.069,0 705.09,0 705.12,0 705.13,0 705.15,0 705.189,0 705.199,0 705.23,0 705.25,0 705.27,0 705.29,0 705.31,0 705.33,0 705.34,0 705.36,0 705.37,0 705.41,0 705.43,0 705.439,0 705.45,0 705.47,0 705.51,0 705.52,0 705.53,0 705.56,0 705.569,0 705.59,0 705.61,0 705.65,0 705.67,0 705.68,0 705.699,0 705.73,0 705.75,0 705.76,0 705.79,0 705.81,0 705.819,0 705.85,0 705.86,0 705.89,0 705.9,0 705.91,0 705.95,0 705.96,0 705.97,0 706,0 706.03,0 706.05,0 706.069,0 706.09,0 706.1,0 706.13,0 706.15,0 706.16,0 706.17,0 706.189,0 706.23,0 706.25,0 706.26,0 706.29,0 706.31,0 706.33,0 706.35,0 706.37,0 706.38,0 706.41,0 706.42,0 706.45,0 706.46,0 706.49,0 706.5,0 706.52,0 706.53,0 706.55,0 706.579,0 706.59,0 706.61,0 706.63,0 706.67,0 706.68,0 706.71,0 706.73,0 706.74,0 706.75,0 706.78,0 706.81,0 706.819,0 706.84,0 706.85,0 706.89,0 706.91,0 706.92,0 706.939,0 706.97,0 706.99,0 707,0 707.03,0 707.04,0 707.069,0 707.079,0 707.09,0 707.12,0 707.15,0 707.17,0 707.18,0 707.189,0 707.23,0 707.25,0 707.26,0 707.29,0 707.31,0 707.33,0 707.35,0 707.37,0 707.38,0 707.39,0 707.42,0 707.43,0 707.45,0 707.49,0 707.5,0 707.53,0 707.54,0 707.55,0 707.569,0 707.59,0 707.61,0 707.65,0 707.66,0 707.689,0 707.699,0 707.71,0 707.75,0 707.76,0 707.78,0 707.79,0 707.819,0 707.85,0 707.86,0 707.87,0 707.89,0 707.92,0 707.939,0 707.97,0 707.99,0 708,0 708.03,0 708.05,0 708.069,0 708.09,0 708.11,0 708.12,0 708.15,0 708.16,0 708.17,0 708.199,0 708.23,0 708.24,0 708.27,0 708.29,0 708.31,0 708.33,0 708.35,0 708.37,0 708.38,0 708.39,1.47034528333058 708.41,0 708.45,0 708.46,0 708.47,0 708.51,0 708.53,0 708.54,0 708.55,0 708.569,0 708.59,0 708.61,0 708.63,0 708.65,0 708.68,0 708.689,0 708.73,0 708.74,0 708.75,0 708.79,0 708.8,0 708.81,0 708.85,0 708.87,0 708.88,0 708.9,0 708.93,0 708.939,0 708.95,0 708.99,0 709.01,0 709.03,0 709.04,0 709.069,0 709.079,0 709.11,0 709.13,0 709.14,0 709.15,0 709.189,0 709.21,0 709.22,0 709.25,0 709.27,0 709.28,0 709.31,0 709.319,0 709.35,0 709.37,0 709.38,0 709.39,0 709.41,0 709.45,0 709.47,0 709.48,0 709.51,0 709.52,0 709.56,0 709.579,0 709.59,0 709.61,0 709.63,0 709.65,0 709.67,0 709.689,0 709.71,0 709.73,0 709.77,0 709.79,0 709.8,0 709.83,0 709.84,0 709.87,0 709.88,0 709.91,0 709.92,0 709.939,0 709.95,0 709.99,0 710.01,0 710.03,0 710.04,0 710.05,0 710.09,0 710.11,0 710.12,0 710.13,0 710.15,0 710.18,0 710.199,0 710.23,0 710.25,0 710.27,0 710.29,0 710.31,0 710.33,0 710.35,0 710.37,0 710.39,0 710.4,0 710.41,0 710.43,0 710.46,0 710.47,0 710.51,0 710.52,0 710.55,0 710.56,1.61903188501569 710.569,0 710.59,0 710.61,0 710.63,0 710.65,0 710.67,0 710.699,0 710.71,0 710.73,0 710.76,0 710.78,0 710.79,0 710.819,0 710.85,0 710.86,0 710.89,0 710.91,0 710.92,0 710.93,0 710.96,0 710.97,0 711.01,0 711.03,0 711.05,0 711.06,0 711.079,0 711.09,0 711.12,0 711.15,0 711.16,0 711.189,0 711.199,0 711.23,0 711.24,0 711.27,0 711.29,0 711.31,0 711.33,0 711.35,0 711.37,0 711.39,0 711.4,0 711.41,0 711.45,0 711.46,0 711.49,0 711.5,0 711.53,0 711.55,0 711.56,0 711.569,0 711.59,0 711.61,0 711.63,0 711.66,0 711.689,0 711.699,0 711.73,0 711.74,0 711.76,0 711.79,0 711.8,0 711.83,0 711.84,0 711.87,0 711.88,0 711.91,0 711.93,0 711.939,0 711.97,0 711.98,0 712.01,0 712.03,0 712.05,0 712.06,0 712.069,0 712.11,0 712.13,0 712.14,0 712.15,0 712.189,0 712.199,0 712.21,0 712.25,0 712.27,0 712.29,0 712.31,0 712.33,0 712.35,0 712.37,0 712.39,0 712.41,0 712.42,0 712.43,0 712.45,0 712.47,0 712.49,0 712.51,0 712.55,0 712.56,0 712.569,0 712.59,0 712.61,0 712.65,0 712.66,0 712.67,0 712.689,0 712.72,0 712.73,0 712.77,0 712.79,0 712.8,0 712.81,0 712.85,0 712.87,0 712.88,0 712.89,0 712.93,0 712.939,0 712.97,0 712.99,0 713,0 713.02,0 713.05,0 713.06,0 713.079,0 713.09,0 713.13,0 713.14,0 713.17,0 713.18,0 713.21,0 713.22,0 713.25,0 713.27,0 713.29,0 713.31,0 713.33,0 713.35,0 713.36,0 713.37,0 713.41,0 713.42,0 713.43,0 713.45,0 713.49,0 713.51,0 713.52,0 713.55,0 713.56,0 713.569,0 713.59,0 713.61,0 713.64,0 713.65,0 713.67,0 713.699,0 713.73,0 713.75,0 713.76,0 713.79,0 713.8,0 713.83,0 713.84,0 713.87,0 713.88,0 713.9,0 713.93,0 713.939,0 713.95,0 713.97,0 714,0 714.03,0 714.05,0 714.069,0 714.079,0 714.11,0 714.13,0 714.14,0 714.15,0 714.17,0 714.189,0 714.23,0 714.25,0 714.26,0 714.29,0 714.31,0 714.33,0 714.35,0 714.37,0 714.39,0 714.41,0 714.42,0 714.43,0 714.45,0 714.49,0 714.51,0 714.52,0 714.53,0 714.55,0 714.569,0 714.59,0 714.61,0 714.65,0 714.66,0 714.67,0 714.71,0 714.72,0 714.73,0 714.76,0 714.77,0 714.8,0 714.81,0 714.84,0 714.86,0 714.89,0 714.9,0 714.93,0 714.939,0 714.97,0 714.98,0 714.99,0 715.03,0 715.05,0 715.069,0 715.09,0 715.1,0 715.13,0 715.14,0 715.17,0 715.18,0 715.189,0 715.23,0 715.25,0 715.27,0 715.28,0 715.31,0 715.33,0 715.35,0 715.36,0 715.37,0 715.41,0 715.42,0 715.43,0 715.45,0 715.49,0 715.51,0 715.52,0 715.53,0 715.569,0 715.579,6.52568974062448 715.6,2.11465389063274 715.61,0 715.63,0 715.65,0 715.67,0 715.689,0 715.71,0 715.75,0 715.76,0 715.79,0 715.81,0 715.819,0 715.85,0 715.86,0 715.88,0 715.89,0 715.92,0 715.93,0 715.95,0 715.99,0 716,0 716.01,0 716.04,0 716.05,0 716.09,0 716.11,0 716.12,0 716.13,0 716.17,0 716.189,0 716.199,0 716.23,0 716.24,0 716.27,0 716.29,0 716.31,0 716.33,0 716.35,0 716.36,0 716.37,0 716.41,0 716.43,0 716.439,0 716.45,0 716.49,0 716.51,0 716.52,0 716.53,6.59177267470676 716.569,0 716.579,0 716.59,2.52767222864695 716.61,0 716.63,0 716.65,0 716.67,0 716.689,0 716.72,0 716.73,0 716.75,0 716.77,0 716.79,0 716.819,0 716.85,0 716.87,0 716.89,0 716.9,0 716.93,0 716.95,0 716.97,0 716.99,0 717,0 717.03,0 717.05,0 717.069,0 717.079,0 717.11,0 717.12,0 717.15,0 717.16,0 717.189,0 717.21,0 717.23,0 717.24,0 717.27,0 717.28,0 717.31,0 717.33,0 717.34,0 717.35,0 717.37,0 717.41,0 717.42,0 717.43,0 717.45,0 717.49,0 717.51,0 717.53,1.99900875598877 717.54,0 717.569,0 717.579,0 717.59,0 717.61,0 717.63,0 717.65,0 717.68,0 717.689,0 717.71,0 717.75,0 717.77,0 717.78,0 717.81,0 717.83,0 717.84,0 717.85,0 717.87,0 717.9,0 717.93,0 717.939,0 717.97,0 717.98,0 718.01,0 718.02,0 718.04,0 718.069,0 718.079,0 718.09,0 718.13,0 718.15,0 718.16,0 718.189,0 718.199,0 718.23,0 718.24,0 718.27,0 718.29,0 718.31,0 718.33,0 718.35,0 718.37,0 718.39,0 718.41,0 718.43,0 718.439,0 718.45,0 718.49,0 718.51,0 718.53,0 718.54,0 718.55,11.6140756649595 718.569,0 718.59,0 718.61,0 718.63,0 718.65,0 718.689,0 718.699,0 718.72,0 718.75,0 718.76,0 718.79,0 718.81,0 718.819,0 718.85,0 718.87,0 718.88,0 718.89,0 718.91,0 718.939,0 718.97,0 718.98,0 719.01,0 719.02,0 719.05,0 719.06,0 719.079,0 719.11,0 719.13,0 719.14,0 719.17,0 719.189,0 719.199,0 719.23,0 719.25,0 719.27,0 719.28,0 719.31,0 719.33,0 719.34,0 719.37,0 719.38,0 719.39,0 719.43,0 719.45,0 719.47,1.9824880224682 719.48,0 719.49,0 719.53,0 719.54,0 719.55,5.6335701305138 719.59,0 719.6,0 719.61,0 719.63,0 719.65,0 719.689,0 719.699,0 719.72,0 719.75,0 719.77,0 719.79,0 719.8,0 719.819,0 719.85,0 719.86,0 719.87,0 719.89,0 719.93,0 719.939,0 719.97,0 719.99,0 720.01,0 720.03,0 720.04,0 720.06,0 720.079,0 720.09,0 720.12,0 720.14,0 720.17,0 720.18,0 720.21,0 720.22,0 720.25,0 720.27,0 720.29,0 720.31,0 720.33,0 720.35,0 720.37,0 720.39,0 720.41,0 720.43,0 720.439,0 720.47,1.10688914587808 720.48,0 720.49,0 720.53,0 720.54,0 720.55,1.22253428052206 720.59,0 720.6,0 720.61,0 720.63,0 720.65,0 720.67,0 720.689,0 720.72,0 720.73,0 720.75,0 720.79,0 720.8,0 720.81,0 720.84,0 720.87,0 720.88,0 720.89,0 720.92,0 720.95,0 720.97,0 720.98,0 721,0 721.03,0 721.05,0 721.069,0 721.079,0 721.09,0 721.12,0 721.13,0 721.17,0 721.18,0 721.21,0 721.23,0 721.24,0 721.27,0 721.29,0 721.31,0 721.33,0 721.35,0 721.37,0 721.39,0 721.4,0 721.43,0 721.439,0 721.47,0 721.48,0 721.49,2.31290269287956 721.51,0 721.55,0 721.56,0 721.569,0 721.6,0 721.61,0 721.63,0 721.65,0 721.67,0 721.71,0 721.73,0 721.75,0 721.76,0 721.77,0 721.79,0 721.83,0 721.85,0 721.86,0 721.87,0 721.89,0 721.93,0 721.95,0 721.96,0 721.98,0 721.99,0 722.03,0 722.05,0 722.069,0 722.09,0 722.1,0 722.13,0 722.15,0 722.17,0 722.189,0 722.199,0 722.23,0 722.24,0 722.27,0 722.29,0 722.31,0 722.33,0 722.35,0 722.37,0 722.39,0 722.41,0 722.42,0 722.46,13.6791673550306 722.48,0 722.49,0 722.51,0 722.53,0 722.55,0 722.569,0 722.61,0 722.62,0 722.63,0 722.65,0 722.689,0 722.71,0 722.72,0 722.73,0 722.77,0 722.78,0 722.79,0 722.83,0 722.84,0 722.85,0 722.88,0 722.91,0 722.92,0 722.939,0 722.95,0 722.98,0 722.99,0 723.03,0 723.04,0 723.069,0 723.079,0 723.09,0 723.11,0 723.13,0 723.15,0 723.18,0 723.21,0 723.22,0 723.24,0 723.25,0 723.27,0 723.31,0 723.319,0 723.35,0 723.37,0 723.39,0 723.4,0 723.42,0 723.45,0 723.46,4.22930778126549 723.49,0 723.5,3.76672724268958 723.53,0 723.54,1.47034528333058 723.55,0 723.569,0 723.59,0 723.61,0 723.65,0 723.66,0 723.689,0 723.699,0 723.73,0 723.75,0 723.76,0 723.77,0 723.81,0 723.819,0 723.83,0 723.87,0 723.89,0 723.9,0 723.93,0 723.939,0 723.95,0 723.98,0 724.01,0 724.03,0 724.04,0 724.069,0 724.09,0 724.1,0 724.13,0 724.15,0 724.16,0 724.18,0 724.189,0 724.21,0 724.25,0 724.27,0 724.28,0 724.31,0 724.319,0 724.35,0 724.37,0 724.38,0 724.41,0 724.43,0 724.45,0 724.46,1.18949281348092 724.49,0 724.5,0 724.51,1.68511481909797 724.53,0 724.55,0 724.569,0 724.59,0 724.61,0 724.63,0 724.66,0 724.67,0 724.71,0 724.73,0 724.75,0 724.77,0 724.78,0 724.79,0 724.81,0 724.85,0 724.87,0 724.88,0 724.91,0 724.92,0 724.93,0 724.97,0 724.99,0 725,0 725.01,0 725.04,0 725.069,0 725.079,0 725.11,0 725.12,0 725.14,0 725.17,0 725.189,0 725.21,0 725.22,0 725.24,0 725.27,0 725.29,0 725.31,0 725.33,0 725.35,0 725.37,0 725.39,0 725.4,0 725.41,0 725.45,0 725.46,0 725.47,0 725.51,0 725.52,0 725.53,0 725.55,0 725.569,0 725.59,0 725.61,0 725.63,0 725.67,0 725.68,0 725.689,0 725.72,0 725.75,0 725.77,0 725.78,0 725.79,0 725.81,0 725.85,0 725.86,0 725.88,0 725.91,0 725.92,0 725.939,0 725.96,0 725.97,0 726.01,0 726.02,0 726.05,0 726.06,0 726.09,0 726.1,0 726.13,0 726.15,0 726.17,0 726.18,0 726.189,0 726.23,0 726.24,0 726.25,0 726.29,0 726.31,0 726.33,0 726.35,0 726.37,0 726.39,0 726.4,0 726.43,0 726.45,0 726.46,0 726.47,0 726.51,0 726.52,0 726.54,0 726.55,0 726.579,0 726.59,0 726.61,0 726.63,0 726.65,0 726.689,0 726.699,0 726.71,0 726.74,0 726.75,0 726.78,0 726.79,0 726.819,0 726.83,0 726.86,0 726.88,0 726.89,0 726.93,0 726.939,0 726.97,0 726.98,0 727.01,0 727.02,0 727.05,0 727.06,0 727.09,0 727.1,0 727.11,0 727.14,0 727.17,0 727.18,0 727.199,0 727.23,0 727.25,0 727.27,0 727.29,0 727.31,0 727.33,0 727.35,0 727.37,0 727.38,0 727.39,0 727.41,0 727.45,0 727.46,0 727.47,0 727.51,0 727.53,1.32165868164547 727.54,0 727.55,0 727.569,0 727.59,0 727.61,0 727.63,0 727.65,0 727.689,0 727.699,0 727.72,0 727.73,0 727.77,0 727.79,0 727.81,0 727.83,0 727.84,0 727.86,0 727.87,0 727.91,0 727.92,0 727.93,0 727.96,0 727.99,0 728,0 728.01,0 728.05,0 728.069,0 728.09,0 728.1,0 728.13,0 728.15,0 728.16,0 728.189,0 728.199,0 728.21,0 728.23,0 728.27,0 728.28,0 728.31,0 728.33,0 728.35,0 728.37,0 728.38,0 728.41,0 728.43,0 728.439,0 728.47,0 728.48,0 728.51,0 728.53,1.32165868164547 728.55,0 728.56,0 728.569,0 728.59,0 728.61,0 728.63,0 728.65,0 728.67,0 728.699,0 728.71,0 728.73,0 728.76,0 728.77,0 728.81,0 728.819,0 728.84,0 728.86,0 728.88,0 728.91,0 728.93,0 728.939,0 728.95,0 728.99,0 729,0 729.02,0 729.03,0 729.069,0 729.079,0 729.11,0 729.13,0 729.15,0 729.16,0 729.189,0 729.199,0 729.23,0 729.25,0 729.26,0 729.28,0 729.31,0 729.33,0 729.35,0 729.36,0 729.37,0 729.41,0 729.42,0 729.43,0 729.45,0 729.49,0 729.51,0 729.53,0 729.54,1.09036841235751 729.55,0 729.569,0 729.59,0 729.61,0 729.63,0 729.65,0 729.68,0 729.689,0 729.71,0 729.75,0 729.77,0 729.78,0 729.79,0 729.819,0 729.85,0 729.86,0 729.87,0 729.91,0 729.92,0 729.95,0 729.96,0 729.99,0 730,0 730.01,0 730.05,0 730.069,0 730.079,0 730.1,0 730.13,0 730.14,0 730.15,0 730.189,0 730.199,0 730.23,0 730.25,0 730.27,0 730.29,0 730.31,0 730.33,0 730.35,0 730.37,0 730.38,0 730.41,0 730.42,0 730.43,0 730.47,0 730.48,0 730.51,0 730.53,1.28861721460433 730.55,0 730.569,0 730.579,0 730.59,0 730.61,0 730.63,0 730.65,0 730.67,0 730.689,0 730.72,0 730.73,0 730.77,0 730.79,0 730.81,0 730.819,0 730.84,0 730.85,0 730.89,0 730.9,0 730.93,0 730.95,0 730.96,0 730.98,0 730.99,0 731.02,0 731.05,0 731.069,0 731.09,0 731.11,0 731.12,0 731.15,0 731.17,0 731.18,0 731.189,0 731.21,0 731.25,0 731.27,0 731.29,0 731.3,0 731.33,0 731.35,0 731.37,0 731.38,0 731.41,0 731.43,0 731.439,0 731.45,0 731.47,0 731.5,0 731.53,0 731.55,0 731.569,0 731.579,0 731.59,0 731.61,0 731.63,0 731.65,0 731.689,0 731.71,0 731.72,0 731.74,0 731.75,0 731.77,0 731.79,0 731.819,0 731.85,0 731.87,0 731.88,0 731.9,0 731.91,0 731.93,0 731.96,0 731.99,0 732,0 732.02,0 732.05,0 732.069,0 732.079,0 732.11,0 732.13,0 732.14,0 732.17,0 732.18,0 732.21,0 732.22,0 732.25,0 732.27,0 732.29,0 732.31,0 732.33,0 732.35,0 732.37,0 732.38,0 732.41,0 732.43,0 732.439,0 732.45,0 732.47,0 732.49,0 732.53,0 732.55,0 732.56,0 732.579,0 732.59,0 732.61,0 732.63,0 732.67,0 732.68,0 732.689,0 732.73,0 732.75,0 732.77,0 732.78,0 732.81,0 732.819,0 732.83,0 732.87,0 732.88,0 732.9,0 732.91,0 732.95,0 732.96,0 732.98,0 732.99,0 733.03,0 733.04,0 733.05,0 733.09,0 733.11,0 733.12,0 733.15,0 733.16,0 733.17,0 733.21,0 733.23,0 733.25,0 733.27,0 733.28,0 733.31,0 733.33,0 733.35,0 733.37,0 733.39,0 733.4,0 733.43,0 733.439,0 733.45,0 733.48,0 733.49,0 733.51,0 733.55,0 733.56,0 733.59,0 733.6,0 733.61,0 733.63,0 733.65,0 733.689,0 733.71,0 733.72,0 733.73,0 733.76,0 733.79,0 733.8,0 733.819,0 733.83,0 733.86,0 733.89,0 733.9,0 733.92,0 733.95,0 733.96,0 733.98,0 734.01,0 734.03,0 734.04,0 734.069,0 734.079,0 734.09,0 734.12,0 734.15,0 734.16,0 734.189,0 734.199,0 734.23,0 734.24,0 734.27,0 734.28,0 734.31,0 734.33,0 734.35,0 734.37,0 734.39,0 734.4,0 734.43,0 734.45,0 734.46,0 734.47,0 734.49,0 734.51,0 734.53,0 734.55,0 734.59,0 734.6,0 734.61,0 734.63,0 734.66,0 734.689,0 734.71,0 734.72,0 734.73,0 734.76,0 734.77,0 734.81,0 734.819,0 734.83,0 734.87,0 734.88,0 734.89,0 734.92,0 734.95,0 734.97,0 734.98,0 735,0 735.03,0 735.05,0 735.06,0 735.079,0 735.09,0 735.12,0 735.13,0 735.16,0 735.189,0 735.199,0 735.23,0 735.24,0 735.27,0 735.28,0 735.31,0 735.33,0 735.35,0 735.37,0 735.39,0 735.41,0 735.42,0 735.45,0 735.47,0 735.48,0 735.49,0 735.51,0 735.53,0 735.569,0 735.579,0 735.59,0 735.63,0 735.65,0 735.66,0 735.68,0 735.699,0 735.73,0 735.75,0 735.76,0 735.79,0 735.8,0 735.81,0 735.84,0 735.85,0 735.89,0 735.9,0 735.92,0 735.939,0 735.96,0 735.99,0 736,0 736.03,0 736.04,0 736.069,0 736.09,0 736.11,0 736.12,0 736.14,0 736.16,0 736.189,0 736.21,0 736.22,0 736.25,0 736.26,0 736.29,0 736.31,0 736.33,0 736.35,0 736.37,0 736.38,0 736.41,0 736.42,0 736.45,0 736.47,0 736.49,1.07384767883694 736.51,0 736.52,0 736.53,0 736.569,0 736.579,0 736.59,0 736.61,0 736.63,0 736.65,0 736.689,0 736.699,0 736.73,0 736.74,0 736.75,0 736.79,0 736.8,0 736.81,0 736.85,0 736.86,0 736.88,0 736.91,0 736.92,0 736.95,0 736.96,0 736.97,0 737.01,0 737.03,0 737.05,0 737.069,0 737.079,0 737.11,0 737.13,0 737.14,0 737.16,0 737.17,0 737.21,0 737.22,0 737.24,0 737.27,0 737.28,0 737.29,0 737.33,0 737.35,0 737.37,0 737.38,0 737.39,0 737.43,0 737.439,1.07384767883694 737.47,0 737.49,0 737.5,0 737.51,0 737.53,0 737.569,0 737.579,0 737.59,1.3547001486866 737.61,0 737.63,0 737.65,0 737.67,0 737.689,0 737.71,0 737.75,0 737.76,0 737.78,0 737.8,0 737.83,0 737.84,0 737.85,0 737.87,0 737.91,0 737.93,0 737.939,0 737.95,0 737.98,0 738.01,0 738.02,0 738.05,0 738.069,0 738.079,0 738.11,0 738.13,0 738.14,0 738.16,0 738.17,0 738.21,0 738.22,0 738.25,0 738.27,0 738.28,0 738.31,0 738.33,0 738.35,0 738.37,0 738.39,0 738.41,0 738.43,0 738.439,0 738.45,0 738.49,0 738.51,1.02428547827524 738.52,0 738.53,0 738.55,0 738.59,0 738.6,0 738.61,0 738.63,0 738.65,0 738.67,0 738.689,0 738.73,0 738.74,0 738.76,0 738.78,0 738.81,0 738.83,0 738.84,0 738.87,0 738.88,0 738.89,0 738.91,0 738.939,0 738.97,0 738.98,0 739.01,0 739.02,0 739.03,0 739.069,0 739.079,0 739.09,0 739.13,0 739.15,0 739.16,0 739.17,0 739.21,0 739.23,0 739.24,0 739.27,0 739.28,0 739.31,0 739.33,0 739.35,0 739.37,0 739.39,0 739.4,0 739.43,0 739.439,0 739.45,0 739.49,0 739.51,1.23905501404262 739.52,0 739.54,0 739.55,0 739.59,0 739.6,0 739.61,0 739.63,0 739.65,0 739.689,0 739.699,0 739.71,0 739.75,0 739.77,0 739.78,0 739.81,0 739.819,0 739.84,0 739.85,0 739.89,0 739.91,0 739.92,0 739.939,0 739.95,0 739.99,0 740.01,0 740.03,0 740.04,0 740.069,0 740.09,0 740.11,0 740.13,0 740.14,0 740.17,0 740.189,0 740.199,0 740.22,0 740.25,0 740.26,0 740.29,0 740.31,0 740.319,0 740.35,0 740.37,0 740.39,0 740.41,0 740.43,0 740.439,0 740.45,0 740.47,0 740.51,0 740.52,0 740.569,0 740.579,0 740.59,0 740.61,0 740.63,0 740.65,0 740.67,0 740.71,0 740.72,0 740.73,0 740.75,0 740.77,0 740.8,0 740.819,0 740.83,0 740.87,0 740.88,0 740.9,0 740.93,0 740.939,0 740.96,0 740.99,0 741,0 741.03,0 741.04,0 741.05,0 741.09,0 741.1,0 741.12,0 741.15,0 741.16,0 741.17,0 741.21,0 741.23,0 741.24,0 741.27,0 741.29,0 741.3,0 741.33,0 741.34,0 741.37,0 741.39,0 741.41,0 741.43,0 741.45,0 741.46,0 741.47,0 741.51,0 741.52,0 741.55,1.3547001486866 741.56,0 741.579,0 741.59,0 741.61,0 741.63,0 741.65,0 741.67,0 741.71,0 741.72,0 741.73,0 741.77,0 741.79,0 741.8,0 741.83,0 741.84,0 741.87,0 741.88,0 741.89,0 741.92,0 741.93,0 741.97,0 741.99,0 742,0 742.02,0 742.05,0 742.069,0 742.079,0 742.09,0 742.13,0 742.14,0 742.15,0 742.189,0 742.199,0 742.21,0 742.25,0 742.26,0 742.29,0 742.3,0 742.33,0 742.35,0 742.37,0 742.39,0 742.41,0 742.43,0 742.439,0 742.45,0 742.47,0 742.51,0 742.53,0 742.54,7.64909962002313 742.55,0 742.579,0 742.59,0 742.61,0 742.63,0 742.65,0 742.67,0 742.71,0 742.72,0 742.73,0 742.75,0 742.79,0 742.8,0 742.819,0 742.85,0 742.87,0 742.88,0 742.89,0 742.93,0 742.939,0 742.97,0 742.98,0 743.01,0 743.02,0 743.03,0 743.05,0 743.079,0 743.09,0 743.12,0 743.15,0 743.17,0 743.18,0 743.21,0 743.23,0 743.24,0 743.27,0 743.29,0 743.3,0 743.33,0 743.35,0 743.37,0 743.38,0 743.39,0 743.43,0 743.45,0 743.46,0 743.47,0 743.51,0 743.53,0 743.54,0 743.55,3.30414670411366 743.569,0 743.61,0 743.62,0 743.63,0 743.65,0 743.67,0 743.689,0 743.73,0 743.74,0 743.76,0 743.79,0 743.81,0 743.819,0 743.83,0 743.86,0 743.89,0 743.9,0 743.93,0 743.939,0 743.95,0 743.97,0 744.01,0 744.02,0 744.05,0 744.069,0 744.09,0 744.1,0 744.11,0 744.15,0 744.17,0 744.189,0 744.199,0 744.22,0 744.23,0 744.27,0 744.29,0 744.31,0 744.33,0 744.35,0 744.37,0 744.39,0 744.41,0 744.43,0 744.45,0 744.47,0 744.48,0 744.51,0 744.52,0 744.55,0 744.56,22.501239055014 744.59,0 744.6,0 744.61,0 744.63,0 744.65,0 744.67,0 744.71,0 744.72,0 744.73,0 744.75,0 744.79,0 744.8,0 744.81,0 744.84,0 744.87,0 744.89,0 744.9,0 744.93,0 744.95,0 744.96,0 744.99,0 745.01,0 745.02,0 745.05,0 745.069,0 745.09,0 745.1,0 745.13,0 745.15,0 745.16,0 745.189,0 745.21,0 745.23,0 745.24,0 745.27,0 745.29,0 745.31,0 745.33,0 745.35,0 745.36,0 745.39,0 745.4,0 745.43,0 745.45,0 745.47,0 745.48,3.84933091029242 745.49,0 745.51,0 745.55,0 745.56,8.40905336196927 745.569,0 745.59,0 745.61,0 745.63,1.0408062117958 745.65,0 745.67,0 745.699,0 745.71,0 745.74,0 745.75,0 745.78,0 745.79,0 745.81,0 745.85,0 745.87,0 745.88,0 745.91,0 745.92,0 745.93,0 745.97,0 745.98,0 745.99,0 746.02,0 746.05,0 746.069,0 746.079,0 746.09,0 746.12,0 746.15,0 746.16,0 746.18,0 746.21,0 746.22,0 746.25,0 746.27,0 746.29,0 746.31,0 746.33,0 746.35,0 746.37,0 746.39,0 746.4,0 746.43,0 746.45,0 746.47,0 746.49,0 746.51,2.23029902527672 746.52,0 746.55,0 746.569,5.0057822567322 746.579,0 746.6,0 746.61,0 746.63,0 746.65,0 746.689,0 746.699,0 746.71,0 746.74,0 746.75,0 746.77,0 746.8,0 746.81,0 746.83,0 746.85,0 746.89,0 746.9,0 746.91,0 746.95,0 746.96,0 746.98,0 747,0 747.01,0 747.05,0 747.06,0 747.09,0 747.1,0 747.12,0 747.15,0 747.16,0 747.189,0 747.199,0 747.23,0 747.25,0 747.27,0 747.28,0 747.31,0 747.33,0 747.35,0 747.37,0 747.39,0 747.41,0 747.42,0 747.45,0 747.46,0 747.49,0 747.5,51.0986287791178 747.53,0 747.55,0 747.569,1.10688914587808 747.579,0 747.59,0 747.61,0 747.63,0 747.65,0 747.67,0 747.689,0 747.71,0 747.75,0 747.77,0 747.79,0 747.81,0 747.819,0 747.84,0 747.87,0 747.88,0 747.89,0 747.93,0 747.939,0 747.97,0 747.98,0 748.01,0 748.02,0 748.05,0 748.069,0 748.079,0 748.09,0 748.11,0 748.15,0 748.17,0 748.18,0 748.199,0 748.23,0 748.24,0 748.27,0 748.29,0 748.31,0 748.33,0 748.35,0 748.37,0 748.39,0 748.41,0 748.42,0 748.45,0 748.46,0 748.49,0 748.5,0 748.51,22.5508012555757 748.55,1.22253428052206 748.56,0 748.569,0 748.59,0 748.61,0 748.63,0 748.67,0 748.68,0 748.689,0 748.71,0 748.73,0 748.76,0 748.77,0 748.79,0 748.819,0 748.85,0 748.86,0 748.87,0 748.91,0 748.93,0 748.939,0 748.97,0 748.98,0 749.01,0 749.02,0 749.04,0 749.069,0 749.079,0 749.11,0 749.12,0 749.15,0 749.17,0 749.18,0 749.21,0 749.23,0 749.25,0 749.27,0 749.29,0 749.3,0 749.33,0 749.35,0 749.37,0 749.39,0 749.41,0 749.42,0 749.43,0 749.47,0 749.49,0 749.51,5.22055179249959 749.52,0 749.55,0 749.56,0 749.569,0 749.59,0 749.61,0 749.63,0 749.65,0 749.67,0 749.689,0 749.71,0 749.73,0 749.76,0 749.77,0 749.8,0 749.81,0 749.85,0 749.87,0 749.89,0 749.9,0 749.93,0 749.95,0 749.97,0 749.98,0 750.01,0 750.03,0 750.04,0 750.069,0 750.079,0 750.11,0 750.12,0 750.15,0 750.17,0 750.189,0 750.199,0 750.21,0 750.25,0 750.27,0 750.29,0 750.3,0 750.33,0 750.35,0 750.37,0 750.39,0 750.41,0 750.43,0 750.439,0 750.47,0 750.49,0 750.51,0 750.52,1.61903188501569 750.54,0 750.55,1.09036841235751 750.569,0 750.59,0 750.61,0 750.63,0 750.65,0 750.67,0 750.689,0 750.71,0 750.74,0 750.76,0 750.77,0 750.79,0 750.83,0 750.84,0 750.85,0 750.89,0 750.9,0 750.93,0 750.939,0 750.97,0 750.99,0 751,0 751.01,0 751.04,0 751.069,0 751.09,0 751.11,0 751.13,0 751.14,0 751.15,0 751.189,0 751.21,0 751.22,0 751.25,0 751.27,0 751.29,0 751.31,0 751.319,0 751.35,0 751.37,0 751.39,0 751.4,0 751.42,0 751.45,0 751.47,0 751.49,0 751.5,0 751.54,0 751.56,0 751.569,0 751.59,0 751.61,0 751.63,0 751.66,0 751.67,0 751.689,0 751.73,0 751.75,0 751.76,0 751.77,0 751.8,0 751.819,0 751.83,0 751.86,0 751.89,0 751.9,0 751.93,0 751.95,0 751.96,0 751.97,0 751.99,0 752.03,0 752.05,0 752.06,0 752.069,0 752.11,0 752.12,0 752.15,0 752.16,0 752.189,0 752.199,0 752.23,0 752.25,0 752.26,0 752.27,0 752.31,0 752.319,0 752.35,0 752.37,0 752.38,0 752.41,0 752.42,0 752.439,0 752.45,0 752.49,0 752.5,0 752.53,0 752.54,1.51990748389228 752.56,0 752.569,0 752.59,0 752.61,0 752.63,0 752.65,0 752.67,0 752.689,0 752.72,0 752.73,0 752.76,0 752.79,0 752.8,0 752.81,0 752.85,0 752.87,0 752.88,0 752.9,0 752.91,0 752.95,0 752.97,0 752.98,0 753.01,0 753.02,0 753.05,0 753.06,0 753.09,0 753.11,0 753.12,0 753.15,0 753.16,0 753.189,0 753.21,0 753.22,0 753.24,0 753.25,0 753.29,0 753.31,0 753.33,0 753.35,0 753.37,0 753.39,0 753.41,0 753.42,0 753.43,0 753.45,0 753.49,0 753.51,0 753.53,0 753.54,0 753.55,0 753.569,0 753.59,0 753.61,0 753.63,0 753.66,0 753.67,0 753.699,0 753.72,0 753.73,0 753.77,0 753.79,0 753.8,0 753.83,0 753.84,0 753.87,0 753.89,0 753.9,0 753.93,0 753.939,0 753.95,0 753.99,0 754.01,0 754.02,0 754.04,0 754.069,0 754.079,0 754.11,0 754.13,0 754.14,0 754.17,0 754.18,0 754.189,0 754.22,0 754.25,0 754.27,0 754.29,0 754.3,0 754.33,0 754.35,0 754.37,0 754.39,0 754.4,0 754.43,0 754.439,0 754.46,0 754.47,0 754.51,0 754.53,0 754.54,0 754.55,0 754.569,0 754.59,0 754.61,0 754.63,0 754.65,0 754.67,0 754.71,0 754.72,0 754.75,0 754.76,0 754.77,0 754.8,0 754.81,0 754.85,0 754.87,0 754.88,0 754.89,0 754.93,0 754.939,0 754.96,0 754.98,0 755.01,0 755.02,0 755.05,0 755.06,0 755.09,0 755.11,0 755.12,0 755.13,0 755.16,0 755.17,0 755.189,0 755.23,0 755.25,0 755.27,0 755.28,0 755.31,0 755.33,0 755.35,0 755.37,0 755.39,0 755.41,0 755.43,0 755.439,0 755.45,0 755.47,0 755.51,0 755.52,0 755.55,0 755.56,0 755.569,0 755.59,0 755.61,0 755.63,0 755.65,0 755.67,0 755.71,0 755.72,0 755.73,0 755.77,0 755.79,0 755.81,0 755.819,0 755.83,0 755.85,0 755.89,0 755.9,0 755.93,0 755.939,0 755.97,0 755.98,0 756,0 756.01,0 756.04,0 756.069,0 756.079,0 756.11,0 756.13,0 756.14,0 756.17,0 756.18,0 756.21,0 756.22,0 756.25,0 756.27,0 756.29,0 756.31,0 756.33,0 756.35,0 756.37,0 756.39,0 756.41,0 756.42,0 756.45,0 756.46,0 756.47,0 756.49,0 756.53,0 756.55,0 756.56,0 756.59,0 756.6,0 756.61,0 756.63,0 756.65,0 756.689,0 756.699,0 756.71,0 756.73,0 756.76,0 756.77,0 756.81,0 756.819,0 756.84,0 756.87,0 756.88,0 756.91,0 756.92,0 756.93,0 756.97,0 756.99,0 757,0 757.02,0 757.03,0 757.069,0 757.079,0 757.1,0 757.13,0 757.14,0 757.17,0 757.18,0 757.189,0 757.22,0 757.25,0 757.26,0 757.29,0 757.31,0 757.33,0 757.35,0 757.37,0 757.39,0 757.4,0 757.41,0 757.45,0 757.46,0 757.47,0 757.49,0 757.53,0 757.55,0 757.569,0 757.579,0 757.59,0 757.61,0 757.63,0 757.65,0 757.689,0 757.71,0 757.72,0 757.74,0 757.76,0 757.77,0 757.81,0 757.819,0 757.85,0 757.87,0 757.88,0 757.89,0 757.93,0 757.939,0 757.95,0 757.99,0 758,0 758.03,0 758.04,0 758.069,0 758.079,0 758.11,0 758.12,0 758.15,0 758.16,0 758.189,0 758.199,0 758.21,0 758.25,0 758.26,0 758.29,0 758.31,0 758.33,0 758.35,0 758.37,0 758.39,0 758.41,0 758.43,0 758.45,0 758.46,0 758.47,0 758.49,0 758.51,0 758.53,0 758.569,0 758.579,0 758.6,0 758.61,0 758.63,0 758.65,0 758.68,0 758.71,0 758.72,0 758.75,0 758.77,0 758.78,0 758.79,0 758.81,0 758.84,0 758.85,0 758.89,0 758.91,0 758.92,0 758.939,0 758.95,0 758.99,0 759.01,0 759.03,0 759.04,0 759.069,0 759.079,0 759.11,0 759.13,0 759.15,0 759.17,0 759.189,0 759.199,0 759.23,0 759.25,0 759.27,0 759.28,0 759.31,0 759.33,0 759.35,0 759.37,0 759.38,0 759.41,0 759.43,0 759.45,0 759.47,0 759.48,0 759.49,0 759.51,0 759.53,0 759.569,0 759.579,0 759.61,0 759.62,0 759.63,0 759.65,0 759.67,0 759.689,0 759.72,0 759.75,0 759.77,0 759.78,0 759.79,0 759.819,0 759.85,0 759.87,0 759.88,0 759.91,0 759.92,0 759.93,0 759.95,0 759.99,0 760,0 760.03,0 760.04,0 760.069,0 760.079,0 760.09,0 760.13,0 760.15,0 760.16,0 760.17,0 760.189,0 760.23,0 760.25,0 760.27,0 760.29,0 760.31,0 760.33,0 760.35,0 760.37,0 760.39,0 760.41,0 760.43,0 760.45,0 760.47,0 760.48,2.24681975879729 760.51,0 760.52,0 760.53,0 760.55,0 760.579,0 760.59,0 760.61,0 760.63,0 760.65,0 760.689,0 760.699,0 760.71,0 760.74,0 760.75,0 760.79,0 760.81,0 760.819,0 760.84,0 760.85,0 760.89,0 760.9,0 760.93,0 760.939,0 760.97,0 760.98,0 761,0 761.03,0 761.04,0 761.069,0 761.079,0 761.11,0 761.13,0 761.14,0 761.16,0 761.17,0 761.21,0 761.23,0 761.24,0 761.27,0 761.29,0 761.31,0 761.33,0 761.34,0 761.37,0 761.39,0 761.41,0 761.43,0 761.45,0 761.47,0 761.48,0 761.51,0 761.52,1.70163555261854 761.53,0 761.55,0 761.579,0 761.59,0 761.62,0 761.63,0 761.65,0 761.67,0 761.689,0 761.73,0 761.74,0 761.77,0 761.78,0 761.79,0 761.819,0 761.85,0 761.86,0 761.87,0 761.91,0 761.93,0 761.939,0 761.95,0 761.99,0 762,0 762.02,0 762.04,0 762.069,0 762.09,0 762.1,0 762.13,0 762.14,0 762.17,0 762.18,0 762.189,0 762.23,0 762.25,0 762.26,0 762.28,0 762.31,0 762.33,0 762.35,0 762.36,0 762.39,0 762.41,0 762.43,0 762.439,0 762.47,0 762.48,0 762.51,19.3457789525855 762.52,0 762.55,0 762.56,1.32165868164547 762.569,0 762.59,0 762.61,0 762.63,0 762.65,0 762.689,0 762.699,0 762.72,0 762.74,0 762.77,0 762.78,0 762.81,0 762.819,0 762.85,0 762.86,0 762.89,0 762.9,0 762.92,0 762.93,0 762.97,0 762.98,0 762.99,0 763.02,0 763.05,0 763.06,0 763.09,0 763.1,0 763.11,0 763.14,0 763.17,0 763.18,0 763.21,0 763.22,0 763.23,0 763.27,0 763.29,0 763.31,0 763.33,0 763.35,0 763.37,0 763.39,0 763.41,0 763.43,0 763.439,0 763.47,0 763.49,0 763.51,0 763.52,8.59078143069552 763.54,0 763.55,0 763.569,0 763.59,0 763.61,0 763.63,0 763.66,0 763.67,0 763.689,0 763.73,0 763.75,0 763.76,0 763.78,0 763.81,0 763.819,0 763.83,0 763.87,0 763.88,0 763.89,0 763.92,0 763.95,0 763.96,0 763.99,0 764,0 764.02,0 764.05,0 764.069,0 764.079,0 764.11,0 764.13,0 764.14,0 764.15,0 764.189,0 764.199,0 764.23,0 764.24,0 764.27,0 764.29,0 764.3,0 764.33,0 764.35,0 764.37,0 764.39,0 764.41,0 764.42,0 764.43,0 764.47,0 764.49,0 764.51,0 764.52,0 764.53,6.57525194118619 764.56,0 764.569,0 764.59,0 764.61,0 764.63,0 764.65,0 764.68,0 764.699,0 764.71,0 764.73,0 764.77,0 764.78,0 764.79,0 764.81,0 764.85,0 764.86,0 764.87,0 764.91,0 764.92,0 764.93,0 764.97,0 764.99,0 765,0 765.02,0 765.03,0 765.05,0 765.09,0 765.11,0 765.12,0 765.15,0 765.17,0 765.189,0 765.199,0 765.21,0 765.25,0 765.27,0 765.28,0 765.31,0 765.33,0 765.35,0 765.37,0 765.39,0 765.41,0 765.42,0 765.45,0 765.46,1.0408062117958 765.49,0 765.51,0 765.53,2.69287956385264 765.54,0 765.56,0 765.569,0 765.59,0 765.61,0 765.63,0 765.66,0 765.689,0 765.699,0 765.71,0 765.75,0 765.76,0 765.77,0 765.79,0 765.819,0 765.85,0 765.86,0 765.89,0 765.9,0 765.93,0 765.939,0 765.97,0 765.98,0 766.01,0 766.03,0 766.04,0 766.069,0 766.079,0 766.11,0 766.12,0 766.14,0 766.15,0 766.18,0 766.21,0 766.23,0 766.24,0 766.27,0 766.28,0 766.31,0 766.33,0 766.34,0 766.37,0 766.39,0 766.41,0 766.42,0 766.45,0 766.47,0 766.49,0 766.5,0 766.53,0 766.54,19.2962167520238 766.55,0 766.579,0 766.59,0 766.61,0 766.63,0 766.65,0 766.67,0 766.689,0 766.71,0 766.74,0 766.75,0 766.78,0 766.79,0 766.83,0 766.85,0 766.87,0 766.88,0 766.91,0 766.92,0 766.939,0 766.95,0 766.99,0 767,0 767.03,0 767.05,0 767.06,0 767.079,0 767.09,0 767.13,0 767.15,0 767.16,0 767.18,0 767.21,0 767.23,0 767.25,0 767.26,0 767.29,0 767.31,0 767.33,0 767.35,0 767.36,0 767.39,0 767.41,0 767.42,0 767.43,0 767.46,0 767.47,0 767.51,0 767.53,0 767.54,0 767.55,7.91343135635222 767.579,0 767.59,0 767.61,0 767.63,0 767.65,0 767.67,0 767.699,0 767.71,0 767.75,0 767.76,0 767.79,0 767.81,0 767.819,0 767.85,0 767.86,0 767.87,0 767.89,0 767.93,0 767.939,0 767.95,0 767.99,0 768.01,0 768.02,0 768.05,0 768.06,0 768.069,0 768.1,0 768.13,0 768.14,0 768.17,0 768.189,0 768.21,0 768.23,0 768.24,0 768.27,0 768.28,0 768.31,0 768.33,0 768.35,0 768.36,0 768.39,0 768.41,0 768.42,0 768.43,0 768.47,0 768.48,0 768.51,0 768.53,0 768.55,2.11465389063274 768.56,0 768.579,0 768.59,0 768.61,0 768.63,0 768.65,0 768.68,0 768.689,0 768.71,0 768.75,0 768.76,0 768.79,0 768.81,0 768.819,0 768.85,0 768.87,0 768.88,0 768.91,0 768.92,0 768.939,0 768.97,0 768.99,0 769,0 769.02,0 769.03,0 769.069,0 769.09,0 769.11,0 769.13,0 769.14,0 769.15,0 769.189,0 769.21,0 769.23,0 769.24,0 769.27,0 769.28,0 769.31,0 769.33,0 769.34,0 769.37,0 769.39,0 769.4,0 769.41,0 769.43,0 769.47,0 769.49,0 769.5,0 769.53,0 769.55,0 769.56,0 769.569,0 769.59,0 769.61,0 769.63,0 769.65,0 769.67,0 769.699,0 769.72,0 769.75,0 769.77,0 769.78,0 769.79,0 769.83,0 769.84,0 769.85,0 769.89,0 769.9,0 769.93,0 769.939,0 769.96,0 769.99,0 770,0 770.03,0 770.05,0 770.069,0 770.09,0 770.1,0 770.13,0 770.14,0 770.15,0 770.189,0 770.199,0 770.23,0 770.25,0 770.27,0 770.29,0 770.3,0 770.33,0 770.35,0 770.37,0 770.39,0 770.41,0 770.42,0 770.439,0 770.45,0 770.49,0 770.51,0 770.53,0 770.54,0 770.569,0 770.579,1.76771848670081 770.6,0 770.61,0 770.63,0 770.65,0 770.67,0 770.689,0 770.72,0 770.73,0 770.77,0 770.78,0 770.81,0 770.819,0 770.84,0 770.85,0 770.88,0 770.9,0 770.91,0 770.93,0 770.96,0 770.99,0 771,0 771.03,0 771.04,0 771.06,0 771.09,0 771.11,0 771.13,0 771.14,0 771.15,0 771.189,0 771.199,0 771.23,0 771.24,0 771.27,0 771.28,0 771.31,0 771.33,0 771.35,0 771.37,0 771.39,0 771.41,0 771.42,0 771.43,0 771.47,0 771.49,0 771.51,0 771.52,0 771.53,0 771.569,0 771.579,0 771.59,0 771.61,0 771.63,0 771.65,0 771.67,0 771.689,0 771.72,0 771.75,0 771.76,0 771.77,0 771.79,0 771.819,0 771.84,0 771.85,0 771.88,0 771.89,0 771.92,0 771.95,0 771.97,0 771.98,0 772,0 772.01,0 772.05,0 772.069,0 772.09,0 772.1,0 772.11,0 772.14,0 772.16,0 772.189,0 772.199,0 772.23,0 772.25,0 772.26,0 772.29,0 772.31,0 772.33,0 772.35,0 772.37,0 772.39,0 772.41,0 772.42,0 772.45,0 772.47,0 772.49,0 772.51,0 772.53,0 772.54,0 772.55,0 772.59,3.48587477283991 772.61,0 772.62,0 772.63,0 772.65,0 772.67,0 772.699,0 772.71,0 772.73,0 772.76,0 772.77,0 772.81,0 772.819,0 772.85,0 772.86,0 772.88,0 772.91,0 772.93,0 772.939,0 772.97,0 772.99,0 773,0 773.02,0 773.05,0 773.06,0 773.09,0 773.1,0 773.11,0 773.15,0 773.16,0 773.189,0 773.21,0 773.23,0 773.25,0 773.27,0 773.29,0 773.31,0 773.33,0 773.35,0 773.37,0 773.38,0 773.41,0 773.43,0 773.439,0 773.47,0 773.48,0 773.51,0 773.52,0 773.53,1.70163555261854 773.55,0 773.59,0 773.6,1.20601354700149 773.62,0 773.63,0 773.65,0 773.67,0 773.689,0 773.72,0 773.73,0 773.76,0 773.79,0 773.8,0 773.819,0 773.83,0 773.85,0 773.89,0 773.9,0 773.93,0 773.95,0 773.96,0 773.98,0 773.99,0 774.02,0 774.05,0 774.069,0 774.079,0 774.09,0 774.13,0 774.14,0 774.16,0 774.189,0 774.21,0 774.22,0 774.23,0 774.27,0 774.29,0 774.31,0 774.33,0 774.35,0 774.37,0 774.39,0 774.41,0 774.43,0 774.439,0 774.47,0 774.48,0 774.51,2.18073682471502 774.53,0 774.54,0 774.55,3.023294234264 774.59,0 774.6,1.56946968445399 774.61,0 774.63,0 774.65,0 774.67,0 774.71,0 774.72,0 774.75,0 774.76,0 774.77,0 774.8,0 774.819,0 774.85,0 774.87,0 774.88,0 774.9,0 774.92,0 774.95,0 774.96,0 774.99,0 775.01,0 775.02,0 775.04,0 775.069,0 775.09,0 775.11,0 775.12,0 775.15,0 775.16,0 775.189,0 775.21,0 775.23,0 775.24,0 775.27,0 775.29,0 775.3,0 775.33,0 775.35,0 775.37,0 775.39,0 775.41,0 775.43,0 775.439,0 775.45,0 775.49,0 775.51,0 775.53,0 775.54,0 775.55,2.01552948950933 775.569,0 775.59,0 775.61,0 775.63,0 775.65,0 775.67,0 775.699,0 775.71,0 775.75,0 775.76,0 775.79,0 775.81,0 775.819,0 775.85,0 775.86,0 775.87,0 775.91,0 775.93,0 775.95,0 775.97,0 775.98,0 775.99,0 776.03,0 776.04,0 776.069,0 776.09,0 776.11,0 776.12,0 776.14,0 776.15,0 776.189,0 776.199,0 776.23,0 776.25,0 776.26,0 776.29,0 776.31,0 776.33,0 776.35,0 776.37,0 776.39,0 776.41,0 776.43,0 776.45,0 776.46,0 776.49,0 776.5,0 776.52,1.07384767883694 776.55,0 776.56,1.17297207996035 776.569,0 776.59,0 776.61,0 776.63,0 776.67,0 776.68,0 776.689,0 776.71,0 776.74,0 776.75,0 776.77,0 776.8,0 776.819,0 776.83,0 776.87,0 776.89,0 776.9,0 776.91,0 776.93,0 776.96,0 776.98,0 777.01,0 777.02,0 777.04,0 777.069,0 777.09,0 777.1,0 777.12,0 777.15,0 777.16,0 777.18,0 777.21,0 777.22,0 777.25,0 777.26,0 777.29,0 777.31,0 777.33,0 777.35,0 777.36,0 777.39,0 777.41,0 777.43,0 777.439,0 777.45,0 777.49,0 777.5,0 777.53,0 777.55,0 777.56,1.3051379481249 777.569,0 777.59,0 777.61,0 777.63,0 777.65,0 777.689,0 777.699,0 777.71,0 777.75,0 777.76,0 777.77,0 777.79,0 777.83,0 777.85,0 777.86,0 777.89,0 777.9,0 777.92,0 777.95,0 777.96,0 777.98,0 777.99,0 778.03,0 778.04,0 778.069,0 778.079,0 778.09,0 778.11,0 778.15,0 778.16,0 778.189,0 778.199,0 778.23,0 778.24,0 778.25,0 778.29,0 778.31,0 778.33,0 778.35,0 778.37,0 778.39,0 778.41,0 778.43,0 778.45,0 778.47,0 778.49,0 778.51,0 778.52,0 778.55,0 778.569,0 778.579,0 778.59,0 778.61,0 778.63,0 778.65,0 778.67,0 778.71,0 778.72,0 778.73,0 778.77,0 778.78,0 778.81,0 778.819,0 778.85,0 778.86,0 778.87,0 778.91,0 778.93,0 778.939,0 778.96,0 778.98,0 779,0 779.02,0 779.03,0 779.069,0 779.09,0 779.1,0 779.11,0 779.14,0 779.17,0 779.189,0 779.21,0 779.22,0 779.25,0 779.26,0 779.29,0 779.31,0 779.33,0 779.35,0 779.37,0 779.39,0 779.41,0 779.43,0 779.439,0 779.47,0 779.49,0 779.51,0 779.52,0 779.55,0 779.56,0 779.569,0 779.59,0 779.61,0 779.63,0 779.66,0 779.67,0 779.689,0 779.73,0 779.74,0 779.75,0 779.77,0 779.81,0 779.819,0 779.84,0 779.85,0 779.89,0 779.9,0 779.92,0 779.95,0 779.96,0 779.97,0 780.01,0 780.02,0 780.04,0 780.069,0 780.079,0 780.1,0 780.11,0 780.13,0 780.16,0 780.17,0 780.21,0 780.23,0 780.24,0 780.27,0 780.29,0 780.31,0 780.33,0 780.35,0 780.37,0 780.39,0 780.41,0 780.42,0 780.43,0 780.47,0 780.48,0 780.51,0 780.52,0 780.55,0 780.56,0 780.569,0 780.59,0 780.61,0 780.63,0 780.65,0 780.68,0 780.689,0 780.73,0 780.75,0 780.76,0 780.78,0 780.81,0 780.819,0 780.85,0 780.87,0 780.88,0 780.9,0 780.92,0 780.93,0 780.97,0 780.98,0 780.99,0 781.03,0 781.04,0 781.05,0 781.09,0 781.11,0 781.13,0 781.14,0 781.15,0 781.17,0 781.199,0 781.23,0 781.25,0 781.26,0 781.29,0 781.31,0 781.33,0 781.35,0 781.37,0 781.39,0 781.41,0 781.42,0 781.45,0 781.46,0 781.47,0 781.49,0 781.51,0 781.55,0 781.569,0 781.579,0 781.59,0 781.61,0 781.63,0 781.65,0 781.68,0 781.689,0 781.73,0 781.75,0 781.77,0 781.78,0 781.8,0 781.81,0 781.84,0 781.87,0 781.88,0 781.89,0 781.93,0 781.939,0 781.97,0 781.99,0 782.01,0 782.02,0 782.05,0 782.06,0 782.079,0 782.11,0 782.13,0 782.14,0 782.16,0 782.17,0 782.21,0 782.22,0 782.25,0 782.26,0 782.28,0 782.31,0 782.33,0 782.35,0 782.37,0 782.39,0 782.41,0 782.42,0 782.45,0 782.46,0 782.49,0 782.5,0 782.53,0 782.54,0 782.569,0 782.579,0 782.6,0 782.61,0 782.63,0 782.66,0 782.67,0 782.699,0 782.71,0 782.75,0 782.77,0 782.78,0 782.79,0 782.83,0 782.84,0 782.87,0 782.89,0 782.9,0 782.92,0 782.93,0 782.97,0 782.98,0 783.01,0 783.02,0 783.03,0 783.069,0 783.079,0 783.11,0 783.12,0 783.14,0 783.17,0 783.189,0 783.21,0 783.22,0 783.24,0 783.27,0 783.29,0 783.31,0 783.33,0 783.35,0 783.37,0 783.39,0 783.41,0 783.42,0 783.45,0 783.47,0 783.48,0 783.49,0 783.51,0 783.53,0 783.569,0 783.59,0 783.6,0 783.61,0 783.63,0 783.65,0 783.67,0 783.699,0 783.71,0 783.73,0 783.77,0 783.78,0 783.81,0 783.819,0 783.85,0 783.87,0 783.89,0 783.9,0 783.93,0 783.939,0 783.96,0 783.98,0 783.99,0 784.03,0 784.04,0 784.05,0 784.079,0 784.09,0 784.12,0 784.15,0 784.17,0 784.18,0 784.189,0 784.23,0 784.24,0 784.27,0 784.28,0 784.31,0 784.33,0 784.34,0 784.37,0 784.39,0 784.41,0 784.43,0 784.45,0 784.47,0 784.49,0 784.51,0 784.52,0 784.53,0 784.55,0 784.59,0 784.6,0 784.62,0 784.63,0 784.65,0 784.67,0 784.699,0 784.73,0 784.74,0 784.77,0 784.78,0 784.79,0 784.819,0 784.83,0 784.86,0 784.87,0 784.91,0 784.92,0 784.93,0 784.96,0 784.99,0 785,0 785.03,0 785.04,0 785.069,0 785.09,0 785.1,0 785.11,0 785.15,0 785.17,0 785.189,0 785.199,0 785.23,0 785.24,0 785.27,0 785.28,0 785.31,0 785.33,0 785.35,0 785.37,0 785.39,0 785.41,0 785.43,0 785.45,0 785.47,0 785.48,0 785.49,0 785.51,0 785.53,0 785.55,0 785.59,0 785.61,0 785.62,0 785.63,0 785.65,0 785.67,0 785.689,0 785.72,0 785.74,0 785.76,0 785.79,0 785.81,0 785.819,0 785.83,0 785.86,0 785.89,0 785.91,0 785.93,0 785.939,0 785.97,0 785.98,0 786,0 786.03,0 786.05,0 786.069,0 786.079,0 786.11,0 786.12,0 786.13,0 786.15,0 786.189,0 786.21,0 786.22,0 786.25,0 786.27,0 786.29,0 786.31,0 786.33,0 786.35,0 786.37,0 786.39,0 786.41,0 786.43,0 786.45,0 786.47,0 786.49,0 786.5,0 786.53,11.4488683297538 786.54,0 786.56,0 786.569,0 786.61,0 786.62,0 786.63,0 786.65,0 786.67,0 786.689,0 786.72,0 786.73,0 786.76,0 786.79,0 786.8,0 786.819,0 786.83,0 786.87,0 786.89,0 786.9,0 786.92,0 786.95,0 786.96,0 786.97,0 786.99,0 787.01,0 787.04,0 787.069,0 787.079,0 787.1,0 787.11,0 787.14,0 787.15,0 787.189,0 787.21,0 787.22,0 787.25,0 787.26,0 787.27,0 787.29,0 787.33,0 787.35,0 787.37,0 787.39,0 787.4,0 787.43,0 787.439,0 787.45,0 787.49,0 787.5,0 787.53,0 787.54,5.3692383941847 787.569,0 787.579,0 787.59,0 787.61,0 787.63,0 787.65,0 787.67,0 787.689,0 787.72,0 787.75,0 787.76,0 787.77,0 787.81,0 787.819,0 787.83,0 787.87,0 787.89,0 787.9,0 787.93,0 787.939,0 787.96,0 787.99,0 788,0 788.01,0 788.05,0 788.069,0 788.079,0 788.09,0 788.11,0 788.15,0 788.16,0 788.189,0 788.21,0 788.23,0 788.25,0 788.27,0 788.28,0 788.31,0 788.33,0 788.35,0 788.37,0 788.39,0 788.4,0 788.43,0 788.45,0 788.46,0 788.49,0 788.5,0 788.53,0 788.54,5.53444572939039 788.55,0 788.579,0 788.59,0 788.61,0 788.63,0 788.65,0 788.67,0 788.689,0 788.71,0 788.73,0 788.75,0 788.78,0 788.81,0 788.819,0 788.83,0 788.87,0 788.88,0 788.89,0 788.91,0 788.93,0 788.97,0 788.99,0 789,0 789.01,0 789.05,0 789.06,0 789.09,0 789.1,0 789.11,0 789.14,0 789.17,0 789.18,0 789.199,0 789.23,0 789.25,0 789.26,0 789.29,0 789.31,0 789.33,0 789.35,0 789.37,0 789.39,0 789.4,0 789.41,0 789.45,0 789.47,0 789.49,0 789.5,0 789.53,0 789.54,3.08937716834627 789.55,2.94069056666116 789.579,1.20601354700149 789.59,0 789.61,0 789.65,0 789.66,0 789.67,0 789.689,0 789.72,0 789.73,0 789.77,0 789.78,0 789.79,0 789.83,0 789.84,0 789.86,0 789.89,0 789.9,0 789.91,0 789.95,0 789.96,0 789.98,0 789.99,0 790.02,0 790.05,0 790.06,0 790.079,0 790.11,0 790.12,0 790.13,0 790.16,0 790.189,0 790.21,0 790.23,0 790.24,0 790.27,0 790.29,0 790.31,0 790.33,0 790.35,0 790.37,0 790.39,0 790.4,0 790.43,0 790.45,0 790.46,0 790.49,0 790.5,0 790.53,0 790.54,0 790.55,78.9360647612754 790.59,0 790.6,0 790.61,0 790.63,0 790.65,0 790.67,0 790.689,0 790.72,0 790.73,0 790.75,0 790.77,0 790.8,0 790.81,0 790.84,0 790.87,0 790.88,0 790.91,0 790.92,0 790.939,0 790.95,0 790.99,0 791.01,0 791.03,0 791.04,0 791.05,0 791.069,0 791.1,0 791.13,0 791.14,0 791.17,0 791.189,0 791.21,0 791.22,0 791.25,0 791.26,0 791.29,0 791.31,0 791.33,0 791.35,0 791.37,0 791.39,0 791.41,0 791.43,0 791.45,0 791.46,0 791.47,2.90764909962002 791.49,0 791.51,1.53642821741285 791.54,0 791.55,37.6011894928135 791.59,0 791.6,0 791.61,0 791.63,0 791.65,0 791.67,0 791.689,0 791.72,0 791.73,0 791.75,0 791.78,0 791.79,0 791.83,0 791.85,0 791.86,0 791.88,0 791.91,0 791.92,0 791.95,0 791.96,0 791.99,0 792,0 792.03,0 792.05,0 792.069,0 792.09,0 792.1,0 792.11,0 792.15,0 792.16,0 792.189,0 792.199,0 792.23,0 792.24,0 792.27,0 792.28,0 792.3,0 792.33,0 792.35,0 792.37,0 792.39,0 792.41,0 792.43,0 792.45,0 792.47,1.50338675037172 792.48,0 792.49,1.51990748389228 792.51,0 792.55,10.1437303816289 792.56,0 792.59,0 792.6,0 792.61,0 792.63,0 792.66,0 792.67,0 792.689,0 792.73,0 792.74,0 792.75,0 792.77,0 792.81,0 792.819,0 792.83,0 792.87,0 792.89,0 792.9,0 792.91,0 792.93,0 792.96,0 792.99,0 793.01,0 793.03,0 793.04,0 793.069,0 793.079,0 793.09,0 793.13,0 793.14,0 793.15,0 793.18,0 793.21,0 793.22,0 793.24,0 793.27,0 793.28,0 793.31,0 793.33,0 793.35,0 793.37,0 793.39,0 793.41,0 793.42,0 793.43,0 793.47,0 793.48,1.22253428052206 793.51,0 793.52,0 793.55,0 793.56,2.26334049231786 793.569,0 793.59,0 793.61,0 793.63,0 793.65,0 793.67,0 793.699,0 793.73,0 793.74,0 793.75,0 793.77,0 793.81,0 793.819,0 793.85,0 793.86,0 793.88,0 793.91,0 793.92,0 793.95,0 793.96,0 793.98,0 794.01,0 794.02,0 794.05,0 794.069,0 794.09,0 794.1,0 794.11,0 794.15,0 794.16,0 794.189,0 794.21,0 794.22,0 794.25,0 794.26,0 794.29,0 794.31,0 794.33,0 794.35,0 794.37,0 794.39,0 794.41,0 794.42,0 794.43,0 794.47,0 794.48,0 794.49,0 794.51,0 794.55,2.18073682471502 794.569,0 794.579,2.21377829175615 794.6,0 794.61,0 794.63,0 794.65,0 794.67,0 794.689,0 794.71,0 794.73,0 794.77,0 794.78,0 794.79,0 794.81,0 794.84,0 794.87,0 794.89,0 794.9,0 794.91,0 794.93,0 794.96,0 794.99,0 795,0 795.01,0 795.05,0 795.06,0 795.09,0 795.1,0 795.11,0 795.13,0 795.15,0 795.189,0 795.21,0 795.22,0 795.23,0 795.27,0 795.28,0 795.31,0 795.33,0 795.35,0 795.37,0 795.39,0 795.41,0 795.43,0 795.439,0 795.47,0 795.49,0 795.5,0 795.53,0 795.55,1.83380142078308 795.569,0 795.579,0 795.59,0 795.61,0 795.63,0 795.65,0 795.67,0 795.689,0 795.73,0 795.75,0 795.76,0 795.78,0 795.79,0 795.819,0 795.85,0 795.86,0 795.89,0 795.91,0 795.92,0 795.939,0 795.96,0 795.97,0 796.01,0 796.02,0 796.04,0 796.05,0 796.09,0 796.1,0 796.12,0 796.15,0 796.17,0 796.18,0 796.21,0 796.22,0 796.23,0 796.27,0 796.29,0 796.3,0 796.33,0 796.35,0 796.37,0 796.38,0 796.39,0 796.42,0 796.43,0 796.47,0 796.49,0 796.5,0 796.53,0 796.55,1.18949281348092 796.56,0 796.569,0 796.59,0 796.61,0 796.63,0 796.65,0 796.67,0 796.689,0 796.71,0 796.74,0 796.75,0 796.78,0 796.79,0 796.819,0 796.85,0 796.87,0 796.88,0 796.9,0 796.93,0 796.939,0 796.97,0 796.98,0 797,0 797.03,0 797.04,0 797.069,0 797.09,0 797.1,0 797.12,0 797.15,0 797.17,0 797.18,0 797.189,0 797.23,0 797.24,0 797.25,0 797.29,0 797.31,0 797.33,0 797.35,0 797.37,0 797.39,0 797.41,0 797.43,0 797.439,0 797.47,0 797.49,0 797.51,0 797.53,0 797.54,0 797.55,0 797.569,0 797.59,0 797.61,0 797.65,0 797.66,0 797.67,0 797.689,0 797.71,0 797.73,0 797.77,0 797.79,0 797.8,0 797.81,0 797.85,0 797.86,0 797.89,0 797.9,0 797.91,0 797.939,0 797.96,0 797.99,0 798,0 798.03,0 798.05,0 798.06,0 798.079,0 798.11,0 798.12,0 798.13,0 798.17,0 798.18,0 798.189,0 798.23,0 798.25,0 798.27,0 798.29,0 798.3,0 798.33,0 798.35,0 798.37,0 798.39,0 798.4,0 798.41,0 798.43,0 798.47,0 798.49,0 798.5,0 798.51,0 798.54,0 798.55,0 798.59,0 798.6,0 798.61,0 798.65,0 798.66,0 798.67,0 798.689,0 798.71,0 798.75,0 798.76,0 798.77,0 798.81,0 798.83,0 798.84,0 798.87,0 798.88,0 798.91,0 798.92,0 798.95,0 798.96,0 798.97,0 799.01,0 799.03,0 799.04,0 799.069,0 799.079,0 799.09,0 799.12,0 799.15,0 799.16,0 799.189,0 799.199,0 799.23,0 799.25,0 799.27,0 799.28,0 799.31,0 799.33,0 799.34,0 799.37,0 799.39,0 799.41,0 799.43,0 799.439,0 799.45,0 799.49,0 799.5,0 799.51,0 799.53,0 799.55,0 799.59,0 799.6,0 799.61,0 799.65,0 799.66,0 799.67,0 799.689,0 799.71,0 799.75,0 799.76,0 799.79,0 799.8,0 799.83,0 799.84,0 799.85,0 799.88,0 799.9,0 799.91,0 799.93,0 799.97,0 799.98,0 800.01,0 800.02,0 800.05,0 800.06,0 800.079,0 800.11,0 800.12,0 800.13,0 800.16,0 800.189,0 800.199,0 800.23,0 800.24,0 800.27,0 800.29,0 800.31,0 800.319,0 800.35,0 800.37,0 800.39,0 800.4,0 800.41,0 800.43,0 800.47,0 800.49,0 800.5,0 800.51,0 800.53,0 800.55,0 800.579,0 800.61,0 800.62,0 800.63,0 800.66,0 800.67,0 800.689,0 800.71,0 800.75,0 800.76,0 800.78,0 800.79,0 800.83,0 800.85,0 800.86,0 800.89,0 800.9,0 800.91,0 800.939,0 800.95,0 800.98,0 801,0 801.02,0 801.03,0 801.069,0 801.079,0 801.11,0 801.12,0 801.14,0 801.15,0 801.189,0 801.199,0 801.23,0 801.24,0 801.27,0 801.29,0 801.3,0 801.31,0 801.35,0 801.37,0 801.39,0 801.41,0 801.43,0 801.45,0 801.46,0 801.49,0 801.5,0 801.51,0 801.54,0 801.55,0 801.569,0 801.61,0 801.62,0 801.63,0 801.66,0 801.67,0 801.71,0 801.72,0 801.75,0 801.76,0 801.77,0 801.8,0 801.83,0 801.84,0 801.85,0 801.89,0 801.9,0 801.92,0 801.95,0 801.96,0 801.99,0 802,0 802.01,0 802.05,0 802.069,0 802.079,0 802.09,0 802.13,0 802.15,0 802.16,0 802.17,0 802.199,0 802.21,0 802.25,0 802.27,0 802.29,0 802.3,0 802.33,0 802.35,0 802.37,0 802.39,0 802.41,0 802.42,0 802.45,0 802.47,0 802.49,0 802.51,0 802.52,0 802.53,0 802.55,0 802.569,0 802.59,0 802.62,0 802.63,0 802.65,0 802.67,0 802.689,0 802.71,0 802.74,0 802.77,0 802.79,0 802.8,0 802.83,0 802.84,0 802.86,0 802.88,0 802.9,0 802.93,0 802.939,0 802.97,0 802.98,0 802.99,0 803.02,0 803.03,0 803.069,0 803.079,0 803.11,0 803.12,0 803.13,0 803.16,0 803.189,0 803.199,0 803.21,0 803.25,0 803.26,0 803.27,0 803.3,0 803.33,0 803.35,0 803.37,0 803.38,0 803.41,0 803.43,0 803.45,0 803.47,0 803.49,0 803.51,0 803.52,0 803.53,0 803.55,0 803.569,0 803.59,0 803.61,0 803.63,0 803.66,0 803.67,0 803.689,0 803.73,0 803.74,0 803.76,0 803.77,0 803.8,0 803.83,0 803.84,0 803.85,0 803.87,0 803.91,0 803.92,0 803.939,0 803.95,0 803.99,0 804.01,0 804.02,0 804.05,0 804.069,0 804.09,0 804.1,0 804.11,0 804.15,0 804.16,0 804.18,0 804.21,0 804.22,0 804.24,0 804.27,0 804.28,0 804.31,0 804.33,0 804.35,0 804.37,0 804.39,0 804.41,0 804.42,0 804.45,0 804.47,0 804.49,0 804.51,0 804.52,0 804.53,0 804.55,0 804.569,0 804.59,0 804.62,0 804.63,0 804.65,0 804.67,0 804.689,0 804.72,0 804.75,0 804.76,0 804.78,0 804.8,0 804.83,0 804.85,0 804.86,0 804.89,0 804.9,0 804.92,0 804.95,0 804.96,0 804.97,0 805.01,0 805.03,0 805.04,0 805.069,0 805.079,0 805.11,0 805.13,0 805.15,0 805.16,0 805.189,0 805.21,0 805.23,0 805.24,0 805.26,0 805.29,0 805.31,0 805.33,0 805.35,0 805.37,0 805.38,0 805.41,0 805.43,0 805.45,0 805.46,0 805.47,0 805.51,1.07384767883694 805.53,0 805.54,0 805.55,0 805.569,0 805.59,0 805.61,0 805.63,0 805.65,0 805.67,0 805.71,0 805.72,0 805.73,0 805.75,0 805.78,0 805.81,0 805.819,0 805.85,0 805.86,0 805.88,0 805.89,0 805.93,0 805.939,0 805.95,0 805.98,0 806,0 806.03,0 806.04,0 806.05,0 806.09,0 806.1,0 806.12,0 806.13,0 806.17,0 806.18,0 806.199,0 806.21,0 806.24,0 806.27,0 806.29,0 806.3,0 806.33,0 806.35,0 806.37,0 806.38,0 806.41,0 806.43,0 806.45,0 806.46,0 806.49,0 806.5,0 806.53,0 806.54,0 806.55,1.75119775318024 806.59,0 806.6,0 806.61,0 806.63,0 806.65,0 806.67,0 806.689,0 806.73,0 806.74,0 806.75,0 806.79,0 806.81,0 806.819,0 806.83,0 806.87,0 806.88,0 806.91,0 806.92,0 806.939,0 806.95,0 806.99,0 807,0 807.02,0 807.05,0 807.06,0 807.09,0 807.1,0 807.11,0 807.15,0 807.16,0 807.18,0 807.189,0 807.21,0 807.24,0 807.27,0 807.29,0 807.3,0 807.33,0 807.35,0 807.37,0 807.38,0 807.41,0 807.43,0 807.45,0 807.46,0 807.49,0 807.5,0 807.53,0 807.55,0 807.56,0 807.59,0 807.6,0 807.61,0 807.63,0 807.65,0 807.67,0 807.689,0 807.72,0 807.75,0 807.76,0 807.77,0 807.81,0 807.819,0 807.85,0 807.86,0 807.89,0 807.9,0 807.91,0 807.939,0 807.96,0 807.99,0 808,0 808.03,0 808.04,0 808.069,0 808.09,0 808.1,0 808.13,0 808.14,0 808.17,0 808.189,0 808.21,0 808.22,0 808.25,0 808.27,0 808.28,0 808.31,0 808.319,0 808.35,0 808.37,0 808.39,0 808.41,0 808.43,0 808.45,0 808.46,0 808.49,0 808.51,0 808.52,0 808.55,1.05732694531637 808.56,0 808.59,0 808.6,0 808.61,0 808.65,0 808.66,0 808.67,0 808.689,0 808.72,0 808.73,0 808.77,0 808.78,0 808.79,0 808.819,0 808.84,0 808.87,0 808.88,0 808.89,0 808.92,0 808.93,0 808.97,0 808.99,0 809,0 809.02,0 809.03,0 809.069,0 809.079,0 809.1,0 809.13,0 809.15,0 809.16,0 809.189,0 809.199,0 809.22,0 809.23,0 809.27,0 809.28,0 809.31,0 809.33,0 809.35,0 809.37,0 809.39,0 809.41,0 809.42,0 809.45,0 809.47,0 809.48,0 809.51,1.02428547827524 809.52,0 809.53,0 809.55,0 809.569,0 809.59,0 809.61,0 809.65,0 809.67,0 809.68,0 809.689,0 809.71,0 809.75,0 809.76,0 809.77,0 809.81,0 809.819,0 809.84,0 809.85,0 809.89,0 809.9,0 809.92,0 809.93,0 809.96,0 809.99,0 810,0 810.01,0 810.05,0 810.069,0 810.09,0 810.1,0 810.13,0 810.14,0 810.17,0 810.189,0 810.21,0 810.22,0 810.23,0 810.27,0 810.28,0 810.31,0 810.33,0 810.35,0 810.37,0 810.39,0 810.4,0 810.41,0 810.45,0 810.47,0 810.49,0 810.51,0 810.53,1.68511481909797 810.54,0 810.56,0 810.569,0 810.59,0 810.61,0 810.64,0 810.67,0 810.68,0 810.689,0 810.71,0 810.73,0 810.76,0 810.79,0 810.8,0 810.819,0 810.83,0 810.85,0 810.89,0 810.9,0 810.91,0 810.95,0 810.96,0 810.98,0 810.99,0 811.03,0 811.05,0 811.06,0 811.09,0 811.1,0 811.11,0 811.13,0 811.17,0 811.18,0 811.21,0 811.23,0 811.25,0 811.26,0 811.28,0 811.31,0 811.33,0 811.35,0 811.37,0 811.39,0 811.4,0 811.43,0 811.45,0 811.47,0 811.48,0 811.51,0 811.53,0 811.54,0 811.55,0 811.569,0 811.61,0 811.62,0 811.63,0 811.65,0 811.68,0 811.689,0 811.73,0 811.74,0 811.77,0 811.78,0 811.81,0 811.819,0 811.83,0 811.86,0 811.87,0 811.91,0 811.93,0 811.939,0 811.97,0 811.99,0 812.01,0 812.02,0 812.04,0 812.069,0 812.079,0 812.11,0 812.12,0 812.15,0 812.16,0 812.189,0 812.199,0 812.23,0 812.24,0 812.27,0 812.28,0 812.31,0 812.33,0 812.35,0 812.37,0 812.39,0 812.4,0 812.43,0 812.45,0 812.46,0 812.47,0 812.51,0 812.53,0 812.54,0 812.55,0 812.569,0 812.59,0 812.62,0 812.65,0 812.66,0 812.67,0 812.689,0 812.71,0 812.73,0 812.75,0 812.77,0 812.81,0 812.819,0 812.83,0 812.86,0 812.89,0 812.9,0 812.93,0 812.939,0 812.97,0 812.98,0 813.01,0 813.02,0 813.03,0 813.069,0 813.09,0 813.1,0 813.11,0 813.15,0 813.16,0 813.17,0 813.21,0 813.23,0 813.24,0 813.25,0 813.29,0 813.31,0 813.33,0 813.35,0 813.36,0 813.39,0 813.41,0 813.43,0 813.45,0 813.46,0 813.47,0 813.51,0 813.53,0 813.54,0 813.55,0 813.569,0 813.59,0 813.63,0 813.64,0 813.66,0 813.67,0 813.689,0 813.72,0 813.73,0 813.77,0 813.78,0 813.79,0 813.819,0 813.85,0 813.87,0 813.88,0 813.89,0 813.91,0 813.939,0 813.97,0 813.99,0 814,0 814.01,0 814.04,0 814.069,0 814.09,0 814.11,0 814.13,0 814.14,0 814.15,0 814.17,0 814.21,0 814.22,0 814.23,0 814.27,0 814.29,0 814.3,0 814.33,0 814.35,0 814.37,0 814.39,0 814.41,0 814.42,0 814.45,0 814.46,1.3051379481249 814.47,0 814.51,0 814.53,0 814.55,0 814.56,0 814.569,0 814.59,0 814.61,0 814.63,0 814.65,0 814.67,0 814.689,0 814.71,0 814.75,0 814.76,0 814.78,0 814.81,0 814.83,0 814.85,0 814.86,0 814.89,0 814.9,0 814.92,0 814.95,0 814.96,0 814.98,0 815.01,0 815.03,0 815.04,0 815.069,0 815.079,0 815.09,0 815.12,0 815.15,0 815.16,0 815.189,0 815.21,0 815.22,0 815.24,0 815.27,0 815.28,0 815.31,0 815.319,0 815.35,0 815.37,0 815.39,0 815.41,0 815.43,0 815.45,0 815.47,0 815.48,0 815.49,0 815.53,0 815.55,0 815.56,0 815.569,0 815.59,0 815.61,0 815.63,0 815.66,0 815.67,0 815.71,0 815.72,0 815.75,0 815.77,0 815.79,0 815.8,0 815.81,0 815.84,0 815.86,0 815.88,0 815.9,0 815.93,0 815.939,0 815.97,0 815.98,0 816,0 816.01,0 816.04,0 816.069,0 816.079,0 816.09,0 816.12,0 816.13,0 816.16,0 816.17,0 816.21,0 816.22,0 816.24,0 816.27,0 816.28,0 816.31,0 816.33,0 816.34,0 816.37,0 816.39,0 816.41,0 816.43,0 816.45,0 816.47,0 816.48,0 816.51,0 816.53,0 816.55,1.22253428052206 816.569,0 816.579,0 816.61,0 816.62,0 816.63,0 816.65,0 816.67,0 816.689,0 816.71,0 816.73,0 816.77,0 816.78,0 816.81,0 816.819,0 816.84,0 816.86,0 816.89,0 816.9,0 816.91,0 816.939,0 816.96,0 816.97,0 817,0 817.01,0 817.03,0 817.069,0 817.079,0 817.11,0 817.12,0 817.15,0 817.16,0 817.17,0 817.21,0 817.22,0 817.25,0 817.27,0 817.28,0 817.31,0 817.33,0 817.35,0 817.37,0 817.39,0 817.41,0 817.43,0 817.45,0 817.47,0 817.49,0 817.5,0 817.53,0 817.55,0 817.569,0 817.579,0 817.59,0 817.61,0 817.63,0 817.67,0 817.68,0 817.689,0 817.73,0 817.74,0 817.75,0 817.77,0 817.81,0 817.819,0 817.84,0 817.87,0 817.89,0 817.9,0 817.93,0 817.939,0 817.97,0 817.99,0 818,0 818.03,0 818.04,0 818.069,0 818.079,0 818.1,0 818.13,0 818.14,0 818.17,0 818.189,0 818.199,0 818.23,0 818.24,0 818.27,0 818.28,0 818.31,0 818.319,0 818.35,0 818.37,0 818.39,0 818.41,0 818.43,0 818.439,0 818.47,0 818.49,0 818.5,0 818.53,0 818.54,0 818.569,0 818.579,2.99025276722286 818.59,0 818.62,0 818.63,0 818.65,0 818.67,0 818.689,0 818.71,0 818.75,0 818.77,0 818.78,0 818.8,0 818.81,0 818.85,0 818.86,0 818.88,0 818.91,0 818.92,0 818.95,0 818.96,0 818.99,0 819,0 819.03,0 819.05,0 819.06,0 819.09,0 819.1,0 819.11,0 819.13,0 819.17,0 819.189,0 819.199,0 819.23,0 819.24,0 819.27,0 819.28,0 819.29,0 819.33,0 819.35,0 819.37,0 819.39,0 819.41,0 819.43,0 819.45,0 819.47,0 819.49,0 819.51,0 819.52,1.22253428052206 819.53,0 819.569,0 819.579,1.13993061291921 819.59,0 819.63,0 819.64,0 819.65,0 819.67,0 819.689,0 819.71,0 819.73,0 819.76,0 819.77,0 819.8,0 819.81,0 819.85,0 819.86,0 819.88,0 819.91,0 819.92,0 819.93,0 819.95,0 819.99,0 820,0 820.03,0 820.04,0 820.06,0 820.079,0 820.11,0 820.13,0 820.14,0 820.16,0 820.189,0 820.21,0 820.22,0 820.23,0 820.26,0 820.29,0 820.31,0 820.33,0 820.35,0 820.37,0 820.39,0 820.41,0 820.43,0 820.45,0 820.47,0 820.48,0 820.51,0 820.52,0 820.53,0 820.569,0 820.579,0 820.59,0 820.63,0 820.64,0 820.65,0 820.67,0 820.689,0 820.73,0 820.74,0 820.76,0 820.77,0 820.81,0 820.83,0 820.84,0 820.86,0 820.87,0 820.91,0 820.93,0 820.939,0 820.95,0 820.99,0 821,0 821.01,0 821.04,0 821.05,0 821.09,0 821.1,0 821.11,0 821.15,0 821.17,0 821.18,0 821.189,0 821.23,0 821.25,0 821.27,0 821.28,0 821.31,0 821.33,0 821.35,0 821.37,0 821.39,0 821.41,0 821.43,0 821.45,0 821.47,0 821.48,0 821.51,0 821.53,0 821.54,0 821.55,0 821.579,0 821.59,0 821.63,0 821.64,0 821.65,0 821.67,0 821.689,0 821.73,0 821.75,0 821.76,0 821.77,0 821.81,0 821.83,0 821.84,0 821.85,0 821.89,0 821.9,0 821.91,0 821.95,0 821.96,0 821.99,0 822,0 822.01,0 822.03,0 822.06,0 822.069,0 822.11,0 822.13,0 822.14,0 822.15,0 822.189,0 822.199,0 822.21,0 822.25,0 822.27,0 822.29,0 822.3,0 822.33,0 822.35,0 822.37,0 822.39,0 822.41,0 822.43,0 822.45,0 822.47,0 822.48,0 822.49,0 822.53,1.18949281348092 822.54,0 822.55,1.45382454981001 822.579,0 822.59,0 822.61,0 822.63,0 822.65,0 822.67,0 822.689,0 822.73,0 822.74,0 822.77,0 822.78,0 822.8,0 822.81,0 822.85,0 822.86,0 822.88,0 822.91,0 822.92,0 822.93,0 822.97,0 822.98,0 823.01,0 823.03,0 823.04,0 823.05,0 823.079,0 823.09,0 823.13,0 823.15,0 823.16,0 823.17,0 823.21,0 823.22,0 823.25,0 823.27,0 823.28,0 823.31,0 823.33,0 823.35,0 823.37,0 823.39,0 823.41,0 823.43,0 823.439,0 823.47,0 823.48,0 823.49,0 823.53,0 823.55,0 823.56,0 823.579,0 823.59,0 823.61,0 823.64,0 823.65,0 823.67,0 823.699,0 823.72,0 823.73,0 823.75,0 823.79,0 823.8,0 823.83,0 823.84,0 823.86,0 823.87,0 823.91,0 823.92,0 823.93,0 823.97,0 823.98,0 824.01,0 824.02,0 824.05,0 824.069,0 824.079,0 824.11,0 824.13,0 824.15,0 824.16,0 824.189,0 824.199,0 824.21,0 824.25,0 824.27,0 824.28,0 824.31,0 824.33,0 824.35,0 824.37,0 824.39,0 824.4,0 824.43,0 824.439,0 824.47,0 824.49,0 824.5,0 824.51,0 824.55,0 824.569,0 824.579,0 824.59,0 824.61,0 824.65,0 824.66,0 824.67,0 824.689,0 824.71,0 824.73,0 824.76,0 824.79,0 824.8,0 824.819,0 824.83,0 824.87,0 824.88,0 824.91,0 824.92,0 824.939,0 824.97,0 824.98,0 824.99,0 825.03,0 825.05,0 825.06,0 825.079,0 825.11,0 825.13,0 825.14,0 825.15,0 825.189,0 825.199,0 825.23,0 825.24,0 825.27,0 825.29,0 825.3,0 825.33,0 825.35,0 825.37,0 825.39,0 825.41,0 825.43,0 825.45,0 825.46,0 825.49,0 825.5,0 825.51,0 825.55,0 825.569,0 825.579,0 825.59,0 825.61,0 825.65,0 825.66,0 825.67,0 825.689,0 825.71,0 825.73,0 825.77,0 825.78,0 825.8,0 825.819,0 825.83,0 825.86,0 825.88,0 825.89,0 825.93,0 825.939,0 825.95,0 825.99,0 826,0 826.03,0 826.04,0 826.05,0 826.079,0 826.11,0 826.12,0 826.13,0 826.15,0 826.189,0 826.21,0 826.22,0 826.25,0 826.26,0 826.29,0 826.31,0 826.33,0 826.35,0 826.37,0 826.39,0 826.41,0 826.43,0 826.45,0 826.47,0 826.49,0 826.5,0 826.51,1.18949281348092 826.54,0 826.55,0 826.569,0 826.59,0 826.63,0 826.64,0 826.67,0 826.68,0 826.689,0 826.71,0 826.73,0 826.75,0 826.77,0 826.79,0 826.819,0 826.84,0 826.85,0 826.89,0 826.9,0 826.93,0 826.939,0 826.96,0 826.99,0 827,0 827.03,0 827.04,0 827.05,0 827.069,0 827.11,0 827.12,0 827.15,0 827.16,0 827.17,0 827.21,0 827.23,0 827.24,0 827.26,0 827.29,0 827.31,0 827.319,0 827.35,0 827.36,0 827.39,0 827.41,0 827.43,0 827.45,0 827.47,0 827.49,0 827.5,0 827.51,0 827.55,0 827.56,0 827.569,0 827.59,0 827.63,0 827.64,0 827.67,0 827.68,0 827.689,0 827.71,0 827.74,0 827.75,0 827.79,0 827.8,0 827.81,0 827.85,0 827.86,0 827.89,0 827.9,0 827.93,0 827.95,0 827.96,0 827.97,0 828,0 828.02,0 828.05,0 828.069,0 828.09,0 828.1,0 828.12,0 828.15,0 828.16,0 828.17,0 828.21,0 828.23,0 828.24,0 828.27,0 828.28,0 828.31,0 828.33,0 828.35,0 828.37,0 828.39,0 828.4,0 828.43,0 828.45,0 828.47,0 828.49,0 828.51,0 828.52,0 828.55,0 828.569,2.77548323145548 828.6,0 828.61,0 828.65,0 828.66,0 828.68,0 828.689,0 828.71,0 828.73,0 828.76,0 828.77,0 828.81,0 828.83,0 828.84,0 828.87,0 828.88,0 828.89,0 828.93,0 828.939,0 828.97,0 828.98,0 828.99,0 829.02,0 829.05,0 829.06,0 829.079,0 829.11,0 829.12,0 829.13,0 829.17,0 829.189,0 829.21,0 829.22,0 829.25,0 829.27,0 829.29,0 829.3,0 829.319,0 829.35,0 829.36,0 829.39,0 829.41,0 829.43,0 829.45,0 829.47,0 829.49,0 829.5,0 829.53,0 829.55,0 829.569,1.38774161572774 829.579,0 829.6,0 829.61,0 829.65,0 829.66,0 829.67,0 829.689,0 829.71,0 829.75,0 829.76,0 829.77,0 829.81,0 829.83,0 829.84,0 829.85,0 829.89,0 829.9,0 829.91,0 829.95,0 829.96,0 829.97,0 830.01,0 830.02,0 830.05,0 830.069,0 830.09,0 830.1,0 830.12,0 830.14,0 830.15,0 830.189,0 830.199,0 830.23,0 830.25,0 830.26,0 830.29,0 830.31,0 830.33,0 830.35,0 830.37,0 830.39,0 830.4,0 830.43,0 830.439,0 830.47,0 830.49,0 830.51,0 830.53,0 830.54,0 830.569,0 830.579,0 830.59,0 830.63,0 830.64,0 830.65,0 830.67,0 830.689,0 830.71,0 830.74,0 830.75,0 830.78,0 830.79,0 830.83,0 830.84,0 830.85,0 830.89,0 830.9,0 830.93,0 830.939,0 830.95,0 830.97,0 831.01,0 831.03,0 831.05,0 831.06,0 831.09,0 831.1,0 831.13,0 831.14,0 831.16,0 831.17,0 831.21,0 831.23,0 831.25,0 831.27,0 831.29,0 831.3,0 831.33,0 831.34,0 831.37,0 831.39,0 831.41,0 831.43,0 831.45,0 831.47,0 831.48,0 831.5,0 831.53,0 831.55,0 831.569,0 831.579,0 831.59,0 831.63,0 831.64,0 831.65,0 831.67,0 831.689,0 831.71,0 831.75,0 831.76,0 831.79,0 831.8,0 831.81,0 831.83,0 831.87,0 831.88,0 831.91,0 831.92,0 831.95,0 831.96,0 831.99,0 832.01,0 832.02,0 832.05,0 832.06,0 832.069,0 832.09,0 832.12,0 832.15,0 832.16,0 832.189,0 832.199,0 832.21,0 832.23,0 832.27,0 832.28,0 832.31,0 832.33,0 832.35,0 832.37,0 832.39,0 832.41,0 832.43,0 832.45,0 832.47,0 832.49,0 832.51,0 832.52,1.37122088220717 832.55,0 832.56,0 832.569,0 832.61,0 832.62,0 832.65,0 832.66,0 832.67,0 832.689,0 832.71,0 832.75,0 832.76,0 832.79,0 832.8,0 832.83,0 832.85,0 832.86,0 832.89,0 832.9,0 832.93,0 832.939,0 832.96,0 832.99,0 833,0 833.01,0 833.03,0 833.069,0 833.09,0 833.11,0 833.12,0 833.14,0 833.16,0 833.17,0 833.199,0 833.23,0 833.25,0 833.27,0 833.29,0 833.31,0 833.319,0 833.35,0 833.37,0 833.39,0 833.4,0 833.43,0 833.45,0 833.47,0 833.48,0 833.51,1.00776474475467 833.52,0 833.53,0 833.55,0 833.569,0 833.61,0 833.62,0 833.65,0 833.66,0 833.67,0 833.689,0 833.71,0 833.74,0 833.77,0 833.79,0 833.8,0 833.819,0 833.83,0 833.87,0 833.88,0 833.91,0 833.92,0 833.95,0 833.96,0 833.97,0 834,0 834.01,0 834.05,0 834.06,0 834.069,0 834.11,0 834.12,0 834.13,0 834.17,0 834.189,0 834.21,0 834.22,0 834.25,0 834.26,0 834.29,0 834.31,0 834.33,0 834.35,0 834.37,0 834.38,0 834.41,0 834.42,0 834.45,0 834.47,0 834.48,0 834.49,0 834.53,46.2084916570296 834.54,0 834.569,0 834.579,0 834.61,0 834.62,0 834.63,0 834.66,0 834.67,0 834.689,0 834.71,0 834.73,0 834.75,0 834.79,0 834.8,0 834.81,0 834.85,0 834.86,0 834.87,0 834.89,0 834.93,0 834.939,0 834.96,0 834.97,0 835.01,0 835.02,0 835.03,0 835.06,0 835.069,0 835.11,0 835.12,0 835.15,0 835.16,0 835.17,0 835.199,0 835.23,0 835.25,0 835.27,0 835.28,0 835.29,0 835.33,0 835.34,0 835.37,0 835.39,0 835.41,0 835.43,0 835.45,0 835.47,0 835.49,0 835.5,0 835.53,0 835.54,27.2922517759789 835.569,0 835.579,0 835.59,0 835.63,0 835.64,0 835.66,0 835.67,0 835.689,0 835.71,0 835.73,0 835.75,0 835.77,0 835.81,0 835.819,0 835.85,0 835.86,0 835.88,0 835.89,0 835.91,0 835.939,0 835.97,0 835.98,0 836.01,0 836.02,0 836.05,0 836.06,0 836.079,0 836.09,0 836.11,0 836.14,0 836.15,0 836.18,0 836.189,0 836.23,0 836.25,0 836.26,0 836.29,0 836.31,0 836.33,0 836.35,0 836.37,0 836.39,0 836.41,0 836.43,0 836.439,0 836.45,0 836.49,0 836.5,0 836.53,0 836.54,5.58400792995209 836.55,0 836.579,0 836.61,0 836.63,0 836.64,0 836.65,0 836.67,0 836.689,0 836.71,0 836.73,0 836.76,0 836.77,0 836.8,0 836.83,0 836.84,0 836.85,0 836.87,0 836.91,0 836.93,0 836.939,0 836.97,0 836.99,0 837,0 837.01,0 837.04,0 837.069,0 837.09,0 837.1,0 837.13,0 837.14,0 837.17,0 837.18,0 837.199,0 837.21,0 837.25,0 837.26,0 837.27,0 837.3,0 837.33,0 837.35,0 837.37,0 837.39,0 837.41,0 837.43,0 837.439,0 837.45,0 837.47,0 837.51,0 837.53,0 837.54,1.6685940855774 837.55,0 837.569,0 837.61,0 837.63,0 837.64,0 837.65,0 837.67,0 837.689,0 837.71,0 837.74,0 837.75,0 837.77,0 837.81,0 837.819,0 837.84,0 837.87,0 837.88,0 837.89,0 837.92,0 837.939,0 837.95,0 837.98,0 837.99,0 838.01,0 838.04,0 838.069,0 838.079,0 838.09,0 838.12,0 838.13,0 838.16,0 838.17,0 838.199,0 838.21,0 838.25,0 838.27,0 838.29,0 838.3,0 838.33,0 838.35,0 838.37,0 838.39,0 838.41,0 838.43,0 838.45,0 838.47,0 838.48,0 838.49,0 838.53,0 838.55,0 838.56,0 838.569,0 838.59,0 838.63,0 838.64,0 838.65,0 838.67,0 838.689,0 838.71,0 838.74,0 838.75,0 838.78,0 838.81,0 838.819,0 838.83,0 838.86,0 838.87,0 838.91,0 838.92,0 838.939,0 838.97,0 838.99,0 839,0 839.03,0 839.05,0 839.06,0 839.09,0 839.1,0 839.13,0 839.14,0 839.17,0 839.189,0 839.21,0 839.22,0 839.25,0 839.26,0 839.29,0 839.31,0 839.319,0 839.35,0 839.37,0 839.39,0 839.41,0 839.43,0 839.45,0 839.47,0 839.48,0 839.49,0 839.53,0 839.55,0 839.56,0 839.569,0 839.59,0 839.63,0 839.64,0 839.65,0 839.67,0 839.71,0 839.72,0 839.75,0 839.76,0 839.77,0 839.8,0 839.83,0 839.84,0 839.87,0 839.88,0 839.91,0 839.92,0 839.939,0 839.95,0 839.99,0 840.01,0 840.03,0 840.04,0 840.05,0 840.09,0 840.1,0 840.11,0 840.15,0 840.16,0 840.17,0 840.199,0 840.21,0 840.25,0 840.27,0 840.28,0 840.31,0 840.33,0 840.35,0 840.37,0 840.38,0 840.41,0 840.43,0 840.45,0 840.47,0 840.48,1.18949281348092 840.49,0 840.53,0 840.54,0 840.569,0 840.579,0 840.59,0 840.61,0 840.63,0 840.65,0 840.67,0 840.699,0 840.71,0 840.73,0 840.76,0 840.78,0 840.81,0 840.819,0 840.83,0 840.86,0 840.89,0 840.91,0 840.92,0 840.95,0 840.96,0 840.99,0 841,0 841.01,0 841.04,0 841.069,0 841.079,0 841.1,0 841.13,0 841.14,0 841.17,0 841.18,0 841.189,0 841.21,0 841.25,0 841.27,0 841.29,0 841.3,0 841.319,0 841.35,0 841.37,0 841.38,0 841.41,0 841.43,0 841.439,0 841.47,0 841.48,0 841.49,0 841.53,0 841.54,0 841.569,0 841.579,0 841.59,0 841.61,0 841.65,0 841.66,0 841.689,0 841.699,0 841.71,0 841.74,0 841.77,0 841.79,0 841.8,0 841.81,0 841.85,0 841.86,0 841.88,0 841.91,0 841.92,0 841.939,0 841.96,0 841.98,0 842.01,0 842.02,0 842.04,0 842.05,0 842.09,0 842.11,0 842.12,0 842.13,0 842.16,0 842.17,0 842.199,0 842.23,0 842.24,0 842.27,0 842.29,0 842.31,0 842.33,0 842.35,0 842.37,0 842.39,0 842.4,0 842.41,0 842.45,0 842.47,0 842.48,0 842.49,0 842.53,0 842.54,0 842.55,0 842.59,0 842.6,0 842.62,0 842.63,0 842.65,0 842.67,0 842.689,0 842.71,0 842.73,0 842.76,0 842.77,0 842.81,0 842.819,0 842.84,0 842.86,0 842.87,0 842.89,0 842.92,0 842.93,0 842.96,0 842.97,0 843.01,0 843.02,0 843.05,0 843.06,0 843.09,0 843.1,0 843.13,0 843.14,0 843.17,0 843.18,0 843.21,0 843.23,0 843.24,0 843.26,0 843.29,0 843.31,0 843.33,0 843.35,0 843.36,0 843.39,0 843.41,0 843.43,0 843.45,0 843.47,0 843.48,0 843.49,0 843.53,0 843.54,0 843.55,0 843.59,0 843.6,0 843.63,0 843.64,0 843.65,0 843.67,0 843.689,0 843.72,0 843.75,0 843.76,0 843.79,0 843.8,0 843.83,0 843.84,0 843.86,0 843.88,0 843.89,0 843.93,0 843.939,0 843.96,0 843.99,0 844,0 844.01,0 844.04,0 844.06,0 844.09,0 844.1,0 844.11,0 844.14,0 844.17,0 844.18,0 844.21,0 844.23,0 844.25,0 844.26,0 844.27,0 844.31,0 844.33,0 844.35,0 844.37,0 844.39,0 844.41,0 844.42,0 844.45,0 844.47,0 844.48,0 844.49,0 844.51,0 844.55,0 844.56,0 844.59,0 844.61,0 844.63,0 844.64,0 844.65,0 844.68,0 844.689,0 844.71,0 844.73,0 844.75,0 844.77,0 844.79,0 844.81,0 844.84,0 844.85,0 844.88,0 844.89,0 844.92,0 844.95,0 844.96,0 844.99,0 845,0 845.02,0 845.03,0 845.05,0 845.069,0 845.11,0 845.12,0 845.13,0 845.17,0 845.18,0 845.21,0 845.22,0 845.25,0 845.27,0 845.28,0 845.31,0 845.33,0 845.34,0 845.37,0 845.39,0 845.4,0 845.41,0 845.45,0 845.47,0 845.48,0 845.49,0 845.53,0 845.55,0 845.56,0 845.59,0 845.61,0 845.62,0 845.65,0 845.66,0 845.68,0 845.689,0 845.71,0 845.73,0 845.75,0 845.77,0 845.8,0 845.819,0 845.84,0 845.87,0 845.88,0 845.9,0 845.91,0 845.939,0 845.97,0 845.99,0 846.01,0 846.02,0 846.05,0 846.06,0 846.079,0 846.11,0 846.12,0 846.15,0 846.16,0 846.17,0 846.21,0 846.23,0 846.25,0 846.27,0 846.29,0 846.31,0 846.33,0 846.35,0 846.37,0 846.39,0 846.41,0 846.43,0 846.45,0 846.47,1.38774161572774 846.49,0 846.5,0 846.51,0 846.53,0 846.56,0 846.569,0 846.61,0 846.63,0 846.65,0 846.66,0 846.67,0 846.689,0 846.71,0 846.73,0 846.77,0 846.78,0 846.79,0 846.83,0 846.84,0 846.85,0 846.88,0 846.91,0 846.92,0 846.93,0 846.96,0 846.99,0 847,0 847.01,0 847.05,0 847.06,0 847.09,0 847.11,0 847.12,0 847.15,0 847.16,0 847.189,0 847.199,0 847.22,0 847.25,0 847.26,0 847.29,0 847.31,0 847.33,0 847.35,0 847.37,0 847.39,0 847.4,0 847.43,0 847.439,0 847.47,0 847.49,0 847.5,0 847.51,0 847.55,0 847.56,0 847.569,0 847.61,0 847.63,0 847.65,0 847.66,0 847.67,0 847.689,0 847.71,0 847.73,0 847.75,0 847.78,0 847.81,0 847.83,0 847.85,0 847.86,0 847.88,0 847.9,0 847.91,0 847.939,0 847.97,0 847.98,0 848.01,0 848.03,0 848.04,0 848.069,0 848.079,0 848.09,0 848.13,0 848.14,0 848.17,0 848.18,0 848.199,0 848.23,0 848.25,0 848.27,0 848.28,0 848.31,0 848.33,0 848.34,0 848.35,0 848.39,0 848.4,0 848.43,0 848.45,0 848.47,0 848.49,0 848.5,2.04857095655047 848.51,0 848.53,0 848.55,0 848.59,0 848.6,0 848.63,0 848.65,0 848.66,0 848.67,0 848.689,0 848.71,0 848.73,0 848.75,0 848.79,0 848.8,0 848.819,0 848.83,0 848.86,0 848.88,0 848.89,0 848.92,0 848.939,0 848.95,0 848.99,0 849,0 849.03,0 849.04,0 849.069,0 849.079,0 849.11,0 849.12,0 849.15,0 849.17,0 849.18,0 849.189,0 849.22,0 849.25,0 849.27,0 849.29,0 849.31,0 849.33,0 849.35,0 849.37,0 849.39,0 849.41,0 849.43,0 849.439,0 849.47,0 849.49,0 849.5,0 849.51,1.12340987939865 849.53,0 849.569,0 849.579,0 849.59,0 849.63,0 849.65,0 849.66,0 849.67,0 849.689,0 849.71,0 849.73,0 849.76,0 849.77,0 849.79,0 849.81,0 849.84,0 849.87,0 849.89,0 849.9,0 849.92,0 849.939,0 849.97,0 849.98,0 849.99,0 850.02,0 850.03,0 850.069,0 850.079,0 850.09,0 850.13,0 850.15,0 850.16,0 850.17,0 850.21,0 850.22,0 850.25,0 850.27,0 850.28,0 850.31,0 850.33,0 850.34,0 850.35,0 850.39,0 850.4,0 850.43,0 850.439,0 850.45,0 850.49,0 850.5,1.13993061291921 850.51,0 850.53,0 850.569,0 850.579,0 850.59,0 850.63,0 850.64,0 850.65,0 850.67,0 850.689,0 850.71,0 850.73,0 850.77,0 850.79,0 850.81,0 850.819,0 850.85,0 850.86,0 850.87,0 850.9,0 850.93,0 850.939,0 850.95,0 850.99,0 851.01,0 851.03,0 851.05,0 851.06,0 851.09,0 851.1,0 851.13,0 851.15,0 851.16,0 851.189,0 851.199,0 851.21,0 851.24,0 851.27,0 851.28,0 851.29,0 851.33,0 851.35,0 851.37,0 851.39,0 851.41,0 851.43,0 851.439,0 851.47,0 851.49,0 851.5,0 851.51,0 851.53,0 851.569,0 851.579,0 851.59,0 851.61,0 851.64,0 851.65,0 851.67,0 851.689,0 851.71,0 851.74,0 851.76,0 851.78,0 851.79,0 851.819,0 851.84,0 851.86,0 851.87,0 851.9,0 851.92,0 851.95,0 851.96,0 851.98,0 852.01,0 852.03,0 852.04,0 852.05,0 852.069,0 852.1,0 852.13,0 852.14,0 852.17,0 852.189,0 852.21,0 852.22,0 852.24,0 852.27,0 852.28,0 852.31,0 852.33,0 852.34,0 852.35,0 852.38,0 852.41,0 852.43,0 852.45,0 852.47,0 852.49,0 852.51,0 852.52,0 852.53,0 852.569,0 852.59,0 852.6,0 852.61,0 852.63,0 852.65,0 852.67,0 852.689,0 852.73,0 852.74,0 852.77,0 852.78,0 852.79,0 852.83,0 852.84,0 852.87,0 852.88,0 852.89,0 852.93,0 852.939,0 852.96,0 852.97,0 853.01,0 853.02,0 853.03,0 853.069,0 853.079,0 853.09,0 853.13,0 853.15,0 853.16,0 853.17,0 853.21,0 853.22,0 853.23,0 853.26,0 853.29,0 853.31,0 853.33,0 853.34,0 853.37,0 853.39,0 853.41,0 853.43,0 853.45,0 853.46,0 853.49,0 853.51,0 853.52,0 853.53,0 853.55,0 853.59,0 853.6,0 853.63,0 853.64,0 853.65,0 853.67,0 853.689,0 853.71,0 853.73,0 853.76,0 853.78,0 853.8,0 853.819,0 853.85,0 853.87,0 853.88,0 853.89,0 853.92,0 853.95,0 853.96,0 853.97,0 854.01,0 854.02,0 854.05,0 854.069,0 854.079,0 854.09,0 854.12,0 854.14,0 854.17,0 854.189,0 854.199,0 854.22,0 854.25,0 854.26,0 854.29,0 854.31,0 854.33,0 854.35,0 854.37,0 854.38,0 854.4,0 854.43,0 854.45,0 854.46,0 854.49,0 854.5,0 854.53,0 854.54,0 854.55,0 854.59,0 854.61,0 854.62,0 854.64,0 854.65,0 854.67,0 854.71,0 854.72,0 854.73,0 854.76,0 854.77,0 854.8,0 854.819,0 854.84,0 854.86,0 854.89,0 854.9,0 854.92,0 854.939,0 854.95,0 854.98,0 855.01,0 855.03,0 855.04,0 855.05,0 855.079,0 855.11,0 855.12,0 855.13,0 855.17,0 855.18,0 855.199,0 855.21,0 855.25,0 855.27,0 855.29,0 855.3,0 855.33,0 855.34,0 855.37,0 855.39,0 855.41,0 855.43,0 855.45,0 855.46,0 855.49,0 855.5,0 855.51,1.10688914587808 855.53,0 855.55,0 855.569,0 855.61,0 855.62,0 855.63,0 855.66,0 855.67,0 855.71,0 855.73,0 855.74,0 855.77,0 855.78,0 855.81,0 855.819,0 855.84,0 855.87,0 855.89,0 855.9,0 855.92,0 855.939,0 855.97,0 855.99,0 856,0 856.03,0 856.04,0 856.06,0 856.069,0 856.1,0 856.11,0 856.15,0 856.16,0 856.189,0 856.21,0 856.22,0 856.25,0 856.27,0 856.28,0 856.31,0 856.33,0 856.35,0 856.37,0 856.38,0 856.41,0 856.43,0 856.45,0 856.46,0 856.47,0 856.51,0 856.52,3.3867503717165 856.54,0 856.55,1.45382454981001 856.569,0 856.6,0 856.61,0 856.63,0 856.67,0 856.68,0 856.689,0 856.72,0 856.73,0 856.77,0 856.78,0 856.8,0 856.819,0 856.84,0 856.85,0 856.89,0 856.9,0 856.93,0 856.939,0 856.95,0 856.97,0 857,0 857.03,0 857.04,0 857.069,0 857.079,0 857.1,0 857.12,0 857.15,0 857.16,0 857.189,0 857.199,0 857.23,0 857.24,0 857.27,0 857.28,0 857.31,0 857.33,0 857.35,0 857.37,0 857.39,0 857.41,0 857.43,0 857.45,0 857.47,0 857.48,0 857.51,0 857.52,18.0571617379812 857.53,0 857.56,0 857.569,0 857.59,0 857.61,0 857.63,0 857.67,0 857.68,0 857.689,0 857.71,0 857.73,0 857.76,0 857.77,0 857.79,0 857.83,0 857.85,0 857.86,0 857.87,0 857.9,0 857.93,0 857.939,0 857.96,0 857.99,0 858,0 858.01,0 858.05,0 858.069,0 858.09,0 858.1,0 858.12,0 858.15,0 858.16,0 858.17,0 858.21,0 858.22,0 858.23,0 858.26,0 858.29,0 858.31,0 858.33,0 858.35,0 858.37,0 858.38,0 858.41,0 858.43,0 858.439,0 858.47,0 858.48,0 858.51,0 858.52,0 858.53,6.39352387245994 858.569,0 858.579,0 858.61,0 858.62,0 858.63,0 858.65,0 858.67,0 858.689,0 858.71,0 858.75,0 858.76,0 858.78,0 858.81,0 858.819,0 858.84,0 858.87,0 858.89,0 858.9,0 858.93,0 858.95,0 858.96,0 858.97,0 859,0 859.03,0 859.04,0 859.05,0 859.069,0 859.11,0 859.12,0 859.14,0 859.15,0 859.17,0 859.189,0 859.23,0 859.25,0 859.27,0 859.29,0 859.31,0 859.33,0 859.35,0 859.37,0 859.39,0 859.41,0 859.43,0 859.45,0 859.47,0 859.49,0 859.51,0 859.53,1.53642821741285 859.54,0 859.55,0 859.569,0 859.59,1.28861721460433 859.62,0 859.63,0 859.65,0 859.67,0 859.689,0 859.73,0 859.74,0 859.76,0 859.77,0 859.79,0 859.83,0 859.85,0 859.86,0 859.89,0 859.9,0 859.93,0 859.939,0 859.97,0 859.98,0 859.99,0 860.03,0 860.04,0 860.069,0 860.09,0 860.1,0 860.11,0 860.14,0 860.15,0 860.17,0 860.199,0 860.23,0 860.24,0 860.26,0 860.29,0 860.31,0 860.319,0 860.35,0 860.37,0 860.38,0 860.41,0 860.43,0 860.45,0 860.46,0 860.47,0 860.51,0 860.53,0 860.54,0 860.55,0 860.59,0 860.6,0 860.63,0 860.64,0 860.65,0 860.67,0 860.689,0 860.71,0 860.73,0 860.75,0 860.77,0 860.8,0 860.81,0 860.84,0 860.86,0 860.87,0 860.9,0 860.93,0 860.95,0 860.96,0 860.99,0 861,0 861.01,0 861.05,0 861.069,0 861.09,0 861.1,0 861.13,0 861.14,0 861.15,0 861.189,0 861.199,0 861.23,0 861.25,0 861.26,0 861.29,0 861.3,0 861.33,0 861.34,0 861.37,0 861.39,0 861.4,0 861.43,0 861.45,0 861.46,0 861.47,0 861.51,0 861.53,0 861.55,0 861.56,0 861.59,0 861.6,0 861.63,0 861.64,0 861.65,0 861.67,0 861.689,0 861.73,0 861.74,0 861.76,0 861.77,0 861.79,0 861.819,0 861.85,0 861.86,0 861.87,0 861.91,0 861.92,0 861.93,0 861.96,0 861.97,0 862,0 862.01,0 862.05,0 862.069,0 862.079,0 862.1,0 862.11,0 862.14,0 862.17,0 862.189,0 862.199,0 862.23,0 862.24,0 862.27,0 862.29,0 862.31,0 862.319,0 862.35,0 862.37,0 862.39,0 862.41,0 862.43,0 862.45,0 862.46,0 862.47,0 862.49,0 862.53,0 862.55,0 862.56,0 862.569,0 862.61,0 862.62,0 862.65,0 862.66,1.10688914587808 862.689,0 862.699,0 862.71,0 862.73,0 862.75,0 862.79,0 862.8,0 862.819,0 862.83,0 862.87,0 862.88,0 862.9,0 862.92,0 862.95,0 862.97,0 862.98,0 863,0 863.02,0 863.05,0 863.069,0 863.079,0 863.11,0 863.13,0 863.15,0 863.16,0 863.189,0 863.199,0 863.23,0 863.24,0 863.27,0 863.29,0 863.31,0 863.319,0 863.35,0 863.36,0 863.39,0 863.41,0 863.42,0 863.45,0 863.46,0 863.47,0 863.49,0 863.53,0 863.55,0 863.56,0 863.569,1.3547001486866 863.61,0 863.62,0 863.65,0 863.66,0 863.67,0 863.689,0 863.71,0 863.73,0 863.75,0 863.79,0 863.81,0 863.819,0 863.84,0 863.86,0 863.87,0 863.89,0 863.93,0 863.95,0 863.96,0 863.99,0 864.01,0 864.02,0 864.05,0 864.06,0 864.09,0 864.1,0 864.12,0 864.15,0 864.16,0 864.189,0 864.199,0 864.23,0 864.24,0 864.27,0 864.29,0 864.31,0 864.33,0 864.35,0 864.37,0 864.39,0 864.41,0 864.43,0 864.45,0 864.47,0 864.48,0 864.49,0 864.51,0 864.55,0 864.569,0 864.579,0 864.61,0 864.62,0 864.65,0 864.66,0 864.67,0 864.689,0 864.71,0 864.73,0 864.75,0 864.78,0 864.79,0 864.81,0 864.84,0 864.85,0 864.87,0 864.9,0 864.91,0 864.939,0 864.96,0 864.99,0 865,0 865.03,0 865.04,0 865.06,0 865.079,0 865.11,0 865.12,0 865.15,0 865.16,0 865.189,0 865.21,0 865.23,0 865.24,0 865.26,0 865.29,0 865.31,0 865.319,0 865.35,0 865.37,0 865.39,0 865.41,0 865.43,0 865.45,0 865.47,0 865.48,0 865.5,0 865.51,1.37122088220717 865.53,0 865.569,0 865.579,0 865.61,0 865.62,0 865.65,0 865.66,0 865.67,0 865.689,0 865.71,0 865.73,0 865.76,0 865.78,0 865.79,0 865.819,0 865.84,0 865.85,0 865.89,0 865.9,0 865.93,0 865.939,0 865.96,0 865.99,0 866,0 866.03,0 866.04,0 866.06,0 866.09,0 866.1,0 866.13,0 866.15,0 866.16,0 866.189,0 866.199,0 866.23,0 866.24,0 866.25,0 866.29,0 866.31,0 866.319,0 866.35,0 866.37,0 866.39,0 866.4,0 866.43,0 866.45,0 866.47,0 866.48,0 866.5,0 866.51,0 866.53,0 866.569,0 866.59,0 866.6,0 866.61,0 866.65,0 866.66,0 866.67,0 866.689,0 866.71,0 866.74,0 866.76,0 866.77,0 866.81,0 866.819,0 866.84,0 866.85,0 866.88,0 866.91,0 866.93,0 866.95,0 866.96,0 866.99,0 867,0 867.01,0 867.05,0 867.069,0 867.09,0 867.1,0 867.12,0 867.13,0 867.16,0 867.17,0 867.21,0 867.22,0 867.24,0 867.27,0 867.29,0 867.31,0 867.319,0 867.35,0 867.37,0 867.39,0 867.41,0 867.43,0 867.45,0 867.47,0 867.48,0 867.51,0 867.53,0 867.54,0 867.55,0 867.59,0 867.6,0 867.61,0 867.63,0 867.66,0 867.67,0 867.71,0 867.72,0 867.73,0 867.77,0 867.79,0 867.8,0 867.81,0 867.84,0 867.86,0 867.87,0 867.91,0 867.92,0 867.93,0 867.95,0 867.99,0 868,0 868.01,0 868.04,0 868.05,0 868.079,0 868.11,0 868.13,0 868.14,0 868.17,0 868.189,0 868.199,0 868.23,0 868.25,0 868.27,0 868.29,0 868.31,0 868.33,0 868.35,0 868.36,0 868.39,0 868.4,0 868.43,0 868.45,0 868.47,0 868.48,0 868.49,0 868.51,0 868.55,0 868.56,0 868.569,0 868.6,0 868.61,0 868.63,0 868.67,0 868.68,0 868.689,0 868.71,0 868.73,0 868.76,0 868.79,0 868.8,0 868.819,0 868.83,0 868.86,0 868.89,0 868.91,0 868.92,0 868.939,0 868.95,0 868.99,0 869,0 869.01,0 869.03,0 869.069,0 869.09,0 869.11,0 869.12,0 869.13,0 869.17,0 869.18,0 869.199,0 869.23,0 869.24,0 869.27,0 869.28,0 869.3,0 869.33,0 869.35,0 869.36,0 869.39,0 869.41,0 869.43,0 869.45,0 869.47,0 869.49,0 869.5,0 869.51,0 869.55,0 869.56,0 869.569,0 869.6,0 869.61,0 869.63,0 869.65,0 869.67,0 869.689,0 869.73,0 869.75,0 869.77,0 869.78,0 869.8,0 869.81,0 869.83,0 869.87,0 869.88,0 869.91,0 869.93,0 869.939,0 869.97,0 869.98,0 870,0 870.01,0 870.04,0 870.069,0 870.079,0 870.11,0 870.12,0 870.13,0 870.16,0 870.189,0 870.21,0 870.22,0 870.25,0 870.27,0 870.29,0 870.31,0 870.33,0 870.35,0 870.37,0 870.38,0 870.41,0 870.43,0 870.45,0 870.47,0 870.49,0 870.5,0 870.51,0 870.55,0 870.56,0 870.569,0 870.61,0 870.62,0 870.63,0 870.65,0 870.67,0 870.689,0 870.71,0 870.74,0 870.77,0 870.78,0 870.81,0 870.819,0 870.85,0 870.86,0 870.88,0 870.89,0 870.93,0 870.939,0 870.96,0 870.99,0 871.01,0 871.02,0 871.05,0 871.06,0 871.09,0 871.1,0 871.13,0 871.15,0 871.17,0 871.18,0 871.189,0 871.23,0 871.25,0 871.26,0 871.28,0 871.31,0 871.33,0 871.34,0 871.37,0 871.39,0 871.41,0 871.43,0 871.45,0 871.47,0 871.48,0 871.49,0 871.53,0 871.54,1.18949281348092 871.56,0 871.569,0 871.61,0 871.62,0 871.63,0 871.65,0 871.67,0 871.699,0 871.71,0 871.75,0 871.76,0 871.77,0 871.79,0 871.819,0 871.83,0 871.86,0 871.87,0 871.9,0 871.93,0 871.939,0 871.96,0 871.98,0 872.01,0 872.03,0 872.04,0 872.069,0 872.079,0 872.11,0 872.12,0 872.15,0 872.17,0 872.18,0 872.199,0 872.23,0 872.24,0 872.25,0 872.29,0 872.31,0 872.319,0 872.35,0 872.37,0 872.38,0 872.41,0 872.43,0 872.45,0 872.47,0 872.48,0 872.49,1.9824880224682 872.53,0 872.54,0 872.55,0 872.59,0 872.61,0 872.63,0 872.64,0 872.65,0 872.67,0 872.689,0 872.71,0 872.73,0 872.77,0 872.78,0 872.8,0 872.83,0 872.84,0 872.85,0 872.88,0 872.89,0 872.92,0 872.95,0 872.97,0 872.98,0 873,0 873.03,0 873.04,0 873.069,0 873.079,0 873.11,0 873.12,0 873.13,0 873.15,0 873.18,0 873.21,0 873.22,0 873.25,0 873.27,0 873.28,0 873.31,0 873.319,0 873.34,0 873.37,0 873.39,0 873.41,0 873.43,0 873.45,0 873.47,0 873.49,0 873.5,0 873.51,0 873.53,0 873.55,0 873.579,0 873.61,0 873.63,0 873.64,0 873.65,0 873.67,0 873.689,0 873.72,0 873.73,0 873.77,0 873.78,0 873.79,0 873.81,0 873.83,0 873.86,0 873.89,0 873.9,0 873.91,0 873.939,0 873.97,0 873.98,0 874,0 874.03,0 874.04,0 874.06,0 874.09,0 874.11,0 874.12,0 874.14,0 874.17,0 874.18,0 874.21,0 874.23,0 874.25,0 874.26,0 874.29,0 874.3,0 874.33,0 874.35,0 874.37,0 874.39,0 874.41,0 874.43,0 874.45,0 874.47,0 874.49,0 874.5,0 874.51,0 874.53,0 874.55,0 874.59,0 874.61,0 874.62,0 874.64,0 874.65,0 874.67,0 874.689,0 874.73,0 874.74,0 874.76,0 874.78,0 874.81,0 874.819,0 874.85,0 874.87,0 874.89,0 874.9,0 874.92,0 874.95,0 874.96,0 874.97,0 875.01,0 875.03,0 875.04,0 875.05,0 875.069,0 875.11,0 875.12,0 875.15,0 875.17,0 875.18,0 875.21,0 875.22,0 875.23,0 875.27,0 875.28,0 875.31,0 875.33,0 875.35,0 875.36,0 875.39,0 875.41,0 875.43,0 875.439,0 875.47,0 875.49,0 875.5,0 875.51,0 875.53,0 875.55,0 875.59,0 875.61,0 875.62,0 875.63,0 875.65,0 875.67,0 875.689,0 875.71,0 875.75,0 875.77,0 875.78,0 875.8,0 875.83,0 875.84,0 875.85,0 875.88,0 875.89,0 875.93,0 875.939,0 875.95,0 875.99,0 876.01,0 876.02,0 876.03,0 876.06,0 876.079,0 876.09,0 876.13,0 876.14,0 876.16,0 876.17,0 876.21,0 876.23,0 876.24,0 876.27,0 876.28,0 876.31,0 876.319,0 876.35,0 876.37,0 876.39,0 876.4,0 876.43,0 876.439,0 876.47,0 876.49,0 876.51,0 876.52,0 876.53,0 876.569,0 876.59,0 876.61,0 876.62,0 876.63,0 876.65,0 876.67,0 876.689,0 876.71,0 876.73,0 876.77,0 876.78,0 876.79,0 876.83,0 876.84,0 876.86,0 876.89,0 876.91,0 876.92,0 876.93,0 876.95,0 876.99,0 877,0 877.02,0 877.05,0 877.06,0 877.09,0 877.1,0 877.12,0 877.15,0 877.17,0 877.18,0 877.21,0 877.22,0 877.25,0 877.27,0 877.29,0 877.3,0 877.33,0 877.35,0 877.36,0 877.39,0 877.4,0 877.43,0 877.439,0 877.47,0 877.48,0 877.49,0 877.52,0 877.53,0 877.569,0 877.59,0 877.6,0 877.62,0 877.63,0 877.65,0 877.67,0 877.689,0 877.71,0 877.73,0 877.76,0 877.77,0 877.8,0 877.819,0 877.83,0 877.86,0 877.89,0 877.9,0 877.93,0 877.939,0 877.96,0 877.99,0 878,0 878.02,0 878.04,0 878.05,0 878.069,0 878.11,0 878.13,0 878.14,0 878.17,0 878.18,0 878.199,0 878.23,0 878.24,0 878.27,0 878.29,0 878.3,0 878.33,0 878.35,0 878.36,0 878.39,0 878.41,0 878.43,0 878.439,0 878.47,0 878.49,0 878.5,1.55294895093342 878.51,0 878.53,0 878.55,0 878.59,0 878.6,0 878.61,0 878.64,0 878.65,0 878.67,0 878.689,0 878.71,0 878.74,0 878.75,0 878.79,0 878.8,0 878.81,0 878.83,0 878.86,0 878.87,0 878.9,0 878.92,0 878.93,0 878.96,0 878.97,0 879.01,0 879.02,0 879.04,0 879.069,0 879.079,0 879.09,0 879.12,0 879.15,0 879.16,0 879.189,0 879.21,0 879.22,0 879.24,0 879.27,0 879.28,0 879.31,0 879.319,0 879.35,0 879.37,0 879.39,0 879.4,0 879.43,0 879.45,0 879.47,0 879.49,0 879.5,1.05732694531637 879.51,0 879.53,0 879.55,0 879.59,0 879.61,0 879.62,0 879.64,0 879.65,0 879.67,0 879.689,0 879.72,0 879.73,0 879.75,0 879.79,0 879.81,0 879.819,0 879.83,0 879.85,0 879.88,0 879.91,0 879.92,0 879.95,0 879.96,0 879.98,0 880.01,0 880.03,0 880.04,0 880.05,0 880.09,0 880.1,0 880.12,0 880.15,0 880.16,0 880.189,0 880.21,0 880.22,0 880.25,0 880.26,0 880.29,0 880.31,0 880.33,0 880.35,0 880.36,0 880.39,0 880.41,0 880.42,0 880.45,0 880.47,0 880.49,0 880.51,0 880.52,0 880.53,0 880.55,0 880.59,0 880.61,0 880.62,0 880.63,0 880.65,0 880.67,0 880.689,0 880.71,0 880.73,0 880.76,0 880.79,0 880.8,0 880.81,0 880.84,0 880.86,0 880.88,0 880.89,0 880.93,0 880.939,0 880.96,0 880.98,0 881.01,0 881.02,0 881.03,0 881.069,0 881.09,0 881.1,0 881.11,0 881.15,0 881.16,0 881.189,0 881.199,0 881.23,0 881.24,0 881.27,0 881.29,0 881.31,0 881.319,0 881.35,0 881.37,0 881.39,0 881.41,0 881.42,0 881.45,0 881.47,0 881.49,0 881.51,0 881.52,5.03882372377334 881.53,0 881.55,0 881.569,0 881.61,0 881.62,0 881.63,0 881.65,0 881.67,0 881.689,0 881.73,0 881.75,0 881.76,0 881.79,0 881.81,0 881.819,0 881.84,0 881.87,0 881.89,0 881.9,0 881.92,0 881.93,0 881.95,0 881.99,0 882.01,0 882.02,0 882.04,0 882.069,0 882.079,0 882.1,0 882.11,0 882.15,0 882.16,0 882.17,0 882.199,0 882.23,0 882.25,0 882.27,0 882.29,0 882.31,0 882.33,0 882.34,0 882.37,0 882.39,0 882.41,0 882.43,0 882.45,0 882.46,0 882.49,0 882.51,0 882.52,0 882.53,3.00677350074343 882.55,0 882.569,0 882.61,0 882.62,0 882.63,0 882.65,0 882.67,0 882.689,0 882.71,0 882.74,0 882.77,0 882.79,0 882.8,0 882.83,0 882.84,0 882.87,0 882.88,0 882.9,0 882.91,0 882.95,0 882.96,0 882.99,0 883,0 883.03,0 883.04,0 883.06,0 883.09,0 883.1,0 883.11,0 883.15,0 883.16,0 883.18,0 883.21,0 883.23,0 883.24,0 883.27,0 883.29,0 883.31,0 883.33,0 883.34,0 883.37,0 883.39,0 883.41,0 883.43,0 883.45,0 883.46,0 883.49,0 883.5,0 883.53,0 883.54,14.8025772344292 883.569,0 883.579,0 883.59,0 883.61,0 883.63,0 883.65,0 883.689,0 883.699,0 883.71,0 883.73,0 883.75,0 883.79,0 883.8,0 883.81,0 883.85,0 883.86,0 883.89,0 883.9,0 883.92,0 883.95,0 883.97,0 883.99,0 884.01,0 884.02,0 884.05,0 884.069,0 884.079,0 884.11,0 884.12,0 884.13,0 884.16,0 884.189,0 884.21,0 884.22,0 884.23,0 884.27,0 884.29,0 884.31,0 884.319,0 884.34,0 884.35,0 884.39,0 884.41,0 884.43,0 884.45,0 884.46,0 884.47,0 884.49,0 884.53,0 884.54,7.51693375185858 884.55,0 884.579,0 884.59,1.40426234924831 884.61,0 884.63,0 884.65,0 884.67,0 884.71,0 884.73,0 884.74,0 884.75,0 884.77,0 884.8,0 884.81,0 884.83,0 884.87,0 884.89,0 884.9,0 884.91,0 884.93,0 884.97,0 884.98,0 884.99,0 885.02,0 885.03,0 885.069,0 885.079,0 885.11,0 885.12,0 885.13,0 885.16,0 885.17,0 885.21,0 885.22,0 885.25,0 885.27,0 885.29,0 885.31,0 885.319,0 885.35,0 885.37,0 885.39,0 885.41,0 885.43,0 885.45,0 885.46,0 885.47,0 885.5,0 885.51,0 885.55,100 885.56,0 885.59,0 885.61,0 885.62,0 885.63,0 885.65,0 885.67,0 885.689,0 885.71,0 885.73,0 885.75,0 885.77,0 885.79,0 885.81,0 885.85,0 885.87,0 885.88,0 885.91,0 885.93,0 885.95,0 885.96,0 885.99,0 886,0 886.01,0 886.05,0 886.06,0 886.069,0 886.09,0 886.12,0 886.15,0 886.16,0 886.18,0 886.21,0 886.23,0 886.25,0 886.26,0 886.29,0 886.31,0 886.319,0 886.33,0 886.35,0 886.39,0 886.41,0 886.43,0 886.45,0 886.46,0 886.47,0 886.51,0 886.52,0 886.55,0 886.56,53.3784900049562 886.59,0 886.6,0 886.61,0 886.64,0 886.65,0 886.67,0 886.689,0 886.72,0 886.73,0 886.75,0 886.79,0 886.8,0 886.81,0 886.85,0 886.86,0 886.89,0 886.9,0 886.91,0 886.95,0 886.97,0 886.99,0 887,0 887.03,0 887.04,0 887.05,0 887.09,0 887.1,0 887.13,0 887.14,0 887.17,0 887.189,0 887.199,0 887.23,0 887.25,0 887.26,0 887.29,0 887.31,0 887.319,0 887.33,0 887.36,0 887.39,0 887.41,0 887.43,0 887.45,0 887.46,0 887.47,0 887.51,0 887.52,0 887.55,0 887.56,15.8268627127044 887.569,0 887.61,0 887.62,0 887.63,0 887.65,0 887.67,0 887.689,0 887.71,0 887.73,0 887.75,0 887.77,0 887.79,0 887.83,0 887.84,0 887.87,0 887.88,0 887.91,0 887.92,0 887.95,0 887.96,0 887.99,0 888,0 888.01,0 888.04,0 888.069,0 888.079,0 888.11,0 888.13,0 888.14,0 888.16,0 888.18,0 888.189,0 888.23,0 888.25,0 888.27,0 888.29,0 888.31,0 888.319,0 888.33,0 888.37,0 888.39,0 888.41,0 888.43,0 888.45,0 888.46,0 888.47,0 888.51,0 888.52,0 888.55,0 888.56,0 888.569,3.23806377003139 888.61,0 888.62,0 888.63,5.03882372377334 888.67,0 888.68,0 888.689,0 888.71,0 888.73,0 888.75,0 888.78,0 888.8,0 888.81,0 888.83,0 888.87,0 888.89,0 888.9,0 888.91,0 888.95,0 888.96,0 888.99,0 889.01,0 889.02,0 889.03,0 889.05,0 889.079,0 889.11,0 889.12,0 889.13,0 889.17,0 889.18,0 889.199,0 889.21,0 889.23,0 889.27,0 889.29,0 889.31,0 889.319,0 889.34,0 889.35,0 889.39,0 889.41,0 889.43,0 889.439,0 889.45,0 889.49,0 889.5,0 889.53,0 889.55,0 889.569,0 889.579,0 889.61,0 889.62,0 889.63,3.22154303651082 889.67,0 889.68,0 889.689,0 889.71,0 889.73,0 889.75,0 889.77,0 889.8,0 889.83,0 889.84,0 889.86,0 889.87,0 889.91,0 889.93,0 889.939,0 889.97,0 889.98,0 890.01,0 890.02,0 890.03,0 890.05,0 890.09,0 890.1,0 890.13,0 890.15,0 890.16,0 890.189,0 890.199,0 890.21,0 890.25,0 890.27,0 890.28,0 890.31,0 890.319,0 890.34,0 890.37,0 890.38,0 890.41,0 890.43,0 890.45,0 890.47,0 890.49,0 890.5,0 890.51,0 890.55,0 890.569,0 890.579,0 890.61,0 890.63,0 890.64,2.04857095655047 890.65,0 890.68,0 890.689,0 890.71,0 890.73,0 890.75,0 890.77,0 890.79,0 890.83,0 890.84,0 890.87,0 890.88,0 890.91,0 890.93,0 890.95,0 890.96,0 890.97,0 891.01,0 891.02,0 891.03,0 891.05,0 891.069,0 891.11,0 891.13,0 891.14,0 891.17,0 891.18,0 891.21,0 891.22,0 891.24,0 891.27,0 891.29,0 891.31,0 891.319,0 891.33,0 891.37,0 891.39,0 891.41,0 891.43,0 891.45,0 891.47,0 891.48,0 891.49,0 891.52,0 891.55,0 891.56,0 891.59,0 891.61,0 891.63,0 891.64,0 891.65,1.13993061291921 891.68,0 891.689,0 891.71,0 891.73,0 891.76,0 891.77,0 891.81,0 891.819,0 891.83,0 891.85,0 891.88,0 891.9,0 891.92,0 891.93,0 891.97,0 891.98,0 892,0 892.03,0 892.04,0 892.05,0 892.09,0 892.1,0 892.13,0 892.14,0 892.17,0 892.189,0 892.199,0 892.23,0 892.24,0 892.27,0 892.28,0 892.31,0 892.319,0 892.33,0 892.37,0 892.38,0 892.41,0 892.43,0 892.45,0 892.47,0 892.48,0 892.49,0 892.51,0 892.53,0 892.55,0 892.59,0 892.61,0 892.63,0 892.64,0 892.65,0 892.68,0 892.689,0 892.71,0 892.73,0 892.75,0 892.79,0 892.81,0 892.819,0 892.85,0 892.87,0 892.88,0 892.9,0 892.92,0 892.939,0 892.95,0 892.98,0 893.01,0 893.02,0 893.05,0 893.06,0 893.09,0 893.1,0 893.13,0 893.14,0 893.15,0 893.189,0 893.199,0 893.23,0 893.24,0 893.27,0 893.29,0 893.31,0 893.319,0 893.35,0 893.37,0 893.39,0 893.41,0 893.43,0 893.45,0 893.47,0 893.48,0 893.49,0 893.51,0 893.53,0 893.55,0 893.59,0 893.61,0 893.63,0 893.65,0 893.66,0 893.67,0 893.689,0 893.71,0 893.73,0 893.76,0 893.77,0 893.8,0 893.81,0 893.84,0 893.87,0 893.88,0 893.89,0 893.92,0 893.95,0 893.96,0 893.98,0 894.01,0 894.03,0 894.04,0 894.069,0 894.079,0 894.11,0 894.13,0 894.15,0 894.16,0 894.18,0 894.21,0 894.22,0 894.25,0 894.27,0 894.29,0 894.3,0 894.319,0 894.35,0 894.37,0 894.39,0 894.4,0 894.43,0 894.45,0 894.47,0 894.48,0 894.49,0 894.51,0 894.53,0 894.55,0 894.59,0 894.61,0 894.63,0 894.64,0 894.65,0 894.67,0 894.689,0 894.71,0 894.75,0 894.76,0 894.77,0 894.8,0 894.83,0 894.84,0 894.86,0 894.88,0 894.9,0 894.93,0 894.939,0 894.97,0 894.99,0 895.01,0 895.02,0 895.05,0 895.06,0 895.09,0 895.1,0 895.11,0 895.15,0 895.16,0 895.17,0 895.21,0 895.22,0 895.25,0 895.27,0 895.29,0 895.3,0 895.319,0 895.34,0 895.37,0 895.39,0 895.41,0 895.43,0 895.45,0 895.47,0 895.48,0 895.49,0 895.51,0 895.53,0 895.569,0 895.579,0 895.61,0 895.63,0 895.64,0 895.65,0 895.67,0 895.699,0 895.72,0 895.73,0 895.76,0 895.77,0 895.8,0 895.819,0 895.83,0 895.86,0 895.88,0 895.91,0 895.93,0 895.939,0 895.97,0 895.98,0 896,0 896.01,0 896.03,0 896.069,0 896.079,0 896.1,0 896.11,0 896.14,0 896.17,0 896.18,0 896.189,0 896.23,0 896.25,0 896.27,0 896.29,0 896.31,0 896.319,0 896.33,0 896.37,0 896.39,0 896.4,0 896.43,0 896.45,0 896.47,0 896.49,0 896.5,0 896.51,0 896.53,0 896.55,0 896.569,0 896.61,0 896.62,0 896.63,0 896.65,0 896.67,0 896.689,0 896.71,0 896.74,0 896.77,0 896.78,0 896.8,0 896.819,0 896.85,0 896.87,0 896.88,0 896.9,0 896.91,0 896.939,0 896.96,0 896.97,0 896.99,0 897.02,0 897.03,0 897.05,0 897.079,0 897.1,0 897.13,0 897.14,0 897.17,0 897.189,0 897.199,0 897.22,0 897.24,0 897.27,0 897.29,0 897.31,0 897.319,0 897.35,0 897.37,0 897.38,0 897.41,0 897.43,0 897.45,0 897.47,0 897.49,0 897.51,0 897.52,0 897.53,0 897.55,0 897.579,0 897.6,0 897.61,0 897.63,0 897.65,0 897.68,0 897.689,0 897.72,0 897.75,0 897.76,0 897.77,0 897.81,0 897.819,0 897.84,0 897.86,0 897.87,0 897.91,0 897.93,0 897.939,0 897.97,0 897.98,0 897.99,0 898.03,0 898.05,0 898.069,0 898.079,0 898.1,0 898.12,0 898.14,0 898.17,0 898.18,0 898.199,0 898.23,0 898.24,0 898.27,0 898.29,0 898.31,0 898.319,0 898.33,0 898.36,0 898.39,0 898.41,0 898.43,0 898.439,0 898.47,0 898.49,0 898.51,0 898.52,0 898.53,0 898.55,0 898.569,0 898.61,0 898.62,0 898.65,0 898.66,0 898.67,0 898.689,0 898.72,0 898.74,0 898.75,0 898.79,0 898.8,0 898.819,0 898.84,0 898.86,0 898.87,0 898.91,0 898.92,0 898.93,0 898.97,0 898.99,0 899,0 899.03,0 899.05,0 899.069,0 899.079,0 899.09,0 899.13,0 899.14,0 899.17,0 899.189,0 899.199,0 899.22,0 899.25,0 899.26,0 899.29,0 899.3,0 899.31,0 899.35,0 899.37,0 899.38,0 899.41,0 899.43,0 899.45,0 899.46,0 899.49,0 899.51,0 899.52,0 899.53,0 899.56,0 899.569,0 899.59,0 899.61,0 899.63,0 899.66,0 899.67,0 899.71,0 899.72,0 899.74,0 899.76,0 899.77,0 899.81,0 899.819,0 899.84,0 899.86,0 899.88,0 899.91,0 899.92,0 899.93,0 899.96,0 899.97,0 900.01,0 900.02,0 900.04,0 900.05,0 900.079,0 900.11,0 900.12,0 900.14,0 900.17,0 900.18,0 900.21,0 900.22,0 900.25,0 900.27,0 900.29,0 900.31,0 900.33,0 900.34,0 900.36,0 900.39,0 900.41,0 900.43,0 900.439,0 900.47,0 900.48,0 900.49,0 900.53,0 900.54,0 900.56,0 900.569,0 900.61,0 900.62,0 900.63,0 900.66,0 900.67,0 900.689,0 900.73,0 900.75,0 900.76,0 900.78,0 900.81,0 900.819,0 900.84,0 900.86,0 900.88,0 900.89,0 900.93,0 900.939,0 900.97,0 900.98,0 900.99,0 901.02,0 901.03,0 901.069,0 901.079,0 901.11,0 901.12,0 901.14,0 901.15,0 901.17,0 901.199,0 901.23,0 901.24,0 901.25,0 901.29,0 901.31,0 901.33,0 901.34,0 901.36,0 901.39,0 901.41,0 901.43,0 901.439,0 901.47,0 901.48,0 901.49,0 901.53,0 901.54,0 901.55,0 901.569,0 901.59,0 901.62,0 901.63,0 901.65,0 901.67,0 901.689,0 901.73,0 901.75,0 901.76,0 901.78,0 901.8,0 901.83,0 901.84,0 901.86,0 901.88,0 901.9,0 901.93,0 901.939,0 901.97,0 901.99,0 902,0 902.03,0 902.04,0 902.06,0 902.09,0 902.1,0 902.13,0 902.14,0 902.16,0 902.189,0 902.21,0 902.23,0 902.25,0 902.26,0 902.29,0 902.3,0 902.31,0 902.35,0 902.37,0 902.39,0 902.41,0 902.43,0 902.439,0 902.46,0 902.49,0 902.5,0 902.53,0 902.54,0 902.55,0 902.59,0 902.6,0 902.63,0 902.64,0 902.65,0 902.67,0 902.689,0 902.72,0 902.75,0 902.76,0 902.77,0 902.8,0 902.81,0 902.85,0 902.86,0 902.89,0 902.9,0 902.93,0 902.939,0 902.95,0 902.98,0 903.01,0 903.03,0 903.04,0 903.05,0 903.069,0 903.1,0 903.12,0 903.15,0 903.16,0 903.18,0 903.21,0 903.22,0 903.25,0 903.26,0 903.27,0 903.31,0 903.33,0 903.35,0 903.37,0 903.39,0 903.41,0 903.43,0 903.45,0 903.46,0 903.49,0 903.5,0 903.53,0 903.55,0 903.56,0 903.59,0 903.61,0 903.63,0 903.64,0 903.65,0 903.67,0 903.71,0 903.73,0 903.74,0 903.77,0 903.78,0 903.79,0 903.83,0 903.84,0 903.86,0 903.88,0 903.91,0 903.92,0 903.95,0 903.96,0 903.99,0 904,0 904.01,0 904.05,0 904.06,0 904.079,0 904.09,0 904.11,0 904.14,0 904.17,0 904.189,0 904.21,0 904.22,0 904.24,0 904.27,0 904.28,0 904.31,0 904.33,0 904.34,0 904.37,0 904.39,0 904.41,0 904.43,0 904.45,0 904.46,0 904.47,0 904.51,0 904.52,0 904.55,0 904.569,0 904.579,0 904.61,0 904.62,0 904.63,0 904.65,0 904.67,0 904.689,0 904.71,0 904.73,0 904.75,0 904.78,0 904.8,0 904.81,0 904.85,0 904.86,0 904.87,0 904.9,0 904.93,0 904.939,0 904.97,0 904.98,0 905.01,0 905.03,0 905.05,0 905.06,0 905.09,0 905.11,0 905.13,0 905.14,0 905.15,0 905.18,0 905.199,0 905.23,0 905.24,0 905.27,0 905.28,0 905.31,0 905.33,0 905.34,0 905.37,0 905.39,0 905.41,0 905.43,0 905.45,0 905.46,0 905.49,0 905.51,0 905.52,0 905.55,0 905.569,0 905.579,0 905.61,0 905.62,0 905.63,0 905.66,0 905.67,0 905.689,0 905.71,0 905.75,0 905.77,0 905.78,0 905.81,0 905.819,0 905.83,0 905.86,0 905.88,0 905.89,0 905.93,0 905.939,0 905.97,0 905.98,0 905.99,0 906.02,0 906.03,0 906.05,0 906.079,0 906.09,0 906.13,0 906.15,0 906.16,0 906.18,0 906.189,0 906.23,0 906.25,0 906.27,0 906.28,0 906.31,0 906.319,0 906.35,0 906.36,0 906.39,0 906.41,0 906.43,0 906.45,0 906.46,0 906.47,0 906.51,0 906.53,0 906.55,0 906.56,0 906.59,0 906.6,0 906.63,0 906.64,0 906.67,0 906.68,0 906.689,0 906.71,0 906.73,0 906.76,0 906.79,0 906.8,0 906.81,0 906.85,0 906.87,0 906.88,0 906.9,0 906.92,0 906.95,0 906.96,0 906.98,0 907,0 907.02,0 907.03,0 907.06,0 907.09,0 907.11,0 907.12,0 907.13,0 907.16,0 907.17,0 907.199,0 907.21,0 907.25,0 907.27,0 907.28,0 907.29,0 907.33,0 907.35,0 907.37,0 907.39,0 907.4,0 907.43,0 907.45,0 907.46,0 907.49,0 907.51,0 907.53,0 907.54,1.17297207996035 907.55,0 907.59,0 907.6,0 907.63,0 907.64,0 907.65,0 907.67,0 907.689,0 907.71,0 907.75,0 907.76,0 907.77,0 907.81,0 907.819,0 907.85,0 907.86,0 907.87,0 907.91,0 907.92,0 907.95,0 907.97,0 907.98,0 908.01,0 908.02,0 908.05,0 908.069,0 908.079,0 908.11,0 908.12,0 908.15,0 908.16,0 908.17,0 908.21,0 908.23,0 908.24,0 908.27,0 908.28,0 908.3,0 908.33,0 908.34,0 908.35,0 908.39,0 908.41,0 908.43,0 908.45,0 908.46,0 908.47,0 908.49,0 908.53,0 908.54,0 908.55,0 908.569,0 908.61,0 908.63,0 908.64,0 908.65,0 908.67,0 908.689,0 908.71,0 908.73,0 908.77,0 908.78,0 908.79,0 908.81,0 908.84,0 908.85,0 908.88,0 908.91,0 908.92,0 908.95,0 908.96,0 908.99,0 909,0 909.02,0 909.04,0 909.05,0 909.069,0 909.1,0 909.11,0 909.15,0 909.17,0 909.189,0 909.21,0 909.22,0 909.24,0 909.25,0 909.29,0 909.31,0 909.33,0 909.34,0 909.37,0 909.39,0 909.41,0 909.43,0 909.45,0 909.46,0 909.47,0 909.51,0 909.52,0 909.55,8.72294729886007 909.56,0 909.59,0 909.6,0 909.63,0 909.64,0 909.65,0 909.67,0 909.689,0 909.71,0 909.73,0 909.75,0 909.79,0 909.8,0 909.819,0 909.85,0 909.86,0 909.89,0 909.9,0 909.93,0 909.939,0 909.96,0 909.98,0 910,0 910.02,0 910.03,0 910.06,0 910.069,0 910.11,0 910.12,0 910.15,0 910.17,0 910.18,0 910.21,0 910.23,0 910.24,0 910.27,0 910.29,0 910.3,0 910.33,0 910.35,0 910.36,0 910.39,0 910.41,0 910.43,0 910.45,0 910.47,0 910.49,0 910.5,0 910.51,0 910.55,0 910.56,5.55096646291095 910.59,0 910.6,0 910.61,0 910.64,0 910.65,0 910.67,0 910.689,0 910.72,0 910.73,0 910.77,0 910.78,0 910.81,0 910.819,0 910.85,0 910.86,0 910.89,0 910.91,0 910.92,0 910.939,0 910.96,0 910.99,0 911,0 911.03,0 911.04,0 911.069,0 911.079,0 911.11,0 911.13,0 911.14,0 911.15,0 911.189,0 911.21,0 911.22,0 911.24,0 911.27,0 911.28,0 911.31,0 911.33,0 911.35,0 911.37,0 911.38,0 911.41,0 911.43,0 911.45,0 911.47,0 911.48,0 911.49,0 911.51,0 911.55,0 911.56,1.6685940855774 911.569,0 911.61,0 911.62,0 911.63,0 911.65,0 911.67,0 911.689,0 911.71,0 911.75,0 911.76,0 911.79,0 911.8,0 911.83,0 911.84,0 911.86,0 911.87,0 911.9,0 911.93,0 911.939,0 911.96,0 911.98,0 912,0 912.01,0 912.03,0 912.06,0 912.09,0 912.1,0 912.11,0 912.14,0 912.15,0 912.189,0 912.21,0 912.23,0 912.24,0 912.27,0 912.28,0 912.31,0 912.33,0 912.34,0 912.35,0 912.39,0 912.41,0 912.43,0 912.45,0 912.47,0 912.49,0 912.5,0 912.51,0 912.55,0 912.56,1.20601354700149 912.569,0 912.61,0 912.62,0 912.63,0 912.65,0 912.67,0 912.71,0 912.72,0 912.73,0 912.77,0 912.79,0 912.81,0 912.819,0 912.85,0 912.86,0 912.88,0 912.9,0 912.92,0 912.95,0 912.96,0 912.99,0 913,0 913.03,0 913.04,0 913.06,0 913.069,0 913.1,0 913.13,0 913.14,0 913.15,0 913.189,0 913.199,0 913.22,0 913.25,0 913.26,0 913.27,0 913.31,0 913.319,0 913.33,0 913.37,0 913.39,0 913.41,0 913.43,0 913.45,0 913.47,0 913.49,0 913.5,0 913.53,0 913.54,0 913.569,0 913.579,0 913.59,0 913.63,0 913.64,0 913.65,0 913.67,0 913.699,0 913.71,0 913.74,0 913.77,0 913.79,0 913.81,0 913.819,0 913.83,0 913.85,0 913.88,0 913.91,0 913.93,0 913.939,0 913.96,0 913.99,0 914,0 914.03,0 914.04,0 914.069,0 914.079,0 914.1,0 914.13,0 914.15,0 914.17,0 914.189,0 914.199,0 914.23,0 914.24,0 914.27,0 914.28,0 914.31,0 914.33,0 914.34,0 914.37,0 914.39,0 914.41,0 914.42,0 914.45,0 914.47,0 914.48,0 914.49,0 914.51,0 914.53,0 914.569,0 914.579,0 914.59,0 914.63,0 914.64,0 914.65,0 914.67,0 914.689,0 914.71,0 914.73,0 914.76,0 914.79,0 914.8,0 914.83,0 914.84,0 914.86,0 914.89,0 914.9,0 914.93,0 914.939,0 914.96,0 914.97,0 914.99,0 915.03,0 915.05,0 915.06,0 915.069,0 915.1,0 915.13,0 915.14,0 915.17,0 915.189,0 915.199,0 915.23,0 915.25,0 915.27,0 915.28,0 915.31,0 915.33,0 915.34,0 915.35,0 915.39,0 915.41,0 915.43,0 915.45,0 915.47,0 915.48,0 915.49,0 915.51,0 915.53,0 915.569,0 915.579,0 915.59,0 915.63,0 915.64,0 915.65,0 915.67,0 915.689,0 915.71,0 915.73,0 915.76,0 915.79,0 915.8,0 915.819,0 915.84,0 915.85,0 915.88,0 915.91,0 915.92,0 915.939,0 915.96,0 915.99,0 916.01,0 916.02,0 916.05,0 916.06,0 916.069,0 916.1,0 916.12,0 916.15,0 916.16,0 916.189,0 916.21,0 916.23,0 916.25,0 916.27,0 916.28,0 916.31,0 916.33,0 916.34,0 916.35,0 916.39,0 916.41,0 916.42,0 916.45,0 916.47,0 916.48,0 916.49,0 916.51,0 916.53,0 916.55,0 916.59,0 916.6,0 916.63,0 916.65,0 916.66,0 916.67,0 916.689,0 916.71,0 916.73,0 916.77,0 916.78,0 916.81,0 916.819,0 916.85,0 916.86,0 916.88,0 916.89,0 916.93,0 916.95,0 916.96,0 916.99,0 917.01,0 917.02,0 917.04,0 917.05,0 917.069,0 917.11,0 917.12,0 917.15,0 917.16,0 917.189,0 917.199,0 917.22,0 917.24,0 917.25,0 917.28,0 917.31,0 917.319,0 917.35,0 917.37,0 917.39,0 917.41,0 917.43,0 917.45,0 917.47,0 917.48,0 917.49,0 917.53,0 917.54,0 917.55,0 917.569,0 917.6,0 917.61,0 917.65,0 917.66,0 917.67,0 917.689,0 917.71,0 917.74,0 917.77,0 917.78,0 917.8,0 917.83,0 917.84,0 917.86,0 917.88,0 917.91,0 917.92,0 917.95,0 917.96,0 917.99,0 918,0 918.01,0 918.04,0 918.05,0 918.079,0 918.09,0 918.12,0 918.14,0 918.16,0 918.17,0 918.21,0 918.22,0 918.25,0 918.27,0 918.29,0 918.3,0 918.33,0 918.34,0 918.35,0 918.39,0 918.41,0 918.42,0 918.43,0 918.47,0 918.49,0 918.5,0 918.51,0 918.54,0 918.55,0 918.59,0 918.6,0 918.63,0 918.65,0 918.66,0 918.67,0 918.689,0 918.72,0 918.73,0 918.75,0 918.78,0 918.8,0 918.83,0 918.84,0 918.86,0 918.87,0 918.9,0 918.92,0 918.93,0 918.96,0 918.98,0 919.01,0 919.02,0 919.04,0 919.069,0 919.079,0 919.1,0 919.12,0 919.14,0 919.15,0 919.189,0 919.199,0 919.23,0 919.25,0 919.26,0 919.29,0 919.3,0 919.31,0 919.33,0 919.37,0 919.39,0 919.41,0 919.42,0 919.45,0 919.47,0 919.49,0 919.51,0 919.52,0 919.55,0 919.56,0 919.59,0 919.61,0 919.63,0 919.64,0 919.66,0 919.67,0 919.689,0 919.72,0 919.73,0 919.77,0 919.78,0 919.8,0 919.83,0 919.84,0 919.85,0 919.87,0 919.91,0 919.93,0 919.939,0 919.95,0 919.98,0 920,0 920.01,0 920.05,0 920.06,0 920.079,0 920.11,0 920.12,0 920.14,0 920.15,0 920.18,0 920.21,0 920.22,0 920.25,0 920.27,0 920.29,0 920.31,0 920.33,0 920.34,0 920.37,0 920.39,0 920.41,0 920.42,0 920.45,0 920.47,0 920.49,0 920.51,0 920.52,0 920.55,0 920.56,0 920.569,0 920.61,0 920.63,0 920.65,0 920.66,0 920.67,0 920.689,0 920.73,0 920.74,0 920.76,0 920.79,0 920.8,0 920.819,0 920.85,0 920.87,0 920.88,0 920.9,0 920.93,0 920.939,0 920.95,0 920.98,0 921,0 921.02,0 921.05,0 921.069,0 921.079,0 921.11,0 921.12,0 921.13,0 921.15,0 921.18,0 921.199,0 921.21,0 921.24,0 921.27,0 921.28,0 921.31,0 921.319,0 921.35,0 921.37,0 921.38,0 921.41,0 921.43,0 921.45,0 921.47,0 921.49,0 921.51,0 921.52,0 921.53,0 921.569,0 921.579,0 921.59,0 921.61,0 921.65,0 921.66,0 921.67,0 921.689,0 921.71,0 921.73,0 921.76,0 921.79,0 921.8,0 921.819,0 921.84,0 921.86,0 921.88,0 921.91,0 921.92,0 921.939,0 921.96,0 921.99,0 922,0 922.02,0 922.05,0 922.06,0 922.069,0 922.11,0 922.12,0 922.15,0 922.17,0 922.189,0 922.21,0 922.23,0 922.25,0 922.26,0 922.27,0 922.31,0 922.33,0 922.34,0 922.35,0 922.39,0 922.41,0 922.43,0 922.45,0 922.46,0 922.49,0 922.51,0 922.52,0 922.53,0 922.569,0 922.579,0 922.59,0 922.63,0 922.64,0 922.65,0 922.67,0 922.689,0 922.73,0 922.75,0 922.76,0 922.79,0 922.8,0 922.819,0 922.83,0 922.85,0 922.89,0 922.9,0 922.93,0 922.939,0 922.95,0 922.99,0 923,0 923.03,0 923.05,0 923.069,0 923.079,0 923.1,0 923.11,0 923.14,0 923.16,0 923.17,0 923.21,0 923.22,0 923.25,0 923.26,0 923.29,0 923.31,0 923.319,0 923.35,0 923.37,0 923.39,0 923.41,0 923.43,0 923.45,0 923.47,0 923.48,0 923.51,0 923.52,0 923.53,0 923.55,0 923.59,0 923.6,0 923.61,0 923.63,0 923.65,0 923.67,0 923.689,0 923.71,0 923.75,0 923.76,0 923.79,0 923.8,0 923.83,0 923.84,0 923.86,0 923.88,0 923.89,0 923.91,0 923.939,0 923.97,0 923.99,0 924,0 924.02,0 924.04,0 924.05,0 924.079,0 924.11,0 924.12,0 924.15,0 924.16,0 924.189,0 924.199,0 924.23,0 924.25,0 924.26,0 924.29,0 924.31,0 924.33,0 924.34,0 924.37,0 924.38,0 924.41,0 924.42,0 924.45,0 924.47,0 924.48,0 924.49,0 924.51,0 924.54,0 924.55,0 924.59,0 924.6,0 924.61,0 924.64,0 924.65,0 924.67,0 924.689,0 924.71,0 924.74,0 924.75,0 924.78,0 924.8,0 924.819,0 924.85,0 924.86,0 924.88,0 924.9,0 924.92,0 924.95,0 924.96,0 924.97,0 925,0 925.02,0 925.03,0 925.069,0 925.079,0 925.11,0 925.12,0 925.13,0 925.16,0 925.189,0 925.21,0 925.22,0 925.25,0 925.26,0 925.29,0 925.31,0 925.319,0 925.33,0 925.37,0 925.39,0 925.4,0 925.43,0 925.439,0 925.47,0 925.48,0 925.49,0 925.51,0 925.53,0 925.55,0 925.59,0 925.6,0 925.61,0 925.65,0 925.66,0 925.67,0 925.71,0 925.72,0 925.74,0 925.75,0 925.79,0 925.8,0 925.81,0 925.84,0 925.85,0 925.88,0 925.9,0 925.93,0 925.939,0 925.96,0 925.98,0 926.01,0 926.02,0 926.03,0 926.06,0 926.069,0 926.1,0 926.13,0 926.15,0 926.16,0 926.189,0 926.21,0 926.22,0 926.25,0 926.27,0 926.29,0 926.31,0 926.319,0 926.33,0 926.37,0 926.39,0 926.4,0 926.43,0 926.45,0 926.46,0 926.47,0 926.49,0 926.52,0 926.53,0 926.569,0 926.579,0 926.59,0 926.63,0 926.64,0 926.65,0 926.67,0 926.689,0 926.71,0 926.74,0 926.75,0 926.79,0 926.8,0 926.819,0 926.84,0 926.85,0 926.89,0 926.91,0 926.92,0 926.93,0 926.96,0 926.98,0 927.01,0 927.02,0 927.05,0 927.069,0 927.079,0 927.09,0 927.13,0 927.14,0 927.17,0 927.18,0 927.199,0 927.22,0 927.24,0 927.25,0 927.29,0 927.3,0 927.33,0 927.35,0 927.37,0 927.39,0 927.4,0 927.41,0 927.45,0 927.47,0 927.48,0 927.5,0 927.51,0 927.53,0 927.55,0 927.569,0 927.59,0 927.62,0 927.65,0 927.66,0 927.67,0 927.699,0 927.71,0 927.74,0 927.77,0 927.79,0 927.81,0 927.819,0 927.84,0 927.86,0 927.87,0 927.9,0 927.92,0 927.939,0 927.97,0 927.99,0 928,0 928.03,0 928.04,0 928.06,0 928.069,0 928.1,0 928.13,0 928.14,0 928.17,0 928.18,0 928.21,0 928.22,0 928.25,0 928.26,0 928.29,0 928.31,0 928.319,0 928.35,0 928.37,0 928.39,0 928.41,0 928.43,0 928.45,0 928.46,0 928.47,0 928.51,0 928.52,0 928.53,0 928.569,0 928.59,0 928.6,0 928.61,0 928.65,0 928.66,0 928.67,0 928.699,0 928.71,0 928.74,0 928.76,0 928.79,0 928.8,0 928.81,0 928.84,0 928.87,0 928.88,0 928.9,0 928.92,0 928.93,0 928.95,0 928.98,0 929.01,0 929.02,0 929.03,0 929.069,0 929.09,0 929.1,0 929.13,0 929.14,0 929.15,0 929.18,0 929.189,0 929.23,0 929.24,0 929.27,0 929.28,0 929.31,0 929.319,0 929.35,0 929.36,0 929.37,0 929.41,0 929.42,0 929.45,0 929.47,0 929.49,0 929.51,0 929.52,0 929.53,0 929.569,0 929.579,0 929.59,0 929.61,0 929.65,0 929.66,0 929.67,0 929.689,0 929.71,0 929.74,0 929.77,0 929.78,0 929.79,0 929.81,0 929.84,0 929.86,0 929.89,0 929.9,0 929.92,0 929.95,0 929.96,0 929.99,0 930,0 930.02,0 930.04,0 930.05,0 930.09,0 930.1,0 930.13,0 930.14,0 930.16,0 930.189,0 930.21,0 930.23,0 930.24,0 930.27,0 930.29,0 930.31,0 930.319,0 930.35,0 930.36,0 930.37,0 930.41,0 930.43,0 930.439,0 930.45,0 930.47,0 930.51,0 930.52,0 930.55,0 930.569,0 930.579,0 930.59,0 930.61,0 930.65,0 930.66,0 930.67,0 930.71,0 930.72,0 930.75,0 930.76,0 930.78,0 930.79,0 930.819,0 930.85,0 930.86,0 930.89,0 930.9,0 930.91,0 930.939,0 930.96,0 930.97,0 931,0 931.03,0 931.04,0 931.06,0 931.069,0 931.11,0 931.12,0 931.13,0 931.17,0 931.18,0 931.21,0 931.23,0 931.24,0 931.27,0 931.29,0 931.31,0 931.33,0 931.35,0 931.36,0 931.37,0 931.41,0 931.43,0 931.45,0 931.46,0 931.49,0 931.5,0 931.51,0 931.53,0 931.569,0 931.59,0 931.6,0 931.61,0 931.63,0 931.67,0 931.68,0 931.689,0 931.73,0 931.74,0 931.77,0 931.78,0 931.81,0 931.83,0 931.85,0 931.86,0 931.89,0 931.91,0 931.92,0 931.939,0 931.96,0 931.97,0 932,0 932.03,0 932.04,0 932.06,0 932.069,0 932.11,0 932.12,0 932.14,0 932.16,0 932.189,0 932.21,0 932.22,0 932.25,0 932.26,0 932.29,0 932.31,0 932.33,0 932.35,0 932.36,0 932.37,0 932.41,0 932.43,0 932.439,0 932.45,0 932.47,0 932.49,0 932.51,0 932.55,0 932.569,0 932.59,0 932.6,0 932.61,0 932.65,0 932.66,0 932.67,0 932.689,0 932.72,0 932.73,0 932.77,0 932.79,0 932.8,0 932.81,0 932.85,0 932.86,0 932.88,0 932.9,0 932.91,0 932.95,0 932.96,0 932.99,0 933,0 933.03,0 933.04,0 933.06,0 933.09,0 933.1,0 933.12,0 933.14,0 933.16,0 933.189,0 933.199,0 933.21,0 933.25,0 933.26,0 933.29,0 933.31,0 933.33,0 933.35,0 933.36,0 933.38,0 933.41,0 933.43,0 933.439,0 933.45,0 933.49,0 933.51,0 933.52,0 933.53,0 933.55,0 933.59,0 933.61,0 933.62,0 933.63,0 933.65,0 933.67,0 933.689,0 933.71,0 933.74,0 933.77,0 933.78,0 933.8,0 933.81,0 933.84,0 933.85,0 933.88,0 933.91,0 933.92,0 933.939,0 933.96,0 933.99,0 934.01,0 934.02,0 934.05,0 934.069,0 934.079,0 934.1,0 934.13,0 934.14,0 934.15,0 934.18,0 934.21,0 934.23,0 934.25,0 934.27,0 934.28,0 934.31,0 934.33,0 934.35,0 934.36,0 934.37,0 934.41,0 934.42,0 934.43,0 934.47,0 934.48,0 934.49,0 934.53,0 934.54,0 934.569,0 934.59,0 934.61,0 934.62,0 934.63,0 934.66,0 934.67,0 934.689,0 934.71,0 934.73,0 934.76,0 934.78,0 934.8,0 934.81,0 934.84,0 934.86,0 934.89,0 934.9,0 934.92,0 934.95,0 934.96,0 934.98,0 935,0 935.03,0 935.04,0 935.069,0 935.079,0 935.1,0 935.12,0 935.15,0 935.16,0 935.18,0 935.21,0 935.22,0 935.25,0 935.27,0 935.28,0 935.31,0 935.319,0 935.35,0 935.36,0 935.37,0 935.41,0 935.43,0 935.439,0 935.47,0 935.48,0 935.51,0 935.53,0 935.54,0 935.55,0 935.569,0 935.61,0 935.62,0 935.63,0 935.66,0 935.67,0 935.699,0 935.71,0 935.73,0 935.76,0 935.77,0 935.81,0 935.819,0 935.83,0 935.87,0 935.89,0 935.9,0 935.92,0 935.939,0 935.96,0 935.98,0 935.99,0 936.01,0 936.04,0 936.06,0 936.079,0 936.11,0 936.12,0 936.15,0 936.16,0 936.189,0 936.199,0 936.23,0 936.24,0 936.27,0 936.29,0 936.3,0 936.33,0 936.35,0 936.36,0 936.37,0 936.41,0 936.42,0 936.45,0 936.47,0 936.48,0 936.49,0 936.53,0 936.55,0 936.56,0 936.569,0 936.6,0 936.63,0 936.64,0 936.65,0 936.67,0 936.689,0 936.73,0 936.74,0 936.75,0 936.78,0 936.79,0 936.83,0 936.84,0 936.87,0 936.88,0 936.91,0 936.92,0 936.93,0 936.96,0 936.98,0 937,0 937.03,0 937.04,0 937.05,0 937.09,0 937.1,0 937.12,0 937.15,0 937.17,0 937.18,0 937.199,0 937.23,0 937.25,0 937.26,0 937.29,0 937.31,0 937.33,0 937.35,0 937.36,0 937.37,0 937.41,0 937.43,0 937.439,0 937.47,0 937.49,0 937.5,0 937.53,0 937.54,0 937.55,0 937.569,0 937.6,0 937.63,0 937.64,0 937.65,0 937.68,0 937.689,0 937.71,0 937.73,0 937.77,0 937.78,0 937.79,0 937.819,0 937.84,0 937.86,0 937.89,0 937.91,0 937.92,0 937.95,0 937.96,0 937.99,0 938,0 938.03,0 938.04,0 938.05,0 938.09,0 938.11,0 938.12,0 938.14,0 938.15,0 938.18,0 938.199,0 938.23,0 938.25,0 938.27,0 938.28,0 938.31,0 938.33,0 938.35,0 938.36,0 938.37,0 938.39,0 938.43,0 938.45,0 938.46,0 938.49,0 938.5,0 938.53,0 938.54,0 938.55,0 938.569,0 938.59,0 938.63,0 938.64,0 938.65,0 938.67,0 938.689,0 938.72,0 938.73,0 938.75,0 938.79,0 938.8,0 938.819,0 938.83,0 938.87,0 938.88,0 938.89,0 938.93,0 938.939,0 938.96,0 938.99,0 939,0 939.02,0 939.05,0 939.06,0 939.09,0 939.1,0 939.12,0 939.15,0 939.17,0 939.18,0 939.199,0 939.22,0 939.24,0 939.26,0 939.27,0 939.31,0 939.33,0 939.35,0 939.36,0 939.37,0 939.41,0 939.43,0 939.45,0 939.47,0 939.48,0 939.51,0 939.52,0 939.54,0 939.55,0 939.569,0 939.59,0 939.63,0 939.65,0 939.66,0 939.67,0 939.71,0 939.72,0 939.73,0 939.75,0 939.78,0 939.79,0 939.819,0 939.84,0 939.85,0 939.88,0 939.9,0 939.91,0 939.939,0 939.96,0 939.98,0 940.01,0 940.02,0 940.05,0 940.069,0 940.079,0 940.1,0 940.12,0 940.14,0 940.17,0 940.18,0 940.21,0 940.22,0 940.25,0 940.26,0 940.29,0 940.3,0 940.33,0 940.35,0 940.36,0 940.39,0 940.41,0 940.42,0 940.43,0 940.47,0 940.48,0 940.51,0 940.52,0 940.53,0 940.55,0 940.569,0 940.6,0 940.61,0 940.65,0 940.66,0 940.67,0 940.71,0 940.72,0 940.74,0 940.77,0 940.78,0 940.8,0 940.819,0 940.84,0 940.87,0 940.88,0 940.9,0 940.92,0 940.939,0 940.96,0 940.98,0 941.01,0 941.02,0 941.05,0 941.06,0 941.079,0 941.1,0 941.12,0 941.13,0 941.17,0 941.18,0 941.199,0 941.21,0 941.24,0 941.27,0 941.28,0 941.31,0 941.33,0 941.35,0 941.36,0 941.38,0 941.41,0 941.43,0 941.45,0 941.47,0 941.49,0 941.5,0 941.51,0 941.53,0 941.55,0 941.569,0 941.59,0 941.61,0 941.64,0 941.66,0 941.67,0 941.71,0 941.72,0 941.74,0 941.75,0 941.77,0 941.8,0 941.81,0 941.85,0 941.87,0 941.88,0 941.9,0 941.92,0 941.93,0 941.96,0 941.98,0 942,0 942.02,0 942.04,0 942.05,0 942.079,0 942.09,0 942.12,0 942.15,0 942.16,0 942.189,0 942.21,0 942.22,0 942.25,0 942.27,0 942.28,0 942.29,0 942.33,0 942.34,0 942.35,0 942.39,0 942.41,0 942.42,0 942.45,0 942.47,0 942.49,0 942.5,0 942.51,0 942.55,0 942.56,0 942.59,0 942.6,0 942.63,0 942.64,0 942.65,0 942.689,0 942.699,0 942.71,0 942.74,0 942.77,0 942.78,0 942.8,0 942.83,0 942.84,0 942.85,0 942.89,0 942.91,0 942.93,0 942.939,0 942.96,0 942.97,0 942.99,0 943.02,0 943.04,0 943.05,0 943.09,0 943.1,0 943.11,0 943.14,0 943.17,0 943.18,0 943.199,0 943.22,0 943.25,0 943.27,0 943.28,0 943.3,0 943.33,0 943.35,0 943.36,0 943.39,0 943.41,0 943.43,0 943.45,0 943.47,0 943.49,0 943.51,1.22253428052206 943.52,0 943.53,0 943.55,0 943.569,0 943.59,0 943.61,0 943.63,0 943.65,0 943.689,0 943.71,0 943.73,0 943.74,0 943.77,0 943.78,0 943.8,0 943.83,0 943.84,0 943.85,0 943.89,0 943.9,0 943.92,0 943.939,0 943.96,0 943.98,0 944,0 944.03,0 944.04,0 944.069,0 944.079,0 944.1,0 944.12,0 944.14,0 944.16,0 944.17,0 944.199,0 944.23,0 944.24,0 944.26,0 944.29,0 944.3,0 944.31,0 944.35,0 944.36,0 944.39,0 944.41,0 944.43,0 944.439,0 944.47,0 944.49,0 944.51,0 944.52,0 944.53,0 944.56,0 944.569,0 944.59,0 944.61,0 944.63,0 944.65,0 944.689,0 944.699,0 944.73,0 944.74,0 944.76,0 944.77,0 944.8,0 944.81,0 944.85,0 944.86,0 944.89,0 944.9,0 944.92,0 944.93,0 944.96,0 944.99,0 945,0 945.01,0 945.05,0 945.06,0 945.09,0 945.1,0 945.11,0 945.14,0 945.17,0 945.18,0 945.199,0 945.23,0 945.24,0 945.25,0 945.29,0 945.3,0 945.31,0 945.35,0 945.36,0 945.39,0 945.41,0 945.42,0 945.439,0 945.47,0 945.49,0 945.5,0 945.51,0 945.53,0 945.569,0 945.579,0 945.59,0 945.61,0 945.63,0 945.65,0 945.689,0 945.699,0 945.71,0 945.73,0 945.77,0 945.79,0 945.8,0 945.81,0 945.84,0 945.86,0 945.89,0 945.9,0 945.91,0 945.95,0 945.96,0 945.99,0 946.01,0 946.03,0 946.04,0 946.05,0 946.079,0 946.09,0 946.13,0 946.15,0 946.17,0 946.189,0 946.199,0 946.23,0 946.24,0 946.27,0 946.28,0 946.31,0 946.319,0 946.35,0 946.36,0 946.39,0 946.41,0 946.42,0 946.43,0 946.46,0 946.49,0 946.51,0 946.52,0 946.53,0 946.569,0 946.579,0 946.59,0 946.61,0 946.63,0 946.65,0 946.67,0 946.689,0 946.73,0 946.74,0 946.76,0 946.77,0 946.81,0 946.819,0 946.85,0 946.86,0 946.88,0 946.9,0 946.92,0 946.95,0 946.96,0 946.98,0 947,0 947.01,0 947.05,0 947.06,0 947.09,0 947.1,0 947.13,0 947.14,0 947.17,0 947.189,0 947.199,0 947.21,0 947.23,0 947.26,0 947.29,0 947.3,0 947.319,0 947.35,0 947.37,0 947.39,0 947.41,0 947.42,0 947.43,0 947.47,0 947.49,0 947.51,0 947.52,0 947.53,0 947.569,0 947.59,0 947.6,0 947.61,0 947.63,0 947.66,0 947.67,0 947.689,0 947.73,0 947.74,0 947.75,0 947.78,0 947.81,0 947.819,0 947.85,0 947.87,0 947.88,0 947.9,0 947.91,0 947.95,0 947.96,0 947.98,0 947.99,0 948.02,0 948.04,0 948.069,0 948.079,0 948.09,0 948.11,0 948.14,0 948.17,0 948.18,0 948.21,0 948.23,0 948.25,0 948.26,0 948.29,0 948.31,0 948.319,0 948.35,0 948.37,0 948.39,0 948.41,0 948.42,0 948.45,0 948.46,0 948.49,0 948.51,0 948.52,0 948.55,0 948.569,0 948.59,0 948.6,0 948.61,0 948.63,0 948.65,0 948.67,0 948.689,0 948.72,0 948.74,0 948.76,0 948.79,0 948.8,0 948.81,0 948.83,0 948.86,0 948.87,0 948.89,0 948.91,0 948.939,0 948.96,0 948.98,0 949.01,0 949.02,0 949.04,0 949.06,0 949.079,0 949.09,0 949.12,0 949.15,0 949.16,0 949.189,0 949.199,0 949.23,0 949.25,0 949.26,0 949.29,0 949.3,0 949.33,0 949.34,0 949.37,0 949.38,0 949.41,0 949.42,0 949.45,0 949.47,0 949.49,0 949.51,0 949.52,0 949.53,0 949.569,0 949.59,0 949.6,0 949.61,0 949.63,0 949.65,0 949.67,0 949.689,0 949.71,0 949.73,0 949.76,0 949.79,0 949.81,0 949.819,0 949.84,0 949.86,0 949.88,0 949.91,0 949.92,0 949.95,0 949.96,0 949.98,0 949.99,0 950.01,0 950.04,0 950.069,0 950.079,0 950.11,0 950.13,0 950.14,0 950.16,0 950.18,0 950.21,0 950.23,0 950.24,0 950.26,0 950.29,0 950.3,0 950.33,0 950.34,0 950.35,0 950.38,0 950.41,0 950.43,0 950.45,0 950.46,0 950.49,0 950.51,0 950.52,0 950.54,0 950.569,0 950.59,0 950.6,0 950.63,0 950.64,0 950.65,0 950.67,0 950.689,0 950.72,0 950.73,0 950.76,0 950.78,0 950.81,0 950.83,0 950.84,0 950.86,0 950.89,0 950.9,0 950.93,0 950.939,0 950.97,0 950.98,0 950.99,0 951.03,0 951.04,0 951.069,0 951.079,0 951.11,0 951.12,0 951.15,0 951.16,0 951.189,0 951.199,0 951.22,0 951.23,0 951.27,0 951.28,0 951.31,0 951.33,0 951.34,0 951.37,0 951.38,0 951.41,0 951.43,0 951.439,0 951.47,0 951.49,0 951.51,0 951.52,0 951.53,0 951.55,0 951.59,0 951.6,0 951.63,0 951.64,0 951.65,0 951.67,0 951.689,0 951.73,0 951.74,0 951.76,0 951.78,0 951.8,0 951.819,0 951.83,0 951.86,0 951.88,0 951.9,0 951.92,0 951.93,0 951.97,0 951.99,0 952,0 952.02,0 952.04,0 952.069,0 952.079,0 952.1,0 952.13,0 952.14,0 952.17,0 952.189,0 952.199,0 952.23,0 952.25,0 952.27,0 952.29,0 952.3,0 952.33,0 952.34,0 952.37,0 952.38,0 952.41,0 952.43,0 952.439,0 952.45,0 952.47,0 952.51,0 952.53,0 952.54,0 952.55,0 952.579,0 952.59,0 952.63,0 952.65,0 952.66,0 952.67,0 952.689,0 952.71,0 952.75,0 952.76,0 952.79,0 952.81,0 952.819,0 952.85,0 952.86,0 952.87,0 952.9,0 952.91,0 952.93,0 952.96,0 952.98,0 953.01,0 953.02,0 953.05,0 953.06,0 953.09,0 953.1,0 953.12,0 953.14,0 953.15,0 953.17,0 953.21,0 953.22,0 953.24,0 953.27,0 953.28,0 953.31,0 953.319,0 953.34,0 953.37,0 953.38,0 953.41,0 953.43,0 953.45,0 953.46,0 953.49,0 953.51,0 953.52,0 953.53,0 953.55,0 953.59,0 953.6,0 953.63,0 953.65,0 953.66,0 953.67,0 953.689,0 953.72,0 953.74,0 953.77,0 953.78,0 953.8,0 953.819,0 953.85,0 953.86,0 953.88,0 953.9,0 953.91,0 953.939,0 953.95,0 953.98,0 953.99,0 954.02,0 954.05,0 954.069,0 954.09,0 954.1,0 954.12,0 954.14,0 954.15,0 954.189,0 954.199,0 954.22,0 954.25,0 954.27,0 954.28,0 954.31,0 954.319,0 954.35,0 954.36,0 954.39,0 954.41,0 954.43,0 954.45,0 954.47,0 954.48,0 954.51,0 954.52,0 954.53,0 954.55,0 954.569,0 954.59,0 954.61,0 954.65,0 954.66,0 954.67,0 954.689,0 954.73,0 954.74,0 954.76,0 954.78,0 954.8,0 954.81,0 954.84,0 954.86,0 954.87,0 954.91,0 954.92,0 954.939,0 954.97,0 954.98,0 955.01,0 955.02,0 955.04,0 955.06,0 955.079,0 955.1,0 955.12,0 955.13,0 955.16,0 955.189,0 955.199,0 955.22,0 955.23,0 955.27,0 955.28,0 955.31,0 955.319,0 955.34,0 955.37,0 955.39,0 955.4,0 955.43,0 955.45,0 955.47,0 955.48,0 955.51,0 955.52,0 955.53,0 955.55,0 955.59,0 955.6,0 955.61,0 955.63,0 955.66,0 955.67,0 955.699,0 955.71,0 955.74,0 955.75,0 955.78,0 955.8,0 955.83,0 955.84,0 955.85,0 955.88,0 955.91,0 955.92,0 955.939,0 955.97,0 955.98,0 955.99,0 956.03,0 956.04,0 956.06,0 956.069,0 956.09,0 956.13,0 956.15,0 956.16,0 956.18,0 956.21,0 956.23,0 956.25,0 956.26,0 956.29,0 956.3,0 956.31,0 956.34,0 956.37,0 956.39,0 956.4,0 956.43,0 956.45,0 956.47,0 956.48,0 956.49,0 956.51,0 956.53,0 956.55,0 956.59,0 956.6,0 956.61,0 956.63,0 956.65,0 956.689,0 956.699,0 956.72,0 956.73,0 956.77,0 956.78,0 956.79,0 956.819,0 956.84,0 956.86,0 956.87,0 956.9,0 956.93,0 956.939,0 956.97,0 956.99,0 957,0 957.03,0 957.04,0 957.069,0 957.079,0 957.1,0 957.12,0 957.14,0 957.17,0 957.189,0 957.199,0 957.23,0 957.25,0 957.27,0 957.28,0 957.29,0 957.319,0 957.35,0 957.37,0 957.39,0 957.4,0 957.41,0 957.45,0 957.47,0 957.48,0 957.51,0 957.52,0 957.53,0 957.55,0 957.59,0 957.6,0 957.61,0 957.63,0 957.65,0 957.689,0 957.699,0 957.71,0 957.75,0 957.77,0 957.79,0 957.8,0 957.83,0 957.84,0 957.87,0 957.88,0 957.91,0 957.92,0 957.95,0 957.96,0 957.99,0 958,0 958.03,0 958.04,0 958.05,0 958.079,0 958.11,0 958.13,0 958.14,0 958.17,0 958.18,0 958.21,0 958.23,0 958.24,0 958.27,0 958.29,0 958.3,0 958.31,0 958.35,0 958.37,0 958.39,0 958.4,0 958.41,0 958.45,0 958.47,0 958.48,0 958.51,0 958.52,0 958.53,0 958.55,0 958.59,0 958.61,0 958.62,0 958.63,0 958.65,0 958.689,0 958.71,0 958.72,0 958.74,0 958.77,0 958.78,0 958.8,0 958.819,0 958.85,0 958.86,0 958.89,0 958.91,0 958.92,0 958.939,0 958.96,0 958.99,0 959,0 959.01,0 959.05,0 959.06,0 959.079,0 959.1,0 959.13,0 959.14,0 959.16,0 959.18,0 959.199,0 959.22,0 959.25,0 959.26,0 959.29,0 959.31,0 959.319,0 959.35,0 959.37,0 959.39,0 959.4,0 959.41,0 959.45,0 959.47,0 959.48,0 959.49,0 959.51,0 959.53,0 959.55,0 959.569,0 959.61,0 959.63,0 959.64,0 959.65,0 959.67,0 959.71,0 959.72,0 959.75,0 959.76,0 959.79,0 959.81,0 959.819,0 959.84,0 959.86,0 959.87,0 959.9,0 959.93,0 959.939,0 959.95,0 959.98,0 960.01,0 960.02,0 960.04,0 960.06,0 960.079,0 960.11,0 960.13,0 960.14,0 960.15,0 960.189,0 960.21,0 960.22,0 960.25,0 960.26,0 960.29,0 960.31,0 960.33,0 960.35,0 960.37,0 960.39,0 960.4,0 960.41,0 960.45,0 960.47,0 960.48,0 960.49,0 960.51,0 960.53,0 960.55,0 960.569,0 960.6,0 960.63,0 960.64,0 960.65,0 960.68,0 960.689,0 960.72,0 960.73,0 960.77,0 960.78,0 960.81,0 960.819,0 960.84,0 960.86,0 960.89,0 960.9,0 960.93,0 960.939,0 960.96,0 960.99,0 961,0 961.01,0 961.04,0 961.069,0 961.079,0 961.1,0 961.12,0 961.14,0 961.17,0 961.18,0 961.189,0 961.23,0 961.24,0 961.27,0 961.29,0 961.3,0 961.319,0 961.35,0 961.37,0 961.39,0 961.4,0 961.43,0 961.439,0 961.47,0 961.48,0 961.49,0 961.51,0 961.53,0 961.55,0 961.579,0 961.59,0 961.63,0 961.64,0 961.65,0 961.67,0 961.699,0 961.73,0 961.74,0 961.75,0 961.77,0 961.79,0 961.819,0 961.84,0 961.87,0 961.88,0 961.9,0 961.92,0 961.95,0 961.96,0 961.97,0 962,0 962.02,0 962.03,0 962.06,0 962.09,0 962.1,0 962.11,0 962.15,0 962.16,0 962.189,0 962.21,0 962.23,0 962.24,0 962.26,0 962.29,0 962.31,0 962.33,0 962.35,0 962.36,0 962.39,0 962.4,0 962.42,0 962.43,0 962.47,0 962.48,0 962.49,0 962.51,0 962.55,0 962.56,0 962.569,0 962.59,0 962.63,0 962.64,0 962.67,0 962.68,0 962.689,0 962.71,0 962.74,0 962.77,0 962.78,0 962.79,0 962.83,0 962.84,0 962.86,0 962.88,0 962.9,0 962.91,0 962.939,0 962.95,0 962.98,0 963,0 963.02,0 963.05,0 963.06,0 963.09,0 963.1,0 963.12,0 963.13,0 963.16,0 963.189,0 963.21,0 963.22,0 963.23,0 963.27,0 963.28,0 963.31,0 963.33,0 963.34,0 963.35,0 963.39,0 963.41,0 963.42,0 963.45,0 963.47,0 963.49,0 963.5,0 963.51,0 963.55,0 963.56,0 963.569,0 963.59,0 963.61,0 963.64,0 963.67,0 963.68,0 963.71,0 963.72,0 963.75,0 963.77,0 963.79,0 963.8,0 963.819,0 963.83,0 963.87,0 963.88,0 963.91,0 963.92,0 963.95,0 963.96,0 963.99,0 964,0 964.01,0 964.04,0 964.05,0 964.079,0 964.11,0 964.12,0 964.13,0 964.16,0 964.189,0 964.21,0 964.23,0 964.24,0 964.27,0 964.28,0 964.31,0 964.33,0 964.35,0 964.36,0 964.37,0 964.4,0 964.41,0 964.45,0 964.46,0 964.49,0 964.5,0 964.53,0 964.55,0 964.569,0 964.579,0 964.59,0 964.61,0 964.63,0 964.66,0 964.689,0 964.699,0 964.72,0 964.74,0 964.77,0 964.79,0 964.81,0 964.819,0 964.84,0 964.86,0 964.88,0 964.9,0 964.92,0 964.95,0 964.96,0 964.98,0 965.01,0 965.02,0 965.04,0 965.069,0 965.079,0 965.1,0 965.11,0 965.13,0 965.16,0 965.189,0 965.199,0 965.21,0 965.24,0 965.25,0 965.29,0 965.31,0 965.319,0 965.35,0 965.37,0 965.38,0 965.39,0 965.42,0 965.45,0 965.46,0 965.49,0 965.51,0 965.52,0 965.53,0 965.56,0 965.569,0 965.59,0 965.61,0 965.63,0 965.66,0 965.67,0 965.689,0 965.72,0 965.73,0 965.77,0 965.78,0 965.81,0 965.819,0 965.83,0 965.87,0 965.88,0 965.91,0 965.92,0 965.939,0 965.96,0 965.99,0 966.01,0 966.03,0 966.04,0 966.05,0 966.079,0 966.1,0 966.13,0 966.14,0 966.15,0 966.189,0 966.199,0 966.21,0 966.25,0 966.26,0 966.29,0 966.31,0 966.319,0 966.35,0 966.36,0 966.37,0 966.39,0 966.41,0 966.43,0 966.47,0 966.49,0 966.51,0 966.52,0 966.53,0 966.569,0 966.579,0 966.59,0 966.61,0 966.63,0 966.67,0 966.68,0 966.689,0 966.73,0 966.74,0 966.76,0 966.79,0 966.8,0 966.83,0 966.84,0 966.87,0 966.88,0 966.9,0 966.91,0 966.939,0 966.96,0 966.97,0 967,0 967.02,0 967.03,0 967.06,0 967.079,0 967.11,0 967.13,0 967.14,0 967.17,0 967.189,0 967.199,0 967.23,0 967.24,0 967.27,0 967.29,0 967.31,0 967.319,0 967.35,0 967.37,0 967.38,0 967.39,0 967.42,0 967.45,0 967.47,0 967.49,0 967.51,0 967.52,0 967.53,0 967.55,0 967.569,0 967.59,0 967.62,0 967.63,0 967.67,0 967.68,0 967.689,0 967.73,0 967.75,0 967.76,0 967.77,0 967.8,0 967.819,0 967.84,0 967.87,0 967.88,0 967.9,0 967.92,0 967.93,0 967.97,0 967.99,0 968,0 968.01,0 968.05,0 968.06,0 968.069,0 968.11,0 968.13,0 968.14,0 968.16,0 968.189,0 968.21,0 968.22,0 968.23,0 968.27,0 968.29,0 968.3,0 968.33,0 968.35,0 968.36,0 968.37,0 968.41,0 968.43,0 968.439,0 968.45,0 968.49,0 968.51,0 968.52,0 968.53,0 968.55,0 968.59,0 968.6,0 968.61,0 968.65,0 968.66,0 968.689,0 968.71,0 968.72,0 968.75,0 968.76,0 968.77,0 968.79,0 968.83,0 968.84,0 968.86,0 968.87,0 968.9,0 968.91,0 968.939,0 968.96,0 968.98,0 969,0 969.01,0 969.04,0 969.06,0 969.09,0 969.1,0 969.12,0 969.15,0 969.16,0 969.189,0 969.199,0 969.22,0 969.23,0 969.27,0 969.29,0 969.31,0 969.319,0 969.35,0 969.37,0 969.39,0 969.4,0 969.43,0 969.439,0 969.47,0 969.48,0 969.51,0 969.52,0 969.53,0 969.569,0 969.579,0 969.59,0 969.61,0 969.63,0 969.65,0 969.689,0 969.71,0 969.72,0 969.74,0 969.76,0 969.79,0 969.8,0 969.819,0 969.84,0 969.85,0 969.87,0 969.9,0 969.91,0 969.939,0 969.97,0 969.98,0 970,0 970.03,0 970.04,0 970.069,0 970.079,0 970.1,0 970.12,0 970.13,0 970.15,0 970.189,0 970.199,0 970.23,0 970.25,0 970.27,0 970.29,0 970.3,0 970.31,0 970.35,0 970.37,0 970.38,0 970.41,0 970.43,0 970.45,0 970.46,0 970.47,0 970.51,0 970.52,0 970.53,0 970.55,0 970.569,0 970.61,0 970.62,0 970.63,0 970.65,0 970.67,0 970.71,0 970.72,0 970.74,0 970.75,0 970.78,0 970.79,0 970.819,0 970.83,0 970.86,0 970.88,0 970.9,0 970.93,0 970.939,0 970.97,0 970.98,0 971,0 971.02,0 971.04,0 971.06,0 971.079,0 971.1,0 971.13,0 971.14,0 971.15,0 971.189,0 971.199,0 971.22,0 971.25,0 971.26,0 971.29,0 971.3,0 971.33,0 971.34,0 971.36,0 971.37,0 971.41,0 971.42,0 971.45,0 971.46,0 971.49,0 971.51,0 971.53,0 971.54,0 971.569,0 971.59,0 971.6,0 971.61,0 971.63,0 971.66,0 971.689,0 971.699,0 971.71,0 971.75,0 971.76,0 971.77,0 971.8,0 971.819,0 971.83,0 971.87,0 971.88,0 971.9,0 971.93,0 971.939,0 971.96,0 971.98,0 972,0 972.03,0 972.05,0 972.06,0 972.09,0 972.1,0 972.12,0 972.15,0 972.16,0 972.189,0 972.199,0 972.22,0 972.25,0 972.26,0 972.29,0 972.3,0 972.319,0 972.33,0 972.36,0 972.37,0 972.41,0 972.43,0 972.439,0 972.45,0 972.47,0 972.49,0 972.52,0 972.55,0 972.569,0 972.579,0 972.61,0 972.63,0 972.64,0 972.65,0 972.67,0 972.699,0 972.73,0 972.74,0 972.77,0 972.78,0 972.79,0 972.819,0 972.84,0 972.85,0 972.88,0 972.89,0 972.93,0 972.939,0 972.95,0 972.98,0 972.99,0 973.03,0 973.04,0 973.069,0 973.079,0 973.1,0 973.11,0 973.15,0 973.16,0 973.189,0 973.199,0 973.23,0 973.24,0 973.27,0 973.28,0 973.31,0 973.33,0 973.34,0 973.35,0 973.39,0 973.41,0 973.43,0 973.439,0 973.45,0 973.49,0 973.5,0 973.51,0 973.53,0 973.55,0 973.569,0 973.61,0 973.62,0 973.63,0 973.65,0 973.67,0 973.71,0 973.72,0 973.75,0 973.77,0 973.79,0 973.8,0 973.819,0 973.85,0 973.86,0 973.87,0 973.9,0 973.91,0 973.939,0 973.96,0 973.98,0 974.01,0 974.02,0 974.04,0 974.069,0 974.079,0 974.11,0 974.12,0 974.15,0 974.16,0 974.18,0 974.21,0 974.23,0 974.24,0 974.27,0 974.29,0 974.3,0 974.33,0 974.35,0 974.36,0 974.37,0 974.41,0 974.43,0 974.439,0 974.45,0 974.49,0 974.5,0 974.51,0 974.53,0 974.55,0 974.59,0 974.61,0 974.63,0 974.64,0 974.65,0 974.67,0 974.689,0 974.71,0 974.73,0 974.77,0 974.79,0 974.8,0 974.819,0 974.84,0 974.86,0 974.89,0 974.9,0 974.93,0 974.939,0 974.96,0 974.97,0 974.99,0 975.02,0 975.04,0 975.06,0 975.09,0 975.1,0 975.12,0 975.14,0 975.17,0 975.18,0 975.21,0 975.22,0 975.23,0 975.26,0 975.29,0 975.31,0 975.33,0 975.34,0 975.35,0 975.39,0 975.4,0 975.43,0 975.439,0 975.45,0 975.49,0 975.51,0 975.52,0 975.55,0 975.56,0 975.569,0 975.59,0 975.63,0 975.64,0 975.65,0 975.67,0 975.689,0 975.71,0 975.73,0 975.76,0 975.77,0 975.81,0 975.819,0 975.85,0 975.86,0 975.88,0 975.89,0 975.92,0 975.93,0 975.95,0 975.99,0 976,0 976.03,0 976.04,0 976.05,0 976.079,0 976.11,0 976.12,0 976.15,0 976.17,0 976.189,0 976.199,0 976.23,0 976.24,0 976.27,0 976.29,0 976.3,0 976.31,0 976.35,0 976.37,0 976.39,0 976.41,0 976.43,0 976.45,0 976.46,0 976.47,0 976.49,0 976.51,0 976.54,0 976.569,0 976.579,0 976.61,0 976.63,0 976.65,0 976.66,0 976.67,0 976.689,0 976.71,0 976.74,0 976.77,0 976.79,0 976.8,0 976.83,0 976.84,0 976.85,0 976.89,0 976.9,0 976.91,0 976.939,0 976.97,0 976.98,0 977,0 977.01,0 977.04,0 977.06,0 977.09,0 977.1,0 977.13,0 977.14,0 977.16,0 977.189,0 977.199,0 977.22,0 977.23,0 977.27,0 977.28,0 977.31,0 977.319,0 977.35,0 977.36,0 977.38,0 977.41,0 977.43,0 977.45,0 977.47,0 977.48,0 977.51,0 977.52,0 977.53,0 977.569,0 977.579,0 977.59,0 977.63,0 977.65,0 977.66,0 977.67,0 977.689,0 977.71,0 977.73,0 977.76,0 977.78,0 977.81,0 977.819,0 977.84,0 977.87,0 977.88,0 977.9,0 977.92,0 977.939,0 977.97,0 977.99,0 978,0 978.02,0 978.05,0 978.06,0 978.069,0 978.09,0 978.13,0 978.14,0 978.17,0 978.18,0 978.199,0 978.23,0 978.25,0 978.27,0 978.29,0 978.3,0 978.31,0 978.35,0 978.37,0 978.38,0 978.39,0 978.43,0 978.45,0 978.46,0 978.47,0 978.49,0 978.53,0 978.55,0 978.56,0 978.579,0 978.59,0 978.61,0 978.65,0 978.66,0 978.67,0 978.689,0 978.73,0 978.74,0 978.75,0 978.78,0 978.81,0 978.819,0 978.84,0 978.85,0 978.88,0 978.9,0 978.91,0 978.939,0 978.97,0 978.98,0 979,0 979.02,0 979.03,0 979.06,0 979.09,0 979.1,0 979.11,0 979.15,0 979.16,0 979.18,0 979.189,0 979.23,0 979.25,0 979.26,0 979.29,0 979.31,0 979.33,0 979.35,0 979.36,0 979.39,0 979.41,0 979.43,0 979.45,0 979.47,0 979.48,0 979.5,0 979.51,0 979.55,0 979.569,0 979.579,0 979.59,0 979.61,0 979.65,0 979.67,0 979.68,0 979.689,0 979.72,0 979.73,0 979.77,0 979.78,0 979.79,0 979.819,0 979.84,0 979.87,0 979.88,0 979.9,0 979.91,0 979.95,0 979.96,0 979.98,0 980,0 980.01,0 980.04,0 980.06,0 980.079,0 980.11,0 980.12,0 980.15,0 980.16,0 980.189,0 980.199,0 980.21,0 980.24,0 980.27,0 980.28,0 980.29,0 980.31,0 980.34,0 980.37,0 980.38,0 980.41,0 980.42,0 980.45,0 980.47,0 980.49,0 980.5,0 980.53,0 980.54,0 980.569,0 980.579,0 980.59,0 980.61,0 980.64,0 980.67,0 980.68,0 980.689,0 980.71,0 980.74,0 980.75,0 980.77,0 980.8,0 980.819,0 980.84,0 980.87,0 980.88,0 980.91,0 980.92,0 980.939,0 980.95,0 980.99,0 981,0 981.03,0 981.04,0 981.069,0 981.079,0 981.11,0 981.13,0 981.15,0 981.16,0 981.189,0 981.21,0 981.22,0 981.24,0 981.27,0 981.29,0 981.3,0 981.33,0 981.34,0 981.36,0 981.39,0 981.41,0 981.42,0 981.43,0 981.47,0 981.48,0 981.51,0 981.52,0 981.53,0 981.55,0 981.569,0 981.59,0 981.61,0 981.63,0 981.66,0 981.68,0 981.689,0 981.72,0 981.74,0 981.75,0 981.78,0 981.79,0 981.819,0 981.83,0 981.85,0 981.89,0 981.9,0 981.93,0 981.939,0 981.96,0 981.97,0 982.01,0 982.02,0 982.03,0 982.069,0 982.079,0 982.11,0 982.12,0 982.14,0 982.16,0 982.189,0 982.199,0 982.23,0 982.24,0 982.27,0 982.29,0 982.3,0 982.31,0 982.35,0 982.37,0 982.39,0 982.4,0 982.43,0 982.45,0 982.46,0 982.49,0 982.51,0 982.53,0 982.54,0 982.55,0 982.569,0 982.59,0 982.61,0 982.65,0 982.66,0 982.67,0 982.699,0 982.71,0 982.74,0 982.76,0 982.79,0 982.8,0 982.83,0 982.85,0 982.86,0 982.89,0 982.91,0 982.92,0 982.93,0 982.96,0 982.99,0 983,0 983.02,0 983.04,0 983.06,0 983.079,0 983.09,0 983.11,0 983.13,0 983.16,0 983.189,0 983.199,0 983.21,0 983.23,0 983.27,0 983.28,0 983.31,0 983.33,0 983.34,0 983.37,0 983.39,0 983.41,0 983.43,0 983.439,0 983.45,0 983.49,0 983.51,0 983.53,0 983.54,0 983.55,0 983.569,0 983.61,0 983.62,0 983.63,0 983.66,0 983.68,0 983.71,0 983.73,0 983.74,0 983.77,0 983.78,0 983.8,0 983.83,0 983.84,0 983.86,0 983.88,0 983.9,0 983.93,0 983.939,0 983.96,0 983.97,0 984,0 984.03,0 984.04,0 984.069,0 984.09,0 984.1,0 984.11,0 984.14,0 984.15,0 984.189,0 984.21,0 984.22,0 984.23,0 984.27,0 984.28,0 984.3,0 984.31,0 984.35,0 984.37,0 984.39,0 984.41,0 984.43,0 984.45,0 984.46,0 984.49,0 984.51,0 984.52,0 984.53,0 984.55,0 984.579,0 984.59,0 984.63,0 984.64,0 984.65,0 984.67,0 984.699,0 984.71,0 984.75,0 984.76,0 984.79,0 984.8,0 984.819,0 984.85,0 984.86,0 984.88,0 984.9,0 984.92,0 984.939,0 984.97,0 984.98,0 985.01,0 985.02,0 985.05,0 985.06,0 985.079,0 985.1,0 985.12,0 985.15,0 985.16,0 985.17,0 985.199,0 985.22,0 985.24,0 985.25,0 985.28,0 985.31,0 985.319,0 985.35,0 985.36,0 985.39,0 985.4,0 985.43,0 985.45,0 985.46,0 985.48,0 985.49,0 985.53,0 985.55,0 985.56,0 985.569,0 985.59,0 985.61,0 985.65,0 985.66,0 985.67,0 985.699,0 985.73,0 985.75,0 985.76,0 985.77,0 985.8,0 985.83,0 985.85,0 985.86,0 985.87,0 985.9,0 985.91,0 985.95,0 985.96,0 985.99,0 986,0 986.01,0 986.05,0 986.06,0 986.09,0 986.1,0 986.12,0 986.13,0 986.16,0 986.189,0 986.199,0 986.22,0 986.25,0 986.27,0 986.29,0 986.3,0 986.33,0 986.34,0 986.35,0 986.39,0 986.4,0 986.43,0 986.439,0 986.45,0 986.47,0 986.49,0 986.52,0 986.53,0 986.55,0 986.569,0 986.61,0 986.62,0 986.63,0 986.66,0 986.67,0 986.699,0 986.71,0 986.74,0 986.75,0 986.77,0 986.8,0 986.819,0 986.84,0 986.85,0 986.88,0 986.9,0 986.92,0 986.939,0 986.97,0 986.98,0 986.99,0 987.03,0 987.04,0 987.069,0 987.079,0 987.1,0 987.11,0 987.15,0 987.16,0 987.18,0 987.21,0 987.22,0 987.25,0 987.26,0 987.29,0 987.3,0 987.33,0 987.35,0 987.36,0 987.39,0 987.4,0 987.43,0 987.45,0 987.47,0 987.49,0 987.5,0 987.51,0 987.53,0 987.55,0 987.579,0 987.61,0 987.63,0 987.64,0 987.65,0 987.689,0 987.699,0 987.71,0 987.75,0 987.76,0 987.78,0 987.8,0 987.819,0 987.83,0 987.86,0 987.89,0 987.9,0 987.93,0 987.939,0 987.95,0 987.98,0 987.99,0 988.03,0 988.05,0 988.06,0 988.069,0 988.09,0 988.13,0 988.14,0 988.17,0 988.18,0 988.21,0 988.23,0 988.25,0 988.26,0 988.29,0 988.3,0 988.33,0 988.35,0 988.36,0 988.39,0 988.4,0 988.41,0 988.439,0 988.47,0 988.49,0 988.5,0 988.51,0 988.53,0 988.569,0 988.579,0 988.61,0 988.62,0 988.63,0 988.66,0 988.67,0 988.699,0 988.73,0 988.74,0 988.77,0 988.79,0 988.8,0 988.81,0 988.84,0 988.86,0 988.88,0 988.9,0 988.91,0 988.939,0 988.97,0 988.98,0 988.99,0 989.02,0 989.04,0 989.069,0 989.079,0 989.1,0 989.11,0 989.15,0 989.16,0 989.189,0 989.199,0 989.21,0 989.24,0 989.26,0 989.29,0 989.3,0 989.33,0 989.35,0 989.37,0 989.39,0 989.4,0 989.43,0 989.439,0 989.47,0 989.49,0 989.51,0 989.52,0 989.53,0 989.56,0 989.569,0 989.61,0 989.62,0 989.63,0 989.65,0 989.67,0 989.71,0 989.72,0 989.73,0 989.75,0 989.79,0 989.8,0 989.81,0 989.83,0 989.85,0 989.88,0 989.9,0 989.91,0 989.95,0 989.97,0 989.98,0 990.01,0 990.02,0 990.04,0 990.06,0 990.069,0 990.1,0 990.13,0 990.15,0 990.16,0 990.189,0 990.199,0 990.23,0 990.24,0 990.27,0 990.29,0 990.3,0 990.33,0 990.34,0 990.37,0 990.38,0 990.41,0 990.43,0 990.439,0 990.46,0 990.49,0 990.51,0 990.52,0 990.55,0 990.569,0 990.579,0 990.59,0 990.63,0 990.64,0 990.65,0 990.67,0 990.71,0 990.72,0 990.75,0 990.76,0 990.79,0 990.81,0 990.819,0 990.83,0 990.85,0 990.89,0 990.91,0 990.92,0 990.95,0 990.96,0 990.98,0 991,0 991.02,0 991.04,0 991.06,0 991.079,0 991.1,0 991.11,0 991.14,0 991.16,0 991.189,0 991.21,0 991.22,0 991.25,0 991.27,0 991.28,0 991.29,0 991.33,0 991.35,0 991.37,0 991.39,0 991.4,0 991.43,0 991.439,0 991.47,0 991.49,0 991.51,0 991.53,0 991.54,0 991.569,0 991.579,0 991.59,0 991.63,0 991.64,0 991.65,0 991.67,0 991.689,0 991.72,0 991.74,0 991.75,0 991.79,0 991.81,0 991.819,0 991.83,0 991.86,0 991.88,0 991.89,0 991.92,0 991.93,0 991.96,0 991.98,0 991.99,0 992.01,0 992.03,0 992.069,0 992.079,0 992.11,0 992.12,0 992.15,0 992.16,0 992.189,0 992.21,0 992.22,0 992.25,0 992.26,0 992.28,0 992.31,0 992.319,0 992.35,0 992.37,0 992.39,0 992.4,0 992.43,0 992.439,0 992.46,0 992.49,0 992.51,0 992.53,0 992.55,0 992.56,0 992.579,0 992.59,0 992.62,0 992.65,0 992.66,0 992.67,0 992.689,0 992.73,0 992.74,0 992.77,0 992.78,0 992.81,0 992.819,0 992.83,0 992.87,0 992.88,0 992.91,0 992.92,0 992.939,0 992.97,0 992.98,0 993,0 993.01,0 993.05,0 993.069,0 993.079,0 993.1,0 993.11,0 993.13,0 993.16,0 993.189,0 993.199,0 993.22,0 993.25,0 993.26,0 993.29,0 993.31,0 993.319,0 993.33,0 993.37,0 993.39,0 993.4,0 993.43,0 993.45,0 993.47,0 993.49,0 993.5,0 993.52,0 993.55,0 993.569,0 993.579,0 993.59,0 993.62,0 993.65,0 993.66,0 993.67,0 993.71,0 993.72,0 993.73,0 993.76,0 993.79,0 993.8,0 993.819,0 993.84,0 993.86,0 993.87,0 993.9,0 993.92,0 993.939,0 993.95,0 993.98,0 993.99,0 994.02,0 994.05,0 994.069,0 994.079,0 994.09,0 994.11,0 994.15,0 994.16,0 994.189,0 994.21,0 994.22,0 994.23,0 994.26,0 994.29,0 994.31,0 994.319,0 994.34,0 994.37,0 994.39,0 994.4,0 994.41,0 994.439,0 994.47,0 994.48,0 994.49,0 994.51,0 994.54,0 994.569,0 994.579,0 994.6,0 994.63,0 994.64,0 994.65,0 994.689,0 994.71,0 994.72,0 994.73,0 994.76,0 994.79,0 994.8,0 994.83,0 994.84,0 994.87,0 994.88,0 994.91,0 994.92,0 994.939,0 994.95,0 994.98,0 995,0 995.03,0 995.04,0 995.06,0 995.09,0 995.1,0 995.11,0 995.14,0 995.16,0 995.189,0 995.199,0 995.21,0 995.25,0 995.27,0 995.28,0 995.3,0 995.31,0 995.35,0 995.37,0 995.38,0 995.39,0 995.43,0 995.45,0 995.47,0 995.48,0 995.49,0 995.51,0 995.54,0 995.55,0 995.59,0 995.6,0 995.62,0 995.63,0 995.65,0 995.67,0 995.689,0 995.72,0 995.75,0 995.76,0 995.77,0 995.79,0 995.81,0 995.84,0 995.86,0 995.87,0 995.91,0 995.92,0 995.939,0 995.97,0 995.98,0 996,0 996.01,0 996.04,0 996.069,0 996.079,0 996.1,0 996.12,0 996.13,0 996.15,0 996.189,0 996.21,0 996.22,0 996.25,0 996.27,0 996.28,0 996.31,0 996.319,0 996.34,0 996.37,0 996.38,0 996.39,0 996.43,0 996.439,0 996.47,0 996.48,0 996.5,0 996.51,0 996.54,0 996.569,0 996.579,0 996.59,0 996.63,0 996.64,0 996.65,0 996.67,0 996.71,0 996.72,0 996.75,0 996.76,0 996.77,0 996.8,0 996.819,0 996.83,0 996.85,0 996.88,0 996.91,0 996.92,0 996.93,0 996.96,0 996.99,0 997,0 997.02,0 997.04,0 997.06,0 997.069,0 997.11,0 997.12,0 997.13,0 997.16,0 997.18,0 997.189,0 997.22,0 997.23,0 997.26,0 997.29,0 997.3,0 997.33,0 997.34,0 997.35,0 997.39,0 997.41,0 997.42,0 997.45,0 997.47,0 997.49,0 997.5,0 997.51,0 997.53,0 997.569,0 997.579,0 997.6,0 997.62,0 997.65,0 997.66,0 997.67,0 997.71,0 997.73,0 997.74,0 997.77,0 997.78,0 997.79,0 997.81,0 997.83,0 997.86,0 997.88,0 997.9,0 997.92,0 997.939,0 997.96,0 997.98,0 997.99,0 998.02,0 998.04,0 998.06,0 998.079,0 998.1,0 998.13,0 998.14,0 998.15,0 998.189,0 998.21,0 998.23,0 998.25,0 998.26,0 998.27,0 998.31,0 998.319,0 998.35,0 998.36,0 998.39,0 998.41,0 998.43,0 998.439,0 998.47,0 998.49,0 998.5,0 998.51,0 998.53,0 998.56,0 998.569,0 998.61,0 998.62,0 998.63,0 998.65,0 998.68,0 998.689,0 998.72,0 998.73,0 998.76,0 998.78,0 998.79,0 998.819,0 998.85,0 998.86,0 998.87,0 998.89,0 998.92,0 998.939,0 998.96,0 998.98,0 999,0 999.02,0 999.04,0 999.06,0 999.079,0 999.1,0 999.12,0 999.14,0 999.16,0 999.18,0 999.199,0 999.22,0 999.25,0 999.26,0 999.29,0 999.3,0 999.33,0 999.34,0 999.37,0 999.38,0 999.41,0 999.43,0 999.45,0 999.46,0 999.49,0 999.51,0 999.52,0 999.53,0 999.569,0 999.579,0 999.61,0 999.62,0 999.64,0 999.65,0 999.689,0 999.699,0 999.72,0 999.75,0 999.76,0 999.79,0 999.81,0 999.819,0 999.84,0 999.85,0 999.89,0 999.9,0 999.91,0 999.93,0 999.96,0 999.99,0 1000,0 1000.03,0 1000.04,0 1000.069,0 1000.079,0 1000.11,0 1000.12,0 1000.15,0 1000.16,0 1000.18,0 1000.199,0 1000.23,0 1000.24,0 1000.27,0 1000.29,0 1000.31,0 1000.319,0 1000.34,0 1000.37,0 1000.38,0 1000.4,0 1000.43,0 1000.439,0 1000.47,0 1000.49,0 1000.5,0 1000.51,0 1000.53,0 1000.569,0 1000.579,0 1000.59,0 1000.62,0 1000.65,0 1000.66,0 1000.67,0 1000.689,0 1000.73,0 1000.74,0 1000.77,0 1000.78,0 1000.8,0 1000.819,0 1000.83,0 1000.86,0 1000.88,0 1000.91,0 1000.92,0 1000.95,0 1000.96,0 1000.98,0 1001,0 1001.01,0 1001.05,0 1001.06,0 1001.09,0 1001.1,0 1001.12,0 1001.15,0 1001.16,0 1001.17,0 1001.21,0 1001.22,0 1001.25,0 1001.26,0 1001.27,0 1001.31,0 1001.319,0 1001.35,0 1001.37,0 1001.38,0 1001.39,0 1001.43,0 1001.45,0 1001.46,0 1001.47,0 1001.49,0 1001.53,0 1001.54,0 1001.55,0 1001.569,0 1001.6,0 1001.61,0 1001.65,0 1001.66,0 1001.67,0 1001.689,0 1001.71,0 1001.74,0 1001.75,0 1001.78,0 1001.8,0 1001.819,0 1001.84,0 1001.86,0 1001.87,0 1001.89,0 1001.92,0 1001.93,0 1001.97,0 1001.98,0 1002,0 1002.02,0 1002.04,0 1002.069,0 1002.079,0 1002.1,0 1002.13,0 1002.14,0 1002.16,0 1002.189,0 1002.21,0 1002.23,0 1002.24,0 1002.25,0 1002.28,0 1002.31,0 1002.319,0 1002.34,0 1002.37,0 1002.38,0 1002.39,0 1002.43,0 1002.45,0 1002.47,0 1002.48,0 1002.49,0 1002.53,0 1002.54,0 1002.55,0 1002.579,0 1002.59,0 1002.63,0 1002.65,0 1002.66,0 1002.67,0 1002.71,0 1002.72,0 1002.73,0 1002.75,0 1002.77,0 1002.81,0 1002.819,0 1002.83,0 1002.86,0 1002.87,0 1002.9,0 1002.92,0 1002.939,0 1002.95,0 1002.99,0 1003,0 1003.02,0 1003.04,0 1003.06,0 1003.079,0 1003.1,0 1003.11,0 1003.15,0 1003.17,0 1003.18,0 1003.21,0 1003.22,0 1003.23,0 1003.27,0 1003.29,0 1003.3,0 1003.319,0 1003.35,0 1003.37,0 1003.38,0 1003.41,0 1003.43,0 1003.45,0 1003.47,0 1003.48,0 1003.49,0 1003.51,0 1003.54,0 1003.55,0 1003.579,0 1003.61,0 1003.62,0 1003.63,0 1003.66,0 1003.67,0 1003.689,0 1003.73,0 1003.74,0 1003.75,0 1003.78,0 1003.81,0 1003.819,0 1003.84,0 1003.87,0 1003.89,0 1003.9,0 1003.91,0 1003.939,0 1003.95,0 1003.99,0 1004,0 1004.01,0 1004.05,0 1004.06,0 1004.079,0 1004.09,0 1004.12,0 1004.15,0 1004.16,0 1004.18,0 1004.21,0 1004.23,0 1004.24,0 1004.26,0 1004.29,0 1004.3,0 1004.31,0 1004.35,0 1004.37,0 1004.38,0 1004.39,0 1004.43,0 1004.45,0 1004.47,0 1004.48,0 1004.51,0 1004.52,0 1004.55,0 1004.56,0 1004.59,0 1004.6,0 1004.62,0 1004.63,0 1004.65,0 1004.689,0 1004.699,0 1004.71,0 1004.75,0 1004.76,0 1004.77,0 1004.8,0 1004.819,0 1004.83,0 1004.86,0 1004.88,0 1004.9,0 1004.92,0 1004.939,0 1004.96,0 1004.97,0 1005,0 1005.02,0 1005.04,0 1005.069,0 1005.079,0 1005.1,0 1005.13,0 1005.14,0 1005.15,0 1005.17,0 1005.189,0 1005.22,0 1005.23,0 1005.27,0 1005.29,0 1005.31,0 1005.319,0 1005.35,0 1005.37,0 1005.38,0 1005.39,0 1005.43,0 1005.439,0 1005.47,0 1005.49,0 1005.5,0 1005.51,0 1005.53,0 1005.55,0 1005.569,0 1005.59,0 1005.63,0 1005.64,0 1005.65,0 1005.689,0 1005.699,0 1005.73,0 1005.75,0 1005.76,0 1005.79,0 1005.8,0 1005.81,0 1005.84,0 1005.85,0 1005.88,0 1005.91,0 1005.92,0 1005.939,0 1005.96,0 1005.99,0 1006,0 1006.03,0 1006.04,0 1006.06,0 1006.079,0 1006.1,0 1006.13,0 1006.15,0 1006.16,0 1006.189,0 1006.21,0 1006.22,0 1006.23,0 1006.25,0 1006.29,0 1006.3,0 1006.319,0 1006.35,0 1006.37,0 1006.38,0 1006.39,0 1006.43,0 1006.439,0 1006.47,0 1006.49,0 1006.5,0 1006.51,0 1006.54,0 1006.55,0 1006.569,0 1006.59,0 1006.63,0 1006.65,0 1006.66,0 1006.67,0 1006.71,0 1006.72,0 1006.74,0 1006.77,0 1006.78,0 1006.81,0 1006.819,0 1006.84,0 1006.85,0 1006.88,0 1006.9,0 1006.91,0 1006.93,0 1006.96,0 1006.99,0 1007,0 1007.02,0 1007.04,0 1007.06,0 1007.079,0 1007.1,0 1007.12,0 1007.14,0 1007.15,0 1007.189,0 1007.199,0 1007.22,0 1007.25,0 1007.26,0 1007.27,0 1007.31,0 1007.33,0 1007.35,0 1007.37,0 1007.38,0 1007.41,0 1007.43,0 1007.439,0 1007.47,0 1007.49,0 1007.51,0 1007.53,0 1007.54,0 1007.569,0 1007.579,0 1007.6,0 1007.61,0 1007.63,0 1007.65,0 1007.68,0 1007.71,0 1007.72,0 1007.75,0 1007.77,0 1007.78,0 1007.8,0 1007.81,0 1007.84,0 1007.86,0 1007.88,0 1007.9,0 1007.92,0 1007.939,0 1007.96,0 1007.97,0 1007.99,0 1008.02,0 1008.04,0 1008.06,0 1008.079,0 1008.11,0 1008.12,0 1008.13,0 1008.16,0 1008.189,0 1008.21,0 1008.22,0 1008.25,0 1008.26,0 1008.29,0 1008.3,0 1008.33,0 1008.35,0 1008.36,0 1008.39,0 1008.4,0 1008.41,0 1008.43,0 1008.47,0 1008.48,0 1008.51,0 1008.53,0 1008.55,0 1008.569,0 1008.579,0 1008.59,0 1008.61,0 1008.63,0 1008.67,0 1008.68,0 1008.689,0 1008.71,0 1008.74,0 1008.76,0 1008.79,0 1008.8,0 1008.819,0 1008.84,0 1008.86,0 1008.87,0 1008.9,0 1008.92,0 1008.939,0 1008.97,0 1008.98,0 1009.01,0 1009.03,0 1009.04,0 1009.069,0 1009.09,0 1009.1,0 1009.13,0 1009.15,0 1009.16,0 1009.189,0 1009.199,0 1009.22,0 1009.23,0 1009.27,0 1009.29,0 1009.3,0 1009.33,0 1009.35,0 1009.36,0 1009.39,0 1009.41,0 1009.43,0 1009.439,0 1009.46,0 1009.47,0 1009.5,0 1009.53,0 1009.55,0 1009.569,0 1009.579,0 1009.59,0 1009.61,0 1009.65,0 1009.66,0 1009.67,0 1009.71,0 1009.72,0 1009.74,0 1009.75,0 1009.78,0 1009.79,0 1009.83,0 1009.84,0 1009.86,0 1009.87,0 1009.9,0 1009.93,0 1009.939,0 1009.96,0 1009.99,0 1010.01,0 1010.02,0 1010.03,0 1010.06,0 1010.09,0 1010.1,0 1010.13,0 1010.14,0 1010.17,0 1010.18,0 1010.21,0 1010.22,0 1010.25,0 1010.26,0 1010.29,0 1010.31,0 1010.33,0 1010.35,0 1010.36,0 1010.39,0 1010.4,0 1010.41,0 1010.43,0 1010.47,0 1010.49,0 1010.51,0 1010.52,0 1010.55,0 1010.569,0 1010.579,0 1010.6,0 1010.61,0 1010.65,0 1010.66,0 1010.67,0 1010.71,0 1010.73,0 1010.74,0 1010.76,0 1010.78,0 1010.79,0 1010.83,0 1010.84,0 1010.85,0 1010.88,0 1010.9,0 1010.92,0 1010.93,0 1010.96,0 1010.97,0 1011,0 1011.03,0 1011.05,0 1011.06,0 1011.079,0 1011.11,0 1011.13,0 1011.14,0 1011.16,0 1011.17,0 1011.21,0 1011.22,0 1011.24,0 1011.26,0 1011.27,0 1011.31,0 1011.33,0 1011.35,0 1011.36,0 1011.38,0 1011.41,0 1011.42,0 1011.45,0 1011.47,0 1011.49,0 1011.5,0 1011.52,0 1011.55,0 1011.56,0 1011.579,0 1011.59,0 1011.61,0 1011.65,0 1011.66,0 1011.67,0 1011.699,0 1011.73,0 1011.74,0 1011.77,0 1011.78,0 1011.8,0 1011.81,0 1011.83,0 1011.86,0 1011.87,0 1011.91,0 1011.92,0 1011.939,0 1011.97,0 1011.98,0 1012,0 1012.02,0 1012.04,0 1012.06,0 1012.079,0 1012.11,0 1012.12,0 1012.15,0 1012.16,0 1012.189,0 1012.21,0 1012.23,0 1012.24,0 1012.25,0 1012.29,0 1012.31,0 1012.33,0 1012.35,0 1012.36,0 1012.39,0 1012.4,0 1012.41,0 1012.43,0 1012.47,0 1012.48,0 1012.51,0 1012.53,0 1012.54,0 1012.569,0 1012.579,0 1012.59,0 1012.61,0 1012.65,0 1012.66,0 1012.67,0 1012.71,0 1012.72,0 1012.73,0 1012.76,0 1012.77,0 1012.79,0 1012.81,0 1012.84,0 1012.85,0 1012.88,0 1012.9,0 1012.93,0 1012.939,0 1012.96,0 1012.98,0 1013,0 1013.02,0 1013.03,0 1013.05,0 1013.079,0 1013.1,0 1013.12,0 1013.15,0 1013.16,0 1013.17,0 1013.21,0 1013.23,0 1013.24,0 1013.27,0 1013.28,0 1013.29,0 1013.33,0 1013.35,0 1013.36,0 1013.39,0 1013.4,0 1013.41,0 1013.45,0 1013.46,0 1013.49,0 1013.51,0 1013.52,0 1013.55,0 1013.56,0 1013.59,0 1013.6,0 1013.63,0 1013.64,0 1013.67,0 1013.68,0 1013.689,0 1013.72,0 1013.75,0 1013.76,0 1013.79,0 1013.81,0 1013.819,0 1013.84,0 1013.87,0 1013.88,0 1013.91,0 1013.92,0 1013.939,0 1013.96,0 1013.97,0 1013.99,0 1014.02,0 1014.04,0 1014.06,0 1014.079,0 1014.1,0 1014.13,0 1014.14,0 1014.17,0 1014.189,0 1014.21,0 1014.23,0 1014.24,0 1014.27,0 1014.28,0 1014.31,0 1014.33,0 1014.35,0 1014.37,0 1014.39,0 1014.4,0 1014.41,0 1014.439,0 1014.45,0 1014.49,0 1014.5,0 1014.51,0 1014.55,0 1014.56,0 1014.579,0 1014.59,0 1014.62,0 1014.63,0 1014.67,0 1014.68,0 1014.689,0 1014.71,0 1014.75,0 1014.76,0 1014.79,0 1014.8,0 1014.81,0 1014.85,0 1014.87,0 1014.88,0 1014.9,0 1014.92,0 1014.939,0 1014.95,0 1014.98,0 1015.01,0 1015.02,0 1015.05,0 1015.06,0 1015.079,0 1015.1,0 1015.11,0 1015.15,0 1015.16,0 1015.18,0 1015.189,0 1015.21,0 1015.25,0 1015.27,0 1015.28,0 1015.31,0 1015.33,0 1015.35,0 1015.37,0 1015.39,0 1015.4,0 1015.42,0 1015.43,0 1015.47,0 1015.48,0 1015.49,0 1015.53,0 1015.54,0 1015.569,0 1015.59,0 1015.6,0 1015.63,0 1015.64,0 1015.66,0 1015.689,0 1015.71,0 1015.72,0 1015.74,0 1015.75,0 1015.79,0 1015.8,0 1015.81,0 1015.83,0 1015.87,0 1015.88,0 1015.91,0 1015.92,0 1015.93,0 1015.97,0 1015.98,0 1016.01,0 1016.02,0 1016.05,0 1016.06,0 1016.09,0 1016.11,0 1016.12,0 1016.13,0 1016.17,0 1016.18,0 1016.21,0 1016.23,0 1016.24,0 1016.27,0 1016.28,0 1016.31,0 1016.33,0 1016.34,0 1016.37,0 1016.38,0 1016.39,0 1016.43,0 1016.439,0 1016.46,0 1016.49,0 1016.51,0 1016.52,0 1016.55,0 1016.56,0 1016.569,0 1016.61,0 1016.63,0 1016.64,0 1016.65,0 1016.67,0 1016.689,0 1016.71,0 1016.75,0 1016.76,0 1016.79,0 1016.81,0 1016.819,0 1016.83,0 1016.86,0 1016.87,0 1016.91,0 1016.92,0 1016.939,0 1016.96,0 1016.98,0 1017,0 1017.01,0 1017.04,0 1017.06,0 1017.079,0 1017.1,0 1017.12,0 1017.15,0 1017.16,0 1017.189,0 1017.199,0 1017.23,0 1017.24,0 1017.26,0 1017.29,0 1017.31,0 1017.319,0 1017.35,0 1017.37,0 1017.38,0 1017.41,0 1017.43,0 1017.439,0 1017.47,0 1017.48,0 1017.49,0 1017.51,0 1017.55,0 1017.56,0 1017.59,0 1017.6,0 1017.61,0 1017.63,0 1017.67,0 1017.689,0 1017.699,0 1017.73,0 1017.74,0 1017.77,0 1017.78,0 1017.79,0 1017.819,0 1017.84,0 1017.85,0 1017.88,0 1017.89,0 1017.93,0 1017.939,0 1017.95,0 1017.98,0 1017.99,0 1018.03,0 1018.04,0 1018.06,0 1018.079,0 1018.09,0 1018.11,0 1018.15,0 1018.17,0 1018.189,0 1018.21,0 1018.22,0 1018.23,0 1018.27,0 1018.29,0 1018.31,0 1018.33,0 1018.35,0 1018.36,0 1018.37,0 1018.39,0 1018.43,0 1018.439,0 1018.47,0 1018.48,0 1018.51,0 1018.52,0 1018.54,0 1018.55,0 1018.59,0 1018.61,0 1018.63,0 1018.64,0 1018.65,0 1018.67,0 1018.689,0 1018.73,0 1018.74,0 1018.77,0 1018.79,0 1018.8,0 1018.83,0 1018.84,0 1018.86,0 1018.88,0 1018.91,0 1018.93,0 1018.939,0 1018.95,0 1018.98,0 1019.01,0 1019.02,0 1019.05,0 1019.06,0 1019.09,0 1019.1,0 1019.13,0 1019.14,0 1019.15,0 1019.18,0 1019.199,0 1019.23,0 1019.24,0 1019.25,0 1019.28,0 1019.29,0 1019.33,0 1019.35,0 1019.37,0 1019.39,0 1019.4,0 1019.41,0 1019.45,0 1019.47,0 1019.48,0 1019.49,0 1019.53,0 1019.54,0 1019.55,0 1019.579,0 1019.61,0 1019.63,0 1019.64,0 1019.65,0 1019.689,0 1019.699,0 1019.72,0 1019.74,0 1019.76,0 1019.79,0 1019.8,0 1019.81,0 1019.83,0 1019.86,0 1019.88,0 1019.91,0 1019.93,0 1019.939,0 1019.97,0 1019.99,0 1020,0 1020.02,0 1020.05,0 1020.06,0 1020.079,0 1020.11,0 1020.12,0 1020.15,0 1020.16,0 1020.17,0 1020.21,0 1020.23,0 1020.24,0 1020.26,0 1020.29,0 1020.3,0 1020.33,0 1020.35,0 1020.36,0 1020.37,0 1020.39,0 1020.43,0 1020.45,0 1020.47,0 1020.49,0 1020.5,0 1020.52,0 1020.53,0 1020.55,0 1020.579,0 1020.61,0 1020.63,0 1020.64,0 1020.65,0 1020.67,0 1020.71,0 1020.72,0 1020.73,0 1020.77,0 1020.78,0 1020.8,0 1020.819,0 1020.84,0 1020.86,0 1020.89,0 1020.91,0 1020.92,0 1020.95,0 1020.96,0 1020.98,0 1021.01,0 1021.03,0 1021.04,0 1021.05,0 1021.09,0 1021.1,0 1021.11,0 1021.13,0 1021.16,0 1021.17,0 1021.21,0 1021.22,0 1021.24,0 1021.27,0 1021.29,0 1021.3,0 1021.319,0 1021.35,0 1021.37,0 1021.38,0 1021.41,0 1021.42,0 1021.45,0 1021.47,0 1021.48,0 1021.49,0 1021.51,0 1021.54,0 1021.55,0 1021.59,0 1021.61,0 1021.63,0 1021.64,0 1021.65,0 1021.67,0 1021.689,0 1021.71,0 1021.75,0 1021.76,0 1021.77,0 1021.8,0 1021.81,0 1021.84,0 1021.86,0 1021.89,0 1021.9,0 1021.93,0 1021.939,0 1021.97,0 1021.98,0 1022,0 1022.02,0 1022.04,0 1022.06,0 1022.069,0 1022.11,0 1022.13,0 1022.15,0 1022.16,0 1022.18,0 1022.21,0 1022.23,0 1022.24,0 1022.27,0 1022.28,0 1022.31,0 1022.319,0 1022.35,0 1022.36,0 1022.39,0 1022.4,0 1022.41,0 1022.439,0 1022.47,0 1022.49,0 1022.5,0 1022.53,0 1022.55,0 1022.56,0 1022.569,0 1022.59,0 1022.63,0 1022.65,0 1022.66,0 1022.67,0 1022.71,0 1022.72,0 1022.74,0 1022.77,0 1022.78,0 1022.81,0 1022.819,0 1022.83,0 1022.87,0 1022.88,0 1022.89,0 1022.91,0 1022.939,0 1022.96,0 1022.97,0 1023,0 1023.02,0 1023.04,0 1023.05,0 1023.079,0 1023.1,0 1023.13,0 1023.14,0 1023.16,0 1023.18,0 1023.21,0 1023.22,0 1023.24,0 1023.25,0 1023.29,0 1023.31,0 1023.33,0 1023.34,0 1023.37,0 1023.39,0 1023.41,0 1023.42,0 1023.439,0 1023.47,0 1023.48,0 1023.49,0 1023.51,0 1023.54,0 1023.569,0 1023.579,0 1023.6,0 1023.63,0 1023.64,0 1023.65,0 1023.67,0 1023.699,0 1023.71,0 1023.73,0 1023.77,0 1023.78,0 1023.79,0 1023.819,0 1023.84,0 1023.85,0 1023.88,0 1023.9,0 1023.93,0 1023.939,0 1023.97,0 1023.98,0 1024,0 1024.02,0 1024.03,0 1024.069,0 1024.079,0 1024.098,0 1024.119,0 1024.14,0 1024.15,0 1024.18,0 1024.21,0 1024.23,0 1024.24,0 1024.25,0 1024.28,0 1024.29,0 1024.319,0 1024.339,0 1024.369,0 1024.378,0 1024.4,0 1024.41,0 1024.45,0 1024.46,0 1024.49,0 1024.5,0 1024.53,0 1024.54,0 1024.55,0 1024.569,0 1024.589,0 1024.619,0 1024.64,0 1024.65,0 1024.68,0 1024.7,0 1024.71,0 1024.73,0 1024.76,0 1024.77,0 1024.81,0 1024.819,0 1024.849,0 1024.869,0 1024.878,0 1024.9,0 1024.92,0 1024.94,0 1024.96,0 1024.98,0 1025,0 1025.02,0 1025.03,0 1025.05,0 1025.079,0 1025.099,0 1025.108,0 1025.128,0 1025.14,0 1025.18,0 1025.2,0 1025.22,0 1025.23,0 1025.26,0 1025.29,0 1025.3,0 1025.329,0 1025.339,0 1025.349,0 1025.369,0 1025.41,0 1025.42,0 1025.45,0 1025.46,0 1025.49,0 1025.5,0 1025.51,0 1025.55,0 1025.569,0 1025.579,0 1025.599,0 1025.619,0 1025.64,0 1025.65,0 1025.67,0 1025.69,0 1025.71,0 1025.75,0 1025.76,0 1025.77,0 1025.81,0 1025.819,0 1025.829,0 1025.858,0 1025.89,0 1025.9,0 1025.91,0 1025.94,0 1025.97,0 1025.98,0 1025.99,0 1026.02,0 1026.04,0 1026.06,0 1026.079,0 1026.098,0 1026.108,0 1026.119,0 1026.17,0 1026.18,0 1026.2,0 1026.23,0 1026.25,0 1026.26,0 1026.27,0 1026.3,0 1026.31,0 1026.329,0 1026.369,0 1026.39,0 1026.4,0 1026.43,0 1026.45,0 1026.46,0 1026.49,0 1026.51,0 1026.52,0 1026.55,0 1026.56,0 1026.579,0 1026.599,0 1026.619,0 1026.64,0 1026.65,0 1026.67,0 1026.7,0 1026.71,0 1026.75,0 1026.77,0 1026.78,0 1026.8,0 1026.81,0 1026.849,0 1026.858,0 1026.878,0 1026.9,0 1026.91,0 1026.94,0 1026.96,0 1026.98,0 1027.01,0 1027.02,0 1027.04,0 1027.06,0 1027.089,0 1027.098,0 1027.108,0 1027.14,0 1027.15,0 1027.17,0 1027.21,0 1027.22,0 1027.23,0 1027.27,0 1027.28,0 1027.3,0 1027.329,0 1027.349,0 1027.369,0 1027.378,0 1027.41,0 1027.42,0 1027.44,0 1027.47,0 1027.48,0 1027.51,0 1027.53,0 1027.55,0 1027.569,0 1027.579,0 1027.599,0 1027.608,0 1027.64,0 1027.65,0 1027.67,0 1027.71,0 1027.72,0 1027.74,0 1027.77,0 1027.78,0 1027.81,0 1027.819,0 1027.839,0 1027.869,0 1027.878,0 1027.9,0 1027.92,0 1027.95,0 1027.97,0 1027.98,0 1028,0 1028.02,0 1028.05,0 1028.06,0 1028.079,0 1028.098,0 1028.099,0 1028.14,0 1028.15,0 1028.17,0 1028.21,0 1028.22,0 1028.23,0 1028.25,0 1028.29,0 1028.31,0 1028.319,0 1028.349,0 1028.358,0 1028.378,0 1028.39,0 1028.43,0 1028.45,0 1028.47,0 1028.48,0 1028.51,0 1028.53,0 1028.54,0 1028.55,0 1028.579,0 1028.599,0 1028.619,0 1028.64,0 1028.65,0 1028.69,0 1028.71,0 1028.72,0 1028.73,0 1028.75,0 1028.78,0 1028.8,0 1028.819,0 1028.849,0 1028.858,0 1028.89,0 1028.9,0 1028.92,0 1028.94,0 1028.96,0 1028.98,0 1029,0 1029.01,0 1029.05,0 1029.06,0 1029.069,0 1029.098,0 1029.108,0 1029.14,0 1029.15,0 1029.17,0 1029.21,0 1029.23,0 1029.24,0 1029.27,0 1029.29,0 1029.3,0 1029.31,0 1029.329,0 1029.358,0 1029.39,0 1029.4,0 1029.41,0 1029.44,0 1029.47,0 1029.49,0 1029.51,0 1029.52,0 1029.53,0 1029.55,0 1029.579,0 1029.599,0 1029.608,0 1029.64,0 1029.65,0 1029.68,0 1029.69,0 1029.71,0 1029.75,0 1029.76,0 1029.77,0 1029.81,0 1029.819,0 1029.829,0 1029.858,0 1029.89,0 1029.9,0 1029.92,0 1029.95,0 1029.96,0 1029.97,0 1030,0 1030.01,0 1030.04,0 1030.069,0 1030.079,0 1030.099,0 1030.119,0 1030.14,0 1030.17,0 1030.18,0 1030.21,0 1030.23,0 1030.25,0 1030.26,0 1030.29,0 1030.3,0 1030.329,0 1030.339,0 1030.358,0 1030.39,0 1030.4,0 1030.43,0 1030.45,0 1030.47,0 1030.48,0 1030.5,0 1030.53,0 1030.54,0 1030.55,0 1030.569,0 1030.599,0 1030.619,0 1030.628,0 1030.64,0 1030.69,0 1030.7,0 1030.71,0 1030.74,0 1030.75,0 1030.78,0 1030.79,0 1030.819,0 1030.839,0 1030.849,0 1030.878,0 1030.89,0 1030.92,0 1030.95,0 1030.96,0 1030.97,0 1031,0 1031.02,0 1031.04,0 1031.06,0 1031.079,0 1031.099,0 1031.119,0 1031.14,0 1031.15,0 1031.18,0 1031.19,0 1031.22,0 1031.24,0 1031.25,0 1031.29,0 1031.31,0 1031.329,0 1031.349,0 1031.358,0 1031.39,0 1031.41,0 1031.42,0 1031.45,0 1031.46,0 1031.49,0 1031.51,0 1031.53,0 1031.54,0 1031.55,0 1031.579,0 1031.599,0 1031.619,0 1031.628,0 1031.64,0 1031.68,0 1031.69,0 1031.73,0 1031.74,0 1031.76,0 1031.77,0 1031.8,0 1031.81,0 1031.839,0 1031.849,0 1031.89,0 1031.9,0 1031.92,0 1031.94,0 1031.96,0 1031.97,0 1031.99,0 1032.02,0 1032.03,0 1032.06,0 1032.069,0 1032.089,0 1032.108,0 1032.14,0 1032.15,0 1032.19,0 1032.21,0 1032.23,0 1032.24,0 1032.27,0 1032.29,0 1032.31,0 1032.329,0 1032.339,0 1032.369,0 1032.378,0 1032.39,0 1032.43,0 1032.44,0 1032.47,0 1032.49,0 1032.51,0 1032.53,0 1032.54,0 1032.55,0 1032.569,0 1032.599,0 1032.608,0 1032.619,0 1032.64,0 1032.69,0 1032.7,0 1032.71,0 1032.74,0 1032.76,0 1032.77,0 1032.8,0 1032.81,0 1032.839,0 1032.869,0 1032.878,0 1032.9,0 1032.91,0 1032.94,0 1032.96,0 1032.98,0 1033,0 1033.03,0 1033.04,0 1033.06,0 1033.069,0 1033.098,0 1033.119,0 1033.14,0 1033.15,0 1033.19,0 1033.2,0 1033.21,0 1033.24,0 1033.27,0 1033.28,0 1033.29,0 1033.319,0 1033.339,0 1033.349,0 1033.39,0 1033.41,0 1033.43,0 1033.44,0 1033.45,0 1033.48,0 1033.49,0 1033.53,0 1033.55,0 1033.56,0 1033.579,0 1033.599,0 1033.608,0 1033.619,0 1033.64,0 1033.68,0 1033.69,0 1033.72,0 1033.75,0 1033.76,0 1033.79,0 1033.8,0 1033.81,0 1033.839,0 1033.869,0 1033.878,0 1033.9,0 1033.93,0 1033.94,0 1033.96,0 1033.98,0 1034,0 1034.03,0 1034.04,0 1034.069,0 1034.079,0 1034.089,0 1034.108,0 1034.14,0 1034.17,0 1034.19,0 1034.21,0 1034.22,0 1034.24,0 1034.27,0 1034.28,0 1034.31,0 1034.329,0 1034.339,0 1034.349,0 1034.39,0 1034.41,0 1034.42,0 1034.44,0 1034.47,0 1034.48,0 1034.51,0 1034.53,0 1034.54,0 1034.55,0 1034.569,0 1034.599,0 1034.608,0 1034.619,0 1034.64,0 1034.69,0 1034.7,0 1034.73,0 1034.74,0 1034.77,0 1034.78,0 1034.81,0 1034.829,0 1034.839,0 1034.869,0 1034.878,0 1034.9,0 1034.92,0 1034.93,0 1034.95,0 1034.98,0 1035.01,0 1035.02,0 1035.05,0 1035.06,0 1035.079,0 1035.098,0 1035.108,0 1035.128,0 1035.15,0 1035.19,0 1035.2,0 1035.21,0 1035.25,0 1035.26,0 1035.29,0 1035.3,0 1035.31,0 1035.349,0 1035.358,0 1035.39,0 1035.41,0 1035.42,0 1035.45,0 1035.46,0 1035.49,0 1035.51,0 1035.53,0 1035.54,0 1035.569,0 1035.579,0 1035.599,0 1035.619,0 1035.628,0 1035.65,0 1035.67,0 1035.69,0 1035.71,0 1035.75,0 1035.76,0 1035.77,0 1035.8,0 1035.819,0 1035.829,0 1035.858,0 1035.869,0 1035.89,0 1035.93,0 1035.94,0 1035.96,0 1035.98,0 1036,0 1036.02,0 1036.04,0 1036.06,0 1036.079,0 1036.089,0 1036.119,0 1036.128,0 1036.17,0 1036.18,0 1036.21,0 1036.22,0 1036.25,0 1036.26,0 1036.27,0 1036.31,0 1036.329,0 1036.349,0 1036.358,0 1036.369,0 1036.41,0 1036.43,0 1036.44,0 1036.45,0 1036.49,0 1036.51,0 1036.53,0 1036.54,0 1036.55,0 1036.579,0 1036.599,0 1036.619,0 1036.64,0 1036.65,0 1036.68,0 1036.69,0 1036.72,0 1036.75,0 1036.76,0 1036.77,0 1036.81,0 1036.819,0 1036.849,0 1036.858,0 1036.878,0 1036.9,0 1036.93,0 1036.94,0 1036.96,0 1036.98,0 1037.01,0 1037.02,0 1037.04,0 1037.06,0 1037.079,0 1037.098,0 1037.108,0 1037.14,0 1037.15,0 1037.18,0 1037.19,0 1037.23,0 1037.24,0 1037.25,0 1037.29,0 1037.31,0 1037.319,0 1037.349,0 1037.369,0 1037.378,0 1037.41,0 1037.42,0 1037.44,0 1037.46,0 1037.49,0 1037.5,0 1037.53,0 1037.54,0 1037.55,0 1037.579,0 1037.599,0 1037.619,0 1037.64,0 1037.65,0 1037.69,0 1037.71,0 1037.72,0 1037.73,0 1037.75,0 1037.78,0 1037.79,0 1037.819,0 1037.839,0 1037.858,0 1037.878,0 1037.9,0 1037.93,0 1037.94,0 1037.97,0 1037.98,0 1038.01,0 1038.03,0 1038.04,0 1038.06,0 1038.079,0 1038.099,0 1038.108,0 1038.14,0 1038.15,0 1038.18,0 1038.21,0 1038.22,0 1038.25,0 1038.26,0 1038.29,0 1038.31,0 1038.319,0 1038.349,0 1038.358,0 1038.39,0 1038.4,0 1038.41,0 1038.45,0 1038.46,0 1038.47,0 1038.51,0 1038.53,0 1038.54,0 1038.55,0 1038.569,0 1038.599,0 1038.619,0 1038.628,0 1038.64,0 1038.68,0 1038.69,0 1038.73,0 1038.74,0 1038.76,0 1038.77,0 1038.79,0 1038.819,0 1038.839,0 1038.858,0 1038.878,0 1038.89,0 1038.92,0 1038.94,0 1038.96,0 1038.98,0 1039.01,0 1039.02,0 1039.03,0 1039.06,0 1039.079,0 1039.098,0 1039.099,0 1039.14,0 1039.15,0 1039.18,0 1039.2,0 1039.22,0 1039.25,0 1039.27,0 1039.28,0 1039.29,0 1039.31,0 1039.349,0 1039.369,0 1039.378,0 1039.39,0 1039.42,0 1039.45,0 1039.47,0 1039.49,0 1039.5,0 1039.53,0 1039.55,0 1039.56,0 1039.569,0 1039.599,0 1039.608,0 1039.619,0 1039.64,0 1039.68,0 1039.69,0 1039.71,0 1039.75,0 1039.76,0 1039.79,0 1039.8,0 1039.81,0 1039.839,0 1039.849,0 1039.878,0 1039.9,0 1039.92,0 1039.93,0 1039.96,0 1039.98,0 1040.01,0 1040.02,0 1040.04,0 1040.06,0 1040.079,0 1040.099,0 1040.108,0 1040.14,0 1040.15,0 1040.17,0 1040.21,0 1040.23,0 1040.24,0 1040.25,0 1040.27,0 1040.31,0 1040.319,0 1040.339,0 1040.369,0 1040.378,0 1040.39,0 1040.42,0 1040.44,0 1040.45,0 1040.49,0 1040.51,0 1040.52,0 1040.55,0 1040.569,0 1040.579,0 1040.599,0 1040.608,0 1040.64,0 1040.65,0 1040.67,0 1040.71,0 1040.72,0 1040.74,0 1040.75,0 1040.79,0 1040.8,0 1040.81,0 1040.839,0 1040.858,0 1040.878,0 1040.9,0 1040.92,0 1040.94,0 1040.95,0 1040.98,0 1041,0 1041.02,0 1041.04,0 1041.05,0 1041.079,0 1041.099,0 1041.108,0 1041.128,0 1041.17,0 1041.18,0 1041.2,0 1041.23,0 1041.24,0 1041.27,0 1041.28,0 1041.31,0 1041.319,0 1041.349,0 1041.358,0 1041.39,0 1041.4,0 1041.41,0 1041.45,0 1041.47,0 1041.48,0 1041.49,0 1041.53,0 1041.54,0 1041.55,0 1041.579,0 1041.599,0 1041.619,0 1041.628,0 1041.64,0 1041.68,0 1041.69,0 1041.73,0 1041.75,0 1041.76,0 1041.79,0 1041.81,0 1041.829,0 1041.839,0 1041.858,0 1041.878,0 1041.9,0 1041.91,0 1041.95,0 1041.96,0 1041.99,0 1042.01,0 1042.02,0 1042.05,0 1042.06,0 1042.079,0 1042.099,0 1042.119,0 1042.14,0 1042.15,0 1042.17,0 1042.21,0 1042.23,0 1042.24,0 1042.27,0 1042.28,0 1042.3,0 1042.31,0 1042.349,0 1042.358,0 1042.369,0 1042.4,0 1042.41,0 1042.45,0 1042.46,0 1042.49,0 1042.51,0 1042.52,0 1042.54,0 1042.569,0 1042.579,0 1042.599,0 1042.619,0 1042.628,0 1042.64,0 1042.68,0 1042.69,0 1042.72,0 1042.75,0 1042.76,0 1042.79,0 1042.8,0 1042.81,0 1042.829,0 1042.858,0 1042.869,0 1042.9,0 1042.92,0 1042.94,0 1042.96,0 1042.99,0 1043,0 1043.02,0 1043.05,0 1043.06,0 1043.079,0 1043.098,0 1043.099,0 1043.119,0 1043.17,0 1043.18,0 1043.19,0 1043.21,0 1043.25,0 1043.26,0 1043.27,0 1043.3,0 1043.329,0 1043.339,0 1043.369,0 1043.378,0 1043.41,0 1043.42,0 1043.45,0 1043.46,0 1043.47,0 1043.51,0 1043.52,0 1043.55,0 1043.569,0 1043.579,0 1043.599,0 1043.619,0 1043.64,0 1043.65,0 1043.69,0 1043.7,0 1043.72,0 1043.75,0 1043.76,0 1043.78,0 1043.8,0 1043.819,0 1043.849,0 1043.858,0 1043.878,0 1043.89,0 1043.93,0 1043.94,0 1043.97,0 1043.98,0 1044,0 1044.02,0 1044.04,0 1044.06,0 1044.079,0 1044.099,0 1044.108,0 1044.14,0 1044.17,0 1044.18,0 1044.19,0 1044.23,0 1044.24,0 1044.25,0 1044.29,0 1044.3,0 1044.329,0 1044.339,0 1044.349,0 1044.39,0 1044.4,0 1044.41,0 1044.45,0 1044.46,0 1044.49,0 1044.5,0 1044.52,0 1044.55,0 1044.569,0 1044.579,0 1044.599,0 1044.619,0 1044.64,0 1044.65,0 1044.69,0 1044.7,0 1044.73,0 1044.74,0 1044.75,0 1044.78,0 1044.79,0 1044.819,0 1044.849,0 1044.858,0 1044.89,0 1044.9,0 1044.92,0 1044.94,0 1044.96,0 1044.99,0 1045.01,0 1045.02,0 1045.05,0 1045.06,0 1045.079,0 1045.099,0 1045.108,0 1045.128,0 1045.15,0 1045.18,0 1045.21,0 1045.22,0 1045.24,0 1045.27,0 1045.29,0 1045.3,0 1045.329,0 1045.349,0 1045.369,0 1045.378,0 1045.39,0 1045.43,0 1045.45,0 1045.47,0 1045.48,0 1045.49,0 1045.53,0 1045.54,0 1045.569,0 1045.579,0 1045.589,0 1045.608,0 1045.64,0 1045.65,0 1045.69,0 1045.7,0 1045.71,0 1045.74,0 1045.76,0 1045.77,0 1045.79,0 1045.819,0 1045.849,0 1045.858,0 1045.878,0 1045.89,0 1045.92,0 1045.94,0 1045.97,0 1045.98,0 1046,0 1046.02,0 1046.04,0 1046.05,0 1046.079,0 1046.089,0 1046.099,0 1046.14,0 1046.15,0 1046.17,0 1046.2,0 1046.23,0 1046.25,0 1046.26,0 1046.28,0 1046.31,0 1046.329,0 1046.349,0 1046.369,0 1046.378,0 1046.39,0 1046.42,0 1046.43,0 1046.47,0 1046.48,0 1046.49,0 1046.51,0 1046.55,0 1046.569,0 1046.579,0 1046.589,0 1046.619,0 1046.64,0 1046.65,0 1046.67,0 1046.71,0 1046.72,0 1046.75,0 1046.76,0 1046.77,0 1046.81,0 1046.819,0 1046.839,0 1046.858,0 1046.89,0 1046.9,0 1046.92,0 1046.94,0 1046.96,0 1046.98,0 1047.01,0 1047.02,0 1047.03,0 1047.06,0 1047.079,0 1047.099,0 1047.108,0 1047.14,0 1047.15,0 1047.19,0 1047.21,0 1047.23,0 1047.24,0 1047.25,0 1047.28,0 1047.31,0 1047.329,0 1047.339,0 1047.369,0 1047.378,0 1047.41,0 1047.43,0 1047.45,0 1047.47,0 1047.49,0 1047.5,0 1047.51,0 1047.55,0 1047.56,0 1047.569,0 1047.589,0 1047.608,0 1047.64,0 1047.65,0 1047.67,0 1047.71,0 1047.72,0 1047.75,0 1047.77,0 1047.78,0 1047.79,0 1047.819,0 1047.839,0 1047.858,0 1047.89,0 1047.9,0 1047.91,0 1047.95,0 1047.96,0 1047.98,0 1047.99,0 1048.02,0 1048.05,0 1048.069,0 1048.079,0 1048.098,0 1048.099,0 1048.14,0 1048.15,0 1048.19,0 1048.2,0 1048.23,0 1048.24,0 1048.27,0 1048.28,0 1048.29,0 1048.319,0 1048.349,0 1048.369,0 1048.378,0 1048.39,0 1048.43,0 1048.44,0 1048.47,0 1048.49,0 1048.51,0 1048.52,0 1048.53,0 1048.56,0 1048.569,0 1048.6,0 1048.61,0 1048.64,0 1048.65,0 1048.67,0 1048.71,0 1048.72,0 1048.73,0 1048.75,0 1048.78,0 1048.8,0 1048.81,0 1048.83,0 1048.86,0 1048.879,0 1048.91,0 1048.92,0 1048.93,0 1048.96,0 1048.98,0 1048.99,0 1049.02,0 1049.04,0 1049.07,0 1049.08,0 1049.09,0 1049.11,0 1049.129,0 1049.14,0 1049.18,0 1049.2,0 1049.23,0 1049.24,0 1049.25,0 1049.29,0 1049.3,0 1049.33,0 1049.34,0 1049.36,0 1049.37,0 1049.39,0 1049.43,0 1049.45,0 1049.46,0 1049.49,0 1049.51,0 1049.52,0 1049.53,0 1049.57,0 1049.58,0 1049.6,0 1049.61,0 1049.64,0 1049.65,0 1049.68,0 1049.69,0 1049.72,0 1049.73,0 1049.77,0 1049.78,0 1049.81,0 1049.82,0 1049.84,0 1049.87,0 1049.879,0 1049.9,0 1049.92,0 1049.93,0 1049.96,0 1049.97,0 1050,0 1050.02,0 1050.03,0 1050.07,0 1050.08,0 1050.1,0 1050.14,0 1050.15,0 1050.19,0 1050.2,0 1050.23,0 1050.24,0 1050.26,0 1050.29,0 1050.3,0 1050.31,0 1050.35,0 1050.36,0 1050.39,0 1050.4,0 1050.41,0 1050.43,0 1050.47,0 1050.49,0 1050.51,0 1050.52,0 1050.53,0 1050.55,0 1050.57,0 1050.6,0 1050.62,0 1050.629,0 1050.67,0 1050.68,0 1050.71,0 1050.72,0 1050.73,0 1050.76,0 1050.79,0 1050.81,0 1050.82,0 1050.83,0 1050.86,0 1050.89,0 1050.9,0 1050.93,0 1050.94,0 1050.97,0 1050.98,0 1050.99,0 1051.03,0 1051.04,0 1051.06,0 1051.07,0 1051.1,0 1051.12,0 1051.14,0 1051.15,0 1051.17,0 1051.19,0 1051.22,0 1051.24,0 1051.27,0 1051.29,0 1051.3,0 1051.31,0 1051.33,0 1051.35,0 1051.39,0 1051.4,0 1051.42,0 1051.45,0 1051.47,0 1051.49,0 1051.51,0 1051.52,0 1051.55,0 1051.56,0 1051.58,0 1051.6,0 1051.61,0 1051.629,0 1051.64,0 1051.67,0 1051.69,0 1051.71,0 1051.74,0 1051.77,0 1051.78,0 1051.8,0 1051.82,0 1051.83,0 1051.87,0 1051.879,0 1051.9,0 1051.91,0 1051.94,0 1051.95,0 1051.98,0 1052,0 1052.02,0 1052.05,0 1052.06,0 1052.07,0 1052.1,0 1052.12,0 1052.129,0 1052.14,0 1052.18,0 1052.21,0 1052.22,0 1052.25,0 1052.26,0 1052.27,0 1052.31,0 1052.32,0 1052.34,0 1052.37,0 1052.39,0 1052.4,0 1052.43,0 1052.45,0 1052.47,0 1052.48,0 1052.49,0 1052.53,0 1052.55,0 1052.57,0 1052.58,0 1052.6,0 1052.62,0 1052.629,0 1052.65,0 1052.67,0 1052.7,0 1052.73,0 1052.74,0 1052.77,0 1052.79,0 1052.8,0 1052.81,0 1052.85,0 1052.86,0 1052.89,0 1052.9,0 1052.92,0 1052.94,0 1052.96,0 1052.98,0 1052.99,0 1053.02,0 1053.04,0 1053.05,0 1053.08,0 1053.1,0 1053.11,0 1053.14,0 1053.15,0 1053.18,0 1053.2,0 1053.23,0 1053.24,0 1053.27,0 1053.28,0 1053.29,0 1053.32,0 1053.35,0 1053.37,0 1053.379,0 1053.39,0 1053.43,0 1053.45,0 1053.46,0 1053.49,0 1053.51,0 1053.52,0 1053.53,0 1053.57,0 1053.58,0 1053.6,0 1053.61,0 1053.62,0 1053.65,0 1053.67,0 1053.7,0 1053.73,0 1053.74,0 1053.77,0 1053.79,0 1053.8,0 1053.81,0 1053.84,0 1053.87,0 1053.89,0 1053.9,0 1053.92,0 1053.94,0 1053.96,0 1053.98,0 1054,0 1054.02,0 1054.04,0 1054.07,0 1054.08,0 1054.09,0 1054.12,0 1054.14,0 1054.15,0 1054.18,0 1054.21,0 1054.22,0 1054.25,0 1054.26,0 1054.27,0 1054.31,0 1054.32,0 1054.35,0 1054.36,0 1054.37,0 1054.41,0 1054.42,0 1054.44,0 1054.45,0 1054.47,0 1054.51,0 1054.52,0 1054.55,0 1054.56,0 1054.58,0 1054.6,0 1054.61,0 1054.62,0 1054.64,0 1054.68,0 1054.71,0 1054.72,0 1054.75,0 1054.77,0 1054.78,0 1054.79,0 1054.81,0 1054.85,0 1054.86,0 1054.87,0 1054.9,0 1054.92,0 1054.94,0 1054.97,0 1054.99,0 1055,0 1055.01,0 1055.03,0 1055.06,0 1055.08,0 1055.1,0 1055.11,0 1055.12,0 1055.15,0 1055.17,0 1055.21,0 1055.22,0 1055.23,0 1055.26,0 1055.27,0 1055.31,0 1055.33,0 1055.34,0 1055.36,0 1055.39,0 1055.41,0 1055.42,0 1055.45,0 1055.46,0 1055.49,0 1055.51,0 1055.52,0 1055.54,0 1055.55,0 1055.57,0 1055.6,0 1055.62,0 1055.64,0 1055.65,0 1055.69,0 1055.71,0 1055.72,0 1055.73,0 1055.76,0 1055.77,0 1055.8,0 1055.81,0 1055.84,0 1055.86,0 1055.87,0 1055.89,0 1055.92,0 1055.94,0 1055.96,0 1055.97,0 1056,0 1056.02,0 1056.04,0 1056.06,0 1056.08,0 1056.1,0 1056.14,0 1056.15,0 1056.19,0 1056.2,0 1056.21,0 1056.25,0 1056.26,0 1056.27,0 1056.31,0 1056.33,0 1056.34,0 1056.35,0 1056.37,0 1056.4,0 1056.42,0 1056.43,0 1056.47,0 1056.48,0 1056.51,0 1056.53,0 1056.54,0 1056.55,0 1056.58,0 1056.6,0 1056.61,0 1056.64,0 1056.65,0 1056.67,0 1056.71,0 1056.73,0 1056.74,0 1056.75,0 1056.79,0 1056.8,0 1056.81,0 1056.84,0 1056.85,0 1056.879,0 1056.89,0 1056.92,0 1056.94,0 1056.95,0 1056.98,0 1057.01,0 1057.02,0 1057.04,0 1057.07,0 1057.08,0 1057.1,0 1057.11,0 1057.129,0 1057.15,0 1057.18,0 1057.2,0 1057.22,0 1057.24,0 1057.26,0 1057.29,0 1057.3,0 1057.33,0 1057.34,0 1057.36,0 1057.37,0 1057.39,0 1057.43,0 1057.44,0 1057.46,0 1057.49,0 1057.5,0 1057.53,0 1057.54,0 1057.55,0 1057.57,0 1057.6,0 1057.61,0 1057.64,0 1057.65,0 1057.69,0 1057.71,0 1057.73,0 1057.74,0 1057.77,0 1057.79,0 1057.8,0 1057.82,0 1057.83,0 1057.86,0 1057.89,0 1057.9,0 1057.93,0 1057.94,0 1057.96,0 1057.97,0 1058,0 1058.02,0 1058.04,0 1058.05,0 1058.08,0 1058.09,0 1058.1,0 1058.14,0 1058.15,0 1058.19,0 1058.2,0 1058.21,0 1058.25,0 1058.26,0 1058.29,0 1058.31,0 1058.32,0 1058.34,0 1058.36,0 1058.37,0 1058.41,0 1058.43,0 1058.44,0 1058.47,0 1058.49,0 1058.5,0 1058.53,0 1058.54,0 1058.56,0 1058.57,0 1058.6,0 1058.61,0 1058.62,0 1058.64,0 1058.67,0 1058.71,0 1058.73,0 1058.75,0 1058.76,0 1058.78,0 1058.81,0 1058.82,0 1058.84,0 1058.85,0 1058.87,0 1058.9,0 1058.92,0 1058.93,0 1058.96,0 1058.97,0 1059,0 1059.02,0 1059.04,0 1059.05,0 1059.08,0 1059.1,0 1059.11,0 1059.129,0 1059.14,0 1059.18,0 1059.21,0 1059.22,0 1059.25,0 1059.27,0 1059.28,0 1059.3,0 1059.33,0 1059.34,0 1059.35,0 1059.39,0 1059.4,0 1059.43,0 1059.45,0 1059.46,0 1059.49,0 1059.5,0 1059.52,0 1059.55,0 1059.57,0 1059.58,0 1059.6,0 1059.61,0 1059.64,0 1059.65,0 1059.68,0 1059.69,0 1059.73,0 1059.74,0 1059.76,0 1059.78,0 1059.79,0 1059.83,0 1059.84,0 1059.86,0 1059.89,0 1059.9,0 1059.92,0 1059.94,0 1059.96,0 1059.99,0 1060,0 1060.02,0 1060.04,0 1060.05,0 1060.08,0 1060.1,0 1060.11,0 1060.129,0 1060.17,0 1060.18,0 1060.21,0 1060.22,0 1060.23,0 1060.26,0 1060.27,0 1060.31,0 1060.33,0 1060.34,0 1060.35,0 1060.39,0 1060.41,0 1060.43,0 1060.44,0 1060.45,0 1060.49,0 1060.51,0 1060.52,0 1060.55,0 1060.57,0 1060.58,0 1060.6,0 1060.61,0 1060.64,0 1060.65,0 1060.67,0 1060.71,0 1060.73,0 1060.75,0 1060.76,0 1060.77,0 1060.79,0 1060.83,0 1060.84,0 1060.86,0 1060.89,0 1060.9,0 1060.93,0 1060.94,0 1060.96,0 1060.98,0 1061.01,0 1061.02,0 1061.04,0 1061.06,0 1061.07,0 1061.1,0 1061.14,0 1061.15,0 1061.18,0 1061.19,0 1061.21,0 1061.25,0 1061.26,0 1061.29,0 1061.31,0 1061.32,0 1061.35,0 1061.36,0 1061.37,0 1061.4,0 1061.42,0 1061.43,0 1061.47,0 1061.48,0 1061.51,0 1061.52,0 1061.55,0 1061.56,0 1061.57,0 1061.59,0 1061.62,0 1061.64,0 1061.65,0 1061.67,0 1061.7,0 1061.71,0 1061.74,0 1061.77,0 1061.79,0 1061.8,0 1061.81,0 1061.84,0 1061.86,0 1061.879,0 1061.9,0 1061.92,0 1061.95,0 1061.96,0 1061.97,0 1062,0 1062.02,0 1062.04,0 1062.06,0 1062.08,0 1062.1,0 1062.14,0 1062.15,0 1062.18,0 1062.21,0 1062.22,0 1062.24,0 1062.26,0 1062.27,0 1062.31,0 1062.33,0 1062.34,0 1062.36,0 1062.37,0 1062.4,0 1062.43,0 1062.45,0 1062.46,0 1062.49,0 1062.5,0 1062.53,0 1062.55,0 1062.56,0 1062.58,0 1062.6,0 1062.61,0 1062.629,0 1062.64,0 1062.67,0 1062.7,0 1062.72,0 1062.73,0 1062.77,0 1062.78,0 1062.81,0 1062.82,0 1062.85,0 1062.87,0 1062.879,0 1062.9,0 1062.93,0 1062.95,0 1062.96,0 1062.98,0 1063,0 1063.02,0 1063.05,0 1063.06,0 1063.08,0 1063.1,0 1063.11,0 1063.129,0 1063.14,0 1063.18,0 1063.21,0 1063.23,0 1063.24,0 1063.25,0 1063.28,0 1063.3,0 1063.31,0 1063.33,0 1063.37,0 1063.39,0 1063.4,0 1063.42,0 1063.43,0 1063.47,0 1063.49,0 1063.51,0 1063.52,0 1063.55,0 1063.56,0 1063.58,0 1063.6,0 1063.61,0 1063.64,0 1063.65,0 1063.67,0 1063.71,0 1063.72,0 1063.75,0 1063.76,0 1063.78,0 1063.8,0 1063.82,0 1063.83,0 1063.85,0 1063.879,0 1063.91,0 1063.92,0 1063.94,0 1063.96,0 1063.98,0 1064,0 1064.02,0 1064.05,0 1064.06,0 1064.08,0 1064.1,0 1064.12,0 1064.14,0 1064.15,0 1064.17,0 1064.19,0 1064.23,0 1064.25,0 1064.26,0 1064.29,0 1064.3,0 1064.32,0 1064.35,0 1064.37,0 1064.39,0 1064.41,0 1064.42,0 1064.44,0 1064.45,0 1064.49,0 1064.5,0 1064.51,0 1064.55,0 1064.57,0 1064.58,0 1064.6,0 1064.61,0 1064.62,0 1064.65,0 1064.69,0 1064.7,0 1064.73,0 1064.74,0 1064.77,0 1064.78,0 1064.79,0 1064.82,0 1064.83,0 1064.86,0 1064.879,0 1064.9,0 1064.91,0 1064.94,0 1064.95,0 1064.98,0 1065,0 1065.01,0 1065.04,0 1065.06,0 1065.08,0 1065.1,0 1065.14,0 1065.17,0 1065.18,0 1065.2,0 1065.23,0 1065.24,0 1065.27,0 1065.28,0 1065.3,0 1065.33,0 1065.34,0 1065.37,0 1065.39,0 1065.4,0 1065.41,0 1065.45,0 1065.46,0 1065.47,0 1065.51,0 1065.52,0 1065.53,0 1065.57,0 1065.58,0 1065.6,0 1065.62,0 1065.629,0 1065.64,0 1065.69,0 1065.7,0 1065.73,0 1065.74,0 1065.76,0 1065.79,0 1065.8,0 1065.81,0 1065.84,0 1065.86,0 1065.879,0 1065.89,0 1065.92,0 1065.94,0 1065.97,0 1065.98,0 1066,0 1066.03,0 1066.04,0 1066.06,0 1066.07,0 1066.09,0 1066.11,0 1066.14,0 1066.15,0 1066.17,0 1066.21,0 1066.22,0 1066.25,0 1066.26,0 1066.27,0 1066.31,0 1066.32,0 1066.35,0 1066.37,0 1066.39,0 1066.4,0 1066.41,0 1066.45,0 1066.46,0 1066.48,0 1066.51,0 1066.53,0 1066.54,0 1066.55,0 1066.58,0 1066.6,0 1066.62,0 1066.629,0 1066.64,0 1066.69,0 1066.7,0 1066.73,0 1066.74,0 1066.76,0 1066.79,0 1066.8,0 1066.82,0 1066.84,0 1066.85,0 1066.879,0 1066.9,0 1066.92,0 1066.94,0 1066.96,0 1066.98,0 1066.99,0 1067.02,0 1067.05,0 1067.06,0 1067.08,0 1067.09,0 1067.11,0 1067.14,0 1067.15,0 1067.18,0 1067.2,0 1067.22,0 1067.25,0 1067.26,0 1067.29,0 1067.3,0 1067.33,0 1067.35,0 1067.37,0 1067.39,0 1067.4,0 1067.41,0 1067.45,0 1067.46,0 1067.47,0 1067.51,0 1067.53,0 1067.54,0 1067.55,0 1067.58,0 1067.6,0 1067.62,0 1067.629,0 1067.64,0 1067.67,0 1067.69,0 1067.73,0 1067.74,0 1067.76,0 1067.79,0 1067.8,0 1067.82,0 1067.84,0 1067.86,0 1067.89,0 1067.9,0 1067.92,0 1067.94,0 1067.97,0 1067.99,0 1068,0 1068.02,0 1068.04,0 1068.06,0 1068.08,0 1068.09,0 1068.11,0 1068.14,0 1068.15,0 1068.19,0 1068.2,0 1068.22,0 1068.25,0 1068.26,0 1068.28,0 1068.29,0 1068.32,0 1068.35,0 1068.36,0 1068.37,0 1068.39,0 1068.42,0 1068.45,0 1068.46,0 1068.47,0 1068.51,0 1068.53,0 1068.55,0 1068.56,0 1068.57,0 1068.59,0 1068.62,0 1068.64,0 1068.65,0 1068.67,0 1068.71,0 1068.72,0 1068.75,0 1068.76,0 1068.77,0 1068.8,0 1068.82,0 1068.83,0 1068.86,0 1068.89,0 1068.9,0 1068.91,0 1068.94,0 1068.96,0 1068.98,0 1069,0 1069.02,0 1069.03,0 1069.06,0 1069.07,0 1069.1,0 1069.11,0 1069.129,0 1069.14,0 1069.19,0 1069.2,0 1069.23,0 1069.25,0 1069.26,0 1069.29,0 1069.3,0 1069.32,0 1069.35,0 1069.37,0 1069.379,0 1069.39,0 1069.41,0 1069.43,0 1069.47,0 1069.49,0 1069.5,0 1069.53,0 1069.54,0 1069.56,0 1069.58,0 1069.59,0 1069.62,0 1069.64,0 1069.65,0 1069.67,0 1069.7,0 1069.71,0 1069.73,0 1069.75,0 1069.78,0 1069.8,0 1069.81,0 1069.83,0 1069.86,0 1069.87,0 1069.9,0 1069.92,0 1069.94,0 1069.96,0 1069.98,0 1070,0 1070.01,0 1070.04,0 1070.06,0 1070.08,0 1070.1,0 1070.12,0 1070.129,0 1070.15,0 1070.19,0 1070.2,0 1070.23,0 1070.25,0 1070.26,0 1070.27,0 1070.3,0 1070.33,0 1070.34,0 1070.37,0 1070.379,0 1070.39,0 1070.43,0 1070.44,0 1070.47,0 1070.48,0 1070.5,0 1070.53,0 1070.55,0 1070.56,0 1070.58,0 1070.59,0 1070.62,0 1070.64,0 1070.65,0 1070.67,0 1070.71,0 1070.72,0 1070.73,0 1070.77,0 1070.78,0 1070.8,0 1070.82,0 1070.84,0 1070.87,0 1070.879,0 1070.9,0 1070.93,0 1070.94,0 1070.96,0 1070.97,0 1071,0 1071.01,0 1071.03,0 1071.06,0 1071.08,0 1071.1,0 1071.11,0 1071.14,0 1071.15,0 1071.18,0 1071.19,0 1071.22,0 1071.23,0 1071.26,0 1071.27,0 1071.3,0 1071.31,0 1071.35,0 1071.37,0 1071.379,0 1071.39,0 1071.41,0 1071.44,0 1071.45,0 1071.49,0 1071.5,0 1071.51,0 1071.55,0 1071.56,0 1071.58,0 1071.59,0 1071.6,0 1071.64,0 1071.65,0 1071.67,0 1071.71,0 1071.72,0 1071.73,0 1071.75,0 1071.79,0 1071.8,0 1071.81,0 1071.85,0 1071.87,0 1071.879,0 1071.9,0 1071.91,0 1071.94,0 1071.95,0 1071.98,0 1072,0 1072.02,0 1072.05,0 1072.06,0 1072.08,0 1072.1,0 1072.12,0 1072.14,0 1072.17,0 1072.18,0 1072.19,0 1072.23,0 1072.25,0 1072.26,0 1072.27,0 1072.31,0 1072.32,0 1072.33,0 1072.36,0 1072.379,0 1072.39,0 1072.43,0 1072.44,0 1072.45,0 1072.48,0 1072.5,0 1072.53,0 1072.54,0 1072.57,0 1072.58,0 1072.6,0 1072.61,0 1072.64,0 1072.65,0 1072.67,0 1072.71,0 1072.72,0 1072.73,0 1072.77,0 1072.78,0 1072.79,0 1072.82,0 1072.84,0 1072.86,0 1072.879,0 1072.9,0 1072.91,0 1072.94,0 1072.96,0 1072.98,0 1072.99,0 1073.03,0 1073.04,0 1073.06,0 1073.07,0 1073.1,0 1073.11,0 1073.129,0 1073.15,0 1073.18,0 1073.21,0 1073.23,0 1073.25,0 1073.26,0 1073.27,0 1073.31,0 1073.32,0 1073.34,0 1073.37,0 1073.379,0 1073.39,0 1073.42,0 1073.43,0 1073.47,0 1073.49,0 1073.5,0 1073.52,0 1073.53,0 1073.55,0 1073.57,0 1073.6,0 1073.62,0 1073.64,0 1073.67,0 1073.68,0 1073.71,0 1073.73,0 1073.74,0 1073.75,0 1073.79,0 1073.8,0 1073.82,0 1073.84,0 1073.85,0 1073.87,0 1073.9,0 1073.91,0 1073.94,0 1073.96,0 1073.99,0 1074,0 1074.02,0 1074.04,0 1074.05,0 1074.08,0 1074.1,0 1074.12,0 1074.14,0 1074.15,0 1074.19,0 1074.2,0 1074.22,0 1074.25,0 1074.26,0 1074.27,0 1074.3,0 1074.31,0 1074.35,0 1074.37,0 1074.379,0 1074.41,0 1074.42,0 1074.43,0 1074.45,0 1074.49,0 1074.51,0 1074.52,0 1074.53,0 1074.57,0 1074.58,0 1074.59,0 1074.62,0 1074.629,0 1074.64,0 1074.69,0 1074.71,0 1074.73,0 1074.74,0 1074.75,0 1074.77,0 1074.8,0 1074.82,0 1074.84,0 1074.86,0 1074.879,0 1074.9,0 1074.91,0 1074.94,0 1074.96,0 1074.98,0 1074.99,0 1075.02,0 1075.04,0 1075.06,0 1075.08,0 1075.1,0 1075.11,0 1075.14,0 1075.17,0 1075.18,0 1075.2,0 1075.21,0 1075.25,0 1075.27,0 1075.28,0 1075.3,0 1075.33,0 1075.34,0 1075.37,0 1075.379,0 1075.39,0 1075.42,0 1075.45,0 1075.46,0 1075.48,0 1075.51,0 1075.53,0 1075.54,0 1075.56,0 1075.57,0 1075.6,0 1075.61,0 1075.64,0 1075.65,0 1075.67,0 1075.71,0 1075.73,0 1075.74,0 1075.75,0 1075.77,0 1075.8,0 1075.82,0 1075.84,0 1075.85,0 1075.879,0 1075.9,0 1075.92,0 1075.94,0 1075.96,0 1075.98,0 1075.99,0 1076.02,0 1076.05,0 1076.06,0 1076.08,0 1076.1,0 1076.11,0 1076.14,0 1076.17,0 1076.18,0 1076.21,0 1076.22,0 1076.25,0 1076.26,0 1076.29,0 1076.3,0 1076.31,0 1076.33,0 1076.37,0 1076.379,0 1076.41,0 1076.42,0 1076.45,0 1076.46,0 1076.47,0 1076.51,0 1076.52,0 1076.55,0 1076.57,0 1076.58,0 1076.6,0 1076.61,0 1076.64,0 1076.65,0 1076.68,0 1076.71,0 1076.73,0 1076.74,0 1076.75,0 1076.79,0 1076.8,0 1076.83,0 1076.84,0 1076.85,0 1076.879,0 1076.9,0 1076.91,0 1076.93,0 1076.96,0 1076.98,0 1077,0 1077.02,0 1077.04,0 1077.06,0 1077.08,0 1077.1,0 1077.11,0 1077.14,0 1077.15,0 1077.19,0 1077.2,0 1077.23,0 1077.25,0 1077.26,0 1077.28,0 1077.3,0 1077.31,0 1077.35,0 1077.37,0 1077.39,0 1077.4,0 1077.41,0 1077.43,0 1077.47,0 1077.49,0 1077.5,0 1077.53,0 1077.54,0 1077.57,0 1077.58,0 1077.6,0 1077.62,0 1077.629,0 1077.65,0 1077.69,0 1077.7,0 1077.73,0 1077.74,0 1077.75,0 1077.79,0 1077.8,0 1077.82,0 1077.84,0 1077.86,0 1077.879,0 1077.9,0 1077.92,0 1077.94,0 1077.96,0 1077.99,0 1078,0 1078.03,0 1078.04,0 1078.07,0 1078.08,0 1078.1,0 1078.11,0 1078.14,0 1078.15,0 1078.19,0 1078.2,0 1078.23,0 1078.24,0 1078.27,0 1078.28,0 1078.29,0 1078.33,0 1078.35,0 1078.36,0 1078.39,0 1078.4,0 1078.41,0 1078.45,0 1078.47,0 1078.48,0 1078.51,0 1078.52,0 1078.55,0 1078.56,0 1078.58,0 1078.59,0 1078.61,0 1078.62,0 1078.64,0 1078.67,0 1078.69,0 1078.71,0 1078.73,0 1078.77,0 1078.78,0 1078.79,0 1078.82,0 1078.83,0 1078.87,0 1078.879,0 1078.9,0 1078.91,0 1078.95,0 1078.96,0 1078.98,0 1079.01,0 1079.02,0 1079.04,0 1079.06,0 1079.08,0 1079.09,0 1079.11,0 1079.12,0 1079.17,0 1079.18,0 1079.2,0 1079.22,0 1079.25,0 1079.26,0 1079.27,0 1079.3,0 1079.33,0 1079.34,0 1079.37,0 1079.39,0 1079.4,0 1079.41,0 1079.44,0 1079.47,0 1079.49,0 1079.51,0 1079.53,0 1079.54,0 1079.55,0 1079.57,0 1079.6,0 1079.61,0 1079.62,0 1079.67,0 1079.68,0 1079.71,0 1079.72,0 1079.73,0 1079.77,0 1079.78,0 1079.81,0 1079.83,0 1079.84,0 1079.87,0 1079.879,0 1079.9,0 1079.92,0 1079.93,0 1079.96,0 1079.98,0 1080,0 1080.01,0 1080.04,0 1080.07,0 1080.08,0 1080.1,0 1080.12,0 1080.14,0 1080.15,0 1080.19,0 1080.2,0 1080.23,0 1080.24,0 1080.27,0 1080.29,0 1080.31,0 1080.32,0 1080.34,0 1080.37,0 1080.379,0 1080.4,0 1080.43,0 1080.45,0 1080.47,0 1080.48,0 1080.51,0 1080.52,0 1080.54,0 1080.55,0 1080.58,0 1080.6,0 1080.61,0 1080.64,0 1080.65,0 1080.67,0 1080.69,0 1080.73,0 1080.74,0 1080.77,0 1080.79,0 1080.8,0 1080.81,0 1080.85,0 1080.86,0 1080.879,0 1080.9,0 1080.92,0 1080.93,0 1080.97,0 1080.98,0 1081,0 1081.02,0 1081.03,0 1081.06,0 1081.08,0 1081.1,0 1081.11,0 1081.14,0 1081.15,0 1081.18,0 1081.21,0 1081.22,0 1081.25,0 1081.26,0 1081.28,0 1081.3,0 1081.33,0 1081.35,0 1081.36,0 1081.39,0 1081.4,0 1081.41,0 1081.45,0 1081.46,0 1081.48,0 1081.5,0 1081.53,0 1081.55,0 1081.56,0 1081.57,0 1081.6,0 1081.61,0 1081.64,0 1081.65,0 1081.68,0 1081.71,0 1081.72,0 1081.75,0 1081.77,0 1081.78,0 1081.81,0 1081.82,0 1081.84,0 1081.86,0 1081.89,0 1081.9,0 1081.91,0 1081.94,0 1081.97,0 1081.98,0 1082,0 1082.02,0 1082.03,0 1082.06,0 1082.08,0 1082.09,0 1082.11,0 1082.14,0 1082.15,0 1082.19,0 1082.21,0 1082.22,0 1082.23,0 1082.27,0 1082.29,0 1082.3,0 1082.33,0 1082.35,0 1082.37,0 1082.379,0 1082.39,0 1082.42,0 1082.45,0 1082.46,0 1082.49,0 1082.51,0 1082.53,0 1082.55,0 1082.56,0 1082.57,0 1082.6,0 1082.62,0 1082.629,0 1082.64,0 1082.69,0 1082.7,0 1082.73,0 1082.74,0 1082.77,0 1082.78,0 1082.81,0 1082.82,0 1082.85,0 1082.87,0 1082.879,0 1082.89,0 1082.92,0 1082.94,0 1082.96,0 1082.98,0 1083,0 1083.02,0 1083.05,0 1083.06,0 1083.08,0 1083.1,0 1083.11,0 1083.129,0 1083.15,0 1083.19,0 1083.2,0 1083.23,0 1083.24,0 1083.26,0 1083.29,0 1083.3,0 1083.33,0 1083.34,0 1083.35,0 1083.39,0 1083.41,0 1083.43,0 1083.44,0 1083.45,0 1083.48,0 1083.51,0 1083.53,0 1083.54,0 1083.57,0 1083.58,0 1083.59,0 1083.6,0 1083.62,0 1083.67,0 1083.68,0 1083.7,0 1083.71,0 1083.75,0 1083.76,0 1083.78,0 1083.81,0 1083.82,0 1083.83,0 1083.87,0 1083.879,0 1083.89,0 1083.92,0 1083.95,0 1083.96,0 1083.97,0 1084,0 1084.02,0 1084.04,0 1084.06,0 1084.07,0 1084.1,0 1084.11,0 1084.14,0 1084.15,0 1084.18,0 1084.21,0 1084.23,0 1084.24,0 1084.25,0 1084.28,0 1084.29,0 1084.33,0 1084.34,0 1084.35,0 1084.39,0 1084.4,0 1084.43,0 1084.44,0 1084.45,0 1084.48,0 1084.51,0 1084.53,0 1084.54,0 1084.55,0 1084.58,0 1084.6,0 1084.62,0 1084.64,0 1084.65,0 1084.67,0 1084.7,0 1084.72,0 1084.73,0 1084.77,0 1084.78,0 1084.8,0 1084.82,0 1084.83,0 1084.85,0 1084.879,0 1084.9,0 1084.92,0 1084.95,0 1084.96,0 1084.99,0 1085,0 1085.02,0 1085.03,0 1085.06,0 1085.08,0 1085.1,0 1085.11,0 1085.14,0 1085.17,0 1085.18,0 1085.21,0 1085.23,0 1085.25,0 1085.27,0 1085.28,0 1085.29,0 1085.33,0 1085.35,0 1085.36,0 1085.39,0 1085.4,0 1085.43,0 1085.44,0 1085.45,0 1085.49,0 1085.51,0 1085.52,0 1085.54,0 1085.55,0 1085.58,0 1085.6,0 1085.61,0 1085.64,0 1085.65,0 1085.67,0 1085.7,0 1085.73,0 1085.75,0 1085.76,0 1085.79,0 1085.8,0 1085.82,0 1085.84,0 1085.87,0 1085.879,0 1085.89,0 1085.93,0 1085.95,0 1085.96,0 1085.98,0 1085.99,0 1086.02,0 1086.04,0 1086.05,0 1086.08,0 1086.1,0 1086.11,0 1086.14,0 1086.15,0 1086.18,0 1086.21,0 1086.22,0 1086.23,0 1086.27,0 1086.29,0 1086.3,0 1086.32,0 1086.35,0 1086.37,0 1086.379,0 1086.4,0 1086.43,0 1086.44,0 1086.47,0 1086.48,0 1086.51,0 1086.53,0 1086.55,0 1086.56,0 1086.58,0 1086.59,0 1086.62,0 1086.64,0 1086.65,0 1086.67,0 1086.7,0 1086.72,0 1086.74,0 1086.75,0 1086.79,0 1086.8,0 1086.82,0 1086.85,0 1086.87,0 1086.879,0 1086.89,0 1086.91,0 1086.94,0 1086.97,0 1086.98,0 1087,0 1087.02,0 1087.03,0 1087.06,0 1087.07,0 1087.1,0 1087.129,0 1087.14,0 1087.19,0 1087.2,0 1087.22,0 1087.23,0 1087.26,0 1087.28,0 1087.29,0 1087.33,0 1087.34,0 1087.35,0 1087.379,0 1087.41,0 1087.42,0 1087.45,0 1087.46,0 1087.49,0 1087.5,0 1087.51,0 1087.53,0 1087.57,0 1087.58,0 1087.6,0 1087.62,0 1087.64,0 1087.65,0 1087.67,0 1087.7,0 1087.71,0 1087.75,0 1087.76,0 1087.77,0 1087.81,0 1087.82,0 1087.84,0 1087.87,0 1087.89,0 1087.9,0 1087.91,0 1087.94,0 1087.96,0 1087.98,0 1088,0 1088.02,0 1088.04,0 1088.07,0 1088.08,0 1088.1,0 1088.11,0 1088.14,0 1088.15,0 1088.18,0 1088.21,0 1088.22,0 1088.25,0 1088.26,0 1088.27,0 1088.31,0 1088.33,0 1088.34,0 1088.35,0 1088.37,0 1088.41,0 1088.42,0 1088.44,0 1088.47,0 1088.48,0 1088.5,0 1088.53,0 1088.55,0 1088.56,0 1088.57,0 1088.6,0 1088.61,0 1088.64,0 1088.65,0 1088.67,0 1088.71,0 1088.72,0 1088.73,0 1088.76,0 1088.79,0 1088.8,0 1088.82,0 1088.83,0 1088.87,0 1088.89,0 1088.9,0 1088.92,0 1088.93,0 1088.97,0 1088.99,0 1089,0 1089.02,0 1089.03,0 1089.06,0 1089.08,0 1089.09,0 1089.11,0 1089.14,0 1089.15,0 1089.18,0 1089.21,0 1089.22,0 1089.25,0 1089.26,0 1089.27,0 1089.31,0 1089.32,0 1089.35,0 1089.36,0 1089.39,0 1089.41,0 1089.43,0 1089.45,0 1089.46,0 1089.49,0 1089.51,0 1089.52,0 1089.55,0 1089.56,0 1089.57,0 1089.6,0 1089.62,0 1089.64,0 1089.67,0 1089.68,0 1089.71,0 1089.72,0 1089.75,0 1089.76,0 1089.77,0 1089.8,0 1089.82,0 1089.83,0 1089.87,0 1089.879,0 1089.9,0 1089.92,0 1089.94,0 1089.96,0 1089.97,0 1090,0 1090.01,0 1090.05,0 1090.06,0 1090.07,0 1090.1,0 1090.11,0 1090.12,0 1090.15,0 1090.19,0 1090.21,0 1090.23,0 1090.25,0 1090.26,0 1090.28,0 1090.29,0 1090.32,0 1090.33,0 1090.37,0 1090.379,0 1090.39,0 1090.43,0 1090.45,0 1090.46,0 1090.48,0 1090.51,0 1090.52,0 1090.55,0 1090.56,0 1090.57,0 1090.6,0 1090.62,0 1090.629,0 1090.64,0 1090.67,0 1090.71,0 1090.72,0 1090.73,0 1090.77,0 1090.79,0 1090.81,0 1090.82,0 1090.85,0 1090.86,0 1090.89,0 1090.9,0 1090.92,0 1090.93,0 1090.97,0 1090.99,0 1091,0 1091.02,0 1091.03,0 1091.06,0 1091.08,0 1091.1,0 1091.11,0 1091.14,0 1091.15,0 1091.19,0 1091.21,0 1091.22,0 1091.23,0 1091.27,0 1091.28,0 1091.31,0 1091.33,0 1091.34,0 1091.35,0 1091.379,0 1091.41,0 1091.42,0 1091.45,0 1091.46,0 1091.47,0 1091.51,0 1091.53,0 1091.54,0 1091.56,0 1091.57,0 1091.6,0 1091.61,0 1091.64,0 1091.65,0 1091.69,0 1091.7,0 1091.73,0 1091.74,0 1091.75,0 1091.78,0 1091.8,0 1091.82,0 1091.84,0 1091.86,0 1091.879,0 1091.9,0 1091.93,0 1091.94,0 1091.97,0 1091.98,0 1092,0 1092.02,0 1092.04,0 1092.05,0 1092.08,0 1092.1,0 1092.12,0 1092.14,0 1092.15,0 1092.18,0 1092.21,0 1092.22,0 1092.24,0 1092.27,0 1092.29,0 1092.3,0 1092.33,0 1092.34,0 1092.35,0 1092.379,0 1092.41,0 1092.42,0 1092.43,0 1092.45,0 1092.49,0 1092.51,0 1092.52,0 1092.53,0 1092.57,0 1092.58,0 1092.6,0 1092.62,0 1092.64,0 1092.65,0 1092.67,0 1092.7,0 1092.71,0 1092.74,0 1092.76,0 1092.77,0 1092.8,0 1092.81,0 1092.85,0 1092.86,0 1092.879,0 1092.91,0 1092.92,0 1092.94,0 1092.96,0 1092.97,0 1093,0 1093.03,0 1093.04,0 1093.07,0 1093.08,0 1093.1,0 1093.12,0 1093.14,0 1093.15,0 1093.18,0 1093.2,0 1093.23,0 1093.24,0 1093.27,0 1093.28,0 1093.3,0 1093.33,0 1093.35,0 1093.36,0 1093.37,0 1093.41,0 1093.42,0 1093.43,0 1093.47,0 1093.48,0 1093.51,0 1093.53,0 1093.54,0 1093.57,0 1093.58,0 1093.6,0 1093.61,0 1093.64,0 1093.65,0 1093.68,0 1093.69,0 1093.71,0 1093.75,0 1093.76,0 1093.78,0 1093.81,0 1093.82,0 1093.85,0 1093.86,0 1093.879,0 1093.9,0 1093.92,0 1093.94,0 1093.97,0 1093.98,0 1094,0 1094.03,0 1094.04,0 1094.05,0 1094.08,0 1094.1,0 1094.11,0 1094.14,0 1094.15,0 1094.19,0 1094.2,0 1094.23,0 1094.25,0 1094.27,0 1094.28,0 1094.29,0 1094.33,0 1094.34,0 1094.37,0 1094.379,0 1094.39,0 1094.43,0 1094.44,0 1094.47,0 1094.48,0 1094.49,0 1094.52,0 1094.54,0 1094.57,0 1094.58,0 1094.6,0 1094.62,0 1094.629,0 1094.64,0 1094.67,0 1094.69,0 1094.71,0 1094.75,0 1094.76,0 1094.77,0 1094.8,0 1094.82,0 1094.84,0 1094.85,0 1094.879,0 1094.9,0 1094.92,0 1094.93,0 1094.95,0 1094.98,0 1095.01,0 1095.02,0 1095.04,0 1095.06,0 1095.08,0 1095.09,0 1095.12,0 1095.129,0 1095.17,0 1095.18,0 1095.21,0 1095.23,0 1095.24,0 1095.26,0 1095.29,0 1095.31,0 1095.32,0 1095.35,0 1095.37,0 1095.39,0 1095.41,0 1095.42,0 1095.45,0 1095.46,0 1095.49,0 1095.51,0 1095.52,0 1095.53,0 1095.55,0 1095.57,0 1095.6,0 1095.61,0 1095.62,0 1095.65,0 1095.67,0 1095.7,0 1095.73,0 1095.74,0 1095.75,0 1095.78,0 1095.8,0 1095.82,0 1095.84,0 1095.86,0 1095.879,0 1095.89,0 1095.92,0 1095.93,0 1095.96,0 1095.98,0 1096.01,0 1096.02,0 1096.04,0 1096.06,0 1096.08,0 1096.1,0 1096.11,0 1096.14,0 1096.17,0 1096.19,0 1096.21,0 1096.22,0 1096.23,0 1096.27,0 1096.29,0 1096.3,0 1096.33,0 1096.34,0 1096.37,0 1096.379,0 1096.41,0 1096.42,0 1096.43,0 1096.47,0 1096.48,0 1096.51,0 1096.53,0 1096.54,0 1096.57,0 1096.58,0 1096.59,0 1096.61,0 1096.64,0 1096.65,0 1096.68,0 1096.69,0 1096.72,0 1096.75,0 1096.76,0 1096.77,0 1096.79,0 1096.82,0 1096.84,0 1096.87,0 1096.879,0 1096.89,0 1096.92,0 1096.93,0 1096.97,0 1096.98,0 1097,0 1097.02,0 1097.04,0 1097.07,0 1097.08,0 1097.1,0 1097.11,0 1097.129,0 1097.14,0 1097.18,0 1097.21,0 1097.22,0 1097.23,0 1097.25,0 1097.28,0 1097.29,0 1097.33,0 1097.34,0 1097.37,0 1097.39,0 1097.4,0 1097.41,0 1097.44,0 1097.47,0 1097.49,0 1097.5,0 1097.51,0 1097.55,0 1097.57,0 1097.58,0 1097.59,0 1097.6,0 1097.629,0 1097.65,0 1097.69,0 1097.7,0 1097.72,0 1097.75,0 1097.76,0 1097.79,0 1097.8,0 1097.81,0 1097.84,0 1097.87,0 1097.879,0 1097.91,0 1097.92,0 1097.94,0 1097.96,0 1097.97,0 1098,0 1098.02,0 1098.04,0 1098.07,0 1098.08,0 1098.09,0 1098.11,0 1098.14,0 1098.17,0 1098.18,0 1098.2,0 1098.23,0 1098.24,0 1098.26,0 1098.29,0 1098.31,0 1098.32,0 1098.35,0 1098.36,0 1098.39,0 1098.41,0 1098.42,0 1098.45,0 1098.47,0 1098.48,0 1098.5,0 1098.51,0 1098.55,0 1098.57,0 1098.58,0 1098.6,0 1098.61,0 1098.64,0 1098.65,0 1098.68,0 1098.69,0 1098.72,0 1098.75,0 1098.76,0 1098.78,0 1098.79,0 1098.82,0 1098.83,0 1098.86,0 1098.879,0 1098.9,0 1098.91,0 1098.94,0 1098.96,0 1098.98,0 1098.99,0 1099.02,0 1099.05,0 1099.06,0 1099.08,0 1099.1,0 1099.11,0 1099.129,0 1099.15,0 1099.19,0 1099.2,0 1099.22,0 1099.23,0 1099.27,0 1099.28,0 1099.3,0 1099.33,0 1099.34,0 1099.37,0 1099.379,0 1099.4,0 1099.43,0 1099.44,0 1099.46,0 1099.49,0 1099.51,0 1099.52,0 1099.54,0 1099.55,0 1099.58,0 1099.6,0 1099.62,0 1099.64,0 1099.65,0 1099.69,0 1099.7,0 1099.72,0 1099.73,0 1099.76,0 1099.79,0 1099.81,0 1099.82,0 1099.83,0 1099.86,0 1099.87,0 1099.9,0 1099.92,0 1099.93,0 1099.95,0 1099.99,0 1100,0 ================================================ FILE: demos/data/results.json ================================================ [{"framework":"angular-v8.2.14-keyed","benchmark":"01_run1k","values":[159.526,155.288,162.351,153.839,157.576,155.825,194.019,166.084,200.426,168.331]},{"framework":"angular-v8.2.14-keyed","benchmark":"02_replace1k","values":[145.439,144.961,142.579,142.27,143.918,142.992,141.785,142.795,150.516,143.305]},{"framework":"angular-v8.2.14-keyed","benchmark":"03_update10th1k_x16","values":[154.133,148.373,151.821,138.256,154.584,149.942,152.593,162.003,153.447,149.814]},{"framework":"angular-v8.2.14-keyed","benchmark":"04_select1k","values":[31.725,31.922,30.902,42.608,27.649,28.022,32.801,33.903,34.449,32.702]},{"framework":"angular-v8.2.14-keyed","benchmark":"05_swap1k","values":[463.097,463.497,463.467,465.591,455.429,464.325,459.662,459.203,499.256,452.973]},{"framework":"angular-v8.2.14-keyed","benchmark":"06_remove-one-1k","values":[46.922,47.702,45.001,44.621,48.251,44.452,44.341,44.867,44.674,45.025]},{"framework":"angular-v8.2.14-keyed","benchmark":"07_create10k","values":[1358.873,1353.871,1403.252,1447.542,1439.005,1444.996,1419.914,1449.141,1433.444,1538.983]},{"framework":"angular-v8.2.14-keyed","benchmark":"08_create1k-after1k_x2","values":[295.183,304.954,319.1,304.513,320.825,311.47,321.622,320.464,318.264,313.14]},{"framework":"angular-v8.2.14-keyed","benchmark":"09_clear1k_x8","values":[260.115,246.822,239.416,260.243,240.59,252.015,248.271,240.77,240.265,259.007]},{"framework":"angular-v8.2.14-keyed","benchmark":"21_ready-memory","values":[2.7207603454589844,2.7207603454589844,2.720806121826172,2.720775604248047,2.7207374572753906]},{"framework":"angular-v8.2.14-keyed","benchmark":"22_run-memory","values":[5.1311798095703125,5.131191253662109,5.131305694580078,5.131080627441406,5.131183624267578]},{"framework":"angular-v8.2.14-keyed","benchmark":"23_update5-memory","values":[5.498981475830078,5.498786926269531,5.49871826171875,5.4987640380859375,5.498908996582031]},{"framework":"angular-v8.2.14-keyed","benchmark":"24_run5-memory","values":[5.955043792724609,5.8860931396484375,5.954708099365234,5.946804046630859,5.954914093017578]},{"framework":"angular-v8.2.14-keyed","benchmark":"25_run-clear-memory","values":[4.311573028564453,4.3128662109375,4.316287994384766,4.297122955322266,4.3163909912109375]},{"framework":"angular-v8.2.14-keyed","benchmark":"31_startup-ci","values":[2870.3854999999994,2881.7549999999997,2869.29,2897.518]},{"framework":"angular-v8.2.14-keyed","benchmark":"32_startup-bt","values":[192.99200000000002,192.05200000000002,185.78,206.664]},{"framework":"angular-v8.2.14-keyed","benchmark":"34_startup-totalbytes","values":[302.0869140625,302.0869140625,302.0869140625,302.0869140625]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"01_run1k","values":[179.982,180.999,178.357,175.929,190.915,204.805,178.515,217.659,173.557,177.884]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"02_replace1k","values":[147.515,158.754,148.935,150.539,152.71,150.66,145.732,147.893,147.52,146.646]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"03_update10th1k_x16","values":[186.205,173.151,179.191,184.062,186.416,176.361,186.341,185.627,181.789,177.486]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"04_select1k","values":[25.817,21.448,24.008,22.091,23.577,27.05,19.281,28.648,26.14,24.782]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"05_swap1k","values":[473.568,467.171,482.33,466.239,522.512,475.505,471.714,467.72,478.735,473.726]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"06_remove-one-1k","values":[44.291,46.732,43.73,43.991,52.247,44.264,46.704,44.947,44.215,44.406]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"07_create10k","values":[1394.245,1447.338,1445.13,1579.663,1476.034,1437.824,1450.738,1484.921,1477.643,1495.869]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"08_create1k-after1k_x2","values":[321.418,342.946,338.289,337.707,339.352,333.376,328.661,335.158,338.479,332.198]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"09_clear1k_x8","values":[262.054,273.417,276.345,261.601,274.039,271.96,277.68,273.086,265.074,264.718]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"21_ready-memory","values":[1.8653450012207031,1.8653297424316406,1.8653144836425781,1.8653450012207031,1.8653526306152344]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"22_run-memory","values":[4.2625579833984375,4.289466857910156,4.262554168701172,4.262672424316406,4.289466857910156]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"23_update5-memory","values":[4.63775634765625,4.628044128417969,4.6279144287109375,4.637928009033203,4.637775421142578]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"24_run5-memory","values":[5.121238708496094,5.133480072021484,5.115619659423828,5.056468963623047,5.171974182128906]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"25_run-clear-memory","values":[3.540191650390625,3.4166336059570312,3.4165611267089844,3.406238555908203,3.3827552795410156]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"31_startup-ci","values":[2012.2155,1912.424,1913.0175,1920.211]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"32_startup-bt","values":[274.6120000000001,147.276,181.05199999999996,215.90400000000002]},{"framework":"angular-ng-v9.1.2-keyed","benchmark":"34_startup-totalbytes","values":[296.296875,296.296875,296.296875,296.296875]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"01_run1k","values":[144.547,148.308,148.425,163.943,148.103,152.797,168.783,144.718,142.704,147.113]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"02_replace1k","values":[140.905,140.435,138.769,137.855,139.626,138.414,138.421,142.945,138.219,141.14]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"03_update10th1k_x16","values":[154.949,138.52,150.965,173.157,152.153,156.82,147.9,142.658,166.66,152.796]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"04_select1k","values":[28.081,26.62,22.713,30.54,27.839,25.742,28.982,26.188,30.18,29.294]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"05_swap1k","values":[465.209,460.939,467.844,463.146,477.42,475.894,463.427,463.614,458.904,464.764]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"06_remove-one-1k","values":[46.261,47.193,46.355,44.191,44.312,47.1,44.172,44.143,48.025,47.453]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"07_create10k","values":[1321.6,1398.807,1434.737,1400.317,1432.546,1338.283,1422.925,1322.509,1428.468,1330.843]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"08_create1k-after1k_x2","values":[291.13,306.705,355.283,300.509,316.356,311.231,305.751,308.614,318.142,307.908]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"09_clear1k_x8","values":[194.412,196.587,203.589,201.567,206.783,192.852,204.676,194.977,207.605,225.127]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"21_ready-memory","values":[1.3888435363769531,1.3888587951660156,1.3888206481933594,1.3888587951660156,1.3888587951660156]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"22_run-memory","values":[3.1849708557128906,3.1849708557128906,3.1849708557128906,3.1850013732910156,3.1850013732910156]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"23_update5-memory","values":[3.55645751953125,3.5564537048339844,3.5557518005371094,3.5564842224121094,3.556507110595703]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"24_run5-memory","values":[3.9741058349609375,3.962646484375,3.9630889892578125,3.9631195068359375,3.9485321044921875]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"25_run-clear-memory","values":[2.9696731567382812,2.9623794555664062,2.9659500122070312,2.9849472045898438,2.9702186584472656]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"31_startup-ci","values":[2478.2039999999997,2485.9120000000003,2478.1679999999997,2478.2919999999995]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"32_startup-bt","values":[16.456,98.896,17.208,16]},{"framework":"angular-noopzone-v8.0.1-keyed","benchmark":"34_startup-totalbytes","values":[252.443359375,252.443359375,252.443359375,252.443359375]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"01_run1k","values":[145.765,145.219,149.88,144.149,145.545,145.642,143.569,144.323,161.489,142.98]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"02_replace1k","values":[147.034,137.141,139.448,141.031,159.642,139.863,141.703,138.785,136.723,138.303]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"03_update10th1k_x16","values":[172.751,169.419,183.734,171.926,163.743,169.552,171.522,169.013,178.787,173.699]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"04_select1k","values":[26.955,24.591,29.574,33.54,28.463,29.91,28.327,25.799,32.553,32.736]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"05_swap1k","values":[55.066,59.241,56.356,54.348,60.054,56.271,54.443,61.645,60.596,54.403]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"06_remove-one-1k","values":[46.7,45.603,59.05,44.695,44.882,45.268,46.302,44.117,45.662,44.891]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"07_create10k","values":[1329.983,1362.163,1406.955,1473.549,1318.149,1408.574,1328.758,1444.771,1315.779,1417.673]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"08_create1k-after1k_x2","values":[287.279,307.34,304.702,320.916,326.273,303.263,296.239,295.976,304.465,308.55]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"09_clear1k_x8","values":[190.638,195.942,200.541,183.368,190.028,182.933,195.421,199.601,203.418,187.478]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"21_ready-memory","values":[1.3937530517578125,1.3937530517578125,1.3937530517578125,1.3937835693359375,1.3937301635742188]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"22_run-memory","values":[3.1569786071777344,3.156993865966797,3.156993865966797,3.1570091247558594,3.1569786071777344]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"23_update5-memory","values":[3.5312728881835938,3.530597686767578,3.5312728881835938,3.5305824279785156,3.5313072204589844]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"24_run5-memory","values":[3.8987655639648438,3.913280487060547,3.913330078125,3.9132614135742188,3.9239425659179688]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"25_run-clear-memory","values":[2.9646949768066406,2.963825225830078,2.9645919799804688,2.9648170471191406,2.9638900756835938]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"31_startup-ci","values":[2527.508,2516.5959999999995,2533.5519999999997,2505.604]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"32_startup-bt","values":[93.69200000000001,78.64000000000001,104.284,16.204]},{"framework":"angular-optimized-v8.0.1-keyed","benchmark":"34_startup-totalbytes","values":[256.775390625,256.775390625,256.775390625,256.775390625]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"01_run1k","values":[192.925,188.107,185.43,189.815,189.833,190.249,198.375,190.117,190.626,189.948]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"02_replace1k","values":[160.523,162.905,168.086,163.257,180.902,163.678,159.42,162.083,169.166,163.937]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"03_update10th1k_x16","values":[164.751,175.361,167.879,183.532,174.715,173.622,168.364,162.616,176.142,173.392]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"04_select1k","values":[32.432,35.623,36.576,35.167,40.899,39.45,41.226,34.508,37.961,36.322]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"05_swap1k","values":[479.594,484.292,476.468,492.544,480.889,475.546,473.723,481.288,481.337,476.701]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"06_remove-one-1k","values":[45.481,45.752,45.641,45.784,45.597,46.984,45.879,46.385,45.613,45.828]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"07_create10k","values":[1513.392,1551.054,1558.236,1567.089,1620.017,1692.233,1658.1,1651.556,1632.845,1564.116]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"08_create1k-after1k_x2","values":[351.189,346.268,372.253,355.675,357.911,354.236,355.45,338.243,369.102,348.485]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"09_clear1k_x8","values":[304.738,308.145,298.887,311.507,307.378,307.566,315.578,295.308,316.392,315.97]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"21_ready-memory","values":[1.6431007385253906,1.6431007385253906,1.6430931091308594,1.6431159973144531,1.6431159973144531]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"22_run-memory","values":[5.636848449707031,5.636913299560547,5.636848449707031,5.636848449707031,5.6368408203125]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"23_update5-memory","values":[5.989452362060547,5.989398956298828,5.989585876464844,5.989444732666016,5.989601135253906]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"24_run5-memory","values":[6.557365417480469,6.561344146728516,6.559787750244141,6.473003387451172,6.462085723876953]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"25_run-clear-memory","values":[3.12835693359375,3.1428985595703125,3.1287307739257812,2.8744583129882812,3.1503868103027344]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"31_startup-ci","values":[2859.0899999999997,2855.052,2865.7380000000003,3014.928]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"32_startup-bt","values":[97.12000000000003,91.05599999999998,133.70000000000002,164.58000000000004]},{"framework":"angularjs-v1.7.8-keyed","benchmark":"34_startup-totalbytes","values":[323.923828125,323.923828125,323.923828125,323.923828125]},{"framework":"apprun-v2.23.12-keyed","benchmark":"01_run1k","values":[168.963,154.099,174.045,154.842,157.256,155.883,170.087,154.884,187.404,157.131]},{"framework":"apprun-v2.23.12-keyed","benchmark":"02_replace1k","values":[155.814,153.39,155.969,159.972,156.746,157.995,151.573,152.757,153.884,160.929]},{"framework":"apprun-v2.23.12-keyed","benchmark":"03_update10th1k_x16","values":[538.343,510.951,515.183,516.639,531.246,513.954,514.488,504.524,512.51,521.974]},{"framework":"apprun-v2.23.12-keyed","benchmark":"04_select1k","values":[17.786,17.668,18.316,19.617,20.632,19.752,18.214,17.5,22.319,19.815]},{"framework":"apprun-v2.23.12-keyed","benchmark":"05_swap1k","values":[140.643,141.161,135.772,140.549,141.882,138.955,141.392,138.212,144.494,141.451]},{"framework":"apprun-v2.23.12-keyed","benchmark":"06_remove-one-1k","values":[42.416,45.245,45.434,43.584,44.608,43.263,43.594,44.517,44.139,43.323]},{"framework":"apprun-v2.23.12-keyed","benchmark":"07_create10k","values":[1374.559,1446.655,1492.756,1537.117,1467.335,1454.301,1489.089,1536.329,1465.576,1457.447]},{"framework":"apprun-v2.23.12-keyed","benchmark":"08_create1k-after1k_x2","values":[372.838,384.28,371.257,375.571,373.706,378.572,385.088,377.493,376.215,395.469]},{"framework":"apprun-v2.23.12-keyed","benchmark":"09_clear1k_x8","values":[104.426,111.709,107.741,108.96,110.88,101.086,110.825,107.566,109.882,110.425]},{"framework":"apprun-v2.23.12-keyed","benchmark":"21_ready-memory","values":[1.1595306396484375,1.1595611572265625,1.1595611572265625,1.1595535278320312,1.1595458984375]},{"framework":"apprun-v2.23.12-keyed","benchmark":"22_run-memory","values":[3.947338104248047,3.9473495483398438,3.9473114013671875,3.9478683471679688,3.9480743408203125]},{"framework":"apprun-v2.23.12-keyed","benchmark":"23_update5-memory","values":[4.444149017333984,4.448249816894531,4.443572998046875,4.4466400146484375,4.448299407958984]},{"framework":"apprun-v2.23.12-keyed","benchmark":"24_run5-memory","values":[6.935066223144531,6.931041717529297,6.930995941162109,6.934013366699219,6.932086944580078]},{"framework":"apprun-v2.23.12-keyed","benchmark":"25_run-clear-memory","values":[7.356269836425781,7.368915557861328,7.3687286376953125,7.367767333984375,7.355922698974609]},{"framework":"apprun-v2.23.12-keyed","benchmark":"31_startup-ci","values":[2032.5279999999998,2034.5880000000002,2029.0639999999999,2030.02]},{"framework":"apprun-v2.23.12-keyed","benchmark":"32_startup-bt","values":[16,18.159999999999997,18.951999999999998,17.339999999999993]},{"framework":"apprun-v2.23.12-keyed","benchmark":"34_startup-totalbytes","values":[158.2099609375,158.2099609375,158.2099609375,158.2099609375]},{"framework":"attodom-v0.12.0-keyed","benchmark":"01_run1k","values":[125.797,122.708,125.766,133.485,147.949,139.973,127.927,123.786,124.957,123.409]},{"framework":"attodom-v0.12.0-keyed","benchmark":"02_replace1k","values":[125.351,125.255,125.646,129.891,127.27,126.027,131.72,127.657,131.433,124.636]},{"framework":"attodom-v0.12.0-keyed","benchmark":"03_update10th1k_x16","values":[155.791,158.981,183.81,157.5,144.115,152.988,156.449,155.236,160.971,160.015]},{"framework":"attodom-v0.12.0-keyed","benchmark":"04_select1k","values":[26.857,27.044,23.957,26.042,28.643,23.306,28.153,25.873,25.124,26.472]},{"framework":"attodom-v0.12.0-keyed","benchmark":"05_swap1k","values":[47.174,59.105,51.307,57.962,63.298,61.631,50.504,62.785,59.747,49.834]},{"framework":"attodom-v0.12.0-keyed","benchmark":"06_remove-one-1k","values":[46.009,46.775,43.928,45.785,45.471,44.987,44.433,43.051,44.838,43.662]},{"framework":"attodom-v0.12.0-keyed","benchmark":"07_create10k","values":[1194.981,1201.629,1219.919,1231.797,1250.107,1236.077,1236.163,1226.292,1242.613,1228.536]},{"framework":"attodom-v0.12.0-keyed","benchmark":"08_create1k-after1k_x2","values":[259.495,259.68,257.785,258.95,259.449,274.487,259.33,259.152,261.915,257.781]},{"framework":"attodom-v0.12.0-keyed","benchmark":"09_clear1k_x8","values":[114.828,112.858,113.612,112.544,116.675,116.069,118.637,124.23,113.019,115.32]},{"framework":"attodom-v0.12.0-keyed","benchmark":"21_ready-memory","values":[1.0742034912109375,1.074188232421875,1.074188232421875,1.074188232421875,1.074188232421875]},{"framework":"attodom-v0.12.0-keyed","benchmark":"22_run-memory","values":[1.7275848388671875,1.7753219604492188,1.7755241394042969,1.7276191711425781,1.7717323303222656]},{"framework":"attodom-v0.12.0-keyed","benchmark":"23_update5-memory","values":[2.0615806579589844,2.0617141723632812,2.061779022216797,2.0616073608398438,2.061603546142578]},{"framework":"attodom-v0.12.0-keyed","benchmark":"24_run5-memory","values":[2.294597625732422,2.294750213623047,2.2946510314941406,2.294567108154297,2.2946014404296875]},{"framework":"attodom-v0.12.0-keyed","benchmark":"25_run-clear-memory","values":[2.2859230041503906,2.285919189453125,2.2859458923339844,2.2859458923339844,2.285980224609375]},{"framework":"attodom-v0.12.0-keyed","benchmark":"31_startup-ci","values":[1884.1799999999998,1884.284,1880.9560000000001,1884.0320000000002]},{"framework":"attodom-v0.12.0-keyed","benchmark":"32_startup-bt","values":[18.980000000000004,22.971999999999994,17.555999999999994,22.276]},{"framework":"attodom-v0.12.0-keyed","benchmark":"34_startup-totalbytes","values":[143.1103515625,143.1103515625,143.1103515625,143.1103515625]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"01_run1k","values":[154.617,158.092,155.403,158.49,156.084,153.53,156.081,156.711,172.599,157.497]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"02_replace1k","values":[141.282,139.71,138.037,137.987,138.571,139.483,139.209,139.443,143.118,138.622]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"03_update10th1k_x16","values":[180.232,157.747,150.664,151.317,156.929,156.154,151.08,150.978,170.573,153.666]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"04_select1k","values":[50.214,49.284,50.271,48.401,46.485,45.715,47.694,49.091,49.8,46.327]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"05_swap1k","values":[48.135,58.315,53.657,59.699,49.426,57.396,51.121,58.413,61.737,62.616]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"06_remove-one-1k","values":[52.183,43.748,45.398,44.061,45.273,44.049,44.467,44.48,43.866,43.928]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"07_create10k","values":[1338.741,1361.824,1370.877,1363.331,1395.302,1381.695,1404.76,1374.527,1413.839,1374.217]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":[293.427,300.22,300.651,305.503,327.703,302.074,308.789,307.509,302.085,304.355]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"09_clear1k_x8","values":[179.817,199.52,179.074,184.531,175.772,186.572,184.933,185.264,190.279,181.213]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"21_ready-memory","values":[2.0775833129882812,2.0775833129882812,2.0775833129882812,2.077533721923828,2.077556610107422]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"22_run-memory","values":[4.7127838134765625,4.713161468505859,4.7125396728515625,4.712913513183594,4.710468292236328]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"23_update5-memory","values":[4.948295593261719,4.948650360107422,4.9466400146484375,4.948780059814453,4.946498870849609]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"24_run5-memory","values":[5.395423889160156,5.396465301513672,5.407588958740234,5.369903564453125,5.396602630615234]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"25_run-clear-memory","values":[4.022102355957031,4.001708984375,4.022335052490234,4.010738372802734,4.008884429931641]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"31_startup-ci","values":[3604.7919999999995,3575.732,3612.6720000000005,3593.108]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"32_startup-bt","values":[256.032,171.35200000000006,208.14000000000001,208.26000000000013]},{"framework":"aurelia-v1.3.0-keyed","benchmark":"34_startup-totalbytes","values":[438.974609375,438.974609375,438.974609375,438.974609375]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"01_run1k","values":[226.128,227.28,230.381,232.64,237.578,245.573,236.467,233.536,228.63,235.969]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"02_replace1k","values":[151.853,158.598,155.228,153.44,155.019,153.197,154.094,156.942,155.992,153.924]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"03_update10th1k_x16","values":[211.561,174.25,170.213,179.332,176.473,164.634,172.465,185.162,177.569,179.354]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"04_select1k","values":[32.91,40.68,35.851,34.777,33.485,40.664,35.21,35.215,32.591,34.488]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"05_swap1k","values":[55.337,50.243,57.971,58.515,50.127,50.069,58.259,62.315,50.594,48.5]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"06_remove-one-1k","values":[43.471,42.986,44.592,46.171,44.049,43.599,44.06,44.013,44.851,47.073]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"07_create10k","values":[1600.776,1625.237,1650.663,1673.552,1722.626,1637.527,1644.319,1685.479,1704.541,1666.782]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"08_create1k-after1k_x2","values":[395.35,348.025,345.101,349.635,350.679,340.974,345.005,345.575,354.01,338.046]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"09_clear1k_x8","values":[275.242,281.045,282.167,278.601,278.367,275.967,274.948,291.184,278.497,279.068]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"21_ready-memory","values":[2.135112762451172,2.135089874267578,2.135059356689453,2.1351051330566406,2.135089874267578]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"22_run-memory","values":[9.19333267211914,9.193103790283203,9.193161010742188,9.193008422851562,9.193187713623047]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"23_update5-memory","values":[9.53802490234375,9.538463592529297,9.53826904296875,9.538436889648438,9.538196563720703]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"24_run5-memory","values":[10.081928253173828,10.08843994140625,10.095054626464844,10.092544555664062,10.083133697509766]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"25_run-clear-memory","values":[3.950366973876953,3.9683609008789062,3.9554176330566406,3.9864120483398438,3.949920654296875]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"31_startup-ci","values":[3506.8605000000002,3524.3365000000003,3528.0364999999997,3498.333]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"32_startup-bt","values":[72.06,82.26,93.668,16]},{"framework":"binding.scala-v10.0.1-keyed","benchmark":"34_startup-totalbytes","values":[422.9296875,422.9296875,422.9296875,422.9296875]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"01_run1k","values":[616.279,620.543,627.145,611.904,627.521,620.774,647.644,623.518,627.862,621.017]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"02_replace1k","values":[579.32,540.457,571.727,537.56,587.076,561.631,543.722,570.656,552.28,550.863]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"03_update10th1k_x16","values":[2624.219,2673.522,2638.092,2610.882,2616.001,2621.956,2754.011,2636.278,2620.549,2611.805]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"04_select1k","values":[2543.962,2548.496,2503.73,2476.018,2571.416,2493.068,2479.942,2478.894,2516.258,2464.276]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"05_swap1k","values":[652.985,683.702,671.175,674.035,666.364,672.112,661.929,669.461,676.079,666.982]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"06_remove-one-1k","values":[197.372,200.67,198.867,200.816,201.32,197.524,201.994,201.376,199.821,198.298]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"07_create10k","values":[5291.012,5424.162,5215.331,5215.422,5250.802,5238.239,5442.114,5412.336,5378.334,5386.169]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"08_create1k-after1k_x2","values":[1417.09,1423.599,1429.122,1453.939,1425.95,1413.191,1411.306,1426.387,1417.291,1408.29]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"09_clear1k_x8","values":[340.491,361.687,349.997,374.878,368.023,345.573,350.753,362.792,355.929,348.214]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"21_ready-memory","values":[1.82965087890625,1.8297462463378906,1.8297462463378906,1.8297309875488281,1.8297309875488281]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"22_run-memory","values":[6.100475311279297,6.100555419921875,6.105628967285156,6.100696563720703,6.101451873779297]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"23_update5-memory","values":[6.540218353271484,6.539867401123047,6.5016632080078125,6.5397796630859375,6.501766204833984]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"24_run5-memory","values":[6.607231140136719,6.608119964599609,6.607280731201172,6.609607696533203,6.629768371582031]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"25_run-clear-memory","values":[3.040943145751953,2.989154815673828,2.989154815673828,2.9891319274902344,3.040943145751953]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"31_startup-ci","values":[2583.536,2534.88,2426.0525,2572.34]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"32_startup-bt","values":[1095.6320000000007,1165.3599999999997,1220.9479999999999,1067.9199999999994]},{"framework":"blazor-wasm-v3.2.0-preview4.20210.8-keyed","benchmark":"34_startup-totalbytes","values":[4826.71484375,4826.71484375,4826.71484375,4826.71484375]},{"framework":"bobril-v8.11.2-keyed","benchmark":"01_run1k","values":[138.532,141.259,158.282,138.335,139.477,142.837,153.037,141.021,140.254,146.235]},{"framework":"bobril-v8.11.2-keyed","benchmark":"02_replace1k","values":[135.214,137.897,130.803,131.467,137.389,130.845,142.798,139.217,130.52,133.053]},{"framework":"bobril-v8.11.2-keyed","benchmark":"03_update10th1k_x16","values":[185.33,179.496,178.958,196.647,178.239,176.006,177.656,182.025,177.882,190.85]},{"framework":"bobril-v8.11.2-keyed","benchmark":"04_select1k","values":[43.659,51.709,50.072,50.948,48.732,47.777,55.018,50.194,53.28,49.01]},{"framework":"bobril-v8.11.2-keyed","benchmark":"05_swap1k","values":[50.416,61.581,50.332,52.922,62.076,49.85,59.232,49.754,60.486,54.448]},{"framework":"bobril-v8.11.2-keyed","benchmark":"06_remove-one-1k","values":[56.869,46.691,53.074,56.665,47.303,49.416,62.891,62.127,67.251,50.996]},{"framework":"bobril-v8.11.2-keyed","benchmark":"07_create10k","values":[1166.99,1162.713,1216.649,1166.075,1168.34,1260.985,1196.11,1149.266,1290.356,1195.676]},{"framework":"bobril-v8.11.2-keyed","benchmark":"08_create1k-after1k_x2","values":[253.338,267.065,281.619,264.231,262.544,255.256,264.425,268.621,270.634,392.951]},{"framework":"bobril-v8.11.2-keyed","benchmark":"09_clear1k_x8","values":[134.017,134.858,133.886,130.364,133.743,130.774,131.573,138.192,131.146,133.443]},{"framework":"bobril-v8.11.2-keyed","benchmark":"21_ready-memory","values":[1.1322441101074219,1.1322746276855469,1.1322441101074219,1.1322288513183594,1.1322288513183594]},{"framework":"bobril-v8.11.2-keyed","benchmark":"22_run-memory","values":[2.9840927124023438,2.986278533935547,2.984344482421875,2.984405517578125,2.9837303161621094]},{"framework":"bobril-v8.11.2-keyed","benchmark":"23_update5-memory","values":[3.4461135864257812,3.4226150512695312,3.448223114013672,3.445629119873047,3.4458236694335938]},{"framework":"bobril-v8.11.2-keyed","benchmark":"24_run5-memory","values":[3.574932098388672,3.5942764282226562,3.5961875915527344,3.5808258056640625,3.575122833251953]},{"framework":"bobril-v8.11.2-keyed","benchmark":"25_run-clear-memory","values":[2.524219512939453,2.5223236083984375,2.5229644775390625,2.5234413146972656,2.5237503051757812]},{"framework":"bobril-v8.11.2-keyed","benchmark":"31_startup-ci","values":[2330.2080000000005,2334.1440000000002,2253.736,2334.0959999999995]},{"framework":"bobril-v8.11.2-keyed","benchmark":"32_startup-bt","values":[16.679999999999996,21.804000000000002,16,21.891999999999996]},{"framework":"bobril-v8.11.2-keyed","benchmark":"34_startup-totalbytes","values":[184.5478515625,184.5478515625,184.5478515625,184.5478515625]},{"framework":"choo-v6.13.0-keyed","benchmark":"01_run1k","values":[147.819,146.407,163.997,170.09,146.508,143.786,143.801,141.841,136.743,154.162]},{"framework":"choo-v6.13.0-keyed","benchmark":"02_replace1k","values":[379.775,377.485,377.519,378.811,377.617,386.899,383.773,378.68,388.006,368.649]},{"framework":"choo-v6.13.0-keyed","benchmark":"03_update10th1k_x16","values":[1766.491,1677.42,1732.611,1849.709,1667.569,1733.896,1760.627,1690.391,1711.26,1660.381]},{"framework":"choo-v6.13.0-keyed","benchmark":"04_select1k","values":[1465.341,1608.732,1819.664,1590.629,1560.589,1554.606,1634.034,1577.51,1655.581,1579.674]},{"framework":"choo-v6.13.0-keyed","benchmark":"05_swap1k","values":[964.819,908.757,923.163,910.318,878.969,890.786,933.062,915.151,910.513,910.617]},{"framework":"choo-v6.13.0-keyed","benchmark":"06_remove-one-1k","values":[234.899,234.066,239.883,240.557,249.6,238.73,245.613,225.833,239.085,236.264]},{"framework":"choo-v6.13.0-keyed","benchmark":"07_create10k","values":[1263.071,1295.253,1267.071,1321.57,1305.719,1306.312,1322.008,1307.491,1306.617,1348.893]},{"framework":"choo-v6.13.0-keyed","benchmark":"08_create1k-after1k_x2","values":[497.412,491.575,511.421,492.552,491.237,489.612,489.219,491.09,486.117,491.56]},{"framework":"choo-v6.13.0-keyed","benchmark":"09_clear1k_x8","values":[123.352,140.644,128.449,127.761,131.75,127.235,141.387,124.297,129.783,126.374]},{"framework":"choo-v6.13.0-keyed","benchmark":"21_ready-memory","values":[1.1641616821289062,1.16412353515625,1.1641387939453125,1.1641082763671875,1.1641998291015625]},{"framework":"choo-v6.13.0-keyed","benchmark":"22_run-memory","values":[2.0146255493164062,2.0145950317382812,2.016742706298828,2.017017364501953,2.0169715881347656]},{"framework":"choo-v6.13.0-keyed","benchmark":"23_update5-memory","values":[3.3209915161132812,3.320423126220703,2.4138526916503906,3.3209495544433594,3.3208389282226562]},{"framework":"choo-v6.13.0-keyed","benchmark":"24_run5-memory","values":[2.777782440185547,2.7777786254882812,2.77777099609375,2.777843475341797,2.777721405029297]},{"framework":"choo-v6.13.0-keyed","benchmark":"25_run-clear-memory","values":[2.523212432861328,2.5232086181640625,2.5232391357421875,2.5232276916503906,2.523212432861328]},{"framework":"choo-v6.13.0-keyed","benchmark":"31_startup-ci","values":[2033.248,2028.196,2035.2440000000001,2033.7359999999999]},{"framework":"choo-v6.13.0-keyed","benchmark":"32_startup-bt","values":[21.739999999999995,16.64,112.19600000000003,26.127999999999997]},{"framework":"choo-v6.13.0-keyed","benchmark":"34_startup-totalbytes","values":[166.1474609375,166.1474609375,166.1474609375,166.1474609375]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"01_run1k","values":[169.232,157.784,158.663,167.12,160.719,160.411,158.278,159.371,155.007,155.977]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"02_replace1k","values":[129.97,129.655,130.595,132.801,131.865,136.426,134.757,135.235,131.134,133.051]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"03_update10th1k_x16","values":[167.945,140.397,144.052,148.757,156.439,144.589,148.385,142.721,147.342,143.12]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"04_select1k","values":[18.908,18.643,18.642,18.808,20.873,19.98,21.765,19.568,16.219,19.369]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"05_swap1k","values":[49.925,48.936,57.98,59.359,48.157,59.055,57.136,56.057,61.56,58.244]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"06_remove-one-1k","values":[41.822,42.852,43.963,42.822,42.964,42.291,43.259,43.915,44.566,44.67]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"07_create10k","values":[1279.564,1296.781,1334.251,1340.507,1324.652,1372.168,1355.536,1327.594,1317.737,1358.451]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"08_create1k-after1k_x2","values":[287.74,294.736,290.114,294.714,293.308,301.493,292.049,294.35,294.625,296.678]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"09_clear1k_x8","values":[131.65,133.939,130.248,137.339,141.559,136.476,140.414,140.23,135.922,140.642]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"21_ready-memory","values":[1.1016769409179688,1.1017074584960938,1.1016616821289062,1.1016769409179688,1.1016769409179688]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"22_run-memory","values":[4.082469940185547,4.082492828369141,4.082462310791016,4.082454681396484,4.0825042724609375]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"23_update5-memory","values":[4.403289794921875,4.401279449462891,4.4013671875,4.403289794921875,4.401378631591797]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"24_run5-memory","values":[4.683223724365234,4.683223724365234,4.685726165771484,4.685626983642578,4.6887054443359375]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"25_run-clear-memory","values":[2.4914283752441406,2.491382598876953,2.4913978576660156,2.491374969482422,2.4925613403320312]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"31_startup-ci","values":[2034.7600000000002,2027.8519999999999,2033.964,1878.076]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"32_startup-bt","values":[17.119999999999997,16,22.667999999999996,16]},{"framework":"crui-v0.1.0-alpha.13-keyed","benchmark":"34_startup-totalbytes","values":[148.9443359375,148.9443359375,148.9443359375,148.9443359375]},{"framework":"datum-v0.12.2-keyed","benchmark":"01_run1k","values":[183.834,180.495,191.808,190.803,239.424,186.967,177.461,175.268,233.821,177.782]},{"framework":"datum-v0.12.2-keyed","benchmark":"02_replace1k","values":[161.677,158.246,168.303,165.986,170.302,163.756,164.473,166.197,169.084,165.293]},{"framework":"datum-v0.12.2-keyed","benchmark":"03_update10th1k_x16","values":[160.914,159.319,163.069,159.886,168.048,160.055,170.183,163.481,160.818,167.713]},{"framework":"datum-v0.12.2-keyed","benchmark":"04_select1k","values":[30.241,30.632,31.775,38.381,32.943,34.698,32.935,34.258,37.895,28.688]},{"framework":"datum-v0.12.2-keyed","benchmark":"05_swap1k","values":[56.74,57.475,57.744,48.908,63.226,70.983,63.78,61.597,55.062,59.934]},{"framework":"datum-v0.12.2-keyed","benchmark":"06_remove-one-1k","values":[44.841,45.33,48.117,45.24,46.223,46.196,46.643,45.719,45.761,49.961]},{"framework":"datum-v0.12.2-keyed","benchmark":"07_create10k","values":[1595.007,1727.446,1737.363,1877.843,1835.776,1749.575,1760,1767.569,1768.579,1775.779]},{"framework":"datum-v0.12.2-keyed","benchmark":"08_create1k-after1k_x2","values":[350.49,344.583,333.837,459.698,334.437,328.217,332.36,406.366,486.767,341.279]},{"framework":"datum-v0.12.2-keyed","benchmark":"09_clear1k_x8","values":[149.872,153.469,142.135,153.936,154.717,146.009,154.867,158.637,154.43,156.146]},{"framework":"datum-v0.12.2-keyed","benchmark":"21_ready-memory","values":[1.15838623046875,1.15838623046875,1.15838623046875,1.1584548950195312,1.158416748046875]},{"framework":"datum-v0.12.2-keyed","benchmark":"22_run-memory","values":[5.606678009033203,5.606174468994141,5.606044769287109,5.6065826416015625,5.6061859130859375]},{"framework":"datum-v0.12.2-keyed","benchmark":"23_update5-memory","values":[5.867794036865234,5.927101135253906,5.867881774902344,5.926361083984375,5.927848815917969]},{"framework":"datum-v0.12.2-keyed","benchmark":"24_run5-memory","values":[6.159339904785156,6.219951629638672,6.21380615234375,6.201423645019531,6.203277587890625]},{"framework":"datum-v0.12.2-keyed","benchmark":"25_run-clear-memory","values":[2.394054412841797,2.3977928161621094,2.3985023498535156,2.4876365661621094,2.3954620361328125]},{"framework":"datum-v0.12.2-keyed","benchmark":"31_startup-ci","values":[2033.44,2034.068,2027.3719999999998,2034.268]},{"framework":"datum-v0.12.2-keyed","benchmark":"32_startup-bt","values":[22.455999999999996,22.675999999999995,16,23.395999999999994]},{"framework":"datum-v0.12.2-keyed","benchmark":"34_startup-totalbytes","values":[164.390625,164.390625,164.390625,164.390625]},{"framework":"dojo-v6.0.4-keyed","benchmark":"01_run1k","values":[211.642,243.651,238.338,218.274,221.633,230.078,213.579,225.94,220.575,219.193]},{"framework":"dojo-v6.0.4-keyed","benchmark":"02_replace1k","values":[154.896,162.235,164.158,162.279,158.01,155.71,149.921,154.588,151.752,157.146]},{"framework":"dojo-v6.0.4-keyed","benchmark":"03_update10th1k_x16","values":[212.943,210.901,197.087,220.981,217.337,203.862,223.623,216.662,224.004,212.282]},{"framework":"dojo-v6.0.4-keyed","benchmark":"04_select1k","values":[18.706,24.951,22.737,25.145,47.19,27.92,29.527,25.791,25.099,28.5]},{"framework":"dojo-v6.0.4-keyed","benchmark":"05_swap1k","values":[58.125,70.402,65.933,76.65,71.282,68.672,70.461,63.713,67.503,68.662]},{"framework":"dojo-v6.0.4-keyed","benchmark":"06_remove-one-1k","values":[55.081,47.25,57.663,61.861,58.18,59.495,63.091,50.108,48.141,48.96]},{"framework":"dojo-v6.0.4-keyed","benchmark":"07_create10k","values":[1571.081,1527.179,1567.591,1588.039,1575.955,1569.585,1587.098,1570.39,1566.195,1676.378]},{"framework":"dojo-v6.0.4-keyed","benchmark":"08_create1k-after1k_x2","values":[511.219,499.222,503.311,505.18,496.053,496.359,500.52,508.049,500.33,502.6]},{"framework":"dojo-v6.0.4-keyed","benchmark":"09_clear1k_x8","values":[208.873,210.915,222.378,210.004,213.462,225.157,212.069,225.841,206.937,224.268]},{"framework":"dojo-v6.0.4-keyed","benchmark":"21_ready-memory","values":[1.1896705627441406,1.1897010803222656,1.1896705627441406,1.1896705627441406,1.1896705627441406]},{"framework":"dojo-v6.0.4-keyed","benchmark":"22_run-memory","values":[6.282421112060547,6.282390594482422,6.282352447509766,6.282421112060547,6.282390594482422]},{"framework":"dojo-v6.0.4-keyed","benchmark":"23_update5-memory","values":[6.7019500732421875,6.702190399169922,6.707420349121094,6.703266143798828,6.686042785644531]},{"framework":"dojo-v6.0.4-keyed","benchmark":"24_run5-memory","values":[7.695747375488281,7.692348480224609,7.690792083740234,7.695583343505859,7.681060791015625]},{"framework":"dojo-v6.0.4-keyed","benchmark":"25_run-clear-memory","values":[2.969188690185547,2.9688873291015625,2.9700164794921875,2.970001220703125,2.969970703125]},{"framework":"dojo-v6.0.4-keyed","benchmark":"31_startup-ci","values":[2035.035,2036.025,2031.1875,2035.557]},{"framework":"dojo-v6.0.4-keyed","benchmark":"32_startup-bt","values":[21.24799999999999,24.283999999999995,16,25.668000000000003]},{"framework":"dojo-v6.0.4-keyed","benchmark":"34_startup-totalbytes","values":[178.0419921875,178.0419921875,178.0419921875,178.0419921875]},{"framework":"domc-v0.0.12-keyed","benchmark":"01_run1k","values":[117.979,117.036,117.948,117.682,118.785,116.673,120.7,128.923,120.271,148.991]},{"framework":"domc-v0.0.12-keyed","benchmark":"02_replace1k","values":[115.156,115.768,115.85,115.774,116.322,117.897,119.815,115.952,116.35,116.687]},{"framework":"domc-v0.0.12-keyed","benchmark":"03_update10th1k_x16","values":[158.75,145.996,144.894,146.787,149.291,149.672,147.948,150.514,151.729,147.636]},{"framework":"domc-v0.0.12-keyed","benchmark":"04_select1k","values":[20.861,23.045,23.197,22.354,24.072,29.47,23.864,24.177,27.077,21.707]},{"framework":"domc-v0.0.12-keyed","benchmark":"05_swap1k","values":[59.328,59.663,54.99,62.515,47.283,58.066,51.836,54.94,47.382,62.235]},{"framework":"domc-v0.0.12-keyed","benchmark":"06_remove-one-1k","values":[43.793,43.955,45.2,43.931,45.165,43.158,43.547,43.643,45.805,42.921]},{"framework":"domc-v0.0.12-keyed","benchmark":"07_create10k","values":[1076.002,1131.527,1066.494,1075.435,1075.238,1078.659,1067.592,1092.115,1068.294,1063.766]},{"framework":"domc-v0.0.12-keyed","benchmark":"08_create1k-after1k_x2","values":[238.659,241.62,241.241,243.464,240.064,239.631,243.821,237.912,244.45,245.613]},{"framework":"domc-v0.0.12-keyed","benchmark":"09_clear1k_x8","values":[109.924,111.197,110.023,110.016,106.551,109.11,97.815,111.661,97.914,117.126]},{"framework":"domc-v0.0.12-keyed","benchmark":"21_ready-memory","values":[1.1181488037109375,1.1181488037109375,1.118194580078125,1.1181640625,1.1181793212890625]},{"framework":"domc-v0.0.12-keyed","benchmark":"22_run-memory","values":[2.02685546875,2.0267257690429688,2.02685546875,2.0266265869140625,2.0268516540527344]},{"framework":"domc-v0.0.12-keyed","benchmark":"23_update5-memory","values":[2.3521156311035156,2.3540115356445312,2.3520584106445312,2.3522300720214844,2.3541603088378906]},{"framework":"domc-v0.0.12-keyed","benchmark":"24_run5-memory","values":[2.7219390869140625,2.7177658081054688,2.722026824951172,2.7178115844726562,2.7216262817382812]},{"framework":"domc-v0.0.12-keyed","benchmark":"25_run-clear-memory","values":[2.432262420654297,2.432262420654297,2.432262420654297,2.432262420654297,2.432262420654297]},{"framework":"domc-v0.0.12-keyed","benchmark":"31_startup-ci","values":[1882.8919999999998,1879.04,1880.42,1884.368]},{"framework":"domc-v0.0.12-keyed","benchmark":"32_startup-bt","values":[50.09999999999997,35.48399999999998,41.680000000000014,50.51999999999997]},{"framework":"domc-v0.0.12-keyed","benchmark":"34_startup-totalbytes","values":[150.3232421875,150.3232421875,150.3232421875,150.3232421875]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"01_run1k","values":[123.413,120.501,120.244,123.684,123.408,121.988,122.605,121.734,138.933,121.741]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"02_replace1k","values":[131.87,127.945,125.193,126.917,128.411,125.994,132.697,125.032,131.675,127.988]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"03_update10th1k_x16","values":[148.96,154.763,154.309,156.972,144.206,154.184,157.379,170.886,156.402,172.452]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"04_select1k","values":[18.354,20.993,20.825,21.019,20.863,22.782,25.518,19.333,16.987,19.668]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"05_swap1k","values":[56.153,60.385,55.243,60.244,55.889,62.144,48.989,49.886,49.644,51.968]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"06_remove-one-1k","values":[44.485,46.236,45.541,44.791,43.796,44.394,44.179,44.634,44.757,44.806]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"07_create10k","values":[1141.821,1205.732,1137.905,1136.59,1145.518,1196.426,1150.362,1150.441,1267.739,1160.937]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"08_create1k-after1k_x2","values":[249.718,252.646,264.735,255.124,252.775,256.183,251.721,255.251,257.946,248.266]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"09_clear1k_x8","values":[124.364,129.568,111.949,126.158,125.55,126.888,137.869,128.183,115.542,131.495]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"21_ready-memory","values":[1.0713043212890625,1.0712661743164062,1.071258544921875,1.0712814331054688,1.0712738037109375]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"22_run-memory","values":[1.7761383056640625,1.7762680053710938,1.7761726379394531,1.7762260437011719,1.7762413024902344]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"23_update5-memory","values":[2.1132659912109375,2.1130104064941406,2.1132545471191406,2.113250732421875,2.1131515502929688]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"24_run5-memory","values":[2.354694366455078,2.3736495971679688,2.355113983154297,2.3735694885253906,2.3547897338867188]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"25_run-clear-memory","values":[2.2948150634765625,2.2947998046875,2.2948150634765625,2.2947998046875,2.2947998046875]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"31_startup-ci","values":[1885.716,1877.7800000000002,1877.592,1879.4]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"32_startup-bt","values":[31.832,19.61999999999999,16,18.09199999999999]},{"framework":"domdiff-v2.2.2-keyed","benchmark":"34_startup-totalbytes","values":[145.2724609375,145.2724609375,145.2724609375,145.2724609375]},{"framework":"dominator-v0.5.0-keyed","benchmark":"01_run1k","values":[145.061,149.843,151.468,151.035,150.771,150.809,149.872,150.158,177.673,150.662]},{"framework":"dominator-v0.5.0-keyed","benchmark":"02_replace1k","values":[142.335,141.69,140.645,138.365,150.227,145.323,137.866,139.583,144.894,138.252]},{"framework":"dominator-v0.5.0-keyed","benchmark":"03_update10th1k_x16","values":[159.767,151.746,193.449,152.832,153.022,155.927,152.756,154.265,153.329,142.851]},{"framework":"dominator-v0.5.0-keyed","benchmark":"04_select1k","values":[19.852,19.719,20.24,22.909,20.348,19.51,20.423,20.394,26.013,17.829]},{"framework":"dominator-v0.5.0-keyed","benchmark":"05_swap1k","values":[51.387,59.041,58.256,61.918,54.578,50.061,48.131,49.266,54.78,56.481]},{"framework":"dominator-v0.5.0-keyed","benchmark":"06_remove-one-1k","values":[42.544,45.946,46.223,44.377,43.643,43.174,44.854,43.407,43.295,42.682]},{"framework":"dominator-v0.5.0-keyed","benchmark":"07_create10k","values":[1312.375,1345.014,1300.494,1300.81,1315.697,1308.787,1287.316,1297.248,1321.863,1309.432]},{"framework":"dominator-v0.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":[293.338,288.277,293.756,298.432,330.686,293.166,295.44,292.941,294.621,293.679]},{"framework":"dominator-v0.5.0-keyed","benchmark":"09_clear1k_x8","values":[134.3,136.512,129.97,140.615,144.368,133.195,139.632,140.034,139.751,142.283]},{"framework":"dominator-v0.5.0-keyed","benchmark":"21_ready-memory","values":[1.1297416687011719,1.1297111511230469,1.1297416687011719,1.1297111511230469,1.1297569274902344]},{"framework":"dominator-v0.5.0-keyed","benchmark":"22_run-memory","values":[1.9349136352539062,1.9709663391113281,1.9348678588867188,1.9348602294921875,1.9348602294921875]},{"framework":"dominator-v0.5.0-keyed","benchmark":"23_update5-memory","values":[2.2559280395507812,2.255870819091797,2.2559051513671875,2.2559280395507812,2.2558670043945312]},{"framework":"dominator-v0.5.0-keyed","benchmark":"24_run5-memory","values":[2.5333290100097656,2.533313751220703,2.5332984924316406,2.5333595275878906,2.5333518981933594]},{"framework":"dominator-v0.5.0-keyed","benchmark":"25_run-clear-memory","values":[2.424701690673828,2.4247474670410156,2.424694061279297,2.4247169494628906,2.424762725830078]},{"framework":"dominator-v0.5.0-keyed","benchmark":"31_startup-ci","values":[1878.156,1880.6680000000001,1878.112,1877.792]},{"framework":"dominator-v0.5.0-keyed","benchmark":"32_startup-bt","values":[34.01600000000001,45.81999999999999,44.719999999999985,38.732000000000006]},{"framework":"dominator-v0.5.0-keyed","benchmark":"34_startup-totalbytes","values":[274.103515625,274.103515625,274.103515625,274.103515625]},{"framework":"domvm-v3.4.12-keyed","benchmark":"01_run1k","values":[141.795,142.319,138.471,136.735,140.337,142.318,132.01,138.471,136.029,131.401]},{"framework":"domvm-v3.4.12-keyed","benchmark":"02_replace1k","values":[130.201,123.535,124.428,140.089,127.194,131.271,134.305,131.19,125.573,127.877]},{"framework":"domvm-v3.4.12-keyed","benchmark":"03_update10th1k_x16","values":[179.937,178.298,182.111,160.015,175.659,190.064,184.103,164.3,185.881,193.272]},{"framework":"domvm-v3.4.12-keyed","benchmark":"04_select1k","values":[25.284,45.096,24.471,30.577,26.619,27.962,29.739,27.09,24.232,25.73]},{"framework":"domvm-v3.4.12-keyed","benchmark":"05_swap1k","values":[51.769,54.528,62.474,53.619,49.807,57.254,58.085,50.132,50.602,57.734]},{"framework":"domvm-v3.4.12-keyed","benchmark":"06_remove-one-1k","values":[43.014,43.142,43.195,44.01,44.492,43.523,43.692,44.693,44.697,44.316]},{"framework":"domvm-v3.4.12-keyed","benchmark":"07_create10k","values":[1144.562,1154.906,1206.521,1181.17,1164.616,1292.101,1177.553,1157.774,1254.856,1173.97]},{"framework":"domvm-v3.4.12-keyed","benchmark":"08_create1k-after1k_x2","values":[255.22,256.364,255.406,254.14,250.249,259.204,259.529,256.615,257.592,258.645]},{"framework":"domvm-v3.4.12-keyed","benchmark":"09_clear1k_x8","values":[105.771,122.794,106.925,119.483,120.789,108.607,108.536,118.14,117.714,117.789]},{"framework":"domvm-v3.4.12-keyed","benchmark":"21_ready-memory","values":[1.0973091125488281,1.0973548889160156,1.0973701477050781,1.0973625183105469,1.0973548889160156]},{"framework":"domvm-v3.4.12-keyed","benchmark":"22_run-memory","values":[2.9402503967285156,2.9402503967285156,2.9402809143066406,2.940265655517578,2.940258026123047]},{"framework":"domvm-v3.4.12-keyed","benchmark":"23_update5-memory","values":[3.347736358642578,3.336536407470703,3.341259002685547,3.343334197998047,3.347759246826172]},{"framework":"domvm-v3.4.12-keyed","benchmark":"24_run5-memory","values":[3.526439666748047,3.5264625549316406,3.5246810913085938,3.525074005126953,3.549602508544922]},{"framework":"domvm-v3.4.12-keyed","benchmark":"25_run-clear-memory","values":[2.483478546142578,2.4884872436523438,2.487903594970703,2.48291015625,2.4884567260742188]},{"framework":"domvm-v3.4.12-keyed","benchmark":"31_startup-ci","values":[2034.476,2033.424,2028.388,2027.9279999999999]},{"framework":"domvm-v3.4.12-keyed","benchmark":"32_startup-bt","values":[24.292,24.075999999999997,16,16]},{"framework":"domvm-v3.4.12-keyed","benchmark":"34_startup-totalbytes","values":[153.419921875,153.419921875,153.419921875,153.419921875]},{"framework":"dyo-v1.0.0-keyed","benchmark":"01_run1k","values":[141.889,136.836,146.948,137.885,138.387,136.65,151.837,141.342,138.413,142.835]},{"framework":"dyo-v1.0.0-keyed","benchmark":"02_replace1k","values":[134.791,132.324,134.38,136.364,130.752,140.347,139.369,130.675,131.126,132.514]},{"framework":"dyo-v1.0.0-keyed","benchmark":"03_update10th1k_x16","values":[170.918,163.671,171.517,161.315,169.557,178.118,163.892,176.272,234.247,162.499]},{"framework":"dyo-v1.0.0-keyed","benchmark":"04_select1k","values":[20.589,21.742,26.745,24.637,23.898,23.982,21.465,23.748,24.199,22.434]},{"framework":"dyo-v1.0.0-keyed","benchmark":"05_swap1k","values":[63.877,51.434,57.328,49.66,50.694,48.798,47.964,48.835,48.538,50.907]},{"framework":"dyo-v1.0.0-keyed","benchmark":"06_remove-one-1k","values":[43.681,43.071,44.91,46.415,43.271,43.012,43.808,44.338,45.669,42.639]},{"framework":"dyo-v1.0.0-keyed","benchmark":"07_create10k","values":[1253.515,1312.066,1365.08,1384.749,1349.566,1336.287,1326.84,1336.074,1344.897,1334.731]},{"framework":"dyo-v1.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":[272.367,277.222,269.92,274.31,272.395,275.692,276.24,275.233,272.732,273.336]},{"framework":"dyo-v1.0.0-keyed","benchmark":"09_clear1k_x8","values":[151.412,148.15,149.413,138.737,151.902,139.63,148.323,153.649,141.397,144.708]},{"framework":"dyo-v1.0.0-keyed","benchmark":"21_ready-memory","values":[1.1057891845703125,1.1058197021484375,1.1058349609375,1.1058502197265625,1.1058197021484375]},{"framework":"dyo-v1.0.0-keyed","benchmark":"22_run-memory","values":[3.464019775390625,3.4640235900878906,3.464080810546875,3.4640579223632812,3.4639930725097656]},{"framework":"dyo-v1.0.0-keyed","benchmark":"23_update5-memory","values":[3.7965087890625,3.7964820861816406,3.7965545654296875,3.8003158569335938,3.7965126037597656]},{"framework":"dyo-v1.0.0-keyed","benchmark":"24_run5-memory","values":[4.041542053222656,4.041633605957031,4.041664123535156,4.04156494140625,4.041767120361328]},{"framework":"dyo-v1.0.0-keyed","benchmark":"25_run-clear-memory","values":[2.392742156982422,2.3927268981933594,2.38775634765625,2.3927879333496094,2.392772674560547]},{"framework":"dyo-v1.0.0-keyed","benchmark":"31_startup-ci","values":[2033.784,2027.62,2033.7359999999999,2034.58]},{"framework":"dyo-v1.0.0-keyed","benchmark":"32_startup-bt","values":[24.032,16,25.703999999999994,22.147999999999996]},{"framework":"dyo-v1.0.0-keyed","benchmark":"34_startup-totalbytes","values":[157.583984375,157.583984375,157.583984375,157.583984375]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"01_run1k","values":[152.584,160.435,161.336,165.314,157.081,156.707,154.453,149.701,149.712,152.658]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"02_replace1k","values":[137.597,140.543,136.535,142.218,144.441,141.873,141.54,140.245,139.254,143.178]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"03_update10th1k_x16","values":[168.051,180.9,180.19,177.301,171.85,171.015,178.836,213.925,176.053,175.082]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"04_select1k","values":[25.339,28.621,24.608,22.99,26.037,26.944,26.94,26.327,25.19,25.583]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"05_swap1k","values":[58.488,59.866,64.225,61.403,50.47,49.649,64.01,51.491,62.085,48.401]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"06_remove-one-1k","values":[61.257,61.222,52.725,56.351,50.208,46.058,60.755,53.134,54.217,47.891]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"07_create10k","values":[1276.945,1312.759,1356.147,1393.067,1409.546,1390.311,1371.796,1372.195,1381.186,1477.656]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"08_create1k-after1k_x2","values":[279.73,277.958,286.097,278.616,273.032,281.338,294.624,291.782,289.706,292.471]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"09_clear1k_x8","values":[124.41,125.527,131.338,143.305,126.743,136.529,125.076,132.083,130.956,124.479]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"21_ready-memory","values":[1.1412887573242188,1.1412582397460938,1.14129638671875,1.1412734985351562,1.1413040161132812]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"22_run-memory","values":[3.342639923095703,3.342609405517578,3.342639923095703,3.3425979614257812,3.3426246643066406]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"23_update5-memory","values":[3.697498321533203,3.6976470947265625,3.720813751220703,3.7207412719726562,3.7207679748535156]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"24_run5-memory","values":[4.17218017578125,3.9392776489257812,3.939350128173828,4.1715545654296875,4.171966552734375]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"25_run-clear-memory","values":[2.598907470703125,2.5987586975097656,2.598834991455078,2.5988922119140625,2.598907470703125]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"31_startup-ci","values":[2032.812,2028.1480000000001,2028.08,2033.38]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"32_startup-bt","values":[25.520000000000007,16,16,22.372]},{"framework":"elm-v0.19.0-bugfix2-keyed","benchmark":"34_startup-totalbytes","values":[160.6884765625,160.6884765625,160.6884765625,160.6884765625]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"01_run1k","values":[356.265,405.13,377.251,356.064,352.526,382.861,360.63,359.226,361.12,392.233]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"02_replace1k","values":[200.014,195.229,192.596,200.87,200.79,209.123,199.247,203.747,195.461,199.443]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"03_update10th1k_x16","values":[181.506,182.835,192.44,198.904,193.817,203.5,180.075,194.678,202.393,184.319]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"04_select1k","values":[48.87,45.406,54,53.951,55.493,52.411,51.107,55.96,54.072,53.139]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"05_swap1k","values":[87.756,91.324,83.798,86.602,91.87,91.973,85.839,86.081,100.972,90.488]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"06_remove-one-1k","values":[52.412,56.269,54.998,53.056,55.266,55.557,58.072,55.969,54.673,54.173]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"07_create10k","values":[1940.089,1951.829,1967.368,2013.968,1988.757,1988.818,2069.705,2051.157,2059.027,2002.79]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"08_create1k-after1k_x2","values":[614.987,608.787,590.759,587.467,597.178,593.967,583.535,592.25,584.5,584.921]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"09_clear1k_x8","values":[154.295,152.891,144.204,152.992,144.922,152.285,146.364,146.843,151.006,148.314]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"21_ready-memory","values":[2.681304931640625,2.681316375732422,2.6812896728515625,2.681285858154297,2.681304931640625]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"22_run-memory","values":[9.651748657226562,9.649707794189453,9.646568298339844,9.64834976196289,9.648433685302734]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"23_update5-memory","values":[9.948081970214844,9.949344635009766,9.94338607788086,9.943470001220703,9.943412780761719]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"24_run5-memory","values":[16.22803497314453,16.47992706298828,16.80179214477539,16.798259735107422,16.322547912597656]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"25_run-clear-memory","values":[4.494850158691406,4.560722351074219,4.494850158691406,4.621097564697266,4.559848785400391]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"31_startup-ci","values":[4725.8585,4727.727499999999,4701.717500000001,4696.6135]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"32_startup-bt","values":[251.64000000000004,277.372,237.344,239.83200000000005]},{"framework":"ember-v3.17.0-beta.1-keyed","benchmark":"34_startup-totalbytes","values":[605.1396484375,605.1396484375,605.1396484375,605.1396484375]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"01_run1k","values":[150.827,142.421,152.435,165.388,168.604,158.431,163.099,173.08,152.904,147.342]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"02_replace1k","values":[148.378,138.151,142.051,140.81,144.281,142.702,141.928,140.084,137.969,141.819]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"03_update10th1k_x16","values":[149.703,136.434,153.391,148.617,156.795,136.111,169.009,143.93,147.941,150.842]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"04_select1k","values":[27.617,20.883,24.543,24.58,21.755,21.748,25.473,21.766,23.621,21.099]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"05_swap1k","values":[48.397,61.86,49.276,58.124,52.306,49.671,49.638,47.47,49.905,47.529]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"06_remove-one-1k","values":[49.806,54.639,53.486,57.174,53.515,67.848,52.396,50.399,48.923,51.998]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"07_create10k","values":[1196.701,1226.031,1225.832,1352.862,1242.349,1226.114,1245.78,1246.953,1236.57,1232.612]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"08_create1k-after1k_x2","values":[275.516,267.894,282.913,276.239,285.235,279.369,296.711,287.597,284.483,284.724]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"09_clear1k_x8","values":[147.117,145.819,158.977,160.978,166.984,165.86,166.301,164.521,146.045,159.586]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"21_ready-memory","values":[1.0936050415039062,1.0935745239257812,1.0935897827148438,1.0935821533203125,1.0935592651367188]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"22_run-memory","values":[2.0156402587890625,2.0177841186523438,2.0154266357421875,2.018199920654297,2.018085479736328]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"23_update5-memory","values":[2.486316680908203,2.4870681762695312,2.484600067138672,2.4868087768554688,2.4867095947265625]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"24_run5-memory","values":[2.7097549438476562,2.7100143432617188,2.709857940673828,2.709747314453125,2.7098655700683594]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"25_run-clear-memory","values":[2.4622421264648438,2.4621963500976562,2.462261199951172,2.4622573852539062,2.4624710083007812]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"31_startup-ci","values":[1954.2359999999999,1953.4879999999998,1958.408,1958.5639999999999]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"32_startup-bt","values":[16,16,21.772,22.743999999999996]},{"framework":"endorphin-v0.5.2-keyed","benchmark":"34_startup-totalbytes","values":[151.1591796875,151.1591796875,151.1591796875,151.1591796875]},{"framework":"etch-v0.14.0-keyed","benchmark":"01_run1k","values":[152.718,156.113,156.683,158.103,166.971,152.532,164.512,165.034,181.926,154.794]},{"framework":"etch-v0.14.0-keyed","benchmark":"02_replace1k","values":[132.985,139.023,155.395,134.537,136.241,148.638,144.917,135.085,134.519,141.667]},{"framework":"etch-v0.14.0-keyed","benchmark":"03_update10th1k_x16","values":[190.554,180.548,174.331,173.348,173.864,185.24,174.43,171.389,182.264,178.674]},{"framework":"etch-v0.14.0-keyed","benchmark":"04_select1k","values":[53.922,28.024,33.855,29.018,34.172,35.538,28.274,30.63,27.435,34.384]},{"framework":"etch-v0.14.0-keyed","benchmark":"05_swap1k","values":[61.697,48.4,61.786,63.465,58.321,73.024,59.738,61.497,73.235,53.657]},{"framework":"etch-v0.14.0-keyed","benchmark":"06_remove-one-1k","values":[57.822,56.051,51.849,58.811,64.491,48.419,48.5,61.866,65.727,52.39]},{"framework":"etch-v0.14.0-keyed","benchmark":"07_create10k","values":[1321.503,1343.965,1364.22,1359.246,1341.966,1364.245,1386.892,1372.553,1336.728,1357.422]},{"framework":"etch-v0.14.0-keyed","benchmark":"08_create1k-after1k_x2","values":[272.236,284.424,284.48,275.558,277.185,278.188,279.905,284.25,291.098,278.665]},{"framework":"etch-v0.14.0-keyed","benchmark":"09_clear1k_x8","values":[118.013,121.294,132.198,119.809,121.688,124.269,139.942,126.256,125.982,137.199]},{"framework":"etch-v0.14.0-keyed","benchmark":"21_ready-memory","values":[1.1211891174316406,1.1211967468261719,1.1211967468261719,1.1212196350097656,1.1211433410644531]},{"framework":"etch-v0.14.0-keyed","benchmark":"22_run-memory","values":[3.630615234375,3.6309738159179688,3.6309852600097656,3.63104248046875,3.6307945251464844]},{"framework":"etch-v0.14.0-keyed","benchmark":"23_update5-memory","values":[4.0337982177734375,4.0341796875,4.03570556640625,4.034294128417969,4.036029815673828]},{"framework":"etch-v0.14.0-keyed","benchmark":"24_run5-memory","values":[4.190879821777344,4.190776824951172,4.204830169677734,4.191192626953125,4.186496734619141]},{"framework":"etch-v0.14.0-keyed","benchmark":"25_run-clear-memory","values":[2.379749298095703,2.3838539123535156,2.38055419921875,2.379680633544922,2.3797340393066406]},{"framework":"etch-v0.14.0-keyed","benchmark":"31_startup-ci","values":[2027.44,2027.868,2034.568,2033.096]},{"framework":"etch-v0.14.0-keyed","benchmark":"32_startup-bt","values":[16,16,22.828,21.284]},{"framework":"etch-v0.14.0-keyed","benchmark":"34_startup-totalbytes","values":[160.7080078125,160.7080078125,160.7080078125,160.7080078125]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"01_run1k","values":[162.95,155.719,160.672,146.097,156.437,152.675,156.2,152.274,150.94,154.239]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"02_replace1k","values":[141.131,139.64,142.279,143.177,143.138,143.055,144.1,137.632,139.193,138.454]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"03_update10th1k_x16","values":[163.91,149.746,151.848,154.51,152.563,151.814,155.134,151.754,162.88,152.752]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"04_select1k","values":[26.052,23.241,20.794,18.359,19.305,21.214,19.681,19.632,21.033,19.877]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"05_swap1k","values":[61.139,62.829,56.457,57.774,61.946,57.206,56.439,63.488,60.252,56.968]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"06_remove-one-1k","values":[46.115,45.929,49.224,49.52,46.486,48.201,46.984,48.402,47.03,45.961]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"07_create10k","values":[1372.106,1422.581,1497.733,1455.653,1494.307,1441.453,1434.909,1452.572,1424.801,1511.132]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"08_create1k-after1k_x2","values":[289.815,309.546,305.355,311.154,306.946,304.514,312.495,311.651,308.421,315.946]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"09_clear1k_x8","values":[122.459,128.604,128.845,127.176,133.73,127.722,117.031,131.521,119.265,121.646]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"21_ready-memory","values":[1.1045570373535156,1.1045799255371094,1.1045722961425781,1.1045570373535156,1.1045722961425781]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"22_run-memory","values":[3.55535888671875,3.5553741455078125,3.5553512573242188,3.5553436279296875,3.5553665161132812]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"23_update5-memory","values":[3.883838653564453,3.883808135986328,3.8837852478027344,3.883758544921875,3.883819580078125]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"24_run5-memory","values":[4.187431335449219,4.188808441162109,4.187492370605469,4.189167022705078,4.188972473144531]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"25_run-clear-memory","values":[2.3863983154296875,2.398365020751953,2.386444091796875,2.3864212036132812,2.386444091796875]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"31_startup-ci","values":[2033.424,2032.8760000000002,2033.284,2033.828]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"32_startup-bt","values":[25.36,23.055999999999997,22.315999999999995,23.912]},{"framework":"faster-dom-v0.0.43-alpha-keyed","benchmark":"34_startup-totalbytes","values":[154.8681640625,154.8681640625,154.8681640625,154.8681640625]},{"framework":"fidan-v0.0.23-keyed","benchmark":"01_run1k","values":[131.498,123.567,125.763,129.616,132.53,121.27,125.993,132.739,122.086,126.737]},{"framework":"fidan-v0.0.23-keyed","benchmark":"02_replace1k","values":[120.37,124.543,119.825,117.954,122.501,124.609,120.701,118.305,119.438,119.409]},{"framework":"fidan-v0.0.23-keyed","benchmark":"03_update10th1k_x16","values":[158.643,144.496,144.422,130.796,140.881,143.113,143.168,149.584,142.773,146.1]},{"framework":"fidan-v0.0.23-keyed","benchmark":"04_select1k","values":[28.724,17.797,17.973,17.215,18.429,17.902,17.311,21.18,17.629,19.341]},{"framework":"fidan-v0.0.23-keyed","benchmark":"05_swap1k","values":[47.037,49.002,47.333,57.177,55.98,59.085,74.592,50.868,52.726,54.769]},{"framework":"fidan-v0.0.23-keyed","benchmark":"06_remove-one-1k","values":[43.005,43.002,43.273,45.216,44.943,43.494,44.705,45.467,46.834,43.377]},{"framework":"fidan-v0.0.23-keyed","benchmark":"07_create10k","values":[1154.946,1140.081,1226.543,1149.068,1188.964,1149.438,1185.826,1142.065,1195.364,1152.586]},{"framework":"fidan-v0.0.23-keyed","benchmark":"08_create1k-after1k_x2","values":[252.734,256.438,259.69,251.363,250.031,250.115,255.707,245.46,263.388,253.551]},{"framework":"fidan-v0.0.23-keyed","benchmark":"09_clear1k_x8","values":[109.985,108.285,100.913,103.202,109.652,110.905,110.454,110.633,115.003,112.457]},{"framework":"fidan-v0.0.23-keyed","benchmark":"21_ready-memory","values":[1.0767059326171875,1.07672119140625,1.0767059326171875,1.0767059326171875,1.076751708984375]},{"framework":"fidan-v0.0.23-keyed","benchmark":"22_run-memory","values":[2.9137496948242188,2.913379669189453,2.913646697998047,2.913677215576172,2.9136924743652344]},{"framework":"fidan-v0.0.23-keyed","benchmark":"23_update5-memory","values":[3.233592987060547,3.233997344970703,3.233715057373047,3.233470916748047,3.226837158203125]},{"framework":"fidan-v0.0.23-keyed","benchmark":"24_run5-memory","values":[3.4565582275390625,3.617267608642578,3.6088790893554688,3.456592559814453,3.624176025390625]},{"framework":"fidan-v0.0.23-keyed","benchmark":"25_run-clear-memory","values":[2.4219970703125,2.4276275634765625,2.4284400939941406,2.4283790588378906,2.4220237731933594]},{"framework":"fidan-v0.0.23-keyed","benchmark":"31_startup-ci","values":[2031.9720000000002,2032.692,2034.416,2027.8960000000002]},{"framework":"fidan-v0.0.23-keyed","benchmark":"32_startup-bt","values":[19.415999999999997,23.175999999999995,24.411999999999992,16]},{"framework":"fidan-v0.0.23-keyed","benchmark":"34_startup-totalbytes","values":[152.3857421875,152.3857421875,152.3857421875,152.3857421875]},{"framework":"fntags-v0.1.7-keyed","benchmark":"01_run1k","values":[157.134,160.063,159.935,157.734,161.065,159.008,155.317,159.048,157.274,157.336]},{"framework":"fntags-v0.1.7-keyed","benchmark":"02_replace1k","values":[147.291,144.66,150.792,147.984,149.496,146.316,145.218,151.756,147.062,143.033]},{"framework":"fntags-v0.1.7-keyed","benchmark":"03_update10th1k_x16","values":[192.249,180.211,178.76,173.634,175.46,178.175,178.191,193.66,173.799,177.986]},{"framework":"fntags-v0.1.7-keyed","benchmark":"04_select1k","values":[16.805,15.862,21.754,20.241,18.145,19.866,19.158,18.136,21.551,18.961]},{"framework":"fntags-v0.1.7-keyed","benchmark":"05_swap1k","values":[59.764,55.292,55.739,55.828,55.43,55.276,55.762,61.544,56.768,55.866]},{"framework":"fntags-v0.1.7-keyed","benchmark":"06_remove-one-1k","values":[43.156,43.863,43.228,43.337,42.566,43.533,43.069,43.119,44.494,45.687]},{"framework":"fntags-v0.1.7-keyed","benchmark":"07_create10k","values":[1409.267,1443.122,1487.648,1477.317,1481.438,1472.785,1454.811,1490.653,1515.942,1480.845]},{"framework":"fntags-v0.1.7-keyed","benchmark":"08_create1k-after1k_x2","values":[299.544,310.494,310.278,304.91,303.389,302.729,311.069,321.058,303.575,303.974]},{"framework":"fntags-v0.1.7-keyed","benchmark":"09_clear1k_x8","values":[111.816,129.601,127.799,132.921,128.551,125.427,132.405,137.278,132.564,135.745]},{"framework":"fntags-v0.1.7-keyed","benchmark":"21_ready-memory","values":[1.0931968688964844,1.0931816101074219,1.0931663513183594,1.0932273864746094,1.0931663513183594]},{"framework":"fntags-v0.1.7-keyed","benchmark":"22_run-memory","values":[2.7422752380371094,2.742218017578125,2.7422866821289062,2.742156982421875,2.742298126220703]},{"framework":"fntags-v0.1.7-keyed","benchmark":"23_update5-memory","values":[3.061237335205078,3.061206817626953,3.0612640380859375,3.061382293701172,3.061309814453125]},{"framework":"fntags-v0.1.7-keyed","benchmark":"24_run5-memory","values":[3.066020965576172,3.2419357299804688,3.0707969665527344,3.2211074829101562,3.241901397705078]},{"framework":"fntags-v0.1.7-keyed","benchmark":"25_run-clear-memory","values":[2.502277374267578,2.496723175048828,2.5003585815429688,2.466716766357422,2.500652313232422]},{"framework":"fntags-v0.1.7-keyed","benchmark":"31_startup-ci","values":[1960.5615,1964.1435000000001,1954.977,1964.6160000000002]},{"framework":"fntags-v0.1.7-keyed","benchmark":"32_startup-bt","values":[29.07999999999998,30.547999999999984,28.783999999999992,35.428000000000004]},{"framework":"fntags-v0.1.7-keyed","benchmark":"34_startup-totalbytes","values":[146.34765625,146.34765625,146.34765625,146.34765625]},{"framework":"ganic-v2.1.2-keyed","benchmark":"01_run1k","values":[299.634,301.337,287.967,294.07,305.144,294.858,293.669,277.317,286.319,304.327]},{"framework":"ganic-v2.1.2-keyed","benchmark":"02_replace1k","values":[217.196,218.015,212.195,216.79,210.531,210.018,208.384,207.173,213.297,211.626]},{"framework":"ganic-v2.1.2-keyed","benchmark":"03_update10th1k_x16","values":[242.443,260.166,267.516,263.054,261.495,256.813,271.826,262.381,262.815,267.578]},{"framework":"ganic-v2.1.2-keyed","benchmark":"04_select1k","values":[77.55,68.628,70.246,70.484,69.042,71.865,74.509,69.201,74.693,68.212]},{"framework":"ganic-v2.1.2-keyed","benchmark":"05_swap1k","values":[56.829,60.094,61.906,57.772,59.521,62.951,58.232,59.044,59.723,61.659]},{"framework":"ganic-v2.1.2-keyed","benchmark":"06_remove-one-1k","values":[44.924,48.628,45.91,47.55,45.228,47.324,48.87,45.694,45.912,46.554]},{"framework":"ganic-v2.1.2-keyed","benchmark":"07_create10k","values":[1966.523,1961.607,2079.496,2121.596,2226.564,2002.929,2092.246,2042.214,2103.129,2006.685]},{"framework":"ganic-v2.1.2-keyed","benchmark":"08_create1k-after1k_x2","values":[421.353,415.763,433.174,410.414,423.036,420.896,418.77,425.008,419.054,420.913]},{"framework":"ganic-v2.1.2-keyed","benchmark":"09_clear1k_x8","values":[339.404,327.442,328.711,338.262,329.66,332.872,352.804,322.969,326,322.087]},{"framework":"ganic-v2.1.2-keyed","benchmark":"21_ready-memory","values":[1.191009521484375,1.1910018920898438,1.1910400390625,1.1910247802734375,1.1910247802734375]},{"framework":"ganic-v2.1.2-keyed","benchmark":"22_run-memory","values":[10.11663818359375,10.117042541503906,10.11252212524414,10.095088958740234,10.09646224975586]},{"framework":"ganic-v2.1.2-keyed","benchmark":"23_update5-memory","values":[10.51303482055664,10.515239715576172,10.487686157226562,10.51041030883789,10.505912780761719]},{"framework":"ganic-v2.1.2-keyed","benchmark":"24_run5-memory","values":[10.771484375,10.776535034179688,10.774085998535156,10.781524658203125,10.77410888671875]},{"framework":"ganic-v2.1.2-keyed","benchmark":"25_run-clear-memory","values":[2.9019737243652344,2.898029327392578,2.8800506591796875,2.889110565185547,2.895172119140625]},{"framework":"ganic-v2.1.2-keyed","benchmark":"31_startup-ci","values":[2034.46,2027.468,2033.556,2033.216]},{"framework":"ganic-v2.1.2-keyed","benchmark":"32_startup-bt","values":[78.2,16,76.66399999999999,22.747999999999998]},{"framework":"ganic-v2.1.2-keyed","benchmark":"34_startup-totalbytes","values":[167.00390625,167.00390625,167.00390625,167.00390625]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"01_run1k","values":[147.633,135.862,136.785,144.76,136.396,137.215,135.537,148.087,135.441,134.118]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"02_replace1k","values":[142.9,139.1,145.914,140.422,138.686,138.158,139.119,138.684,143.811,156.551]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"03_update10th1k_x16","values":[226.324,204.472,205.694,206.036,221.495,204.454,202.581,204.518,222.508,202.375]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"04_select1k","values":[72.618,73.272,73.573,70.061,78.673,70.082,68.743,72.144,70.257,72.397]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"05_swap1k","values":[458.145,456.496,467.33,467.014,463.773,461.363,461.235,463.742,463.986,474.25]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"06_remove-one-1k","values":[45.411,47.118,46.581,46.378,47.908,46.065,46.635,46.841,47.99,46.031]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"07_create10k","values":[1205.357,1224.815,1243.295,1228.202,1257.686,1244.909,1256.729,1242.397,1238.774,1251.314]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"08_create1k-after1k_x2","values":[280.578,284.525,308.736,283.913,283.499,281.053,283.417,282.966,283.796,283.23]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"09_clear1k_x8","values":[146.598,149.846,154.48,147.519,150.563,152.262,147.979,151.255,141.671,152.132]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"21_ready-memory","values":[1.0999755859375,1.0999526977539062,1.0999374389648438,1.0999374389648438,1.099945068359375]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"22_run-memory","values":[2.6088027954101562,2.60882568359375,2.6086044311523438,2.608692169189453,2.608692169189453]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"23_update5-memory","values":[3.001964569091797,3.001800537109375,3.003429412841797,3.0033721923828125,3.003459930419922]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"24_run5-memory","values":[3.4395675659179688,3.4396324157714844,3.4394874572753906,3.4396705627441406,3.4391860961914062]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"25_run-clear-memory","values":[2.4753799438476562,2.4753150939941406,2.468608856201172,2.472259521484375,2.4753799438476562]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"31_startup-ci","values":[2027.5279999999998,2028.0880000000002,2027.6480000000001,2034.0439999999999]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"32_startup-bt","values":[16,16,16,22.731999999999992]},{"framework":"glasgow-v0.2.7-keyed","benchmark":"34_startup-totalbytes","values":[162.8662109375,162.8662109375,162.8662109375,162.8662109375]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"01_run1k","values":[308.843,313.57,306.761,312.818,303.38,312.675,303.63,326.574,315.762,308.085]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"02_replace1k","values":[211.254,217.175,200.661,235.862,209.506,213.595,209.564,237.01,205.997,210.643]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"03_update10th1k_x16","values":[166.213,209.408,208.541,200.468,188.236,212.044,174.233,212.378,189.323,201.472]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"04_select1k","values":[46.405,52.063,46.489,42.278,52.693,64.568,49.778,49.492,47.558,50.696]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"05_swap1k","values":[63.635,60.792,62.114,67.928,67.997,68.468,62.317,62.882,73.296,68.135]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"06_remove-one-1k","values":[47.648,47.633,47.976,48.759,49.048,47.83,48.7,49.248,47.911,48.528]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"07_create10k","values":[1729.375,1846.773,1792.42,1877.434,1909.09,1940.235,1956.39,2018.251,1876.553,1815.572]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"08_create1k-after1k_x2","values":[635.37,590.483,576.375,576.304,600.247,597.242,592.284,585.603,601.762,603.622]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"09_clear1k_x8","values":[140.837,137.248,152.034,132.45,142.99,132.04,143.975,135.476,135.391,145.507]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"21_ready-memory","values":[1.6981086730957031,1.6980934143066406,1.6980934143066406,1.6981010437011719,1.6981010437011719]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"22_run-memory","values":[6.75909423828125,6.755485534667969,6.754894256591797,6.754859924316406,6.754856109619141]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"23_update5-memory","values":[7.102680206298828,7.097465515136719,7.0997161865234375,7.097404479980469,7.095699310302734]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"24_run5-memory","values":[23.608936309814453,23.593154907226562,23.609893798828125,23.5872802734375,23.614261627197266]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"25_run-clear-memory","values":[5.049884796142578,5.039329528808594,4.666755676269531,4.662956237792969,5.049610137939453]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"31_startup-ci","values":[3011.4180000000006,3036.876,3012.8640000000005,3009.996]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"32_startup-bt","values":[127.12400000000001,156.06400000000002,137.08800000000002,128.88]},{"framework":"glimmer-v0.14.0-alpha.13-keyed","benchmark":"34_startup-totalbytes","values":[352.5908203125,352.5908203125,352.5908203125,352.5908203125]},{"framework":"heresy-v0.26.1-keyed","benchmark":"01_run1k","values":[195.665,196.244,200.342,197.27,195.041,191.297,213.805,194.315,191.929,191.808]},{"framework":"heresy-v0.26.1-keyed","benchmark":"02_replace1k","values":[179.652,178.51,186.259,179.855,178.387,178.044,177.573,182.92,180.909,180.012]},{"framework":"heresy-v0.26.1-keyed","benchmark":"03_update10th1k_x16","values":[201.005,220.039,190.682,189.395,194.346,188.923,207.677,188.906,191.599,187.925]},{"framework":"heresy-v0.26.1-keyed","benchmark":"04_select1k","values":[25.111,32.112,30.019,27.109,23.543,27.777,31.226,33.24,27.122,27.683]},{"framework":"heresy-v0.26.1-keyed","benchmark":"05_swap1k","values":[51.874,62.365,54.306,49.738,61.932,51.362,50.62,51.644,63.608,55.271]},{"framework":"heresy-v0.26.1-keyed","benchmark":"06_remove-one-1k","values":[44.097,45.367,45.913,47.847,46.597,44.635,45.592,45.668,45.936,46.495]},{"framework":"heresy-v0.26.1-keyed","benchmark":"07_create10k","values":[1765.983,1814.851,1859.231,1840.305,1895.78,1887.714,1910.115,1963.599,1873.816,1935.494]},{"framework":"heresy-v0.26.1-keyed","benchmark":"08_create1k-after1k_x2","values":[385.37,392.849,439.435,384.822,384.654,457.413,458.091,405.963,395.847,385.982]},{"framework":"heresy-v0.26.1-keyed","benchmark":"09_clear1k_x8","values":[145.469,156.693,148.528,138.826,145.212,155.073,152.756,142.688,137.61,153.541]},{"framework":"heresy-v0.26.1-keyed","benchmark":"21_ready-memory","values":[1.3459091186523438,1.3459320068359375,1.3459320068359375,1.3459091186523438,1.3459091186523438]},{"framework":"heresy-v0.26.1-keyed","benchmark":"22_run-memory","values":[3.754528045654297,3.7548255920410156,3.754749298095703,3.7541427612304688,3.754535675048828]},{"framework":"heresy-v0.26.1-keyed","benchmark":"23_update5-memory","values":[4.090015411376953,4.090156555175781,4.089817047119141,4.0897216796875,4.0901947021484375]},{"framework":"heresy-v0.26.1-keyed","benchmark":"24_run5-memory","values":[4.520267486572266,4.52374267578125,4.524105072021484,4.523780822753906,4.524085998535156]},{"framework":"heresy-v0.26.1-keyed","benchmark":"25_run-clear-memory","values":[2.808399200439453,2.787425994873047,2.786754608154297,2.8074073791503906,2.786785125732422]},{"framework":"heresy-v0.26.1-keyed","benchmark":"31_startup-ci","values":[2032.2359999999999,2028.3519999999999,2027.5880000000002,2033.6480000000001]},{"framework":"heresy-v0.26.1-keyed","benchmark":"32_startup-bt","values":[96.16399999999999,16,16,142.764]},{"framework":"heresy-v0.26.1-keyed","benchmark":"34_startup-totalbytes","values":[161.859375,161.859375,161.859375,161.859375]},{"framework":"hullo-v0.8.2-keyed","benchmark":"01_run1k","values":[156.753,158.621,165.006,178.743,157.535,163.851,165.58,166.571,162.467,166.101]},{"framework":"hullo-v0.8.2-keyed","benchmark":"02_replace1k","values":[147.534,155.293,150.933,148.07,150.639,146.899,148.285,150.897,149.031,148.737]},{"framework":"hullo-v0.8.2-keyed","benchmark":"03_update10th1k_x16","values":[197.957,181.287,186.094,194.102,192.496,189.562,189.465,185.812,187.405,192.419]},{"framework":"hullo-v0.8.2-keyed","benchmark":"04_select1k","values":[54.241,52.143,56.141,54.64,56.074,60.232,54.455,57.969,58.33,56.744]},{"framework":"hullo-v0.8.2-keyed","benchmark":"05_swap1k","values":[54.094,59.558,61.126,55.076,57.579,59.292,54.753,59.093,54.726,59.329]},{"framework":"hullo-v0.8.2-keyed","benchmark":"06_remove-one-1k","values":[48.305,47.496,47.941,47.712,48.684,47.793,47.387,47.602,47.774,47.847]},{"framework":"hullo-v0.8.2-keyed","benchmark":"07_create10k","values":[1369.484,1372.486,1402.73,1436.684,1472.964,1456.284,1415.881,1457.542,1432.793,1433.781]},{"framework":"hullo-v0.8.2-keyed","benchmark":"08_create1k-after1k_x2","values":[321.66,328.499,333.206,310.866,311.815,306.366,312.664,305.387,315.431,326.386]},{"framework":"hullo-v0.8.2-keyed","benchmark":"09_clear1k_x8","values":[165.787,170.213,168.256,172.638,161.713,170.548,168.992,160.049,176.79,169.552]},{"framework":"hullo-v0.8.2-keyed","benchmark":"21_ready-memory","values":[1.1187477111816406,1.1187019348144531,1.1187171936035156,1.1186866760253906,1.1187324523925781]},{"framework":"hullo-v0.8.2-keyed","benchmark":"22_run-memory","values":[4.264278411865234,4.2621612548828125,4.264278411865234,4.264293670654297,4.264278411865234]},{"framework":"hullo-v0.8.2-keyed","benchmark":"23_update5-memory","values":[4.620166778564453,4.619998931884766,4.620140075683594,4.620121002197266,4.6201629638671875]},{"framework":"hullo-v0.8.2-keyed","benchmark":"24_run5-memory","values":[4.9708709716796875,4.972126007080078,4.9586944580078125,4.969818115234375,4.95709228515625]},{"framework":"hullo-v0.8.2-keyed","benchmark":"25_run-clear-memory","values":[2.6727828979492188,2.672283172607422,2.67254638671875,2.6742095947265625,2.6743392944335938]},{"framework":"hullo-v0.8.2-keyed","benchmark":"31_startup-ci","values":[2105.5200000000004,2110.1440000000002,2109.036,2109.6679999999997]},{"framework":"hullo-v0.8.2-keyed","benchmark":"32_startup-bt","values":[18.344,83.01199999999999,21.907999999999998,21.484]},{"framework":"hullo-v0.8.2-keyed","benchmark":"34_startup-totalbytes","values":[179.1455078125,179.1455078125,179.1455078125,179.1455078125]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"01_run1k","values":[153.569,153.861,153.415,152.896,150.001,148.884,152.733,149.454,149.927,148.326]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"02_replace1k","values":[143.183,141.404,143.417,153.988,140.142,138.399,142.233,143.509,152.588,143.772]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"03_update10th1k_x16","values":[165.883,158.637,189.616,159.836,155.609,145.908,156.328,165.739,162.608,147.58]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"04_select1k","values":[31.946,25.196,23.896,25.932,30.042,25.726,28.373,27.574,27.749,27.766]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"05_swap1k","values":[68.783,61.035,59.668,56.875,62.011,56.972,52.398,61.964,62.43,62.07]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"06_remove-one-1k","values":[54.284,49.492,60.73,51.876,58.171,51.782,51.172,52.413,49.985,47.255]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"07_create10k","values":[1269.07,1272.085,1331.372,1366.677,1369.88,1377.667,1353.899,1344.977,1346.284,1410.73]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"08_create1k-after1k_x2","values":[277.806,285.083,294.122,293.289,296.481,287.682,280.803,291.336,282.762,272.972]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"09_clear1k_x8","values":[120.526,113.752,113.643,121.843,123.351,124.201,120.921,116.409,119.164,126.472]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"21_ready-memory","values":[1.0857124328613281,1.0857200622558594,1.0856666564941406,1.0856895446777344,1.0856742858886719]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"22_run-memory","values":[3.0803871154785156,3.0817337036132812,3.0804290771484375,3.0807266235351562,3.0814743041992188]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"23_update5-memory","values":[3.5317306518554688,3.530529022216797,3.5294456481933594,3.5297470092773438,3.530620574951172]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"24_run5-memory","values":[3.742908477783203,3.741230010986328,3.7441749572753906,3.7442398071289062,3.7440109252929688]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"25_run-clear-memory","values":[2.3044281005859375,2.3043670654296875,2.3044281005859375,2.3044967651367188,2.30438232421875]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"31_startup-ci","values":[2034.1999999999998,2034.404,2027.54,2035.216]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"32_startup-bt","values":[24.063999999999997,30.476,22.419999999999995,32.371999999999986]},{"framework":"hyperapp-v2.0.4-keyed","benchmark":"34_startup-totalbytes","values":[145.630859375,145.630859375,145.630859375,145.630859375]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"01_run1k","values":[139.915,137.813,135.264,147.297,131.184,148.862,138.934,150.915,133.431,137.867]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"02_replace1k","values":[136.73,129.228,133.175,128.982,139.414,136.528,132.231,131.59,131.503,129.55]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"03_update10th1k_x16","values":[171.528,165.525,174.034,167.03,169.097,165.486,169.256,166.645,166.157,164.714]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"04_select1k","values":[30.385,27.034,25.71,26.453,25.955,34.782,24.385,25.231,25.908,25.738]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"05_swap1k","values":[50.084,48.931,62.82,51.9,54.506,62.238,50.965,51.667,54.009,68.348]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"06_remove-one-1k","values":[50.493,44.928,44.365,44.786,44.614,44.981,45.739,45.833,46.024,44.346]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"07_create10k","values":[1234.84,1288.166,1284.389,1296.123,1321.452,1212.543,1223.803,1216.059,1218.444,1215.45]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"08_create1k-after1k_x2","values":[273.731,273.787,287.923,281.685,274.511,279.644,288.681,277.545,281.117,276.334]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"09_clear1k_x8","values":[127.176,134.071,131.77,127.714,119.041,121.776,130.718,129.563,127.582,137.88]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"21_ready-memory","values":[1.1352386474609375,1.1352157592773438,1.1352386474609375,1.1352615356445312,1.1352310180664062]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"22_run-memory","values":[2.6741943359375,2.6741485595703125,2.67425537109375,2.674274444580078,2.6740684509277344]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"23_update5-memory","values":[3.029186248779297,3.029541015625,3.0296249389648438,3.0292205810546875,3.0293922424316406]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"24_run5-memory","values":[3.4872207641601562,3.4871788024902344,3.486835479736328,3.4919052124023438,3.486907958984375]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"25_run-clear-memory","values":[2.5159683227539062,2.4790382385253906,2.5164527893066406,2.5166702270507812,2.514598846435547]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"31_startup-ci","values":[2033.684,2027.996,2029.444,2033.944]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"32_startup-bt","values":[25.020000000000003,16,16.080000000000002,22.46]},{"framework":"hyperhtml-v2.32.1-keyed","benchmark":"34_startup-totalbytes","values":[156.5849609375,156.5849609375,156.5849609375,156.5849609375]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"01_run1k","values":[139.044,134.843,134.675,139.056,137.033,131.596,160.906,135.331,133.746,131.143]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"02_replace1k","values":[142.229,135.907,137.947,137.809,137.647,137.601,138.605,139.563,136.758,136.173]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"03_update10th1k_x16","values":[362.3,281.551,264.793,286.82,289.81,287.868,291.974,298.273,259.571,311.341]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"04_select1k","values":[138.838,137.093,154.352,149.374,145.875,139.665,146.459,145.733,155.365,154.685]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"05_swap1k","values":[77.819,77.896,84.141,82.381,77.369,90.422,80.014,79.231,85.908,83.164]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"06_remove-one-1k","values":[52.192,52.023,51.956,52.645,54.034,55.667,52.672,52.375,51.575,52.164]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"07_create10k","values":[1243.454,1268.52,1276.068,1253.647,1276.559,1326.549,1355.86,1323.903,1286.368,1324.595]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"08_create1k-after1k_x2","values":[311.248,329.068,304.024,303.268,300.469,301.768,296.915,299.817,299.756,298.165]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"09_clear1k_x8","values":[186.973,200.737,190.541,193.141,191.002,197.408,192.958,188.318,202.469,209.651]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"21_ready-memory","values":[1.0963134765625,1.0963058471679688,1.0962982177734375,1.0962753295898438,1.0962753295898438]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"22_run-memory","values":[2.7021255493164062,2.7020187377929688,2.7020797729492188,2.7020950317382812,2.702117919921875]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"23_update5-memory","values":[3.5326805114746094,3.5299224853515625,3.5282020568847656,3.5390472412109375,3.5120925903320312]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"24_run5-memory","values":[3.373394012451172,3.3706512451171875,3.373401641845703,3.3733444213867188,3.3732452392578125]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"25_run-clear-memory","values":[2.436542510986328,2.4341049194335938,2.4321365356445312,2.4399185180664062,2.4365081787109375]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"31_startup-ci","values":[2030.1799999999998,2033.4119999999998,2035.3560000000002,2033.7040000000002]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"32_startup-bt","values":[23.85599999999999,30.168000000000003,30.632000000000005,29.903999999999996]},{"framework":"hyperoop-v0.1.12-keyed","benchmark":"34_startup-totalbytes","values":[162.84765625,162.84765625,162.84765625,162.84765625]},{"framework":"imba-v1.5.2-keyed","benchmark":"01_run1k","values":[165.122,162.256,164.11,167.024,143.787,161.108,164.481,173.363,155.659,154.557]},{"framework":"imba-v1.5.2-keyed","benchmark":"02_replace1k","values":[149.098,142.976,167.344,142.263,136.595,160.861,142.409,148.117,151.513,174.783]},{"framework":"imba-v1.5.2-keyed","benchmark":"03_update10th1k_x16","values":[179.814,171.877,171.106,172.728,165.731,173.355,167.55,163.763,173.706,171.129]},{"framework":"imba-v1.5.2-keyed","benchmark":"04_select1k","values":[29.638,31.906,26.192,26.171,32.333,30.587,26.686,48.907,31.394,31.905]},{"framework":"imba-v1.5.2-keyed","benchmark":"05_swap1k","values":[62.397,61.256,59.786,55.328,58.062,62.439,53.193,59.568,66.085,62.054]},{"framework":"imba-v1.5.2-keyed","benchmark":"06_remove-one-1k","values":[55.154,50.344,50.823,60.792,60.647,62.077,58.891,52.924,57.62,54.093]},{"framework":"imba-v1.5.2-keyed","benchmark":"07_create10k","values":[1304.962,1318.793,1297.802,1258.39,1252.896,1268.489,1267.488,1306.396,1263.298,1281.178]},{"framework":"imba-v1.5.2-keyed","benchmark":"08_create1k-after1k_x2","values":[279.344,284.03,281.52,276.235,300.154,276.126,297.267,274.145,271.239,282.871]},{"framework":"imba-v1.5.2-keyed","benchmark":"09_clear1k_x8","values":[126.737,123.213,116.522,128.022,121.63,127.881,120.383,120.104,124.817,129.159]},{"framework":"imba-v1.5.2-keyed","benchmark":"21_ready-memory","values":[1.2551689147949219,1.2551155090332031,1.2551460266113281,1.2551155090332031,1.2551307678222656]},{"framework":"imba-v1.5.2-keyed","benchmark":"22_run-memory","values":[3.313678741455078,3.3128280639648438,3.3132057189941406,3.313434600830078,3.3134498596191406]},{"framework":"imba-v1.5.2-keyed","benchmark":"23_update5-memory","values":[3.6153602600097656,3.61798095703125,3.614604949951172,3.614673614501953,3.615192413330078]},{"framework":"imba-v1.5.2-keyed","benchmark":"24_run5-memory","values":[3.919048309326172,3.9196205139160156,3.9190101623535156,3.918193817138672,3.9192733764648438]},{"framework":"imba-v1.5.2-keyed","benchmark":"25_run-clear-memory","values":[2.574878692626953,2.585277557373047,2.575328826904297,2.563159942626953,2.5852890014648438]},{"framework":"imba-v1.5.2-keyed","benchmark":"31_startup-ci","values":[2260.316,2259.2,2105.25,2254.084]},{"framework":"imba-v1.5.2-keyed","benchmark":"32_startup-bt","values":[23.964000000000002,22.416,16,16]},{"framework":"imba-v1.5.2-keyed","benchmark":"34_startup-totalbytes","values":[203.0849609375,203.0849609375,203.0849609375,203.0849609375]},{"framework":"inferno-v7.2.1-keyed","benchmark":"01_run1k","values":[131.315,131.448,158.373,142.856,133.367,125.898,130.156,130.561,129.996,130.533]},{"framework":"inferno-v7.2.1-keyed","benchmark":"02_replace1k","values":[120.965,126.777,127.731,120.724,120.355,122.543,122.995,118.289,121.477,122.009]},{"framework":"inferno-v7.2.1-keyed","benchmark":"03_update10th1k_x16","values":[170.557,153.859,148.371,150.719,150.708,154.87,161.283,161.527,145.342,156.522]},{"framework":"inferno-v7.2.1-keyed","benchmark":"04_select1k","values":[28.658,20.088,22.334,19.815,21.53,23.444,17.443,20.696,21.78,26.323]},{"framework":"inferno-v7.2.1-keyed","benchmark":"05_swap1k","values":[59.939,46.651,53.596,51.473,50.661,62.317,58.959,48.2,46.992,45.986]},{"framework":"inferno-v7.2.1-keyed","benchmark":"06_remove-one-1k","values":[47.249,45.357,44.607,46.563,46.409,43.15,43.893,43.596,43.298,44.255]},{"framework":"inferno-v7.2.1-keyed","benchmark":"07_create10k","values":[1147.251,1152.299,1148.828,1137.749,1261.248,1145.334,1222.578,1145.381,1134.84,1212.326]},{"framework":"inferno-v7.2.1-keyed","benchmark":"08_create1k-after1k_x2","values":[250.947,250.769,253.26,253.34,251.198,257.218,247.476,247.544,262.757,255.219]},{"framework":"inferno-v7.2.1-keyed","benchmark":"09_clear1k_x8","values":[115.847,122.985,126.09,128.53,119.226,127.021,135.54,120.753,161.309,129.197]},{"framework":"inferno-v7.2.1-keyed","benchmark":"21_ready-memory","values":[1.1025123596191406,1.1024742126464844,1.1025047302246094,1.1024742126464844,1.1024894714355469]},{"framework":"inferno-v7.2.1-keyed","benchmark":"22_run-memory","values":[2.5437965393066406,2.543720245361328,2.5436973571777344,2.543628692626953,2.5437278747558594]},{"framework":"inferno-v7.2.1-keyed","benchmark":"23_update5-memory","values":[2.892528533935547,2.888134002685547,2.8925819396972656,2.8925247192382812,2.8924942016601562]},{"framework":"inferno-v7.2.1-keyed","benchmark":"24_run5-memory","values":[3.1409835815429688,3.1409530639648438,3.138538360595703,3.1379623413085938,3.1148338317871094]},{"framework":"inferno-v7.2.1-keyed","benchmark":"25_run-clear-memory","values":[2.363933563232422,2.3644065856933594,2.363941192626953,2.3644142150878906,2.364421844482422]},{"framework":"inferno-v7.2.1-keyed","benchmark":"31_startup-ci","values":[2033.384,2030.8319999999999,2030.976,2033.9279999999999]},{"framework":"inferno-v7.2.1-keyed","benchmark":"32_startup-bt","values":[22.227999999999994,17.08,16.203999999999997,22.963999999999995]},{"framework":"inferno-v7.2.1-keyed","benchmark":"34_startup-totalbytes","values":[162.875,162.875,162.875,162.875]},{"framework":"isotope-v0.2.0-keyed","benchmark":"01_run1k","values":[166.715,162.957,162.479,161.444,157.381,161.551,163.041,167.752,157.998,157.847]},{"framework":"isotope-v0.2.0-keyed","benchmark":"02_replace1k","values":[175.231,178.761,174.175,200.166,176.864,175.175,175.588,178.293,180.945,175.105]},{"framework":"isotope-v0.2.0-keyed","benchmark":"03_update10th1k_x16","values":[176.14,215.049,172.066,171.281,169.43,170.912,177.254,177.234,174.125,176.867]},{"framework":"isotope-v0.2.0-keyed","benchmark":"04_select1k","values":[36.537,40.485,39.704,37.259,40.392,42.433,40.415,39.892,40.427,38.158]},{"framework":"isotope-v0.2.0-keyed","benchmark":"05_swap1k","values":[59.732,56.354,51.359,52.704,51.959,52.793,51.284,61.076,54.152,61.227]},{"framework":"isotope-v0.2.0-keyed","benchmark":"06_remove-one-1k","values":[46.274,43.371,44.863,44.268,44.048,44.155,45.722,44.296,48.499,44.694]},{"framework":"isotope-v0.2.0-keyed","benchmark":"07_create10k","values":[2010.572,2006.721,2020.177,2062.516,2061.72,2065.805,2038.957,2083.633,2036.024,2105.45]},{"framework":"isotope-v0.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":[357.246,365.706,384.453,353.976,370.949,356.655,355.639,354.529,363.329,357.561]},{"framework":"isotope-v0.2.0-keyed","benchmark":"09_clear1k_x8","values":[107.45,105.448,103.024,110.975,108.775,116.369,110.479,109.778,114.131,116.067]},{"framework":"isotope-v0.2.0-keyed","benchmark":"21_ready-memory","values":[1.086212158203125,1.0861968994140625,1.0861663818359375,1.0861968994140625,1.0861663818359375]},{"framework":"isotope-v0.2.0-keyed","benchmark":"22_run-memory","values":[2.1297035217285156,2.129749298095703,2.1297149658203125,2.1297264099121094,2.1296730041503906]},{"framework":"isotope-v0.2.0-keyed","benchmark":"23_update5-memory","values":[2.506298065185547,2.5061798095703125,2.5063629150390625,2.5061569213867188,2.5064125061035156]},{"framework":"isotope-v0.2.0-keyed","benchmark":"24_run5-memory","values":[2.740283966064453,2.7506141662597656,2.740520477294922,2.740489959716797,2.740283966064453]},{"framework":"isotope-v0.2.0-keyed","benchmark":"25_run-clear-memory","values":[2.4745750427246094,2.468669891357422,2.4624595642089844,2.462444305419922,2.474559783935547]},{"framework":"isotope-v0.2.0-keyed","benchmark":"31_startup-ci","values":[1883.024,1883.252,1878.62,1878.208]},{"framework":"isotope-v0.2.0-keyed","benchmark":"32_startup-bt","values":[23.827999999999996,21.751999999999995,16,16]},{"framework":"isotope-v0.2.0-keyed","benchmark":"34_startup-totalbytes","values":[148.2021484375,148.2021484375,148.2021484375,148.2021484375]},{"framework":"ivi-v0.27.1-keyed","benchmark":"01_run1k","values":[126.449,126.039,127.149,129.545,129.512,128.682,125.895,134.775,154.611,127.453]},{"framework":"ivi-v0.27.1-keyed","benchmark":"02_replace1k","values":[125.626,128.357,125.498,132.472,124.859,123.034,125.99,125.655,123.774,121.052]},{"framework":"ivi-v0.27.1-keyed","benchmark":"03_update10th1k_x16","values":[166.099,161.126,174.126,164.657,161.895,156.922,166.437,168.336,180.274,162.805]},{"framework":"ivi-v0.27.1-keyed","benchmark":"04_select1k","values":[22.903,19.085,20.683,23.071,26.189,25.291,21.476,26.005,22.994,26.582]},{"framework":"ivi-v0.27.1-keyed","benchmark":"05_swap1k","values":[61.956,60.709,64.885,63.387,49.253,59.318,51.57,62.5,57.125,54.275]},{"framework":"ivi-v0.27.1-keyed","benchmark":"06_remove-one-1k","values":[44.253,60.104,46.089,45.357,45.498,45.276,46.17,47.989,45.099,45.74]},{"framework":"ivi-v0.27.1-keyed","benchmark":"07_create10k","values":[1149.112,1154.871,1138.741,1159.35,1156.738,1173.466,1169.954,1181.54,1150.908,1138.157]},{"framework":"ivi-v0.27.1-keyed","benchmark":"08_create1k-after1k_x2","values":[255.163,264.359,260.239,266.18,261.625,257.559,257.083,259.137,256.526,260.816]},{"framework":"ivi-v0.27.1-keyed","benchmark":"09_clear1k_x8","values":[110.538,102.085,105.1,111.947,106.025,102.396,106.12,113.176,111.305,112.171]},{"framework":"ivi-v0.27.1-keyed","benchmark":"21_ready-memory","values":[1.1263923645019531,1.1263771057128906,1.1263771057128906,1.1263999938964844,1.1264076232910156]},{"framework":"ivi-v0.27.1-keyed","benchmark":"22_run-memory","values":[2.810100555419922,2.8100204467773438,2.810100555419922,2.8102073669433594,2.810161590576172]},{"framework":"ivi-v0.27.1-keyed","benchmark":"23_update5-memory","values":[3.158489227294922,3.158855438232422,3.1587142944335938,3.158618927001953,3.1587181091308594]},{"framework":"ivi-v0.27.1-keyed","benchmark":"24_run5-memory","values":[3.3668212890625,3.366790771484375,3.3669509887695312,3.3668365478515625,3.3669815063476562]},{"framework":"ivi-v0.27.1-keyed","benchmark":"25_run-clear-memory","values":[2.3530197143554688,2.3530654907226562,2.3530502319335938,2.3530120849609375,2.3530197143554688]},{"framework":"ivi-v0.27.1-keyed","benchmark":"31_startup-ci","values":[1958.6799999999998,1959.6280000000002,1958.4360000000001,1959.3919999999998]},{"framework":"ivi-v0.27.1-keyed","benchmark":"32_startup-bt","values":[54.68799999999999,48.63199999999999,44.195999999999984,53.45199999999997]},{"framework":"ivi-v0.27.1-keyed","benchmark":"34_startup-totalbytes","values":[149.736328125,149.736328125,149.736328125,149.736328125]},{"framework":"knockout-v3.5.0-keyed","benchmark":"01_run1k","values":[275.443,270.854,285.582,272.981,280.644,278.688,284.491,277.42,293.482,277.187]},{"framework":"knockout-v3.5.0-keyed","benchmark":"02_replace1k","values":[227.989,227.599,225.585,227.068,239.836,226.917,228.503,229.484,227.053,240.05]},{"framework":"knockout-v3.5.0-keyed","benchmark":"03_update10th1k_x16","values":[152.42,160.732,155.906,165.272,204.057,167.997,160.3,171.427,170.095,160.126]},{"framework":"knockout-v3.5.0-keyed","benchmark":"04_select1k","values":[87.134,79.269,80.401,82.525,78.297,82.386,83.668,85.996,83.601,82.737]},{"framework":"knockout-v3.5.0-keyed","benchmark":"05_swap1k","values":[58.234,63.284,56.516,62.314,63.282,60.049,62.582,63.79,57.277,65.828]},{"framework":"knockout-v3.5.0-keyed","benchmark":"06_remove-one-1k","values":[49.907,46.179,46.644,47.229,46.425,46.785,46.409,47.513,47.364,46.677]},{"framework":"knockout-v3.5.0-keyed","benchmark":"07_create10k","values":[2118.629,2199.614,2369.625,2284.28,2272.314,2368.232,2314.511,2402.132,2572.672,2697.268]},{"framework":"knockout-v3.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":[504.055,489.772,463.254,492.409,473.154,469.587,481.067,488.371,471.617,477.759]},{"framework":"knockout-v3.5.0-keyed","benchmark":"09_clear1k_x8","values":[378.472,384.499,368.414,370.551,401.229,371.428,397.287,371.127,359.286,407.698]},{"framework":"knockout-v3.5.0-keyed","benchmark":"21_ready-memory","values":[1.2380599975585938,1.2380523681640625,1.2380523681640625,1.2380294799804688,1.238037109375]},{"framework":"knockout-v3.5.0-keyed","benchmark":"22_run-memory","values":[11.36688232421875,11.39303207397461,11.366691589355469,11.366722106933594,11.39419174194336]},{"framework":"knockout-v3.5.0-keyed","benchmark":"23_update5-memory","values":[11.67770004272461,11.677650451660156,11.677860260009766,11.677677154541016,11.677661895751953]},{"framework":"knockout-v3.5.0-keyed","benchmark":"24_run5-memory","values":[8.031478881835938,8.030193328857422,7.900035858154297,7.8945770263671875,7.869667053222656]},{"framework":"knockout-v3.5.0-keyed","benchmark":"25_run-clear-memory","values":[2.9025726318359375,2.8785247802734375,2.8945350646972656,2.8785247802734375,2.889873504638672]},{"framework":"knockout-v3.5.0-keyed","benchmark":"31_startup-ci","values":[2258.7,2257.624,2259.116,2253.0239999999994]},{"framework":"knockout-v3.5.0-keyed","benchmark":"32_startup-bt","values":[81.45599999999999,82.38,78.54400000000001,16]},{"framework":"knockout-v3.5.0-keyed","benchmark":"34_startup-totalbytes","values":[207.7744140625,207.7744140625,207.7744140625,207.7744140625]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"01_run1k","values":[130.517,123.058,130.67,120.402,126.339,121.495,135.336,133.484,123.096,128.055]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"02_replace1k","values":[121.844,124.454,120.974,117.328,122.751,120.344,123.699,118.294,121.642,122.369]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"03_update10th1k_x16","values":[157.496,151.028,152.086,148.915,153.873,153.967,149.066,150.14,190.736,150.824]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"04_select1k","values":[19.173,20.074,19.007,18.779,16.729,17.29,19.328,17.812,17.421,20.309]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"05_swap1k","values":[57.292,56.117,52.017,60.073,54.548,64.8,62.383,49.732,59.967,47.463]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"06_remove-one-1k","values":[43.789,43.589,45.284,44.222,43.538,44.306,46.14,44.239,45.36,44.574]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"07_create10k","values":[1115.739,1136.912,1168.229,1213.607,1114.439,1127.38,1119.49,1121.661,1114.222,1131.424]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"08_create1k-after1k_x2","values":[250.264,248.837,244.639,251.341,248.881,251.263,246.675,250.367,246.764,261.08]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"09_clear1k_x8","values":[138.139,127.464,127.334,129.384,135.251,136.315,127.012,137.482,140.703,135.321]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"21_ready-memory","values":[1.1853675842285156,1.1853828430175781,1.1853675842285156,1.1853828430175781,1.1853904724121094]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"22_run-memory","values":[5.66741943359375,5.667308807373047,5.667320251464844,5.6673583984375,5.667316436767578]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"23_update5-memory","values":[5.985725402832031,5.9875640869140625,5.987602233886719,5.985759735107422,5.987773895263672]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"24_run5-memory","values":[3.5233383178710938,3.5109901428222656,3.610126495361328,3.5233306884765625,3.6099319458007812]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"25_run-clear-memory","values":[2.5562667846679688,2.5563430786132812,2.5562973022460938,2.5565261840820312,2.5562820434570312]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"31_startup-ci","values":[2333.1720000000005,2331.916,2330.432,2329.18]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"32_startup-bt","values":[21.663999999999994,19.083999999999996,17.639999999999993,65.66399999999999]},{"framework":"ko-jsx-v0.12.0-keyed","benchmark":"34_startup-totalbytes","values":[212.392578125,212.392578125,212.392578125,212.392578125]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"01_run1k","values":[137.569,133.694,135.997,133.485,139.589,134.471,130.518,131.031,151.001,129.717]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"02_replace1k","values":[130.752,126.796,129.093,127.698,128.586,128.392,131.374,129.212,127.027,131.088]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"03_update10th1k_x16","values":[171.255,160.455,159.851,180.766,162.855,162.385,165.914,158.557,159.316,162.605]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"04_select1k","values":[29.214,24.414,26.708,28.177,29.2,26.203,27.09,24.076,29.145,31.263]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"05_swap1k","values":[62.993,54.213,56.997,49.783,56.994,52.133,57.732,53.638,57.095,60.966]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"06_remove-one-1k","values":[44.52,46.052,47.072,46.808,46.72,45.718,45.512,49.379,46.152,45.524]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"07_create10k","values":[1192.423,1255.326,1208.406,1183.099,1224.773,1198.553,1187.614,1194.711,1194.185,1208.559]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":[267.544,272.403,280.49,271.896,274.117,271.245,273.714,270.519,265.849,276.477]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"09_clear1k_x8","values":[120.942,129.026,127.056,118.065,136.486,128.983,126.896,117.468,129.185,152.426]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"21_ready-memory","values":[1.1352043151855469,1.1352119445800781,1.1351814270019531,1.1352195739746094,1.1351509094238281]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"22_run-memory","values":[2.6151199340820312,2.616199493408203,2.6152877807617188,2.6153640747070312,2.6156272888183594]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"23_update5-memory","values":[2.9745826721191406,2.9747962951660156,2.974956512451172,2.975006103515625,2.974895477294922]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"24_run5-memory","values":[3.220001220703125,3.4269027709960938,3.4271202087402344,3.4271507263183594,3.426921844482422]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"25_run-clear-memory","values":[2.3862571716308594,2.3904380798339844,2.3650436401367188,2.386302947998047,2.3988990783691406]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"31_startup-ci","values":[2033.904,2033.952,2033.792,2034.292]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"32_startup-bt","values":[22.535999999999994,20.007999999999996,19.135999999999996,22.343999999999994]},{"framework":"lighterhtml-v2.5.0-keyed","benchmark":"34_startup-totalbytes","values":[152.77734375,152.77734375,152.77734375,152.77734375]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"01_run1k","values":[137.686,147.605,170.753,146.194,141.674,144.235,140.132,142.343,143.68,139.755]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"02_replace1k","values":[131.6,132.015,132.552,130.954,131.058,131.45,137.775,132.159,130.681,132.189]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"03_update10th1k_x16","values":[222.735,218.752,236.926,226.431,221.077,221.79,225.149,228.217,230.071,227.462]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"04_select1k","values":[39.534,34.671,34.731,34.568,41.242,37.749,38.082,38.488,34.994,34.059]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"05_swap1k","values":[53.903,53.693,56.4,62.387,62.083,50.953,50.789,52.971,57.56,51.136]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"06_remove-one-1k","values":[47.784,44.664,45.827,45.763,45.269,45.418,45.36,47.632,45.527,45.195]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"07_create10k","values":[1238.011,1258.483,1266.082,1272.99,1279.027,1280.708,1284.467,1291.398,1251.02,1241.158]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"08_create1k-after1k_x2","values":[286.341,288.343,289.946,287.976,295.437,288.795,286.127,286.383,295.156,289.757]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"09_clear1k_x8","values":[129.313,144.252,141.742,136.57,139.655,146.478,133.462,146.725,135.734,151.801]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"21_ready-memory","values":[1.1203460693359375,1.1204643249511719,1.1205406188964844,1.1203765869140625,1.120391845703125]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"22_run-memory","values":[2.8313980102539062,2.8363494873046875,2.836505889892578,2.836566925048828,2.831562042236328]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"23_update5-memory","values":[3.2634201049804688,3.2586441040039062,3.258453369140625,3.26361083984375,3.2636566162109375]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"24_run5-memory","values":[3.4564857482910156,3.4681015014648438,3.646259307861328,3.6411514282226562,3.470874786376953]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"25_run-clear-memory","values":[2.5423622131347656,2.5424957275390625,2.5312538146972656,2.553070068359375,2.54010009765625]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"31_startup-ci","values":[2256.0060000000003,2256.622,2252.7929999999997,2252.6215]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"32_startup-bt","values":[23.832,24.93999999999999,16.511999999999997,16.436]},{"framework":"lit-element-v2.3.1-keyed","benchmark":"34_startup-totalbytes","values":[174.5986328125,174.6005859375,174.6005859375,174.599609375]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"01_run1k","values":[139.306,142.496,139.153,139.509,138.545,135.006,157.618,141.337,136.298,142.065]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"02_replace1k","values":[129.358,129.026,128.105,125.453,125.659,128.913,123.613,129.01,126.997,124.148]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"03_update10th1k_x16","values":[196.477,177.956,189.286,187.778,188.353,187.496,199.383,198.3,191.364,200.869]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"04_select1k","values":[22.469,23.871,30.417,25.686,26.52,31.042,30.709,28.768,26.249,30.111]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"05_swap1k","values":[54.337,50.86,50.707,63.327,62.652,62.593,57.761,59.606,52.702,52.197]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"06_remove-one-1k","values":[43.825,51.069,44.222,44.65,47.075,47.098,45.685,45.245,44.1,45.018]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"07_create10k","values":[1184.86,1195.51,1234.406,1252.602,1209.785,1213.354,1200.171,1194.989,1216.396,1212.235]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":[270.379,267.309,272.953,268.522,266.933,271.991,290.666,272.981,268.058,271.446]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"09_clear1k_x8","values":[137.522,146.153,141.661,142.005,143.59,142.447,142.844,154.89,145.57,136.936]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"21_ready-memory","values":[1.1203346252441406,1.1203269958496094,1.1203727722167969,1.1205062866210938,1.1202812194824219]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"22_run-memory","values":[2.4956512451171875,2.4956398010253906,2.4955177307128906,2.495250701904297,2.4953536987304688]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"23_update5-memory","values":[2.8971633911132812,2.8970375061035156,2.8969955444335938,2.89678955078125,2.896862030029297]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"24_run5-memory","values":[3.2537765502929688,3.290111541748047,3.1341781616210938,3.290111541748047,3.1140060424804688]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"25_run-clear-memory","values":[2.526958465576172,2.5270156860351562,2.5271148681640625,2.5269699096679688,2.5442123413085938]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"31_startup-ci","values":[2028.1680000000001,2033.2240000000002,2033.824,2034.004]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"32_startup-bt","values":[16,23.587999999999997,22.344,24.88]},{"framework":"lit-html-v1.1.0-keyed","benchmark":"34_startup-totalbytes","values":[156.42578125,156.42578125,156.42578125,156.42578125]},{"framework":"maquette-v3.3.0-keyed","benchmark":"01_run1k","values":[155.371,161.508,170.543,160.532,161.028,178.569,165.736,159.869,165.704,168.767]},{"framework":"maquette-v3.3.0-keyed","benchmark":"02_replace1k","values":[157.621,159.612,147.044,149.375,165.285,159.931,158.147,149.24,159.917,157.443]},{"framework":"maquette-v3.3.0-keyed","benchmark":"03_update10th1k_x16","values":[170.185,159.398,187.152,164.235,184.005,167.762,170.983,156.537,177.943,166.735]},{"framework":"maquette-v3.3.0-keyed","benchmark":"04_select1k","values":[249.613,260.603,257.281,259.877,295.691,255.936,297.46,258.091,287.231,260.048]},{"framework":"maquette-v3.3.0-keyed","benchmark":"05_swap1k","values":[529.548,537.964,556.401,541.627,544.568,534.893,545.666,530.355,528.064,516.797]},{"framework":"maquette-v3.3.0-keyed","benchmark":"06_remove-one-1k","values":[55.773,50.918,51.798,65.189,62.914,53.083,52.806,62.959,63.267,57.41]},{"framework":"maquette-v3.3.0-keyed","benchmark":"07_create10k","values":[1307.936,1346.607,1363.574,1360.482,1374.397,1378.802,1363.413,1358.34,1368.18,1369.029]},{"framework":"maquette-v3.3.0-keyed","benchmark":"08_create1k-after1k_x2","values":[284.281,295.459,286.152,284.214,296.75,290.246,285.413,293.133,296.275,289.24]},{"framework":"maquette-v3.3.0-keyed","benchmark":"09_clear1k_x8","values":[131.933,139.298,129.109,142.192,135.846,142.145,133.888,131.322,148.579,129.459]},{"framework":"maquette-v3.3.0-keyed","benchmark":"21_ready-memory","values":[1.096710205078125,1.0966949462890625,1.0966949462890625,1.0966949462890625,1.0966796875]},{"framework":"maquette-v3.3.0-keyed","benchmark":"22_run-memory","values":[2.5970535278320312,2.5970458984375,2.5970687866210938,2.5970306396484375,2.5970687866210938]},{"framework":"maquette-v3.3.0-keyed","benchmark":"23_update5-memory","values":[2.9504928588867188,2.9505271911621094,2.950542449951172,2.9504928588867188,2.9505386352539062]},{"framework":"maquette-v3.3.0-keyed","benchmark":"24_run5-memory","values":[3.4074440002441406,3.407379150390625,3.4074363708496094,3.4075889587402344,3.4073715209960938]},{"framework":"maquette-v3.3.0-keyed","benchmark":"25_run-clear-memory","values":[2.5293312072753906,2.529346466064453,2.529346466064453,2.529346466064453,2.5303115844726562]},{"framework":"maquette-v3.3.0-keyed","benchmark":"31_startup-ci","values":[2103.072,2102.7160000000003,2102.804,2109.336]},{"framework":"maquette-v3.3.0-keyed","benchmark":"32_startup-bt","values":[16,16.811999999999998,16,22.487999999999992]},{"framework":"maquette-v3.3.0-keyed","benchmark":"34_startup-totalbytes","values":[181.9560546875,181.9560546875,181.9560546875,181.9560546875]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"01_run1k","values":[164.132,180.544,176.446,163.003,163.17,192.955,162.12,161.608,176.487,165.68]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"02_replace1k","values":[149.414,142.736,143.077,141.245,139.737,143.788,139.117,146.742,141.907,139.404]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"03_update10th1k_x16","values":[165.715,168.941,171.336,176.265,174.897,160.492,165.697,170.83,208.365,168.668]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"04_select1k","values":[23.534,19.814,16.658,18.013,17.466,18.813,18.143,18.87,20.853,19.989]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"05_swap1k","values":[45.14,46.22,62.171,46.173,61.77,62.496,60.614,50.685,51.492,56.288]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"06_remove-one-1k","values":[42.302,44.148,44.145,42.933,43.658,43.882,44.038,43.865,43.009,43.833]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"07_create10k","values":[1314.802,1323.98,1373.688,1350.523,1408.291,1356.775,1353.137,1338.025,1384.117,1352.157]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"08_create1k-after1k_x2","values":[308.83,320.508,310.956,312.568,311.786,328.911,310.579,314.909,308.375,311.032]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"09_clear1k_x8","values":[167.116,167.547,154.563,166.005,161.384,167.288,167.333,168.104,155.83,156.812]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"21_ready-memory","values":[1.3218727111816406,1.3219108581542969,1.3218727111816406,1.3219413757324219,1.3218727111816406]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"22_run-memory","values":[2.7843055725097656,2.7843055725097656,2.784351348876953,2.7843055725097656,2.784320831298828]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"23_update5-memory","values":[3.1203956604003906,3.1204490661621094,3.120464324951172,3.120391845703125,3.1204185485839844]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"24_run5-memory","values":[3.649261474609375,3.641948699951172,3.6494712829589844,3.6420364379882812,3.6492881774902344]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"25_run-clear-memory","values":[2.8931045532226562,2.8940658569335938,2.9411468505859375,2.9411773681640625,2.8940505981445312]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"31_startup-ci","values":[2334.7039999999997,2334.204,2333.392,2333.9840000000004]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"32_startup-bt","values":[85.28800000000001,77.524,79.35600000000002,80.25999999999999]},{"framework":"marionette-v4.0.0-beta.1-keyed","benchmark":"34_startup-totalbytes","values":[224.705078125,224.705078125,224.705078125,224.705078125]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"01_run1k","values":[256.82,272.784,270.006,259.733,253.32,256.469,254.791,253.182,253.354,285.047]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"02_replace1k","values":[222.726,217.953,226.503,209.97,215.883,215.826,215.717,218.021,221.659,219.895]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"03_update10th1k_x16","values":[184.82,200.423,190.839,203.826,189.871,190.265,196.758,250.291,191.081,198.331]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"04_select1k","values":[20.199,22.62,18.341,20.651,18.371,19.493,20.866,19.485,21.959,23.3]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"05_swap1k","values":[52.663,60.804,47.367,49.661,59.049,62.368,58.409,56.697,50.47,62.389]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"06_remove-one-1k","values":[43.382,44.338,46.396,45.199,46.16,45.016,46.164,44.116,48.42,44.229]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"07_create10k","values":[2115.653,2117.634,2101.453,2133.436,2117.801,2085.002,2133.826,2151.752,2175.549,2234.051]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"08_create1k-after1k_x2","values":[497.639,497.129,500.157,483.029,479.663,473.669,486.228,482.989,490.547,480.699]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"09_clear1k_x8","values":[229.12,209.537,221.727,218.585,221.492,223.515,223.707,225.719,228.249,226.209]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"21_ready-memory","values":[1.5792312622070312,1.5792694091796875,1.5792617797851562,1.5792312622070312,1.5792694091796875]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"22_run-memory","values":[3.3353309631347656,3.3693199157714844,3.3338966369628906,3.3352890014648438,3.3385772705078125]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"23_update5-memory","values":[3.5816879272460938,3.5696449279785156,3.57073974609375,3.570629119873047,3.5804519653320312]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"24_run5-memory","values":[4.066600799560547,4.002552032470703,4.087791442871094,4.146923065185547,4.086456298828125]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"25_run-clear-memory","values":[3.4357566833496094,3.4357528686523438,3.435779571533203,3.4357223510742188,3.42694091796875]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"31_startup-ci","values":[2852.696,2826.4719999999998,2840.9079999999994,2812.808]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"32_startup-bt","values":[127.63200000000003,93.80400000000004,113.16400000000004,71.09600000000002]},{"framework":"marionette-jquery-v4.0.0-beta.1-keyed","benchmark":"34_startup-totalbytes","values":[306.7666015625,306.7666015625,306.7666015625,306.7666015625]},{"framework":"marko-v4.12.3-keyed","benchmark":"01_run1k","values":[155.87,160.888,154.905,158.621,158.724,157.406,180.545,154.347,156.628,154.484]},{"framework":"marko-v4.12.3-keyed","benchmark":"02_replace1k","values":[138.797,138.192,136.684,134.603,140.406,142.412,135.586,137.244,138.468,138.644]},{"framework":"marko-v4.12.3-keyed","benchmark":"03_update10th1k_x16","values":[216.075,242.503,266.164,242.636,223.735,240.568,210.517,209.276,212.868,217.322]},{"framework":"marko-v4.12.3-keyed","benchmark":"04_select1k","values":[103.029,65.628,58.9,65.82,66.354,60.685,67.219,40.117,71.172,73.958]},{"framework":"marko-v4.12.3-keyed","benchmark":"05_swap1k","values":[451.577,458.36,454.98,460.258,453.573,455.272,459.808,456.745,456.509,505.004]},{"framework":"marko-v4.12.3-keyed","benchmark":"06_remove-one-1k","values":[47.107,47.474,46.324,44.911,44.097,45.469,46.337,44.45,46.105,45.949]},{"framework":"marko-v4.12.3-keyed","benchmark":"07_create10k","values":[1320.654,1366.142,1388.704,1382.426,1394.89,1400.08,1385.575,1390.513,1380.5,1395.899]},{"framework":"marko-v4.12.3-keyed","benchmark":"08_create1k-after1k_x2","values":[299.317,298.905,302.076,301.96,309.079,302.513,307.111,316.043,309.767,304.027]},{"framework":"marko-v4.12.3-keyed","benchmark":"09_clear1k_x8","values":[165.495,172.214,188.033,172.473,181.542,223.96,214.949,220.569,190.424,193.852]},{"framework":"marko-v4.12.3-keyed","benchmark":"21_ready-memory","values":[1.163482666015625,1.1634750366210938,1.1634597778320312,1.1635055541992188,1.1634597778320312]},{"framework":"marko-v4.12.3-keyed","benchmark":"22_run-memory","values":[3.3820228576660156,3.3820228576660156,3.3820228576660156,3.382007598876953,3.382007598876953]},{"framework":"marko-v4.12.3-keyed","benchmark":"23_update5-memory","values":[3.8564414978027344,3.8565330505371094,3.856414794921875,3.856414794921875,3.848491668701172]},{"framework":"marko-v4.12.3-keyed","benchmark":"24_run5-memory","values":[4.085014343261719,4.019432067871094,4.010730743408203,4.009300231933594,4.0116729736328125]},{"framework":"marko-v4.12.3-keyed","benchmark":"25_run-clear-memory","values":[2.628742218017578,2.6339950561523438,2.6337966918945312,2.6287269592285156,2.6338119506835938]},{"framework":"marko-v4.12.3-keyed","benchmark":"31_startup-ci","values":[2104.076,2109.436,2103.512,2104.424]},{"framework":"marko-v4.12.3-keyed","benchmark":"32_startup-bt","values":[16,25.624000000000002,16,16.04]},{"framework":"marko-v4.12.3-keyed","benchmark":"34_startup-totalbytes","values":[176.6171875,176.6171875,176.6171875,176.6171875]},{"framework":"mikado-v0.7.57-keyed","benchmark":"01_run1k","values":[127.87,123.435,121.981,136.757,147.198,120.92,133.227,121.41,122.287,119.781]},{"framework":"mikado-v0.7.57-keyed","benchmark":"02_replace1k","values":[117.768,118.589,121.797,123.989,119.935,117.567,117.588,117.896,121.4,126.179]},{"framework":"mikado-v0.7.57-keyed","benchmark":"03_update10th1k_x16","values":[144.551,143.743,134.745,140.474,144.111,146.262,147.096,166.613,136.375,141.105]},{"framework":"mikado-v0.7.57-keyed","benchmark":"04_select1k","values":[14.66,19.995,19.812,15.219,14.353,15.612,22.774,20.964,14.664,16.96]},{"framework":"mikado-v0.7.57-keyed","benchmark":"05_swap1k","values":[56.913,49.773,61.411,61.655,62.215,53.655,56.761,55.618,53.91,48.338]},{"framework":"mikado-v0.7.57-keyed","benchmark":"06_remove-one-1k","values":[42.712,44.045,42.721,44.423,46.863,43.737,42.815,48.915,45.012,44.06]},{"framework":"mikado-v0.7.57-keyed","benchmark":"07_create10k","values":[1115.354,1137.623,1102.038,1091.105,1101.187,1103.52,1110.184,1104.879,1112.844,1095.867]},{"framework":"mikado-v0.7.57-keyed","benchmark":"08_create1k-after1k_x2","values":[240.093,243.202,245.344,243.344,243.509,245.388,238.89,256.074,241.425,246.811]},{"framework":"mikado-v0.7.57-keyed","benchmark":"09_clear1k_x8","values":[112.062,113.147,107.208,109.46,108.623,110.413,102.314,111.872,101.888,119.171]},{"framework":"mikado-v0.7.57-keyed","benchmark":"21_ready-memory","values":[1.2513313293457031,1.2513313293457031,1.2513313293457031,1.2513389587402344,1.2513542175292969]},{"framework":"mikado-v0.7.57-keyed","benchmark":"22_run-memory","values":[1.8951492309570312,1.8949623107910156,1.8950424194335938,1.8950386047363281,1.8950996398925781]},{"framework":"mikado-v0.7.57-keyed","benchmark":"23_update5-memory","values":[2.2154541015625,2.2152442932128906,2.2154693603515625,2.2154197692871094,2.215351104736328]},{"framework":"mikado-v0.7.57-keyed","benchmark":"24_run5-memory","values":[2.550731658935547,2.5507431030273438,2.5506973266601562,2.5506134033203125,2.55047607421875]},{"framework":"mikado-v0.7.57-keyed","benchmark":"25_run-clear-memory","values":[2.4551620483398438,2.4551467895507812,2.4551467895507812,2.4551162719726562,2.4551315307617188]},{"framework":"mikado-v0.7.57-keyed","benchmark":"31_startup-ci","values":[1877.652,1878.112,1881.7559999999999,1881.616]},{"framework":"mikado-v0.7.57-keyed","benchmark":"32_startup-bt","values":[16,16,22.363999999999994,22.552]},{"framework":"mikado-v0.7.57-keyed","benchmark":"34_startup-totalbytes","values":[150.9072265625,150.9072265625,150.9072265625,150.9072265625]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"01_run1k","values":[168.047,166.744,192.218,163.85,167.323,171.671,167.515,169.937,168.225,178.809]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"02_replace1k","values":[140.93,154.809,136.336,140.557,134.648,147.178,145.847,139.936,147.677,142.359]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"03_update10th1k_x16","values":[232.555,185.318,190.664,180.585,191.658,198.711,193.618,184.578,200.366,196.109]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"04_select1k","values":[21.068,21.813,22.06,22.817,21.718,20.964,20.649,24.898,20.262,28.088]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"05_swap1k","values":[60.133,48.735,61.028,61.689,55.573,64.888,48.667,53.02,49.294,55.765]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"06_remove-one-1k","values":[49.253,57.962,53.327,56.328,48.912,51.615,51.762,57.111,48.966,48.101]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"07_create10k","values":[1356.532,1336.771,1365.298,1445.607,1440.157,1469.613,1507.378,1488.769,1473.778,1425.718]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"08_create1k-after1k_x2","values":[314.894,324.69,321.963,317.127,329.642,318.311,315.689,322.631,319.655,322.434]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"09_clear1k_x8","values":[119.281,120.539,114.831,139.464,126.699,126.251,137.268,114.088,124.88,128.192]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"21_ready-memory","values":[1.1671371459960938,1.1671218872070312,1.1671524047851562,1.1671600341796875,1.1671066284179688]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"22_run-memory","values":[4.381801605224609,4.381813049316406,4.381843566894531,4.381843566894531,4.381858825683594]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"23_update5-memory","values":[4.736278533935547,4.721767425537109,4.72186279296875,4.721855163574219,4.721836090087891]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"24_run5-memory","values":[5.031566619873047,5.031604766845703,5.031944274902344,5.030128479003906,5.030170440673828]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"25_run-clear-memory","values":[2.9510421752929688,2.9333038330078125,2.931549072265625,2.9358901977539062,2.8680877685546875]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"31_startup-ci","values":[2177.96,2184.1000000000004,2257.072,2184.5879999999997]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"32_startup-bt","values":[22.403999999999996,32.044000000000004,80.08799999999998,22.487999999999992]},{"framework":"mimbl-v0.1.10-keyed","benchmark":"34_startup-totalbytes","values":[180.376953125,180.376953125,180.376953125,180.376953125]},{"framework":"miso-v1.4.0-keyed","benchmark":"01_run1k","values":[303.133,299.938,313.742,304.283,311.465,296.552,316.621,323.133,326.119,301.046]},{"framework":"miso-v1.4.0-keyed","benchmark":"02_replace1k","values":[169.82,170.119,169.163,172.587,173.193,169.15,176.777,171.048,174.05,174.76]},{"framework":"miso-v1.4.0-keyed","benchmark":"03_update10th1k_x16","values":[743.46,752.263,689.779,759.714,732.168,708.092,672.889,683.263,701.472,710.263]},{"framework":"miso-v1.4.0-keyed","benchmark":"04_select1k","values":[389.76,385.339,386.916,409.247,397.665,392.109,381.135,378.641,396.237,397.425]},{"framework":"miso-v1.4.0-keyed","benchmark":"05_swap1k","values":[138.149,139.681,139.058,135.003,140.051,144.723,142.983,143.684,138.439,153.423]},{"framework":"miso-v1.4.0-keyed","benchmark":"06_remove-one-1k","values":[88.09,68.547,69.558,69.676,68.024,68.321,71.864,66.342,69.563,70.154]},{"framework":"miso-v1.4.0-keyed","benchmark":"07_create10k","values":[1797.283,1761.26,1791.281,1772.821,1797.859,1748.405,1810.653,1764.559,1781.888,1761.226]},{"framework":"miso-v1.4.0-keyed","benchmark":"08_create1k-after1k_x2","values":[505.074,484.611,491.491,486.916,495.75,511.13,508.293,504.135,502.903,500.484]},{"framework":"miso-v1.4.0-keyed","benchmark":"09_clear1k_x8","values":[235.774,210.148,183.812,214.792,190.213,184.748,200.376,184.456,185.823,200.648]},{"framework":"miso-v1.4.0-keyed","benchmark":"21_ready-memory","values":[2.431964874267578,2.4319496154785156,2.4321937561035156,2.431964874267578,2.4321861267089844]},{"framework":"miso-v1.4.0-keyed","benchmark":"22_run-memory","values":[7.000755310058594,7.000457763671875,7.000621795654297,7.015010833740234,7.019824981689453]},{"framework":"miso-v1.4.0-keyed","benchmark":"23_update5-memory","values":[9.263233184814453,9.263500213623047,9.282196044921875,9.26318359375,9.261909484863281]},{"framework":"miso-v1.4.0-keyed","benchmark":"24_run5-memory","values":[7.944538116455078,7.64801025390625,7.8538055419921875,7.874217987060547,7.712501525878906]},{"framework":"miso-v1.4.0-keyed","benchmark":"25_run-clear-memory","values":[7.826942443847656,7.819576263427734,7.873222351074219,7.8714141845703125,8.064842224121094]},{"framework":"miso-v1.4.0-keyed","benchmark":"31_startup-ci","values":[4211.804,4169.02,4166.700000000001,4170.684]},{"framework":"miso-v1.4.0-keyed","benchmark":"32_startup-bt","values":[180.60399999999996,181.05599999999995,167.31199999999998,192.32799999999995]},{"framework":"miso-v1.4.0-keyed","benchmark":"34_startup-totalbytes","values":[581.001953125,581.001953125,581.001953125,581.001953125]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"01_run1k","values":[282.855,249.56,268.869,270.799,293.622,249.253,263.552,257.801,250.697,268.368]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"02_replace1k","values":[130.958,131.127,131.912,129.437,130.383,129.662,135.242,132.905,129.99,131.032]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"03_update10th1k_x16","values":[226.262,232.969,230.185,238.126,245.141,244.85,245.728,245.755,235.577,248.702]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"04_select1k","values":[100.191,104.473,106.269,111.047,107.366,109.245,107.18,105.815,112.958,106.038]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"05_swap1k","values":[56.696,56.859,62.102,61.069,56.273,56.3,56.465,61.559,55.752,57.461]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"06_remove-one-1k","values":[45.454,52.027,46.011,45.96,46.865,45.34,46.254,46.859,45.671,47.384]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"07_create10k","values":[2314.041,2280.352,2267.393,2321.489,2356.334,2290.257,2288.69,2377.557,2329.964,2311.191]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":[288.676,300.863,291.309,285.685,287.884,290.283,300.149,295.654,298.355,297.247]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"09_clear1k_x8","values":[153.858,209.534,206.782,172.655,165.165,210.9,164.46,169.976,163.656,167.036]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"21_ready-memory","values":[1.0961265563964844,1.0961494445800781,1.0961570739746094,1.0961723327636719,1.0961723327636719]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"22_run-memory","values":[3.2297019958496094,3.229686737060547,3.229686737060547,3.2296485900878906,3.2484283447265625]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"23_update5-memory","values":[3.6137123107910156,3.6136550903320312,3.613719940185547,3.613689422607422,3.6324691772460938]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"24_run5-memory","values":[3.8356361389160156,3.785083770751953,3.7849273681640625,3.7849960327148438,3.824207305908203]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"25_run-clear-memory","values":[2.4407997131347656,2.4608001708984375,2.4405517578125,2.46075439453125,2.4633712768554688]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"31_startup-ci","values":[2038.4009999999998,2049.1515,2033.6399999999999,2034.6119999999999]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"32_startup-bt","values":[21.843999999999998,23.015999999999995,22.587999999999994,23.135999999999996]},{"framework":"misojs-v1.1.0.0-keyed","benchmark":"34_startup-totalbytes","values":[144.5947265625,144.5947265625,144.5947265625,144.5947265625]},{"framework":"mithril-v2.0.4-keyed","benchmark":"01_run1k","values":[165.008,164.404,168.212,175.429,173.673,163.845,166.92,168.89,180.989,159.712]},{"framework":"mithril-v2.0.4-keyed","benchmark":"02_replace1k","values":[145.751,137.978,142.41,139.048,143.625,146.533,140.617,136.568,141.642,147.456]},{"framework":"mithril-v2.0.4-keyed","benchmark":"03_update10th1k_x16","values":[277.865,268.047,258.371,241.586,238.417,229.021,247.283,236.67,237.042,241.871]},{"framework":"mithril-v2.0.4-keyed","benchmark":"04_select1k","values":[97.32,93.436,93.646,114.951,90.349,92.235,89.664,89.703,91.625,94.343]},{"framework":"mithril-v2.0.4-keyed","benchmark":"05_swap1k","values":[72.994,74.76,79.473,75.12,76.087,66.117,69.051,65.768,74.738,74.672]},{"framework":"mithril-v2.0.4-keyed","benchmark":"06_remove-one-1k","values":[60.835,60.978,56.427,55.304,64.374,51.464,59.801,61.113,62.513,54.301]},{"framework":"mithril-v2.0.4-keyed","benchmark":"07_create10k","values":[1304.564,1357.33,1412.198,1403.174,1402.294,1418.963,1406.785,1387.093,1418.356,1415.62]},{"framework":"mithril-v2.0.4-keyed","benchmark":"08_create1k-after1k_x2","values":[306.08,319.32,306.288,318.184,316.943,322.73,335.055,326.335,326.849,326.749]},{"framework":"mithril-v2.0.4-keyed","benchmark":"09_clear1k_x8","values":[145.102,158.59,144.861,149.647,162.718,152.738,148.688,155.936,147.157,142.944]},{"framework":"mithril-v2.0.4-keyed","benchmark":"21_ready-memory","values":[1.1444358825683594,1.1444435119628906,1.1444358825683594,1.1444511413574219,1.1444358825683594]},{"framework":"mithril-v2.0.4-keyed","benchmark":"22_run-memory","values":[3.4903488159179688,3.4903106689453125,3.4909019470214844,3.4907684326171875,3.490936279296875]},{"framework":"mithril-v2.0.4-keyed","benchmark":"23_update5-memory","values":[5.015018463134766,5.0150299072265625,5.0144195556640625,5.014961242675781,5.015007019042969]},{"framework":"mithril-v2.0.4-keyed","benchmark":"24_run5-memory","values":[4.123725891113281,4.123558044433594,4.10443115234375,4.123756408691406,4.123691558837891]},{"framework":"mithril-v2.0.4-keyed","benchmark":"25_run-clear-memory","values":[2.5969200134277344,2.5969009399414062,2.5848426818847656,2.5969200134277344,2.5858726501464844]},{"framework":"mithril-v2.0.4-keyed","benchmark":"31_startup-ci","values":[2108.74,2108.5599999999995,2102.888,2103.316]},{"framework":"mithril-v2.0.4-keyed","benchmark":"32_startup-bt","values":[21.919999999999998,22.156,16,16]},{"framework":"mithril-v2.0.4-keyed","benchmark":"34_startup-totalbytes","values":[175.244140625,175.244140625,175.244140625,175.244140625]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"01_run1k","values":[141.615,133.827,149.274,136.783,137.183,133.648,136.117,133.196,135.932,135.683]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"02_replace1k","values":[131.466,128.632,130.395,126.151,133.117,130.333,125.925,126.113,128.494,130.806]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"03_update10th1k_x16","values":[160.712,155.86,193.891,148.651,153.654,158.648,155.457,155.927,145.696,158.039]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"04_select1k","values":[20.581,17.701,16.341,19.64,26.595,22.553,18.806,23.729,17.95,20.397]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"05_swap1k","values":[57.538,60.766,52.248,58.878,60.565,64.577,54.649,53.23,54.668,60.646]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"06_remove-one-1k","values":[42.966,43.818,44.747,44.407,45.592,51.417,44.637,46.969,48.452,45.946]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"07_create10k","values":[1224.529,1232.496,1243.755,1281.314,1280.578,1309.328,1351.019,1353.066,1388.212,1405.209]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"08_create1k-after1k_x2","values":[276.9,279.98,274.267,274.698,276.249,278.307,274.869,277.771,275.319,278.773]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"09_clear1k_x8","values":[114.386,120.937,121.585,117.805,116.212,108.076,117.524,118.447,128.499,119.655]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"21_ready-memory","values":[1.1634941101074219,1.1634788513183594,1.1634788513183594,1.1634712219238281,1.1634559631347656]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"22_run-memory","values":[3.2090072631835938,3.2090377807617188,3.2090225219726562,3.2090072631835938,3.2090072631835938]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"23_update5-memory","values":[3.5314254760742188,3.5313148498535156,3.531494140625,3.5314712524414062,3.5315093994140625]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"24_run5-memory","values":[3.880157470703125,3.8804397583007812,3.8801956176757812,3.8810577392578125,3.8935394287109375]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"25_run-clear-memory","values":[2.6186790466308594,2.618694305419922,2.6057090759277344,2.6057395935058594,2.6186790466308594]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"31_startup-ci","values":[2102.8,2184.276,2183.876,2102.492]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"32_startup-bt","values":[22.131999999999998,22.671999999999993,22.519999999999996,16]},{"framework":"mobx-jsx-v0.10.0-keyed","benchmark":"34_startup-totalbytes","values":[192.2275390625,192.2275390625,192.2275390625,192.2275390625]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"01_run1k","values":[153.87,148.522,144.714,145.081,148.003,147.916,141.549,153.087,145.045,143.137]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"02_replace1k","values":[147.01,142.952,143.391,145.193,141.337,144.596,150.559,143.949,144.132,142.144]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"03_update10th1k_x16","values":[156.127,185.715,139.46,149.068,150.354,148.323,153.613,159.003,148.359,150.473]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"04_select1k","values":[20.142,16.897,18,17.786,14.88,22.724,20.812,17.359,20.147,23.915]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"05_swap1k","values":[59.377,59.52,63.702,59.78,59.639,56.231,56.109,55.724,55.177,58.851]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"06_remove-one-1k","values":[43.527,48.406,45.459,45.108,46.114,44.044,45.577,44.221,46.724,43.796]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"07_create10k","values":[1416.346,1475.753,1455.62,1515.977,1489.348,1504.576,1584.227,1496.604,1481.889,1564.459]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"08_create1k-after1k_x2","values":[301.91,299.679,297.076,296.797,302.306,303.068,298.108,294.883,295.024,296.966]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"09_clear1k_x8","values":[143.583,145.568,147.573,133.632,141.188,150.045,144.797,147.578,132.636,151.834]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"21_ready-memory","values":[1.0946464538574219,1.0946617126464844,1.0946464538574219,1.0946769714355469,1.0946846008300781]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"22_run-memory","values":[2.8859519958496094,2.885967254638672,2.8859634399414062,2.8859786987304688,2.8859100341796875]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"23_update5-memory","values":[3.3260040283203125,3.3260154724121094,3.326091766357422,3.3260154724121094,3.326019287109375]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"24_run5-memory","values":[3.4456787109375,3.455047607421875,3.454681396484375,3.454761505126953,3.445751190185547]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"25_run-clear-memory","values":[2.3345298767089844,2.3345603942871094,2.3345298767089844,2.3345603942871094,2.3400650024414062]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"31_startup-ci","values":[1884.0439999999999,1883.424,1884.02,1878.96]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"32_startup-bt","values":[23.995999999999995,22.467999999999996,23.551999999999996,16]},{"framework":"naiv-v0.0.1-1-keyed","benchmark":"34_startup-totalbytes","values":[143.546875,143.546875,143.546875,143.546875]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"01_run1k","values":[143.615,142.068,142.642,142.127,145.182,139.67,147.151,139.172,146.19,141.289]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"02_replace1k","values":[128.249,127.955,127.167,126.111,135.053,127.891,129.074,127.6,129.432,128.272]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"03_update10th1k_x16","values":[410.498,266.339,267.503,366.803,392.672,383.891,264.716,263.809,388.399,268.133]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"04_select1k","values":[128.553,129.98,128.602,128.83,136.854,116.22,121.191,120.188,121.456,120.336]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"05_swap1k","values":[73.035,86.514,75.037,70.445,74.155,77.997,87.952,75.044,76.879,75.214]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"06_remove-one-1k","values":[49.438,52.544,51.914,48.707,48.98,48.51,49.348,48.231,53.03,48.607]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"07_create10k","values":[1258.139,1282.537,1286.015,1334.531,1322.168,1302.712,1295.254,1289.596,1315.969,1305.046]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"08_create1k-after1k_x2","values":[313.798,325.357,316.664,323.262,324.681,323.945,327.735,333.818,319.734,340.587]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"09_clear1k_x8","values":[149.66,161.126,159.101,153.556,141.168,158.753,156.377,154.406,156.943,145.673]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"21_ready-memory","values":[1.1580314636230469,1.1580619812011719,1.1580162048339844,1.1580009460449219,1.1579856872558594]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"22_run-memory","values":[3.29693603515625,3.2970237731933594,3.2969627380371094,3.2968711853027344,3.29681396484375]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"23_update5-memory","values":[3.734455108642578,3.7345924377441406,3.7345733642578125,3.7328453063964844,3.732769012451172]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"24_run5-memory","values":[3.847076416015625,3.823780059814453,3.8467330932617188,3.8469886779785156,3.849895477294922]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"25_run-clear-memory","values":[2.576507568359375,2.5765609741210938,2.576915740966797,2.5758323669433594,2.5765762329101562]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"31_startup-ci","values":[2108.876,2103.1679999999997,2104.5,2102.808]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"32_startup-bt","values":[22.631999999999998,16,16.471999999999998,17.271999999999995]},{"framework":"nervjs-v1.4.3-keyed","benchmark":"34_startup-totalbytes","values":[176.888671875,176.888671875,176.888671875,176.888671875]},{"framework":"neverland-v3.3.2-keyed","benchmark":"01_run1k","values":[171.655,158.427,149.738,149.846,157.886,145.737,182.124,149.415,166.285,151.475]},{"framework":"neverland-v3.3.2-keyed","benchmark":"02_replace1k","values":[138.21,136.385,137.549,136.237,138.817,139.386,141.405,141.636,136.929,136.017]},{"framework":"neverland-v3.3.2-keyed","benchmark":"03_update10th1k_x16","values":[177.417,181.507,179.426,180.355,176.98,173.514,176.371,174.887,182.703,175.819]},{"framework":"neverland-v3.3.2-keyed","benchmark":"04_select1k","values":[95.659,48.649,49.646,49.642,57.413,51.533,50.666,50.016,52.371,49.358]},{"framework":"neverland-v3.3.2-keyed","benchmark":"05_swap1k","values":[60.325,54.82,55.011,61.021,62.544,56.231,54.68,55.259,58.675,56.5]},{"framework":"neverland-v3.3.2-keyed","benchmark":"06_remove-one-1k","values":[49.538,48.32,49.799,50.225,50.422,49.965,49.711,53.77,49.147,49.974]},{"framework":"neverland-v3.3.2-keyed","benchmark":"07_create10k","values":[1379.292,1412.017,1446.337,1488.953,1469.492,1496.44,1482.569,1480.238,1544.34,1493.686]},{"framework":"neverland-v3.3.2-keyed","benchmark":"08_create1k-after1k_x2","values":[309.702,315.372,327.656,331.231,341.323,383.009,322.46,317.49,315.259,319.394]},{"framework":"neverland-v3.3.2-keyed","benchmark":"09_clear1k_x8","values":[126.491,129.15,114.976,126.417,132.104,126.488,131.171,134.706,135.729,121.166]},{"framework":"neverland-v3.3.2-keyed","benchmark":"21_ready-memory","values":[1.1585617065429688,1.1585693359375,1.1585311889648438,1.1585617065429688,1.1585693359375]},{"framework":"neverland-v3.3.2-keyed","benchmark":"22_run-memory","values":[3.7842178344726562,3.7843093872070312,3.7842636108398438,3.784221649169922,3.7843360900878906]},{"framework":"neverland-v3.3.2-keyed","benchmark":"23_update5-memory","values":[4.175525665283203,4.1756744384765625,4.175495147705078,4.1754913330078125,4.1755218505859375]},{"framework":"neverland-v3.3.2-keyed","benchmark":"24_run5-memory","values":[4.447273254394531,4.451927185058594,4.4520721435546875,4.4520263671875,4.451946258544922]},{"framework":"neverland-v3.3.2-keyed","benchmark":"25_run-clear-memory","values":[2.4719085693359375,2.4743804931640625,2.4719390869140625,2.4734268188476562,2.4718780517578125]},{"framework":"neverland-v3.3.2-keyed","benchmark":"31_startup-ci","values":[2028.272,2027.848,2030.288,2034.816]},{"framework":"neverland-v3.3.2-keyed","benchmark":"32_startup-bt","values":[16,16.444000000000003,16.848,22.335999999999995]},{"framework":"neverland-v3.3.2-keyed","benchmark":"34_startup-totalbytes","values":[156.7451171875,156.7451171875,156.7451171875,156.7451171875]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"01_run1k","values":[142.756,136.552,133.191,155.266,134.343,131.205,133.716,133.688,158.72,135.549]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"02_replace1k","values":[128.157,130.247,134.153,134.517,136.099,128.572,132.222,135.595,128.755,132.784]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"03_update10th1k_x16","values":[163.066,158.874,157.079,170.2,156.824,150.451,156.923,160.415,150.63,161.825]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"04_select1k","values":[39.319,21.799,25.872,28.18,20.129,20.859,22.159,28.548,22.324,19.183]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"05_swap1k","values":[56.729,49.619,59.361,55.702,51.422,47.284,60.781,61.479,50.814,51.821]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"06_remove-one-1k","values":[42.745,44.371,47.004,43.394,45.83,43.092,44.715,43.148,43.682,45.193]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"07_create10k","values":[1216.393,1212.397,1202.936,1199.33,1203.584,1231.203,1195.816,1198.924,1229.039,1225.62]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"08_create1k-after1k_x2","values":[269.064,261.419,263.801,267.895,264.258,268.71,265.229,261.861,265.526,268.04]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"09_clear1k_x8","values":[105.112,112.488,112.77,111.66,115.121,113.077,115.413,103.5,106.081,127.014]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"21_ready-memory","values":[1.0848579406738281,1.0849037170410156,1.0849342346191406,1.0849342346191406,1.0849037170410156]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"22_run-memory","values":[2.8696975708007812,2.869762420654297,2.869731903076172,2.8696670532226562,2.8697128295898438]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"23_update5-memory","values":[3.218524932861328,3.216033935546875,3.2165565490722656,3.217845916748047,3.216552734375]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"24_run5-memory","values":[3.4234848022460938,3.423419952392578,3.4236793518066406,3.4235153198242188,3.4234161376953125]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"25_run-clear-memory","values":[2.341442108154297,2.341503143310547,2.3420448303222656,2.3378677368164062,2.3378028869628906]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"31_startup-ci","values":[1883.88,1881.3359999999998,1879.9560000000001,1884.708]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"32_startup-bt","values":[22.223999999999993,16.744,17.108,24.151999999999994]},{"framework":"petit-dom-v0.2.0-keyed","benchmark":"34_startup-totalbytes","values":[148.7880859375,148.7880859375,148.7880859375,148.7880859375]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"01_run1k","values":[156.855,185.371,176.67,163.689,166.734,180.84,161.814,175.157,173.696,164.868]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"02_replace1k","values":[167.074,150.621,145.799,155.286,162.558,156.967,150.326,150.578,148.945,154.39]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"03_update10th1k_x16","values":[219.304,246.932,200.754,190.396,201.805,223.795,201.952,209.464,204.481,227.13]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"04_select1k","values":[37.582,68.924,35.583,32.695,39.389,34.581,42.961,42.82,39.187,37.479]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"05_swap1k","values":[59.696,63.853,61.621,66.597,60.192,71.458,67.711,68.022,60.825,60.436]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"06_remove-one-1k","values":[53.783,60.798,53.957,67.997,62.689,64.068,51.906,62.627,49.956,48.669]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"07_create10k","values":[1332.679,1357.271,1394.776,1379.712,1374.458,1381.37,1386.508,1389.819,1386.059,1392.865]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"08_create1k-after1k_x2","values":[291.878,305.671,297.799,304.853,298.326,308.214,309.935,310.174,313.812,316.522]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"09_clear1k_x8","values":[150.144,149.656,151.599,153.461,168.775,158.762,155.63,171.854,165.823,159.552]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"21_ready-memory","values":[1.1413307189941406,1.1413459777832031,1.1413612365722656,1.1413764953613281,1.1414070129394531]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"22_run-memory","values":[3.9857635498046875,3.98577880859375,3.985790252685547,3.9856491088867188,3.985576629638672]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"23_update5-memory","values":[5.465782165527344,5.465507507324219,5.465976715087891,5.476066589355469,5.465888977050781]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"24_run5-memory","values":[13.111297607421875,13.1114501953125,13.111465454101562,13.111339569091797,13.10976791381836]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"25_run-clear-memory","values":[13.301277160644531,13.271858215332031,13.312808990478516,13.293746948242188,13.298049926757812]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"31_startup-ci","values":[2033.58,2033.6280000000002,2028.464,2030.884]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"32_startup-bt","values":[21.575999999999997,22.163999999999998,16,16.528]},{"framework":"plastiq-v1.33.0-keyed","benchmark":"34_startup-totalbytes","values":[167.94921875,167.94921875,167.94921875,167.94921875]},{"framework":"preact-v10.0.1-keyed","benchmark":"01_run1k","values":[155.717,154.973,181.329,148.645,149.132,149.11,156.797,148.837,160.446,153.308]},{"framework":"preact-v10.0.1-keyed","benchmark":"02_replace1k","values":[135.605,145.719,137.026,140.709,141.161,141.435,143.539,141.594,138.943,141.109]},{"framework":"preact-v10.0.1-keyed","benchmark":"03_update10th1k_x16","values":[191.589,191.476,194.365,183.296,185.433,187.686,231.347,185.065,191.467,188.718]},{"framework":"preact-v10.0.1-keyed","benchmark":"04_select1k","values":[46.856,42.497,40.566,47.42,41.3,46.264,48.235,44.118,41.26,45.123]},{"framework":"preact-v10.0.1-keyed","benchmark":"05_swap1k","values":[52.932,54.069,52.874,52.614,59.757,58.065,56.141,62.269,53.957,60.429]},{"framework":"preact-v10.0.1-keyed","benchmark":"06_remove-one-1k","values":[44.379,46.059,46.614,45.083,48.194,49.57,45.476,46.206,46.146,46.669]},{"framework":"preact-v10.0.1-keyed","benchmark":"07_create10k","values":[1405.608,1435.749,1537.47,1600.258,1551.154,1527.094,1476.225,1529.137,1612.002,1524.859]},{"framework":"preact-v10.0.1-keyed","benchmark":"08_create1k-after1k_x2","values":[303.86,300.111,300.467,305.723,307.341,302.794,318.089,307.463,366.543,302.497]},{"framework":"preact-v10.0.1-keyed","benchmark":"09_clear1k_x8","values":[156.335,166.117,158.344,167.944,170.907,175.523,168.725,177.061,171.65,160.52]},{"framework":"preact-v10.0.1-keyed","benchmark":"21_ready-memory","values":[1.1014137268066406,1.1014595031738281,1.1014289855957031,1.1014595031738281,1.1014442443847656]},{"framework":"preact-v10.0.1-keyed","benchmark":"22_run-memory","values":[2.849956512451172,2.8501129150390625,2.8501129150390625,2.850048065185547,2.8501434326171875]},{"framework":"preact-v10.0.1-keyed","benchmark":"23_update5-memory","values":[3.2108078002929688,3.2107009887695312,3.2108192443847656,3.2108917236328125,3.2107086181640625]},{"framework":"preact-v10.0.1-keyed","benchmark":"24_run5-memory","values":[4.6298980712890625,4.6291046142578125,4.628753662109375,4.629295349121094,4.629493713378906]},{"framework":"preact-v10.0.1-keyed","benchmark":"25_run-clear-memory","values":[3.7384414672851562,3.8642539978027344,3.864429473876953,3.8643226623535156,3.8641204833984375]},{"framework":"preact-v10.0.1-keyed","benchmark":"31_startup-ci","values":[2033.8919999999998,2032.676,2035.748,2032.9]},{"framework":"preact-v10.0.1-keyed","benchmark":"32_startup-bt","values":[26.019999999999996,21.099999999999994,22.343999999999994,25.244]},{"framework":"preact-v10.0.1-keyed","benchmark":"34_startup-totalbytes","values":[152.5244140625,152.5244140625,152.5244140625,152.5244140625]},{"framework":"ractive-v1.3.6-keyed","benchmark":"01_run1k","values":[220.363,272.362,240.156,242.325,242.625,228.197,227.625,228.841,227.55,223.97]},{"framework":"ractive-v1.3.6-keyed","benchmark":"02_replace1k","values":[182.447,185.096,172.089,174.638,174.768,175.666,173.389,175.588,175.887,175.558]},{"framework":"ractive-v1.3.6-keyed","benchmark":"03_update10th1k_x16","values":[161.223,160.094,157.924,161.296,161.974,203.235,167.25,164.064,160.636,178.639]},{"framework":"ractive-v1.3.6-keyed","benchmark":"04_select1k","values":[79.893,79.145,76.783,88.654,89.61,88.566,81.775,84.347,84.39,84.487]},{"framework":"ractive-v1.3.6-keyed","benchmark":"05_swap1k","values":[470.107,462.379,466.964,474.878,468.714,459.232,462.923,482.226,466.785,463.689]},{"framework":"ractive-v1.3.6-keyed","benchmark":"06_remove-one-1k","values":[50.004,53.096,50.667,52.257,52.016,51.162,51.501,52.258,50.919,50.889]},{"framework":"ractive-v1.3.6-keyed","benchmark":"07_create10k","values":[1691.749,1688.332,1924.063,1776.84,1857.435,1916.993,1953.728,2565.237,1829.607,1927.512]},{"framework":"ractive-v1.3.6-keyed","benchmark":"08_create1k-after1k_x2","values":[434.116,403.327,420.581,398.657,402.275,404.105,398.471,404.624,419.184,399.051]},{"framework":"ractive-v1.3.6-keyed","benchmark":"09_clear1k_x8","values":[294.796,295.643,296.08,288.389,288.885,299.931,297.667,291.7,294.017,316.698]},{"framework":"ractive-v1.3.6-keyed","benchmark":"21_ready-memory","values":[1.4201507568359375,1.4201431274414062,1.420166015625,1.4201736450195312,1.4201278686523438]},{"framework":"ractive-v1.3.6-keyed","benchmark":"22_run-memory","values":[7.974220275878906,7.974224090576172,7.9741973876953125,7.974212646484375,7.974262237548828]},{"framework":"ractive-v1.3.6-keyed","benchmark":"23_update5-memory","values":[8.3043212890625,8.304306030273438,8.304378509521484,8.304344177246094,8.304435729980469]},{"framework":"ractive-v1.3.6-keyed","benchmark":"24_run5-memory","values":[8.800941467285156,8.80202865600586,8.801403045654297,8.802005767822266,8.806865692138672]},{"framework":"ractive-v1.3.6-keyed","benchmark":"25_run-clear-memory","values":[3.6343116760253906,3.631481170654297,3.631458282470703,3.6333961486816406,3.6334266662597656]},{"framework":"ractive-v1.3.6-keyed","benchmark":"31_startup-ci","values":[3120.916,3142.228,3114.312,3126.436]},{"framework":"ractive-v1.3.6-keyed","benchmark":"32_startup-bt","values":[88.648,116.99600000000001,73.34800000000001,94.532]},{"framework":"ractive-v1.3.6-keyed","benchmark":"34_startup-totalbytes","values":[363.0703125,363.0703125,363.0703125,363.0703125]},{"framework":"rawact-v0.5.0-keyed","benchmark":"01_run1k","values":[139.945,136.628,140.115,143.846,136.128,135.582,139.676,136.147,137.268,137.57]},{"framework":"rawact-v0.5.0-keyed","benchmark":"02_replace1k","values":[142.411,125.234,126.007,123.502,139.852,125.884,131.64,131.545,130.801,124.661]},{"framework":"rawact-v0.5.0-keyed","benchmark":"03_update10th1k_x16","values":[174.956,170.585,169.44,167.67,176.419,168.198,178.33,167.329,174.737,170.683]},{"framework":"rawact-v0.5.0-keyed","benchmark":"04_select1k","values":[79.341,36.383,36.258,35.784,38.049,42.732,35.711,39.928,35.946,34.461]},{"framework":"rawact-v0.5.0-keyed","benchmark":"05_swap1k","values":[60.422,49.535,55.067,51.395,55.586,56.74,51.049,58.189,55.308,52.325]},{"framework":"rawact-v0.5.0-keyed","benchmark":"06_remove-one-1k","values":[43.507,43.778,44.922,44.885,44.824,43.267,44.201,43.441,47.056,44.105]},{"framework":"rawact-v0.5.0-keyed","benchmark":"07_create10k","values":[1228.537,1243.165,1270.666,1256.04,1251.536,1256.238,1250.926,1249.689,1263.42,1244.625]},{"framework":"rawact-v0.5.0-keyed","benchmark":"08_create1k-after1k_x2","values":[268.27,266.837,279.672,272.497,267.707,267.589,263.776,272.542,271.136,271.518]},{"framework":"rawact-v0.5.0-keyed","benchmark":"09_clear1k_x8","values":[106.646,112.913,107.451,121.367,112.494,108.117,107.934,116.744,105.431,119.039]},{"framework":"rawact-v0.5.0-keyed","benchmark":"21_ready-memory","values":[1.1045265197753906,1.1045112609863281,1.1045112609863281,1.1044960021972656,1.1045341491699219]},{"framework":"rawact-v0.5.0-keyed","benchmark":"22_run-memory","values":[3.4433937072753906,3.44317626953125,3.4432754516601562,3.443279266357422,3.4431610107421875]},{"framework":"rawact-v0.5.0-keyed","benchmark":"23_update5-memory","values":[3.8646011352539062,3.8484764099121094,3.864593505859375,3.8645477294921875,3.8645477294921875]},{"framework":"rawact-v0.5.0-keyed","benchmark":"24_run5-memory","values":[10.979686737060547,10.979976654052734,11.029060363769531,10.979591369628906,10.979564666748047]},{"framework":"rawact-v0.5.0-keyed","benchmark":"25_run-clear-memory","values":[11.215946197509766,11.216297149658203,11.216072082519531,11.215950012207031,11.216041564941406]},{"framework":"rawact-v0.5.0-keyed","benchmark":"31_startup-ci","values":[1957.5839999999998,1952.7959999999998,1952.92,1958.612]},{"framework":"rawact-v0.5.0-keyed","benchmark":"32_startup-bt","values":[21.839999999999996,16,16,25.895999999999997]},{"framework":"rawact-v0.5.0-keyed","benchmark":"34_startup-totalbytes","values":[150.2470703125,150.2470703125,150.2470703125,150.2470703125]},{"framework":"rax-v0.6.7-keyed","benchmark":"01_run1k","values":[169.009,170.804,166.582,158.752,162.581,170.88,164.926,175.656,174.865,174.425]},{"framework":"rax-v0.6.7-keyed","benchmark":"02_replace1k","values":[146.206,153.725,162.454,150.516,157.074,152.632,154.84,151.569,154.132,153.388]},{"framework":"rax-v0.6.7-keyed","benchmark":"03_update10th1k_x16","values":[221.201,206.563,209.043,214.85,211.817,208.397,216.077,215.972,207.957,210.354]},{"framework":"rax-v0.6.7-keyed","benchmark":"04_select1k","values":[63.469,47.855,43.724,45.891,50.807,44.238,43.152,47.453,40.841,47.09]},{"framework":"rax-v0.6.7-keyed","benchmark":"05_swap1k","values":[450.322,453.733,451.73,451.091,449.211,466.256,452.548,446.664,440.365,448.999]},{"framework":"rax-v0.6.7-keyed","benchmark":"06_remove-one-1k","values":[46.267,44.628,45.44,49.889,45.037,44.582,45.002,44.759,47.044,46.204]},{"framework":"rax-v0.6.7-keyed","benchmark":"07_create10k","values":[1433.552,1477.31,1525.007,1540.867,1624.89,1583.305,1520.351,1528.483,1542.211,1616.958]},{"framework":"rax-v0.6.7-keyed","benchmark":"08_create1k-after1k_x2","values":[331.219,358.899,339.198,364.142,342.652,334.429,339.816,332.924,336.907,356.129]},{"framework":"rax-v0.6.7-keyed","benchmark":"09_clear1k_x8","values":[207.215,200.937,217.006,219.328,214.272,219.009,213.746,218.517,222.384,222.297]},{"framework":"rax-v0.6.7-keyed","benchmark":"21_ready-memory","values":[1.1771583557128906,1.1771430969238281,1.1771736145019531,1.1771736145019531,1.1772117614746094]},{"framework":"rax-v0.6.7-keyed","benchmark":"22_run-memory","values":[4.225589752197266,4.225677490234375,4.225700378417969,4.235603332519531,4.238624572753906]},{"framework":"rax-v0.6.7-keyed","benchmark":"23_update5-memory","values":[4.651485443115234,4.651630401611328,4.651546478271484,4.651569366455078,4.651477813720703]},{"framework":"rax-v0.6.7-keyed","benchmark":"24_run5-memory","values":[4.9212493896484375,4.922126770019531,4.921466827392578,4.921543121337891,4.935352325439453]},{"framework":"rax-v0.6.7-keyed","benchmark":"25_run-clear-memory","values":[2.674945831298828,2.6939659118652344,2.6668777465820312,2.6672515869140625,2.6668777465820312]},{"framework":"rax-v0.6.7-keyed","benchmark":"31_startup-ci","values":[2258.4120000000003,2255.6440000000002,2253.2839999999997,2254.5200000000004]},{"framework":"rax-v0.6.7-keyed","benchmark":"32_startup-bt","values":[25.279999999999994,70.704,16,16]},{"framework":"rax-v0.6.7-keyed","benchmark":"34_startup-totalbytes","values":[203.6767578125,203.6767578125,203.6767578125,203.6767578125]},{"framework":"react-v16.8.6-keyed","benchmark":"01_run1k","values":[170.233,170.517,170.028,168.299,167.734,167.06,177.92,166.375,172.809,169.073]},{"framework":"react-v16.8.6-keyed","benchmark":"02_replace1k","values":[145.507,139.557,136.978,137.917,139.087,140.992,147.496,140.584,137.944,143.609]},{"framework":"react-v16.8.6-keyed","benchmark":"03_update10th1k_x16","values":[172.423,175.379,178.274,176.591,173.189,174.555,173.13,216.979,174.774,175.891]},{"framework":"react-v16.8.6-keyed","benchmark":"04_select1k","values":[46.858,25.824,34.717,27.919,29.177,33.415,31.376,35.645,30.371,28.539]},{"framework":"react-v16.8.6-keyed","benchmark":"05_swap1k","values":[453.827,461.398,465.575,452.862,468.584,462.13,468.746,457.156,460.492,460.859]},{"framework":"react-v16.8.6-keyed","benchmark":"06_remove-one-1k","values":[43.528,45.273,46.272,44.474,43.731,45.099,45.582,45.474,43.95,43.588]},{"framework":"react-v16.8.6-keyed","benchmark":"07_create10k","values":[1548.739,1625.844,1691.565,1679.969,1652.328,1731.008,1660.256,1735.668,1697.345,1685.46]},{"framework":"react-v16.8.6-keyed","benchmark":"08_create1k-after1k_x2","values":[320.044,326.083,321.59,382.949,333.267,324.808,330.076,335.144,328.025,353.067]},{"framework":"react-v16.8.6-keyed","benchmark":"09_clear1k_x8","values":[149.202,152.569,153.704,156.981,158.889,146.007,151.938,145.088,143.982,148.383]},{"framework":"react-v16.8.6-keyed","benchmark":"21_ready-memory","values":[1.3077201843261719,1.3077201843261719,1.3077201843261719,1.3077201843261719,1.3076972961425781]},{"framework":"react-v16.8.6-keyed","benchmark":"22_run-memory","values":[3.8921432495117188,3.892498016357422,3.892505645751953,3.892559051513672,3.892559051513672]},{"framework":"react-v16.8.6-keyed","benchmark":"23_update5-memory","values":[4.650798797607422,4.651115417480469,4.651363372802734,4.651592254638672,4.6506805419921875]},{"framework":"react-v16.8.6-keyed","benchmark":"24_run5-memory","values":[5.242252349853516,5.234039306640625,5.242343902587891,5.223194122314453,5.241767883300781]},{"framework":"react-v16.8.6-keyed","benchmark":"25_run-clear-memory","values":[3.1948394775390625,3.1943817138671875,3.2135086059570312,3.1947364807128906,3.1947059631347656]},{"framework":"react-v16.8.6-keyed","benchmark":"31_startup-ci","values":[2513.872,2540.0239999999994,2539.996,2525.164]},{"framework":"react-v16.8.6-keyed","benchmark":"32_startup-bt","values":[71.40400000000001,117.32400000000001,117.26400000000004,90.336]},{"framework":"react-v16.8.6-keyed","benchmark":"34_startup-totalbytes","values":[260.6376953125,260.6376953125,260.6376953125,260.6376953125]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"01_run1k","values":[175.559,176.936,171.753,187.763,171.214,171.231,175.597,172.959,196.19,168.137]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"02_replace1k","values":[139.487,144.955,140.557,141.466,145.448,138.97,137.789,138.08,151.539,136.015]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"03_update10th1k_x16","values":[161.188,164.528,165.559,178.286,165.423,171.756,177.888,160.156,164.961,168.161]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"04_select1k","values":[30.712,34.296,40.174,35.733,30.16,35.975,37.771,34.545,33.332,31.262]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"05_swap1k","values":[451.151,454.427,467.008,455.499,469.168,458.858,465.361,459.951,460.501,465.414]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"06_remove-one-1k","values":[44.293,45.004,43.801,43.815,46.154,43.899,44.728,44.089,43.484,43.75]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"07_create10k","values":[1567.086,1641.81,1672.843,1695.164,1676.818,1680.478,1663.959,1714.903,1720.653,1765.753]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"08_create1k-after1k_x2","values":[328.649,322.397,332.742,319.685,324.692,317.529,317.285,320.401,319.156,349.287]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"09_clear1k_x8","values":[141.65,143.899,158.351,153.737,155.79,157.864,143.416,158.536,146.118,145.034]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"21_ready-memory","values":[1.3775634765625,1.3775405883789062,1.3775405883789062,1.3775634765625,1.3775634765625]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"22_run-memory","values":[3.969829559326172,3.9698104858398438,3.9696006774902344,3.9698028564453125,3.969898223876953]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"23_update5-memory","values":[4.674064636230469,4.672569274902344,4.673374176025391,4.673194885253906,4.673988342285156]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"24_run5-memory","values":[5.219066619873047,5.219638824462891,5.2512969970703125,5.251319885253906,5.251365661621094]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"25_run-clear-memory","values":[3.19964599609375,3.199596405029297,3.2001571655273438,3.2003135681152344,3.199565887451172]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"31_startup-ci","values":[2713.8,2701.4840000000004,2706.9599999999996,2705.6639999999998]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"32_startup-bt","values":[128.712,16,95.548,102.80000000000001]},{"framework":"react-djinn-v16.8.3 + 1.3.1 + 1.4.0-keyed","benchmark":"34_startup-totalbytes","values":[266.35546875,266.35546875,266.35546875,266.35546875]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"01_run1k","values":[190.796,186.824,188.253,190.601,185.566,205.118,185.561,188.943,192.91,184.998]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"02_replace1k","values":[144.486,145.163,142.626,151.216,146.037,146.184,142.818,145.685,141.393,141.779]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"03_update10th1k_x16","values":[201.662,195.922,204.179,207.791,196.533,197.981,196.394,201.572,204.523,207.92]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"04_select1k","values":[35.152,32.358,26.423,29.774,27.639,23.089,23.838,35.052,29.211,30.396]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"05_swap1k","values":[455.187,461.437,462.452,478.477,471.571,467.222,466.483,462.436,462.98,471.164]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"06_remove-one-1k","values":[47.209,47.697,47.307,46.862,46.662,46.967,46.747,50.856,46.998,46.523]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"07_create10k","values":[1599.59,1676.846,1766.18,1745.179,1744.583,1712.965,1741.392,1741.936,1814.287,1737.033]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"08_create1k-after1k_x2","values":[347.686,363.826,341.664,354.709,352.769,339.938,348.205,350.39,353.953,352.187]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"09_clear1k_x8","values":[172.069,176.859,175.012,170.247,176.876,179.514,170.279,175.847,178.695,179.04]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"21_ready-memory","values":[1.3912620544433594,1.3912620544433594,1.3912620544433594,1.3912620544433594,1.3912620544433594]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"22_run-memory","values":[4.771060943603516,4.771488189697266,4.771064758300781,4.771064758300781,4.771049499511719]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"23_update5-memory","values":[5.429683685302734,5.430187225341797,5.4301910400390625,5.430133819580078,5.429283142089844]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"24_run5-memory","values":[7.1273651123046875,7.127025604248047,7.127429962158203,7.1267242431640625,7.179485321044922]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"25_run-clear-memory","values":[3.9109268188476562,3.9107398986816406,3.9110450744628906,3.9156150817871094,3.9684600830078125]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"31_startup-ci","values":[2704.5420000000004,2705.37,2704.0379999999996,2714.5919999999996]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"32_startup-bt","values":[73.52400000000002,88.06,17.979999999999997,123.58400000000002]},{"framework":"react-easy-state-v16.1.0 + 5.0.0-keyed","benchmark":"34_startup-totalbytes","values":[268.38671875,268.38671875,268.38671875,268.38671875]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"01_run1k","values":[169.097,167.942,172.559,171.133,167.903,168.801,166.128,164.42,168.104,167.397]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"02_replace1k","values":[137.967,139.577,140.968,135.08,135.205,144.978,137.085,136.437,135.617,138.699]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"03_update10th1k_x16","values":[219.112,174.406,164.125,165.995,168.741,166.159,169.532,168.481,179.339,165.639]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"04_select1k","values":[30.065,31.671,45.165,45.532,37.613,30.581,42.072,35.1,31.209,31.457]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"05_swap1k","values":[461,464.181,457.943,470.22,466.531,465.58,461.107,465.252,462.819,477.172]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"06_remove-one-1k","values":[44.353,45.456,44.725,48.515,45.401,48.176,44.479,44.401,44.365,44.339]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"07_create10k","values":[1544.538,1606.389,1691.595,1724.821,1700.447,1716.61,1715.872,1729.258,1558.368,1587.164]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"08_create1k-after1k_x2","values":[321.862,326.274,360.384,329.209,327.371,322.564,336.974,320.657,325.389,329.922]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"09_clear1k_x8","values":[146.57,140.208,151.551,154.077,153.008,155.242,153.178,145.567,151.471,153.983]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"21_ready-memory","values":[1.3509330749511719,1.3509292602539062,1.3509330749511719,1.3509330749511719,1.3509330749511719]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"22_run-memory","values":[4.078819274902344,4.078834533691406,4.078758239746094,4.078876495361328,4.078849792480469]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"23_update5-memory","values":[4.842929840087891,4.842586517333984,4.8433380126953125,4.842498779296875,4.843437194824219]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"24_run5-memory","values":[5.173973083496094,5.131683349609375,5.17413330078125,5.173942565917969,5.174121856689453]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"25_run-clear-memory","values":[3.087017059326172,3.0681190490722656,3.0869827270507812,3.0870399475097656,3.0681533813476562]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"31_startup-ci","values":[2527.2,2521.0280000000002,2524.24,2526.6360000000004]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"32_startup-bt","values":[95.54399999999998,88.25200000000001,89.23199999999999,93.828]},{"framework":"react-hooks-v16.8.6-keyed","benchmark":"34_startup-totalbytes","values":[259.7802734375,259.7802734375,259.7802734375,259.7802734375]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"01_run1k","values":[153.287,138.486,144.807,142.417,162.553,142.853,152.1,141.088,201.355,140.543]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"02_replace1k","values":[156.879,157.527,161.364,156.098,158.169,157.52,155.481,157.043,155.794,159.005]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"03_update10th1k_x16","values":[331.394,530.504,322.787,331.677,328.863,351.989,341.67,535.116,346.248,322.119]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"04_select1k","values":[174.55,156.411,159.103,158.8,158.741,177.496,172.28,161.054,179.758,177.293]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"05_swap1k","values":[485.535,490.726,487.219,495.99,506.607,487.8,481.167,487.963,493.736,499.909]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"06_remove-one-1k","values":[50.6,51.7,54.349,51.471,54.018,56.123,52.832,54.495,52.784,53.675]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"07_create10k","values":[1293.865,1340.905,1412.131,1362.068,1402.016,1360.812,1350.048,1363.194,1359.107,1375.043]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"08_create1k-after1k_x2","values":[373.147,379.99,381.14,370.469,409.509,376.053,381.224,371.791,383.216,378.248]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"09_clear1k_x8","values":[204.902,210.867,211.506,206.072,199.449,206.431,212.294,199.196,205.594,212.782]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"21_ready-memory","values":[1.1965408325195312,1.1965560913085938,1.1965408325195312,1.1965713500976562,1.1965255737304688]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"22_run-memory","values":[6.7362518310546875,6.726509094238281,6.726509094238281,6.727893829345703,6.723793029785156]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"23_update5-memory","values":[4.287376403808594,4.2792510986328125,4.287361145019531,4.287101745605469,4.279453277587891]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"24_run5-memory","values":[4.587982177734375,4.600131988525391,4.596988677978516,4.587795257568359,4.587757110595703]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"25_run-clear-memory","values":[2.6914634704589844,2.69140625,2.4576988220214844,2.6916580200195312,2.6995697021484375]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"31_startup-ci","values":[2108.264,2108.6679999999997,2108.916,2102.956]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"32_startup-bt","values":[22.243999999999996,22.939999999999998,22.851999999999997,16]},{"framework":"react-lite-v0.15.30-keyed","benchmark":"34_startup-totalbytes","values":[174.09375,174.09375,174.09375,174.09375]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"01_run1k","values":[230.427,216.664,236.41,220.963,238.685,219.204,222.397,220.173,231.036,238.343]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"02_replace1k","values":[167.881,161.948,160.969,160.866,161.764,164.151,165.247,159.331,162.203,164.93]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"03_update10th1k_x16","values":[204.557,186.835,207.892,185.338,194.646,193.638,212.038,202.895,203.428,203.067]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"04_select1k","values":[64.697,44.629,42.717,48.484,45.503,50.613,46.248,48.868,45.259,47.904]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"05_swap1k","values":[462.712,465.957,478.479,482.36,467.8,461.988,466.191,470.983,480.043,458.3]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"06_remove-one-1k","values":[47.41,47.266,47.682,47.732,47.986,47.33,46.567,51.904,47.406,49.619]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"07_create10k","values":[1851.935,1858.781,1891.68,1976.386,1991.681,2025.385,2056.655,2424.979,2120.253,2169.529]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"08_create1k-after1k_x2","values":[419.103,424.235,398.027,400.428,397.187,407.811,409.596,404.742,415.859,415.187]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"09_clear1k_x8","values":[221.429,214.56,204.268,227.04,213.748,237.399,219.914,225.318,223.161,222.913]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"21_ready-memory","values":[1.512969970703125,1.5129470825195312,1.512969970703125,1.512969970703125,1.512969970703125]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"22_run-memory","values":[5.629077911376953,5.629077911376953,5.629077911376953,5.629077911376953,5.629077911376953]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"23_update5-memory","values":[6.2924041748046875,6.296051025390625,6.295932769775391,6.295871734619141,6.292385101318359]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"24_run5-memory","values":[10.21795654296875,10.273338317871094,10.21811294555664,10.222087860107422,10.264217376708984]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"25_run-clear-memory","values":[5.193778991699219,5.193714141845703,5.200771331787109,5.2010498046875,5.191791534423828]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"31_startup-ci","values":[2861.394,2863.8360000000002,2855.7780000000002,2854.4399999999996]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"32_startup-bt","values":[72.728,106.58800000000002,104.46000000000001,68.95600000000002]},{"framework":"react-mobX-v16.4.1 + 5.0.3-keyed","benchmark":"34_startup-totalbytes","values":[313.037109375,313.037109375,313.037109375,313.037109375]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"01_run1k","values":[206.488,201.823,210.065,200.828,200.992,203.058,199.466,202.497,205.533,210.009]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"02_replace1k","values":[153.937,152.144,150.848,165.464,157.746,152.768,154.26,152.315,151.42,152.435]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"03_update10th1k_x16","values":[312.187,240.377,260.468,255.183,279.056,279.091,263.771,253.567,260.398,249.896]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"04_select1k","values":[51.329,46.262,42.875,46.659,46.167,42.609,53.953,42.035,42.29,46.175]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"05_swap1k","values":[452.314,460.137,459.721,462.191,471.072,462.778,464.265,460.089,466.032,471.786]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"06_remove-one-1k","values":[51.741,51.845,52.713,51.407,52.969,52.31,52.903,52.092,52.732,52.565]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"07_create10k","values":[1771.54,1800.443,2010.162,1886.522,1891.673,1841.192,1907.273,2015.913,1902.88,1900.607]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":[365.994,375.305,373.562,376.541,399.81,377.615,395.086,376.379,398.947,372.878]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"09_clear1k_x8","values":[158.186,167.948,167.368,165.766,170.652,159.719,170.124,166.548,166.851,168.698]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"21_ready-memory","values":[1.4545135498046875,1.4545135498046875,1.4545516967773438,1.4545516967773438,1.4545516967773438]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"22_run-memory","values":[6.740150451660156,6.740028381347656,6.74005126953125,6.739986419677734,6.740058898925781]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"23_update5-memory","values":[7.708049774169922,7.708549499511719,7.708580017089844,7.70751953125,7.708171844482422]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"24_run5-memory","values":[7.937843322753906,7.932125091552734,7.937969207763672,7.938030242919922,7.881916046142578]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"25_run-clear-memory","values":[3.3175392150878906,3.2624588012695312,3.2647705078125,3.2519569396972656,3.2506790161132812]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"31_startup-ci","values":[2676.8680000000004,2659.268,2657.2039999999997,2699.1000000000004]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"32_startup-bt","values":[95.56800000000003,16.588,16,131.90800000000002]},{"framework":"react-redux-v16.8.6 + 7.1.0-keyed","benchmark":"34_startup-totalbytes","values":[279.2158203125,279.2158203125,279.2158203125,279.2158203125]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"01_run1k","values":[171.987,172.406,168.141,183.165,169.688,166.737,167.555,169.679,168.656,171.39]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"02_replace1k","values":[139.035,136.161,136.234,135.899,137.411,140.299,137.527,136.474,136.271,135.413]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"03_update10th1k_x16","values":[195.886,186.719,188.721,188.98,184.886,188.887,186.892,189.855,187.219,185.546]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"04_select1k","values":[36.12,35.532,37.388,28.912,30.717,37.727,34.74,31.707,27.665,34.637]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"05_swap1k","values":[460.721,460.151,465.167,464.472,466.056,468.219,461.706,460.6,470.492,463.701]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"06_remove-one-1k","values":[44.793,43.866,46.25,43.728,44.981,44.663,44.498,44.607,45.485,44.998]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"07_create10k","values":[1565.056,1607.997,1647.544,1672.658,1697.4,1674.468,1678.27,1719.271,1719.261,1815.682]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"08_create1k-after1k_x2","values":[317.833,330.124,326.126,338.465,324.119,318.637,320.48,320.381,331.488,354.057]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"09_clear1k_x8","values":[146.016,158.23,160.137,155.404,153.588,159.133,154.01,155.931,144.547,155.308]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"21_ready-memory","values":[1.6143722534179688,1.6143951416015625,1.6143226623535156,1.6143379211425781,1.6144332885742188]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"22_run-memory","values":[4.225975036621094,4.225959777832031,4.226844787597656,4.226020812988281,4.225982666015625]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"23_update5-memory","values":[4.989356994628906,4.989356994628906,4.989582061767578,4.989311218261719,4.990016937255859]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"24_run5-memory","values":[5.389118194580078,5.484855651855469,5.483604431152344,5.389225006103516,5.484138488769531]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"25_run-clear-memory","values":[3.3762168884277344,3.3604698181152344,3.3747787475585938,3.376117706298828,3.3766136169433594]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"31_startup-ci","values":[2853.04,2847.4840000000004,2842.6440000000002,2843.848]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"32_startup-bt","values":[144.17199999999997,133.484,125.88,125.28000000000002]},{"framework":"react-redux-combiner-v16.8.6 + 0.4.4-keyed","benchmark":"34_startup-totalbytes","values":[307.892578125,307.892578125,307.892578125,307.892578125]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"01_run1k","values":[176.565,181.057,182.331,176.925,175.588,174.935,181.01,219.355,182.091,176.371]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"02_replace1k","values":[138.112,141.629,138.859,139.722,136.41,144.712,142.117,141.375,138.743,138.74]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"03_update10th1k_x16","values":[221.583,209.51,217.129,226.157,218.336,222.54,213.755,224.732,225.928,218.661]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"04_select1k","values":[38.177,37.07,33.444,40.941,33.485,38.78,33.773,37.641,38.665,37.431]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"05_swap1k","values":[457.589,457.13,456.477,460.962,481.778,469.187,461.588,465.749,462.555,468.303]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"06_remove-one-1k","values":[43.989,43.454,46.507,45.889,44.13,44.821,44.5,43.824,46.247,49.878]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"07_create10k","values":[1598.281,1682.889,1772.138,1748.208,1725.716,1747.723,1759.371,1757.096,1773.465,1726.182]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"08_create1k-after1k_x2","values":[312.941,303.636,311.302,312.931,304.613,311.603,316.576,307.717,321.592,315.979]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"09_clear1k_x8","values":[161.689,166.892,170.653,165.587,166.408,166.079,156.628,167.509,155.702,167.462]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"21_ready-memory","values":[1.3991928100585938,1.399169921875,1.399169921875,1.5222396850585938,1.3991928100585938]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"22_run-memory","values":[5.2101593017578125,5.2103118896484375,5.210205078125,5.210186004638672,5.210262298583984]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"23_update5-memory","values":[6.022617340087891,6.022640228271484,6.024021148681641,6.022563934326172,6.022674560546875]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"24_run5-memory","values":[6.705211639404297,6.705455780029297,6.702892303466797,6.705329895019531,6.7052154541015625]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"25_run-clear-memory","values":[3.507740020751953,3.488636016845703,3.5073814392089844,3.5074844360351562,3.488616943359375]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"31_startup-ci","values":[2681.2559999999994,2683.7479999999996,2697.3559999999998,2655.564]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"32_startup-bt","values":[102.18800000000002,106.22800000000002,129.12,16]},{"framework":"react-redux-hooks-v16.8.6 + 7.1.0-keyed","benchmark":"34_startup-totalbytes","values":[277.5859375,277.5859375,277.5859375,277.5859375]},{"framework":"reagent-v0.8-keyed","benchmark":"01_run1k","values":[234.229,227.069,219.48,237.075,242.411,226.037,233.133,229.571,223.265,240.808]},{"framework":"reagent-v0.8-keyed","benchmark":"02_replace1k","values":[152.574,146.708,156.161,146.835,158.078,153.151,158.645,152.735,148.039,150.232]},{"framework":"reagent-v0.8-keyed","benchmark":"03_update10th1k_x16","values":[255.586,217.157,219.556,227.331,230.921,227.41,228.722,232.158,210.9,240.268]},{"framework":"reagent-v0.8-keyed","benchmark":"04_select1k","values":[52.389,46.452,50.264,45.67,48.796,50.502,50.396,53.146,48.538,49.762]},{"framework":"reagent-v0.8-keyed","benchmark":"05_swap1k","values":[454.229,470.131,464.842,470.899,469.046,475.16,466.554,470.839,485.653,468.48]},{"framework":"reagent-v0.8-keyed","benchmark":"06_remove-one-1k","values":[58.159,68.32,49.973,62.394,61.055,51.543,63.655,49.597,58.231,54.376]},{"framework":"reagent-v0.8-keyed","benchmark":"07_create10k","values":[1705.704,1756.419,1754.71,1742.56,1762.862,1760.552,1761.028,1747.653,1755.345,1762.834]},{"framework":"reagent-v0.8-keyed","benchmark":"08_create1k-after1k_x2","values":[352.278,365.745,358.823,358.398,360.668,364.894,385.748,367.79,369.051,396.273]},{"framework":"reagent-v0.8-keyed","benchmark":"09_clear1k_x8","values":[145.034,149.391,153.838,160.507,161.771,168.897,169.103,151.317,177.826,171.159]},{"framework":"reagent-v0.8-keyed","benchmark":"21_ready-memory","values":[1.6165390014648438,1.6165390014648438,1.6165351867675781,1.6165390014648438,1.7395820617675781]},{"framework":"reagent-v0.8-keyed","benchmark":"22_run-memory","values":[4.4717864990234375,4.472202301025391,4.472179412841797,4.472164154052734,4.472202301025391]},{"framework":"reagent-v0.8-keyed","benchmark":"23_update5-memory","values":[5.50079345703125,5.500244140625,5.500392913818359,5.500347137451172,5.50030517578125]},{"framework":"reagent-v0.8-keyed","benchmark":"24_run5-memory","values":[6.004932403564453,5.994533538818359,6.00482177734375,5.99462890625,5.994129180908203]},{"framework":"reagent-v0.8-keyed","benchmark":"25_run-clear-memory","values":[3.6835975646972656,3.683086395263672,3.685192108154297,3.6847610473632812,3.6852684020996094]},{"framework":"reagent-v0.8-keyed","benchmark":"31_startup-ci","values":[3163.878,3154.644,3162.642,3154.218]},{"framework":"reagent-v0.8-keyed","benchmark":"32_startup-bt","values":[119.60000000000001,85.396,114.95999999999998,100.39199999999997]},{"framework":"reagent-v0.8-keyed","benchmark":"34_startup-totalbytes","values":[386.7861328125,386.7861328125,386.7861328125,386.7861328125]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"01_run1k","values":[182.778,204.337,189.098,187.823,185.377,200.406,201.209,185.978,187.976,184.478]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"02_replace1k","values":[155.348,156.961,164.745,155.751,155.665,158.659,157.537,155.322,165.349,159.248]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"03_update10th1k_x16","values":[297.885,193.89,193.248,187.711,179.908,192.2,192.716,191.053,199.1,173.486]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"04_select1k","values":[38.588,33.363,33.145,35.593,32.054,38.525,37.007,34.833,32.341,39.419]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"05_swap1k","values":[66.206,49.779,66.21,52.667,64.932,51.088,51.057,60.438,60.517,50.619]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"06_remove-one-1k","values":[46.906,46.156,46.439,46.461,50.531,46.679,46.04,46.355,46.288,46.962]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"07_create10k","values":[1467.994,1534.722,1547.503,1617.028,1585.497,1566.681,1567.192,1546.52,1567.343,1572.266]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"08_create1k-after1k_x2","values":[358.903,335.796,332.992,328.179,353.005,331.633,345.004,332.332,330.271,332.673]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"09_clear1k_x8","values":[136.83,145.605,151.973,155.613,153.472,155.119,156.261,153.105,142.891,155.051]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"21_ready-memory","values":[1.1201286315917969,1.1201133728027344,1.1200828552246094,1.1200828552246094,1.1200981140136719]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"22_run-memory","values":[4.267913818359375,4.265270233154297,4.264503479003906,4.264499664306641,4.268154144287109]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"23_update5-memory","values":[4.567878723144531,4.567935943603516,4.56787109375,4.571830749511719,4.568675994873047]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"24_run5-memory","values":[4.816593170166016,4.814868927001953,4.8166046142578125,4.814899444580078,4.826259613037109]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"25_run-clear-memory","values":[2.4175186157226562,2.4231605529785156,2.422943115234375,2.41693115234375,2.417694091796875]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"31_startup-ci","values":[2035.424,2027.52,2034.96,2035.112]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"32_startup-bt","values":[21.112000000000002,22.287999999999997,75.65999999999997,25.227999999999994]},{"framework":"reaml-preact-v0.13.0 + 10.3.2-keyed","benchmark":"34_startup-totalbytes","values":[153.8203125,153.8203125,153.8203125,153.8203125]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"01_run1k","values":[188.614,186.413,191.313,192.811,201.479,194.327,188.9,188.864,200.745,189.958]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"02_replace1k","values":[141.429,151.737,143.124,143.418,141.987,141.037,144.038,141.761,142.607,141.886]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"03_update10th1k_x16","values":[190.587,184.612,171.029,187.472,194.498,189.513,187.26,188.868,187.576,187.853]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"04_select1k","values":[34.543,34.587,39.311,37.924,35.175,38.209,32.698,33.748,37.452,36.968]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"05_swap1k","values":[453.711,466.278,466.239,463.909,464.06,466.198,470.974,470.617,468.487,473.206]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"06_remove-one-1k","values":[43.458,43.86,47.381,45.951,46.024,51.691,44.711,43.935,45.012,44.743]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"07_create10k","values":[1577.893,1607.259,1672.023,1795.602,1662.116,1664.97,1641.415,1706.054,1653.16,1665.458]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"08_create1k-after1k_x2","values":[326.604,329.061,331.055,367.213,337.663,328.288,365.008,332.048,335.752,344.714]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"09_clear1k_x8","values":[155.945,155.605,150.26,159.708,151.716,155.191,153.349,155.275,150.956,160.44]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"21_ready-memory","values":[1.3200531005859375,1.3200531005859375,1.3200492858886719,1.3200531005859375,1.3200531005859375]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"22_run-memory","values":[4.019351959228516,4.019321441650391,4.018699645996094,4.019313812255859,4.018688201904297]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"23_update5-memory","values":[4.7906341552734375,4.790683746337891,4.788688659667969,4.793895721435547,4.7881011962890625]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"24_run5-memory","values":[4.96868896484375,4.985774993896484,4.984855651855469,4.988334655761719,4.976806640625]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"25_run-clear-memory","values":[3.1389389038085938,3.1395111083984375,3.1389808654785156,3.1391448974609375,3.1280555725097656]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"31_startup-ci","values":[2677.936,2675.4799999999996,2651.8600000000006,2677.4079999999994]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"32_startup-bt","values":[92.74,91.19200000000001,17.168,89.036]},{"framework":"reaml-react-v0.13.0 + 16.13.0-keyed","benchmark":"34_startup-totalbytes","values":[271.2158203125,271.2158203125,271.2158203125,271.2158203125]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"01_run1k","values":[169.22,173.957,168.925,170.046,175.364,182.052,167.305,169.356,168.867,173.424]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"02_replace1k","values":[140.661,136.401,137.845,138.006,140.731,142.059,137.519,137.972,137.87,138.661]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"03_update10th1k_x16","values":[247.136,252.706,261.785,268.523,253.337,261.842,261.693,259.949,259.261,252.81]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"04_select1k","values":[104.866,108.163,103.501,106.197,100.469,110.215,105.827,114.343,108.995,101.579]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"05_swap1k","values":[474.523,487.059,473.491,488.955,489.854,477.723,488.163,487.76,478.085,487.475]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"06_remove-one-1k","values":[50.994,49.611,48.818,47.845,48.522,51.575,50.653,47.934,48.165,51.384]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"07_create10k","values":[1526.623,1626.498,1708.874,1532.648,1576.566,1568.558,1572.26,1663.275,1574.257,1606.529]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"08_create1k-after1k_x2","values":[338.491,340.804,343.681,340.695,340.883,337.956,354.501,341.156,356.021,351.969]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"09_clear1k_x8","values":[139.821,153.007,152.841,154.081,154.573,153.985,157.002,154.535,154.952,145.417]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"21_ready-memory","values":[1.3138771057128906,1.3138542175292969,1.3138771057128906,1.3138771057128906,1.3138771057128906]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"22_run-memory","values":[3.935302734375,3.9352798461914062,3.9352455139160156,3.935302734375,3.935211181640625]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"23_update5-memory","values":[6.374919891357422,6.374919891357422,6.375385284423828,6.375457763671875,6.374916076660156]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"24_run5-memory","values":[5.010200500488281,5.010196685791016,5.010200500488281,5.010200500488281,5.010196685791016]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"25_run-clear-memory","values":[3.0837745666503906,3.099597930908203,3.0744552612304688,3.0837783813476562,3.1025047302246094]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"31_startup-ci","values":[2506.988,2526.0879999999997,2522.536,2532.4719999999998]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"32_startup-bt","values":[16,93.73199999999999,85.112,101.588]},{"framework":"reason-react-v0.7.0-keyed","benchmark":"34_startup-totalbytes","values":[266.9833984375,266.9833984375,266.9833984375,266.9833984375]},{"framework":"redom-v3.24.1-keyed","benchmark":"01_run1k","values":[142.192,135.687,140.942,137.064,160.608,135.7,137.881,133.056,135.795,136.894]},{"framework":"redom-v3.24.1-keyed","benchmark":"02_replace1k","values":[141.029,128.563,135.074,128.372,129.462,133.432,129.075,130.62,135.094,130.576]},{"framework":"redom-v3.24.1-keyed","benchmark":"03_update10th1k_x16","values":[178.792,212.861,180.145,181.94,177.425,169.541,177.942,185.363,183.412,174.449]},{"framework":"redom-v3.24.1-keyed","benchmark":"04_select1k","values":[26.275,22.015,36.962,28.916,27.643,20.22,28.008,23.599,24.387,29.611]},{"framework":"redom-v3.24.1-keyed","benchmark":"05_swap1k","values":[46.245,50.992,52.653,60.255,55.626,60.99,47.381,56.973,56.866,60.931]},{"framework":"redom-v3.24.1-keyed","benchmark":"06_remove-one-1k","values":[43.483,44.293,47.381,44.47,44.135,49.909,44.903,45.266,43.798,46.847]},{"framework":"redom-v3.24.1-keyed","benchmark":"07_create10k","values":[1244.899,1288.23,1328.198,1333.298,1296.539,1310.037,1289.399,1290.084,1309.854,1300.116]},{"framework":"redom-v3.24.1-keyed","benchmark":"08_create1k-after1k_x2","values":[266.651,263.635,265.763,265.795,267.44,291.632,266.258,268.104,262.331,262.549]},{"framework":"redom-v3.24.1-keyed","benchmark":"09_clear1k_x8","values":[132.345,120.737,132.437,132.953,135.388,138.822,150.704,124.151,138.443,124.379]},{"framework":"redom-v3.24.1-keyed","benchmark":"21_ready-memory","values":[1.1172637939453125,1.1172866821289062,1.1172866821289062,1.1172943115234375,1.1172943115234375]},{"framework":"redom-v3.24.1-keyed","benchmark":"22_run-memory","values":[2.3732223510742188,2.3732681274414062,2.373363494873047,2.3733901977539062,2.3733444213867188]},{"framework":"redom-v3.24.1-keyed","benchmark":"23_update5-memory","values":[2.7332611083984375,2.7331924438476562,2.7331314086914062,2.7331619262695312,2.733356475830078]},{"framework":"redom-v3.24.1-keyed","benchmark":"24_run5-memory","values":[3.7690277099609375,3.769054412841797,3.769012451171875,3.772796630859375,3.7691078186035156]},{"framework":"redom-v3.24.1-keyed","benchmark":"25_run-clear-memory","values":[3.1919784545898438,3.1921157836914062,3.1918678283691406,3.1928558349609375,3.1926727294921875]},{"framework":"redom-v3.24.1-keyed","benchmark":"31_startup-ci","values":[1884.9,1884.3200000000002,1878.812,1880.3519999999999]},{"framework":"redom-v3.24.1-keyed","benchmark":"32_startup-bt","values":[22.643999999999995,22.955999999999992,16,17.887999999999998]},{"framework":"redom-v3.24.1-keyed","benchmark":"34_startup-totalbytes","values":[147.7138671875,147.7138671875,147.7138671875,147.7138671875]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"01_run1k","values":[518.556,524.839,524.08,564.47,566.46,543.155,597.317,547.864,525.494,529.88]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"02_replace1k","values":[287.421,298.147,303.702,297.492,303.292,290.853,292.954,294.975,294.965,291.799]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"03_update10th1k_x16","values":[955.541,957.356,965.721,962.717,919.64,936.11,979.168,977.815,950.319,960.498]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"04_select1k","values":[299.368,308.378,311.887,319.955,307.767,319.655,305.777,294.085,296.062,312.02]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"05_swap1k","values":[69.817,72.058,58.344,65.412,59.538,59.77,65.12,59.854,59.329,60.366]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"06_remove-one-1k","values":[49.397,47.627,48.8,54.435,60.1,50.6,59.031,59.609,60.575,62.553]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"07_create10k","values":[2958.778,2917.404,3043.949,3216.989,2995.319,2909.397,3076.58,2968.047,2999.651,3195.531]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"08_create1k-after1k_x2","values":[710.403,718.589,725.799,730.926,757.866,733.815,707.625,712.848,712.954,714.111]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"09_clear1k_x8","values":[758.749,723.085,731.461,742.196,752.56,763.941,725.563,742.377,743.662,744.914]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"21_ready-memory","values":[4.707283020019531,4.707324981689453,4.830295562744141,4.707141876220703,4.7074127197265625]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"22_run-memory","values":[16.658851623535156,16.658565521240234,16.658824920654297,16.658897399902344,16.65886688232422]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"23_update5-memory","values":[20.274330139160156,20.28676986694336,20.286537170410156,20.405941009521484,20.286991119384766]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"24_run5-memory","values":[37.89055252075195,37.9151611328125,37.88911056518555,37.915889739990234,37.91696548461914]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"25_run-clear-memory","values":[32.49074935913086,32.49039840698242,32.490570068359375,32.49088668823242,32.49213790893555]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"31_startup-ci","values":[16032.654999999999,16031.175000000001,16030.730000000001,16102.329999999998]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"32_startup-bt","values":[381.56000000000006,378.62000000000006,380.3,379.79200000000003]},{"framework":"reflex-dom-v0.4-keyed","benchmark":"34_startup-totalbytes","values":[2878.7509765625,2878.7509765625,2878.7509765625,2878.7509765625]},{"framework":"resonatejs-keyed","benchmark":"01_run1k","values":[150.723,148.903,150.974,153.337,151.849,160.815,150.756,154.411,219.794,155.082]},{"framework":"resonatejs-keyed","benchmark":"02_replace1k","values":[147.986,145.344,148.177,153.15,147.117,145.952,145.218,157.06,147.224,150.604]},{"framework":"resonatejs-keyed","benchmark":"03_update10th1k_x16","values":[160.482,213.991,158.921,157.484,159.825,157.594,161.62,163.303,166.298,160.339]},{"framework":"resonatejs-keyed","benchmark":"04_select1k","values":[26.543,20.348,22.596,25.538,32.775,28.927,26.611,22.432,26.101,27.517]},{"framework":"resonatejs-keyed","benchmark":"05_swap1k","values":[57.117,50.706,54.847,56.62,60.516,55.282,53.638,53.033,60.214,51.399]},{"framework":"resonatejs-keyed","benchmark":"06_remove-one-1k","values":[44.535,45.944,45.925,46.636,44.973,50.148,45.938,45.773,46.735,47.549]},{"framework":"resonatejs-keyed","benchmark":"07_create10k","values":[1438.027,1508.736,1576.141,1417.302,1405.815,1540.794,1539.712,1576.126,1584.829,1566.554]},{"framework":"resonatejs-keyed","benchmark":"08_create1k-after1k_x2","values":[311.051,315.734,330.782,320.953,321.918,318.704,321.281,320.14,319.241,322.149]},{"framework":"resonatejs-keyed","benchmark":"09_clear1k_x8","values":[143.481,146.504,149.466,150.965,146.582,149.39,149.991,153.024,157.249,155.536]},{"framework":"resonatejs-keyed","benchmark":"21_ready-memory","values":[1.2392082214355469,1.2392539978027344,1.2392234802246094,1.2392082214355469,1.2392311096191406]},{"framework":"resonatejs-keyed","benchmark":"22_run-memory","values":[3.2091598510742188,3.2092323303222656,3.2090988159179688,3.209117889404297,3.20916748046875]},{"framework":"resonatejs-keyed","benchmark":"23_update5-memory","values":[3.5444374084472656,3.5441627502441406,3.5444068908691406,3.544464111328125,3.544200897216797]},{"framework":"resonatejs-keyed","benchmark":"24_run5-memory","values":[3.7940444946289062,3.7939529418945312,3.7939720153808594,3.7941322326660156,3.793609619140625]},{"framework":"resonatejs-keyed","benchmark":"25_run-clear-memory","values":[2.600666046142578,2.391712188720703,2.600658416748047,2.6112327575683594,2.6006431579589844]},{"framework":"resonatejs-keyed","benchmark":"31_startup-ci","values":[2188.8194999999996,2187.6045,2188.3154999999997,2184.4905]},{"framework":"resonatejs-keyed","benchmark":"32_startup-bt","values":[21.887999999999998,21.507999999999996,21.447999999999993,16]},{"framework":"resonatejs-keyed","benchmark":"34_startup-totalbytes","values":[175.5625,175.5625,175.5625,175.5625]},{"framework":"riot-v4.12.0-keyed","benchmark":"01_run1k","values":[151.023,153.75,158.559,145.47,153.425,183.331,142.969,152.776,150.09,150.978]},{"framework":"riot-v4.12.0-keyed","benchmark":"02_replace1k","values":[142.888,144.346,144.743,142.861,147.118,146.118,166.798,143.913,145.591,144.183]},{"framework":"riot-v4.12.0-keyed","benchmark":"03_update10th1k_x16","values":[182.012,177.765,180.72,181.651,176.452,178.922,179.177,181.437,174.751,183.291]},{"framework":"riot-v4.12.0-keyed","benchmark":"04_select1k","values":[45.087,47.354,45.186,42.298,44.299,45.173,45.783,40.291,42.183,41.106]},{"framework":"riot-v4.12.0-keyed","benchmark":"05_swap1k","values":[56.858,56.794,56.269,54.228,56.408,51.366,51.61,52.149,66.082,53.004]},{"framework":"riot-v4.12.0-keyed","benchmark":"06_remove-one-1k","values":[43.616,44.529,45.401,44.245,44.478,45.916,44.433,44.536,45.039,44.612]},{"framework":"riot-v4.12.0-keyed","benchmark":"07_create10k","values":[1324.591,1384.641,1409.174,1470.922,1514.093,1443.336,1466.938,1547.79,1440.388,1460.359]},{"framework":"riot-v4.12.0-keyed","benchmark":"08_create1k-after1k_x2","values":[296.594,295.419,296.461,300.798,299.776,300.156,309.298,327.903,304.308,303.089]},{"framework":"riot-v4.12.0-keyed","benchmark":"09_clear1k_x8","values":[176.992,189.617,195.268,190.726,199.295,200.14,197.107,192.749,199.236,196.716]},{"framework":"riot-v4.12.0-keyed","benchmark":"21_ready-memory","values":[1.1342964172363281,1.1342887878417969,1.1342887878417969,1.1342735290527344,1.1342430114746094]},{"framework":"riot-v4.12.0-keyed","benchmark":"22_run-memory","values":[3.385974884033203,3.3858871459960938,3.385955810546875,3.3858909606933594,3.3858795166015625]},{"framework":"riot-v4.12.0-keyed","benchmark":"23_update5-memory","values":[3.7120742797851562,3.7121238708496094,3.7139244079589844,3.71392822265625,3.711994171142578]},{"framework":"riot-v4.12.0-keyed","benchmark":"24_run5-memory","values":[4.046566009521484,4.040615081787109,4.049591064453125,4.046485900878906,4.046352386474609]},{"framework":"riot-v4.12.0-keyed","benchmark":"25_run-clear-memory","values":[2.504016876220703,2.5040931701660156,2.50091552734375,2.501178741455078,2.516742706298828]},{"framework":"riot-v4.12.0-keyed","benchmark":"31_startup-ci","values":[2034.2440000000001,2028.252,2034.7399999999998,2028.1399999999999]},{"framework":"riot-v4.12.0-keyed","benchmark":"32_startup-bt","values":[22.539999999999996,16,82.37199999999999,16]},{"framework":"riot-v4.12.0-keyed","benchmark":"34_startup-totalbytes","values":[161.54296875,161.54296875,161.54296875,161.54296875]},{"framework":"san-v3.7.7-keyed","benchmark":"01_run1k","values":[130.971,132.599,130.68,133.113,130.292,126.97,163.523,132.737,154.882,160.483]},{"framework":"san-v3.7.7-keyed","benchmark":"02_replace1k","values":[125.082,124.996,129.757,131.224,124.592,127.095,129.358,124.211,126.315,124.014]},{"framework":"san-v3.7.7-keyed","benchmark":"03_update10th1k_x16","values":[189.937,178.422,176.158,188.828,171.898,174.828,180.632,218.631,175.215,173.594]},{"framework":"san-v3.7.7-keyed","benchmark":"04_select1k","values":[31.476,57.755,26.978,24.348,51.02,24.502,24.888,24.708,30.034,26.188]},{"framework":"san-v3.7.7-keyed","benchmark":"05_swap1k","values":[51.38,51.089,53.821,63.124,48.016,64.468,57.388,48.928,58.271,61.705]},{"framework":"san-v3.7.7-keyed","benchmark":"06_remove-one-1k","values":[43.553,43.229,44.523,44.984,44.524,43.519,43.834,44.225,44.06,45.226]},{"framework":"san-v3.7.7-keyed","benchmark":"07_create10k","values":[1149.449,1239.598,1267.376,1156.257,1258.633,1174.492,1162.43,1263.921,1152.21,1266.136]},{"framework":"san-v3.7.7-keyed","benchmark":"08_create1k-after1k_x2","values":[256.541,256.948,254.809,260.794,259.273,264.095,260.284,258.146,256.388,256.53]},{"framework":"san-v3.7.7-keyed","benchmark":"09_clear1k_x8","values":[133.285,123.765,132.775,133.435,141.994,124.93,131.494,123.838,123.315,126.073]},{"framework":"san-v3.7.7-keyed","benchmark":"21_ready-memory","values":[1.2469406127929688,1.2469024658203125,1.2469558715820312,1.2469329833984375,1.246917724609375]},{"framework":"san-v3.7.7-keyed","benchmark":"22_run-memory","values":[3.4127235412597656,3.412975311279297,3.4131202697753906,3.4130897521972656,3.413158416748047]},{"framework":"san-v3.7.7-keyed","benchmark":"23_update5-memory","values":[3.7511253356933594,3.750629425048828,3.7512283325195312,3.7507057189941406,3.7507858276367188]},{"framework":"san-v3.7.7-keyed","benchmark":"24_run5-memory","values":[4.0128631591796875,4.012199401855469,4.012470245361328,3.993511199951172,4.012660980224609]},{"framework":"san-v3.7.7-keyed","benchmark":"25_run-clear-memory","values":[2.6375694274902344,2.6375694274902344,2.6375350952148438,2.6341819763183594,2.637584686279297]},{"framework":"san-v3.7.7-keyed","benchmark":"31_startup-ci","values":[2258.844,2259.576,2253.272,2253.28]},{"framework":"san-v3.7.7-keyed","benchmark":"32_startup-bt","values":[71.968,77.956,16.567999999999998,16.604]},{"framework":"san-v3.7.7-keyed","benchmark":"34_startup-totalbytes","values":[199.2080078125,199.2080078125,199.2080078125,199.2080078125]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"01_run1k","values":[142.13,168.072,140.236,144.327,140.074,142.786,142.606,143.577,143.848,140.062]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"02_replace1k","values":[139.959,136.235,132.627,134.272,136.015,137.181,134.356,132.515,134.718,132.101]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"03_update10th1k_x16","values":[153.665,153.596,153.904,155.145,146.896,143.802,158.754,154.045,155.895,160.34]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"04_select1k","values":[18.294,23.635,23.981,23.676,18.988,19.789,19.091,20.958,21.981,20.498]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"05_swap1k","values":[56.446,52.087,60.122,51.779,48.093,59.86,49.927,62.322,62.784,60.131]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"06_remove-one-1k","values":[44.734,46.305,46.022,45.407,44.614,44.782,44.956,44.512,44.501,45.461]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"07_create10k","values":[1303.591,1345.671,1369.232,1437.057,1386.737,1426.878,1390.171,1406.143,1410.002,1407.254]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"08_create1k-after1k_x2","values":[329.558,342.223,347.463,339.78,348.688,344.508,349.076,344.323,382.706,342.436]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"09_clear1k_x8","values":[118.423,119.96,122.432,127.249,110.77,121.107,109.59,123.019,113.692,108.635]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"21_ready-memory","values":[1.2827529907226562,1.2827529907226562,1.2827987670898438,1.282806396484375,1.2827682495117188]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"22_run-memory","values":[2.8940200805664062,2.8962478637695312,2.894092559814453,2.89599609375,2.89404296875]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"23_update5-memory","values":[3.218128204345703,3.21820068359375,3.2195587158203125,3.2182655334472656,3.2181930541992188]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"24_run5-memory","values":[3.7395591735839844,3.7375030517578125,3.737163543701172,3.3941612243652344,3.737171173095703]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"25_run-clear-memory","values":[2.6581687927246094,2.6545791625976562,2.67486572265625,2.680450439453125,2.6581497192382812]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"31_startup-ci","values":[2484.224,2479.1440000000002,2478.2160000000003,2478.108]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"32_startup-bt","values":[90.22000000000003,84.51200000000001,16,16]},{"framework":"scarletsframe-v0.26.1-keyed","benchmark":"34_startup-totalbytes","values":[253.921875,253.921875,253.921875,253.921875]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"01_run1k","values":[121.117,125.045,146.152,121.765,123.703,122.825,122.768,124,120.921,127.566]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"02_replace1k","values":[127.977,121.955,125.592,122.463,121.756,124.558,122.885,121.355,120.429,120.657]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"03_update10th1k_x16","values":[159.06,153.877,151.357,165.814,153.729,150.787,153.422,152.976,151.822,155.714]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"04_select1k","values":[28.548,27.764,25.689,29.151,26.903,26.306,27.199,24.616,23.173,27.109]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"05_swap1k","values":[56.532,60.251,55.129,50.116,52.056,51.237,51.754,67.344,48.189,52.379]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"06_remove-one-1k","values":[43.304,46.401,46.753,43.763,43.784,44.268,43.667,44.255,44.381,44.895]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"07_create10k","values":[1107.552,1155.66,1092.58,1095.799,1096.289,1107.837,1099.734,1101.02,1107.904,1099.471]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"08_create1k-after1k_x2","values":[248.246,249.027,253.466,248.129,252.423,277.449,250.166,251.493,250.496,252.479]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"09_clear1k_x8","values":[107.983,113.584,112.814,116.074,111.306,113.616,103.128,117.701,114.451,113.38]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"21_ready-memory","values":[1.1099357604980469,1.1099510192871094,1.1099357604980469,1.1099586486816406,1.1099586486816406]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"22_run-memory","values":[1.7997016906738281,1.7995796203613281,1.7995414733886719,1.7995758056640625,1.7997360229492188]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"23_update5-memory","values":[2.1052703857421875,2.1050758361816406,2.1052780151367188,2.1052589416503906,2.1052818298339844]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"24_run5-memory","values":[2.4361419677734375,2.4362106323242188,2.4360694885253906,2.4360733032226562,2.4359207153320312]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"25_run-clear-memory","values":[2.3308944702148438,2.3310470581054688,2.330829620361328,2.3308448791503906,2.330860137939453]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"31_startup-ci","values":[2230.732,2243.594,2237.473,2199.919]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"32_startup-bt","values":[21.568,56.487999999999985,52.53599999999999,16]},{"framework":"sifrr-v0.0.5-keyed","benchmark":"34_startup-totalbytes","values":[163.9072265625,163.9072265625,163.9072265625,163.9072265625]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"01_run1k","values":[120.206,126.544,120.973,118.12,133.516,118.188,121.335,122.407,121.721,119.862]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"02_replace1k","values":[121.868,119.677,123.285,120.578,119.874,121.174,122.142,122.696,121.408,120.962]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"03_update10th1k_x16","values":[147.994,141.692,149.289,140.658,144.226,146.072,142.27,157.813,163.73,141.813]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"04_select1k","values":[19.377,20.619,16.144,21.296,19.821,19.19,15.675,16.922,15.893,15.083]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"05_swap1k","values":[49.6,59.266,61.38,51.551,59.418,52.158,51.393,47.674,52.153,52.531]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"06_remove-one-1k","values":[45.08,46.538,43.458,46.866,43.486,44.083,45.564,45.272,44.03,45.49]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"07_create10k","values":[1121.378,1139.207,1127.352,1118.052,1129.208,1150.598,1118.793,1150.204,1116.747,1098.096]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"08_create1k-after1k_x2","values":[244.875,250.027,243.987,245.174,245.819,247.526,246.898,243.467,244.205,244.557]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"09_clear1k_x8","values":[107.677,110.962,107.494,102.057,106.555,112.263,110.187,108.126,108.13,111.489]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"21_ready-memory","values":[1.1043281555175781,1.1043739318847656,1.1043510437011719,1.1043434143066406,1.1043281555175781]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"22_run-memory","values":[2.302539825439453,2.3026275634765625,2.30267333984375,2.30255126953125,2.3025856018066406]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"23_update5-memory","values":[2.6253929138183594,2.625621795654297,2.6255340576171875,2.625396728515625,2.625385284423828]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"24_run5-memory","values":[2.9667510986328125,2.966442108154297,2.9665451049804688,2.9666976928710938,2.9665756225585938]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"25_run-clear-memory","values":[2.4323577880859375,2.432373046875,2.4323577880859375,2.432342529296875,2.4323577880859375]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"31_startup-ci","values":[1884.4119999999998,1877.868,1884.1480000000001,1882.556]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"32_startup-bt","values":[22.715999999999994,16,23.62,22.415999999999997]},{"framework":"sinuous-v0.15.1-keyed","benchmark":"34_startup-totalbytes","values":[147.205078125,147.205078125,147.205078125,147.205078125]},{"framework":"solid-v0.17.2-keyed","benchmark":"01_run1k","values":[121.167,119.633,135.014,133.188,133.856,121.869,112.523,120.568,129.442,119.599]},{"framework":"solid-v0.17.2-keyed","benchmark":"02_replace1k","values":[115.171,117.501,116.947,122.231,117.665,117.098,120.889,118.299,131.698,117.074]},{"framework":"solid-v0.17.2-keyed","benchmark":"03_update10th1k_x16","values":[146.658,148.667,149.819,151.469,146.517,148.768,147.261,158.005,164.63,151.47]},{"framework":"solid-v0.17.2-keyed","benchmark":"04_select1k","values":[19.65,19.248,20.092,16.523,17.512,20.554,21.884,18.947,20.41,20.283]},{"framework":"solid-v0.17.2-keyed","benchmark":"05_swap1k","values":[51.092,54.895,47.5,47.403,60.711,50.249,48.88,65.539,47.523,61.249]},{"framework":"solid-v0.17.2-keyed","benchmark":"06_remove-one-1k","values":[42.878,50.312,43.7,43.026,43.847,43.878,45.221,43.87,44.79,43.691]},{"framework":"solid-v0.17.2-keyed","benchmark":"07_create10k","values":[1077.333,1112.887,1074.115,1137.098,1085.33,1098.102,1075.192,1098.28,1086.501,1103.662]},{"framework":"solid-v0.17.2-keyed","benchmark":"08_create1k-after1k_x2","values":[238.654,236.449,235.098,239.367,240.528,245.365,237.48,238.597,240.043,236.763]},{"framework":"solid-v0.17.2-keyed","benchmark":"09_clear1k_x8","values":[112.423,114.398,112.75,119.112,102.766,116.179,117.654,116.166,114.724,117.268]},{"framework":"solid-v0.17.2-keyed","benchmark":"21_ready-memory","values":[1.0841064453125,1.0841217041015625,1.084136962890625,1.08416748046875,1.08416748046875]},{"framework":"solid-v0.17.2-keyed","benchmark":"22_run-memory","values":[2.1568679809570312,2.1274452209472656,2.1274337768554688,2.1276473999023438,2.127490997314453]},{"framework":"solid-v0.17.2-keyed","benchmark":"23_update5-memory","values":[2.447967529296875,2.4462203979492188,2.4461822509765625,2.4481582641601562,2.4477500915527344]},{"framework":"solid-v0.17.2-keyed","benchmark":"24_run5-memory","values":[2.794116973876953,2.78790283203125,2.7942848205566406,2.7943267822265625,2.7882919311523438]},{"framework":"solid-v0.17.2-keyed","benchmark":"25_run-clear-memory","values":[2.318511962890625,2.3185272216796875,2.329193115234375,2.3222732543945312,2.3185272216796875]},{"framework":"solid-v0.17.2-keyed","benchmark":"31_startup-ci","values":[1883.8919999999998,1883.732,1884.6640000000002,1884.4679999999998]},{"framework":"solid-v0.17.2-keyed","benchmark":"32_startup-bt","values":[22.592,22.059999999999995,22.747999999999998,22.371999999999996]},{"framework":"solid-v0.17.2-keyed","benchmark":"34_startup-totalbytes","values":[149.1298828125,149.1298828125,149.1298828125,149.1298828125]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"01_run1k","values":[121.46,119.618,134.551,119.042,129.149,121.064,120.406,135.676,118.536,119.091]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"02_replace1k","values":[124.873,120.373,119.625,123.902,119.295,126.361,121.311,126.678,119.328,121.417]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"03_update10th1k_x16","values":[171.581,147.397,146.207,151.716,149.069,152.606,142.746,167.044,151.095,150.112]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"04_select1k","values":[15.834,20.31,17.462,28.127,19.283,19.082,24.121,17.558,21.065,19.457]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"05_swap1k","values":[60.266,52.219,49.651,61.113,64.181,52.32,49.62,62.325,51.191,48.994]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"06_remove-one-1k","values":[44.055,43.794,44.848,44.85,45.037,44.505,48.291,46.981,43.873,49.803]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"07_create10k","values":[1122.226,1164.084,1113.298,1113.147,1156.301,1150.813,1119.224,1176.164,1123.221,1150.238]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"08_create1k-after1k_x2","values":[245.857,245.936,249.472,245.728,247.141,254.47,249.269,247.435,247.905,248.074]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"09_clear1k_x8","values":[113.28,105.712,140.189,116.689,113.896,105.283,114.88,107.921,114.268,114.887]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"21_ready-memory","values":[1.0899848937988281,1.0899543762207031,1.0900077819824219,1.0899543762207031,1.0899391174316406]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"22_run-memory","values":[2.3505592346191406,2.350444793701172,2.3506126403808594,2.35040283203125,2.3503379821777344]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"23_update5-memory","values":[2.6718597412109375,2.6720123291015625,2.6721763610839844,2.6721153259277344,2.6721572875976562]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"24_run5-memory","values":[3.0150794982910156,3.015186309814453,3.0155105590820312,3.015308380126953,3.0154457092285156]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"25_run-clear-memory","values":[2.4770736694335938,2.477100372314453,2.4770431518554688,2.4770584106445312,2.4770736694335938]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"31_startup-ci","values":[1958.6,1958.8519999999999,1959.4160000000002,1955.04]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"32_startup-bt","values":[22.408,22.199999999999996,22.51599999999999,16.043999999999997]},{"framework":"solid-state-v0.17.2-keyed","benchmark":"34_startup-totalbytes","values":[151.08203125,151.08203125,151.08203125,151.08203125]},{"framework":"stage0-v0.0.2-keyed","benchmark":"01_run1k","values":[116.387,115.185,116.299,117.083,140.341,122.124,118.851,119.136,125.863,116.064]},{"framework":"stage0-v0.0.2-keyed","benchmark":"02_replace1k","values":[117.035,116.099,117.802,116.786,117.428,119.153,117.421,117.566,117.289,116.481]},{"framework":"stage0-v0.0.2-keyed","benchmark":"03_update10th1k_x16","values":[154.624,148.502,152.924,146.288,155.104,152.922,158.163,151.198,154.814,144.939]},{"framework":"stage0-v0.0.2-keyed","benchmark":"04_select1k","values":[21.169,21.425,22.796,22.131,26.045,21.279,22.475,22.005,23.556,22.211]},{"framework":"stage0-v0.0.2-keyed","benchmark":"05_swap1k","values":[61.656,48.032,60.289,57.846,63.337,46.546,51.206,51.428,56.242,61.438]},{"framework":"stage0-v0.0.2-keyed","benchmark":"06_remove-one-1k","values":[42.277,43.405,43.274,44.179,45.405,42.767,46.886,45.681,44.701,43.736]},{"framework":"stage0-v0.0.2-keyed","benchmark":"07_create10k","values":[1055.139,1108.322,1085.024,1068.586,1076.898,1068.373,1063.737,1080.053,1078.158,1067.787]},{"framework":"stage0-v0.0.2-keyed","benchmark":"08_create1k-after1k_x2","values":[236.389,237.813,238.971,241.635,236.789,234.857,238.982,236.344,238.03,235.281]},{"framework":"stage0-v0.0.2-keyed","benchmark":"09_clear1k_x8","values":[109.422,99.257,109.88,100.172,101.899,113.773,111.706,108.877,98.954,108.613]},{"framework":"stage0-v0.0.2-keyed","benchmark":"21_ready-memory","values":[1.1041831970214844,1.1042137145996094,1.1041679382324219,1.1041831970214844,1.1041984558105469]},{"framework":"stage0-v0.0.2-keyed","benchmark":"22_run-memory","values":[1.8633155822753906,1.8633804321289062,1.8632469177246094,1.8632354736328125,1.8633155822753906]},{"framework":"stage0-v0.0.2-keyed","benchmark":"23_update5-memory","values":[2.183094024658203,2.1832199096679688,2.1830673217773438,2.1831741333007812,2.1832656860351562]},{"framework":"stage0-v0.0.2-keyed","benchmark":"24_run5-memory","values":[2.5745887756347656,2.5707015991210938,2.5743865966796875,2.5745620727539062,2.574554443359375]},{"framework":"stage0-v0.0.2-keyed","benchmark":"25_run-clear-memory","values":[2.2895851135253906,2.289592742919922,2.2895469665527344,2.2895851135253906,2.2895469665527344]},{"framework":"stage0-v0.0.2-keyed","benchmark":"31_startup-ci","values":[1884.004,1883.696,1879.4879999999998,1883.9720000000002]},{"framework":"stage0-v0.0.2-keyed","benchmark":"32_startup-bt","values":[50.368,46.82000000000001,32.279999999999994,43.999999999999986]},{"framework":"stage0-v0.0.2-keyed","benchmark":"34_startup-totalbytes","values":[144.2275390625,144.2275390625,144.2275390625,144.2275390625]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"01_run1k","values":[135.816,134.272,138.857,132.381,146.039,135.649,133.935,144.238,134.391,138.021]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"02_replace1k","values":[129.291,129.118,136.356,135.733,129.251,156.035,128.968,138.65,132.26,137.161]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"03_update10th1k_x16","values":[165.807,145.862,150.488,150.745,158.185,154.777,148.793,158.64,159.597,152.674]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"04_select1k","values":[23.793,20.121,21.787,22.001,18.288,21.635,22.315,21.62,21.443,18.008]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"05_swap1k","values":[59.128,59.012,59.17,54.73,54.439,56.469,56.82,59.567,60.634,54.265]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"06_remove-one-1k","values":[42.387,43.785,43.878,46.668,42.469,45.42,43.013,42.974,44.247,43.623]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"07_create10k","values":[1235.073,1247.699,1281.586,1276.194,1254.569,1332.641,1285.577,1270.758,1315.272,1256.052]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"08_create1k-after1k_x2","values":[275.083,285.995,279.583,274.974,278.004,284.5,277.811,277.062,279.711,274.191]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"09_clear1k_x8","values":[118.141,121.635,120.508,124.046,108.952,124.187,119.814,111.152,111.594,110.412]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"21_ready-memory","values":[1.1227073669433594,1.1227073669433594,1.1227226257324219,1.1227378845214844,1.1227378845214844]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"22_run-memory","values":[1.9086875915527344,1.9086799621582031,1.9086494445800781,1.9086799621582031,1.9086189270019531]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"23_update5-memory","values":[2.2206878662109375,2.2207260131835938,2.2206954956054688,2.2207374572753906,2.220733642578125]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"24_run5-memory","values":[2.9301834106445312,2.9301681518554688,2.9301528930664062,2.9301071166992188,2.9297561645507812]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"25_run-clear-memory","values":[2.818267822265625,2.818927764892578,2.8187255859375,2.8182830810546875,2.8182754516601562]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"31_startup-ci","values":[2034.7440000000001,2027.98,2028.0439999999999,2027.952]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"32_startup-bt","values":[36.50799999999998,22.707999999999988,25.04799999999999,28.331999999999997]},{"framework":"stdweb-v0.4.17-keyed","benchmark":"34_startup-totalbytes","values":[269.2529296875,269.2529296875,269.2529296875,269.2529296875]},{"framework":"surplus-v0.5.3-keyed","benchmark":"01_run1k","values":[124.768,120.344,120.273,119.499,137.403,121.075,125.05,124.665,120.788,142.43]},{"framework":"surplus-v0.5.3-keyed","benchmark":"02_replace1k","values":[120.865,124.513,121.204,123.805,118.425,122.47,125.01,129.471,119.513,129.1]},{"framework":"surplus-v0.5.3-keyed","benchmark":"03_update10th1k_x16","values":[144.601,148.533,144.478,188.952,152.323,147.106,137.454,167.605,148.337,146.319]},{"framework":"surplus-v0.5.3-keyed","benchmark":"04_select1k","values":[19.704,18.953,26.238,20.233,18.982,22.834,18.654,20.684,19.709,18.031]},{"framework":"surplus-v0.5.3-keyed","benchmark":"05_swap1k","values":[55.274,52.169,57.584,62.321,57.543,63.588,56.843,60.528,48.408,48.822]},{"framework":"surplus-v0.5.3-keyed","benchmark":"06_remove-one-1k","values":[42.842,44.535,44.242,50.558,44.245,43.06,43.79,43.47,43.73,45.571]},{"framework":"surplus-v0.5.3-keyed","benchmark":"07_create10k","values":[1122.776,1140.977,1117.489,1138.304,1130.84,1169.907,1153.909,1198.954,1148.46,1171.083]},{"framework":"surplus-v0.5.3-keyed","benchmark":"08_create1k-after1k_x2","values":[252.457,247.031,251.694,254.858,250.598,252.295,252.004,255.472,247.511,248.232]},{"framework":"surplus-v0.5.3-keyed","benchmark":"09_clear1k_x8","values":[114.152,104.161,103.611,108.046,115.846,119.55,113.407,116.692,116.501,107.214]},{"framework":"surplus-v0.5.3-keyed","benchmark":"21_ready-memory","values":[1.0887680053710938,1.0887832641601562,1.0887832641601562,1.0887985229492188,1.0888137817382812]},{"framework":"surplus-v0.5.3-keyed","benchmark":"22_run-memory","values":[2.1347808837890625,2.1779441833496094,2.1754188537597656,2.177074432373047,2.135272979736328]},{"framework":"surplus-v0.5.3-keyed","benchmark":"23_update5-memory","values":[2.465190887451172,2.4652442932128906,2.4607162475585938,2.4654388427734375,2.460834503173828]},{"framework":"surplus-v0.5.3-keyed","benchmark":"24_run5-memory","values":[2.716442108154297,2.7170791625976562,2.7172775268554688,2.7166061401367188,2.7166175842285156]},{"framework":"surplus-v0.5.3-keyed","benchmark":"25_run-clear-memory","values":[2.4624176025390625,2.4624176025390625,2.46246337890625,2.4624481201171875,2.4624176025390625]},{"framework":"surplus-v0.5.3-keyed","benchmark":"31_startup-ci","values":[1958.3600000000001,1958.708,1959.6840000000002,1960.0279999999998]},{"framework":"surplus-v0.5.3-keyed","benchmark":"32_startup-bt","values":[22.819999999999997,25.59199999999999,19.287999999999997,22.54799999999999]},{"framework":"surplus-v0.5.3-keyed","benchmark":"34_startup-totalbytes","values":[150.740234375,150.740234375,150.740234375,150.740234375]},{"framework":"svelte-v3.18.1-keyed","benchmark":"01_run1k","values":[142.49,144.819,141.912,146.016,171.488,164.089,140.965,164.007,145.67,145.423]},{"framework":"svelte-v3.18.1-keyed","benchmark":"02_replace1k","values":[142.539,143.181,142.334,140.688,141.454,140.188,140.235,138.954,142.123,142.895]},{"framework":"svelte-v3.18.1-keyed","benchmark":"03_update10th1k_x16","values":[171.918,166.988,167.417,168.389,163.64,166.452,163.161,167.664,172.75,178.364]},{"framework":"svelte-v3.18.1-keyed","benchmark":"04_select1k","values":[36.672,23.078,29.17,25.328,23.243,22.185,27.929,24.375,28.136,24.86]},{"framework":"svelte-v3.18.1-keyed","benchmark":"05_swap1k","values":[48.988,54.849,49.637,60.644,58.975,62.594,61.808,60.352,55.561,49.016]},{"framework":"svelte-v3.18.1-keyed","benchmark":"06_remove-one-1k","values":[44.862,45.779,45.469,44.391,44.496,44.48,46.628,44.613,45.734,44.701]},{"framework":"svelte-v3.18.1-keyed","benchmark":"07_create10k","values":[1312.134,1292.311,1307.534,1421.262,1272.874,1300.32,1386.8,1350.431,1297.839,1409.991]},{"framework":"svelte-v3.18.1-keyed","benchmark":"08_create1k-after1k_x2","values":[291.48,298.538,327.758,287.181,291.246,289.622,287.737,295.569,289.844,291.705]},{"framework":"svelte-v3.18.1-keyed","benchmark":"09_clear1k_x8","values":[144.193,145.403,163.461,151.861,156.704,142.244,142.467,159.004,158.087,144.589]},{"framework":"svelte-v3.18.1-keyed","benchmark":"21_ready-memory","values":[1.0850601196289062,1.0850753784179688,1.0850753784179688,1.0850448608398438,1.0850753784179688]},{"framework":"svelte-v3.18.1-keyed","benchmark":"22_run-memory","values":[2.6926231384277344,2.692546844482422,2.6926498413085938,2.6925506591796875,2.692607879638672]},{"framework":"svelte-v3.18.1-keyed","benchmark":"23_update5-memory","values":[3.020030975341797,3.020709991455078,3.0185699462890625,3.020702362060547,3.020671844482422]},{"framework":"svelte-v3.18.1-keyed","benchmark":"24_run5-memory","values":[3.2266082763671875,3.2267837524414062,3.224231719970703,3.2242431640625,3.224407196044922]},{"framework":"svelte-v3.18.1-keyed","benchmark":"25_run-clear-memory","values":[2.4191207885742188,2.4190902709960938,2.415111541748047,2.4105911254882812,2.4190750122070312]},{"framework":"svelte-v3.18.1-keyed","benchmark":"31_startup-ci","values":[1877.4319999999998,1877.536,1884.1799999999998,1886.0639999999999]},{"framework":"svelte-v3.18.1-keyed","benchmark":"32_startup-bt","values":[16,16,22.531999999999996,22.476]},{"framework":"svelte-v3.18.1-keyed","benchmark":"34_startup-totalbytes","values":[145.6953125,145.6953125,145.6953125,145.6953125]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"01_run1k","values":[133.943,135.727,133.633,132.111,130.406,129.124,177.981,132.16,130.906,132.784]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"02_replace1k","values":[132.287,126.257,127.687,128.581,130.858,128.425,134.901,132.912,140.772,133.537]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"03_update10th1k_x16","values":[143.146,168.693,202.69,152.031,152.451,153.24,153.571,152.801,150.581,165.527]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"04_select1k","values":[27.498,21.756,26.474,22.326,21.332,29.064,26.164,23.837,29.044,25.032]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"05_swap1k","values":[49.201,62.666,60.359,50.092,49.513,58.997,51.503,50.878,51.711,62.307]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"06_remove-one-1k","values":[45.122,44.354,44.554,47.213,46.748,46.804,44.306,44.189,44.169,44.407]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"07_create10k","values":[1226.052,1269.752,1290.693,1319.392,1315.573,1327.534,1295.346,1322.466,1295.969,1330.295]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"08_create1k-after1k_x2","values":[275.68,269.242,272.927,273.152,274.497,272.624,277.205,289.597,278.817,283.941]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"09_clear1k_x8","values":[116.055,124.746,137.217,129.934,129.21,127.564,131.279,119.179,127.537,131.963]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"21_ready-memory","values":[1.1074371337890625,1.1073989868164062,1.1073684692382812,1.1073684692382812,1.1073837280273438]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"22_run-memory","values":[2.3273086547851562,2.3272628784179688,2.3273162841796875,2.3271408081054688,2.3273468017578125]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"23_update5-memory","values":[2.6935882568359375,2.6936988830566406,2.693798065185547,2.6937522888183594,2.69384765625]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"24_run5-memory","values":[3.1379776000976562,3.1397056579589844,3.1397857666015625,3.13800048828125,3.1380653381347656]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"25_run-clear-memory","values":[2.3259849548339844,2.323863983154297,2.3259849548339844,2.326000213623047,2.3259544372558594]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"31_startup-ci","values":[1883.2959999999998,1884.5320000000002,1884.076,1883.0880000000002]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"32_startup-bt","values":[22.31199999999999,24.007999999999996,17.511999999999997,22.355999999999995]},{"framework":"uhtml-v1.8.1-keyed","benchmark":"34_startup-totalbytes","values":[146.8994140625,146.8994140625,146.8994140625,146.8994140625]},{"framework":"vanillajs-keyed","benchmark":"01_run1k","values":[122.355,123.079,123.108,122.658,123.303,115.528,115.695,123.23,123.872,122.596]},{"framework":"vanillajs-keyed","benchmark":"02_replace1k","values":[111.247,116.549,112.253,114.964,114.632,115.623,113.138,116.879,113.513,116.683]},{"framework":"vanillajs-keyed","benchmark":"03_update10th1k_x16","values":[153.73,144.884,153.245,149.404,188.62,151.064,152.956,160.299,155.067,151.565]},{"framework":"vanillajs-keyed","benchmark":"04_select1k","values":[17.361,18.277,26.091,19.696,17.271,19.25,17.032,16.045,17.733,18.899]},{"framework":"vanillajs-keyed","benchmark":"05_swap1k","values":[45.161,50.247,45.399,50.04,52.839,51.076,57.145,58.353,48.608,50.467]},{"framework":"vanillajs-keyed","benchmark":"06_remove-one-1k","values":[49.796,42.741,43.867,45.472,43.096,46.423,44.049,44.848,44.134,44.13]},{"framework":"vanillajs-keyed","benchmark":"07_create10k","values":[1045.982,1051.692,1070.948,1099.137,1074.603,1067.772,1076.788,1070.513,1055.749,1051.724]},{"framework":"vanillajs-keyed","benchmark":"08_create1k-after1k_x2","values":[229.037,229.992,230.812,233.812,229.207,230.077,232.791,233.804,233.221,237.81]},{"framework":"vanillajs-keyed","benchmark":"09_clear1k_x8","values":[108.061,103.059,99.48,108.829,108.017,112.804,109.804,108.224,98.818,107.178]},{"framework":"vanillajs-keyed","benchmark":"21_ready-memory","values":[1.0702171325683594,1.0702018737792969,1.0702323913574219,1.0702018737792969,1.0702171325683594]},{"framework":"vanillajs-keyed","benchmark":"22_run-memory","values":[1.5981559753417969,1.5979766845703125,1.5981025695800781,1.5980262756347656,1.598175048828125]},{"framework":"vanillajs-keyed","benchmark":"23_update5-memory","values":[1.9220085144042969,1.9218635559082031,1.9221839904785156,1.9220046997070312,1.9344863891601562]},{"framework":"vanillajs-keyed","benchmark":"24_run5-memory","values":[2.235546112060547,2.235210418701172,2.235271453857422,2.2351913452148438,2.2353515625]},{"framework":"vanillajs-keyed","benchmark":"25_run-clear-memory","values":[2.2754478454589844,2.2754173278808594,2.2754173278808594,2.275463104248047,2.2754478454589844]},{"framework":"vanillajs-keyed","benchmark":"31_startup-ci","values":[1884.696,1877.808,1884.4119999999998,1878.156]},{"framework":"vanillajs-keyed","benchmark":"32_startup-bt","values":[22.616,16.627999999999993,23.336,17.375999999999998]},{"framework":"vanillajs-keyed","benchmark":"34_startup-totalbytes","values":[146.8427734375,146.8427734375,146.8427734375,146.8427734375]},{"framework":"vanillajs-1-keyed","benchmark":"01_run1k","values":[117.272,112.198,122.75,119.168,116.414,120.653,125.353,122.418,120.764,116.135]},{"framework":"vanillajs-1-keyed","benchmark":"02_replace1k","values":[119.353,112.049,114.977,113.565,116.625,112.329,112.99,115.594,112.817,113.103]},{"framework":"vanillajs-1-keyed","benchmark":"03_update10th1k_x16","values":[146.078,145.041,143.262,140.753,138.895,135.137,167.041,166.084,145.221,150.621]},{"framework":"vanillajs-1-keyed","benchmark":"04_select1k","values":[19.554,16.462,19.177,19.004,17.376,16.471,17.253,17.676,19.014,18.586]},{"framework":"vanillajs-1-keyed","benchmark":"05_swap1k","values":[58.188,45.577,46.344,60.485,58.736,55.604,47.049,61.19,48.303,48.959]},{"framework":"vanillajs-1-keyed","benchmark":"06_remove-one-1k","values":[43.103,45.65,42.594,45.281,43.853,44.595,43.983,42.685,45.841,42.85]},{"framework":"vanillajs-1-keyed","benchmark":"07_create10k","values":[1044.882,1048.943,1058.64,1051.82,1041.303,1071.845,1068.656,1046.247,1030.721,1040.124]},{"framework":"vanillajs-1-keyed","benchmark":"08_create1k-after1k_x2","values":[230.628,230.566,232.489,230.203,233.533,238.95,237.075,230.633,233.145,232.488]},{"framework":"vanillajs-1-keyed","benchmark":"09_clear1k_x8","values":[108.949,98.692,100.408,112.715,97.283,109.771,112.093,108.04,110.352,100.454]},{"framework":"vanillajs-1-keyed","benchmark":"21_ready-memory","values":[1.0645103454589844,1.0645103454589844,1.0644798278808594,1.0645256042480469,1.0645408630371094]},{"framework":"vanillajs-1-keyed","benchmark":"22_run-memory","values":[1.5829887390136719,1.5831489562988281,1.5831336975097656,1.5832481384277344,1.5831108093261719]},{"framework":"vanillajs-1-keyed","benchmark":"23_update5-memory","values":[1.9064903259277344,1.9190139770507812,1.9187736511230469,1.9189338684082031,1.9186477661132812]},{"framework":"vanillajs-1-keyed","benchmark":"24_run5-memory","values":[2.2204818725585938,2.2206497192382812,2.2206993103027344,2.2205963134765625,2.2204742431640625]},{"framework":"vanillajs-1-keyed","benchmark":"25_run-clear-memory","values":[2.2710800170898438,2.2710494995117188,2.2710494995117188,2.2710037231445312,2.2710800170898438]},{"framework":"vanillajs-1-keyed","benchmark":"31_startup-ci","values":[1883.0439999999999,1884.616,1885.1399999999999,1884.676]},{"framework":"vanillajs-1-keyed","benchmark":"32_startup-bt","values":[23.375999999999994,23.168000000000003,22.48,23.22799999999999]},{"framework":"vanillajs-1-keyed","benchmark":"34_startup-totalbytes","values":[143.17578125,143.17578125,143.17578125,143.17578125]},{"framework":"vanillajs-wc-keyed","benchmark":"01_run1k","values":[128.651,128.838,125.697,124.953,124.833,134.347,128.973,134.829,158.013,134.565]},{"framework":"vanillajs-wc-keyed","benchmark":"02_replace1k","values":[120.84,123.372,123.173,133.999,125.615,129.893,125.044,123.066,123.091,124.047]},{"framework":"vanillajs-wc-keyed","benchmark":"03_update10th1k_x16","values":[147.462,149.342,150.563,158.022,147.983,139.727,146.669,160.787,159.967,155.567]},{"framework":"vanillajs-wc-keyed","benchmark":"04_select1k","values":[38.979,17.777,19.3,20.459,18.338,18.32,19.148,18.605,19.37,25.081]},{"framework":"vanillajs-wc-keyed","benchmark":"05_swap1k","values":[60.775,46.814,61.825,52.209,47.68,58.428,51.578,49.619,49.642,60.629]},{"framework":"vanillajs-wc-keyed","benchmark":"06_remove-one-1k","values":[43.157,45.229,44.749,45.418,43.621,44.939,44.407,44.131,44.956,43.903]},{"framework":"vanillajs-wc-keyed","benchmark":"07_create10k","values":[1176.694,1198.426,1191.597,1177.077,1173.937,1179.234,1166.581,1290.655,1178.587,1155.045]},{"framework":"vanillajs-wc-keyed","benchmark":"08_create1k-after1k_x2","values":[255.58,259.24,262.567,259.292,256.611,271.531,254.019,261.495,254.414,259.75]},{"framework":"vanillajs-wc-keyed","benchmark":"09_clear1k_x8","values":[99.447,113.322,113.785,114.069,103.45,133.248,118.465,116.77,100,100.441]},{"framework":"vanillajs-wc-keyed","benchmark":"21_ready-memory","values":[1.0801353454589844,1.0801353454589844,1.0801811218261719,1.0801200866699219,1.0801048278808594]},{"framework":"vanillajs-wc-keyed","benchmark":"22_run-memory","values":[1.7629013061523438,1.7627677917480469,1.7627487182617188,1.7629470825195312,1.7627944946289062]},{"framework":"vanillajs-wc-keyed","benchmark":"23_update5-memory","values":[2.0881919860839844,2.0881004333496094,2.0882606506347656,2.0884056091308594,2.0882530212402344]},{"framework":"vanillajs-wc-keyed","benchmark":"24_run5-memory","values":[2.3171653747558594,2.316905975341797,2.31689453125,2.3169479370117188,2.3168869018554688]},{"framework":"vanillajs-wc-keyed","benchmark":"25_run-clear-memory","values":[2.297588348388672,2.2976722717285156,2.2976341247558594,2.297588348388672,2.297626495361328]},{"framework":"vanillajs-wc-keyed","benchmark":"31_startup-ci","values":[1885.2399999999998,1883.88,1879.304,1883.424]},{"framework":"vanillajs-wc-keyed","benchmark":"32_startup-bt","values":[35.42799999999999,38.14799999999998,23.567999999999987,36.955999999999996]},{"framework":"vanillajs-wc-keyed","benchmark":"34_startup-totalbytes","values":[147.9560546875,147.9560546875,147.9560546875,147.9560546875]},{"framework":"vidom-v0.11.0-keyed","benchmark":"01_run1k","values":[146.357,147.829,143.629,154.332,163.906,146.784,144.717,161.377,148.366,150.306]},{"framework":"vidom-v0.11.0-keyed","benchmark":"02_replace1k","values":[131.616,150.27,130.608,133.576,140.002,126.3,128.975,142.23,133.847,131.822]},{"framework":"vidom-v0.11.0-keyed","benchmark":"03_update10th1k_x16","values":[170.619,175.85,178.02,172.27,173.712,190.177,178.552,169.875,184.166,177.204]},{"framework":"vidom-v0.11.0-keyed","benchmark":"04_select1k","values":[54.459,46.951,52.165,44.787,46.446,52.571,55.96,46.091,46.109,44.751]},{"framework":"vidom-v0.11.0-keyed","benchmark":"05_swap1k","values":[64.841,65.945,63.422,67.232,62.197,55.941,63.265,64.945,66.756,59.458]},{"framework":"vidom-v0.11.0-keyed","benchmark":"06_remove-one-1k","values":[60.406,52.719,57.425,51.735,56.869,62.597,53.252,63.34,64.205,60.941]},{"framework":"vidom-v0.11.0-keyed","benchmark":"07_create10k","values":[1177.39,1204.74,1171.293,1196.586,1233.95,1176.823,1302.091,1181.273,1243.969,1213.284]},{"framework":"vidom-v0.11.0-keyed","benchmark":"08_create1k-after1k_x2","values":[276.779,283.953,282.862,274.791,293.6,274.996,278.323,300.855,282.944,274.828]},{"framework":"vidom-v0.11.0-keyed","benchmark":"09_clear1k_x8","values":[135.811,132.102,133.304,145.493,137.32,138.629,138.043,127.241,149.94,129.215]},{"framework":"vidom-v0.11.0-keyed","benchmark":"21_ready-memory","values":[1.1452255249023438,1.1452102661132812,1.1452255249023438,1.145233154296875,1.1451950073242188]},{"framework":"vidom-v0.11.0-keyed","benchmark":"22_run-memory","values":[3.049102783203125,3.0484619140625,3.048431396484375,3.0494422912597656,3.049407958984375]},{"framework":"vidom-v0.11.0-keyed","benchmark":"23_update5-memory","values":[3.4247817993164062,3.424846649169922,3.4296302795410156,3.4299545288085938,3.4287986755371094]},{"framework":"vidom-v0.11.0-keyed","benchmark":"24_run5-memory","values":[3.7625808715820312,3.740001678466797,3.740001678466797,3.762737274169922,3.7627029418945312]},{"framework":"vidom-v0.11.0-keyed","benchmark":"25_run-clear-memory","values":[2.569194793701172,2.5788421630859375,2.5788421630859375,2.578845977783203,2.5788002014160156]},{"framework":"vidom-v0.11.0-keyed","benchmark":"31_startup-ci","values":[2181.164,2184.1720000000005,2184.3999999999996,2179.2479999999996]},{"framework":"vidom-v0.11.0-keyed","benchmark":"32_startup-bt","values":[25.855999999999998,22.247999999999998,33.867999999999995,24.035999999999994]},{"framework":"vidom-v0.11.0-keyed","benchmark":"34_startup-totalbytes","values":[176.9189453125,176.9189453125,176.9189453125,176.9189453125]},{"framework":"vue-v2.6.2-keyed","benchmark":"01_run1k","values":[167.882,167.916,167.246,180.948,166.212,164.095,167.264,162.744,167.083,158.875]},{"framework":"vue-v2.6.2-keyed","benchmark":"02_replace1k","values":[138.069,135.505,135.251,143.429,135.501,143.896,139.2,145.055,139.892,135.089]},{"framework":"vue-v2.6.2-keyed","benchmark":"03_update10th1k_x16","values":[307.664,240.401,229.643,236.714,230.671,233.406,236.489,230.32,240.596,232.708]},{"framework":"vue-v2.6.2-keyed","benchmark":"04_select1k","values":[100.703,105.792,100.903,101.476,100.228,100.2,100.102,105.922,113.583,103.12]},{"framework":"vue-v2.6.2-keyed","benchmark":"05_swap1k","values":[67.656,70.233,67.376,66.382,70.038,66.063,68.857,70.654,66.912,71.229]},{"framework":"vue-v2.6.2-keyed","benchmark":"06_remove-one-1k","values":[48.467,48.605,51.241,47.839,50.913,47.841,55.901,56.557,55.502,48.264]},{"framework":"vue-v2.6.2-keyed","benchmark":"07_create10k","values":[1291.912,1372.789,1418.476,1369.686,1390.634,1392.277,1423.09,1385.005,1390.812,1444.955]},{"framework":"vue-v2.6.2-keyed","benchmark":"08_create1k-after1k_x2","values":[317.561,329.059,332.862,320.533,334.224,321.241,324.887,327.866,324.945,331.256]},{"framework":"vue-v2.6.2-keyed","benchmark":"09_clear1k_x8","values":[150.684,166.399,172.528,166.595,172.186,170.288,168.81,160.778,157.7,175.408]},{"framework":"vue-v2.6.2-keyed","benchmark":"21_ready-memory","values":[1.2325401306152344,1.2325096130371094,1.2325172424316406,1.2325782775878906,1.2325096130371094]},{"framework":"vue-v2.6.2-keyed","benchmark":"22_run-memory","values":[4.009761810302734,4.009288787841797,4.009273529052734,4.009288787841797,4.009304046630859]},{"framework":"vue-v2.6.2-keyed","benchmark":"23_update5-memory","values":[4.367961883544922,4.366828918457031,4.365959167480469,4.365550994873047,4.365962982177734]},{"framework":"vue-v2.6.2-keyed","benchmark":"24_run5-memory","values":[4.584403991699219,4.58343505859375,4.584438323974609,4.562702178955078,4.584434509277344]},{"framework":"vue-v2.6.2-keyed","benchmark":"25_run-clear-memory","values":[2.6408004760742188,2.640838623046875,2.640827178955078,2.640827178955078,2.6408157348632812]},{"framework":"vue-v2.6.2-keyed","benchmark":"31_startup-ci","values":[2252.996,2336.308,2329.0599999999995,2334.104]},{"framework":"vue-v2.6.2-keyed","benchmark":"32_startup-bt","values":[16,82.284,69.01199999999999,82.152]},{"framework":"vue-v2.6.2-keyed","benchmark":"34_startup-totalbytes","values":[210.873046875,210.873046875,210.873046875,210.873046875]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"01_run1k","values":[139.99,141.278,139.757,136.829,138.021,143.249,172.205,141.467,135.314,140.471]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"02_replace1k","values":[128.892,126.654,128.743,126.835,129.668,126.926,129.444,127.188,126.154,125.506]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"03_update10th1k_x16","values":[193.717,190.719,186.518,190.707,187.609,181.45,202.215,188.135,192.99,190.458]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"04_select1k","values":[49.7,41.771,52.951,48.265,48.236,48.895,51.728,45.825,42.643,43.99]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"05_swap1k","values":[56.693,54.408,59.121,54.844,56.616,64.294,57.227,59.475,53.91,60.147]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"06_remove-one-1k","values":[46.138,44.306,46.131,45.077,47.151,44.107,45.368,46.508,45.346,44.49]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"07_create10k","values":[1198.032,1239.151,1192.622,1195.216,1193.685,1215.696,1224.422,1212.251,1202.041,1200.212]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"08_create1k-after1k_x2","values":[278.409,275.924,294.979,284.372,284.173,281.043,280.429,281.391,287.494,285.779]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"09_clear1k_x8","values":[138.853,148.874,148.248,146.34,144.601,161.494,135.627,151.517,136.876,154.277]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"21_ready-memory","values":[1.1861801147460938,1.1861801147460938,1.1861801147460938,1.1862106323242188,1.1861648559570312]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"22_run-memory","values":[3.3175277709960938,3.3174972534179688,3.3174819946289062,3.3174591064453125,3.3174667358398438]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"23_update5-memory","values":[3.501941680908203,3.5042152404785156,3.5039329528808594,3.4968032836914062,3.4968795776367188]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"24_run5-memory","values":[3.9259567260742188,3.925922393798828,3.9187889099121094,3.917522430419922,3.9176979064941406]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"25_run-clear-memory","values":[2.6113128662109375,2.611309051513672,2.609546661376953,2.61126708984375,2.6112632751464844]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"31_startup-ci","values":[2184.28,2184.0519999999997,2184.42,2183.68]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"32_startup-bt","values":[95.04799999999999,80.512,23.156,75.072]},{"framework":"vue-next-v3.0.0-beta.2-keyed","benchmark":"34_startup-totalbytes","values":[187.9560546875,187.9560546875,187.9560546875,187.9560546875]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"01_run1k","values":[124.708,130.421,133.612,126.746,120.199,124.203,124.69,130.442,125.53,132.829]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"02_replace1k","values":[119.368,119.994,119.797,123.062,122.335,121.955,121.19,120.502,121.289,119.362]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"03_update10th1k_x16","values":[156.786,152.108,150.601,150.879,155.803,149.912,178.826,161.436,152.186,143.137]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"04_select1k","values":[23.834,17.278,16.239,21.022,19.856,17.758,22.875,20.111,19.385,17.87]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"05_swap1k","values":[60.19,57.756,62.106,58.924,58.681,59.227,60.822,49.062,59.752,55.057]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"06_remove-one-1k","values":[41.995,53.924,43.107,43.806,43.016,43.653,44.703,43.046,42.842,44.59]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"07_create10k","values":[1120.434,1123.314,1115.184,1117.234,1119.855,1168.397,1141.16,1109.456,1118.512,1119.099]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"08_create1k-after1k_x2","values":[256.69,250.984,268.931,253.709,253.925,257.382,252.976,259.772,253.195,254.628]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"09_clear1k_x8","values":[101.985,113.106,113.445,107.109,116.285,106.462,105.602,122.955,120.77,120.996]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"21_ready-memory","values":[1.125762939453125,1.1257476806640625,1.125732421875,1.1257400512695312,1.125762939453125]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"22_run-memory","values":[1.6109352111816406,1.6109619140625,1.6108894348144531,1.6109428405761719,1.6108970642089844]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"23_update5-memory","values":[1.9321556091308594,1.9321975708007812,1.9322242736816406,1.9321784973144531,1.9321746826171875]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"24_run5-memory","values":[2.236053466796875,2.236053466796875,2.235992431640625,2.235992431640625,2.236053466796875]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"25_run-clear-memory","values":[2.3791770935058594,2.3792152404785156,2.379261016845703,2.3794212341308594,2.3792457580566406]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"31_startup-ci","values":[1880.888,1879.652,1882.9560000000001,1878.5]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"32_startup-bt","values":[25.019999999999992,21.519999999999996,26.611999999999995,23.512]},{"framework":"wasm-bindgen-v0.2.47-keyed","benchmark":"34_startup-totalbytes","values":[197.2294921875,197.2294921875,197.2294921875,197.2294921875]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"01_run1k","values":[147.893,164.848,176.254,180.716,183.736,191.113,192.202,179.352,164.864,176.513]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"02_replace1k","values":[43.905,45.603,42.221,45.023,43.682,40.096,45.045,44.279,45.492,42.362]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"03_update10th1k_x16","values":[179.322,151.211,152.929,148.853,149.832,152.351,150.252,154.81,149.623,170.781]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"04_select1k","values":[32.216,26.629,30.598,28.129,30.403,24.243,36.69,36.588,38.782,27.413]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"05_swap1k","values":[39.901,41.306,42.884,29.982,41.731,33.292,45.563,42.763,34.311,43.148]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"06_remove-one-1k","values":[41.738,44.521,42.079,44.019,44.581,49.542,41.953,39.661,49.403,40.162]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"07_create10k","values":[1335.902,1383.986,1388.213,1374.225,1371.519,1379.228,1366.303,1378.617,1397.789,1395.823]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[301.957,309.022,301.056,308.401,303.074,306.495,299.533,298.827,305.212,310.783]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"09_clear1k_x8","values":[246.248,235.418,241.768,250.812,273.258,246.372,249.766,247.153,236.188,243.831]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"21_ready-memory","values":[2.7285232543945312,2.7285385131835938,2.7285232543945312,2.7285079956054688,2.728527069091797]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"22_run-memory","values":[5.135948181152344,5.135936737060547,5.136013031005859,5.135883331298828,5.135990142822266]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"23_update5-memory","values":[5.503608703613281,5.503734588623047,5.503856658935547,5.503864288330078,5.5037994384765625]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"24_run5-memory","values":[5.208087921142578,5.208095550537109,5.208309173583984,5.207981109619141,5.208209991455078]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"25_run-clear-memory","values":[4.3206939697265625,4.316314697265625,4.32049560546875,4.3143157958984375,4.313060760498047]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"31_startup-ci","values":[2895.9829999999997,2905.339,2895.1485,2892.4505]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"32_startup-bt","values":[176.236,203.364,182.14799999999997,177.89600000000002]},{"framework":"angular-v8.0.1-non-keyed","benchmark":"34_startup-totalbytes","values":[295.2353515625,295.2353515625,295.2353515625,295.2353515625]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"01_run1k","values":[163.512,156.13,163.762,157.201,158.387,156.9,168.04,156.294,176.222,157.099]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"02_replace1k","values":[61.488,62.171,62.581,64.347,62.419,67.55,63.905,62.527,68.219,63.198]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"03_update10th1k_x16","values":[503.532,509.001,508.491,512.47,525.755,526.923,508.589,511.922,522.539,518.946]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"04_select1k","values":[15.284,15.224,23.489,30.218,22.769,24.464,18.504,40.533,17.463,17.758]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"05_swap1k","values":[110.03,122.996,114.483,113.388,119.777,110.64,113.396,115.225,112.849,113.425]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"06_remove-one-1k","values":[42.825,44.308,47.616,45.254,43.362,43.98,44.46,42.712,43.123,52.27]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"07_create10k","values":[1365.925,1423.504,1435.651,1492.203,1534.173,1454.421,1462.595,1430.659,1489.621,1528.183]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"08_create1k-after1k_x2","values":[367.304,377.477,395.535,369.889,373.378,390.03,370.858,369.448,373.415,383.936]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"09_clear1k_x8","values":[104.004,107.282,107.242,108.437,108.031,99.948,98.604,114.159,118.161,109.574]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"21_ready-memory","values":[1.1594505310058594,1.1594505310058594,1.1594657897949219,1.1594505310058594,1.1594810485839844]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"22_run-memory","values":[3.8451614379882812,3.8451614379882812,3.8450965881347656,3.84515380859375,3.845134735107422]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"23_update5-memory","values":[4.298862457275391,4.3440093994140625,4.2948150634765625,4.297885894775391,4.352169036865234]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"24_run5-memory","values":[3.9519386291503906,3.9520225524902344,3.9519119262695312,3.9517974853515625,3.9519577026367188]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"25_run-clear-memory","values":[4.325721740722656,4.315349578857422,4.326057434082031,4.340236663818359,4.326988220214844]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"31_startup-ci","values":[2029.952,2030.56,2034,2027.92]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"32_startup-bt","values":[17.643999999999995,17.623999999999995,22.999999999999996,16]},{"framework":"apprun-v2.23.12-non-keyed","benchmark":"34_startup-totalbytes","values":[158.2021484375,158.2021484375,158.2021484375,158.2021484375]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"01_run1k","values":[153.141,155.287,154.844,158.918,157.435,163.331,151.644,159.46,174.54,164.258]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"02_replace1k","values":[52.058,45.505,46.427,48.091,46.468,51.934,46.003,46.083,48.178,47.768]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"03_update10th1k_x16","values":[151.677,150.896,154.316,150.408,152.5,156.118,152.641,154.938,158.666,162.36]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"04_select1k","values":[52.877,48.723,51.799,43.73,48.293,45.987,47.759,48.695,48.86,47.594]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"05_swap1k","values":[26.864,29.508,44.409,35.032,40.123,37.073,45.086,28.414,29.837,27.834]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"06_remove-one-1k","values":[45.235,46.687,47.068,46.068,47.984,45.851,46.716,46.756,46.722,48.188]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"07_create10k","values":[1324.459,1334.801,1383.689,1444.369,1388.007,1398.709,1395.022,1368.294,1331.116,1367.068]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[293.267,293.391,298.789,298.776,297.022,302.505,298.44,296.031,299.883,302.045]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"09_clear1k_x8","values":[172.912,185.459,188.727,173.586,181.757,186.607,179.928,179.867,171.016,181.507]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"21_ready-memory","values":[2.0777359008789062,2.0777359008789062,2.0777587890625,2.0777320861816406,2.0777587890625]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"22_run-memory","values":[4.712619781494141,4.713108062744141,4.712863922119141,4.7122344970703125,4.7125396728515625]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"23_update5-memory","values":[4.9478759765625,4.946403503417969,4.947864532470703,4.946342468261719,4.948474884033203]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"24_run5-memory","values":[5.323284149169922,5.323574066162109,5.323734283447266,5.323169708251953,5.299900054931641]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"25_run-clear-memory","values":[4.005558013916016,3.9899253845214844,4.000988006591797,4.004081726074219,3.9873313903808594]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"31_startup-ci","values":[3602.1000000000004,3605.696,3604.6680000000006,3599.836]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"32_startup-bt","values":[250.14000000000004,208.08000000000013,245.44,284.91600000000005]},{"framework":"aurelia-v1.3.0-non-keyed","benchmark":"34_startup-totalbytes","values":[439.1552734375,439.1552734375,439.1552734375,439.1552734375]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"01_run1k","values":[150.657,145.36,157.998,141.359,180.413,178.31,143.821,150.037,144.934,144.771]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"02_replace1k","values":[47.432,45.886,44.963,47.923,48.07,44.635,50.373,47.869,44.379,44.678]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"03_update10th1k_x16","values":[235.254,246.75,240.044,253.818,255.304,250.796,267.498,279.93,238.356,237.418]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"04_select1k","values":[120.703,110.947,113.134,107.026,108.976,119.283,121.164,116.483,116.727,105.287]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"05_swap1k","values":[53.665,53.463,48.867,47.329,50.705,47.317,48.502,51.21,49.797,48.427]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"06_remove-one-1k","values":[46.885,48.074,48.281,49.58,48.67,47.932,48.178,48.661,55.293,49.146]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"07_create10k","values":[1262.618,1306.673,1399.927,1366.952,1370.041,1336.918,1401.342,1484.293,1357.13,1333.038]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[303.742,317.682,320.986,330.819,329.125,324.17,318.002,335.181,323.92,326.607]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"09_clear1k_x8","values":[201.151,199.554,202.385,192.066,203.778,205.116,204.121,204.771,195.719,203.748]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"21_ready-memory","values":[1.3319740295410156,1.3319740295410156,1.3319892883300781,1.3320121765136719,1.3319969177246094]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"22_run-memory","values":[3.2371444702148438,3.237224578857422,3.2371292114257812,3.2371902465820312,3.2371368408203125]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"23_update5-memory","values":[3.5739669799804688,3.573902130126953,3.5733375549316406,3.5739097595214844,3.5762596130371094]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"24_run5-memory","values":[3.276123046875,3.2761802673339844,3.2760772705078125,3.2760772705078125,3.2761497497558594]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.57672119140625,2.5850563049316406,2.6301498413085938,2.5762672424316406,2.578601837158203]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"31_startup-ci","values":[2408.7520000000004,2408.24,2409.5280000000002,2408.4840000000004]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"32_startup-bt","values":[78.308,96.09200000000006,102.36399999999992,89.36]},{"framework":"cyclejs-dom-v20.4.0-non-keyed","benchmark":"34_startup-totalbytes","values":[228.2265625,228.2265625,228.2265625,228.2265625]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"01_run1k","values":[195.91,222.196,205.797,215.793,212.552,215.089,207.404,212.181,224.32,230.149]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"02_replace1k","values":[73.742,73.621,74.272,80.01,66.033,96.282,75.822,73.983,84.5,74.445]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"03_update10th1k_x16","values":[225.423,246.078,227.789,259.042,256.295,266.64,253.037,263.856,238.61,250.845]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"04_select1k","values":[20.489,22.287,25.593,31.146,23.19,21.087,23.268,19.481,22.373,42.443]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"05_swap1k","values":[43.767,46.836,43.149,48.102,47.737,40.801,45.952,42.118,33.432,45.775]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"06_remove-one-1k","values":[48.572,49.715,64.099,52.325,58.111,63.729,58.559,56.878,53.061,52.484]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"07_create10k","values":[1506.234,1511.811,1534.293,1566.571,1556.4,1576.983,1559.315,1621.196,1550.869,1526.514]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"08_create1k-after1k_x2","values":[510.967,477.683,489.435,487.044,487.687,491.114,489.485,508.001,493.615,490.611]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"09_clear1k_x8","values":[184.18,203.027,209.245,210.462,193.937,199.895,200.584,208.618,210.552,201.163]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"21_ready-memory","values":[1.189666748046875,1.1896896362304688,1.1896820068359375,1.1897048950195312,1.1897048950195312]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"22_run-memory","values":[6.166164398193359,6.163848876953125,6.166149139404297,6.1638031005859375,6.1638336181640625]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"23_update5-memory","values":[6.7078399658203125,6.677528381347656,6.702625274658203,6.6770782470703125,6.686611175537109]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"24_run5-memory","values":[6.651924133300781,6.638694763183594,6.647785186767578,6.6507720947265625,6.651096343994141]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"25_run-clear-memory","values":[2.9552650451660156,2.9626388549804688,2.9606704711914062,2.9628448486328125,2.9617538452148438]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"31_startup-ci","values":[2036.9159999999997,2030.454,2035.089,2034.4275]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"32_startup-bt","values":[21.507999999999996,17.348,23.839999999999996,22.599999999999998]},{"framework":"dojo-v6.0.4-non-keyed","benchmark":"34_startup-totalbytes","values":[178.177734375,178.177734375,178.177734375,178.177734375]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"01_run1k","values":[121.003,115.836,116.925,120.81,119.377,115.916,118.476,127.789,121.018,117.593]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"02_replace1k","values":[44.894,46.232,40.544,40.387,47.028,45.891,47.421,54.328,43.011,45.688]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"03_update10th1k_x16","values":[158.535,142.889,141.746,143.026,149.643,144.508,155.579,152.397,143.236,149.743]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"04_select1k","values":[14.567,19.649,17.421,18.655,24.513,19.398,18.068,19,20.748,18.525]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"05_swap1k","values":[27.818,29.866,29.139,29.065,35.623,28.722,30.402,43.736,43.157,43.753]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"06_remove-one-1k","values":[38.196,39.331,40.353,39.5,40.289,38.947,39.249,40.595,39.321,39.577]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"07_create10k","values":[1069.331,1102.458,1078.901,1088.034,1083.501,1095.467,1096.188,1081.713,1091.358,1079.18]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"08_create1k-after1k_x2","values":[239.325,237.568,241.628,249.154,238.832,241.486,238.069,241.409,241.761,241.477]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"09_clear1k_x8","values":[114.809,99.301,108.76,101.075,101.78,115.539,110.719,110.866,114.966,110.487]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"21_ready-memory","values":[1.1163520812988281,1.1163673400878906,1.1163673400878906,1.1163673400878906,1.1163673400878906]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"22_run-memory","values":[2.0253677368164062,2.025218963623047,2.0252647399902344,2.0253448486328125,2.0253524780273438]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"23_update5-memory","values":[2.3502845764160156,2.350452423095703,2.3502960205078125,2.3504257202148438,2.3504104614257812]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"24_run5-memory","values":[2.061847686767578,2.0621109008789062,2.0618858337402344,2.061981201171875,2.0619125366210938]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"25_run-clear-memory","values":[2.4294776916503906,2.4296913146972656,2.4294776916503906,2.4294776916503906,2.4294776916503906]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"31_startup-ci","values":[1880.1799999999998,1883.424,1878.808,1879.308]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"32_startup-bt","values":[37.664,52.61599999999997,27.079999999999988,33.59199999999999]},{"framework":"domc-v0.0.12-non-keyed","benchmark":"34_startup-totalbytes","values":[148.7529296875,148.7529296875,148.7529296875,148.7529296875]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"01_run1k","values":[121.707,123.166,122.078,121.799,121.55,133.75,122.085,122.267,149.828,121.985]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"02_replace1k","values":[48.079,54.899,42.515,46.637,46.878,41.403,46.89,43.539,45.586,41.95]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"03_update10th1k_x16","values":[156.43,147.189,187.23,151.391,155.641,150.701,154.394,175.227,155.501,151.542]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"04_select1k","values":[18.294,18.924,26.032,19.506,21.293,24.737,15.901,20.781,17.453,25.399]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"05_swap1k","values":[36.173,36.268,31.032,43.51,28.499,28.496,42.668,28.467,27.908,41.765]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"06_remove-one-1k","values":[46.536,46.217,44.669,47.625,50.551,45.897,45.309,45.502,45.129,46.348]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"07_create10k","values":[1140.622,1194.574,1147.636,1156.428,1135.06,1202.12,1119.465,1135.734,1200.785,1143.423]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[253.069,251.46,254.515,255.904,257.125,262.193,255.928,260.204,257.517,261.942]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"09_clear1k_x8","values":[118.418,125.779,114.997,125.428,114.311,140.399,129.651,115.21,126.273,126.615]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"21_ready-memory","values":[1.0711669921875,1.0711898803710938,1.0711441040039062,1.0712051391601562,1.0711898803710938]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"22_run-memory","values":[1.7755928039550781,1.775634765625,1.7754898071289062,1.7755279541015625,1.7753982543945312]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"23_update5-memory","values":[2.1049118041992188,2.104778289794922,2.104877471923828,2.1047706604003906,2.1048965454101562]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"24_run5-memory","values":[1.8209609985351562,1.8206291198730469,1.8207550048828125,1.8205795288085938,1.8208084106445312]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.2957916259765625,2.2957992553710938,2.2957992553710938,2.2957839965820312,2.2957687377929688]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"31_startup-ci","values":[1884.3000000000002,1878.4119999999998,1884.524,1881.904]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"32_startup-bt","values":[29.927999999999997,16,32.08399999999999,26.739999999999995]},{"framework":"domdiff-v2.2.2-non-keyed","benchmark":"34_startup-totalbytes","values":[145.234375,145.234375,145.234375,145.234375]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"01_run1k","values":[138.823,133.714,138.106,132.808,132.996,138.904,134.751,179.442,137.114,138.278]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"02_replace1k","values":[43.105,41.51,44.42,39.871,45.092,40.04,59.138,38.4,40.072,52.128]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"03_update10th1k_x16","values":[181.136,187.044,180.987,187.875,173.602,181.843,196.845,203.972,198.49,189.547]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"04_select1k","values":[32.914,35.62,31.952,24.712,26.039,28.745,29.121,27.16,31.641,28.264]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"05_swap1k","values":[29.855,35.891,38.542,44.751,45.138,40.635,29.071,32.697,36.662,33.036]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"06_remove-one-1k","values":[40.45,42.355,40.983,44.578,40.916,41.76,41.358,43.202,43.8,41.553]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"07_create10k","values":[1149.81,1141.592,1153.961,1311.454,1170.253,1216.629,1170.223,1157.219,1262.678,1140.168]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"08_create1k-after1k_x2","values":[265.591,259.803,258.498,265.441,262.367,273.421,260.487,264.183,264.623,267.027]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"09_clear1k_x8","values":[112.125,122.464,109.412,108.412,116.306,117.485,107.692,117.041,124.767,126.812]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"21_ready-memory","values":[1.0971946716308594,1.0972175598144531,1.0972099304199219,1.0972251892089844,1.0971946716308594]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"22_run-memory","values":[2.9361228942871094,2.9361534118652344,2.936107635498047,2.936138153076172,2.9460830688476562]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"23_update5-memory","values":[3.3345909118652344,3.344390869140625,3.3346633911132812,3.3443336486816406,3.3391799926757812]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"24_run5-memory","values":[3.073944091796875,3.0842666625976562,2.9996566772460938,2.9993362426757812,3.0438804626464844]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"25_run-clear-memory","values":[2.5050582885742188,2.5056419372558594,2.5112762451171875,2.5050888061523438,2.5056114196777344]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"31_startup-ci","values":[2033.468,2033.712,2034.5120000000002,2029.04]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"32_startup-bt","values":[20.503999999999998,22.772,22.131999999999994,16]},{"framework":"domvm-v3.4.12-non-keyed","benchmark":"34_startup-totalbytes","values":[153.3896484375,153.3896484375,153.3896484375,153.3896484375]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"01_run1k","values":[153.829,151.477,154.743,157.429,179.04,151.179,154.719,155.577,140.685,148.127]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"02_replace1k","values":[52.558,66.784,50.149,56.519,55.262,52.85,51.518,52.258,68.061,55.748]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"03_update10th1k_x16","values":[159.565,166.483,174.081,166.135,165.038,163.949,164.707,154.3,168.656,164.443]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"04_select1k","values":[31.599,31.931,25.578,24.651,32.946,24.996,31.673,31.576,33.612,25.101]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"05_swap1k","values":[44.861,44.776,34.946,35.536,31.595,50.688,37.249,38.099,36.696,46.624]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"06_remove-one-1k","values":[50.207,46.91,79.038,49.445,50.638,46.49,50.091,54.441,47.526,49.846]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"07_create10k","values":[1261.917,1312.437,1323.399,1360.241,1335.844,1325.258,1308.591,1317.869,1297.466,1313.056]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[265.248,281.35,271.384,274.95,278.971,299.909,283.913,280.258,285.034,273.612]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"09_clear1k_x8","values":[122.044,124.724,122.173,126.604,126.967,128.604,118.278,141.303,131.187,134.408]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"21_ready-memory","values":[1.1398353576660156,1.1398773193359375,1.1398353576660156,1.1398696899414062,1.1398658752441406]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"22_run-memory","values":[3.314495086669922,3.3144912719726562,3.3144912719726562,3.3144683837890625,3.314495086669922]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"23_update5-memory","values":[3.69781494140625,3.700611114501953,3.7006912231445312,3.6978530883789062,3.6978187561035156]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"24_run5-memory","values":[3.4735488891601562,3.4757652282714844,3.4761009216308594,3.4753379821777344,3.475238800048828]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"25_run-clear-memory","values":[2.5717735290527344,2.5796661376953125,2.5801467895507812,2.5801467895507812,2.5733108520507812]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"31_startup-ci","values":[2033.2959999999998,2028.868,2035.3400000000001,2027.6640000000002]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"32_startup-bt","values":[21.964,16.384,23.616000000000003,16]},{"framework":"elm-v0.19.0-bugfix2-non-keyed","benchmark":"34_startup-totalbytes","values":[160.564453125,160.564453125,160.564453125,160.564453125]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"01_run1k","values":[160.221,150.839,149.273,151.306,162.942,155.393,172.861,151.733,170.227,146.294]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"02_replace1k","values":[45.613,47.474,44.725,46.755,50.681,47.318,49.296,45.852,46.545,48.798]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"03_update10th1k_x16","values":[148.142,143.164,145.356,165.393,150.675,142.221,144.565,170.865,195.936,160.58]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"04_select1k","values":[25.925,26.349,21.034,21.094,20.605,22.868,23.981,22.864,22.296,17.752]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"05_swap1k","values":[38.121,35.258,36.756,35.745,36.672,38.911,45.51,27.9,43.569,29.479]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"06_remove-one-1k","values":[37.969,54.375,46.828,52.631,49.593,53.276,43.766,46.086,49.197,39.827]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"07_create10k","values":[1191.98,1202.757,1220.33,1295.3,1206.677,1231.096,1216.414,1229.676,1220.453,1222.672]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[259.188,267.214,277.448,325.541,278.934,277.941,277.83,276.301,274.017,271.71]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"09_clear1k_x8","values":[158.963,148.822,148.728,157.319,154.232,150.335,146.946,149.18,147.377,156.878]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"21_ready-memory","values":[1.0918426513671875,1.091827392578125,1.0917892456054688,1.0918045043945312,1.0918197631835938]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"22_run-memory","values":[2.0062599182128906,2.005340576171875,2.0064048767089844,2.003925323486328,2.00628662109375]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"23_update5-memory","values":[2.3410110473632812,2.338714599609375,2.3387222290039062,2.3388900756835938,2.338970184326172]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"24_run5-memory","values":[2.0316925048828125,2.0317916870117188,2.031566619873047,2.0316810607910156,2.031768798828125]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.328418731689453,2.3283729553222656,2.31878662109375,2.3286170959472656,2.328449249267578]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"31_startup-ci","values":[1959.5,1958.996,1959.976,1959.732]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"32_startup-bt","values":[25.919999999999995,22.164000000000005,22.571999999999996,18.49199999999999]},{"framework":"endorphin-v0.5.2-non-keyed","benchmark":"34_startup-totalbytes","values":[149.9560546875,149.9560546875,149.9560546875,149.9560546875]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"01_run1k","values":[156.243,170.05,155.58,165.622,173.961,161.056,157.865,175.028,159.898,162.82]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"02_replace1k","values":[53.215,47.382,73.446,52.248,54.584,56.891,47.947,48.519,55.251,51.094]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"03_update10th1k_x16","values":[178.596,179.258,205.246,170.722,171.604,167.283,174.006,170.791,196.614,187.275]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"04_select1k","values":[51.39,26.627,34.552,33.096,31.345,32.073,44.398,36.923,32.738,30.467]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"05_swap1k","values":[33.441,31.634,44.628,29.316,47.237,38.575,47.023,38.878,37.419,42.457]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"06_remove-one-1k","values":[58.154,59.698,55.82,53.371,54.18,49.461,46.469,52.391,69.31,51.957]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"07_create10k","values":[1298.593,1303.675,1366.745,1319.777,1362.516,1373.473,1327.238,1350.599,1347.796,1347.365]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[274.824,282.634,273.236,281.807,276.705,291.415,289.219,285.096,284.928,291.497]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"09_clear1k_x8","values":[133.548,136.623,131.208,134.422,125.286,133.382,134.225,126.647,123.618,129.654]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"21_ready-memory","values":[1.1211738586425781,1.1211738586425781,1.1211585998535156,1.1211585998535156,1.1211585998535156]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"22_run-memory","values":[3.6308517456054688,3.630504608154297,3.631011962890625,3.630847930908203,3.6308250427246094]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"23_update5-memory","values":[4.035846710205078,4.032630920410156,4.036048889160156,4.035037994384766,4.034709930419922]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"24_run5-memory","values":[3.646839141845703,3.6468048095703125,3.6473121643066406,3.6466331481933594,3.646800994873047]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.3797035217285156,2.37969970703125,2.379932403564453,2.3796768188476562,2.3797950744628906]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"31_startup-ci","values":[2037.592,2034.46,2035.504,2034.984]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"32_startup-bt","values":[22.803999999999995,22.255999999999997,22.276,25.252000000000002]},{"framework":"etch-v0.14.0-non-keyed","benchmark":"34_startup-totalbytes","values":[160.71484375,160.71484375,160.71484375,160.71484375]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"01_run1k","values":[185.564,165.389,168.94,165.957,185.766,165.98,163.815,166.488,175.184,172.42]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"02_replace1k","values":[65.901,65.85,63.35,63.366,69.851,63.561,63.111,66.382,65.302,62.344]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"03_update10th1k_x16","values":[229.726,252.257,230.793,262.336,242.11,266.585,249.988,240.634,249.44,215.197]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"04_select1k","values":[72.813,75.067,73.673,70.45,71.976,77.212,87.722,76.32,71.665,78.792]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"05_swap1k","values":[46.743,69.18,55.683,56.918,47.572,46.501,46.376,55.567,49.868,44.63]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"06_remove-one-1k","values":[47.047,48.226,48.254,47.68,47.976,48.112,48.91,48.288,48.36,47.816]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"07_create10k","values":[1403.477,1413.949,1439.744,1472.149,1470.629,1464.782,1474.469,1496.088,1474.254,1476.014]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"08_create1k-after1k_x2","values":[311.455,320.701,312.782,328.105,330.508,316.536,318.7,331.523,322.622,316.248]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"09_clear1k_x8","values":[139.476,157.852,175.358,150.41,177.223,174.506,155.755,162.698,149.696,150.225]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"21_ready-memory","values":[1.0956459045410156,1.0957069396972656,1.0956611633300781,1.0956306457519531,1.0956459045410156]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"22_run-memory","values":[3.4631309509277344,3.463115692138672,3.4631309509277344,3.4627456665039062,3.4359359741210938]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"23_update5-memory","values":[3.8812828063964844,3.908435821533203,3.8812103271484375,3.9084243774414062,3.908355712890625]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"24_run5-memory","values":[4.662666320800781,4.651939392089844,4.6674041748046875,4.667503356933594,4.657619476318359]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"25_run-clear-memory","values":[2.5336990356445312,2.5314559936523438,2.5314559936523438,2.5314712524414062,2.5336685180664062]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"31_startup-ci","values":[1953.476,1959.808,1959.5320000000002,1959.3560000000002]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"32_startup-bt","values":[16,22.719999999999995,23.407999999999994,22.644]},{"framework":"gruu-v1.7.5-non-keyed","benchmark":"34_startup-totalbytes","values":[151.9755859375,151.9755859375,151.9755859375,151.9755859375]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"01_run1k","values":[159.209,159.34,156.821,180.095,161.787,156.915,157.958,155.631,161.224,156.687]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"02_replace1k","values":[43.29,42.96,42.455,44.858,54.697,43.248,47.739,43.627,46.781,46.683]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":[290.525,273.675,260.035,300.781,266.22,277.751,286.055,267.301,275.655,277.619]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"04_select1k","values":[147.043,136.993,130.819,137.287,136.779,150.601,137.856,143.991,138.802,142.551]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"05_swap1k","values":[56.992,55.537,55.23,58.194,55.015,55.084,56.322,58.937,57.779,57.599]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"06_remove-one-1k","values":[46.525,49.315,48.23,47.279,47.461,50.54,47.674,47.371,47.516,47.584]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"07_create10k","values":[1374.699,1417.696,1466.359,1556.544,1593.945,1517.12,1432.042,1478.722,1532.16,1597.17]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[338.945,355.502,368.155,372.572,354.614,367.202,360.765,354.967,367.523,364.116]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"09_clear1k_x8","values":[218.05,226.58,226.676,217.259,229.682,231.294,219.029,218.739,230.346,221.01]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"21_ready-memory","values":[1.4385871887207031,1.4386100769042969,1.4385719299316406,1.4386177062988281,1.4385719299316406]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"22_run-memory","values":[6.634254455566406,6.634246826171875,6.634254455566406,6.634269714355469,6.634300231933594]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"23_update5-memory","values":[7.1883392333984375,7.076972961425781,7.076789855957031,7.080863952636719,7.081214904785156]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"24_run5-memory","values":[6.780120849609375,6.805992126464844,6.7799530029296875,6.966335296630859,6.899074554443359]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.8473434448242188,2.8474349975585938,2.8493728637695312,2.8473434448242188,2.847492218017578]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"31_startup-ci","values":[3615.1859999999997,3614.7,3604.806,3614.148]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"32_startup-bt","values":[90.016,80.75600000000001,19.007999999999996,92.816]},{"framework":"halogen-v5.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":[480.0361328125,480.0361328125,480.0361328125,480.0361328125]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"01_run1k","values":[185.706,188.346,196.032,182.425,192.473,184.336,189.437,184.864,230.734,183.054]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"02_replace1k","values":[49.616,55.311,53.192,50.777,50.968,54.159,52.197,53.611,50.84,62.439]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"03_update10th1k_x16","values":[178.219,190.999,204.709,174.811,194.875,181.221,190.703,211.929,179.899,198.787]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"04_select1k","values":[26.16,22.214,29.205,26.117,24.979,23.047,20.974,23.515,23.927,22.886]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"05_swap1k","values":[41.853,28.322,41.997,39.103,27.288,28.691,44.85,36.86,35.729,31.628]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"06_remove-one-1k","values":[50.792,55.009,53.618,51.06,55.515,56.159,54.117,52.663,54.615,53.322]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"07_create10k","values":[1663.569,1759.619,1800.358,1849.963,1799.664,1832.905,1775.602,1840.929,1775.264,1838.207]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[361.493,369.363,375.069,395.33,367.52,370.706,436.917,368.998,379.009,373.532]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"09_clear1k_x8","values":[148.783,150.384,152.247,154.404,157.203,151.729,154.689,156.236,141.407,148.743]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"21_ready-memory","values":[1.3454360961914062,1.3454437255859375,1.3453903198242188,1.345428466796875,1.3454437255859375]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"22_run-memory","values":[3.719867706298828,3.719837188720703,3.7198829650878906,3.719837188720703,3.7198448181152344]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"23_update5-memory","values":[4.048656463623047,4.048679351806641,4.048774719238281,4.048694610595703,4.048679351806641]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"24_run5-memory","values":[3.7913284301757812,3.7916412353515625,3.7912673950195312,3.7915306091308594,3.791553497314453]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"25_run-clear-memory","values":[2.8641395568847656,2.8637657165527344,2.884838104248047,2.863849639892578,2.8702430725097656]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"31_startup-ci","values":[2028.324,2033.96,2034.424,2034.116]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"32_startup-bt","values":[16.628,119.82400000000003,132.33199999999997,110.024]},{"framework":"heresy-v0.26.1-non-keyed","benchmark":"34_startup-totalbytes","values":[161.869140625,161.869140625,161.869140625,161.869140625]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"01_run1k","values":[159.666,160.507,173.427,163.176,163.307,183.365,167.54,184.163,170.288,167.273]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"02_replace1k","values":[51.846,47.301,42.667,41.5,42.161,52.038,43.96,42.971,42.858,49.354]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"03_update10th1k_x16","values":[156.166,152.531,150.153,154.261,143.33,151.473,153.868,160.172,151.323,152.752]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"04_select1k","values":[24.127,21.022,22.752,20.511,23.467,20.324,24.301,21.586,17.162,21.474]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"05_swap1k","values":[41.19,29.796,41.567,29.081,33.713,25.795,26.623,34.105,33.892,28.41]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"06_remove-one-1k","values":[46.039,46.56,49.595,46.059,45.757,47.049,50.094,46.573,46.302,48.055]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"07_create10k","values":[1347.708,1352.864,1383.657,1409.905,1400.63,1442.254,1450.17,1485.963,1521.092,1541.442]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[315.091,312.155,311.197,324.906,311.514,304.526,305.225,301.45,316.966,309.211]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"09_clear1k_x8","values":[161.908,166.875,163.918,174.549,174.412,172.063,166.542,167.686,168.697,169.832]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"21_ready-memory","values":[1.1181488037109375,1.118133544921875,1.1181488037109375,1.118133544921875,1.1181488037109375]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"22_run-memory","values":[4.116359710693359,4.116405487060547,4.116420745849609,4.116405487060547,4.116420745849609]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"23_update5-memory","values":[4.457389831542969,4.4572296142578125,4.457378387451172,4.4482269287109375,4.457420349121094]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"24_run5-memory","values":[4.322803497314453,4.3230133056640625,4.322975158691406,4.3208160400390625,4.322898864746094]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.4996681213378906,2.5030288696289062,2.5029678344726562,2.5029830932617188,2.5010528564453125]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"31_startup-ci","values":[2108.3639999999996,2108.208,2109.272,2109.112]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"32_startup-bt","values":[22.11199999999999,73.33999999999997,22.075999999999993,81.99199999999999]},{"framework":"hullo-v0.8.2-non-keyed","benchmark":"34_startup-totalbytes","values":[179.1328125,179.1328125,179.1328125,179.1328125]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"01_run1k","values":[136.403,130.943,166.117,137.335,137.352,136.045,143.033,131.556,139.197,137.813]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"02_replace1k","values":[43.872,43.306,43.498,47.366,41.78,51.475,43.772,43.199,41.25,43.806]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"03_update10th1k_x16","values":[353.333,292.929,285.194,297.601,298.503,293.673,300.945,292.725,262.234,293.839]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"04_select1k","values":[145.211,134.464,151.918,144.209,148.278,138.959,137.925,145.422,122.389,138.178]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"05_swap1k","values":[60.089,54.839,62.783,63.452,58.273,56.111,55.402,58.34,56.177,62.279]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"06_remove-one-1k","values":[46.046,49.109,47.392,49.822,50.14,49.6,47.671,50.031,48.15,50.376]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"07_create10k","values":[1217.167,1268.047,1262.459,1241.677,1257.246,1243.673,1258.163,1227.794,1241.092,1247.61]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"08_create1k-after1k_x2","values":[304.348,299.703,302.552,311.923,300.261,301.474,300.958,300.055,294.693,314.965]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"09_clear1k_x8","values":[193.609,185.575,197.597,179.102,182.134,198.865,186.835,184.462,211.612,195.253]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"21_ready-memory","values":[1.0854873657226562,1.0855178833007812,1.0855331420898438,1.0855178833007812,1.0855331420898438]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"22_run-memory","values":[2.6934280395507812,2.6934585571289062,2.6934661865234375,2.6935043334960938,2.6935272216796875]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"23_update5-memory","values":[3.305797576904297,3.4277992248535156,3.427703857421875,3.427783966064453,3.4277687072753906]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"24_run5-memory","values":[2.8201942443847656,2.7937393188476562,2.820362091064453,2.7936248779296875,2.793701171875]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"25_run-clear-memory","values":[2.3552398681640625,2.3547439575195312,2.3735389709472656,2.3733367919921875,2.374114990234375]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"31_startup-ci","values":[1886.4879999999998,1884.06,1877.556,1883.8400000000001]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"32_startup-bt","values":[28.139999999999993,27.327999999999996,21.903999999999996,30.328]},{"framework":"hyperapp-v1.2.9-non-keyed","benchmark":"34_startup-totalbytes","values":[144.998046875,144.998046875,144.998046875,144.998046875]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"01_run1k","values":[149.226,164.062,160.341,168.66,163.831,162.726,167.958,157.303,159.287,163.267]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"02_replace1k","values":[45.929,48.484,49.707,46.664,58.54,48.792,47.172,48.234,49.291,47.41]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"03_update10th1k_x16","values":[150.557,145.877,148.769,153.204,149.356,150.475,142.251,167.392,154.476,163.528]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"04_select1k","values":[31.377,34.579,30.015,28.348,24.206,30.53,30.658,29.905,28.447,27.198]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"05_swap1k","values":[42.985,36.334,29.712,35.108,45.8,41.379,38.104,31.478,31.871,46.161]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"06_remove-one-1k","values":[50.502,47.848,53.943,52.622,54.47,49.383,51.672,52.85,49.976,51.823]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"07_create10k","values":[1284.835,1337.332,1347.086,1355.256,1296.769,1284.537,1295.683,1256.918,1283.095,1280.581]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[289.147,285.701,291.436,284.332,292.542,290.282,277.924,291.754,290.922,282.518]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"09_clear1k_x8","values":[124.657,126.079,126.191,126.97,127.964,127.591,129.137,142.174,121.617,128.181]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"21_ready-memory","values":[1.2545890808105469,1.2545738220214844,1.2545738220214844,1.2545738220214844,1.2545738220214844]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"22_run-memory","values":[3.2972640991210938,3.2977676391601562,3.2971458435058594,3.297870635986328,3.298137664794922]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"23_update5-memory","values":[3.600536346435547,3.6027679443359375,3.60064697265625,3.600543975830078,3.600635528564453]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"24_run5-memory","values":[3.3206443786621094,3.3204879760742188,3.3234481811523438,3.320484161376953,3.3205642700195312]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"25_run-clear-memory","values":[4.092159271240234,4.092319488525391,4.095043182373047,4.0854644775390625,4.092338562011719]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"31_startup-ci","values":[2104.506,2259.036,2258.9120000000003,2261.312]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"32_startup-bt","values":[16,91.33999999999999,94.792,96.22799999999998]},{"framework":"imba-v1.5.2-non-keyed","benchmark":"34_startup-totalbytes","values":[203.0703125,203.0703125,203.0703125,203.0703125]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"01_run1k","values":[207.192,232.368,217.905,226.232,240.883,216.294,206.018,236.466,212.754,213.192]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"02_replace1k","values":[70.236,69.926,84.171,81.458,74.624,84.323,87.396,90.142,70.85,71.228]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"03_update10th1k_x16","values":[482.292,564.155,523.269,521.149,546.1,526.139,544.908,523.676,546.184,532.748]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"04_select1k","values":[393.185,364.818,375.271,426.542,361.294,373.345,366.398,394.823,369.811,376.358]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"05_swap1k","values":[125.113,112.178,114.824,127.547,128.616,134.212,123.535,132.787,115.773,133.826]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"06_remove-one-1k","values":[64.944,81.36,79.254,75.01,81.905,71.346,77.099,65.606,80.67,64.983]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"07_create10k","values":[1419.39,1425.434,1403.609,1431.166,1423.326,1464.444,1467.302,1433.548,1516.621,1452.598]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[387.667,378.84,394.786,383.08,388.677,387.76,382.309,390.979,384.4,394.585]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"09_clear1k_x8","values":[158.638,172.674,160.996,183.424,181.238,162.189,159.846,176.489,172.738,164.595]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"21_ready-memory","values":[2.9126205444335938,2.912628173828125,2.9126205444335938,2.9133453369140625,2.9133453369140625]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"22_run-memory","values":[5.253543853759766,5.238471984863281,5.258636474609375,5.293087005615234,5.210762023925781]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"23_update5-memory","values":[5.621906280517578,5.631008148193359,5.622226715087891,5.622028350830078,5.622100830078125]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"24_run5-memory","values":[5.330120086669922,5.322319030761719,5.321617126464844,5.322055816650391,5.321407318115234]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"25_run-clear-memory","values":[4.387813568115234,4.371112823486328,4.3790435791015625,4.378658294677734,4.378711700439453]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"31_startup-ci","values":[6760.756,6537.413499999999,6539.8665,6529.620000000001]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"32_startup-bt","values":[248.26000000000008,244.56799999999998,243.51600000000008,237.84400000000005]},{"framework":"incr_dom-v0.13.0-non-keyed","benchmark":"34_startup-totalbytes","values":[1048.2314453125,1048.2314453125,1048.2314453125,1048.2314453125]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"01_run1k","values":[133.21,126.255,129.902,138.053,132.059,128.421,125.793,126.069,130.176,126.713]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"02_replace1k","values":[45.249,43.613,43.954,40.402,36.945,43.191,42.312,44.992,42.585,44.202]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"03_update10th1k_x16","values":[170.828,159.828,160.686,197.837,160.316,161.835,174.325,163.511,163.931,167.197]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"04_select1k","values":[35.197,30.445,36.455,31.247,30.376,30.15,33.651,30.866,33.341,31.698]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"05_swap1k","values":[34.375,33.567,31.115,32.124,36.92,34.197,34.405,36.885,40.056,34.622]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"06_remove-one-1k","values":[41.516,40.483,44.827,42.12,39.991,40.919,40.665,41.732,41.255,42.071]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"07_create10k","values":[1144.095,1148.592,1150.997,1133.236,1216.912,1146.21,1127.033,1201.471,1130.405,1139.966]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[249.111,253.252,250.365,252.954,254.877,252.773,251.044,263.711,246.42,248.586]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"09_clear1k_x8","values":[129.505,125.893,126.646,126.627,123.866,129.901,118.671,128.608,130.877,129.346]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"21_ready-memory","values":[1.1024894714355469,1.1024894714355469,1.1025047302246094,1.1025123596191406,1.1024894714355469]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"22_run-memory","values":[2.5440139770507812,2.5440444946289062,2.544017791748047,2.5440750122070312,2.544036865234375]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"23_update5-memory","values":[2.8908424377441406,2.8908767700195312,2.8907241821289062,2.8907928466796875,2.8907623291015625]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"24_run5-memory","values":[2.5792617797851562,2.5795745849609375,2.5794677734375,2.5794296264648438,2.5794296264648438]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"25_run-clear-memory","values":[2.36492919921875,2.364398956298828,2.367382049560547,2.367565155029297,2.364959716796875]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"31_startup-ci","values":[2034.0639999999999,2029.12,2034.1080000000002,2029.46]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"32_startup-bt","values":[22.559999999999995,16,22.307999999999996,17.107999999999997]},{"framework":"inferno-v7.2.1-non-keyed","benchmark":"34_startup-totalbytes","values":[162.8798828125,162.8798828125,162.8798828125,162.8798828125]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"01_run1k","values":[132.65,131.809,131.261,147.089,133.344,130.02,130.955,135.813,151.086,131.913]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"02_replace1k","values":[39.582,37.623,41.513,37.899,44.357,41.619,47.43,40.703,44.986,46.85]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"03_update10th1k_x16","values":[167.088,151.972,150.344,159.633,155.111,165.058,161.049,167.507,163.335,153.116]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"04_select1k","values":[41.094,22.682,30.28,24.166,26.651,22.114,26.031,26.165,24.382,22.191]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"05_swap1k","values":[37.493,28.333,36.778,42.476,45.666,28.602,32.922,41.408,35.044,49.993]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"06_remove-one-1k","values":[39.931,40.581,41.855,44.011,41.574,40.89,41.325,40.408,41.123,41.136]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"07_create10k","values":[1199.914,1222.844,1293.013,1278.125,1307.936,1320.665,1224.374,1212.709,1214.585,1200.813]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[265.425,273.958,274.079,276.498,269.799,271.361,271.317,276.275,265.956,274.49]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"09_clear1k_x8","values":[117.862,125.449,132.272,127.483,125.186,140.118,132.542,125.923,128.793,128.232]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"21_ready-memory","values":[1.135162353515625,1.1352386474609375,1.1351547241210938,1.13519287109375,1.1352005004882812]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"22_run-memory","values":[2.5602989196777344,2.559722900390625,2.5606918334960938,2.5606651306152344,2.5606460571289062]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"23_update5-memory","values":[2.922985076904297,2.9230995178222656,2.922931671142578,2.9212493896484375,2.9231529235839844]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"24_run5-memory","values":[2.6266937255859375,2.626605987548828,2.6457290649414062,2.626537322998047,2.626728057861328]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.408527374267578,2.408557891845703,2.4085426330566406,2.408527374267578,2.408527374267578]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"31_startup-ci","values":[2029.612,2027.732,2034.016,2033.384]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"32_startup-bt","values":[16.787999999999997,16,22.511999999999997,77.164]},{"framework":"lighterhtml-v2.5.0-non-keyed","benchmark":"34_startup-totalbytes","values":[152.7587890625,152.7587890625,152.7587890625,152.7587890625]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"01_run1k","values":[134.477,173.726,140.095,140.062,142.113,141.94,138.705,140.732,140.618,137.7]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"02_replace1k","values":[45.27,40.861,44.754,48.95,45.043,45.938,44.769,45.104,41.418,46.849]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"03_update10th1k_x16","values":[168.093,171.274,165.983,164.433,164.397,162.79,164.98,175.168,163.445,169.871]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"04_select1k","values":[42.51,32.049,29.607,39.195,32.289,33.838,34.192,38.939,36.262,30.483]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"05_swap1k","values":[28.079,28.234,45.844,28.72,29.395,33.43,36.197,45.716,33.922,31.035]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"06_remove-one-1k","values":[44.849,43.701,44.476,46.614,44.912,45.002,44.728,44.211,45.125,46.602]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"07_create10k","values":[1237.387,1256.17,1236.337,1259.962,1247.137,1260.417,1264.682,1261.119,1255.298,1270.927]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[286.888,288.482,280.999,282.467,280.257,277.28,286.718,295.579,301.612,283.449]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"09_clear1k_x8","values":[128.122,127.012,135.838,138.723,139.26,138.042,139.489,128.178,128.361,139.998]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"21_ready-memory","values":[1.1178245544433594,1.1180191040039062,1.1178855895996094,1.1178398132324219,1.1178550720214844]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"22_run-memory","values":[2.800548553466797,2.8005027770996094,2.8004074096679688,2.8052215576171875,2.805377960205078]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"23_update5-memory","values":[3.15234375,3.1476097106933594,3.1524505615234375,3.1475448608398438,3.152973175048828]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"24_run5-memory","values":[2.9443016052246094,2.949535369873047,2.9444007873535156,2.94970703125,2.9444313049316406]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"25_run-clear-memory","values":[2.5097503662109375,2.5308570861816406,2.5095977783203125,2.512035369873047,2.5098304748535156]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"31_startup-ci","values":[2256.7794999999996,2258.985,2284.5314999999996,2253.2655]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"32_startup-bt","values":[28.15999999999999,24.380000000000003,25.136,16.647999999999996]},{"framework":"lit-element-v2.3.1-non-keyed","benchmark":"34_startup-totalbytes","values":[172.4296875,172.4306640625,172.4306640625,172.4287109375]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"01_run1k","values":[132.829,136.716,133.937,156.326,137.817,132.665,157.056,134.953,137.507,131.726]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"02_replace1k","values":[45.429,36.573,43.256,43.904,44.073,42.817,42.593,36.709,43.827,42.848]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"03_update10th1k_x16","values":[152.375,204.106,142.102,149.425,154.31,150.999,154.058,146.807,154.197,152.549]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"04_select1k","values":[31.16,26.619,24.832,27.559,22.319,26.583,24.138,21.438,22.199,22.025]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"05_swap1k","values":[34.2,36.149,36.304,45.846,26.536,30.117,27.028,41.598,40.531,42.427]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"06_remove-one-1k","values":[40.509,44.766,42.332,40.791,41.43,42.339,41.813,41.951,42.999,42.043]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"07_create10k","values":[1206.614,1221.035,1245.917,1241.361,1203.182,1203.18,1201.843,1178.582,1203.757,1188.002]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[269.714,271.654,266.246,267.63,270.138,272.471,280.264,269.569,265.814,298.003]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"09_clear1k_x8","values":[129.92,120.478,142.425,133.373,128.163,132.096,134.465,133.872,120.253,132.333]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"21_ready-memory","values":[1.1180229187011719,1.1178741455078125,1.1178436279296875,1.1179580688476562,1.117889404296875]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"22_run-memory","values":[2.464630126953125,2.4647254943847656,2.4645118713378906,2.4648475646972656,2.464630126953125]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"23_update5-memory","values":[2.8140182495117188,2.8137283325195312,2.8139114379882812,2.8142242431640625,2.8141403198242188]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"24_run5-memory","values":[2.5096359252929688,2.5096282958984375,2.5096969604492188,2.5098609924316406,2.5097808837890625]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.5077285766601562,2.502197265625,2.5087661743164062,2.507518768310547,2.507671356201172]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"31_startup-ci","values":[2031.6799999999998,2033.576,2029.2800000000002,2029.9879999999998]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"32_startup-bt","values":[22.551999999999992,22.395999999999994,16,18.407999999999994]},{"framework":"lit-html-v1.1.0-non-keyed","benchmark":"34_startup-totalbytes","values":[154.2734375,154.2734375,154.2734375,154.2734375]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"01_run1k","values":[147.729,147.754,145.851,146.767,156.263,148.239,145.387,146.017,145.547,146.142]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"02_replace1k","values":[49.494,39.064,44.243,39.146,38.762,40.516,44.44,41.173,44.604,44.18]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"03_update10th1k_x16","values":[157.937,147.365,156.161,155.155,164.387,156.872,160.546,157.025,158.325,156.748]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"04_select1k","values":[36.959,40.131,33.996,34.411,38.08,38.983,39.043,32.342,39.828,38.183]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"05_swap1k","values":[37.26,33.528,33.506,38.894,41.003,38.655,30.036,29.89,30.839,33.934]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"06_remove-one-1k","values":[41.264,41.556,41.576,41.958,41.71,50.428,45.445,40.655,42.514,41.623]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"07_create10k","values":[1369.874,1432.63,1460.51,1465.617,1371.419,1488.275,1506.119,1376.628,1392.776,1466.732]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"08_create1k-after1k_x2","values":[314.078,318.115,344.621,310.835,307.634,305.895,313.127,309.138,311.795,316.86]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"09_clear1k_x8","values":[145.924,146.886,142.998,149.636,152.103,136.642,151.426,153.013,145.87,137.896]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"21_ready-memory","values":[1.1085472106933594,1.1085624694824219,1.1085395812988281,1.1085548400878906,1.1085166931152344]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"22_run-memory","values":[2.4128990173339844,2.4129295349121094,2.4129295349121094,2.4129180908203125,2.4129295349121094]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"23_update5-memory","values":[2.7557525634765625,2.7560195922851562,2.7560958862304688,2.7560081481933594,2.7561416625976562]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"24_run5-memory","values":[2.4798126220703125,2.479602813720703,2.4605636596679688,2.479656219482422,2.4606399536132812]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"25_run-clear-memory","values":[3.2453155517578125,3.4276771545410156,3.4278602600097656,3.3932342529296875,3.4245452880859375]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"31_startup-ci","values":[1878.8200000000002,1883.8400000000001,1882.864,1883.2440000000001]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"32_startup-bt","values":[26.375999999999983,50.21199999999999,57.059999999999995,55.99599999999997]},{"framework":"lite-html-v0.2.4-non-keyed","benchmark":"34_startup-totalbytes","values":[147.126953125,147.126953125,147.126953125,147.126953125]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"01_run1k","values":[188.639,159.382,156.993,152.087,154.037,169.14,166.106,154.352,153.74,165.724]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"02_replace1k","values":[71.564,60.768,61.904,62.278,62.34,63.907,61.228,64.638,61.387,59.065]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"03_update10th1k_x16","values":[380.729,403.394,399.135,395.697,397.38,437.551,398.754,401.749,406.967,406.474]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"04_select1k","values":[224.329,228.703,261.88,214.416,269.338,226.461,212.227,255.552,256.686,215.593]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"05_swap1k","values":[92.655,85.21,84.787,83.944,84.185,91.162,86.792,84.534,97.259,88.439]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"06_remove-one-1k","values":[65.024,65.91,67.153,68.714,70.194,66.27,67.968,66.39,66.416,66.647]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"07_create10k","values":[1438.061,1397.647,1406.269,1427.39,1448.458,1432.169,1412.66,1408.05,1430.69,1441.628]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[335.789,346.335,344.656,351.851,348.799,346.273,369.18,343.716,361.018,344.795]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"09_clear1k_x8","values":[156.9,164.41,162.504,176.886,172.19,166.524,167.007,163.903,159.133,171.78]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"21_ready-memory","values":[1.1011314392089844,1.1011772155761719,1.1011619567871094,1.1011619567871094,1.1011314392089844]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"22_run-memory","values":[2.8703880310058594,2.8704261779785156,2.870403289794922,2.8704071044921875,2.8703994750976562]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"23_update5-memory","values":[3.7307510375976562,3.269329071044922,3.730754852294922,3.2083778381347656,3.2050933837890625]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"24_run5-memory","values":[3.3752975463867188,3.373504638671875,3.3924522399902344,3.3851852416992188,3.3698959350585938]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"25_run-clear-memory","values":[2.3954734802246094,2.3954200744628906,2.3954238891601562,2.3954429626464844,2.395488739013672]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"31_startup-ci","values":[1879.5479999999998,1883.6439999999998,1884.424,1880.5880000000002]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"32_startup-bt","values":[17.659999999999997,22.507999999999992,22.60799999999999,17.603999999999996]},{"framework":"literaljs-v7.0.1-non-keyed","benchmark":"34_startup-totalbytes","values":[148.859375,148.859375,148.859375,148.859375]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"01_run1k","values":[111.827,138.042,119.349,122.334,118.601,140.739,119.78,122.006,119.582,119.248]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"02_replace1k","values":[39.172,33.862,51.036,43.978,44.711,35.433,42.777,41.97,43.103,43.511]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"03_update10th1k_x16","values":[143.016,143.821,140.237,147.237,149.081,133.795,149.222,159.398,143.557,144.86]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"04_select1k","values":[14.902,16.762,19.007,14.693,18.495,39.045,23.582,18.75,20.053,18.954]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"05_swap1k","values":[27.895,35.378,48.385,27.627,32.101,25.308,27.057,41.059,46.102,28.459]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"06_remove-one-1k","values":[45.362,44.359,43.325,43.009,45.292,43.251,43.293,43.303,42.753,46.504]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"07_create10k","values":[1039.6,1052.003,1073.738,1036.771,1038.104,1040.834,1060.101,1046.303,1073.648,1038.947]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"08_create1k-after1k_x2","values":[231.645,231.532,236.162,238.517,233.446,235.323,236.597,233.867,232.769,231.68]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"09_clear1k_x8","values":[112.225,109.622,107.377,109.29,104.91,103.176,98.477,102.95,100.488,108.937]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"21_ready-memory","values":[1.1215705871582031,1.1215858459472656,1.1215934753417969,1.1215782165527344,1.1215858459472656]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"22_run-memory","values":[1.6434745788574219,1.6432952880859375,1.6435127258300781,1.6435203552246094,1.6435813903808594]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"23_update5-memory","values":[1.9730262756347656,1.9729156494140625,1.9728775024414062,1.972991943359375,1.9729843139648438]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"24_run5-memory","values":[1.7768669128417969,1.7770729064941406,1.7767715454101562,1.7769088745117188,1.7768707275390625]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"25_run-clear-memory","values":[2.3756179809570312,2.3756980895996094,2.3757591247558594,2.375782012939453,2.3758163452148438]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"31_startup-ci","values":[1882.364,1877.476,1881.964,1881.864]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"32_startup-bt","values":[22.491999999999994,16,21.779999999999994,22.384]},{"framework":"mikado-v0.7.57-non-keyed","benchmark":"34_startup-totalbytes","values":[147.33203125,147.33203125,147.33203125,147.33203125]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"01_run1k","values":[166.805,170.309,168.004,162.428,170.844,166.106,179.961,168.163,180.75,168.576]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"02_replace1k","values":[48.356,63.851,58.686,50.25,59.804,60.164,66.218,59.379,58.636,62.743]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"03_update10th1k_x16","values":[193.11,188.72,190.221,184.868,193.598,179.425,179.132,190.602,198.525,189.949]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"04_select1k","values":[19.043,26.139,28.1,25.617,23.491,25.219,20.165,31.985,22.863,23.959]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"05_swap1k","values":[60.528,47.372,71.354,63.542,50.672,64.084,61.32,55.87,50.771,56.462]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"06_remove-one-1k","values":[57.792,47.159,61.744,56.621,50.893,51.974,62.984,61.619,48.985,49.061]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"07_create10k","values":[1329.05,1347.055,1387.376,1399.666,1651.292,1489.83,1440.988,1437.686,1412.292,1427.583]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"08_create1k-after1k_x2","values":[323.161,320.466,344.433,320.317,335.288,323.658,323.522,302.743,314.794,316.055]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"09_clear1k_x8","values":[115.88,116.906,123.82,125.962,157.801,120.495,117.573,122.805,129.534,117.551]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"21_ready-memory","values":[1.1670341491699219,1.1670188903808594,1.1670188903808594,1.1670494079589844,1.1670341491699219]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"22_run-memory","values":[4.38153076171875,4.381538391113281,4.381523132324219,4.381553649902344,4.381507873535156]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"23_update5-memory","values":[4.724842071533203,4.7248382568359375,4.723075866699219,4.723052978515625,4.724849700927734]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"24_run5-memory","values":[4.560199737548828,4.584766387939453,4.557369232177734,4.561302185058594,4.56512451171875]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"25_run-clear-memory","values":[2.9365577697753906,2.8716812133789062,2.8731689453125,2.868419647216797,2.8916168212890625]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"31_startup-ci","values":[2177.7080000000005,2184.344,2183.464,2178.004]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"32_startup-bt","values":[22.251999999999995,30.675999999999995,29.795999999999996,25.967999999999996]},{"framework":"mimbl-v0.1.10-non-keyed","benchmark":"34_startup-totalbytes","values":[180.3466796875,180.3466796875,180.3466796875,180.3466796875]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"01_run1k","values":[349.173,301.874,304.152,295.822,317.679,310.99,303.048,304.939,309.383,310.114]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"02_replace1k","values":[76.033,75.226,85.609,88.13,89.842,89.943,83.662,96.603,85.261,90.462]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"03_update10th1k_x16","values":[767.417,746.279,1109.932,745.493,695.313,739.741,723.901,691.847,710.668,707.96]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"04_select1k","values":[509.25,433.973,407.631,411.072,429.22,391.981,393.856,394.59,400.119,404.453]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"05_swap1k","values":[116.279,120.789,132.474,121.807,126.92,127.138,135.792,128.21,120.494,122.344]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"06_remove-one-1k","values":[60.756,64.722,60.68,60.121,59.577,59.928,59.155,59.091,60.045,63.115]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"07_create10k","values":[1775.357,1737.069,1752.211,1861.695,1752.835,1758.793,1797.044,1783.772,1729.225,1790.929]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[555.789,515.689,475.388,488.259,483.189,478.649,479.488,491.74,479.578,478.262]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"09_clear1k_x8","values":[208.368,179.368,192.235,178.968,201.297,179.348,231.867,230.578,218.097,198.517]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"21_ready-memory","values":[2.4319229125976562,2.4314193725585938,2.43170166015625,2.4313812255859375,2.4319076538085938]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"22_run-memory","values":[7.04345703125,7.042625427246094,7.043216705322266,7.043216705322266,7.041725158691406]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"23_update5-memory","values":[9.260627746582031,9.262870788574219,9.26584243774414,9.26479721069336,9.264873504638672]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"24_run5-memory","values":[9.749443054199219,9.750175476074219,9.761615753173828,9.759387969970703,9.764854431152344]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"25_run-clear-memory","values":[8.164737701416016,8.114429473876953,8.12213134765625,7.8672332763671875,7.890102386474609]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"31_startup-ci","values":[4169.067999999999,4174.139999999999,4157.224,4144.152]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"32_startup-bt","values":[181.26799999999997,191.42799999999994,163.584,170.012]},{"framework":"miso-v1.4.0-non-keyed","benchmark":"34_startup-totalbytes","values":[580.9169921875,580.9169921875,580.9169921875,580.9169921875]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"01_run1k","values":[127.879,135.722,133.384,125.724,127.44,123.888,127.69,147.836,127.526,128.215]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"02_replace1k","values":[42.652,42.671,38.752,58.634,43.171,46.873,41.687,42.138,43.329,40.534]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"03_update10th1k_x16","values":[151.499,145.229,152.357,149.104,157.524,154.487,146.064,166.517,144.107,165.705]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"04_select1k","values":[18.766,21.314,23.692,22.663,21.703,26.235,23.27,16.417,21.899,27.579]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"05_swap1k","values":[24.308,27.154,46.108,26.258,24.461,33.833,42.042,34.104,27.437,34.621]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"06_remove-one-1k","values":[41.968,40.26,38.841,39.135,39.798,41.883,39.924,42.024,39.378,39.764]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"07_create10k","values":[1183.438,1199.522,1203.183,1179.092,1319.933,1223.919,1191.722,1570.716,1194.258,1168.066]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"08_create1k-after1k_x2","values":[250.925,258.552,269.637,254.827,253.703,252.53,259.381,258.696,249.353,259.112]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"09_clear1k_x8","values":[124.757,127.173,135.797,132.335,131.143,128.56,119.624,133.694,128.017,120.964]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"21_ready-memory","values":[1.0940475463867188,1.0940017700195312,1.093994140625,1.0940017700195312,1.0940475463867188]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"22_run-memory","values":[3.2468299865722656,3.2480926513671875,3.246776580810547,3.2480926513671875,3.246776580810547]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"23_update5-memory","values":[3.5648956298828125,3.5697708129882812,3.5684852600097656,3.5661354064941406,3.566661834716797]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"24_run5-memory","values":[3.2850799560546875,3.2861251831054688,3.2862014770507812,3.285076141357422,3.2861671447753906]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"25_run-clear-memory","values":[2.3178977966308594,2.3188858032226562,2.3179283142089844,2.3178367614746094,2.3222503662109375]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"31_startup-ci","values":[1883.732,1878.0120000000002,1883.52,1883.812]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"32_startup-bt","values":[22.699999999999996,16,21.179999999999996,22.923999999999992]},{"framework":"moon-v1.0.0-beta.4-non-keyed","benchmark":"34_startup-totalbytes","values":[146.12109375,146.12109375,146.12109375,146.12109375]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"01_run1k","values":[160.139,164.775,173.317,161.084,164.328,153.84,161.962,156.143,155.022,149.869]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"02_replace1k","values":[45.876,40.413,44.012,44.703,42.934,42.163,40.554,41.174,45.399,43.688]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"03_update10th1k_x16","values":[184.281,181.228,182.18,195.35,182.739,185.56,188.352,179.688,184.647,191.57]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"04_select1k","values":[101.087,55.456,52.368,57.646,58.155,62.012,58.273,56.595,56.658,62.998]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"05_swap1k","values":[41.251,38.408,42.374,35.619,36.174,44.814,42.076,35.643,34.504,35.67]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"06_remove-one-1k","values":[48.294,46.953,45.741,46.345,48.755,46.332,46.388,46.137,49.658,47.743]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"07_create10k","values":[1393.162,1442.264,1476.089,1503.966,1470.016,1492.51,1551.569,1505.475,1481.418,1569.823]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[326.532,335.066,325.729,355.923,361.561,360.829,337.765,332.709,336.898,330.828]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"09_clear1k_x8","values":[126.84,133.322,132.39,129.685,132.79,131.994,134.721,128.728,133.458,132.165]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"21_ready-memory","values":[1.1585502624511719,1.1585731506347656,1.1585502624511719,1.1585426330566406,1.1585502624511719]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"22_run-memory","values":[3.962310791015625,3.9624481201171875,3.962299346923828,3.962200164794922,3.9622955322265625]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"23_update5-memory","values":[4.382999420166016,4.367439270019531,4.3673858642578125,4.367408752441406,4.367374420166016]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"24_run5-memory","values":[4.065776824951172,4.0658416748046875,4.065937042236328,4.0664825439453125,4.065761566162109]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.5991897583007812,2.562885284423828,2.568988800048828,2.5992355346679688,2.5695037841796875]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"31_startup-ci","values":[2027.596,2033.7040000000002,2027.6640000000002,2034.208]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"32_startup-bt","values":[16,24.347999999999995,16,22.215999999999998]},{"framework":"neverland-v3.3.2-non-keyed","benchmark":"34_startup-totalbytes","values":[156.73828125,156.73828125,156.73828125,156.73828125]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"01_run1k","values":[172.05,179.279,181.873,176.939,173.92,198.988,180.368,173.805,196.907,174.507]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"02_replace1k","values":[42.112,41.737,42.64,42.88,42.154,49.582,44.266,41.645,45.767,42.878]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":[222.041,224.537,220.561,219.532,279.042,228.387,229.101,239.156,219.638,215.812]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"04_select1k","values":[62.305,56.361,64.257,59.229,57.075,57.079,56.284,59.061,58.79,57.052]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"05_swap1k","values":[28.753,39.564,26.287,27.342,39.231,36.651,33.202,26.595,34.5,34.142]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"06_remove-one-1k","values":[46.518,47.154,50.936,47.464,47.324,48.729,49.464,47.928,48.982,47.757]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"07_create10k","values":[1476.668,1560.671,1577.337,1593.709,1615.563,1601.796,1591.807,1580.528,1624.896,1591.943]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[341.527,352.297,343.322,359.343,359.427,361.076,353.701,360.826,361.676,352.011]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"09_clear1k_x8","values":[150.541,153.584,152.73,154.587,153.531,152.105,157.086,144.571,155.393,148.389]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"21_ready-memory","values":[1.3892555236816406,1.3893394470214844,1.3893928527832031,1.3893547058105469,1.3893623352050781]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"22_run-memory","values":[3.0791854858398438,3.079132080078125,3.079204559326172,3.0793609619140625,3.0792198181152344]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"23_update5-memory","values":[3.5392074584960938,3.5395355224609375,3.5391998291015625,3.5392799377441406,3.5392723083496094]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"24_run5-memory","values":[3.2120094299316406,3.333240509033203,3.211902618408203,3.211822509765625,3.2100982666015625]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.884258270263672,2.884510040283203,2.890167236328125,2.7615814208984375,2.7614517211914062]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"31_startup-ci","values":[5672.84,5680.765000000001,5671.06,5673.57]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"32_startup-bt","values":[132.94799999999995,138.05599999999998,128.32399999999998,131.248]},{"framework":"polymer-v2.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":[359.482421875,359.482421875,359.482421875,359.482421875]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"01_run1k","values":[450.219,476.276,461.733,446.911,446.222,436.93,466.46,434.854,433.358,445.763]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"02_replace1k","values":[133.616,132.385,126.921,126.33,132.402,125.215,127.632,124.238,131.055,126.062]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":[1533.995,1529.61,1491.844,1464.405,1486.05,1499.747,1502.416,1450.383,1499.166,1497.788]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"04_select1k","values":[1214.577,1278.739,1250.53,1268.184,1248,1244.537,1261.731,2488.66,1217.441,1227.181]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"05_swap1k","values":[372.305,404.745,358.542,646.176,627.6,349.624,633.898,366.717,338.431,330.636]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"06_remove-one-1k","values":[130.411,194.724,130.666,124.632,125.564,128.906,123.487,122.808,127.952,123.9]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"07_create10k","values":[2646.476,2659.62,2684.826,2683.319,2693.188,2676.532,2700.047,2673.036,2695.323,2691.388]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[895.374,748.838,750.515,738.978,748.113,756.027,750.679,742.142,762.49,764.556]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"09_clear1k_x8","values":[415.156,406.364,407.649,412.115,410.069,406.563,397.988,392.322,409.982,403.96]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"21_ready-memory","values":[2.2194976806640625,2.2194976806640625,2.2194976806640625,2.2194976806640625,2.2194976806640625]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"22_run-memory","values":[7.227180480957031,7.229362487792969,7.228778839111328,7.228782653808594,7.228954315185547]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"23_update5-memory","values":[7.587547302246094,7.599822998046875,7.597873687744141,7.596710205078125,7.596126556396484]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"24_run5-memory","values":[7.324565887451172,7.327281951904297,7.323062896728516,7.333744049072266,7.316280364990234]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"25_run-clear-memory","values":[3.689922332763672,3.7075424194335938,3.9833641052246094,3.3557662963867188,3.707592010498047]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"31_startup-ci","values":[6693.248,6693.423999999999,6684.952000000001,6685.616]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"32_startup-bt","values":[173.02,169.18,164.984,163.816]},{"framework":"pux-v11.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":[1053.71875,1053.71875,1053.71875,1053.71875]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"01_run1k","values":[222.724,234.039,252.402,234.887,228.462,240.541,224.29,225.361,237.485,225.548]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"02_replace1k","values":[39.98,41.226,45.739,41.895,40.871,41.335,48.222,41.401,48.893,43.128]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"03_update10th1k_x16","values":[174.56,151.914,155.014,159.191,164.783,161.598,160.14,153.225,162.781,156.275]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"04_select1k","values":[118.301,110.491,111.993,112.048,129.321,120.169,112.673,113.226,109.779,114.37]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"05_swap1k","values":[45.408,39.687,31.636,27.309,27.2,36.001,44.637,28.684,30.336,31.651]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"06_remove-one-1k","values":[46.664,46.157,45.988,49.787,45.487,46.045,48.405,46.397,46.353,47.28]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"07_create10k","values":[1662.175,1643.324,1883.889,1767.359,1850.871,1876.677,1779.529,1712.446,1813.306,2131.672]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":[414.683,388.517,380.389,386.81,388.859,385.693,384.728,394.847,386.168,422.764]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"09_clear1k_x8","values":[280.719,267.686,266.62,270.199,267.274,269.001,277.26,271.08,284.768,273.081]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"21_ready-memory","values":[1.4200477600097656,1.4199943542480469,1.4200553894042969,1.4200248718261719,1.4200248718261719]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"22_run-memory","values":[7.9547271728515625,7.954715728759766,7.954792022705078,7.954730987548828,7.954738616943359]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"23_update5-memory","values":[8.284034729003906,8.283950805664062,8.284019470214844,8.284019470214844,8.284000396728516]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"24_run5-memory","values":[8.095821380615234,8.095748901367188,8.095905303955078,8.096019744873047,8.095897674560547]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"25_run-clear-memory","values":[3.6189613342285156,3.6132659912109375,3.6160545349121094,3.6182289123535156,3.6172714233398438]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"31_startup-ci","values":[3132.836,3108.4439999999995,3106.656,3129.232]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"32_startup-bt","values":[105.012,16,16,102.512]},{"framework":"ractive-v1.3.6-non-keyed","benchmark":"34_startup-totalbytes","values":[362.998046875,362.998046875,362.998046875,362.998046875]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"01_run1k","values":[137.372,135.737,136.448,140.435,135.855,133.341,134.157,133.501,133.553,137.894]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"02_replace1k","values":[43.941,43.282,37.543,44.18,47.157,46.609,45.089,39.086,41.822,38.054]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"03_update10th1k_x16","values":[168.299,173.468,167.664,164.801,167.343,167.527,173.276,204.173,170.357,171.141]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"04_select1k","values":[78.403,37.084,39.498,36.575,40.638,35.937,43.28,38.517,45.22,35.578]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"05_swap1k","values":[37.384,38.254,45.107,45.251,29.418,38.499,41.145,30.565,30.941,42.528]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"06_remove-one-1k","values":[40.321,41.315,40.823,41.949,42.734,42.493,49.202,40.841,41.863,41.475]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"07_create10k","values":[1223.606,1229.025,1265.335,1243.442,1273.05,1242.744,1249.357,1253.105,1272.708,1251.101]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[262.757,264.272,264.866,264.585,263.428,264.698,264.117,263.063,263.384,266.566]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"09_clear1k_x8","values":[111.969,115.409,108.621,105.014,115.041,105.219,119.638,106.272,115.228,114.556]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"21_ready-memory","values":[1.1045341491699219,1.1045494079589844,1.1044883728027344,1.1045036315917969,1.1045265197753906]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"22_run-memory","values":[3.4433212280273438,3.4433021545410156,3.443187713623047,3.4432640075683594,3.4431495666503906]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"23_update5-memory","values":[3.864604949951172,3.8646583557128906,3.864643096923828,3.8646774291992188,3.8647079467773438]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"24_run5-memory","values":[3.6651268005371094,3.6652374267578125,3.6858482360839844,3.6852073669433594,3.6855430603027344]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"25_run-clear-memory","values":[11.238658905029297,11.216423034667969,11.215465545654297,11.214630126953125,11.21676254272461]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"31_startup-ci","values":[1953.0839999999998,1959.612,1953.4679999999998,1959.0120000000002]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"32_startup-bt","values":[16,24.563999999999993,16,22.895999999999997]},{"framework":"rawact-v0.5.0-non-keyed","benchmark":"34_startup-totalbytes","values":[150.2265625,150.2265625,150.2265625,150.2265625]},{"framework":"react-v16.8.6-non-keyed","benchmark":"01_run1k","values":[170.266,171.474,202.736,173.025,168.309,167.713,173.139,167.703,174.083,167.143]},{"framework":"react-v16.8.6-non-keyed","benchmark":"02_replace1k","values":[40.647,40.642,44.308,45.676,44.428,41.906,42.33,43.529,40.952,40.898]},{"framework":"react-v16.8.6-non-keyed","benchmark":"03_update10th1k_x16","values":[174.932,202.562,174.869,171.824,172.929,176.467,204.257,181.448,180.589,169.908]},{"framework":"react-v16.8.6-non-keyed","benchmark":"04_select1k","values":[47.828,32.371,30.992,26.926,29.355,33.029,30.098,35.266,35.739,29.134]},{"framework":"react-v16.8.6-non-keyed","benchmark":"05_swap1k","values":[37.016,40.218,48.902,39.347,43.248,32.136,41.602,32.722,36.198,28.009]},{"framework":"react-v16.8.6-non-keyed","benchmark":"06_remove-one-1k","values":[44.04,44.889,44.16,44.277,45.332,45.6,44.27,44.625,44.774,44.308]},{"framework":"react-v16.8.6-non-keyed","benchmark":"07_create10k","values":[1586.744,1610.519,1637.599,1704.505,1681.277,1667.369,1658.845,1654.929,1668.85,1705.69]},{"framework":"react-v16.8.6-non-keyed","benchmark":"08_create1k-after1k_x2","values":[312.393,334.75,350.275,324.39,335.339,326.673,324.76,318.118,331.682,326.053]},{"framework":"react-v16.8.6-non-keyed","benchmark":"09_clear1k_x8","values":[149.959,141.135,155.684,148.002,155.659,155.281,169.834,144.256,147.204,156.762]},{"framework":"react-v16.8.6-non-keyed","benchmark":"21_ready-memory","values":[1.3076934814453125,1.3076934814453125,1.4307403564453125,1.3076934814453125,1.3076934814453125]},{"framework":"react-v16.8.6-non-keyed","benchmark":"22_run-memory","values":[3.892101287841797,3.8924522399902344,3.89208984375,3.8924903869628906,3.8925819396972656]},{"framework":"react-v16.8.6-non-keyed","benchmark":"23_update5-memory","values":[4.651287078857422,4.6516876220703125,4.651237487792969,4.650840759277344,4.650730133056641]},{"framework":"react-v16.8.6-non-keyed","benchmark":"24_run5-memory","values":[6.044708251953125,6.037418365478516,5.948726654052734,6.044727325439453,6.044506072998047]},{"framework":"react-v16.8.6-non-keyed","benchmark":"25_run-clear-memory","values":[3.2105979919433594,3.2108535766601562,3.2107467651367188,3.210887908935547,3.2107810974121094]},{"framework":"react-v16.8.6-non-keyed","benchmark":"31_startup-ci","values":[2530.3279999999995,2504.084,2533.956,2504.652]},{"framework":"react-v16.8.6-non-keyed","benchmark":"32_startup-bt","values":[101.74000000000001,16,105.39200000000002,16]},{"framework":"react-v16.8.6-non-keyed","benchmark":"34_startup-totalbytes","values":[260.6298828125,260.6298828125,260.6298828125,260.6298828125]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"01_run1k","values":[136.081,137.134,136.925,159.825,135.386,141.87,134.484,136.591,133.672,132.936]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"02_replace1k","values":[43.283,45.166,45.351,44.71,61.17,44.96,46.088,48.889,43.594,48.734]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"03_update10th1k_x16","values":[178.728,162.21,160.744,167.578,168.435,165.552,165.329,175.146,166.703,164.129]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"04_select1k","values":[20.191,23.16,26.705,21.509,22.798,23.201,25.576,31.481,30.371,22.945]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"05_swap1k","values":[39.176,39.942,29.654,28.572,25.958,42.038,42.451,45.243,42.091,30.909]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"06_remove-one-1k","values":[47.343,43.74,43.264,44.1,46.11,43.903,43.314,44.174,43.875,45.116]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"07_create10k","values":[1232.995,1274.675,1308.518,1328.749,1281.948,1314.809,1322.599,1287.677,1348.32,1322.493]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[266.107,267.366,267.464,261.659,267.661,264.076,263.062,264.058,269.172,282.94]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"09_clear1k_x8","values":[130.336,129.754,131.969,130.263,136.66,132.001,133.085,122.51,134.587,135.555]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"21_ready-memory","values":[1.11260986328125,1.1126251220703125,1.1126556396484375,1.1126251220703125,1.1126556396484375]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"22_run-memory","values":[2.3594932556152344,2.359546661376953,2.359546661376953,2.3594741821289062,2.359546661376953]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"23_update5-memory","values":[2.71160888671875,2.711597442626953,2.7118568420410156,2.7117538452148438,2.711864471435547]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"24_run5-memory","values":[2.406963348388672,2.4069175720214844,2.4067955017089844,2.406848907470703,2.4067726135253906]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"25_run-clear-memory","values":[3.1815185546875,3.1816253662109375,3.1815567016601562,3.181640625,3.181560516357422]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"31_startup-ci","values":[1883.036,1885.616,1884.0320000000002,1881.384]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"32_startup-bt","values":[21.887999999999998,22.259999999999994,22.063999999999997,19.883999999999993]},{"framework":"redom-v3.24.1-non-keyed","benchmark":"34_startup-totalbytes","values":[147.6796875,147.6796875,147.6796875,147.6796875]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"01_run1k","values":[182.214,151.728,158.198,152.08,146.118,155.798,152.489,146.058,161.118,150.179]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"02_replace1k","values":[42.544,39.949,47.005,40.706,38.898,42.689,45.475,39.426,47.201,39.822]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"03_update10th1k_x16","values":[185.286,187.619,184.737,183.012,184.941,189.145,177.98,209.912,187.958,184.862]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"04_select1k","values":[55.756,39.814,45.099,41.548,46.329,45.058,43.883,42.521,39.034,37.902]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"05_swap1k","values":[32.23,38.514,45.013,31.235,34.164,31.878,36.109,42.087,32.489,32.512]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"06_remove-one-1k","values":[41.07,41.181,41.699,41.796,41.763,41.804,43.143,43.065,41.355,41.084]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"07_create10k","values":[1330.794,1424.328,1412.84,1520.46,1461.429,1474.49,1582.867,1434.45,1501.684,1542.502]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[299.882,297.995,300.089,301.841,308.214,303.895,304.852,303.789,312.239,313.793]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"09_clear1k_x8","values":[193.064,200.945,190.245,191.094,189.377,195.221,185.478,193.188,182.893,200.542]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"21_ready-memory","values":[1.1339454650878906,1.1339759826660156,1.1339988708496094,1.1339454650878906,1.1339302062988281]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"22_run-memory","values":[3.385486602783203,3.385425567626953,3.385387420654297,3.3853988647460938,3.3853797912597656]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"23_update5-memory","values":[3.7134017944335938,3.711566925048828,3.7134437561035156,3.711528778076172,3.7115745544433594]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"24_run5-memory","values":[3.4063796997070312,3.4064292907714844,3.4065284729003906,3.406444549560547,3.4063949584960938]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.5000991821289062,2.515483856201172,2.5027503967285156,2.502819061279297,2.502788543701172]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"31_startup-ci","values":[2028.8,2033.6480000000001,2033.8519999999999,2034.0439999999999]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"32_startup-bt","values":[16,22.059999999999995,24.592,23.587999999999997]},{"framework":"riot-v4.12.0-non-keyed","benchmark":"34_startup-totalbytes","values":[161.4990234375,161.4990234375,161.4990234375,161.4990234375]},{"framework":"san-v3.7.7-non-keyed","benchmark":"01_run1k","values":[130.657,129.347,133.384,136.091,127.906,128.618,129.197,134.892,128.56,130.095]},{"framework":"san-v3.7.7-non-keyed","benchmark":"02_replace1k","values":[44.339,43.656,43.573,38.358,47.611,41.803,43.695,46.02,43.977,43.931]},{"framework":"san-v3.7.7-non-keyed","benchmark":"03_update10th1k_x16","values":[174.579,171.67,201.215,157.752,170.709,172.012,176.72,175.997,175.233,171.776]},{"framework":"san-v3.7.7-non-keyed","benchmark":"04_select1k","values":[26.164,23.451,22.802,28.479,27.645,22.221,27.126,21.317,25.732,29.654]},{"framework":"san-v3.7.7-non-keyed","benchmark":"05_swap1k","values":[25.304,28.711,42.489,43.268,34.68,52.555,29.949,37.044,40.274,44.843]},{"framework":"san-v3.7.7-non-keyed","benchmark":"06_remove-one-1k","values":[42.214,42.38,42.381,42.194,42.65,44.012,42.284,42.745,42.73,43.541]},{"framework":"san-v3.7.7-non-keyed","benchmark":"07_create10k","values":[1156.063,1199.902,1263.042,1152.706,1254.318,1168.316,1157.444,1243.993,1160.641,1347.109]},{"framework":"san-v3.7.7-non-keyed","benchmark":"08_create1k-after1k_x2","values":[259.58,260.728,257.159,257.594,256.559,256.898,263.42,257.867,256.076,260.344]},{"framework":"san-v3.7.7-non-keyed","benchmark":"09_clear1k_x8","values":[136.782,136.499,120.252,121.501,133.755,140.472,137.772,179.765,137.887,146.591]},{"framework":"san-v3.7.7-non-keyed","benchmark":"21_ready-memory","values":[1.2462501525878906,1.2462921142578125,1.2463302612304688,1.2462692260742188,1.2462692260742188]},{"framework":"san-v3.7.7-non-keyed","benchmark":"22_run-memory","values":[3.4119873046875,3.4124908447265625,3.4124717712402344,3.4120330810546875,3.411998748779297]},{"framework":"san-v3.7.7-non-keyed","benchmark":"23_update5-memory","values":[3.7570877075195312,3.7575950622558594,3.7571945190429688,3.7571754455566406,3.757617950439453]},{"framework":"san-v3.7.7-non-keyed","benchmark":"24_run5-memory","values":[3.463481903076172,3.4635772705078125,3.4634246826171875,3.4633140563964844,3.461658477783203]},{"framework":"san-v3.7.7-non-keyed","benchmark":"25_run-clear-memory","values":[2.6369590759277344,2.6368980407714844,2.6328163146972656,2.636882781982422,2.6368675231933594]},{"framework":"san-v3.7.7-non-keyed","benchmark":"31_startup-ci","values":[2259.188,2256.9079999999994,2254.352,2258.652]},{"framework":"san-v3.7.7-non-keyed","benchmark":"32_startup-bt","values":[85.58800000000002,94.82800000000003,77.08000000000001,78.74000000000001]},{"framework":"san-v3.7.7-non-keyed","benchmark":"34_startup-totalbytes","values":[199.46875,199.46875,199.46875,199.46875]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"01_run1k","values":[140.308,139.648,143.339,140.733,138.554,163.212,138.584,137.586,142.644,145.425]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"02_replace1k","values":[45.59,46.459,46.768,48.422,42.908,38.438,44.196,42.903,38.826,41.014]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"03_update10th1k_x16","values":[160.569,151.876,156.575,156.454,151.694,153.825,160.197,155.285,157.84,158.264]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"04_select1k","values":[21.761,17.554,20.248,16.322,22.747,19.655,22.743,19.154,26.448,20.398]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"05_swap1k","values":[28.854,44.611,34.875,34.642,34.427,30.142,35.744,29.093,47.145,29.717]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"06_remove-one-1k","values":[45.327,49.997,45.275,46.156,44.351,45.115,45.251,44.479,45.367,45.205]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"07_create10k","values":[1306.553,1338.59,1360.631,1421.788,1369.017,1433.261,1387.613,1404.73,1380.466,1422.699]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[279.884,286.839,282.418,286.464,287.228,289.682,290.197,286.449,289.406,300.68]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"09_clear1k_x8","values":[113.858,119.549,118.487,127.968,123.979,119.825,134.097,126.196,116.134,121.485]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"21_ready-memory","values":[1.2827529907226562,1.2827529907226562,1.28277587890625,1.2828216552734375,1.2827987670898438]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"22_run-memory","values":[2.8935813903808594,2.8935203552246094,2.8936080932617188,2.8934860229492188,2.893566131591797]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"23_update5-memory","values":[3.2177467346191406,3.217815399169922,3.2192306518554688,3.2177047729492188,3.2177963256835938]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"24_run5-memory","values":[2.952545166015625,2.952320098876953,2.9346961975097656,2.9361000061035156,2.952587127685547]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"25_run-clear-memory","values":[2.6576766967773438,2.679943084716797,2.680145263671875,2.680145263671875,2.6577072143554688]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"31_startup-ci","values":[2478.3680000000004,2477.888,2484.184,2484.04]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"32_startup-bt","values":[16,16,93.66,79.81199999999998]},{"framework":"scarletsframe-v0.26.1-non-keyed","benchmark":"34_startup-totalbytes","values":[253.998046875,253.998046875,253.998046875,253.998046875]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"01_run1k","values":[172.453,181.83,174.328,172.322,210.475,177.232,191.217,174.552,176.327,180.301]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"02_replace1k","values":[60.715,60.791,61.066,68.923,61.326,61.269,61.562,61.097,64.328,70.486]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"03_update10th1k_x16","values":[521.024,541.835,535.68,534.771,530.382,538.387,532.023,540.265,533.614,534.215]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"04_select1k","values":[409.129,411.979,410.78,407.495,417.241,407.047,412.207,408.195,411.603,405.383]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"05_swap1k","values":[127.59,122.099,121.549,121.653,124.749,122.395,122.566,121.899,122.228,124.901]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"06_remove-one-1k","values":[63.658,63.607,63.579,68.377,65.256,64.76,64.735,65.117,64.434,65.048]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"07_create10k","values":[1614.759,1612.178,1643.692,1687.558,1648.918,1628.131,1662.511,1619.641,1667.595,1666.625]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[392.254,427.772,386.279,387.395,387.191,390.764,390.268,392.991,394.289,392.359]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"09_clear1k_x8","values":[197.194,200.291,205.861,195.381,200.731,199.679,203.115,209.277,204.889,200.911]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"21_ready-memory","values":[1.1689262390136719,1.1689262390136719,1.1689186096191406,1.1689262390136719,1.1689491271972656]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"22_run-memory","values":[2.151641845703125,2.1515960693359375,2.1514625549316406,2.1516342163085938,2.1514930725097656]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"23_update5-memory","values":[2.479663848876953,2.4796676635742188,2.479564666748047,2.47967529296875,2.4797325134277344]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"24_run5-memory","values":[2.1659317016601562,2.1658782958984375,2.16583251953125,2.1658782958984375,2.1659469604492188]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.4226303100585938,2.4224319458007812,2.4224853515625,2.4226455688476562,2.4226608276367188]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"31_startup-ci","values":[1957.444,1958.1239999999998,2032.48,2031.2559999999999]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"32_startup-bt","values":[60.943999999999996,67.79199999999997,64.88799999999999,55.491999999999976]},{"framework":"seed-v0.6.0-non-keyed","benchmark":"34_startup-totalbytes","values":[490.609375,490.609375,490.609375,490.609375]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"01_run1k","values":[126.097,122.286,124.21,121.985,124.625,125.79,124.684,124.668,120.245,123.551]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"02_replace1k","values":[49.286,40.735,43.532,37.158,43.29,44.701,45.159,42.992,43.806,42.243]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"03_update10th1k_x16","values":[157.406,152.839,154.373,171.25,150.603,181.145,149.562,156.191,163.6,162.161]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"04_select1k","values":[28.7,24.597,24.272,26.002,25.333,24.649,25.33,25.9,26.165,27.76]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"05_swap1k","values":[34.826,40.439,27.278,41.955,46.508,29.58,42.938,34.947,36.35,31.535]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"06_remove-one-1k","values":[43.57,40.367,40.661,40.898,40.641,40.768,40.303,41.191,40.763,41.356]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"07_create10k","values":[1146.033,1169.336,1125.397,1164.676,1125.56,1127.124,1128.425,1181.449,1114.15,1118.992]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"08_create1k-after1k_x2","values":[247.824,250.288,249.843,249.596,250.076,252.209,249.654,253.049,251.913,249.328]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"09_clear1k_x8","values":[105.597,113.379,111.158,112.419,103.556,116.236,114.86,112.529,113.89,114.335]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"21_ready-memory","values":[1.1077995300292969,1.1078147888183594,1.1078147888183594,1.1077842712402344,1.1077842712402344]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"22_run-memory","values":[1.8134002685546875,1.8135871887207031,1.8133316040039062,1.8134536743164062,1.8136329650878906]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"23_update5-memory","values":[2.1388626098632812,2.1388473510742188,2.1388320922851562,2.138835906982422,2.138866424560547]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"24_run5-memory","values":[1.8442535400390625,1.8440933227539062,1.844512939453125,1.8442726135253906,1.8443527221679688]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"25_run-clear-memory","values":[2.3199195861816406,2.319934844970703,2.319915771484375,2.3198394775390625,2.3199081420898438]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"31_startup-ci","values":[2220.683,2223.5049999999997,2199.3925,2214.684]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"32_startup-bt","values":[16,22.679999999999996,16,22.88799999999999]},{"framework":"sifrr-v0.0.3-non-keyed","benchmark":"34_startup-totalbytes","values":[160.6005859375,160.6005859375,160.6005859375,160.6005859375]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"01_run1k","values":[130.132,123.088,129.444,139.971,126.791,128.539,135.508,126.756,124.06,130.036]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"02_replace1k","values":[42.837,39.881,41.2,43.658,43.369,45.218,44.698,43.859,44.182,45.854]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"03_update10th1k_x16","values":[154.235,145.229,150.264,145.661,147.312,144.133,165.455,150.283,149.654,149.543]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"04_select1k","values":[21.249,29.688,21.937,23.551,22.294,25.15,25.787,21.134,21.429,21.334]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"05_swap1k","values":[33.194,25.288,35.96,27.187,27.086,27.61,30.138,29.916,33.988,25.69]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"06_remove-one-1k","values":[41.314,44.077,42.067,42.13,42.216,41.742,42.766,42.289,42.52,42.161]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"07_create10k","values":[1120.922,1116.557,1114.116,1120.033,1128.737,1114.635,1137.006,1135.522,1131.763,1134.558]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[249.74,257.532,249.756,253.891,250.789,253.915,253.926,249.561,252.811,254.333]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"09_clear1k_x8","values":[121.848,126.042,135.118,134.703,124.853,134.008,132.528,126.011,128.463,135.769]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"21_ready-memory","values":[1.1281967163085938,1.1281967163085938,1.1281967163085938,1.1281967163085938,1.1282119750976562]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"22_run-memory","values":[1.872650146484375,1.8726119995117188,1.8726043701171875,1.8726119995117188,1.872589111328125]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"23_update5-memory","values":[2.1880722045898438,2.188079833984375,2.1881332397460938,2.1881065368652344,2.1881179809570312]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"24_run5-memory","values":[1.8815574645996094,1.8815574645996094,1.8815269470214844,1.8815574645996094,1.8815650939941406]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"25_run-clear-memory","values":[2.381580352783203,2.381549835205078,2.3816184997558594,2.3815956115722656,2.3816490173339844]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"31_startup-ci","values":[1958.9145,1953.0060000000003,1952.7765,1954.2074999999998]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"32_startup-bt","values":[58.21999999999997,43.891999999999996,36.504,47.212]},{"framework":"simi-v0.2.0-dev1-non-keyed","benchmark":"34_startup-totalbytes","values":[290.3310546875,290.3310546875,290.3310546875,290.3310546875]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"01_run1k","values":[144.098,145.831,144.098,147.797,146.673,150.217,152.181,147.793,143.705,151.816]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"02_replace1k","values":[42.692,37.517,42.514,45.422,44.045,38.306,39.685,43.576,40.996,39.779]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"03_update10th1k_x16","values":[147.469,149.725,136.846,147.61,184.839,150.21,150.166,151.387,152.816,159.062]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"04_select1k","values":[31.521,24.751,24.648,31.849,28.105,26.752,32.534,32.943,30.834,29.083]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"05_swap1k","values":[39.156,37.129,43.119,43.277,34.337,34.38,28.748,34.427,31.1,29.647]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"06_remove-one-1k","values":[43.895,47.329,44.447,44.424,45.101,45.228,49.825,45.83,44.609,45.728]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"07_create10k","values":[1335.65,1354.362,1365.873,1391.152,1423.637,1396.548,1377.972,1376.164,1398.129,1378.905]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"08_create1k-after1k_x2","values":[286.038,292.257,296.278,276.549,285.746,288.404,277.679,287.134,283,291.807]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"09_clear1k_x8","values":[144.787,157.416,154.128,142.178,150.12,160.862,169.788,144.385,158.476,157.684]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"21_ready-memory","values":[1.1028480529785156,1.1028327941894531,1.1028480529785156,1.1028327941894531,1.1028175354003906]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"22_run-memory","values":[4.147972106933594,4.1480865478515625,4.149333953857422,4.149211883544922,4.148536682128906]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"23_update5-memory","values":[4.465248107910156,4.465259552001953,4.465145111083984,4.4652862548828125,4.465301513671875]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"24_run5-memory","values":[4.249691009521484,4.249809265136719,4.2498779296875,4.249645233154297,4.249935150146484]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"25_run-clear-memory","values":[2.5062103271484375,2.5223770141601562,2.515655517578125,2.512950897216797,2.4968948364257812]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"31_startup-ci","values":[2033.1080000000002,2033.8760000000002,2034.2559999999999,2033.5279999999998]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"32_startup-bt","values":[22.784000000000006,23.272,22.955999999999992,22.315999999999995]},{"framework":"simulacra-v2.1.5-non-keyed","benchmark":"34_startup-totalbytes","values":[155.0390625,155.0390625,155.0390625,155.0390625]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"01_run1k","values":[171.277,172.266,174.151,197.474,180.931,170.746,178.662,177.186,168.987,175.5]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"02_replace1k","values":[43.158,45.721,47.141,38.439,40.552,42.047,43.47,41.811,38.535,39.112]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"03_update10th1k_x16","values":[170.217,167.916,161.554,163.33,176.038,164.95,170.168,173.36,156.749,175.797]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"04_select1k","values":[17.799,18.541,20.07,25.559,22.343,18.11,21.097,19.506,19.143,21.428]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"05_swap1k","values":[36.737,26.952,37.723,29.431,41.517,26.647,45.618,36.17,33.307,46.756]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"06_remove-one-1k","values":[44.435,43.596,44.212,43.757,43.855,47.882,43.538,46.508,45.012,44.191]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"07_create10k","values":[1545.442,1607.322,1633.822,1641.039,1688.568,1641.55,1676.041,1759.465,1676.372,1663.988]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[324.287,325.738,318.658,317.316,320.461,323.809,316.329,325.415,326.639,331.956]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"09_clear1k_x8","values":[128.603,136.708,133.344,123.165,138.032,135.061,134.943,124.784,144.401,134.519]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"21_ready-memory","values":[1.1699180603027344,1.1699180603027344,1.1699333190917969,1.1699409484863281,1.1699180603027344]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"22_run-memory","values":[5.309539794921875,5.3095245361328125,5.30950927734375,5.30950927734375,5.309539794921875]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"23_update5-memory","values":[5.635185241699219,5.638702392578125,5.635200500488281,5.638698577880859,5.635143280029297]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"24_run5-memory","values":[5.3445587158203125,5.363826751708984,5.363494873046875,5.344612121582031,5.363864898681641]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"25_run-clear-memory","values":[2.5838851928710938,2.385242462158203,2.603137969970703,2.583831787109375,2.6031951904296875]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"31_startup-ci","values":[2183.865,2182.047,2185.08,2179.095]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"32_startup-bt","values":[30.807999999999993,24.112000000000002,30.35599999999998,24.727999999999994]},{"framework":"slim-js-v3.3.0-non-keyed","benchmark":"34_startup-totalbytes","values":[171.365234375,171.365234375,171.365234375,171.365234375]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"01_run1k","values":[115.642,117.577,118.063,116.894,143.391,128.422,138.715,126.355,118.45,122.117]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"02_replace1k","values":[49.023,44.215,44.493,34.126,35.807,52.878,37.832,46.873,44.177,45.502]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"03_update10th1k_x16","values":[145.369,145.641,181.627,146.635,149.64,148.989,146.217,165.065,146.48,142.555]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"04_select1k","values":[25.84,18.813,24.693,20.615,20.214,21.091,20.16,25.154,22.532,19.97]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"05_swap1k","values":[26.172,28.427,44.202,36.835,34.61,33.826,26.293,30.888,36.341,29.478]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"06_remove-one-1k","values":[37.784,40.545,38.688,39.192,39.101,39.367,39.467,41.657,39.278,39.577]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"07_create10k","values":[1057.735,1117.728,1084.423,1090.187,1118.811,1083.916,1082.223,1100.484,1063.717,1057.36]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[233.398,236.861,239.687,235.496,269.657,243.954,238.248,236.342,237.503,238.247]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"09_clear1k_x8","values":[108.632,99.593,98.68,100.744,113.166,115.404,102.04,100.747,108.825,110.613]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"21_ready-memory","values":[1.1038780212402344,1.1038627624511719,1.1038627624511719,1.1038627624511719,1.1038780212402344]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"22_run-memory","values":[1.8915367126464844,1.8917121887207031,1.8917694091796875,1.891510009765625,1.891571044921875]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"23_update5-memory","values":[2.217315673828125,2.2170372009277344,2.2170486450195312,2.2172622680664062,2.217121124267578]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"24_run5-memory","values":[1.9266242980957031,1.9266624450683594,1.9267578125,1.9267692565917969,1.926422119140625]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.2874221801757812,2.2873764038085938,2.287384033203125,2.2874221801757812,2.2873764038085938]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"31_startup-ci","values":[1883.792,1883.2959999999998,1883.592,1878.1280000000002]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"32_startup-bt","values":[50.636,37.755999999999986,50.556,24.643999999999984]},{"framework":"stage0-v0.0.2-non-keyed","benchmark":"34_startup-totalbytes","values":[142.7421875,142.7421875,142.7421875,142.7421875]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"01_run1k","values":[141.873,137.887,136.762,134.324,152.065,134.587,131.885,143.473,133.681,134.109]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"02_replace1k","values":[53.784,46.389,54.716,47.641,48.016,50.4,47.22,47.178,50.128,48.733]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"03_update10th1k_x16","values":[148.369,153.698,143.896,151.86,145.585,152.046,153.797,155.358,153.428,158.181]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"04_select1k","values":[20.513,21.024,20.477,16.75,21.492,21.147,18.311,21.691,16.814,19.478]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"05_swap1k","values":[24.682,30.286,40.906,45.507,36.028,36.219,35.653,35.207,34.112,45.884]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"06_remove-one-1k","values":[49.131,50.211,53.098,51.299,50.966,50.785,49.791,51.018,50.16,50.811]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"07_create10k","values":[1231.726,1276.155,1272.543,1295.025,1292.137,1281.076,1268.962,1286.368,1302.662,1268.966]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"08_create1k-after1k_x2","values":[281.67,283.973,276.877,285.04,280.959,283.06,277.279,279.625,277.791,277.558]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"09_clear1k_x8","values":[109.753,106.964,111.554,120.886,121.225,113.061,112.498,120.071,122.486,111.469]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"21_ready-memory","values":[1.121551513671875,1.1215057373046875,1.121490478515625,1.12152099609375,1.1215057373046875]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"22_run-memory","values":[1.9074325561523438,1.9074172973632812,1.9074478149414062,1.9074325561523438,1.9074325561523438]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"23_update5-memory","values":[2.2195091247558594,2.2195472717285156,2.219554901123047,2.2195396423339844,2.219532012939453]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"24_run5-memory","values":[1.9643096923828125,1.9643020629882812,1.9643096923828125,1.9643173217773438,1.9642791748046875]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"25_run-clear-memory","values":[2.8175086975097656,2.8175086975097656,2.817485809326172,2.817523956298828,2.8174781799316406]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"31_startup-ci","values":[2034.136,2028.0439999999999,2033.996,2033.5720000000001]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"32_startup-bt","values":[34.16,21.879999999999995,34.407999999999994,37.224]},{"framework":"stdweb-v0.4.17-non-keyed","benchmark":"34_startup-totalbytes","values":[261.7939453125,261.7939453125,261.7939453125,261.7939453125]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"01_run1k","values":[184.521,188.016,187.133,206.202,190.382,202.597,190.719,180.289,191.789,186.923]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"02_replace1k","values":[170.281,172.861,172.878,168.254,172.643,171.533,172.505,169.601,177.527,171.318]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"03_update10th1k_x16","values":[215.112,193.007,201.44,195.71,206.225,194.683,200.288,204.904,209.93,198.304]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"04_select1k","values":[21.385,25.565,25.101,27.293,24.049,26.954,26.593,25.678,27.224,24.389]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"05_swap1k","values":[25.617,26.221,45.252,32.293,27.42,42.383,46.497,32.9,27.317,26.122]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"06_remove-one-1k","values":[49.067,49.399,50.52,49.975,50.164,51.579,49.905,49.493,49.148,53.473]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"07_create10k","values":[1561.995,1650.978,1639.976,1728.36,1689.063,1633.235,1641.549,1674.835,1820.125,1692.678]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"08_create1k-after1k_x2","values":[340.573,349.657,343.844,350.856,353.836,347.966,354.048,357.306,358.813,354.295]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"09_clear1k_x8","values":[314.308,305.864,314.284,337.082,321.887,323.42,322.002,324.408,326.368,310.568]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"21_ready-memory","values":[1.7250442504882812,1.72509765625,1.725067138671875,1.725067138671875,1.725067138671875]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"22_run-memory","values":[4.1698150634765625,4.169464111328125,4.1692962646484375,4.171787261962891,4.166561126708984]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"23_update5-memory","values":[4.461132049560547,4.499729156494141,4.464282989501953,4.497772216796875,4.5009307861328125]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"24_run5-memory","values":[4.994312286376953,4.994365692138672,4.9942626953125,4.994499206542969,4.995353698730469]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"25_run-clear-memory","values":[3.2831687927246094,2.990039825439453,3.282573699951172,3.2825660705566406,3.2867660522460938]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"31_startup-ci","values":[4937.3099999999995,4929.009499999999,4929.5625,4926.1810000000005]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"32_startup-bt","values":[208.17200000000005,232.368,228.81600000000003,176.904]},{"framework":"stem-v0.2.70-non-keyed","benchmark":"34_startup-totalbytes","values":[716.6494140625,716.6494140625,716.6494140625,716.6494140625]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"01_run1k","values":[123.01,119.821,126.856,119.263,117.767,119.192,121.29,117.747,120.24,134.135]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"02_replace1k","values":[43.586,41.486,42.669,51.428,50.082,42.62,41.855,51.309,43.635,43.905]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"03_update10th1k_x16","values":[165.692,167.64,177.885,163.79,167.288,159.147,155.848,169.391,156.624,166.868]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"04_select1k","values":[31.112,33.439,33.167,32.945,30.548,32.142,37.689,37.551,36.968,31.663]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"05_swap1k","values":[34.275,32.062,42.992,29.453,44.72,30.146,28.497,39.355,30.919,42.858]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"06_remove-one-1k","values":[45.92,49.467,46.269,45.798,46.883,46.819,46.608,46.003,46.974,49.144]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"07_create10k","values":[1118.356,1131.239,1135.091,1115.313,1112.301,1115.542,1105.821,1103.91,1104.473,1112.845]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"08_create1k-after1k_x2","values":[250.178,251.851,247.124,252.627,248.552,254.04,255.547,251.925,254.946,251.583]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"09_clear1k_x8","values":[108.58,107.133,107.022,107.277,108.082,107.22,105.08,110.322,103.043,107.682]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"21_ready-memory","values":[1.0894279479980469,1.0894279479980469,1.0894126892089844,1.0894279479980469,1.0893974304199219]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"22_run-memory","values":[1.8360404968261719,1.8359642028808594,1.8358268737792969,1.8359832763671875,1.8358116149902344]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"23_update5-memory","values":[2.1886215209960938,2.1886825561523438,2.1884727478027344,2.1885910034179688,2.188720703125]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"24_run5-memory","values":[1.8674736022949219,1.8865470886230469,1.8863182067871094,1.8863754272460938,1.86724853515625]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"25_run-clear-memory","values":[2.433879852294922,2.433879852294922,2.4350509643554688,2.4350204467773438,2.4350204467773438]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"31_startup-ci","values":[1954.2759999999998,1958.444,1958.42,1958.1799999999998]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"32_startup-bt","values":[16,22.691999999999993,22.539999999999992,22.303999999999995]},{"framework":"surplus-v0.5.3-non-keyed","benchmark":"34_startup-totalbytes","values":[150.513671875,150.513671875,150.513671875,150.513671875]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"01_run1k","values":[145.141,149.028,144.413,139.082,141.455,145.175,144.859,145.141,148.985,143.592]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"02_replace1k","values":[36.355,44.991,46.234,43.742,43.455,45.103,48.016,43.238,53.215,43.882]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"03_update10th1k_x16","values":[184.777,149.94,149.386,154.208,152.995,148.088,147.235,153.845,148.937,144.741]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"04_select1k","values":[19.074,20.522,22.197,20.309,26.315,21.391,18.421,20.886,24.05,20.625]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"05_swap1k","values":[30.512,30.141,46.446,41.968,35.283,38.873,46.883,38.176,34.389,26.715]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"06_remove-one-1k","values":[39.609,42.958,40.133,40.003,40.24,39.99,44.744,40.353,41.234,39.48]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"07_create10k","values":[1308.556,1319.021,1332.085,1587.661,1314.066,1463.257,1470.138,1326.594,1328.359,1323.249]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[286.397,288.077,289.499,304.445,288.461,282.536,286.346,284.589,288.606,281.694]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"09_clear1k_x8","values":[146.867,136.724,155.214,139.861,151.508,138.402,139.856,148.355,156.632,138.824]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"21_ready-memory","values":[1.0845413208007812,1.0845260620117188,1.0845260620117188,1.0845565795898438,1.0845413208007812]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"22_run-memory","values":[2.667133331298828,2.6670913696289062,2.666980743408203,2.667102813720703,2.6671295166015625]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"23_update5-memory","values":[3.0024566650390625,3.0024871826171875,3.0024070739746094,3.002361297607422,3.0026016235351562]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"24_run5-memory","values":[2.692119598388672,2.6919898986816406,2.692119598388672,2.6920242309570312,2.6919479370117188]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"25_run-clear-memory","values":[2.4076309204101562,2.4076309204101562,2.4076614379882812,2.4076156616210938,2.4076385498046875]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"31_startup-ci","values":[1884.576,1880.1039999999998,1877.2359999999999,1884.0839999999998]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"32_startup-bt","values":[22.983999999999995,16,16,22.247999999999994]},{"framework":"svelte-v3.18.1-non-keyed","benchmark":"34_startup-totalbytes","values":[145.12109375,145.12109375,145.12109375,145.12109375]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"01_run1k","values":[409.102,393.319,395.139,405.575,406.55,405.879,400.603,406.298,411.876,392.972]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"02_replace1k","values":[72.254,69.228,70.347,69.396,70.325,71.761,68.653,69.93,69.511,68.396]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"03_update10th1k_x16","values":[643.376,652.27,652.164,655.977,663.682,635.776,637.618,644.097,638.181,638.034]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"04_select1k","values":[536.699,557.661,551.848,561.337,540.135,552.119,546.317,555.285,548.085,555.467]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"05_swap1k","values":[142.807,144.756,143.382,142.899,144.811,141.215,148.559,149.87,151.218,142.401]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"06_remove-one-1k","values":[79.504,78.912,77.32,79.451,78.306,81.903,79.965,77.558,79.524,79.646]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"07_create10k","values":[2993.919,2943.918,3061.838,3133.281,3084.967,3091.703,3038.996,3065.102,3075.08,3057.918]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[536.703,490.461,489.877,501,496.277,521.876,503.17,500.988,498.603,493.587]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"09_clear1k_x8","values":[394.939,383.207,389.629,391.915,386.509,393.466,386.519,398.43,389.251,396.172]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"21_ready-memory","values":[2.1714744567871094,2.1714744567871094,2.1714744567871094,2.1714744567871094,2.1714744567871094]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"22_run-memory","values":[7.153350830078125,7.153354644775391,7.153354644775391,7.153350830078125,7.153354644775391]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"23_update5-memory","values":[7.462276458740234,7.655406951904297,7.655387878417969,7.654323577880859,7.654369354248047]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"24_run5-memory","values":[7.352222442626953,7.3495941162109375,7.335437774658203,7.350391387939453,7.352336883544922]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"25_run-clear-memory","values":[3.6528472900390625,3.6524696350097656,3.653797149658203,3.6544952392578125,3.654041290283203]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"31_startup-ci","values":[6591.68,6589.360500000001,6583.1785,6580.0675]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"32_startup-bt","values":[162.3,167.78000000000003,152.372,144.44799999999998]},{"framework":"thermite-v4.0.0-non-keyed","benchmark":"34_startup-totalbytes","values":[1037.1201171875,1037.1201171875,1037.1201171875,1037.1201171875]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"01_run1k","values":[134.062,135.386,135.628,129.338,132.319,134.51,131.242,134.212,129.259,129.649]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"02_replace1k","values":[43.967,42.153,43.229,36.617,36.106,40.152,44.046,43.407,44.417,40.202]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"03_update10th1k_x16","values":[154.461,177.079,148.324,149.461,180.867,152.362,195.082,151.96,155.769,153.98]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"04_select1k","values":[28.767,27.035,26.519,27.966,28.381,29.802,25.93,26.906,28.921,28.129]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"05_swap1k","values":[40.504,40.771,26.383,36.326,41.751,45.021,33.499,29.416,41.252,45.164]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"06_remove-one-1k","values":[44.659,44.596,41.736,41.515,41.19,40.523,40.925,44.522,41.947,41.96]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"07_create10k","values":[1236.336,1284.341,1288.959,1294.999,1321.023,1241.636,1228.641,1225.477,1219.919,1251.613]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[275.833,295.811,278.226,282.603,271.769,284.038,268.851,272.886,272.661,271.236]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"09_clear1k_x8","values":[126.411,129.378,130.594,137.41,117.335,130.614,115.334,121.711,130.743,127.702]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"21_ready-memory","values":[1.1073722839355469,1.1073036193847656,1.1073417663574219,1.1073417663574219,1.1073265075683594]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"22_run-memory","values":[2.274730682373047,2.2747459411621094,2.2746238708496094,2.2748451232910156,2.2747230529785156]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"23_update5-memory","values":[2.62017822265625,2.6201629638671875,2.6202011108398438,2.62030029296875,2.6201210021972656]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"24_run5-memory","values":[2.325927734375,2.3259811401367188,2.3263397216796875,2.326213836669922,2.3260536193847656]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"25_run-clear-memory","values":[2.325977325439453,2.3260231018066406,2.3274078369140625,2.3274078369140625,2.3260955810546875]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"31_startup-ci","values":[1883.368,1883.716,1884.824,1884.8919999999998]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"32_startup-bt","values":[21.503999999999998,22.815999999999995,22.719999999999995,22.727999999999987]},{"framework":"uhtml-v1.8.1-non-keyed","benchmark":"34_startup-totalbytes","values":[146.880859375,146.880859375,146.880859375,146.880859375]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"01_run1k","values":[134.583,133.521,131.639,136.7,165.7,133.904,148.785,128.458,132.793,135.47]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"02_replace1k","values":[43.008,45.042,43.216,43.893,42.712,40.228,47.267,43.505,40.341,55.8]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"03_update10th1k_x16","values":[174.159,219.708,188.057,178.663,177.156,180.052,178.313,182.593,178.415,181.866]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"04_select1k","values":[33.77,40.229,34.468,35.515,42.443,35.734,40.478,37.677,36.198,37.796]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"05_swap1k","values":[42.052,40.751,36.504,41.951,39.576,29.219,46.487,36.81,44.559,30.997]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"06_remove-one-1k","values":[39.793,36.992,39.776,37.587,36.925,38.671,38.627,38.321,42.606,37.75]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"07_create10k","values":[1262.25,1289.819,1308.964,1320.889,1337.578,1335.907,1310.267,1319.89,1311.896,1322.325]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"08_create1k-after1k_x2","values":[276.417,285.166,276.205,281.783,283.525,280.112,282.356,285.552,282.673,306.757]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"09_clear1k_x8","values":[126.407,129.664,123.725,122.114,129.776,120.179,132.682,127.797,121.627,132.769]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"21_ready-memory","values":[1.0904922485351562,1.0904769897460938,1.0905075073242188,1.0905227661132812,1.0904769897460938]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"22_run-memory","values":[2.4870948791503906,2.4872970581054688,2.487285614013672,2.4874267578125,2.4872817993164062]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"23_update5-memory","values":[2.847332000732422,2.8474464416503906,2.8475341796875,2.8471908569335938,2.8475608825683594]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"24_run5-memory","values":[2.565837860107422,2.5657806396484375,2.5470428466796875,2.5658836364746094,2.566070556640625]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"25_run-clear-memory","values":[2.458637237548828,2.4345664978027344,2.439289093017578,2.4386367797851562,2.4592742919921875]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"31_startup-ci","values":[1958.3159999999998,1955.9160000000002,1952.52,1952.6599999999999]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"32_startup-bt","values":[22.359999999999996,17.144,17.275999999999996,16]},{"framework":"vanilla-dom-framework-v0.0.13-non-keyed","benchmark":"34_startup-totalbytes","values":[151.2587890625,151.2587890625,151.2587890625,151.2587890625]},{"framework":"vanillajs-non-keyed","benchmark":"01_run1k","values":[120.902,122.102,123.329,117.241,116.743,117.623,110.308,119.061,118.826,117.372]},{"framework":"vanillajs-non-keyed","benchmark":"02_replace1k","values":[40.968,43.712,43.087,42.811,47.161,42.748,46.111,42.244,49.997,43.376]},{"framework":"vanillajs-non-keyed","benchmark":"03_update10th1k_x16","values":[152.585,161.206,153.326,144,146.56,147.539,146.691,165.399,155.46,150.963]},{"framework":"vanillajs-non-keyed","benchmark":"04_select1k","values":[17.686,17.308,19.534,18.712,16.225,19.187,19.616,18.117,17.598,18.051]},{"framework":"vanillajs-non-keyed","benchmark":"05_swap1k","values":[33.106,41.59,28.132,47.557,41.833,29.62,40.104,33.203,28.223,41.56]},{"framework":"vanillajs-non-keyed","benchmark":"06_remove-one-1k","values":[43.904,47.243,47.605,47.278,44.819,44.68,45.901,44.251,48.314,47.791]},{"framework":"vanillajs-non-keyed","benchmark":"07_create10k","values":[1044.451,1079.099,1065.263,1068.373,1042.209,1046.998,1058.132,1054.67,1057.51,1054.667]},{"framework":"vanillajs-non-keyed","benchmark":"08_create1k-after1k_x2","values":[229.603,233.456,232.665,236.509,234.116,235.089,244.828,231.89,233.003,227.726]},{"framework":"vanillajs-non-keyed","benchmark":"09_clear1k_x8","values":[107.286,97.833,109.59,110.807,112.198,110.685,109.59,109.873,111.47,109.76]},{"framework":"vanillajs-non-keyed","benchmark":"21_ready-memory","values":[1.0692825317382812,1.0692977905273438,1.0692520141601562,1.0692672729492188,1.0692825317382812]},{"framework":"vanillajs-non-keyed","benchmark":"22_run-memory","values":[1.5982475280761719,1.5982437133789062,1.598388671875,1.5984458923339844,1.5985450744628906]},{"framework":"vanillajs-non-keyed","benchmark":"23_update5-memory","values":[1.9219589233398438,1.9220809936523438,1.9222373962402344,1.9220161437988281,1.921966552734375]},{"framework":"vanillajs-non-keyed","benchmark":"24_run5-memory","values":[1.7758102416992188,1.7755508422851562,1.7757377624511719,1.7756805419921875,1.7756080627441406]},{"framework":"vanillajs-non-keyed","benchmark":"25_run-clear-memory","values":[2.275714874267578,2.2757301330566406,2.275798797607422,2.2757530212402344,2.2757530212402344]},{"framework":"vanillajs-non-keyed","benchmark":"31_startup-ci","values":[1884.2399999999998,1883.8000000000002,1884.092,1879.1799999999998]},{"framework":"vanillajs-non-keyed","benchmark":"32_startup-bt","values":[22.9,23.175999999999995,25.308,16.543999999999997]},{"framework":"vanillajs-non-keyed","benchmark":"34_startup-totalbytes","values":[146.4951171875,146.4951171875,146.4951171875,146.4951171875]},{"framework":"vanillajs-1-non-keyed","benchmark":"01_run1k","values":[118.886,114.305,118.64,121.226,137.8,119.057,118.874,134.573,121.075,131.194]},{"framework":"vanillajs-1-non-keyed","benchmark":"02_replace1k","values":[46.062,40.651,41.713,41.334,47.178,49.114,42.04,40.731,46.199,42.638]},{"framework":"vanillajs-1-non-keyed","benchmark":"03_update10th1k_x16","values":[142.991,131.526,141.532,143.86,146.856,138.52,151.442,148.572,147.557,145.081]},{"framework":"vanillajs-1-non-keyed","benchmark":"04_select1k","values":[16.245,15.415,16.215,16.121,18.853,16.923,26.355,24.518,26.165,18.802]},{"framework":"vanillajs-1-non-keyed","benchmark":"05_swap1k","values":[27.154,25.896,44.073,43.636,31.369,35.152,29.51,42.276,33.928,26.844]},{"framework":"vanillajs-1-non-keyed","benchmark":"06_remove-one-1k","values":[45.888,46.273,46.917,49.38,47.117,46.661,46.855,46.566,46.758,51.517]},{"framework":"vanillajs-1-non-keyed","benchmark":"07_create10k","values":[1043.061,1051.91,1042.723,1070.035,1095.398,1057.781,1042.207,1040.797,1051.878,1041.127]},{"framework":"vanillajs-1-non-keyed","benchmark":"08_create1k-after1k_x2","values":[230.879,233.685,234.321,233.255,232.836,228.384,233.47,233,233.628,237.37]},{"framework":"vanillajs-1-non-keyed","benchmark":"09_clear1k_x8","values":[109.755,112.317,108.721,105.928,108.67,99.911,107.961,109.405,109.755,108.184]},{"framework":"vanillajs-1-non-keyed","benchmark":"21_ready-memory","values":[1.0647506713867188,1.0647201538085938,1.0647506713867188,1.0647354125976562,1.0647201538085938]},{"framework":"vanillajs-1-non-keyed","benchmark":"22_run-memory","values":[1.5836105346679688,1.5834808349609375,1.5834770202636719,1.5835838317871094,1.5834693908691406]},{"framework":"vanillajs-1-non-keyed","benchmark":"23_update5-memory","values":[1.9194259643554688,1.9193840026855469,1.9193916320800781,1.9195327758789062,1.91937255859375]},{"framework":"vanillajs-1-non-keyed","benchmark":"24_run5-memory","values":[1.7008209228515625,1.7009239196777344,1.700958251953125,1.7008628845214844,1.7010383605957031]},{"framework":"vanillajs-1-non-keyed","benchmark":"25_run-clear-memory","values":[2.271617889404297,2.271617889404297,2.271648406982422,2.2716331481933594,2.271617889404297]},{"framework":"vanillajs-1-non-keyed","benchmark":"31_startup-ci","values":[1883.672,1885.4319999999998,1883.4319999999998,1883.4560000000001]},{"framework":"vanillajs-1-non-keyed","benchmark":"32_startup-bt","values":[22.784,22.644,22.767999999999994,23.135999999999996]},{"framework":"vanillajs-1-non-keyed","benchmark":"34_startup-totalbytes","values":[143.77734375,143.77734375,143.77734375,143.77734375]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"01_run1k","values":[167.22,163.492,162.08,158.047,166.87,170.784,162.545,160.874,161.335,160.402]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"02_replace1k","values":[45.278,43.231,54.221,42.952,45.937,43.023,51.635,43.063,45.834,46.363]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"03_update10th1k_x16","values":[313.663,229.041,232.41,240.44,237.29,232.574,232.399,230.638,229.806,231.929]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"04_select1k","values":[93.219,173.675,107.964,99.848,102.644,102.409,101.399,100.323,99.586,103.202]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"05_swap1k","values":[46.415,45.363,46.517,48.71,46.728,47.354,45.71,46.187,49.261,49.128]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"06_remove-one-1k","values":[52.372,54.601,47.437,47.51,46.89,47.139,52.133,47.886,48.724,50.317]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"07_create10k","values":[1310.59,1375.215,1422.653,1388.455,1387.765,1417.226,1414.917,1378.921,1421.993,1383.018]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[319.837,317.609,320.776,331.566,331.852,323.578,328.035,326.619,323.325,327.709]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"09_clear1k_x8","values":[156.734,167.475,167.619,167.904,165.296,169.943,175.183,169.067,168.281,156.872]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"21_ready-memory","values":[1.2324905395507812,1.2325057983398438,1.2324752807617188,1.2324905395507812,1.355560302734375]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"22_run-memory","values":[4.005455017089844,4.005439758300781,4.005455017089844,4.005439758300781,4.005439758300781]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"23_update5-memory","values":[4.360954284667969,4.363456726074219,4.36199951171875,4.360858917236328,4.363941192626953]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"24_run5-memory","values":[4.063129425048828,4.063358306884766,4.063182830810547,4.0637664794921875,4.0635528564453125]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.6406288146972656,2.6406288146972656,2.640613555908203,2.6406288146972656,2.640613555908203]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"31_startup-ci","values":[2333.1720000000005,2332.924,2252.9439999999995,2333.82]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"32_startup-bt","values":[77.14399999999998,80.28799999999997,16,81.01599999999999]},{"framework":"vue-v2.6.2-non-keyed","benchmark":"34_startup-totalbytes","values":[210.8701171875,210.8701171875,210.8701171875,210.8701171875]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"01_run1k","values":[144.632,141.038,136.519,135.468,134.826,142.823,167.318,134.307,140.025,133.349]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"02_replace1k","values":[54.994,51.551,45.086,44.209,47.849,44.799,43.464,49.805,43.291,45.801]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"03_update10th1k_x16","values":[188.854,237.26,188.952,188.538,182.923,195.756,188.803,186.487,190.548,185.149]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"04_select1k","values":[49.709,37.883,49.656,43.092,42.679,40.119,48.773,41.87,50.228,41.156]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"05_swap1k","values":[40.448,32.07,32.469,32.149,41.345,31.808,31.415,33.67,36.598,33.018]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"06_remove-one-1k","values":[45.807,50.425,46.376,46.387,46.758,46.536,46.889,46.846,46.417,46.282]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"07_create10k","values":[1265.045,1288.013,1354.783,1228.432,1206.111,1224.7,1221.823,1206.893,1219.351,1218.834]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[274.772,282.982,287.431,284.929,282.662,287.969,290.279,286.597,283.82,292.995]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"09_clear1k_x8","values":[135.057,135.301,133.964,139.46,136.717,155.088,155.702,137.148,149.519,154.754]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"21_ready-memory","values":[1.1861648559570312,1.1861648559570312,1.1862411499023438,1.1861495971679688,1.1861953735351562]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"22_run-memory","values":[3.3107070922851562,3.3107528686523438,3.3107376098632812,3.3107528686523438,3.3107223510742188]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"23_update5-memory","values":[3.491252899169922,3.490924835205078,3.48577880859375,3.4931488037109375,3.490997314453125]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"24_run5-memory","values":[3.1958541870117188,3.2016143798828125,3.1969566345214844,3.1772003173828125,3.196929931640625]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.5830421447753906,2.6008033752441406,2.5853118896484375,2.5810928344726562,2.5934715270996094]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"31_startup-ci","values":[2183.616,2183.5599999999995,2186.08,2184.304]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"32_startup-bt","values":[16,22.296,98.75600000000001,22.651999999999994]},{"framework":"vue-next-v3.0.0-beta.2-non-keyed","benchmark":"34_startup-totalbytes","values":[187.951171875,187.951171875,187.951171875,187.951171875]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"01_run1k","values":[164.229,160.835,164.609,172.522,162.39,160.759,165.49,165.923,165.282,160.784]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"02_replace1k","values":[45.924,42.785,45.906,48.333,42.919,43.402,48.505,47.279,47.493,42.837]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"03_update10th1k_x16","values":[354.774,227.008,258.699,267.458,235.561,277.335,261.146,236.754,240.891,246.923]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"04_select1k","values":[97.118,101.108,111.484,96.29,103.216,101.89,99.887,103.147,101.254,102.824]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"05_swap1k","values":[45.776,46.389,47.94,58.356,45.686,58.881,48.754,48.91,46.653,45.174]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"06_remove-one-1k","values":[49.311,49.319,46.441,48.541,49.436,47.352,46.687,49.137,47.804,50.214]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"07_create10k","values":[1309.988,1365.374,1356.011,1366.624,1376.634,1430.402,1392.553,1385.265,1386.854,1419.675]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"08_create1k-after1k_x2","values":[317.005,323.854,328.649,327.164,324.491,329.556,331.036,324.019,332.551,324.743]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"09_clear1k_x8","values":[170.153,184.599,180.494,164.745,170.612,181.716,170.616,181.637,210.354,168.122]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"21_ready-memory","values":[1.59686279296875,1.47381591796875,1.47381591796875,1.4737930297851562,1.4737930297851562]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"22_run-memory","values":[4.241062164306641,4.241085052490234,4.241062164306641,4.241062164306641,4.241062164306641]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"23_update5-memory","values":[4.603160858154297,4.603172302246094,4.602581024169922,4.603046417236328,4.602596282958984]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"24_run5-memory","values":[4.321098327636719,4.32080078125,4.3209381103515625,4.321819305419922,4.321056365966797]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"25_run-clear-memory","values":[2.8456344604492188,2.9013442993164062,2.8459014892578125,2.8466262817382812,2.900157928466797]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"31_startup-ci","values":[2863.8599999999997,2866.26,2854.398,2856.276]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"32_startup-bt","values":[102.16,121.54800000000007,72.78400000000002,79.62]},{"framework":"vuera-v0.2.2-non-keyed","benchmark":"34_startup-totalbytes","values":[314.0625,314.0625,314.0625,314.0625]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"01_run1k","values":[230.999,251.091,244.858,243.506,237.825,237.99,242.265,243.915,241.75,239.464]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"02_replace1k","values":[84.95,79.085,80.22,80.962,81.248,84.327,79.442,83.312,79.054,79.357]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"03_update10th1k_x16","values":[820.769,842.898,821.379,818.967,826.719,819.18,814.384,798.35,793.503,818.481]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"04_select1k","values":[687.847,679.931,678.326,688.871,673.546,693.51,682.958,679.179,700.537,716.834]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"05_swap1k","values":[187.759,189.727,197.887,192.375,188.238,189.478,190.626,187.355,186.447,191.14]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"06_remove-one-1k","values":[86.205,82.572,81.645,85.966,81.574,82.829,80.808,83.665,81.233,81.881]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"07_create10k","values":[2194.667,2230.977,2404.444,2398.463,2343.361,2284.14,2357.404,2333.104,2324.234,2423.812]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"08_create1k-after1k_x2","values":[588.477,565.201,559.586,570.539,559.692,548.659,561.073,562.742,567.349,556.191]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"09_clear1k_x8","values":[230.932,234.48,233.687,223.303,234.404,238.906,235.24,231.052,235.414,239.288]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"21_ready-memory","values":[1.1455192565917969,1.1455192565917969,1.1454887390136719,1.1455345153808594,1.1455574035644531]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"22_run-memory","values":[2.8037147521972656,2.818603515625,2.803485870361328,2.8186569213867188,2.803813934326172]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"23_update5-memory","values":[3.5283851623535156,3.5286636352539062,3.5334625244140625,3.5288162231445312,3.5288238525390625]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"24_run5-memory","values":[3.1803131103515625,3.219268798828125,3.21923828125,3.18011474609375,3.2144546508789062]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"25_run-clear-memory","values":[9.008136749267578,9.106372833251953,9.142742156982422,9.006366729736328,9.328170776367188]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"31_startup-ci","values":[2034.416,2032.7440000000001,2027.976,2027.568]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"32_startup-bt","values":[53.51199999999998,57.847999999999985,43.464,42.360000000000014]},{"framework":"yew-v0.7.0-non-keyed","benchmark":"34_startup-totalbytes","values":[435.361328125,435.361328125,435.361328125,435.361328125]}] ================================================ FILE: demos/data/rustc-perf.json ================================================ {"benchmarks":{"Summary":{"interpolated":[127,128,130,132,133,137,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233],"Opt":{"full":[1,0.99979454,0.99946326,0.99829406,0.99944264,0.99925804,0.99978507,0.9997865,0.9983627,0.99955714,0.9994395,0.99953556,0.9994148,0.99814886,1.0019935,1.0007825,1.0017977,1.0027723,1.000079,0.99995816,1.0010021,1.0003014,1.000419,1.0003576,1.0002991,1.0004277,1.000223,1.0002898,1.0007335,1.0007825,1.0009997,1.0009758,1.0016061,1.0013009,1.0017692,1.0019408,1.0027289,1.002749,1.0012432,1.001659,1.0012777,1.0012901,1.002462,1.0018849,1.0032824,1.002099,1.002298,1.0023079,1.0023627,1.0021667,1.002165,1.0022644,1.0022053,1.0023495,1.0020945,1.0021516,1.0021269,1.0023223,1.0019957,1.0022306,1.0022376,1.0022681,1.0023389,1.0022722,1.0034522,1.0022852,1.0023733,1.002534,1.0024521,1.0023367,1.0023981,1.0025926,1.0027393,1.0027215,1.0028893,1.0026985,1.0025041,1.0025673,1.002801,1.002778,1.0026685,1.0026679,1.0029143,1.0027912,1.0028334,1.002731,1.0027673,1.002923,1.0026848,1.0026942,1.0025461,1.0025396,1.0039779,1.0038865,1.0051628,1.0041853,1.0039755,1.0040073,1.003988,1.0040466,1.0044862,1.0045167,1.0044761,1.004478,1.0043466,1.0044069,1.0044304,1.0058857,1.0059402,1.0043762,1.0044303,1.0048735,1.0049196,1.00482,1.004943,1.0050726,1.0050111,1.0049865,1.0049803,1.0049646,1.0054088,1.0053535,1.0047098,1.0045263,1.0057615,1.0055053,1.0044476,1.0043763,1.004332,1.0048257,1.0051925,1.0053784,1.005289,1.0053022,1.0059448,1.005256,1.0044467,1.0050368,1.005519,1.0054574,1.0055606,1.0056063,1.0053186,1.0052053,1.0052502,1.0048907,1.0056784,1.0063463,1.0058719,1.0059214,1.0058976,1.0057955,1.0058117,1.0057786,1.0055584,1.0057274,1.0063232,1.0062783,1.0062838,1.0062838,1.0062727,1.0063064,1.0062734,1.0053704,1.005477,1.0069929,1.0068747,1.0074166,1.0068518,1.0069776,1.0070797,1.0056685,1.0053636,1.0051557,1.0051842,1.0051615,1.0052505,1.0052835,1.0051849,1.0053039,1.0051458,1.0056751,1.0057343,1.0058833,1.0060115,1.0060034,1.0059876,1.0059788,1.006049,1.0054072,1.0054072,1.0054948,1.005826,1.005838,1.0059106,1.0059792,1.0059482,1.0059352,1.0057466,1.0058162,1.0057063,1.0055988,1.0058316,1.005914,1.0067803,1.006525,1.0064132,1.0063869,1.0064824,1.0063881,1.0064273,1.0063541,1.0063968,1.0064394,1.0063479,1.0061707,1.0068612,1.0052385,1.0055306,1.0056214,1.0055696,1.0054923,1.0055256,1.0055523,1.0055801,1.0055125,1.0060418,1.0066073,1.0069203,1.0068908,1.0061543,1.0062804,1.0063268,1.0063382],"incr-unchanged":[0.05582218,0.055825226,0.05559946,0.0557059,0.055710834,0.055723846,0.05589935,0.055904195,0.055894077,0.055844016,0.05585362,0.055852916,0.05584848,0.055842254,0.058707263,0.057261948,0.058843594,0.059590783,0.058014736,0.05801804,0.05802459,0.05803156,0.05803437,0.058049254,0.05805456,0.058057807,0.058059886,0.05804987,0.058387697,0.05837822,0.058383398,0.05838545,0.058386926,0.058389965,0.058386143,0.058238942,0.05823951,0.058249135,0.05822232,0.05824471,0.057737764,0.05773743,0.05853385,0.05856555,0.058396097,0.05856753,0.058557153,0.05855479,0.0585557,0.05854673,0.05855025,0.05854739,0.058529895,0.05838837,0.058414236,0.05854057,0.058384884,0.058544245,0.05854375,0.05854649,0.05853431,0.058541413,0.05853807,0.05839247,0.05840878,0.058760483,0.05875244,0.05879391,0.058792192,0.0587996,0.058803227,0.058788553,0.058808796,0.058815636,0.058802698,0.058796167,0.05879867,0.058798604,0.05878708,0.058809157,0.058816034,0.058805585,0.05883682,0.058842443,0.05880432,0.058799483,0.05880541,0.058794286,0.058803987,0.058803644,0.058796007,0.05880214,0.058795672,0.06025934,0.060251333,0.06024571,0.060256004,0.060248207,0.06024425,0.06029648,0.060685173,0.06067722,0.06066862,0.060671315,0.06065661,0.06067896,0.060656797,0.060546458,0.060529202,0.060524408,0.060528137,0.06053776,0.060530882,0.0605357,0.06055425,0.06063412,0.0606316,0.060628675,0.060618706,0.06062065,0.060610637,0.06061543,0.060605053,0.06060168,0.060592223,0.06059099,0.060559213,0.06055218,0.060571782,0.060579173,0.06058198,0.060576756,0.060577367,0.06057696,0.06057796,0.060566552,0.06056507,0.060563996,0.060574275,0.060588434,0.060578,0.060617212,0.06060316,0.060600616,0.06059825,0.060600344,0.06058575,0.060583994,0.060580865,0.060582016,0.06058276,0.060581762,0.060590696,0.060591396,0.060474753,0.06047815,0.06048499,0.060459856,0.060466867,0.06046687,0.06047929,0.06046395,0.060464714,0.060419858,0.060405135,0.060486637,0.060490754,0.06054154,0.06053173,0.060553487,0.060557306,0.06073059,0.06071793,0.06071288,0.060736597,0.060758803,0.06075967,0.06075716,0.06074711,0.060747437,0.06075755,0.060770627,0.06077522,0.060774017,0.060791053,0.060791243,0.060783852,0.06086551,0.06086265,0.060921542,0.06091772,0.060918916,0.060926788,0.06092317,0.06092329,0.06092486,0.060924057,0.06092316,0.0608838,0.060882695,0.060875323,0.06087792,0.060850363,0.06086696,0.06088096,0.06091638,0.060908463,0.060913846,0.060912684,0.060921982,0.060908142,0.06092671,0.060920246,0.060914956,0.06090769,0.060897987,0.06088948,0.060698804,0.060717694,0.060714208,0.0607188,0.06071909,0.060721193,0.060725,0.060714923,0.060718335,0.060653634,0.060642626,0.060650796,0.060651947,0.06065267,0.060642153,0.06064716,0.060643293],"incr-full":[1.2258277,1.2257925,1.2254078,1.2243345,1.2256178,1.2261068,1.2263958,1.226462,1.2249672,1.2261897,1.2262058,1.2262247,1.2261715,1.2247671,1.2321591,1.227182,1.2330765,1.2344631,1.2315968,1.2303008,1.2323557,1.2318124,1.231801,1.2319151,1.2313807,1.2314413,1.2314779,1.2315137,1.2332253,1.2332163,1.2333794,1.2332696,1.2338343,1.2338694,1.2342007,1.2336849,1.2345412,1.2337347,1.2323197,1.2324295,1.2327645,1.2326777,1.2327012,1.2324363,1.2340139,1.2328314,1.23274,1.2328475,1.2327306,1.2327973,1.2326418,1.2327241,1.2327372,1.2328773,1.2326968,1.2323767,1.2325771,1.2328529,1.2327849,1.2327119,1.2327075,1.2327601,1.2327117,1.2326739,1.2341639,1.2335078,1.2336025,1.2334512,1.2336789,1.2336346,1.2334373,1.2336098,1.2336665,1.2337877,1.2343119,1.2343433,1.2342845,1.2342002,1.2343771,1.234338,1.234309,1.2344071,1.2343701,1.2344041,1.2342615,1.23435,1.2343793,1.2342803,1.2343155,1.234347,1.2341262,1.2342163,1.2354777,1.2345264,1.2361562,1.2347971,1.2349031,1.2348342,1.2347416,1.2348521,1.2351695,1.235275,1.2353234,1.2352383,1.235186,1.2353173,1.235234,1.2370626,1.2367233,1.2353224,1.2352743,1.2358155,1.2357502,1.2357632,1.2358967,1.2363907,1.2364362,1.2362851,1.2363372,1.2363209,1.2369789,1.2369813,1.2364569,1.2363727,1.2374454,1.2374109,1.2360553,1.2360318,1.2359682,1.2364609,1.2367603,1.2371377,1.2371515,1.2370015,1.2380275,1.237444,1.2365115,1.2373416,1.2373554,1.2374676,1.2374889,1.2375914,1.2373201,1.2373588,1.2373159,1.2369144,1.237613,1.2381316,1.2376847,1.2377148,1.2377409,1.2376926,1.2377529,1.2377187,1.2373241,1.2373229,1.2381045,1.2380593,1.2380146,1.2380146,1.2380791,1.2381918,1.2380157,1.236956,1.2371147,1.2389637,1.2389545,1.2394881,1.2389443,1.2389399,1.2390945,1.2401127,1.2398083,1.239375,1.2396486,1.2395749,1.2396275,1.2396405,1.2396281,1.2395823,1.239611,1.2400674,1.240103,1.2416662,1.2416679,1.241666,1.2418581,1.2419583,1.2419792,1.2414718,1.2414228,1.2415226,1.2419308,1.2419794,1.2419147,1.2419145,1.241919,1.2419188,1.241745,1.2416373,1.2416841,1.2416211,1.2417946,1.2418222,1.2429243,1.2429214,1.242612,1.2425386,1.242526,1.2426345,1.242634,1.2427218,1.2426785,1.2426606,1.2425946,1.2424394,1.2432534,1.2410061,1.2414274,1.2414104,1.2414204,1.241478,1.241549,1.2414179,1.2414244,1.2413898,1.2420465,1.2426225,1.2430115,1.2429434,1.2421483,1.242254,1.2423257,1.2424893],"incr-patched: println":[0.77940565,0.77957153,0.77896106,0.7784152,0.77903646,0.7793609,0.7797712,0.77980816,0.7787059,0.7790434,0.779105,0.7792059,0.7791255,0.7784024,0.5422455,0.81021214,0.81709504,0.8181225,0.81507534,0.81099534,0.8155203,0.81516206,0.8153312,0.81529874,0.81503445,0.8151325,0.8151481,0.81521666,0.90150607,0.9017422,0.90151197,0.90146136,0.90178066,0.9017901,0.9019737,0.816193,0.8165437,0.8165917,0.8159612,0.81590396,0.8157195,0.8157537,0.8129672,0.81275815,0.54500824,0.81288075,0.812999,0.8130602,0.8129209,0.8130772,0.81302387,0.8130702,0.8129432,0.54467106,0.544662,0.81278193,0.5447249,0.81305397,0.8128768,0.8129732,0.8129991,0.8128437,0.81296504,0.54448766,0.5449884,0.54522073,0.54535425,0.5451685,0.5452903,0.5453146,0.54529345,0.54530513,0.54566973,0.5455779,0.5450609,0.54508215,0.5451772,0.54509467,0.54507375,0.54505926,0.54514277,0.54505277,0.5451516,0.545162,0.54502624,0.54503876,0.5450806,0.5451215,0.5450294,0.54505455,0.54497135,0.54505694,0.54545045,0.5450152,0.5455766,0.5449925,0.54495317,0.5450559,0.5451385,0.5450221,0.54554844,0.5455859,0.54551816,0.5456076,0.54562056,0.5456337,0.54562646,0.54583263,0.5458826,0.54529643,0.54535186,0.545466,0.54549325,0.54543173,0.5452504,0.5455777,0.54553556,0.5455561,0.545565,0.5454878,0.5455732,0.5456341,0.5454819,0.54552037,0.54581785,0.54578865,0.54532737,0.5452855,0.54528093,0.54543287,0.5455327,0.54570323,0.54568905,0.5456843,0.5442903,0.54396355,0.5437594,0.543934,0.5439889,0.5440299,0.54396045,0.54407275,0.5439753,0.5439689,0.5440436,0.54393804,0.54321855,0.543291,0.5432001,0.5432051,0.54320407,0.5431908,0.5432459,0.5432976,0.5430745,0.543115,0.5432779,0.54318774,0.54320115,0.54320115,0.5431857,0.5433782,0.54321724,0.5427654,0.5429191,0.5445805,0.54457647,0.54476595,0.54461944,0.5446407,0.5445696,0.5448159,0.5447413,0.5446566,0.5446752,0.54475325,0.54477656,0.5447316,0.5447771,0.54476255,0.54476917,0.54485327,0.5449158,0.5513818,0.55133015,0.55138785,0.5513299,0.5513265,0.55135995,0.5512817,0.551335,0.5512872,0.5514758,0.5514661,0.551433,0.55141383,0.55138993,0.5514608,0.5513465,0.55133027,0.5512631,0.5512443,0.55133814,0.5513704,0.55144197,0.5513784,0.5512613,0.5512713,0.5512468,0.55135727,0.5513517,0.5513341,0.55133235,0.5513803,0.55142766,0.5512571,0.5514447,0.5511939,0.5513044,0.5512835,0.55130225,0.55125713,0.5512717,0.5513146,0.55130243,0.5513294,0.55104846,0.55119383,0.55125904,0.55134207,0.5510101,0.55107427,0.5510506,0.5511397]}}},"commits":[[1594772185,"567ad7455d5f25f6b38d2fded1cb621e0c34a48b"],[1594788366,"c714eae0e3b4ba263c193d54f6e46bb9a1feb2cc"],[1594802686,"d9e8d6290745a65025a3e082aea72fbe372292c6"],[1594817365,"7e11379f3b4c376fbb9a6c4d44f3286ccc28d149"],[1594869367,"e2e29de5e8a2908260d54182638241ff086a26c2"],[1594882919,"4cd0ee9343da86d9770bf0a514a682d240e0dce8"],[1594894704,"125c58caebc67c32ec45ac6c0581b596fd532082"],[1594906509,"6ee1b62c811a6eb68d6db6dfb91f66a49956749b"],[1594926108,"5c9e5df3a097e094641f16dab501ab1c4da10e9f"],[1594944589,"8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e"],[1594957895,"86c0b85da98a3c69e0fc9014e36e1c88bd3ae8d7"],[1594970552,"c2dbebd3d4ad21e80ef4e7535dd1e868aaad7e50"],[1594994061,"3014f23ddd437d2ba9947383c4565d09c1eb39f2"],[1595006709,"39d5a61f2e4e237123837f5162cc275c2fd7e625"],[1595020214,"d3df8512d2c2afc6d2e7d8b5b951dd7f2ad77b02"],[1595020214,"d3df8512d2c2afc6d2e7d8b5b951dd7f2ad77b02-v1"],[1595077250,"7d31ffc1ac9e9ea356e896e63307168a64501b9d"],[1595088503,"1fa54ad9680cc82e7301f8ed4e9b7402dfd6ce0e"],[1595131434,"0701419e96d94e5493c7ebfcecb66511ab0aa778"],[1595143518,"47ea6d90b073ab977cf072e2f5f46d63de532cc6"],[1595155594,"48036804d2bc461b243c5d291b850e44bcca68ef"],[1595168228,"d7f94516345a36ddfcd68cbdf1df835d356795c3"],[1595199046,"2c21a6f3a8b1c75c444b87fde5116853383b3fbd"],[1595213011,"891e6fee572009ff2be4d4057fb33483610c36a7"],[1595225382,"05630b06fdf76c25c6ccf2e9ac3567592eae6c67"],[1595240398,"71384101ea3b030b80f7def80a37f67e148518b0"],[1595252540,"f9a3086363f214f2b56bef30f0ac572e1a9127f1"],[1595281126,"734233d29771869f824d8ddbaddabb90b3b68e03"],[1595300944,"b52522ade1f6979a35b24087dadcf5ba5c981cbe"],[1595314517,"8ad7bc3f428300aee6764f6e23527e19eb235e81"],[1595374162,"aca77cdd8ff05218318a7ba7f750984ba48eb1f3"],[1595386318,"4825e12fc9c79954aa0fe18f5521efa6c19c7539"],[1595405926,"e22b61bff0bdd08be7665607cb7be3748c8a35d2"],[1595425255,"69d68f90964a46e479eec02a4d9c45aaaa45b411"],[1595435436,"9e92106d457abd14f82adc29e7f2496861e07916"],[1595446460,"bbebe7351fcd29af1eb9a35e315369b15887ea09"],[1595454621,"4a86573c6b5c8b1ba179487f06e5f69a6f37e895"],[1595464678,"e8b55a4ad230ebec762fdfc4f241ba98a98560af"],[1595488261,"fcac11993ca055bbdc7683a2f6ed7b88a838fb0f"],[1595494605,"2bbfa02b1b15974d5772b520aa027bf79f8c248e"],[1595502888,"371917ab218de72a625227ba6eed7e84e610a058"],[1595511822,"39a295f52637817ba8584cb9bcebef91fd0a9f4f"],[1595535328,"0820e54a8ad7795d7b555b37994f43cfe62356d4"],[1595593007,"900869371e13cead086f4f9809419daa6a63cfaf"],[1595599116,"cfb6114b2a20e04e3212ed030bc68d23faf8048f"],[1595613835,"fe07ece978793d981150b0bdc8638b33e041381a"],[1595621434,"d8cf749570c87a4dcf05071bb5b280febb7f6657"],[1595628023,"5ef299eb9805b4c86b227b718b39084e8bf24454"],[1595634916,"1e55f584b3bfafc335a1a819ddd1ee6f97b7a59e"],[1595641462,"c4e173472beb073ce3759525a15ed429b032787a"],[1595648310,"0e11fc8053d32c44e7152865852acc5c3c54efb3"],[1595679441,"73ca84dfa1388dc8628ecb5e28bc8433fbc8b727"],[1595685701,"037d8e747de5056f0202f29aa2b0353bdbbf5cfe"],[1595694444,"fe08fb7b1e7cc5ef45e107f05b3cd30d48313d2b"],[1595701003,"f06e8e157cc86538eacb76a65073787b0e46c396"],[1595707880,"8cb94fc552dc200e19001b40767c0c279572c9de"],[1595714036,"d6953df14657f5932270ad2b33bccafe6f39fad4"],[1595720227,"bb85981a3ac31c32d2f5924eb812c0a71baabf38"],[1595726415,"8e5489ca6760420af33ffa361d5c706eb9badf48"],[1595732599,"a4dd850720369d9e5b9df91820b23cddb2badc06"],[1595742651,"461707c5a119cc33c5d7df585ddb6cbec4a081bf"],[1595754583,"13f9aa190957b993a268fd4a046fce76ca8814ee"],[1595772576,"62392966a3937362146d7228444c8d843d972857"],[1595794125,"6c8927b0cf80ceee19386026cf9d7fd4fd9d486f"],[1595802913,"c70986264b4d534e35992fc64ecd9139700b5071"],[1595814867,"fa36f960687c41caf5b260ab7610ebd83a7860dd"],[1595821637,"f721fb5933f130b7a5b72152dbacd298e9ee7f02"],[1595829029,"1841fb97e17f5e41c609cd11ab114c7ac1f3de2a"],[1595841729,"9af6b3d4e74cf31c21821430de755219bf239d96"],[1595848052,"52d2c7ac948d6abdc18eb9e05a53d03ddcaffd98"],[1595855266,"4a90e36c85336d1d4b209556c1a9733210bbff19"],[1595866869,"efc02b03d18b0cbaa55b1e421d792f70a39230b2"],[1595880996,"76e83339bb619aba206e5590b1e4b813a154b199"],[1595889505,"9be8ffcb0206fc1558069a7b4766090df7877659"],[1595897513,"ac48e62db85e6db4bbe026490381ab205f4a614d"],[1595907742,"1454bbd4fdac9b7272b93fe82860613dccc0afad"],[1595915399,"1f5d69daccd1f04e42886d9aaf513f2691132d17"],[1595926952,"2c28244cf0fc9868f55070e55b8f332d196eaf3f"],[1595944592,"7b3a7819371cef92a187e9bac8f7810ccde15216"],[1595957979,"98efae87607aabd7c30b879befe61bf9c29eb978"],[1595966437,"2caf854f7a0f6626377aff40b391b32f255e7457"],[1595972902,"a7eff79135de09a49b50acb029925275a7b42ccb"],[1595979905,"4cca9505ea9faab261c2769032101cda6a04c212"],[1595986680,"517385b31b0add8487ff3cc27e216cf3f867ab44"],[1595998777,"10c375700ce170fc57cb617754dc6d0631d3d573"],[1596012721,"0dd362ec178e5d821630c0d54cff1e1043d7bdab"],[1596021576,"06e7b93f6a2a3eeaf80fd6a9a3ef7b180bb5d778"],[1596031099,"584e83dd5ae7a75b8214560c22eafbcfe153caa6"],[1596038312,"6fd4c3f20ff9cc4408400a98dd1c184d924421d7"],[1596045030,"8611e526b766ce188dc29bd49bf66ff17764ceea"],[1596054952,"db0492ace429cfeb3567e2c04e300be7df9972ff"],[1596061486,"6b269e44322cfca727fd0e793d3a60bd371cbcae"],[1596068271,"fb0b1237b12e949320ccd31a6741f03425fc9a66"],[1596074748,"6e50a225fd67576e43bab1d4dfa3c97f310786a8"],[1596081245,"1799d31847294d6e3816c17679247a5c206e809a"],[1596106739,"1ce0cf070e0f5c1157976fc1106eded67bac2050"],[1596113561,"21867225a74d3b07c2b65e32c67f45197db36896"],[1596119801,"6b09c37ddc240e25748e53d7a8f81f252def6dee"],[1596133748,"438c59f010016a8a3a11fbcc4c18ae555d7adf94"],[1596142674,"cfc572cae2d1fc381cce476b5c787fd7221af98c"],[1596151329,"c058a8b8dc5dea0ed9b33e14da9e317e2749fcd7"],[1596162047,"ffa80f01d800528b2cfbe5b5a8a218d20c7d8e95"],[1596170234,"66b97dca3c8ab51f8af7b2db7ae4c8061fbf5e9b"],[1596177319,"ac91673d895a0c578ed773e1280bdde8adb87b8c"],[1596183993,"3a92b9987abd01c4b7e59c870e85beb9dd4d4aa2"],[1596190617,"e614f66800c2b289f6c969dbabd2902e253a5e69"],[1596198433,"62f9aa94c0d0312544589bed78679d85646d4e62"],[1596219299,"6e87bacd37539b7e7cd75152dffd225047fa983a"],[1596239566,"b544b43b10fa64f2f09e7e265a2bb7c624535c8e"],[1596250114,"22e6099330cde0e7b1529774fe27874f8326de7a"],[1596256445,"18e2a891999e66d856ea13db879e93076de9e237"],[1596264854,"b5eae9c44d713779a08e6db352088d45cad3e9b6"],[1596273903,"dfe1e3b641abbede6230e3931d14f0d43e5b8e54"],[1596281131,"cfdf9d335501cc0a53ae69c940095cca7d4be0f8"],[1596307950,"de10abf50c514ca648eb3bdcbc912d46b7eb32a6"],[1596314592,"05762e3d6f5facafdd47efdf4203021fadf61bb1"],[1596320970,"5ef872f9619ed78a349c1407ebac719a980209ee"],[1596330294,"e18b56345f06c12be4dba9b5d76f306cdf0ab7f9"],[1596340049,"8141873e6d50a0a0829fd756b0a16a92b27cfe22"],[1596346480,"46cf80dc1a75ad27f67e79f73fec371a16762494"],[1596352994,"12799ad60ca66b664699a0145f5ac5ccc399d4b8"],[1596361277,"1e9913807841153729f92e438e6189184cbf561f"],[1596370809,"fd4d151aed1e9968ee4073ebac51648d44400180"],[1596377328,"e8876ae2c11f341565059b900eeae1254a9accf1"],[1596384414,"a99ae95c722d4dc8d1eef09aaa4e72d50d496e75"],[1596391287,"19cefa68640843956eedd86227ddc1d35dbc6754"],[1596397724,"f042d749b0fc212bff6bdc44b84e134b878bff64"],[1596406052,"81e754c359c471f91263813c46c67955071716a7"],[1596412512,"19ecce332e56941ea0dd2a805270faa102acdb14"],[1596419425,"8244b1b11488a336a485f07fd6550b973009a931"],[1596425853,"7637cbb79bad4fdc29906a21847096a997a13631"],[1596432303,"1b0ff9e7d0620daa86a80bf92f6b661f7699984e"],[1596439221,"dbc2ef25fb5e15445de38f19ba75547a6cf35cae"],[1596447246,"c186aed59ab590eb586751afaf6b9e0ea9b78099"],[1596469562,"829d69b9c6bfc535a92fc290ec9391a0d5af6c81"],[1596491007,"d8cbd9caca648ecdb66ff4c945c060762aa6297f"],[1596499070,"1d601d6ff1879a20a25dda06b735cd44cd451f61"],[1596505712,"60c2e8d438f75aed5192dfa76e4b42a6739f6291"],[1596512928,"80f84eb9c6eef2ee0b21988b03a09d0930575a60"],[1596519464,"40857b9453a80801fc51b606b0d7532efedad42b"],[1596532702,"c9b80bb3ff194d488fdd95da2ef23bd466f921cb"],[1596540165,"5f6bd6ec0ac422991b89bb8643eaa5d9d46eed11"],[1596560860,"d08eb98698cbce56e599324fb83d55eef2cac408"],[1596569821,"f9d422ea78a4652c5d9ecd6b6d7577bdfbfd98a8"],[1596579665,"07f1fdecfed85fe4be14b293eb913560a6cd60ba"],[1596589999,"32d14eba47ee8bb0b5edb04bcf652517f81c4cf5"],[1596596661,"119d2a1a98fe87d4ae6cabf12134a0ef2fb95851"],[1596604099,"dab2ae0404014b4fbc5a32a8c954fe6068b25f71"],[1596610542,"7f8ff84b510e3ff04865cfdd5ef95e677227e0c8"],[1596618557,"1d69e3b1d753951bc7df0f02d6fd4719065d98c3"],[1596626256,"8b84156c6ee2b4e707dc32f5a516e3143ab924d3"],[1596643733,"db870ea71b6dcc7a91b999420b88f41d3cdd13e1"],[1596650335,"52b179b4b51e3d1bbc5d687f8680c38321678830"],[1596658856,"22ee68dc586440f96b76b32fbd6087507c6afdb9"],[1596684237,"3cfc7fe78eccc754b16981704a098d7bd520e2fd"],[1596715979,"4b0882cfaa33de2796eac01afeac69097fbccbd2"],[1596723708,"c15bae53b5c40db2682211836f892a5a44065e10"],[1596738410,"0d75c91def02555b6932c457e63dd999ec58e319"],[1596745340,"71f8d0c8f1060bbe74100f29cc6f2da63d697c28"],[1596756337,"e282b65cbff5cc561e2901d0d1312c21c6ba4328"],[1596756337,"e282b65cbff5cc561e2901d0d1312c21c6ba4328-backup"],[1596763007,"6396dbbd6215d86ee9d7dd0c145f9bd77bd752d0"],[1596769478,"63e34422bbaf4ae4ed5ae7309183185aa2aa13a4"],[1596775864,"98922795f68e86b0bca5aea8cfc66499d58eba1a"],[1596782453,"d4c940f0821754a98491b2d23fbb5323c14a2bf5"],[1596789375,"8b26609481c956a666f9189738f1ba611078e1ab"],[1596800297,"1e0e618cfbcb9240e6beac8cd16778b369ebe1b7"],[1596806965,"64f99b4cfbf01c8fda1d4fe16e9b37b11096b7c3"],[1596814087,"4d4342347b71313258a46e506ee0a258f365185c"],[1596823050,"09f4c9f5082f78b0adcee83d3ab4337e000cd28e"],[1596836912,"c2d1b0d9800d922b0451921d2ce17e6ae665d5b4"],[1596844852,"f3a9de9b08659e20ce7c282ed77bc43ddd149107"],[1596851315,"f9c2177ddc605f9c75ca1a3e6ddb33835b8a178d"],[1596858873,"1d100ba26cf9afe85a8a30122c568937c4710879"],[1596866337,"e61621c3078f25365d58cb508cda745007e64d85"],[1596872764,"d19d7e27552b8da17932384b8db53927a1f4e00e"],[1596879976,"c92fc8db8b009b7661cff31fa59a7c0348653bd0"],[1596886458,"c989ac132a81503ceaaa1054da0a3a8c5c305ef0"],[1596893633,"2bac92bba14f3b260b337d2a51c77c0780456e65"],[1596902232,"3f091baba4fa656adb4c1a57b64aa831002d801d"],[1596910550,"1facd4a77b181ad44b9c9a64f0fd21b6d5180458"],[1596919401,"ceedf1d5febd65b012b8bcd513d70a0a6a091210"],[1596927949,"dcf107728c4e545b9fee6b0e6a929837429275cf"],[1596935156,"aced185592b6f99a21190965a7fecfcd72d954dc"],[1596942420,"f50f1c8e17a34ccaa0263c637e9686492b79477f"],[1596963173,"8e738539be23a62120059b5b4443f6c235f932b4"],[1596976263,"8bc801b05019cd3e0ef19e6c4c028d55baa645d2"],[1596983382,"543f03d24118d3af784aa98c507c00e30c796a0e"],[1596997174,"39e593ab14c53fda63c3f2756716c5ad3cbb6465"],[1597003730,"18f3be7704a4ec7976fcd1272c728974243d29bd"],[1597010882,"f5fef3c715f69bbc5ab2f9e18b9e79308f1e33ae"],[1597018185,"cee62c17aa3e413e8541b3f60b800a365368e94e"],[1597025315,"568f6195bbf3c04a601a297a386e0e1dc0ca8333"],[1597037693,"13290e83a6e20f3b408d177a9d64d8cf98fe4615"],[1597064504,"4c336d46263999cce87de899220d7b92d11f1c85"],[1597072786,"08324fe6f7ac24be4c8bfcab42b12ee447635c80"],[1597079562,"1275cc15d6aa0597f0b3bbf8aa0750239f9da7b2"],[1597088005,"d495ef527c6ab41c837ff13ed74f648bacee921f"],[1597096049,"770bd3d1d03f0de2e27b1ae6a0604597d0e26f84"],[1597103439,"3bb5a863c8d60029abce0d56c5c303b5097b6070"],[1597109911,"7189ca604ad5d9dfff7d0aeef6a42c89d73cbac7"],[1597119039,"a9025c571e81ea9adad4dbee0614f1ca37338328"],[1597126622,"441fd2255763c2aeea616aeac61b2c795a4c5330"],[1597149116,"4b9ac5161781ca6a376daab3d3b2f2623d8f3789"],[1597160294,"cbe7c5ce705896d4e22bf6096590bc1f17993b78"],[1597174178,"e5e33ebd2ba12a78dbf6e2d5f154d5f71f28576c"],[1597180980,"873fc463bdba4093dc25119a9314865c4840cbf0"],[1597192459,"8da42ddbf6e3cc8d16092433a541bb931b66dac7"],[1597200541,"840dbe7654bf3e803d0b447960bd9c120661cd1d"],[1597207418,"c94ed5ca91f1363b66970ce2cbd6e2773e3cb1d3"],[1597214569,"4745cbe83e0b3299bfe7f7f305b975c3c09f92db"],[1597221636,"5989bf48724031b72326a5b731a15fca101339e2"],[1597234869,"cee14d8c300feb2ac2a949848911bf4c3b143e70"],[1597241895,"ded20c98be8585b2a9fe4eeadd1be5524f6ffb17"],[1597249846,"3df25ae186e89c885d9a71cd37fbd7a37e39fc85"],[1597258220,"ef1d58e7c90aa9885c906a6eb7398a2b6256d075"],[1597265059,"576d27c5a6c80cd39ef57d7398831d8e177573cc"],[1597273408,"847ba835ce411d47364a93ddf0b4a5c0f27928a9"],[1597285580,"9aa6cc025d3ec68aa3489d0c4f92421e02cdbacd"],[1597292451,"814bc4fe9364865bfaa94d7825b8eabc11245c7c"],[1597299445,"d69b0997d7dcc99a188d5cb19137dedc4fc05d25"],[1597307040,"3fbed1739c384faabf00cd8a62abedbf506e949b"],[1597314717,"1a7d9f52bc3545631c7485dce65b31742ef81c4d"],[1597322592,"a0c290f951076d781b0ff08370445517446cee05"],[1597331020,"0a49057dd35d9bd2fcc9760a054809c30eee2a58"],[1597339356,"b6396b75e782954acb085447fb836c4e0ff5281d"],[1597346795,"5e3f1b148db5bfa27fee52464ae1f5d34c49d77b"],[1597354562,"81dc88f88f92ba8ad7465f9cba10c12d3a7b70f1"],[1597373984,"8e5a27766ff14af36448a4b4c0a8bff84090168f"],[1597389036,"43bec40138bab10c08ac916bff2f2f81b2b70669"],[1597397002,"6b2ca8457a0f6450896c669caf880090a18d1541"],[1597406459,"7996182bc1b48495014fa13799f503be01d3e5bc"],[1597414085,"55b9adfafa11b2ced5c0477c949fd875b19b3877"],[1597422420,"8e21bd0633b8d970646ee6eb706c9e8acfad19af"]]} ================================================ FILE: demos/data/sparse.json ================================================ [ [ 172,193,218,246,272,298,326,352,380,409,435,462,488,513,543,569,593,619,645,670,695,724,751,778,804,830,857,882,910,935,961,986,1012,1037,1063,1089,1115,1141,1167,1192,1217,1243,1268,1294,1320,1346,1374,1399,1424,1450,1476,1502,1528,1554,1579,1606,1632,1657,1682,1707,1733,1759,1785,1810,1837,1862,1889,1915,1940,1966,1991,2016,2042,2067,2093,2119,2144,2171,2196,2222,2248,2273,2300,2325,2351,2377,2403,2428,2454,2480,2506,2531,2556,2582,2607,2633,2659,2685,2711,2736,2762,2787,2813,2839,2866,2891,2917,2942,2968,2994,3019,3045,3071,3097,3276,3302,3328,3353,3379,3405,3430,3457,3482,3507,3533,3558,3584,3609,3635,3661,3686,3712,3738,3764,3790,3816,3841,3867,3893,3919,3944,3970,3995,4021,4047,4074,4099,4226,4252,4277,4303,4329,4355,4381,4407,4433,4458,4483,4509,4535,4560,4586,4612,4637,4663,4688,4714,4741,4767,4792,4818,4844,4869,4895,4921,4946,4972,4998,5024,5049,5074,5100,5125,5242,5269,5294,5320,5345,5371,5397,5423,5449,5475,5500,5525,5551,5576,5602,5628,5653,5679,5705,5731,5758,5783,5808,5833,5859,5884,5909,5935,5961,5987,6012,6038,6064,6089,6115,6141,6167,6259,6285,6311,6337,6362,6388,6414,6439,6465,6491,6517,6542,6567,6592,6618,6643,6668,6694,6720,6745,6771,6796,6822,6848,6875,6899,6926,6952,6977,7003,7028,7054,7080,7106,7132,7158,7184,7209,7235,7260,7286,7311,7337,7362,7388,7414,7440,7466,7492,7518,7544,7570,7596,7622,7648,7673,7699,7725,7751,7777,7803,7828,7854,7880,7906,7931,7957,7982,8009,8035,8129,8156,8181,8207,8233,8259,8285,8310,8335,8360,8386,8412,8437,8463,8489,8515,8540,8566,8592,8618,8643,8669,8695,8721,8746,8772,8798,8824,8850,8876,8902,8927,8953,8978,9004,9029,9055,9080,9106,9132,9157,9183,9209,9235,9260,9286,9312,9337,9363,9388,9414,9439,9465,9491,9516,9543,9569,9594,9620,9646,9672,9697,9723,9749,9774,9800,9827,9853,9879,9905,9930,9956,9982,10008,10033,10060,10086,10111,10137,10162,10188,10214,10240,10265,10291,10316,10344,10369,10394,10420,10446,10472,10497,10523,10549,10575,10601,10627,10653,10678,10704,10730,10756,10782,10808,10833,10859,10885,10910,10936,10961,10987,11013,11039,11064,11090,11116,11141,11167,11194,11220,11245,11275,11301,11327,11353,11379,11405,11430,11456,11482,11508,11534,11560,11586,11611,11637,11663,11688,11713,11740,11765,11791,11816,11842,11867,11894,11920,11945,11971,11996,12022,12047,12073,12099,12125,12226,12252,12277,12304,12329,12355,12380,12406,12431,12457,12483,12509,12534,12561,12587,12612,12638,12663,12689,12715,12740,12766,12792,12818,12844,12870,12896,12922,12947,12973,12999,13025,13050,13076,13102,13128,13153,13178,13204,13229,13256,13281,13307,13333,13359,13384,13410,13436,13461,13488,13513,13539,13568,13594,13635,13644,13670,13696,13722,13747,13773,13799,13824,13849,13875,13900,13925,13951,13976,14002,14028,14054,14080,14106,14131,14157,14182,14278,14303,14329,14354,14379,14405,14430,14456,14483,14508,14534,14560,14585,14612,14638,14663,14688,14713,14739,14765,14790,14816,14842,14867,14893,14919,14945,14972,14997,15023,15136,15162,15188,15213,15239,15264,15289,15315,15341,15366,15392,15418,15443,15469,15496,15522,15547,15573,15599,15624,15650,15676,15702,15727,15753,15779,15805,15830,15856,15882,15908,15933,15959,15984,16011,16036,16063,16161,16187,16213,16239,16264,16290,16315,16341,16367,16393,16418,16444,16469,16496,16520,16546,16572,16597,16623,16648,16674,16699,16725,16750,16780,16802,16828,16853,16880,16906,16931,16957,16983,17008,17034,17060,17085,17172,17197,17223,17248,17274,17300,17326,17351,17377,17403,17428,17454,17480,17507,17532,17558,17584,17609,17635,17661,17686,17711,17737,17764,17788,17813,17839,17864,17889,17914,17941,17966,17991,18017,18043,18068,18094,18200,18226,18251,18277,18303,18329,18354,18381,18406,18431,18457,18482,18508,18533,18559,18584,18610,18635,18661,18687,18712,18738,18764,18790,18815,18841,18867,18893,18918,18944,18970,18996,19021,19047,19073,19099,19124,19149,19175,19201,19227,19252,19278,19304,19330,19356,19381,19407,19432,19458,19484,19510,19535,19561,19587,19612,19638,19665,19691,19716,19741,19767,19793,19818,19844,19869,19896,19922,19948,19974,19999,20025,20051,20077,20102,20128,20153,20247,20273,20298,20324,20350,20375,20400,20427,20452,20478,20504,20530,20555,20581,20607,20632,20657,20682,20708,20734,20759,20784,20810,20836,20861,20887,20913,20939,20965,20991,21016,21042,21068,21094,21119,21145,21171,21196,21222,21248,21274,21299,21326,21351,21377,21403,21429,21454,21480,21506,21532,21558,21584,21609,21635,21661,21686,21712,21738,21763,21789,21815,21841,21866,21892,21917,21944,21969,21994,22020,22122,22149,22173,22199,22225,22250,22276,22302,22328,22353,22379,22405,22430,22456,22482,22508,22533,22559,22585,22611,22636,22662,22688,22714,22740,22766,22792,22817,22843,22869,22894,22920,22946,22971,22997,23023,23049,23149,23174,23199,23225,23251,23277,23302,23327,23353,23379,23405,23431,23456,23481,23507,23533,23558,23583,23609,23635,23660,23685,23711,23737,23762,23788,23814,23840,23867,23893,23918,23944,23970,23996,24021,24047,24073,24173,24199,24225,24250,24276,24301,24327,24352,24377,24402,24428,24454,24479,24505,24531,24557,24583,24610,24635,24661,24687,24713,24738,24764,24790,24815,24840,24867,24893,24918,24944,24970,24996,25021,25047,25072,25098,25197,25222,25248,25274,25301,25327,25352,25378,25403,25429,25454,25480,25506,25532,25557,25584,25610,25635,25661,25686,25712,25737,25763,25789,25815,25840,25866,25891,25918,25944,25969,25995,26021,26046,26072,26098,26124,26215,26241,26268,26292,26318,26344,26369,26395,26421,26447,26472,26498,26524,26549,26575,26601,26627,26652,26678,26703,26729,26755,26781,26807,26833,26858,26885,26911,26936,26962,26988,27013,27039,27065,27091,27116,27142,27240,27266,27292,27318,27344,27369,27395,27420,27446,27471,27497,27523,27548,27574,27600,27625,27652,27678,27703,27729,27754,27780,27806,27832,27858,27883,27909,27935,27961,27986,28012,28037,28062,28088,28114,28140,28165,28272,28298,28323,28349,28374,28400,28426,28452,28477,28502,28528,28554,28579,28604,28630,28656,28681,28707,28732,28758,28783,28809,28835,28861,28886,28912,28938,28963,28989,29015,29120,29146,29172,29198,29223,29249,29275,29300,29325,29351,29376,29402,29428,29453,29479,29505,29530,29555,29582,29607,29633,29658,29684,29710,29736,29762,29787,29814,29839,29865,29891,29917,29942,29967,29993,30019,30045,30071,30097,30122,30148,30173,30198,30224,30249,30275,30300,30325,30351,30377,30403,30429,30454,30480,30506,30532,30557,30582,30608,30634,30660,30686,30712,30738,30764,30789,30815,30841,30867,30892,30918,30944,30970,30996,31021,31047,31073,31172,31198,31224,31249,31274,31301,31326,31352,31377,31404,31430,31455,31480,31505,31531,31557,31582,31608,31634,31660,31685,31710,31737,31763,31789,31815,31840,31866,31892,31917,31942,31968,31994,32021,32047,32072,32098,32191,32216,32242,32268,32293,32319,32345,32371,32396,32421,32447,32473,32498,32523,32549,32574,32599,32625,32651,32677,32702,32728,32754,32780,32805,32831,32857,32883,32909,32935,32961,32987,33012,33038,33064,33090,33115,33214,33239,33265,33290,33316,33341,33367,33393,33418,33444,33471,33497,33522,33549,33574,33600,33626,33652,33678,33704,33730,33755,33781,33807,33833,33858,33884,33910,33936,33961,33989,34016,34041,34067,34093,34119,34145,34172,34198,34223,34249,34274,34300,34326,34352,34378,34403,34429,34455,34480,34505,34531,34557,34583,34608,34634,34660,34686,34712,34738,34764,34789,34815,34840,34865,34891,34917,34942,34967,34993,35018,35043,35069,35095,35121,35147,35172,35198,35223,35249,35274,35300,35326,35351,35377,35403,35428,35454,35480,35506,35532,35557,35583,35608,35634,35659,35685,35711,35737,35763,35789,35815,35840,35866,35891,35917,35943,35969,35995,36020,36117,36143,36169,36195,36221,36246,36273,36298,36324,36350,36375,36401,36426,36453,36479,36504,36529,36555,36581,36606,36631,36656,36682,36708,36733,36758,36784,36810,36835,36861,36887,36913,36939,36966,36991,37017,37042,37068,37093,37119,37144,37170,37195,37221,37247,37273,37299,37324,37349,37375,37401,37426,37452,37478,37504,37530,37557,37582,37607,37633,37658,37684,37710,37736,37761,37788,37813,37840,37865,37890,37916,37942,37968,37993,38019,38045,38071,38165,38190,38216,38241,38267,38292,38318,38344,38370,38395,38421,38447,38472,38498,38524,38549,38574,38600,38626,38651,38677,38703,38728,38754,38779,38805,38831,38857,38882,38907,38933,38959,38984,39010,39036,39061,39087,39184,39210,39236,39261,39288,39313,39339,39365,39391,39418,39443,39469,39494,39520,39546,39571,39597,39622,39648,39675,39700,39726,39751,39777,39803,39828,39854,39880,39906,39931,39958,39984,40009,40035,40060,40086,40111,40223,40249,40275,40300,40325,40351,40377,40403,40429,40454,40480,40506,40531,40556,40582,40608,40633,40658,40685,40710,40735,40760,40787,40812,40838,40863,40889,40915,40941,40967,40993,41019,41044,41070,41096,41122,41147,41237,41263,41289,41314,41340,41366,41392,41418,41443,41469,41495,41521,41546,41572,41598,41623,41649,41676,41702,41728,41753,41778,41803,41829,41854,41879,41905,41931,41956,41982,42008,42034,42060,42086,42111,42137,42162,42268,42293,42320,42345,42371,42397,42423,42448,42473,42499,42525,42551,42577,42603,42629,42655,42680,42706,42732,42757,42782,42807,42833,42860,42886,42911,42937,42962,42987,43013,43039,43065,43090,43116,43141,43167,43195,43284,43309,43336,43361,43387,43412,43438,43464,43489,43515,43541,43567,43593,43619,43645,43670,43695,43721,43747,43773,43799,43824,43850,43879,43904,43930,43956,43981,44007,44033,44061,44087,44113,44139,44164,44190,44216,44241,44267,44294,44320,44345,44371,44396,44422,44448,44474,44499,44525,44550,44577,44601,44627,44653,44678,44704,44729,44755,44781,44807,44832,44858,44884,44911,44937,44962,44987,45013,45038,45063,45165,45190,45216,45242,45267,45294,45320,45345,45370,45396,45422,45447,45472,45498,45524,45549,45574,45600,45625,45651,45677,45704,45729,45755,45780,45806,45831,45857,45882,45908,45934,45962,45987,46012,46038,46063,46089,46114,46140,46165,46191,46217,46243,46269,46296,46322,46347,46373,46398,46424,46449,46475,46501,46528,46554,46580,46606,46631,46658,46683,46709,46735,46761,46787,46813,46838,46865,46891,46916,46942,46968,46993,47019,47045,47071,47096,47122,47220,47246,47272,47297,47323,47348,47374,47400,47425,47451,47476,47502,47528,47554,47580,47606,47631,47656,47682,47708,47733,47759,47785,47811,47836,47862,47888,47913,47939,47964,47989,48015,48040,48066,48091,48117,48142,48241,48266,48292,48318,48343,48369,48395,48420,48446,48472,48497,48523,48549,48575,48600,48626,48652,48678,48704,48729,48755,48780,48806,48831,48856,48882,48908,48934,48959,48985,49010,49036,49062,49088,49113,49139,49165,49261,49286,49313,49339,49364,49390,49415,49441,49466,49492,49518,49544,49569,49596,49622,49647,49673,49698,49724,49750,49775,49801,49827,49852,49879,49905,49930,49956,49982,50008,50034,50060,50085,50111,50137,50163,50189,50284,50310,50335,50361,50387,50413,50439,50464,50489,50514,50540,50566,50591,50616,50642,50668,50693,50719,50744,50770,50796,50822,50847,50874,50899,50924,50950,50975,51001,51027,51052,51135,51160,51186,51211,51237,51263,51289,51315,51340,51365,51391,51417,51442,51467,51493,51519,51544,51570,51597,51623,51648,51673,51698,51724,51750,51775,51800,51827,51852,51878,51904,51930,51956,51982,52008,52033,52059,52164,52190,52218,52244,52269,52295,52321,52347,52372,52398,52423,52449,52474,52499,52525,52551,52576,52602,52628,52654,52680,52706,52732,52758,52783,52809,52835,52861,52886,52912,52938,52964,52990,53015,53041,53067,53093,53186,53212,53238,53265,53290,53315,53341,53367,53392,53417,53443,53469,53494,53520,53546,53572,53598,53623,53648,53675,53700,53726,53751,53777,53803,53829,53855,53881,53907,53932,53958,53983,54008,54034,54060,54085,54111,54137,54163,54189,54215,54240,54265,54291,54316,54343,54368,54393,54419,54445,54471,54496,54522,54548,54574,54599,54625,54650,54676,54702,54728,54753,54779,54805,54832,54858,54883,54909,54935,54961,54986,55012,55038,55063,55088,55115,55141,55231,55257,55282,55308,55333,55359,55385,55411,55436,55462,55488,55513,55538,55563,55589,55615,55640,55666,55691,55716,55742,55767,55793,55819,55844,55869,55895,55921,55946,55972,55999,56025,56050,56076,56102,56128,56153,56179,56204,56230,56256,56282,56308,56334,56360,56385,56411,56437,56463,56489,56514,56540,56566,56592,56617,56643,56669,56695,56720,56746,56772,56797,56823,56849,56875,56901,56927,56952,56978,57004,57030,57056,57081,57106,57133,57159,57184,57210,57235,57261,57286,57312,57337,57363,57389,57414,57440,57468,57491,57516,57542,57568,57594,57619,57645,57670,57696,57722,57748,57773,57800,57826,57851,57877,57902,57928,57954,57979,58005,58031,58132,58158,58183,58209,58235,58261,58286,58312,58337,58364,58389,58415,58440,58467,58493,58518,58544,58569,58595,58620,58646,58671,58697,58723,58748,58774,58801,58827,58852,58878,58903,58929,58955,58981,59007,59032,59058,59157,59184,59208,59234,59260,59285,59311,59337,59363,59388,59414,59440,59465,59491,59517,59543,59569,59595,59620,59646,59672,59698,59723,59749,59774,59801,59827,59852,59878,59903,59930,59955,59981,60007,60032,60058,60084,60182,60208,60234,60260,60286,60312,60337,60363,60388,60414,60440,60466,60491,60517,60543,60568,60594,60619,60645,60670,60696,60721,60747,60773,60798,60824,60849,60875,60901,60927,60953,60979,61004,61030,61056,61082,61107,61133,61159,61185,61211,61236,61262,61288,61314,61339,61365,61391,61416,61442,61468,61494,61520,61546,61571,61597,61623,61649,61674,61700,61726,61752,61778,61803,61829,61855,61881,61906,61932,61958,61983,62009,62035,62061,62086,62112,62138,62228,62253,62279,62305,62331,62356,62382,62408,62433,62459,62485,62509,62536,62562,62587,62613,62638,62664,62690,62715,62741,62767,62792,62819,62845,62870,62896,62921,62947,62972,62998,63023,63049,63074,63100,63126,63153,63252,63278,63304,63330,63355,63381,63407,63432,63457,63483,63509,63535,63560,63586,63612,63637,63663,63688,63714,63740,63765,63791,63817,63843,63869,63896,63921,63947,63972,63998,64024,64050,64076,64101,64127,64153,64179,64274,64300,64326,64353,64378,64403,64429,64455,64480,64505,64531,64557,64582,64607,64633,64659,64684,64710,64737,64763,64788,64814,64839,64865,64890,64915,64941,64967,64992,65018,65044,65128,65157,65184,65209,65235,65260,65287,65313,65338,65364,65389,65415,65441,65467,65492,65518,65544,65570,65596,65622,65648,65673,65699,65724,65750,65776,65802,65828,65854,65880,65905,65931,65956,65982,66007,66033,66059,66151,66177,66202,66228,66254,66280,66306,66332,66357,66383,66408,66434,66460,66486,66511,66538,66564,66589,66615,66640,66666,66691,66718,66743,66769,66794,66821,66847,66872,66898,66924,66950,66975,67001,67027,67052,67078,67172,67198,67223,67249,67274,67300,67326,67352,67377,67403,67428,67455,67480,67505,67531,67557,67582,67607,67633,67659,67684,67710,67736,67761,67788,67814,67840,67865,67891,67917,67942,67968,67994,68020,68045,68072,68098,68123,68206,68232,68257,68283,68309,68335,68360,68386,68412,68439,68465,68490,68515,68540,68566,68592,68617,68643,68668,68694,68720,68745,68772,68798,68823,68848,68874,68900,68925,68951,68977,69003,69028,69054,69080,69106,69131,69156,69182,69207,69233,69259,69285,69310,69336,69362,69388,69413,69439,69465,69490,69516,69542,69567,69593,69619,69644,69670,69696,69722,69748,69774,69800,69825,69851,69876,69902,69927,69953,69979,70007,70032,70057,70083,70108,70133,70159,70253,70279,70305,70331,70357,70383,70408,70434,70460,70486,70511,70537,70563,70589,70615,70640,70666,70691,70717,70743,70769,70795,70821,70847,70873,70898,70924,70950,70975,71001,71027,71053,71078,71104,71130,71156,71182,71269,71294,71320,71346,71372,71397,71423,71449,71474,71501,71526,71552,71577,71603,71629,71655,71680,71707,71732,71757,71782,71808,71834,71859,71885,71910,71936,71962,71988,72013,72040,72065,72090,72116,72141,72167,72193,72223,72248,72273,72300,72325,72351,72376,72402,72428,72454,72480,72505,72531,72557,72583,72608,72634,72660,72686,72711,72737,72763,72789,72815,72842,72868,72894,72920,72945,72971,72997,73022,73048,73074,73162,73187,73213,73239,73265,73291,73316,73342,73367,73392,73418,73443,73468,73494,73520,73546,73571,73596,73622,73648,73674,73700,73726,73752,73777,73803,73829,73854,73880,73906,73932,73958,73984,74009,74035,74061,74087,74172,74198,74223,74248,74275,74301,74326,74352,74378,74403,74428,74454,74480,74506,74532,74558,74584,74610,74636,74661,74688,74713,74739,74765,74790,74816,74841,74868,74893,74918,74943,74968,74994,75020,75045,75071,75097,75122,75148,75173,75198,75224,75250,75275,75300,75325,75351,75377,75402,75427,75453,75479,75504,75530,75555,75581,75606,75632,75659,75685,75710,75736,75761,75787,75813,75839,75865,75890,75915,75942,75968,75994,76020,76045,76071,76097,76123,76223,76248,76274,76299,76326,76352,76377,76403,76428,76453,76479,76504,76529,76555,76581,76607,76632,76658,76684,76709,76735,76760,76786,76812,76837,76863,76888,76914,76939,76965,76991,77017,77043,77069,77094,77120,77146,77238,77264,77290,77315,77341,77367,77393,77419,77444,77469,77495,77521,77546,77572,77598,77624,77649,77674,77700,77727,77753,77778,77804,77830,77856,77881,77907,77933,77959,77986,78011,78037,78062,78088,78113,78140,78165,78191,78272,78297,78323,78348,78374,78400,78427,78453,78478,78504,78530,78556,78581,78607,78633,78658,78683,78711,78737,78762,78788,78813,78839,78865,78891,78916,78942,78967,78993,79020,79045,79071,79096,79123,79148,79173,79199,79224,79250,79277,79303,79328,79354,79380,79406,79431,79457,79483,79509,79534,79561,79587,79612,79638,79663,79688,79714,79740,79765,79791,79817,79843,79869,79894,79920,79946,79972,79997,80023,80049,80150,80176,80201,80228,80254,80279,80305,80331,80356,80381,80407,80433,80458,80484,80509,80535,80561,80587,80612,80639,80664,80689,80715,80741,80767,80792,80818,80844,80870,80895,80921,80947,80973,80998,81024,81050,81076,81102,81128,81154,81179,81205,81230,81256,81282,81308,81334,81359,81385,81411,81438,81463,81489,81515,81540,81565,81591,81617,81643,81669,81695,81721,81746,81772,81798,81824,81850,81876,81901,81927,81953,81980,82006,82031,82057,82083,82109,82200,82226,82252,82278,82303,82329,82355,82380,82405,82431,82456,82482,82507,82533,82559,82584,82610,82636,82662,82688,82713,82739,82764,82790,82815,82842,82867,82893,82919,82946,82971,82997,83022,83048,83074,83099,83125,83231,83257,83283,83308,83334,83360,83386,83413,83438,83463,83488,83513,83539,83564,83590,83615,83641,83666,83692,83717,83743,83769,83794,83820,83846,83872,83897,83923,83948,83974,84000,84025,84050,84076,84102,84127,84153,84244,84270,84296,84322,84348,84374,84399,84425,84451,84476,84502,84528,84553,84580,84606,84632,84658,84683,84709,84735,84760,84786,84811,84837,84864,84890,84915,84941,84967,84993,85018,85044,85070,85096,85122,85147,85172,85264,85290,85315,85341,85367,85393,85419,85445,85471,85497,85523,85548,85573,85598,85625,85650,85675,85701,85727,85752,85777,85803,85828,85854,85880,85907,85932,85958,85983,86009,86034,86060,86086,86112,86137,86164,86190,86289,86315,86340,86366,86392,86417,86444,86469,86494,86520,86545,86570,86596,86622,86647,86673,86699,86725,86750,86776,86802,86828,86853,86879,86904,86931,86957,86982,87008,87033,87059,87085,87110,87136,87162,87188,87214,87241,87266,87292,87318,87344,87369,87395,87420,87446,87472,87498,87523,87548,87574,87600,87626,87651,87678,87703,87729,87755,87781,87807,87833,87859,87884,87910,87936,87962,87988,88015,88039,88065,88091,88116,88142,88167,88194,88219,88245,88271,88296,88322,88349,88375,88400,88425,88451,88477,88503,88528,88554,88580,88605,88631,88657,88682,88708,88734,88760,88785,88811,88837,88863,88889,88916,88941,88966,88992,89018,89044,89069,89095,89203,89229,89255,89280,89305,89331,89357,89382,89407,89432,89458,89484,89509,89535,89561,89586,89611,89637,89663,89688,89713,89739,89766,89792,89817,89843,89868,89894,89919,89945,89971,89997,90023,90049,90075,90100,90126,90215,90242,90267,90293,90318,90344,90369,90395,90421,90447,90473,90499,90525,90550,90576,90602,90627,90652,90678,90704,90729,90755,90781,90806,90831,90857,90883,90908,90933,90959,90985,91011,91036,91062,91088,91113,91139,91164,91190,91216,91242,91267,91293,91319,91345,91370,91396,91422,91448,91474,91500,91526,91551,91577,91603,91628,91654,91680,91706,91731,91757,91783,91809,91834,91861,91886,91911,91936,91962,91988,92014,92040,92065,92091,92117,92143,92168,92267,92293,92318,92344,92369,92395,92421,92447,92472,92498,92524,92550,92576,92601,92627,92653,92678,92703,92729,92755,92780,92806,92832,92858,92884,92910,92935,92961,92987,93013,93038,93064,93090,93115,93141,93167,93193,93289,93314,93340,93365,93391,93417,93443,93469,93494,93519,93544,93569,93596,93621,93647,93672,93697,93723,93749,93775,93801,93826,93851,93877,93903,93929,93954,93980,94006,94032,94057,94138,94164,94190,94216,94242,94268,94292,94318,94343,94368,94394,94419,94445,94470,94496,94522,94547,94572,94598,94624,94649,94675,94702,94728,94753,94779,94804,94830,94856,94882,94907,94933,94958,94985,95011,95036,95061,95086,95166,95192,95222,95248,95274,95300,95325,95352,95378,95403,95429,95455,95481,95506,95532,95558,95583,95609,95635,95661,95687,95713,95738,95764,95790,95816,95841,95867,95892,95919,95945,95970,95996,96021,96047,96073,96100,96191,96217,96243,96269,96295,96320,96346,96372,96397,96423,96448,96473,96499,96524,96550,96576,96602,96628,96654,96680,96705,96731,96757,96783,96808,96834,96860,96886,96912,96937,96963,96988,97014,97040,97066,97091,97117,97212,97237,97263,97289,97315,97340,97367,97392,97418,97443,97470,97496,97521,97547,97572,97598,97623,97650,97675,97701,97726,97753,97779,97804,97830,97856,97882,97907,97933,97958,97984,98010,98036,98063,98088,98114,98139,98165,98191,98216,98241,98268,98293,98319,98344,98370,98396,98421,98447,98472,98498,98524,98550,98575,98601,98627,98653,98680,98705,98731,98756,98782,98808,98834,98860,98885,98911,98937,98963,98988,99014,99040,99066,99091,99117,99143,99168,99261,99287,99313,99338,99364,99390,99416,99441,99466,99491,99518,99543,99568,99594,99620,99646,99672,99698,99723,99749,99775,99801,99826,99852,99877,99904,99930,99955,99981,100006,100032,100058,100084,100110,100136,100161,100188,100213,100239,100265,100290,100316,100341,100367,100393,100419,100445,100471,100497,100522,100548,100574,100600,100625,100651,100677,100702,100728,100754,100780,100806,100832,100857,100883,100908,100934,100960,100986,101012,101038,101063,101088,101114,101140,101166,101191,101217,101242,101268,101294,101319,101345,101371,101397,101422,101448,101473,101499,101524,101550,101576,101602,101627,101653,101679,101705,101731,101757,101782,101808,101834,101859,101885,101911,101937,101963,101989,102015,102040,102066,102167,102192,102218,102244,102270,102296,102322,102348,102374,102399,102424,102450,102475,102501,102527,102553,102578,102604,102630,102655,102681,102706,102732,102757,102783,102808,102833,102877,102903,102928,102961,102987,103013,103039,103065,103090,103190,103217,103242,103268,103294,103319,103344,103370,103395,103421,103447,103473,103498,103524,103550,103575,103600,103626,103652,103677,103703,103729,103754,103780,103806,103832,103857,103882,103908,103934,103959,103985,104011,104036,104062,104087,104113,104140,104166,104191,104217,104243,104269,104295,104321,104346,104373,104399,104424,104451,104476,104502,104528,104554,104580,104606,104633,104658,104683,104709,104735,104760,104786,104812,104838,104863,104890,104916,104942,104968,104993,105019,105044,105070,105096,105121,105147,105237,105262,105287,105313,105339,105365,105390,105416,105441,105467,105493,105519,105544,105570,105596,105621,105647,105673,105698,105723,105749,105774,105800,105825,105851,105876,105902,105927,105953,105979,106005,106030,106057,106084,106109,106135,106160,106257,106283,106308,106335,106361,106386,106412,106437,106462,106488,106514,106541,106566,106592,106618,106643,106669,106694,106720,106746,106772,106798,106824,106850,106875,106901,106926,106952,106978,107004,107030,107055,107081,107108,107134,107160,107185,107211,107236,107262,107287,107313,107339,107365,107391,107417,107442,107468,107495,107520,107546,107571,107597,107622,107648,107675,107700,107726,107751,107776,107802,107828,107854,107879,107905,107931,107960,107985,108011,108037,108137,108162,108189,108214,108240,108265,108291,108318,108343,108369,108394,108421,108446,108471,108497,108522,108548,108573,108599,108625,108650,108675,108701,108726,108751,108776,108802,108827,108852,108878,108904,108929,108954,108980,109006,109032,109059,109155,109180,109206,109232,109260,109285,109310,109336,109361,109387,109413,109439,109464,109490,109516,109542,109567,109592,109618,109643,109668,109694,109720,109745,109771,109796,109822,109847,109873,109899,109926,109950,109976,110002,110027,110053,110078,110104,110185,110210,110236,110262,110288,110314,110340,110365,110390,110416,110443,110469,110494,110520,110545,110571,110597,110623,110649,110674,110700,110726,110751,110777,110803,110828,110854,110879,110906,110931,110957,110983,111009,111036,111061,111087,111113,111211,111237,111262,111289,111315,111340,111366,111391,111416,111442,111468,111493,111518,111543,111570,111595,111620,111646,111671,111697,111722,111748,111774,111799,111825,111850,111876,111903,111928,111954,111979,112006,112031,112057,112083,112108,112134,112161,112187,112212,112238,112263,112290,112315,112341,112367,112393,112419,112444,112470,112496,112522,112548,112574,112599,112625,112651,112677,112703,112728,112754,112780,112806,112831,112857,112883,112908,112934,112960,112986,113012,113038,113063,113089,113115,113140,113166,113256,113281,113307,113333,113359,113385,113411,113437,113462,113487,113513,113539,113564,113590,113615,113641,113667,113692,113718,113744,113770,113795,113821,113846,113872,113897,113923,113949,113975,114001,114027,114053,114078,114105,114130,114156,114182,114274,114300,114326,114352,114378,114404,114429,114455,114480,114506,114532,114558,114584,114609,114635,114661,114687,114712,114737,114763,114788,114814,114840,114865,114891,114916,114942,114968,114998,115023,115049,115134,115159,115185,115211,115238,115262,115288,115313,115339,115363,115389,115415,115441,115466,115491,115517,115542,115567,115593,115619,115645,115671,115697,115723,115748,115774,115800,115826,115851,115877,115903,115929,115954,115980,116005,116030,116056,116155,116181,116207,116232,116258,116284,116310,116336,116364,116390,116415,116441,116466,116492,116518,116544,116569,116595,116621,116646,116671,116696,116722,116747,116773,116798,116824,116850,116875,116900,116927,116952,116979,117004,117030,117056,117081,117106,117132,117158,117183,117209,117235,117261,117286,117313,117339,117364,117390,117415,117441,117467,117493,117519,117544,117570,117596,117622,117647,117673,117699,117724,117749,117775,117801,117827,117853,117880,117906,117931,117957,117983,118008,118034,118060,118085,118111,118204,118230,118256,118281,118307,118333,118359,118384,118410,118435,118461,118487,118513,118539,118565,118591,118616,118642,118668,118693,118719,118745,118770,118796,118822,118847,118873,118899,118925,118950,118976,119002,119028,119054,119080,119106,119131,119225,119250,119276,119301,119327,119353,119378,119404,119431,119457,119482,119508,119533,119559,119585,119611,119636,119662,119688,119714,119739,119764,119790,119815,119841,119866,119893,119918,119944,119969,119995,120021,120047,120073,120098,120124,120150,120176,120201,120227,120253,120279,120304,120331,120357,120382,120408,120433,120459,120485,120511,120536,120562,120588,120614,120640,120666,120692,120717,120743,120769,120795,120820,120846,120872,120898,120924,120949,120975,121000,121026,121052,121078,121103,121129,121154,121181,121284,121310,121336,121362,121387,121413,121438,121465,121491,121516,121542,121567,121592,121618,121644,121669,121695,121721,121746,121772,121798,121823,121849,121875,121900,121926,121951,121977,122003,122029,122055,122082,122108,122133,122159,122184,122210,122295,122321,122346,122372,122401,122427,122452,122478,122503,122530,122555,122582,122607,122632,122658,122684,122709,122735,122761,122786,122812,122837,122863,122889,122915,122941,122967,122993,123018,123044,123070,123151,123177,123203,123229,123254,123280,123306,123332,123358,123383,123409,123435,123460,123485,123511,123537,123563,123588,123614,123640,123666,123692,123717,123743,123768,123794,123823,123850,123876,123902,123927,123953,123979,124004,124030,124056,124082,124108,124185,124211,124236,124262,124288,124313,124339,124364,124390,124416,124442,124467,124493,124519,124545,124570,124596,124622,124648,124673,124700,124726,124751,124777,124803,124829,124854,124880,124906,124931,124957,124983,125008,125034,125059,125084,125109,125134,125160,125186,125211,125237,125263,125289,125315,125340,125366,125392,125417,125443,125468,125495,125520,125546,125571,125597,125623,125649,125675,125700,125726,125751,125777,125803,125829,125855,125881,125907,125933,125959,125984,126010,126035,126061,126087,126113,126138,126231,126257,126284,126310,126335,126361,126387,126412,126438,126464,126489,126515,126541,126567,126593,126618,126644,126669,126695,126721,126747,126772,126798,126823,126849,126874,126901,126926,126951,126976,127001,127027,127053,127078,127104,127130,127155,127255,127281,127307,127333,127359,127384,127410,127436,127461,127486,127511,127537,127563,127588,127613,127639,127664,127690,127716,127741,127768,127794,127820,127846,127871,127897,127922,127949,127974,127999,128025,128051,128077,128102,128128,128154,128180,128281,128306,128332,128358,128385,128411,128436,128462,128487,128513,128539,128565,128590,128616,128642,128668,128694,128719,128745,128771,128797,128822,128847,128873,128898,128924,128950,128975,129002,129028,129053,129079,129104,129130,129156,129182,129208,129308,129333,129359,129386,129412,129437,129463,129488,129513,129539,129565,129591,129616,129641,129667,129692,129719,129745,129770,129796,129821,129847,129873,129899,129924,129950,129976,130002,130028,130053,130079,130104,130130,130155,130181,130207,130233,130258,130284,130310,130336,130362,130387,130413,130439,130465,130490,130516,130541,130567,130593,130620,130646,130671,130697,130722,130748,130774,130800,130826,130852,130878,130903,130929,130954,130980,131006,131032,131057,131083,131183,131208,131234,131260,131286,131312,131337,131363,131389,131414,131440,131466,131491,131517,131543,131569,131595,131621,131646,131671,131697,131723,131749,131774,131800,131826,131852,131878,131903,131929,131954,131980,132006,132032,132057,132083,132109,132202,132228,132253,132279,132305,132330,132356,132382,132407,132433,132459,132485,132510,132537,132563,132588,132613,132638,132664,132689,132715,132740,132766,132792,132818,132844,132870,132896,132921,132947,132972,132998,133024,133050,133076,133102,133128,133154,133180,133205,133231,133256,133283,133308,133334,133360,133385,133411,133437,133463,133488,133514,133540,133565,133591,133617,133643,133669,133695,133721,133747,133772,133798,133823,133849,133874,133900,133926,133952,133977,134004,134030,134054,134080,134106,134131,134156,134182,134207,134233,134258,134284,134310,134335,134361,134386,134412,134438,134464,134489,134515,134541,134567,134592,134618,134644,134669,134694,134721,134747,134772,134798,134823,134849,134874,134900,134926,134952,134977,135003,135029,135055,135081,135106,135132,135157,135183,135289,135315,135341,135367,135392,135418,135444,135470,135495,135522,135546,135572,135597,135622,135648,135673,135698,135724,135749,135775,135800,135825,135852,135877,135902,135928,135953,135978,136005,136031,136056,136082,136108,136133,136159,136185,136210,136300,136326,136352,136377,136403,136429,136455,136481,136507,136532,136558,136584,136609,136635,136661,136687,136712,136739,136762,136789,136814,136839,136866,136891,136916,136942,136968,136993,137019,137045,137070,137153,137178,137204,137230,137256,137282,137308,137334,137359,137385,137411,137437,137462,137487,137513,137539,137565,137590,137616,137641,137667,137692,137718,137744,137769,137795,137821,137847,137877,137903,137929,137954,137980,138006,138032,138057,138084,138177,138202,138228,138254,138279,138307,138330,138356,138382,138407,138433,138459,138484,138509,138535,138561,138586,138612,138638,138664,138690,138716,138741,138768,138793,138819,138845,138870,138896,138921,138947,138973,138999,139025,139050,139075,139101,139201,139226,139252,139278,139304,139329,139355,139381,139407,139433,139458,139484,139510,139536,139561,139587,139613,139638,139664,139690,139716,139741,139767,139792,139817,139843,139869,139894,139920,139945,139971,139996,140022,140047,140074,140100,140125,140225,140251,140277,140303,140328,140354,140380,140405,140430,140456,140483,140508,140533,140558,140584,140609,140634,140659,140685,140710,140736,140761,140787,140813,140838,140864,140889,140914,140941,140967,140992,141018,141043,141069,141094,141120,141146,141171,141250,141275,141301,141327,141352,141378,141404,141430,141455,141481,141506,141532,141558,141584,141609,141634,141659,141685,141711,141737,141762,141788,141814,141839,141865,141891,141916,141941,141967,141992,142018,142043,142068,142094,142120,142145,142170,142195,142274,142300,142325,142351,142377,142402,142428,142454,142479,142505,142531,142556,142582,142609,142635,142660,142685,142711,142737,142762,142788,142813,142839,142864,142890,142916,142942,142968,142993,143019,143044,143070,143096,143122,143148,143173,143200,143296,143322,143348,143373,143399,143425,143452,143477,143503,143528,143554,143580,143605,143631,143657,143682,143709,143733,143759,143784,143810,143836,143861,143886,143912,143938,143963,143989,144015,144041,144067,144153,144178,144204,144230,144256,144282,144307,144333,144360,144386,144411,144437,144463,144488,144513,144539,144565,144591,144617,144643,144669,144694,144720,144745,144771,144797,144823,144848,144874,144900,144926,144952,144977,145003,145029,145055,145080,145179,145205,145230,145257,145282,145308,145334,145360,145386,145411,145437,145462,145488,145514,145540,145565,145590,145616,145641,145667,145694,145720,145745,145771,145796,145822,145848,145873,145899,145925,145951,145977,146003,146028,146054,146079,146105,146199,146225,146251,146277,146303,146328,146354,146379,146404,146430,146455,146481,146506,146532,146558,146583,146610,146634,146660,146686,146711,146737,146762,146788,146814,146840,146865,146891,146917,146943,146969,146994,147019,147045,147071,147096,147122,147147,147173,147199,147225,147251,147278,147303,147328,147354,147379,147404,147430,147456,147481,147507,147533,147559,147584,147611,147637,147662,147688,147713,147739,147764,147791,147817,147843,147868,147894,147920,147946,147971,147996,148022,148048,148074,148099,148125,148151,148251,148276,148302,148328,148354,148379,148404,148430,148455,148481,148507,148532,148557,148583,148609,148635,148662,148688,148713,148738,148764,148789,148814,148841,148866,148892,148918,148944,148970,148995,149021,149047,149072,149097,149123,149149,149175,149272,149297,149323,149349,149375,149401,149427,149452,149478,149504,149530,149556,149581,149607,149633,149659,149684,149710,149736,149762,149787,149812,149838,149864,149889,149914,149940,149966,149991,150017,150043,150069,150095,150121,150147,150173,150198,150224,150249,150275,150301,150327,150352,150379,150405,150431,150457,150482,150508,150533,150560,150585,150611,150637,150662,150689,150714,150740,150765,150792,150817,150843,150869,150894,150920,150946,150972,150997,151023,151049,151147,151173,151198,151224,151249,151275,151301,151326,151352,151377,151403,151430,151455,151480,151506,151532,151557,151582,151608,151633,151659,151684,151710,151736,151763,151787,151813,151839,151864,151890,151916,151942,151967,151993,152019,152044,152070,152096,152122,152148,152174,152199,152225,152250,152276,152301,152327,152353,152380,152406,152431,152457,152483,152509,152534,152560,152586,152611,152637,152663,152689,152715,152741,152767,152793,152818,152844,152870,152897,152923,152948,152974,152999,153025,153051,153076,153102,153196,153222,153247,153273,153298,153324,153349,153375,153401,153426,153452,153478,153503,153529,153554,153580,153606,153631,153657,153682,153707,153733,153758,153783,153808,153834,153860,153886,153911,153937,153963,153989,154015,154041,154066,154092,154118,154144,154219,154245,154271,154297,154323,154348,154374,154399,154424,154449,154475,154501,154526,154552,154578,154603,154628,154653,154679,154705,154732,154758,154783,154809,154834,154860,154886,154912,154937,154963,154988,155015,155040,155066,155092,155117,155143,155168,155247,155273,155298,155324,155349,155375,155401,155427,155452,155478,155504,155530,155555,155582,155608,155633,155659,155685,155711,155736,155762,155788,155813,155839,155865,155891,155916,155942,155968,155994,156020,156046,156071,156096,156122,156148,156175,156268,156294,156319,156344,156370,156396,156422,156448,156474,156499,156525,156550,156575,156601,156627,156652,156678,156703,156729,156755,156780,156806,156832,156858,156883,156909,156935,156961,156987,157013,157038,157064,157089,157116,157142,157167,157193,157295,157320,157346,157372,157397,157423,157449,157475,157500,157526,157552,157578,157603,157629,157654,157680,157705,157731,157756,157783,157808,157833,157859,157884,157909,157935,157961,157987,158012,158038,158064,158089,158116,158142,158167,158193,158219,158312,158337,158363,158388,158414,158440,158466,158492,158517,158543,158569,158594,158620,158646,158671,158697,158723,158748,158774,158802,158828,158853,158879,158905,158930,158956,158981,159007,159033,159059,159084,159168,159195,159220,159246,159271,159297,159323,159348,159373,159400,159426,159451,159476,159501,159528,159553,159578,159604,159630,159655,159680,159706,159732,159757,159784,159810,159835,159861,159886,159912,159938,159964,159990,160015,160041,160068,160093,160199,160224,160251,160277,160302,160329,160354,160380,160405,160431,160457,160484,160508,160534,160560,160585,160611,160636,160663,160688,160714,160740,160765,160791,160817,160843,160869,160895,160920,160946,160971,160997,161023,161049,161075,161101,161127,161152,161179,161204,161230,161255,161281,161307,161332,161358,161387,161413,161438,161463,161489,161515,161541,161568,161592,161618,161644,161669,161695,161720,161746,161772,161798,161824,161849,161875,161901,161927,161952,161978,162003,162028,162053,162079,162105,162130,162156,162240,162266,162292,162318,162344,162369,162395,162421,162446,162471,162497,162523,162548,162574,162600,162626,162652,162678,162703,162729,162755,162781,162806,162832,162857,162883,162909,162935,162961,162986,163012,163038,163063,163089,163114,163140,163166,163191,163217,163243,163269,163294,163319,163345,163371,163397,163422,163448,163473,163499,163525,163552,163578,163604,163630,163656,163681,163706,163732,163758,163784,163809,163836,163862,163887,163913,163938,163964,163990,164016,164041,164067,164093,164119,164145,164170,164196,164283,164308,164334,164359,164386,164412,164437,164463,164488,164514,164539,164566,164591,164617,164643,164669,164695,164720,164746,164772,164798,164824,164849,164875,164901,164926,164953,164979,165004,165030,165056,165082,165107,165133,165158,165184,165210,165236,165262,165288,165314,165339,165365,165390,165417,165442,165468,165494,165520,165546,165571,165597,165622,165648,165674,165700,165725,165751,165777,165803,165829,165855,165880,165906,165931,165957,165983,166009,166034,166060,166088,166111,166137,166163,166188,166213,166239,166265,166290,166315,166341,166367,166393,166418,166444,166470,166496,166521,166547,166573,166599,166624,166650,166676,166702,166727,166754,166780,166805,166831,166857,166882,166908,166934,166959,166985,167011,167037,167063,167088,167114,167196,167221,167247,167273,167299,167324,167351,167376,167402,167428,167454,167480,167505,167531,167557,167583,167608,167634,167660,167686,167711,167738,167764,167789,167814,167840,167866,167891,167916,167942,167968,167994,168020,168046,168071,168098,168123,168149,168174,168200,168226,168252,168278,168304,168330,168356,168382,168407,168433,168458,168484,168510,168536,168562,168588,168614,168639,168664,168689,168716,168741,168767,168792,168818,168844,168870,168895,168921,168948,168973,168998,169023,169049,169075,169101,169127,169153,169244,169270,169295,169322,169348,169373,169399,169424,169450,169475,169501,169527,169552,169578,169603,169628,169654,169680,169705,169731,169756,169782,169808,169834,169859,169885,169911,169937,169962,169988,170015,170040,170065,170091,170117,170142,170168,170194,170220,170246,170272,170298,170323,170349,170374,170400,170426,170452,170478,170504,170529,170556,170582,170607,170633,170659,170685,170710,170736,170762,170787,170813,170839,170865,170890,170916,170941,170967,170992,171019,171044,171070,171096,171123,171149,171175,171199,171290,171316,171342,171368,171393,171419,171445,171471,171496,171523,171549,171574,171599,171625,171650,171675,171701,171726,171753,171778,171804,171830,171856,171882,171907,171933,171959,171985,172010,172036,172062,172088,172114,172141,172167,172192,172218,172317,172342,172368,172394,172420,172446,172471,172497,172524,172548,172573,172599,172625,172651,172676,172702,172727,172752,172778,172804,172829,172855,172881,172907,172932,172957,172983,173008,173034,173059,173085,173164,173191,173214,173240,173266,173292,173317,173343,173368,173393,173419,173445,173470,173496,173522,173547,173574,173600,173625,173651,173676,173702,173728,173754,173779,173805,173831,173857,173883,173908,173933,173958,173984,174009,174035,174061,174087,174112,174138,174164,174191,174217,174242,174268,174293,174319,174344,174370,174395,174421,174447,174472,174498,174524,174550,174575,174601,174627,174653,174678,174704,174730,174756,174782,174808,174834,174859,174885,174910,174936,174962,174988,175014,175039,175065,175092,175117,175221,175246,175272,175298,175325,175351,175376,175402,175427,175453,175478,175504,175529,175554,175580,175606,175632,175658,175684,175709,175735,175760,175786,175812,175837,175863,175889,175915,175941,175966,175992,176017,176042,176068,176093,176119,176145,176236,176261,176286,176312,176338,176364,176390,176416,176442,176468,176493,176519,176545,176571,176596,176622,176648,176673,176699,176725,176751,176776,176802,176827,176853,176878,176904,176930,176956,176982,177007,177033,177059,177085,177110,177136,177162,177188,177266,177292,177318,177344,177370,177395,177421,177446,177471,177497,177523,177548,177573,177599,177626,177652,177677,177703,177729,177755,177780,177806,177832,177858,177883,177909,177935,177960,177986,178012,178037,178063,178088,178114,178140,178166,178193,178290,178315,178341,178367,178393,178419,178444,178470,178495,178521,178547,178573,178598,178624,178650,178676,178701,178727,178753,178778,178804,178829,178856,178882,178907,178933,178960,178986,179011,179037,179063,179088,179114,179140,179166,179191,179217,179310,179336,179361,179387,179413,179439,179464,179490,179516,179541,179567,179594,179619,179643,179670,179695,179720,179745,179771,179797,179822,179847,179873,179899,179924,179950,179976,180002,180027,180054,180079,180104,180129,180155,180181,180207,180232,180258,180284,180311,180336,180362,180388,180413,180439,180464,180491,180516,180542,180567,180594,180620,180645,180671,180697,180723,180748,180774,180800,180826,180852,180877,180903,180929,180954,180980,181006,181031,181057,181083,181109,181191,181217,181242,181268,181295,181321,181346,181372,181397,181423,181449,181475,181500,181526,181552,181578,181603,181628,181654,181680,181705,181731,181757,181782,181808,181834,181859,181885,181911,181937,181962,181988,182014,182040,182065,182091,182117,182210,182236,182261,182287,182313,182339,182364,182390,182415,182441,182467,182493,182518,182544,182570,182595,182621,182646,182672,182697,182723,182748,182774,182800,182826,182851,182878,182903,182929,182955,182980,183006,183031,183057,183083,183108,183134,183160,183240,183265,183292,183317,183343,183369,183396,183422,183447,183472,183498,183524,183549,183575,183600,183626,183652,183678,183704,183729,183755,183780,183805,183830,183856,183881,183907,183932,183958,183984,184010,184035,184060,184086,184112,184138,184164,184256,184281,184308,184333,184359,184385,184411,184436,184463,184489,184514,184541,184566,184592,184618,184644,184669,184696,184720,184746,184771,184796,184822,184847,184873,184898,184924,184950,184976,185001,185027,185053,185079,185105,185131,185157,185182,185208,185284,185310,185335,185361,185387,185413,185439,185464,185490,185515,185541,185566,185591,185617,185642,185668,185693,185719,185745,185770,185796,185823,185848,185874,185899,185925,185950,185976,186001,186026,186051,186077,186102,186128,186154,186180,186206,186231,186307,186332,186358,186383,186409,186435,186461,186486,186512,186538,186564,186590,186615,186642,186667,186693,186718,186744,186770,186797,186822,186848,186874,186899,186925,186950,186976,187002,187028,187054,187080,187107,187132,187158,187183,187209,187235,187260,187286,187312,187338,187364,187390,187415,187441,187467,187493,187518,187544,187570,187595,187621,187647,187674,187699,187725,187750,187776,187802,187827,187852,187878,187903,187929,187955,187981,188007,188033,188058,188083,188109,188190,188214,188240,188265,188291,188316,188342,188368,188393,188418,188444,188470,188495,188521,188548,188574,188599,188625,188651,188677,188702,188728,188753,188779,188805,188831,188857,188883,188908,188934,188960,188985,189011,189037,189063,189088,189115,189211,189236,189262,189288,189315,189339,189365,189391,189417,189442,189467,189492,189518,189543,189569,189595,189620,189646,189672,189698,189724,189749,189775,189800,189826,189851,189877,189903,189928,189954,189980,190006,190032,190058,190083,190109,190134,190159,190185,190211,190236,190262,190288,190313,190339,190365,190391,190417,190442,190468,190494,190519,190545,190571,190597,190623,190649,190675,190700,190726,190751,190777,190802,190828,190854,190880,190905,190932,190956,190982,191008,191033,191059,191084,191111,191136,191162,191262,191288,191314,191339,191365,191391,191416,191442,191469,191495,191521,191547,191572,191597,191623,191650,191675,191700,191726,191751,191776,191801,191828,191853,191879,191904,191930,191956,191983,192008,192033,192059,192084,192110,192135,192160,192186,192283,192310,192335,192361,192387,192412,192437,192464,192489,192515,192541,192567,192592,192617,192644,192669,192694,192720,192746,192772,192797,192823,192850,192876,192901,192927,192953,192979,193005,193030,193055,193082,193107,193133,193159,193184,193210,193308,193334,193360,193385,193411,193436,193462,193487,193513,193538,193564,193590,193615,193641,193667,193692,193717,193744,193769,193794,193820,193846,193871,193897,193923,193949,193975,194001,194026,194051,194077,194159,194184,194210,194236,194262,194287,194314,194339,194364,194390,194415,194441,194468,194494,194519,194545,194570,194596,194622,194648,194674,194699,194725,194751,194777,194802,194828,194854,194880,194905,194931,194957,194983,195008,195034,195061,195086,195179,195205,195231,195257,195283,195308,195335,195361,195386,195412,195437,195463,195489,195514,195540,195566,195592,195617,195643,195668,195694,195719,195745,195770,195796,195821,195847,195873,195898,195924,195950,195976,196002,196027,196053,196079,196104,196130,196205,196231,196257,196283,196309,196335,196359,196385,196410,196435,196461,196487,196512,196538,196564,196589,196614,196640,196666,196691,196716,196742,196769,196795,196820,196846,196871,196897,196923,196949,196974,197000,197026,197052,197078,197103,197129,197155,197236,197262,197287,197313,197339,197365,197391,197417,197442,197468,197494,197519,197544,197570,197596,197621,197646,197672,197698,197723,197749,197775,197801,197826,197853,197879,197904,197930,197956,197981,198007,198033,198059,198084,198110,198136,198162,198187,198213,198238,198264,198289,198315,198341,198367,198393,198419,198445,198470,198495,198521,198547,198572,198598,198624,198650,198676,198702,198727,198753,198779,198804,198830,198856,198882,198907,198934,198959,198984,199010,199036,199063,199088,199114,199139,199165,199191,199280,199305,199331,199356,199382,199408,199434,199460,199487,199512,199537,199564,199589,199615,199640,199666,199692,199717,199743,199769,199794,199820,199846,199871,199896,199922,199948,199973,199999,200024,200050,200076,200101,200127,200154,200180,200205,200298,200323,200349,200375,200400,200426,200452,200478,200504,200530,200555,200581,200607,200632,200657,200683,200708,200734,200760,200786,200812,200837,200863,200888,200913,200938,200964,200989,201015,201040,201066,201092,201117,201143,201169,201195,201221,201247,201327,201352,201377,201403,201429,201454,201481,201506,201531,201556,201582,201608,201633,201658,201684,201710,201735,201760,201786,201812,201839,201865,201890,201916,201941,201967,201992,202018,202047,202069,202095,202186,202211,202239,202265,202290,202316,202342,202368,202393,202419,202445,202471,202497,202522,202548,202574,202600,202625,202651,202676,202702,202728,202754,202780,202805,202831,202857,202883,202908,202934,202960,202986,203012,203039,203064,203089,203116,203206,203233,203258,203284,203310,203335,203361,203387,203412,203439,203464,203489,203515,203540,203566,203591,203617,203642,203669,203694,203720,203746,203772,203798,203823,203849,203875,203901,203926,203952,203978,204004,204029,204056,204082,204108,204134,204222,204248,204274,204300,204325,204351,204377,204402,204428,204454,204480,204506,204531,204556,204582,204608,204633,204658,204684,204710,204735,204761,204787,204813,204840,204866,204891,204917,204943,204968,204994,205020,205046,205072,205098,205123,205149,205175,205201,205226,205252,205277,205302,205328,205354,205380,205407,205433,205458,205484,205509,205535,205561,205587,205612,205638,205664,205690,205716,205741,205767,205792,205818,205844,205870,205895,205921,205947,205973,205999,206024,206050,206075,206101,206126,206152,206177,206281,206307,206333,206358,206384,206409,206435,206461,206487,206512,206538,206564,206591,206617,206642,206668,206693,206719,206744,206770,206796,206822,206847,206874,206899,206925,206951,206976,207002,207027,207052,207078,207104,207129,207155,207181,207207,207302,207327,207353,207378,207404,207430,207455,207481,207508,207533,207559,207585,207610,207636,207661,207687,207713,207739,207765,207791,207816,207841,207867,207892,207918,207943,207969,207995,208020,208046,208072,208098,208124,208151,208177,208203,208228,208317,208343,208368,208393,208419,208445,208471,208497,208522,208548,208575,208601,208626,208652,208677,208703,208728,208754,208780,208806,208831,208858,208884,208909,208935,208960,208986,209012,209038,209063,209089,209178,209204,209230,209256,209282,209307,209333,209358,209384,209409,209435,209460,209485,209511,209537,209562,209587,209613,209639,209665,209690,209716,209742,209768,209793,209819,209844,209870,209896,209922,209948,209973,209999,210025,210052,210077,210102,210128,210154,210179,210205,210231,210257,210283,210309,210335,210360,210385,210411,210437,210462,210488,210514,210540,210566,210592,210618,210644,210669,210694,210720,210745,210772,210797,210823,210849,210876,210901,210926,210953,210978,211004,211030,211056,211081,211107,211132,211230,211256,211282,211307,211334,211359,211385,211410,211435,211461,211486,211511,211537,211562,211588,211614,211639,211664,211690,211716,211741,211766,211793,211819,211844,211870,211895,211921,211947,211973,211998,212024,212050,212078,212103,212128,212154,212251,212276,212302,212328,212354,212379,212405,212431,212456,212482,212508,212534,212560,212586,212611,212637,212662,212688,212714,212739,212765,212791,212817,212844,212870,212896,212921,212947,212972,212998,213023,213049,213075,213101,213127,213152,213177,213272,213298,213323,213349,213375,213401,213427,213453,213479,213504,213529,213555,213581,213606,213632,213658,213683,213708,213734,213761,213786,213811,213837,213862,213887,213913,213939,213964,213989,214015,214041,214067,214092,214117,214143,214168,214194,214220,214299,214326,214351,214377,214404,214428,214454,214480,214505,214531,214557,214582,214607,214633,214659,214685,214711,214737,214762,214788,214814,214840,214866,214892,214918,214945,214971,214996,215022,215047,215073,215098,215125,215150,215176,215202,215228,215254,215279,215304,215329,215355,215380,215406,215432,215457,215483,215508,215534,215559,215585,215611,215637,215662,215687,215713,215739,215764,215790,215816,215841,215867,215893,215919,215945,215971,215996,216022,216048,216074,216172,216198,216224,216249,216275,216300,216326,216352,216379,216405,216430,216456,216481,216507,216533,216559,216584,216610,216635,216662,216688,216713,216739,216764,216790,216816,216841,216866,216892,216918,216943,216969,216996,217022,217047,217073,217098,217124,217149,217175,217201,217227,217253,217279,217304,217329,217355,217381,217407,217432,217458,217484,217510,217536,217562,217588,217614,217640,217665,217691,217717,217743,217769,217794,217820,217846,217872,217897,217923,217949,217975,218000,218026,218052,218077,218103,218129,218155,218180,218206,218231,218257,218283,218308,218334,218360,218386,218411,218437,218463,218489,218514,218540,218566,218592,218617,218643,218669,218694,218720,218746,218772,218797,218824,218849,218875,218901,218927,218953,218979,219005,219030,219056,219081,219106,219132,219158,219247,219273,219298,219324,219349,219375,219401,219427,219453,219478,219504,219530,219556,219581,219607,219633,219658,219684,219709,219734,219760,219785,219810,219836,219862,219887,219914,219939,219965,219991,220016,220042,220068,220093,220118,220143,220169,220195,220271,220297,220323,220348,220374,220400,220425,220450,220476,220501,220527,220553,220578,220604,220631,220656,220681,220707,220733,220759,220784,220810,220835,220861,220887,220912,220938,220964,220990,221015,221041,221066,221092,221118,221143,221169,221195,221295,221320,221346,221372,221398,221424,221449,221475,221500,221526,221552,221578,221603,221629,221655,221681,221706,221731,221758,221783,221809,221834,221860,221885,221911,221936,221963,221988,222015,222041,222066,222092,222117,222143,222169,222195,222221,222319,222345,222371,222396,222422,222448,222474,222500,222525,222550,222576,222602,222627,222652,222679,222704,222730,222755,222782,222808,222833,222859,222885,222911,222936,222962,222988,223013,223039,223065,223091,223174,223199,223225,223250,223276,223302,223328,223354,223379,223405,223432,223458,223483,223509,223535,223561,223586,223612,223638,223663,223689,223715,223741,223767,223792,223818,223844,223870,223895,223921,223947,223973,223999,224025,224050,224075,224101,224192,224217,224243,224269,224294,224320,224346,224371,224396,224422,224450,224476,224501,224527,224552,224579,224604,224629,224655,224681,224706,224732,224758,224784,224809,224835,224861,224887,224912,224937,224963,224989,225016,225042,225067,225093,225119,225145,225221,225247,225273,225300,225325,225350,225376,225401,225427,225452,225478,225504,225530,225555,225581,225607,225633,225659,225684,225709,225734,225760,225785,225811,225836,225862,225888,225913,225939,225965,225990,226016,226042,226067,226093,226119,226144,226169,226244,226269,226296,226321,226346,226372,226398,226424,226450,226476,226501,226527,226553,226579,226604,226630,226656,226682,226707,226733,226759,226784,226810,226836,226861,226887,226913,226939,226965,226990,227015,227041,227067,227093,227118,227144,227169,227194,227220,227246,227272,227298,227324,227350,227376,227401,227426,227452,227478,227503,227529,227555,227580,227607,227632,227658,227684,227710,227735,227761,227787,227812,227837,227863,227889,227915,227941,227967,227993,228019,228044,228069,228095,228121,228147,228172,228198,228298,228324,228350,228376,228402,228428,228453,228479,228505,228531,228557,228583,228608,228635,228661,228686,228712,228737,228763,228789,228815,228841,228866,228892,228918,228944,228969,228995,229021,229047,229072,229098,229124,229149,229175,229201,229228,229316,229342,229368,229394,229419,229445,229471,229497,229522,229547,229573,229599,229624,229650,229676,229702,229728,229753,229779,229804,229830,229856,229882,229907,229932,229958,229986,230010,230035,230061,230087,230169,230196,230221,230247,230272,230298,230324,230350,230375,230402,230428,230454,230479,230504,230530,230556,230581,230607,230633,230659,230686,230712,230737,230764,230789,230815,230841,230867,230892,230919,230945,230970,230996,231021,231047,231072,231098,231193,231220,231246,231271,231297,231322,231348,231374,231400,231425,231451,231476,231503,231528,231554,231580,231605,231631,231656,231682,231708,231733,231759,231784,231809,231836,231861,231886,231912,231937,231963,231988,232014,232039,232065,232091,232117,232142,232168,232193,232220,232246,232271,232297,232323,232349,232374,232399,232425,232451,232477,232503,232529,232554,232580,232605,232631,232657,232682,232708,232734,232760,232786,232812,232837,232863,232888,232914,232939,232965,232990,233016,233042,233068,233094,233120,233145,233170,233196,233222,233248,233273,233299,233325,233351,233377,233403,233429,233454,233480,233505,233530,233556,233582,233607,233633,233658,233684,233710,233737,233763,233788,233814,233839,233865,233891,233917,233942,233968,233994,234020,234046,234071,234097,234123,234148,234174,234266,234291,234317,234343,234369,234395,234420,234447,234472,234498,234523,234549,234575,234601,234626,234652,234677,234704,234730,234755,234781,234806,234832,234857,234883,234908,234934,234960,234986,235011,235038,235064,235089,235115,235140,235166,235191,235296,235322,235348,235373,235399,235424,235449,235475,235500,235525,235552,235577,235602,235628,235655,235679,235705,235731,235756,235782,235807,235833,235859,235885,235910,235936,235962,235988,236014,236039,236065,236090,236116,236141,236168,236193,236218,236315,236340,236366,236392,236418,236443,236469,236495,236520,236546,236572,236597,236622,236648,236673,236699,236724,236750,236777,236803,236828,236855,236881,236906,236932,236957,236983,237008,237034,237059,237085,237111,237137,237163,237189,237215,237240,237265,237291,237317,237342,237368,237393,237419,237445,237470,237496,237522,237548,237573,237600,237625,237651,237676,237703,237728,237754,237780,237807,237833,237858,237884,237910,237936,237962,237987,238013,238039,238065,238090,238115,238140,238166,238191,238217,238243,238269,238294,238320,238346,238372,238399,238424,238449,238474,238500,238526,238551,238576,238602,238628,238653,238679,238704,238730,238756,238782,238807,238833,238859,238884,238910,238936,238961,238987,239013,239038,239063,239089,239114,239140,239222,239247,239273,239299,239324,239351,239376,239402,239427,239454,239479,239505,239531,239557,239583,239608,239634,239659,239685,239710,239736,239762,239788,239814,239840,239866,239891,239917,239943,239969,239994,240020,240045,240071,240097,240124,240149,240240,240266,240292,240317,240342,240367,240393,240419,240444,240470,240495,240521,240546,240572,240598,240624,240649,240674,240700,240725,240751,240777,240803,240828,240854,240879,240905,240931,240957,240983,241009,241035,241060,241086,241111,241137,241162,241261,241287,241313,241339,241365,241391,241417,241442,241467,241493,241519,241544,241570,241595,241621,241647,241672,241698,241724,241750,241775,241801,241827,241853,241878,241903,241929,241955,241981,242006,242032,242058,242083,242108,242135,242160,242186,242211,242287,242312,242337,242363,242389,242415,242441,242468,242493,242519,242544,242570,242595,242621,242647,242673,242698,242725,242751,242776,242801,242827,242852,242877,242903,242928,242954,242980,243005,243031,243056,243082,243108,243133,243158,243185,243210,243235,243260,243286,243311,243337,243363,243389,243415,243440,243466,243492,243518,243543,243569,243595,243620,243645,243671,243697,243723,243748,243773,243799,243825,243851,243877,243903,243928,243953,243979,244004,244030,244056,244082,244107,244133,244159,244185,244210,244236,244262,244287,244312,244338,244364,244390,244415,244441,244467,244493,244519,244544,244570,244596,244621,244646,244673,244698,244723,244749,244774,244800,244826,244852,244877,244903,244929,244954,244980,245006,245031,245057,245083,245109,245190,245215,245241,245266,245293,245319,245344,245370,245395,245421,245447,245473,245498,245524,245550,245576,245602,245627,245653,245678,245703,245729,245755,245780,245806,245832,245858,245883,245910,245934,245960,245986,246011,246037,246062,246088,246113,246139,246164,246190,246216,246241,246267,246293,246319,246345,246371,246396,246422,246448,246474,246500,246525,246551,246577,246603,246628,246655,246680,246706,246732,246757,246782,246808,246834,246860,246886,246911,246937,246962,246988,247013,247039,247065,247091,247117,247143,247236,247261,247287,247312,247338,247363,247389,247415,247440,247466,247492,247518,247544,247570,247595,247621,247647,247673,247698,247724,247750,247775,247801,247827,247853,247878,247904,247929,247954,247979,248005,248031,248056,248081,248107,248133,248159,248184,248211,248237,248262,248288,248313,248339,248365,248391,248417,248442,248468,248494,248521,248546,248572,248597,248623,248649,248675,248701,248726,248752,248778,248804,248829,248855,248880,248906,248932,248958,248983,249009,249034,249061,249087,249112,249138,249164,249190,249281,249307,249332,249358,249384,249409,249435,249462,249487,249512,249538,249563,249589,249614,249639,249665,249690,249716,249742,249767,249793,249818,249845,249871,249897,249923,249948,249974,249999,250025,250051,250077,250102,250128,250152,250179,250205,250230,250310,250336,250362,250388,250413,250439,250464,250490,250516,250542,250567,250593,250619,250647,250673,250699,250724,250750,250776,250802,250828,250854,250879,250905,250930,250957,250982,251008,251034,251059,251085,251110,251136,251163,251189,251214,251240,251265,251292,251317,251342,251367,251393,251419,251446,251472,251497,251523,251549,251575,251600,251626,251651,251677,251703,251729,251755,251780,251806,251832,251857,251883,251909,251934,251960,251986,252012,252038,252063,252089,252190,252215,252241,252267,252293,252319,252344,252370,252396,252422,252447,252473,252499,252525,252551,252577,252602,252628,252654,252681,252706,252731,252757,252783,252808,252834,252860,252886,252911,252937,252963,252989,253015,253041,253066,253092,253118,253210,253236,253261,253287,253313,253339,253365,253391,253416,253441,253467,253493,253518,253544,253570,253595,253620,253647,253673,253698,253724,253749,253775,253800,253826,253852,253878,253903,253928,253954,253980,254007,254032,254058,254083,254110,254135,254224,254249,254275,254301,254327,254352,254378,254404,254431,254457,254482,254508,254533,254559,254585,254611,254637,254662,254688,254715,254741,254766,254792,254817,254843,254868,254895,254920,254946,254972,254999,255025,255050,255075,255101,255126,255152,255178,255262,255287,255312,255338,255365,255391,255416,255441,255467,255493,255518,255544,255569,255596,255621,255648,255674,255699,255725,255750,255776,255801,255827,255853,255878,255904,255929,255955,255982,256008,256033,256059,256084,256110,256136,256162,256188,256284,256310,256335,256361,256387,256413,256439,256465,256490,256516,256542,256567,256592,256617,256643,256669,256694,256720,256746,256772,256798,256825,256850,256876,256901,256927,256953,256979,257004,257030,257056,257082,257108,257133,257159,257185,257210,257235,257261,257287,257313,257338,257364,257389,257416,257441,257466,257492,257517,257543,257569,257595,257620,257646,257672,257697,257723,257749,257775,257801,257826,257851,257877,257904,257930,257955,257981,258006,258032,258058,258084,258110,258135,258161,258186,258212,258237,258326,258352,258378,258403,258429,258455,258481,258506,258533,258559,258585,258611,258636,258662,258688,258714,258740,258766,258792,258818,258843,258869,258895,258920,258946,258971,258997,259023,259049,259076,259101,259126,259152,259177,259203,259229,259254,259280,259306,259331,259357,259383,259408,259433,259459,259485,259511,259536,259562,259588,259614,259640,259665,259690,259717,259743,259768,259794,259819,259845,259871,259896,259922,259948,259974,260000,260026,260051,260077,260103,260128,260217,260243,260269,260295,260321,260345,260371,260397,260422,260447,260473,260498,260524,260553,260579,260604,260630,260656,260682,260708,260734,260760,260785,260812,260837,260863,260889,260915,260941,260967,260993,261019,261045,261070,261096,261122,261148,261173,261199,261224,261251,261276,261301,261326,261351,261378,261403,261428,261453,261480,261505,261531,261557,261582,261608,261634,261661,261686,261712,261737,261763,261788,261815,261840,261866,261892,261918,261944,261969,261995,262020,262046,262072,262098,262124,262150,262175,262261,262286,262311,262337,262363,262389,262415,262440,262466,262491,262518,262544,262570,262595,262621,262647,262672,262698,262724,262750,262775,262804,262830,262856,262882,262908,262933,262959,262985,263011,263036,263062,263088,263114,263139,263165,263191,263278,263303,263330,263355,263381,263407,263433,263459,263485,263511,263537,263563,263588,263614,263640,263666,263691,263717,263743,263769,263794,263819,263845,263870,263896,263921,263947,263973,263998,264024,264050,264075,264100,264126,264152,264178,264204,264310,264336,264362,264387,264413,264439,264465,264490,264515,264541,264567,264593,264619,264645,264670,264696,264722,264748,264773,264799,264825,264851,264877,264902,264928,264954,264980,265005,265031,265057,265083,265109,265134,265160,265186,265212,265238,265326,265352,265378,265403,265429,265454,265480,265506,265531,265557,265583,265609,265635,265660,265686,265711,265737,265763,265788,265814,265840,265866,265891,265917,265943,265968,265994,266020,266045,266070,266096,266122,266147,266173,266199,266224,266250,266275,266301,266327,266353,266379,266405,266430,266455,266481,266507,266532,266558,266584,266609,266635,266661,266687,266713,266738,266764,266789,266815,266841,266867,266893,266918,266944,266971,266997,267022,267048,267073,267099,267125,267203,267229,267254,267280,267307,267333,267358,267384,267410,267435,267461,267487,267513,267538,267564,267589,267614,267640,267666,267691,267716,267742,267768,267794,267821,267847,267872,267898,267924,267950,267976,268002,268028,268055,268081,268106,268133,268158,268184,268210,268236,268262,268288,268314,268339,268365,268391,268417,268442,268468,268494,268521,268545,268571,268597,268622,268648,268673,268699,268725,268751,268777,268803,268828,268855,268881,268906,268931,268956,268982,269008,269033,269059,269085,269110,269136,269162,269188,269214,269240,269266,269291,269317,269343,269369,269394,269420,269445,269472,269498,269523,269549,269575,269600,269626,269652,269678,269703,269729,269755,269781,269807,269833,269859,269885,269910,269936,269962,269988,270015,270040,270066,270091,270117,270142,270168,270194,270277,270302,270328,270353,270379,270405,270431,270456,270482,270507,270532,270558,270583,270608,270634,270659,270685,270710,270736,270762,270787,270812,270839,270865,270890,270916,270942,270968,270993,271019,271045,271070,271096,271122,271148,271173,271199,271224,271250,271275,271300,271326,271351,271377,271402,271428,271454,271480,271506,271532,271557,271583,271609,271635,271660,271686,271711,271737,271762,271788,271814,271839,271865,271891,271916,271942,271968,271994,272020,272046,272071,272097,272123,272150,272175,272202,272227,272253,272279,272304,272330,272356,272382,272407,272433,272459,272484,272509,272535,272561,272587,272612,272638,272663,272690,272715,272740,272766,272791,272817,272842,272868,272894,272919,272945,272971,272996,273024,273047,273073,273099,273177,273202,273227,273252,273278,273304,273330,273355,273381,273407,273433,273458,273483,273509,273535,273560,273585,273611,273637,273663,273688,273714,273740,273766,273791,273817,273843,273868,273894,273920,273945,273971,273997,274024,274050,274075,274101,274126,274204,274229,274255,274281,274307,274333,274359,274384,274410,274436,274461,274487,274513,274539,274565,274591,274616,274641,274667,274693,274718,274744,274770,274796,274822,274847,274872,274898,274924,274950,274975,275001,275027,275053,275078,275104,275130,275156,275181,275208,275234,275259,275285,275311,275337,275362,275388,275414,275440,275466,275499,275525,275551,275576,275602,275627,275652,275678,275703,275728,275754,275780,275806,275832,275858,275883,275909,275934,275959,275985,276010,276036,276062,276088,276113,276139,276164,276250,276276,276302,276327,276353,276379,276405,276430,276456,276481,276506,276532,276559,276585,276610,276636,276663,276688,276714,276740,276765,276792,276818,276844,276869,276895,276921,276946,276972,276998,277023,277049,277075,277101,277127,277153,277178,277270,277296,277321,277347,277373,277398,277423,277449,277476,277502,277527,277552,277577,277604,277629,277655,277680,277706,277731,277757,277782,277809,277834,277859,277885,277910,277936,277961,277987,278013,278039,278065,278091,278116,278142,278168,278194,278220,278296,278322,278347,278373,278399,278426,278452,278477,278503,278529,278554,278580,278606,278631,278657,278682,278708,278733,278759,278785,278810,278837,278862,278888,278913,278939,278965,278991,279016,279043,279069,279094,279120,279145,279171,279196,279222,279247,279273,279299,279325,279350,279376,279403,279428,279454,279480,279506,279531,279557,279583,279610,279636,279661,279687,279713,279739,279764,279790,279816,279841,279867,279893,279919,279944,279970,279995,280022,280047,280073,280099,280125,280151,280177,280203,280228,280254,280345,280371,280397,280423,280448,280474,280500,280527,280550,280577,280603,280628,280653,280679,280705,280730,280756,280782,280808,280833,280858,280884,280910,280936,280961,280987,281013,281039,281064,281090,281115,281196,281222,281247,281273,281299,281325,281351,281377,281403,281428,281453,281478,281503,281528,281554,281579,281605,281630,281656,281682,281707,281733,281758,281784,281811,281834,281861,281887,281913,281939,281964,281990,282016,282042,282068,282094,282120,282146,282223,282248,282274,282300,282326,282351,282378,282404,282430,282456,282481,282507,282533,282558,282584,282609,282635,282662,282688,282713,282739,282764,282790,282815,282841,282866,282892,282918,282945,282971,282996,283022,283047,283073,283098,283123,283149,283175,283200,283226,283252,283278,283304,283329,283355,283381,283407,283432,283458,283484,283510,283536,283562,283588,283613,283639,283664,283691,283716,283742,283768,283793,283819,283845,283872,283897,283923,283948,283975,284000,284026,284051,284077,284103,284129,284154,284180,284273,284299,284325,284350,284376,284402,284427,284453,284479,284505,284531,284557,284582,284608,284634,284660,284685,284711,284736,284762,284788,284813,284839,284864,284890,284916,284942,284967,284993,285018,285044,285070,285096,285122,285147,285172,285202,285298,285324,285349,285375,285401,285426,285451,285477,285503,285529,285555,285580,285605,285630,285656,285682,285708,285734,285759,285785,285810,285836,285861,285886,285913,285937,285963,285989,286014,286040,286066,286092,286117,286143,286169,286195,286221,286320,286347,286372,286397,286424,286453,286475,286500,286525,286551,286576,286602,286627,286653,286678,286704,286730,286757,286782,286808,286833,286859,286885,286911,286936,286962,286987,287013,287039,287064,287090,287115,287141,287166,287192,287218,287243,287351,287377,287403,287429,287454,287480,287506,287532,287557,287582,287608,287634,287659,287685,287711,287737,287762,287788,287814,287840,287865,287891,287917,287943,287968,287995,288020,288047,288072,288098,288189,288214,288240,288266,288292,288317,288343,288369,288395,288420,288446,288472,288498,288524,288550,288576,288601,288626,288652,288678,288703,288729,288755,288781,288807,288832,288858,288883,288909,288934,288960,288986,289012,289037,289063,289089,289115,289140,289215,289241,289267,289293,289318,289345,289370,289396,289421,289448,289474,289499,289525,289550,289576,289602,289627,289653,289679,289705,289730,289756,289782,289808,289833,289859,289884,289910,289936,289962,289987,290013,290039,290065,290091,290116,290143,290168,290242,290268,290294,290319,290345,290371,290397,290423,290449,290475,290500,290526,290552,290578,290603,290630,290655,290682,290708,290733,290759,290784,290810,290835,290860,290886,290912,290938,290964,290990,291016,291042,291067,291094,291119,291145,291171,291263,291288,291314,291340,291366,291392,291417,291444,291469,291495,291521,291547,291572,291598,291624,291650,291675,291700,291727,291752,291778,291803,291829,291855,291881,291907,291933,291959,291984,292010,292035,292061,292087,292113,292138,292164,292190,292216,292295,292321,292347,292372,292398,292424,292450,292476,292502,292528,292554,292580,292605,292631,292657,292683,292709,292734,292760,292786,292811,292837,292863,292889,292914,292940,292966,292992,293018,293044,293069,293095,293120,293146,293172,293198,293224,293326,293351,293377,293402,293428,293454,293480,293506,293531,293557,293584,293610,293635,293660,293686,293711,293736,293762,293788,293814,293840,293865,293891,293917,293943,293968,293995,294020,294046,294072,294098,294124,294151,294177,294202,294228,294254,294279,294304,294330,294355,294381,294407,294432,294458,294484,294510,294535,294561,294587,294612,294638,294664,294689,294716,294741,294768,294793,294819,294845,294870,294896,294922,294948,294974,295000,295026,295052,295078,295103,295193,295218,295244,295270,295295,295321,295347,295372,295398,295423,295449,295475,295501,295527,295553,295579,295604,295630,295656,295681,295707,295733,295759,295785,295811,295836,295862,295887,295913,295939,295964,295990,296016,296042,296068,296094,296120,296217,296243,296268,296294,296319,296346,296371,296397,296422,296449,296474,296500,296525,296552,296578,296603,296628,296654,296680,296705,296731,296756,296782,296808,296833,296859,296885,296912,296937,296963,296988,297014,297040,297066,297091,297117,297143,297241,297267,297293,297319,297345,297370,297396,297421,297447,297472,297498,297524,297549,297575,297601,297627,297653,297679,297704,297730,297756,297782,297808,297834,297860,297886,297912,297937,297963,297989,298015,298040,298066,298092,298119,298143,298169,298195,298220,298245,298270,298296,298322,298348,298373,298399,298425,298451,298476,298503,298529,298554,298580,298606,298631,298656,298682,298708,298734,298760,298786,298813,298838,298864,298889,298915,298941,298967,298993,299019,299044,299070,299096,299121,299147,299172,299198,299286,299313,299338,299364,299390,299415,299441,299467,299492,299518,299544,299570,299596,299621,299647,299672,299697,299723,299749,299775,299800,299826,299851,299877,299904,299930,299955,299980,300006,300032,300057,300083,300109,300135,300161,300187,300212,300237,300263,300289,300315,300340,300366,300392,300418,300444,300470,300496,300521,300547,300573,300599,300624,300651,300677,300702,300728,300754,300780,300805,300832,300857,300883,300909,300935,300961,300987,301013,301038,301064,301089,301114,301140,301166,301192,301217,301242,301339,301365,301391,301417,301443,301468,301494,301519,301544,301571,301595,301621,301646,301671,301697,301723,301748,301773,301799,301825,301850,301876,301902,301928,301954,301980,302005,302031,302057,302083,302108,302134,302160,302186,302212,302238,302264,302290,302316,302341,302367,302392,302418,302444,302469,302495,302522,302548,302573,302599,302625,302651,302676,302702,302728,302755,302781,302806,302832,302858,302884,302909,302935,302961,302986,303012,303038,303064,303090,303116,303212,303239,303265,303290,303316,303341,303367,303392,303417,303443,303469,303495,303520,303545,303572,303598,303623,303649,303674,303701,303726,303752,303777,303803,303828,303855,303879,303905,303931,303956,303982,304008,304033,304059,304085,304110,304136,304162,304235,304260,304287,304313,304339,304365,304391,304417,304442,304468,304493,304519,304545,304570,304596,304622,304648,304673,304699,304724,304750,304776,304801,304827,304853,304878,304904,304929,304956,304982,305007,305033,305059,305085,305110,305136,305162,305187,305213,305239,305265,305291,305317,305342,305368,305393,305419,305445,305470,305496,305521,305547,305574,305600,305625,305651,305677,305703,305728,305754,305780,305806,305832,305857,305883,305909,305935,305960,305986,306012,306038,306063,306090,306116,306141,306167,306192,306284,306310,306336,306361,306388,306413,306440,306466,306491,306517,306543,306569,306595,306620,306646,306671,306697,306723,306749,306775,306800,306825,306851,306877,306902,306928,306953,306979,307005,307030,307057,307083,307108,307134,307160,307185,307211,307236,307262,307288,307314,307340,307366,307392,307418,307444,307470,307496,307522,307548,307574,307599,307624,307650,307676,307701,307727,307753,307778,307804,307830,307855,307880,307907,307931,307957,307983,308009,308035,308060,308086,308111,308137,308162,308188,308214,308241,308333,308358,308385,308410,308436,308462,308488,308513,308538,308564,308591,308617,308642,308669,308694,308720,308746,308772,308798,308824,308850,308875,308901,308927,308952,308978,309004,309029,309055,309081,309108,309134,309159,309185,309211,309237,309262,309288,309314,309339,309365,309391,309416,309442,309468,309493,309519,309545,309571,309597,309623,309648,309673,309699,309725,309751,309776,309802,309827,309853,309879,309904,309930,309956,309981,310007,310033,310059,310085,310110,310212,310238,310264,310290,310316,310342,310368,310393,310419,310444,310470,310496,310521,310546,310573,310599,310626,310652,310677,310703,310728,310754,310780,310805,310831,310857,310883,310909,310935,310960,310986,311012,311037,311062,311088,311114,311140,311236,311262,311288,311313,311340,311365,311391,311416,311443,311468,311494,311520,311545,311571,311596,311622,311648,311674,311700,311726,311751,311777,311803,311828,311854,311879,311905,311930,311956,311982,312007,312033,312059,312086,312111,312137,312162,312265,312291,312317,312343,312369,312394,312420,312445,312471,312497,312523,312548,312573,312599,312624,312650,312676,312702,312728,312754,312779,312805,312830,312856,312882,312908,312933,312960,312985,313010,313036,313062,313088,313113,313139,313165,313191,313216,313241,313267,313294,313319,313344,313370,313397,313423,313449,313474,313500,313527,313553,313578,313604,313630,313656,313681,313707,313733,313758,313784,313810,313836,313861,313887,313912,313938,313963,313990,314015,314040,314066,314092,314117,314144,314170,314195,314220,314305,314330,314356,314382,314408,314433,314459,314485,314511,314537,314562,314588,314613,314639,314665,314691,314716,314742,314768,314797,314822,314848,314874,314900,314926,314952,314977,315004,315029,315055,315080,315107,315132,315158,315184,315210,315236,315336,315361,315386,315411,315437,315463,315489,315514,315539,315565,315591,315616,315641,315667,315693,315718,315745,315770,315796,315822,315847,315873,315899,315924,315950,315976,316002,316028,316053,316079,316105,316130,316156,316181,316207,316233,316259,316368,316393,316419,316445,316471,316496,316523,316548,316573,316599,316625,316650,316675,316701,316727,316752,316779,316804,316829,316855,316881,316907,316932,316958,316984,317010,317035,317062,317087,317113,317210,317235,317262,317288,317313,317339,317364,317390,317415,317441,317467,317493,317519,317545,317569,317595,317620,317646,317672,317697,317722,317747,317773,317799,317824,317849,317875,317901,317926,317952,317977,318003,318029,318055,318080,318107,318132,318157,318183,318209,318234,318260,318286,318312,318338,318363,318390,318415,318440,318466,318492,318518,318543,318569,318594,318620,318646,318672,318697,318723,318748,318773,318799,318825,318850,318876,318902,318928,318953,318979,319006,319031,319056,319081,319107,319133,319159,319257,319282,319308,319333,319360,319385,319411,319437,319463,319489,319515,319541,319566,319592,319617,319643,319669,319695,319721,319747,319772,319797,319824,319849,319875,319900,319926,319952,319977,320003,320028,320054,320081,320107,320132,320158,320184,320281,320307,320333,320358,320383,320409,320435,320461,320486,320512,320537,320563,320589,320614,320640,320665,320691,320716,320742,320768,320793,320819,320845,320871,320897,320923,320949,320975,321000,321026,321052,321078,321103,321129,321155,321181,321207,321304,321331,321357,321382,321408,321433,321459,321485,321510,321535,321561,321587,321612,321638,321664,321690,321715,321741,321767,321793,321818,321844,321870,321896,321921,321948,321974,321999,322025,322050,322076,322102,322127,322153,322179,322205,322231,322327,322352,322378,322404,322429,322455,322481,322507,322532,322558,322583,322608,322634,322660,322685,322711,322736,322763,322788,322815,322840,322866,322892,322917,322943,322969,322995,323020,323046,323072,323098,323124,323149,323176,323201,323227,323252,323352,323378,323403,323429,323454,323480,323506,323532,323558,323583,323609,323634,323660,323686,323712,323738,323763,323789,323815,323841,323867,323893,323918,323944,323969,323995,324021,324047,324072,324099,324125,324206,324232,324258,324284,324310,324334,324361,324386,324411,324437,324463,324488,324513,324539,324566,324590,324616,324642,324667,324694,324719,324745,324770,324796,324821,324847,324873,324899,324925,324950,324977,325002,325028,325053,325079,325105,325131,325156,325183,325209,325234,325260,325285,325312,325337,325363,325389,325414,325440,325466,325492,325517,325543,325569,325595,325620,325646,325672,325698,325723,325749,325775,325800,325826,325851,325877,325903,325929,325955,325980,326006,326031,326057,326083,326108,326133,326159,326252,326278,326303,326329,326355,326381,326407,326433,326459,326484,326510,326535,326560,326586,326612,326637,326663,326688,326714,326740,326767,326793,326818,326844,326869,326895,326921,326947,326973,326998,327024,327050,327076,327101,327127,327153,327179,327275,327302,327328,327354,327379,327404,327430,327456,327481,327507,327534,327560,327585,327611,327636,327661,327686,327712,327737,327762,327788,327814,327839,327865,327891,327917,327943,327969,327994,328020,328046,328071,328097,328123,328149,328175,328201,328300,328326,328351,328377,328402,328428,328454,328480,328505,328531,328557,328582,328608,328634,328660,328686,328711,328736,328763,328788,328814,328840,328866,328892,328918,328944,328969,328995,329021,329047,329072,329098,329124,329149,329175,329201,329227,329253,329279,329304,329330,329356,329382,329408,329434,329460,329485,329510,329535,329561,329586,329612,329637,329663,329689,329715,329740,329766,329792,329818,329844,329869,329894,329920,329946,329971,329997,330023,330048,330074,330100,330126,330152,330178,330203,330228,330253,330349,330374,330400,330425,330451,330477,330502,330528,330553,330579,330604,330629,330655,330681,330706,330732,330757,330783,330809,330835,330861,330886,330912,330937,330962,330988,331014,331039,331065,331090,331116,331202,331228,331253,331278,331304,331330,331355,331381,331407,331433,331459,331485,331510,331536,331561,331586,331611,331636,331663,331688,331713,331739,331765,331790,331816,331841,331867,331893,331919,331945,331970,331999,332032,332057,332082,332108,332134,332160,332186,332212,332238,332264,332289,332315,332340,332367,332392,332418,332443,332469,332495,332520,332546,332571,332597,332622,332648,332674,332700,332725,332751,332777,332803,332829,332854,332880,332906,332932,332958,332984,333009,333034,333060,333086,333112,333137,333163,333253,333279,333304,333331,333357,333382,333407,333433,333458,333484,333510,333537,333562,333588,333614,333639,333664,333690,333716,333741,333767,333793,333818,333844,333870,333896,333922,333948,333973,333999,334024,334050,334076,334102,334128,334154,334180,334205,334230,334256,334281,334307,334333,334359,334385,334410,334437,334461,334487,334513,334538,334565,334590,334615,334641,334667,334693,334719,334744,334771,334797,334822,334848,334874,334900,334926,334951,334977,335002,335028,335054,335080,335105,335132,335157,335182,335208,335234,335259,335285,335311,335338,335364,335389,335414,335439,335465,335490,335516,335541,335567,335593,335619,335644,335670,335696,335721,335747,335773,335798,335824,335850,335875,335901,335926,335952,335978,336005,336031,336056,336082,336108,336133,336159,336185,336211,336236,336328,336353,336379,336405,336431,336456,336483,336508,336533,336559,336585,336611,336636,336661,336686,336713,336739,336765,336790,336816,336842,336868,336893,336918,336944,336970,336996,337022,337048,337073,337099,337125,337150,337175,337201,337227,337253,337350,337375,337401,337427,337452,337478,337503,337529,337556,337582,337607,337633,337658,337684,337710,337736,337761,337787,337813,337839,337864,337890,337916,337941,337967,337992,338018,338044,338070,338096,338123,338208,338234,338259,338284,338310,338336,338362,338387,338413,338439,338465,338491,338516,338541,338567,338593,338618,338644,338669,338695,338720,338746,338773,338798,338824,338850,338875,338901,338926,338952,338977,339003,339029,339055,339081,339106,339132,339226,339251,339277,339303,339329,339354,339380,339406,339432,339457,339483,339508,339534,339560,339586,339612,339637,339663,339688,339714,339741,339764,339790,339816,339842,339868,339894,339919,339944,339969,339995,340022,340047,340073,340100,340125,340150,340176,340261,340287,340313,340338,340364,340390,340416,340442,340467,340492,340518,340544,340569,340594,340620,340646,340672,340697,340724,340750,340775,340801,340826,340852,340878,340904,340929,340955,340981,341007,341033,341059,341084,341110,341136,341161,341187,341276,341302,341327,341353,341379,341405,341431,341457,341483,341508,341534,341559,341585,341610,341636,341661,341687,341712,341738,341764,341791,341817,341842,341868,341894,341919,341944,341970,341995,342022,342047,342072,342098,342125,342151,342176,342202,342227,342302,342327,342353,342379,342405,342431,342456,342481,342509,342532,342558,342584,342611,342636,342661,342687,342712,342738,342764,342789,342815,342841,342867,342892,342917,342942,342968,342993,343019,343044,343070,343096,343121,343147,343173,343199,343225,343251,343325,343351,343376,343402,343428,343454,343479,343506,343531,343557,343582,343609,343634,343659,343685,343711,343736,343761,343787,343813,343838,343863,343890,343915,343942,343968,343993,344019,344045,344071,344096,344122,344148,344173,344199,344226,344252,344277,344303,344329,344355,344380,344406,344432,344459,344485,344510,344537,344562,344588,344614,344640,344666,344692,344718,344744,344770,344795,344821,344847,344872,344898,344924,344950,344976,345002,345028,345057,345082,345109,345227,345253,345279,345305,345330,345356,345382,345407,345433,345459,345484,345510,345535,345560,345586,345611,345644,345670,345696,345722,345747,345773,345799,345824,345850,345877,345903,345928,345954,345979,346005,346031,346057,346083,346108,346133,346229,346254,346280,346306,346331,346357,346382,346408,346434,346460,346486,346511,346537,346562,346588,346614,346640,346665,346691,346717,346744,346770,346795,346821,346847,346873,346898,346924,346950,346977,347003,347029,347055,347081,347107,347132,347158,347252,347278,347304,347329,347355,347381,347407,347432,347458,347484,347510,347536,347561,347587,347612,347638,347664,347689,347714,347740,347765,347791,347816,347842,347868,347894,347919,347944,347971,347997,348023,348048,348073,348104,348132,348157,348183,348305,348331,348357,348383,348410,348440,348467,348496,348522,348548,348574,348599,348625,348651,348678,348704,348729,348755,348781,348806,348831,348858,348894,348920,348949,348975,349001,349026,349052,349078,349104,349129,349155,349181,349207,349301,349326,349355,349381,349406,349432,349457,349483,349508,349533,349560,349585,349612,349638,349663,349689,349714,349740,349766,349792,349817,349843,349869,349895,349921,349946,349972,349997,350023,350049,350075,350100,350126,350152,350179,350205,350230,350333,350359,350385,350410,350436,350462,350488,350513,350538,350563,350590,350616,350641,350666,350692,350718,350743,350769,350795,350821,350847,350873,350898,350924,350950,350976,351001,351027,351053,351079,351105,351130,351156,351182,351208,351233,351259,351350,351376,351401,351427,351453,351479,351506,351531,351556,351581,351607,351633,351658,351684,351710,351735,351760,351786,351813,351837,351863,351889,351914,351940,351966,351992,352017,352043,352068,352094,352120,352147,352173,352198,352224,352249,352275,352378,352404,352430,352456,352481,352507,352533,352558,352583,352609,352635,352661,352687,352713,352739,352764,352790,352816,352841,352866,352892,352918,352944,352970,352996,353020,353047,353073,353098,353124,353225,353251,353276,353302,353328,353353,353380,353406,353432,353458,353483,353509,353535,353561,353586,353612,353637,353664,353690,353715,353741,353766,353792,353818,353844,353870,353895,353921,353947,353973,353998,354024,354050,354076,354101,354128,354153,354248,354274,354299,354325,354350,354376,354402,354427,354453,354479,354505,354531,354556,354581,354607,354633,354658,354683,354709,354735,354760,354786,354811,354837,354862,354888,354914,354940,354965,354992,355017,355043,355068,355094,355120,355146,355171,355198,355224,355249,355275,355301,355326,355352,355378,355403,355429,355455,355481,355507,355532,355559,355584,355610,355636,355662,355688,355714,355740,355765,355791,355816,355842,355868,355894,355920,355946,355972,355998,356024,356049,356075,356101,356126,356152,356177,356203,356229,356254,356280,356306,356331,356358,356383,356409,356434,356459,356485,356511,356536,356562,356588,356613,356639,356665,356691,356716,356742,356767,356793,356818,356844,356870,356896,356921,356947,356972,356998,357025,357050,357075,357101,357126,357152,357178,357203,357229,357321,357347,357373,357399,357425,357450,357476,357501,357526,357552,357578,357603,357628,357654,357680,357706,357732,357758,357784,357809,357834,357861,357886,357912,357938,357964,357990,358016,358042,358067,358093,358119,358144,358170,358196,358222,358247,358346,358372,358397,358423,358449,358475,358501,358527,358552,358578,358604,358630,358655,358681,358707,358733,358758,358783,358809,358834,358859,358885,358911,358936,358962,358987,359013,359039,359064,359089,359115,359141,359166,359193,359218,359244,359269,359370,359396,359422,359448,359474,359500,359526,359551,359577,359603,359629,359654,359680,359706,359731,359757,359783,359810,359835,359861,359886,359912,359938,359964,359989,360015,360041,360067,360092,360117,360143,360218,360244,360269,360294,360320,360345,360370,360396,360422,360448,360474,360501,360527,360552,360577,360603,360628,360653,360679,360705,360731,360756,360782,360808,360834,360860,360885,360911,360937,360962,360988,361014,361039,361065,361091,361117,361143,361168,361245,361271,361297,361322,361348,361374,361401,361427,361452,361478,361504,361529,361555,361581,361606,361632,361658,361684,361710,361735,361760,361786,361812,361837,361863,361888,361915,361940,361966,361992,362018,362044,362069,362095,362121,362147,362172,362198,362223,362249,362275,362301,362327,362352,362379,362404,362430,362456,362481,362507,362533,362558,362585,362610,362637,362663,362689,362715,362740,362766,362792,362818,362844,362869,362895,362922,362948,362974,363000,363025,363052,363077,363103,363128,363153,363179,363205,363295,363321,363347,363372,363398,363424,363450,363475,363502,363528,363553,363579,363604,363630,363656,363682,363707,363733,363759,363785,363811,363836,363862,363888,363913,363939,363964,363990,364015,364041,364067,364093,364119,364145,364170,364196,364221,364317,364343,364369,364395,364421,364447,364472,364497,364522,364548,364574,364600,364625,364651,364676,364702,364728,364753,364779,364804,364830,364855,364881,364906,364932,364957,364983,365009,365036,365062,365087,365113,365138,365164,365190,365216,365241,365341,365367,365393,365419,365445,365470,365496,365521,365546,365572,365598,365623,365648,365674,365700,365726,365751,365777,365803,365829,365855,365881,365906,365932,365957,365983,366009,366034,366060,366086,366112,366138,366164,366189,366215,366241,366267,366292,366318,366344,366370,366396,366422,366448,366473,366499,366525,366551,366576,366601,366627,366656,366682,366708,366734,366760,366785,366811,366837,366863,366888,366914,366940,366966,366991,367018,367043,367068,367094,367120,367219,367245,367270,367296,367321,367347,367372,367398,367424,367450,367475,367501,367526,367552,367578,367604,367629,367655,367681,367706,367732,367757,367783,367809,367834,367860,367885,367911,367938,367964,367989,368015,368040,368065,368091,368117,368142,368167,368193,368236,368262,368288,368313 ], [ null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,205,201,197,196,198,199,196,195,194,195,196,195,192,184,183,187,189,188,187,186,185,185,189,192,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,203,197,197,198,198,197,197,197,196,197,194,193,184,188,187,187,186,185,183,180,179,null,null,null,null,null,null,null,null,null,null,198,195,189,187,183,181,180,null,null,null,null,null,null,null,192,185,183,182,null,null,null,null,null,null,null,null,null,null,null,null,null,178,174,173,173,172,170,null,90,null,null,null,null,null,null,181,179,171,168,168,168,167,165,null,163,163,162,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,207,206,197,191,185,183,183,185,187,null,190,188,184,176,null,null,null,null,178,178,177,175,173,171,168,165,null,null,null,null,null,null,null,null,null,null,null,170,168,163,null,null,158,161,160,159,null,null,null,null,null,156,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,175,170,169,168,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,193,191,190,190,null,193,195,187,183,183,193,193,195,197,195,194,203,208,207,null,218,218,219,204,193,183,175,null,null,null,null,null,null,null,null,null,null,169,162,161,198,158,156,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,171,null,null,null,null,null,null,89,null,192,209,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,176,171,172,172,173,173,168,null,null,null,null,null,null,null,null,null,188,189,189,190,191,null,null,null,null,null,null,192,190,187,185,185,null,null,null,192,186,181,175,172,169,null,null,null,null,null,null,null,null,null,174,173,173,173,172,171,171,173,174,null,null,null,null,197,185,181,176,168,166,165,null,null,188,null,null,null,null,null,null,191,177,174,171,171,173,175,175,172,null,null,null,null,null,null,null,null,163,null,null,null,null,null,null,null,null,null,176,172,168,168,167,165,165,164,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,182,178,176,175,170,178,181,185,186,181,null,173,173,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,195,191,182,181,180,null,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,189,184,177,176,174,184,184,182,180,179,175,175,175,174,173,173,175,174,174,174,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,212,189,182,182,183,186,187,187,185,184,185,null,null,194,193,188,187,197,199,197,186,181,null,182,185,185,185,186,186,183,181,177,174,null,null,null,null,null,null,null,null,null,null,null,null,null,null,196,179,175,175,175,174,174,175,175,174,174,173,173,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,175,174,173,null,null,null,null,null,null,null,null,null,null,196,194,191,185,183,182,181,179,178,179,178,175,174,173,173,172,171,176,179,183,186,188,188,188,null,null,null,null,192,185,177,169,null,171,171,176,176,175,173,169,null,null,null,null,null,null,null,null,null,null,null,202,188,184,180,178,173,170,168,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,186,null,null,184,179,173,171,169,166,166,166,169,null,null,188,null,null,null,null,null,null,null,null,null,null,187,189,180,178,175,174,173,173,171,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,184,177,175,174,172,170,167,null,null,187,193,193,195,null,null,null,null,null,null,null,null,null,null,175,176,180,183,183,182,178,174,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,187,183,null,174,174,175,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,203,197,199,191,null,null,null,null,183,190,190,189,183,180,176,174,174,173,173,null,null,null,null,null,null,null,null,null,null,null,null,188,184,186,null,null,null,null,null,null,206,183,183,178,175,null,null,171,170,169,null,null,null,null,null,null,null,null,null,null,null,189,188,183,182,177,173,null,173,174,175,175,174,173,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,213,207,202,192,185,182,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,209,212,217,216,214,186,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,200,196,192,null,null,180,185,183,185,186,181,179,null,189,193,186,null,null,null,183,179,175,171,null,null,178,170,169,169,170,169,null,null,null,null,172,170,167,null,161,null,null,164,166,166,166,145,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,176,175,175,170,null,162,159,159,155,161,167,171,174,173,173,null,null,null,173,171,null,null,null,179,174,169,167,166,166,166,165,163,158,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,151,150,150,150,150,151,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,190,178,174,171,null,null,null,180,180,228,182,183,184,183,179,173,null,172,173,172,171,168,165,165,167,168,166,165,164,164,null,null,null,null,null,null,null,183,181,178,176,170,167,165,166,166,166,167,166,169,169,168,164,164,null,null,null,null,null,null,168,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,183,173,169,168,168,169,169,168,166,203,161,161,161,162,160,160,null,null,null,null,null,171,169,166,164,163,161,161,144,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,113,154,154,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,187,185,186,185,183,182,182,182,181,183,null,null,null,null,null,null,null,null,null,null,null,88,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,203,192,198,197,194,191,190,191,191,192,193,192,188,186,null,null,200,195,191,175,160,null,null,null,null,null,207,197,187,182,180,182,182,180,181,183,183,182,181,180,177,172,164,158,161,167,173,169,174,null,null,null,174,172,172,170,166,165,166,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,178,174,175,175,173,172,171,170,170,169,166,165,164,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,183,177,171,null,null,null,172,176,181,183,183,181,180,180,172,171,170,169,167,164,163,164,164,164,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,167,167,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,167,null,null,null,null,null,188,189,190,188,186,185,186,186,186,183,183,180,177,174,166,165,167,166,164,161,159,160,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,208,186,181,180,176,174,172,171,171,171,171,174,176,178,178,177,177,177,176,171,168,166,165,160,null,null,null,166,167,168,169,167,164,160,null,166,164,163,160,161,161,null,114,null,null,259,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,199,172,169,168,167,167,167,168,168,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,184,176,null,null,176,173,171,170,169,166,164,null,null,null,172,168,167,165,null,84,null,null,null,null,263,263,263,263,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,155,155,null,null,null,205,191,184,184,183,181,null,null,null,182,177,174,173,173,173,172,169,163,null,null,158,155,null,null,null,null,null,null,207,166,166,164,157,null,null,null,null,null,null,183,175,172,169,163,162,162,163,164,166,null,null,null,null,null,null,89,null,null,null,null,164,162,160,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,168,null,null,null,null,167,167,170,171,171,169,167,159,null,null,null,null,167,164,163,null,null,null,null,null,null,null,null,212,212,165,159,159,159,165,163,null,null,null,null,null,159,160,161,161,158,160,162,158,160,165,162,160,null,null,null,157,158,159,162,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,178,172,171,171,172,171,167,165,166,166,161,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,178,172,170,null,null,null,null,null,null,180,175,168,165,164,null,null,null,null,null,null,null,null,null,163,164,165,165,164,null,null,null,null,183,176,172,169,166,null,null,null,null,173,173,170,170,167,168,168,168,168,168,168,168,null,null,null,null,null,null,null,null,null,null,null,null,null,null,213,176,175,174,171,null,null,null,null,87,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,169,167,167,168,null,null,null,174,170,166,166,166,166,166,164,161,158,159,159,158,null,null,null,null,173,171,170,167,null,169,165,162,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,184,188,193,194,194,194,182,null,null,null,159,192,190,188,187,228,180,179,172,168,null,null,null,null,null,null,192,185,179,176,175,173,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,186,176,174,154,null,null,null,null,null,147,176,177,178,177,175,173,163,162,162,164,164,204,164,164,164,165,null,null,null,202,205,208,211,212,212,213,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,196,201,188,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,210,206,195,194,187,185,182,180,179,179,179,177,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,224,205,195,195,197,196,192,203,202,null,null,199,192,191,189,189,186,183,180,null,null,null,null,null,null,null,201,187,173,167,166,167,166,null,null,null,null,null,null,180,178,177,173,172,170,170,null,188,183,158,180,179,177,218,173,171,170,168,170,170,170,171,170,170,170,170,172,177,185,200,215,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,199,178,174,171,169,168,168,167,null,null,null,null,null,187,186,181,179,175,176,176,178,178,178,178,136,null,183,185,null,null,185,184,null,176,174,172,170,167,null,168,168,169,168,163,null,164,169,171,170,169,169,169,null,null,null,null,null,150,170,null,null,null,null,null,null,160,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,174,172,170,171,169,169,171,171,170,170,170,null,null,null,null,null,null,null,null,null,null,null,null,null,null,87,87,87,130,null,null,null,null,null,null,null,null,null,null,null,null,null,null,166,165,167,170,169,168,168,169,170,172,172,173,174,173,173,170,198,null,null,null,null,null,170,175,173,172,169,168,167,165,162,163,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,180,181,182,183,181,177,174,184,187,185,177,null,null,null,null,null,84,85,88,88,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,193,190,187,186,184,188,188,186,187,188,188,188,188,187,188,189,191,191,191,191,191,189,189,190,190,193,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,197,194,193,193,195,196,197,199,200,200,202,203,206,202,195,198,203,204,202,201,198,197,195,194,193,189,null,null,null,null,null,197,191,187,184,181,181,178,175,null,null,null,null,null,null,null,null,177,176,174,174,170,167,null,null,190,183,184,183,179,171,null,null,null,null,176,179,179,180,180,178,171,167,null,null,182,177,176,173,173,171,169,168,167,165,163,160,157,null,null,null,null,196,170,168,164,162,161,162,162,164,170,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,174,175,175,174,174,173,173,173,173,173,173,173,172,172,173,174,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,213,182,175,167,158,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,210,184,175,173,173,171,170,169,170,170,170,171,171,167,163,161,161,158,158,156,157,157,159,163,165,167,170,171,null,null,146,165,166,167,166,164,163,160,158,156,156,158,158,160,null,null,null,175,174,167,null,null,null,178,175,174,172,171,175,178,183,185,188,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,207,179,176,176,177,177,176,176,177,175,175,175,176,176,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,194,188,189,195,197,197,200,203,205,205,198,193,185,181,178,184,187,188,184,183,null,179,176,171,169,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,171,169,168,168,165,164,192,null,null,null,null,null,null,null,183,169,167,166,167,167,165,null,null,null,171,170,169,169,167,166,164,null,null,null,null,null,170,178,175,173,null,null,null,null,null,null,null,null,null,null,null,null,null,null,214,222,175,174,174,175,173,168,167,165,155,166,170,169,168,163,null,null,156,159,162,162,161,160,162,162,164,null,null,null,null,null,null,null,null,null,null,null,null,null,209,180,173,169,164,null,null,176,182,180,168,162,162,158,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,126,136,137,161,169,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,197,182,225,180,178,181,187,188,188,186,185,183,182,180,179,177,175,null,null,null,null,171,173,172,173,173,174,175,176,175,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,191,183,180,178,171,null,null,null,null,256,256,256,256,256,256,256,176,165,161,166,170,172,174,174,184,233,187,186,188,236,190,189,189,178,null,null,null,null,null,null,188,188,187,185,180,178,174,null,null,null,null,null,null,162,160,161,160,159,168,166,171,null,null,null,null,null,null,165,158,192,192,192,192,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,192,192,197,198,204,200,null,null,null,null,null,194,190,199,199,198,197,197,199,199,198,194,null,null,null,196,192,192,198,201,null,null,null,null,null,196,189,185,182,175,null,null,null,null,null,176,175,177,174,186,187,177,null,null,null,null,null,170,138,114,90,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,183,181,177,177,177,175,174,null,null,null,192,191,163,142,184,184,187,187,185,179,null,null,null,null,191,186,182,177,174,171,171,170,170,168,168,167,167,null,null,null,170,163,164,165,209,168,168,170,169,166,162,null,null,null,null,null,null,null,null,null,null,null,null,null,215,165,163,164,166,166,164,161,160,158,null,null,null,null,null,214,214,184,null,null,null,295,295,295,295,295,295,295,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,152,172,172,173,173,172,171,167,165,162,null,156,156,null,null,158,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,174,170,168,165,163,161,159,158,null,null,null,null,null,null,null,null,null,null,null,null,145,153,161,166,167,164,160,null,170,167,166,166,126,null,null,88,89,null,null,null,null,null,null,null,null,null,null,null,null,null,null,94,86,86,null,null,145,151,172,173,175,177,179,176,171,169,168,168,168,167,167,161,156,156,157,156,158,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,159,180,179,178,177,175,175,null,null,null,null,null,null,null,null,null,null,null,null,null,null,197,159,null,126,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,191,194,197,197,196,194,190,189,187,185,183,184,182,181,177,176,174,167,null,162,164,164,163,164,null,null,null,null,null,null,null,null,null,null,null,null,178,174,151,178,178,185,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,127,131,121,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,181,182,198,200,198,193,null,196,198,196,195,195,196,196,196,196,195,194,193,193,193,194,190,188,185,183,183,185,192,194,193,null,null,null,202,199,197,187,183,176,191,188,188,185,183,182,182,181,181,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,165,184,185,190,197,199,197,194,163,null,null,228,184,181,179,179,175,167,null,null,null,null,null,null,null,null,183,181,179,176,175,174,177,178,181,183,183,161,201,null,null,null,187,187,187,186,185,184,182,181,181,180,202,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,200,181,181,216,195,183,null,null,209,null,227,null,203,193,186,176,null,null,null,null,180,172,185,184,183,178,169,164,159,null,372,372,372,372,372,372,null,null,169,166,159,164,164,163,165,168,172,175,176,174,171,166,164,161,158,155,155,154,154,154,156,158,160,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,174,176,176,179,182,186,187,186,183,181,180,177,176,168,null,null,null,173,177,178,181,181,181,181,181,180,174,169,170,175,174,167,null,null,null,171,172,174,171,168,170,170,169,168,166,164,164,163,163,163,163,163,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,173,169,166,160,null,null,null,null,null,null,null,null,null,null,200,180,177,173,173,166,156,null,164,165,164,164,null,null,null,206,214,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,206,205,202,200,196,193,null,null,null,null,null,null,null,211,200,207,214,217,219,215,212,210,null,210,211,210,203,200,185,184,null,null,null,null,188,184,182,182,181,179,175,174,176,null,196,171,null,null,null,null,null,null,null,null,170,161,157,157,154,155,155,168,170,171,172,173,176,181,197,206,210,212,213,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,174,177,180,null,null,null,null,210,241,237,null,186,180,182,null,null,null,181,179,174,172,172,172,168,168,200,null,null,292,292,292,292,null,null,null,null,null,null,187,169,167,163,189,159,null,153,152,152,153,154,157,162,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,178,187,178,175,175,175,174,199,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,190,188,188,184,185,184,186,70,null,261,261,213,169,167,169,171,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,164,84,175,null,null,null,null,null,null,null,null,null,null,null,null,null,null,202,197,189,188,179,175,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,191,191,190,188,185,185,184,184,184,185,187,188,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,213,204,199,194,190,189,190,192,193,195,196,196,null,203,205,201,null,null,null,null,208,203,197,192,186,null,null,null,null,null,98,97,null,96,96,95,95,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,190,189,187,185,182,181,177,null,null,null,null,null,null,181,179,173,null,null,null,184,194,174,null,null,null,198,188,180,null,null,null,91,91,91,90,90,90,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,148,166,165,162,null,null,null,null,null,null,251,251,251,251,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,86,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,180,175,166,162,161,160,160,160,159,160,160,160,160,161,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,193,188,182,177,174,171,170,170,170,170,170,169,168,168,168,170,170,170,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,221,201,200,196,189,181,169,158,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,182,178,177,176,177,176,null,null,null,null,null,null,null,null,null,205,192,190,187,184,180,176,172,null,null,null,181,178,176,173,170,165,null,null,null,null,171,166,165,162,null,null,null,null,null,171,171,168,165,162,164,164,164,163,165,163,159,null,null,null,null,null,null,167,163,null,null,null,null,null,null,null,null,null,179,173,160,159,158,158,193,84,85,85,85,85,85,85,85,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,188,188,72,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,193,190,190,197,null,232,205,197,null,null,null,null,null,216,202,199,195,195,190,185,169,null,null,null,184,182,177,176,168,162,null,null,180,177,175,173,170,173,172,170,169,169,167,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,183,177,173,166,164,164,164,165,167,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,174,171,171,168,165,169,170,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,178,176,175,173,167,null,null,null,173,199,224,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,178,180,185,192,195,196,194,191,187,185,182,null,176,175,172,188,68,244,246,243,null,null,null,98,98,98,null,null,null,null,null,null,null,null,230,188,186,null,null,null,193,189,183,178,175,174,174,174,174,174,197,197,null,null,null,null,null,null,null,182,177,177,177,177,176,174,172,null,null,null,195,185,181,176,176,176,176,null,null,null,null,null,null,null,null,null,null,197,189,186,186,186,187,185,178,null,null,null,null,197,185,205,null,null,280,null,94,125,null,null,null,null,null,null,null,null,null,186,182,180,175,173,172,169,169,171,171,172,172,null,null,null,97,97,100,null,null,null,null,null,null,null,null,null,null,null,null,null,null,195,188,184,178,177,179,182,185,184,178,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,195,184,176,172,172,173,172,171,170,169,165,163,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,185,183,181,181,181,181,179,null,null,null,187,183,null,null,183,183,187,null,null,null,null,null,null,null,null,null,null,206,194,183,175,175,178,178,177,177,null,null,null,null,179,221,null,175,null,null,null,209,164,160,160,160,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,170,null,179,188,187,186,184,181,177,174,170,168,170,172,173,174,174,167,null,null,null,180,181,187,193,193,183,null,null,367,367,367,367,367,367,367,168,168,173,null,null,null,null,null,null,null,null,null,null,null,null,183,176,175,174,171,169,168,167,165,164,162,161,161,162,163,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,174,174,174,174,173,171,170,169,168,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,204,167,142,127,null,null,null,null,null,null,183,180,175,176,178,180,180,179,178,178,176,175,171,169,167,168,null,null,93,93,97,97,97,97,97,null,null,null,180,179,174,202,null,182,182,176,171,165,164,null,89,null,90,92,null,null,null,null,null,null,null,null,null,null,210,181,179,177,174,172,null,null,null,null,298,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,211,193,178,222,176,null,181,179,165,163,159,158,159,159,159,161,null,null,null,135,172,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,198,187,186,184,183,179,175,175,172,171,169,196,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,190,187,179,177,174,172,170,168,205,205,205,null,null,null,null,null,null,null,null,null,null,null,175,170,165,166,169,172,171,168,166,164,163,162,160,null,null,272,null,null,null,null,null,null,null,null,null,null,null,183,177,177,175,168,210,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,189,195,null,null,null,null,null,176,189,191,191,185,186,179,180,179,174,null,null,null,null,null,null,null,null,null,null,193,192,180,null,null,null,null,null,null,null,193,184,179,176,172,null,168,174,169,168,166,166,null,null,null,null,null,null,null,null,null,null,213,213,175,172,172,167,160,null,null,171,172,169,null,null,171,166,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,192,188,184,184,186,181,179,null,null,193,194,194,190,180,177,175,177,180,180,179,172,167,null,null,null,null,null,null,183,175,166,158,null,null,172,172,172,170,170,168,167,165,163,163,164,169,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,190,181,179,173,166,null,191,184,178,169,null,null,null,null,null,null,188,188,175,173,173,174,168,null,null,null,null,183,183,182,181,177,173,169,165,163,164,167,169,168,164,null,163,160,156,155,156,156,158,161,162,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,152,141,150,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,188,188,193,193,192,191,197,null,204,206,211,216,217,214,209,202,199,198,196,null,175,200,190,null,null,194,193,186,null,null,366,366,366,366,366,366,366,175,174,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,205,null,187,193,188,null,null,null,null,203,193,189,185,null,null,null,null,189,194,196,195,192,183,179,177,174,174,171,null,null,193,185,182,null,null,170,170,172,172,null,null,null,254,null,null,null,null,null,null,null,null,null,null,132,175,175,69,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,186,184,182,182,181,179,179,179,178,177,177,178,177,185,204,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,223,203,205,199,175,171,181,178,152,169,169,null,null,null,null,null,null,null,null,null,null,194,204,195,191,189,null,null,null,182,null,null,null,null,185,190,193,192,192,null,null,null,null,null,null,214,193,191,185,182,null,null,null,null,null,null,186,185,185,217,null,185,208,174,null,null,null,null,null,173,170,165,170,null,null,null,null,null,null,null,null,null,206,177,172,169,168,169,169,170,170,171,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,186,173,null,null,null,189,191,192,192,191,189,186,163,211,null,null,null,null,null,164,167,167,169,169,172,172,172,172,null,null,null,null,null,null,null,208,208,171,172,174,172,169,166,164,163,162,161,163,163,163,162,163,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,172,172,171,161,154,151,150,151,153,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,170,169,168,null,null,null,null,null,null,null,null,155,159,164,165,164,164,159,null,null,188,202,202,162,163,165,164,166,167,167,149,168,169,null,null,null,168,158,157,156,156,156,158,163,166,169,null,null,null,164,212,212,212,212,212,196,165,169,184,188,189,192,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,142,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,189,174,173,171,169,166,166,164,163,163,163,163,166,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,null,null,null,null,null,173,181,177,182,182,180,176,176,174,171,170,167,165,162,null,null,null,null,null,null,171,170,165,164,164,163,162,161,153,null,null,null,null,null,null,null,null,185,178,172,170,163,170,168,169,null,null,null,173,156,155,154,131,null,84,null,null,156,159,200,157,null,158,158,158,null,null,null,null,null,null,null,null,null,null,null,null,null,174,162,160,null,null,511,511,511,511,511,511,511,155,null,null,null,null,null,null,null,null,null,159,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,171,null,null,null,432,432,432,439,462,462,462,462,462,462,462,195,null,null,null,null,null,193,189,188,183,179,176,175,173,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,232,192,201,null,null,null,null,null,null,null,null,null,252,252,252,252,252,252,252,183,176,null,null,185,183,179,179,178,172,null,null,null,175,174,173,172,null,null,null,null,null,null,null,null,205,198,191,186,null,null,null,null,180,188,182,179,179,172,171,172,174,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,206,null,null,218,197,195,190,187,184,182,181,178,172,null,null,null,null,null,188,187,183,182,179,175,173,168,167,167,166,165,166,168,169,149,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,181,178,177,174,173,173,177,175,175,null,null,null,183,173,168,null,null,null,174,171,168,165,162,166,200,null,null,null,null,null,null,null,null,189,182,171,166,162,null,null,null,null,171,162,159,156,153,153,156,183,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,227,217,220,220,215,211,209,203,193,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,194,221,204,202,197,192,189,188,189,189,188,null,null,null,null,null,189,190,187,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,194,184,181,180,179,176,174,173,171,170,171,172,171,172,170,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,182,183,186,185,184,184,181,179,178,177,177,176,172,null,null,null,null,194,188,187,186,185,184,183,182,181,182,184,185,186,185,185,null,176,175,171,167,166,161,161,159,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,200,215,215,215,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,177,178,177,178,178,178,179,177,174,null,null,null,null,null,186,187,228,179,174,170,168,167,163,161,162,162,160,159,null,null,265,265,265,265,265,84,84,null,null,null,null,null,null,null,null,173,178,174,173,150,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,182,178,177,174,172,171,168,null,null,null,null,221,221,221,221,null,null,null,182,176,175,172,169,169,171,173,179,190,197,200,201,203,206,null,null,null,185,157,177,173,170,null,null,null,null,null,179,171,169,168,167,167,null,null,null,null,null,133,133,163,null,185,153,154,157,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,228,182,180,181,180,177,175,176,176,174,170,null,167,168,168,165,163,163,163,164,165,165,163,160,159,160,162,82,83,null,252,251,248,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,165,169,170,170,169,167,165,null,null,null,252,204,177,168,null,null,null,null,174,164,163,164,178,173,172,168,165,161,null,null,null,null,null,null,172,168,161,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,165,161,161,161,160,162,162,163,162,162,161,159,157,155,null,null,null,null,null,177,168,189,230,253,81,192,163,162,160,null,null,null,null,477,477,477,477,477,477,477,155,158,null,null,null,null,null,170,150,149,null,null,null,null,null,null,null,77,null,null,null,null,212,212,212,212,212,212,212,162,163,161,159,157,155,158,null,null,162,161,158,156,155,155,154,153,135,null,null,82,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,166,160,157,156,155,null,477,477,477,477,477,477,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,122,127,132,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,209,209,209,209,null,148,148,149,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,173,175,180,184,183,184,182,181,179,175,172,172,172,172,171,169,167,166,165,164,162,161,158,null,null,null,null,null,null,null,null,null,null,161,163,173,144,72,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,192,189,186,181,null,null,null,182,195,196,196,195,193,194,195,194,194,195,196,192,190,186,180,181,181,181,178,176,176,175,175,175,175,174,174,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,193,186,180,175,168,null,null,null,null,null,192,186,185,176,171,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,249,249,null,223,null,null,null,null,null,null,null,222,193,183,181,177,175,null,null,null,null,null,null,null,268,268,268,268,268,268,268,169,170,215,235,235,null,null,null,173,175,175,null,null,null,null,182,176,174,168,165,null,null,null,null,null,null,null,null,180,180,null,null,null,null,186,172,170,169,167,null,null,null,162,182,182,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,177,175,175,174,172,174,174,174,173,172,173,null,171,169,166,164,161,160,159,160,161,161,null,84,85,null,null,null,null,null,null,null,null,null,null,null,null,null,null,184,171,169,191,null,null,161,null,null,null,null,null,null,174,181,183,189,195,200,202,202,200,207,216,212,212,209,null,null,null,null,null,null,null,null,221,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,204,203,194,204,null,null,null,null,null,null,null,218,null,null,null,null,null,null,241,220,223,227,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,177,181,181,182,181,180,null,187,172,170,169,169,175,179,178,176,null,194,186,184,181,176,170,168,163,161,160,159,157,157,156,156,null,null,null,null,null,null,null,null,null,null,null,null,null,164,159,157,154,152,148,null,null,null,null,null,null,236,236,234,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,320,321,320,313,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,324,324,324,324,null,null,null,null,null,null,null,149,null,null,null,null,null,null,null,null,164,162,159,157,156,156,156,155,153,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,157,157,157,157,158,157,157,156,158,159,160,201,199,169,159,156,156,null,null,null,null,null,null,190,160,160,119,160,null,null,null,null,null,190,201,null,null,null,null,196,196,170,169,167,168,170,170,170,169,168,167,163,158,null,null,164,162,159,158,156,154,153,152,152,155,157,184,81,252,253,255,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,178,161,161,158,155,null,null,null,156,154,155,156,157,158,157,157,157,157,158,159,160,159,181,null,null,null,null,null,null,null,null,null,null,163,162,158,170,158,161,160,158,157,155,177,199,235,null,null,null,null,null,null,488,488,488,null,null,null,151,158,156,154,152,152,153,154,156,158,157,155,null,null,null,null,null,null,null,null,null,null,null,null,null,200,170,161,159,159,159,157,156,154,153,152,150,152,154,155,155,154,136,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,166,158,157,158,158,158,157,156,153,null,null,151,153,152,150,149,148,148,149,126,76,74,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,176,167,164,163,162,160,160,157,157,155,154,151,null,null,null,158,159,152,152,150,77,195,80,86,86,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,166,167,168,172,172,168,168,159,155,154,148,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,170,176,174,176,null,null,null,214,200,191,null,174,172,171,169,167,172,174,175,170,163,null,174,205,162,158,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,207,201,192,190,171,174,135,120,69,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,179,179,177,177,176,175,176,176,177,176,173,174,176,176,178,180,178,174,171,null,null,null,179,176,173,172,171,168,165,165,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,159,165,171,177,182,183,183,181,178,177,176,178,178,179,181,181,null,null,199,176,176,174,172,172,171,169,168,166,165,164,164,163,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,176,169,168,167,165,166,165,166,167,null,null,null,235,234,null,null,null,null,null,null,null,null,null,null,189,189,160,160,124,120,110,null,193,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,161,196,170,180,185,175,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,204,197,193,193,191,191,185,186,186,185,184,185,177,null,170,174,176,175,174,174,174,174,null,null,null,null,null,286,270,null,null,null,null,null,null,null,null,null,null,null,null,null,null,192,189,188,187,186,186,184,183,181,180,180,176,172,170,172,175,176,176,177,181,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,187,184,184,183,183,183,182,182,183,179,null,null,null,null,null,186,192,194,195,200,202,199,200,null,199,196,190,184,184,199,179,181,181,180,178,173,170,165,164,162,null,null,null,null,null,171,171,170,166,160,159,158,158,159,160,160,142,null,null,null,null,null,null,null,null,null,null,null,89,109,109,109,109,109,109,109,162,158,156,156,null,null,null,null,null,null,null,null,170,168,169,171,173,172,170,164,159,153,null,null,null,null,null,null,164,162,161,160,null,162,167,167,166,144,166,149,162,null,169,160,157,156,155,157,127,155,82,84,85,85,null,null,null,null,null,null,null,null,null,161,177,167,167,166,165,164,163,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,176,171,167,166,164,163,163,163,163,162,null,null,null,null,179,180,182,182,182,182,182,182,180,178,null,172,170,169,168,167,166,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,181,176,172,168,167,null,null,null,171,169,167,169,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,190,186,178,null,null,null,null,192,192,192,191,203,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,176,167,169,170,170,171,170,169,168,168,166,166,166,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,186,null,201,202,null,null,null,null,175,173,173,175,176,177,176,175,173,172,172,172,172,173,172,172,170,170,170,170,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,191,176,171,170,168,165,190,null,null,null,86,85,124,164,161,160,159,159,159,159,160,159,159,null,null,null,null,null,null,null,null,null,156,175,149,null,null,null,null,null,null,170,169,null,null,null,181,190,191,191,189,191,189,187,186,185,183,182,180,169,159,null,null,null,null,null,null,161,178,178,null,null,171,173,175,176,174,174,156,null,null,null,null,174,172,171,166,161,159,157,158,159,162,147,130,92,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,182,171,169,167,null,null,null,170,173,null,null,null,null,null,null,null,184,182,209,166,164,164,163,160,157,154,null,277,null,null,209,209,209,209,159,null,null,null,null,null,null,null,null,184,165,156,150,157,160,173,null,null,null,null,null,null,null,null,null,null,null,null,null,null,146,173,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,185,181,174,null,187,178,174,null,null,null,null,194,221,217,201,null,null,null,null,null,null,null,184,175,172,172,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,201,208,200,200,198,194,189,182,null,null,null,null,null,null,null,null,null,null,null,188,189,190,192,193,193,191,189,186,186,186,184,182,183,182,180,180,179,179,179,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,193,187,187,186,185,183,182,181,178,178,178,177,176,174,151,133,88,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,204,191,185,182,185,184,185,184,183,182,179,177,173,169,166,null,null,null,89,106,106,92,92,93,94,95,95,null,null,null,null,null,null,null,null,null,null,null,null,null,178,172,165,null,353,353,353,353,353,353,353,168,null,null,null,null,266,257,null,null,null,null,null,null,null,null,null,null,164,165,165,167,167,166,165,163,163,184,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,158,179,176,null,null,null,null,179,172,172,167,165,163,126,114,89,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,183,163,180,179,177,167,158,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,198,206,204,183,null,null,null,null,null,197,196,192,184,null,191,187,175,174,166,161,166,211,170,210,168,168,169,170,170,171,null,null,null,null,null,null,null,null,null,null,null,112,83,null,160,159,159,140,null,null,null,null,null,null,null,null,null,null,null,161,160,157,null,null,171,170,169,167,164,161,160,161,161,161,162,164,166,167,166,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,166,168,170,173,174,172,168,164,165,169,171,169,166,164,164,161,161,183,183,183,183,183,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,175,173,169,168,164,163,null,null,null,null,null,null,null,null,165,168,168,167,164,161,160,160,161,162,162,162,173,172,170,167,166,162,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,187,170,172,175,181,179,174,null,197,196,236,190,187,180,173,167,164,161,160,159,158,158,159,161,161,165,null,null,null,null,null,null,null,null,null,null,null,null,232,232,232,232,232,null,null,null,null,null,null,null,null,null,206,206,161,160,160,160,159,155,153,153,157,160,165,173,180,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,149,169,169,169,169,168,168,169,168,165,164,163,163,164,162,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,171,171,171,167,165,161,160,159,159,160,161,141,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,173,168,168,166,165,160,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,175,166,165,163,160,155,151,null,null,null,151,148,147,null,null,null,null,158,null,null,null,163,183,null,null,null,null,172,162,161,164,167,167,167,166,159,152,null,null,null,175,171,169,168,188,null,228,188,184,181,167,164,154,null,166,172,169,165,158,159,160,158,null,null,null,null,null,null,null,156,199,158,155,124,160,189,null,null,null,null,null,null,null,null,null,null,null,180,173,163,159,157,156,119,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,188,184,182,174,173,170,169,167,167,165,163,162,163,163,164,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,187,189,188,189,186,184,181,176,null,null,null,null,null,184,232,183,178,174,172,170,169,169,170,168,167,null,null,null,null,null,null,null,282,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,172,168,168,168,167,165,163,161,160,161,160,159,null,null,null,86,86,86,86,86,86,86,156,null,null,null,null,null,null,null,230,null,null,177,170,162,161,159,158,null,508,508,508,508,508,508,508,157,null,null,null,104,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,166,162,157,155,154,153,191,null,null,null,null,null,null,null,155,153,149,null,null,null,null,null,null,null,null,null,null,null,null,null,94,94,91,91,91,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null ] ] ================================================ FILE: demos/data/taxi-trips.json ================================================ [12751,8767,7005,5257,4189,3236,2817,2527,2406,1961,2478,4483,7002,11917,15929,20327,20974,20999,19639,19221,17308,17140,16773,19397,18697,18042,17332,17585,18263,18842,18583,17301,15060,14201,16655,19964,22960,23759,25024,25414,24917,24348,24248,24669,23132,22753,20371,17313,13534,10485,7944,6030,4867,3812,3251,2738,2755,2221,2363,4351,6835,11982,15844,19853,20187,20480,19531,18873,17534,17803,16994,18149,18251,17723,17104,18124,18680,19364,19044,16883,14389,13866,17005,20674,22678,23225,25012,25574,25301,25391,25520,25582,24848,24100,23336,21549,18003,15266,12130,9847,8022,6508,5309,4339,4202,3358,3083,4391,6769,11309,14866,18942,19693,19776,19309,18801,17108,16952,17108,17927,18426,17340,17150,17581,18924,19602,18893,16691,15332,14661,18110,22624,25209,24975,26477,27165,25960,25435,24847,25174,25419,25904,24543,24513,23316,22311,20470,18629,17120,15544,14012,11425,9541,5912,3832,3230,3425,4159,4720,5848,6901,9611,11626,14814,16839,18245,18230,18322,18541,18062,18008,18784,17708,17998,18033,17851,17046,17241,19295,21740,22729,23854,25857,26490,24115,23384,23515,24476,24455,25474,25811,25847,25224,23248,22772,20671,19208,17300,15260,12970,11168,6678,4321,3259,3277,4072,4566,5973,7209,8999,10669,12678,14511,16953,17817,18894,18505,19227,18361,18014,17486,17816,17364,16871,15497,15185,16114,18312,19793,19706,20198,19790,18192,17701,16484,16626,14889,14114,11870,10041,7997,5689,4351,3348,2809,2193,1752,1731,1994,2178,2787,4578,6816,11243,14265,17395,18327,17729,17870,16982,15335,15998,15414,16233,16499,16380,15414,16720,17137,18046,18110,17087,15794,15965,18732,21107,23450,24200,24518,23704,22112,20986,21032,19963,18986,17125,15528,11610,9469,6605,5283,4152,3319,2432,1968,1769,2018,1933,2240,4305,6719,11392,14960,18975,19602,19572,18772,17757,16706,16601,15673,16929,17435,16953,16417,17022,17540,18417,18698,16193,14544,13864,17041,20434,23029,23711,24817,24933,24002,23651,23764,23224,22020,22214,21446,15974,12484,9130,6693,5333,3820,3065,2511,2299,2318,2125,2484,4358,6790,11660,15780,19516,20307,19954,18254,18010,17206,17213,16691,18259,18151,17555,16944,17728,18074,18993,18695,17191,15023,14164,17004,20361,23633,24661,25754,25671,25156,24961,24938,24851,24683,23411,20599,17147,13602,10452,7836,6040,4981,3613,2923,2632,2912,2577,2921,4679,6693,12140,15534,19974,20533,19988,19239,18788,17934,18048,17415,18292,18506,18180,17401,18973,19361,19722,19572,17500,15213,14457,17736,21319,23270,24892,26555,26743,26376,26311,26179,26774,26449,25459,23927,21851,18756,14990,13865,10263,7873,6480,5094,4217,4289,3640,3376,5145,7144,11739,15197,19716,20851,20463,19658,19287,17986,17776,17735,18716,19032,17702,17023,18352,19791,20131,18645,16572,14736,13731,17166,20392,22838,23791,25914,26355,25656,25449,25448,25823,25813,26407,26898,26587,25257,23717,22541,19773,19652,16294,13968,12000,10432,6402,4443,3481,3971,5191,6434,8435,10255,13847,14970,18403,19338,21107,20821,21854,21813,22250,21450,21271,20595,20863,20262,21024,19141,17903,19903,22820,24243,25880,26756,26593,25248,23934,23401,24145,25308,26284,27136,27099,26610,25400,23992,22359,21054,18812,16584,14204,11990,7092,4311,3844,3796,4755,4491,5559,6959,9127,11015,13961,15445,17923,18438,19592,19733,19766,19809,19242,18990,18676,18037,16660,15948,15261,17141,19085,20188,20512,20723,20415,19483,19008,17958,18341,18181,17069,15057,13867,11544,9016,6739,5420,4584,3787,3018,2667,2981,2756,2712,3798,5117,7727,9655,12109,13484,15506,15325,15924,14830,14907,14796,15699,15705,15880,15693,16643,16929,17698,17429,17248,16219,15918,17780,19414,21594,24915,24556,22341,22343,21619,21315,19821,17669,15504,14525,10738,8908,6593,5560,4014,3046,2349,1876,1691,1941,1850,2318,4337,6669,11585,15170,19136,20085,19758,18842,18530,16617,17458,16359,17483,17600,17552,17058,17658,18319,18818,18735,17254,15022,14365,16300,19687,22620,23309,23636,23752,23095,23108,23221,23581,22249,19533,17226,13935,11429,8486,6484,5093,4018,3218,2536,2219,2171,2268,2437,4569,6862,11924,15860,19821,20508,20540,19590,18480,17330,18508,17354,18552,18241,18475,17939,18398,18875,19559,19133,16816,14757,14470,17800,21127,22269,22819,23582,26273,25338,24021,26163,23839,22608,24886,20128,16180,13302,10509,8241,5536,4664,3460,2799,2730,2801,2511,2670,4767,7096,12556,16431,21581,21355,21573,20390,20452,19678,18801,17223,18249,17691,17052,16783,18392,18593,19364,19176,16795,15293,14922,17899,21758,24169,24615,26370,26990,26168,25449,25994,27115,26191,25146,24371,23771,19268,15623,12595,10224,7941,6678,5182,4502,4316,3512,3174,4771,6557,11929,14950,19835,20149,19998,19310,18601,17567,17890,17470,18557,18944,17922,17627,18361,19557,19811,19277,16741,14948,14244,17563,21246,23115,24785,26396,26837,26621,26144,26019,26816,26701,26519,26740,26173,25059,24437,22718,20700,19623,16675,14447,12377,10609,6436,4562,3783,3923,5060,5992,8639,10309,13563,14136,16945,17004,19045,19859,21198,21550,21583,21455,21869,21426,21650,21611,20904,18820,17255,19029,22812,24455,26373,27460,27222,25204,24329,24526,25203,25975,27073,27881,28626,28093,26200,25610,23483,21850,19297,16574,14355,12112,7284,4845,3667,3718,4573,5167,6844,7279,9761,11712,14210,15394,18387,19168,20891,21806,22188,22153,21713,21838,21082,20448,20113,18645,17210,18326,20498,20924,21579,22026,22197,19709,18780,18060,17973,16572,14957,12461,10448,8295,6837,4747,3283,2904,2345,1917,1783,2174,2157,2989,4841,7228,11726,14557,17848,18436,18059,18028,17353,16350,16376,16099,16817,16898,16809,16199,16758,17679,18148,18644,17183,16196,15534,18451,20950,23192,24655,24094,23285,22083,21485,21579,21118,20204,16909,13785,11695,9214,6931,5413,4130,3276,2475,2080,1917,2123,1984,2458,4338,6470,11775,15088,19429,20482,19886,19170,18277,17064,16386,16633,17681,18233,17996,16695,16912,18124,18411,19013,17590,15673,14923,17981,21208,23458,24028,24934,25135,24613,24617,25841,24141,23069,21243,18077,15745,12115,9035,7015,5113,4220,3331,2870,2516,2656,2336,2494,5081,8091,13037,16579,19657,20914,20612,20015,19001,17533,17877,16470,18266,17992,17419,16775,17378,18067,19841,18552,16825,14712,14439,17305,20949,22182,23886,25234,24731,25195,25551,26110,24842,23178,23408,21749,17918,13496,10416,8090,5946,4330,3282,2732,2524,2700,2290,2743,4732,7570,12751,16887,20268,21992,21301,20526,19251,18228,18603,18762,19645,20453,19400,18448,18199,18845,18973,17968,15112,13580,12751,15901,19774,21960,23790,24998,25414,26075,25616,25916,25589,25041,24891,23888,22464,19061,16689,13006,9512,7745,6037,5194,4419,4267,3366,3096,4532,6877,11826,15333,19013,20131,19779,19227,18824,17705,18111,17408,18509,18510,17910,17690,18149,19632,19426,18760,16379,15083,14553,17509,20911,22958,25257,26659,27104,26439,25840,25694,26093,26821,26870,26889,27283,25739,23889,22278,20337,19179,16566,14146,12015,10285,6316,4106,3465,3657,4756,6003,7853,9091,12209,13433,16768,16390,18666,19740,21266,21452,21613,21773,21440,20362,20601,20989,20210,18243,16875,19078,22244,23703,25544,27125,26539,24964,23665,23200,24238,25202,26140,27417,27692,26866,26254,24482,22425,20865,18801,16066,14093,11863,7194,4661,3656,3780,4116,4530,6287,7318,9260,10911,14136,15466,18611,18437,20375,20658,21283,20200,20135,20306,20404,19931,19772,18406,16957,17972,19563,20106,20449,19860,19343,18128,17298,16004,16422,14618,13017,11532,10089,8326,6579,4385,3470,2854,2128,1785,1707,2138,2406,2847,4951,7094,11090,14205,17506,18105,17656,17751,17096,15784,16086,14843,16446,16614,16155,15502,16293,16885,17759,18533,17617,16279,15551,18199,20618,22703,23897,24329,23182,21778,21251,21189,20884,19670,18163,15613,13371,10910,7638,5589,4215,3386,2753,2181,2034,2094,1896,2632,4581,6612,11609,15127,19097,19516,19422,18088,17669,16744,17075,16035,17421,17756,17057,16101,17443,17890,18651,18762,17135,15175,13958,16881,19615,22196,22906,23482,23088,23728,23210,23685,23843,22597,20923,19229,15963,12292,9190,6864,5693,4499,3304,2560,2485,2560,2248,2389,4313,6649,11289,15103,19437,19443,19707,18912,18203,16492,16837,16075,17160,17606,17267,16875,17940,18339,18971,19298,16665,15008,13873,17894,21574,22116,23582,25553,25299,24778,24729,24907,24810,24246,23250,20700,18631,14048,10691,8363,6405,5251,3714,3232,3057,3005,2506,2821,5287,7427,12248,15618,19528,19813,19680,19351,18967,17899,17994,17167,18094,18575,18022,17359,18035,18733,19410,18991,16749,14604,13367,16382,19879,21735,23802,24832,24964,25791,25810,25816,25849,24877,25072,24763,22241,19957,16881,13588,10958,9119,7589,6221,4936,4796,3555,3337,4665,7084,11681,14822,19004,20306,20687,19585,18702,18099,18335,17653,18889,19146,18833,18315,18917,20430,20608,19915,16981,15045,13978,16891,20025,21438,23813,25517,25493,25475,26996,27015,27264,26977,26343,26333,26524,25425,24937,24946,23736,23245,21459,19849,17679,15018,10600,7758,5907,5743,6223,6386,9098,9864,12903,14185,18584,19066,22683,23292,24154,25310,26625,25584,25115,23935,23341,23337,22199,20008,18443,20865,23719,25241,27383,28398,27426,26537,25980,24601,24838,26372,26567,25879,26125,25110,23109,39197,35212,13259,12250,10013,7898,6375,4532,5116,5232,4542,5298,5155,6029,6280,8771,10151,12501,13990,16534,17133,18775,18985,19911,19123,19524,19640,18364,17940,17949,17288,16326,17522,19243,20291,21649,22839,21772,20994,19774,18398,17764,17334,15431,12958,10224,8771,6045,4413,3235,2688,1983,1756,1683,2140,2288,2948,4813,8044,12885,14627,18111,18266,18384,18104,17357,16008,16379,15351,16770,16711,17011,16373,17097,17364,18333,18428,16974,16139,15205,17392,20141,22581,23098,23154,22688,22047,21283,21070,19910,20541,18105,14554,12695,10667,8479,6005,3899,3111,2526,2112,1885,1921,2267,2413,4413,7168,12160,14845,18403,18445,19018,18105,17459,16381,16623,16144,17318,17658,17108,16178,17973,18152,18445,18556,16865,14505,13471,15853,18369,20968,22239,22626,22924,22853,22393,23088,22431,22239,19918,17675,14953,12025,8767,6670,5197,4289,3186,2747,2257,2397,2205,2625,4404,7007,12065,15803,19844,19937,20299,19584,19313,16887,17118,16847,18356,18124,17783,17223,17852,18374,18641,18913,16314,13917,13151,16100,19136,21762,22829,23705,23740,23789,23389,24122,24156,23679,22803,20814,17376,13846,10387,8384,6455,5043,3738,3155,2758,3122,2625,2760,4995,8021,13803,17405,20841,21338,21281,20108,20198,19035,19155,17964,18680,18600,17556,17373,17832,18087,18057,17634,15492,13677,12574,15818,19350,21754,23740,24666,25142,25597,25126,25312,26067,25613,23971,22859,21287,18308,14352,11746,9042,7318,6009,5364,4336,4008,3263,3183,4813,7519,12074,15249,19300,19564,19132,18454,17950,17374,17674,17016,18484,18460,17693,18093,19918,19945,19077,18186,16030,14092,13270,15935,19419,21778,24460,26246,27224,26862,27340,27335,26727,27181,27761,27193,26857,25692,24162,22219,20748,19471,16940,14431,11898,10264,5942,4063,3498,3726,5242,5655,8191,9371,13050,13820,17437,17281,19718,19999,22047,22352,22898,22660,23047,21976,22746,22382,21956,18619,15861,18326,22332,25097,27236,27898,26790,25561,24344,23890,24609,26595,27260,27998,27854,26931,25208,23782,22472,21183,18443,16105,13801,11997,7112,4627,3683,3587,4158,4351,5823,6850,9839,11422,14897,15815,18787,18880,19871,20722,21774,21318,20699,20831,20467,20249,20100,18688,17249,18573,19937,20564,20132,19654,18449,17176,17596,16431,15860,15253,13845,11656,9818,7870,6079,4644,3501,2989,2247,1853,1791,2189,2328,2827,4738,6803,11738,14296,17240,17657,17904,17705,16814,15908,15545,15119,16241,16354,16002,15560,16855,17292,17780,18467,17048,15386,15329,17444,19765,22418,22794,23094,22197,21796,20849,21169,20613,20734,17540,15189,12879,10511,7509,6277,4622,3785,2970,2332,2166,2179,2040,2278,3860,5517,9569,12272,16460,16976,17823,17655,16946,15846,15835,15442,16069,15966,15584,15384,15909,16140,16337,16381,15196,13003,12213,15103,18301,20626,22533,22905,22181,21899,21789,22253,22515,21410,19812,17135,13567,10829,7850,6572,4748,3777,3255,2415,2279,2353,2142,2540,4177,6843,11818,15665,19785,19813,19623,18444,17937,16552,17394,16960,18105,17724,16327,16527,17290,18042,18250,17656,16288,13992,12912,16032,18814,21296,23115,23859,24749,23879,23815,24595,24494,24213,22931,20785,17464,13303,10350,7850,5961,5051,3833,3006,2515,2816,2248,2621,4392,7062,12333,15661,19597,20200,19843,19031,18253,17244,17402,17286,18936,18516,17635,17343,19090,19197,19207,18412,16391,13472,12807,16097,19322,21645,22745,24219,25443,25695,25994,26424,25450,24621,23727,22503,20709,17932,14668,11986,9213,7202,5552,5023,3900,4039,2987,3090,4737,7102,12268,15903,20015,20432,20735,19149,18665,17992,17773,17786,18128,18355,17629,17104,18151,18892,19540,18557,16263,14668,13473,16747,20594,23151,25446,27196,26881,25994,25879,26301,27136,26940,26834,26960,26107,25034,24103,22682,20630,19226,16555,14088,12491,10208,5853,4019,3477,3582,4936,5272,7427,8646,12313,13426,17040,16811,19069,19423,21552,21685,22380,21954,21926,21851,22014,22075,20936,18358,15289,17742,21769,24058,26029,27266,26817,25049,23713,23324,23970,26325,26139,27312,28114,26651,25212,24273,22665,21069,18803,16590,14414,12228,7230,4624,3594,3332,4083,4416,5214,6429,8898,10911,13475,15157,18595,19233,20372,21847,21695,21880,21047,21107,20602,19817,19310,18479,16296,17751,19230,19883,19768,18931,17936,16360,16885,16000,14902,13707,13406,12021,11115,8317,5887,4464,3425,2961,2328,2020,1764,2139,2296,2960,5121,7871,11902,14583,17190,18725,18822,17992,17210,15940,17094,15247,16676,16895,17205,17634,18189,19319,18757,17239,14885,13577,13513,15864,18502,20313,20674,21079,21433,20590,19515,20194,19251,18436,16099,14985,11612,9828,7529,6162,4296,3090,2366,2094,1831,1987,1936,2346,4328,6935,12642,16037,20032,20709,20897,20127,19075,17883,17581,16559,17870,18097,17714,17104,17999,19071,19197,19000,17013,14962,13727,16826,20320,23167,23782,24068,24831,25564,25300,25503,24598,24120,22641,19722,15507,12079,8561,6632,4846,3996,3339,2594,2315,2462,2077,2448,4656,7055,12903,16639,20585,21833,21453,20023,18790,18382,17956,17477,18590,18409,18020,16950,17826,18105,18187,18565,16454,14355,13109,15924,19175,21521,22762,23889,24408,24501,24316,24362,24032,23174,22453,20964,18142,14466,10771,8100,5976,5000,3727,2984,2584,2591,2253,2489,4419,7014,12470,16549,19879,20437,19549,18639,18683,18486,18014,16720,18570,18309,17294,16699,17819,18227,18586,18078,15656,12989,11740,14934,18494,21215,23643,24623,24564,25305,25039,25351,24526,24739,23638,21861,21500,19838,16307,12324,10006,8077,6355,5091,4247,4440,3089,2930,4782,7250,12167,15235,20053,20654,21158,19863,18775,18346,18645,17986,19070,18901,17585,17309,18226,18788,19103,18261,15945,14181,12992,15847,19426,22514,24457,26156,26677,26217,26289,26370,26344,26736,27093,27569,27064,26220,24289,22849,20731,19081,16573,14188,12213,10145,5902,3983,3556,3651,5153,5379,7174,9070,12114,13665,17463,17209,20299,20255,22981,23368,23444,22610,22258,21160,22960,23007,21145,18440,16028,19101,22361,24256,26410,27377,26255,23977,23565,22703,23078,25755,27028,28126,28472,27424,25493,24876,22639,21013,19100,16662,14489,12023,7069,4453,3483,3479,3968,4092,5877,6845,8283,10231,13189,14458,17284,17800,19509,20547,20211,20041,19619,19947,19844,19088,19237,18316,16996,18134,19633,20204,19810,17925,16938,15096,15539,14806,15035,13285,12090,10552,9136,8106,7020,5562,3917,3592,2637,2031,1900,2172,2008,2546,4409,7269,11863,14244,17238,18382,17940,17447,16773,15319,15867,15751,17462,16292,16317,16104,16967,17035,17976,18230,16521,14887,13707,16596,18683,20289,21377,21962,21126,20531,19217,19353,19109,18814,17036,14147,11595,10091,7575,5977,4705,3796,2894,2471,2115,2474,2285,2538,4380,6537,11238,14764,18187,18885,19188,18398,18057,16899,17137,16203,17742,17843,17866,17548,18306,18577,18506,18691,15729,13396,11923,14463,17026,19078,20439,20776,20941,20209,19987,19952,19234,18455,18097,17461,16002,13400,10978,8613,6446,5205,4118,3510,3249,3698,3584,3622,4987,7213,10827,14141,16965,19391,19557,19067,18807,18232,18999,18896,19764,20227,19602,20456,19580,19156,19572,18925,17545,15465,14104,16996,20113,21015,21580,22501,21159,18991,18046,18300,18538,17170,17081,15613,13718,13522,11323,10315,8870,8150,7209,6018,5819,5291,4127,3540,3715,4613,5500,5955,6512,7076,7813,8365,9013,9695,11389,12701,13400,13282,13542,13538,13663,13980,14673,14614,15255,13560,13120,13273,13334,12930,13683,13682,14106,14088,14417,15187,15280,15654,13989,12592,11811,9653,7791,6862,5644,4639,3673,2945,2875,2883,2165,1902,2226,2870,4313,4936,6240,7376,8850,9864,10863,11900,12969,14045,15281,16153,17025,17596,18437,17777,18774,18868,19046,17706,16591,18951,20519,20626,21227,22716,21044,18862,18821,18485,18416,19806,19671,19234,17725,16089,14561,13292,12000,10967,9747,8556,8342,7178,4441,2747,2489,2283,3109,3380,4628,5291,7405,9044,11193,12541,15281,15551,17665,18499,18680,19621,19830,19187,19999,19722,20600,19125,16658,18684,20891,21554,22678,24055,23418,20196,19676,19566,19272,20686,21659,21154,21170,20149,18555,17768,15608,14966,13074,11332,9965,9167,5520,3812,3123,3103,3777,3699,4968,5630,7422,9123,10981,12227,15247,14970,16912,17420,18336,18091,17841,18946,19156,18159,17805,16838,15906,16917,17670,17941,18093,17587,16867,15693,15342,13821,14083,13714,12119,9904,8970,7706,5494,4249,2891,2632,2192,1648,1639,1913,2142,2909,4587,7235,11448,14106,17184,18306,18746,17914,16699,15681,15210,14532,15985,16226,16000,15641,16373,16830,17470,18131,16870,15192,14453,17382,19815,21750,22217,21813,21536,22541,21329,20165,19498,19355,16691,14387,12101,9805,7121,5019,3822,3268,2261,1853,1722,2077,1988,2296,4537,6661,11901,15501,19573,20896,21051,19670,18654,17108,17553,16232,17534,17697,19165,18916,19543,18570,19043,18343,16666,14050,12845,16111,19112,21205,22337,23340,23082,23718,22936,23466,23387,22893,20923,18684,14962,12558,8876,6626,4926,4046,3168,2692,2237,2384,2109,2403,4250,6529,12185,16016,19504,20925,20891,20047,19138,18431,16960,16426,18092,19190,18957,18288,18843,19003,18193,17260,15103,12941,11797,15545,17938,20693,21585,21689,21995,22096,22115,21860,22041,21680,21378,20295,18176,14846,11480,8939,6679,5175,3800,3135,2671,2843,2476,2670,4521,6841,12178,15916,19872,20957,20358,19717,18943,18082,18560,17316,18817,18439,17771,17214,17836,18676,19241,19068,16567,14529,12862,16086,19221,21408,23385,23604,23384,23209,22592,23164,23638,23192,22417,22630,21278,19300,16241,12966,10322,8160,6611,5410,4453,4287,3250,3396,4846,7090,11832,15506,20211,21053,20635,20128,18838,17936,18210,17653,18847,18814,17478,18029,18953,19684,19747,18464,16396,14436,13461,17047,20614,23322,25791,26650,26971,26688,25508,26284,26978,26983,25438,24914,24165,22925,22187,21493,19021,18009,15786,13114,10541,9296,5388,3578,3205,3427,4666,5262,7841,8786,11893,12849,16411,16917,19706,22924,26224,25548,24376,24464,23825,24235,24001,23877,21761,18277,15670,18411,21332,23306,24856,25798,25274,25158,24164,23771,24363,25705,26429,27272,27636,26695,25626,24285,22249,20741,18554,15770,13976,11368,6531,3929,3236,3177,3757,4042,5401,6483,9264,11497,14585,16159,20205,21146,22387,23081,23163,22660,22127,22237,22193,21252,20818,19110,17255,18368,20327,21411,21379,21735,20031,18305,17961,17334,17401,17020,14661,12367,10891,8141,6411,4762,3616,3130,2273,2031,1788,2203,2270,2727,4686,6827,11984,14644,18338,19590,19762,19372,18754,17736,17624,16856,18005,18028,17733,17678,18275,18070,19038,18998,16932,15201,14426,16942,19768,21911,22917,23371,23343,22358,22302,22712,22329,21979,19387,17494,13745,11339,8699,6796,5236,3800,3042,2532,2258,2212,2135,2592,4617,8006,13619,16700,19651,20630,21217,19857,18753,17813,17833,17164,18181,17482,15676,16018,17066,17654,17696,16781,14189,12461,12252,15431,18137,20649,21989,22350,22177,22991,22128,23207,23091,22616,21118,19301,16789,14252,10138,7847,5782,4951,3696,2833,2375,2533,2423,2512,4337,6721,11812,16054,19337,21348,21167,20051,18809,17812,17889,17482,18775,18351,17604,17729,17499,17558,18070,17422,14666,12252,11174,13853,16962,19708,20764,21802,22239,22169,23923,24403,24211,23439,23394,21701,19727,17270,13379,10314,7470,6039,4322,3461,2872,2854,2422,2578,4513,6672,12358,15790,19441,20920,20665,19708,20066,18424,18403,17621,18994,18845,17937,17974,18671,19082,20224,18966,16165,14013,12246,15021,18834,21115,22746,23679,23992,23597,23581,24093,24130,24027,23575,22502,22049,20667,19265,16192,12814,10410,8218,6335,5377,4659,3597,3208,4698,6900,12308,15444,19511,20489,20834,19854,18687,18014,18564,18237,18916,18244,16850,17845,18162,19043,19128,18287,15667,13938,12626,15807,19375,21905,24008,25410,25568,24888,25190,25350,25927,26737,26771,26180,25739,24743,24285,22826,21266,19907,17053,14423,12363,10600,6501,4211,3425,3475,5132,4986,7716,8873,12361,13217,17706,19199,21605,22106,23452,24095,24114,24368,23648,22929,22531,21489,19081,15734,13140,15041,17961,20757,22233,23550,24311,24320,23465,24125,24696,24848,25952,26481,26376,26065,25745,24053,22288,21263,18637,16106,13609,11786,6978,4468,3728,3611,3909,4139,5583,6831,8929,10358,14261,16254,19993,20203,21630,22210,22458,21793,21177,20831,20577,20293,18839,17406,15292,16443,17727,18988,19533,19548,18055,17006,16671,16007,16344,15913,14327,12060,10952] ================================================ FILE: demos/data/traffic.json ================================================ [ [1546322400,1546326000,1546329600,1546333200,1546336800,1546340400,1546344000,1546347600,1546351200,1546354800,1546358400,1546362000,1546365600,1546369200,1546372800,1546376400,1546380000,1546383600,1546387200,1546390800,1546394400,1546398000,1546401600,1546405200,1546408800,1546412400,1546416000,1546419600,1546423200,1546426800,1546430400,1546434000,1546437600,1546441200,1546444800,1546448400,1546452000,1546455600,1546459200,1546462800,1546466400,1546470000,1546473600,1546477200,1546480800,1546484400,1546488000,1546491600,1546495200,1546498800,1546502400,1546506000,1546509600,1546513200,1546516800,1546520400,1546524000,1546527600,1546531200,1546534800,1546538400,1546542000,1546545600,1546549200,1546552800,1546556400,1546560000,1546563600,1546567200,1546570800,1546574400,1546578000,1546581600,1546585200,1546588800,1546592400,1546596000,1546599600,1546603200,1546606800,1546610400,1546614000,1546617600,1546621200,1546624800,1546628400,1546632000,1546635600,1546639200,1546642800,1546646400,1546650000,1546653600,1546657200,1546660800,1546664400,1546668000,1546671600,1546675200,1546678800,1546682400,1546686000,1546689600,1546693200,1546696800,1546700400,1546704000,1546707600,1546711200,1546714800,1546718400,1546722000,1546725600,1546729200,1546732800,1546736400,1546740000,1546743600,1546747200,1546750800,1546754400,1546758000,1546761600,1546765200,1546768800,1546772400,1546776000,1546779600,1546783200,1546786800,1546790400,1546794000,1546797600,1546801200,1546804800,1546808400,1546812000,1546815600,1546819200,1546822800,1546826400,1546830000,1546833600,1546837200,1546840800,1546844400,1546848000,1546851600,1546855200,1546858800,1546862400,1546866000,1546869600,1546873200,1546876800,1546880400,1546884000,1546887600,1546891200,1546894800,1546898400,1546902000,1546905600,1546909200,1546912800,1546916400,1546920000,1546923600,1546927200,1546930800,1546934400,1546938000,1546941600,1546945200,1546948800,1546952400,1546956000,1546959600,1546963200,1546966800,1546970400,1546974000,1546977600,1546981200,1546984800,1546988400,1546992000,1546995600,1546999200,1547002800,1547006400,1547010000,1547013600,1547017200,1547020800,1547024400,1547028000,1547031600,1547035200,1547038800,1547042400,1547046000,1547049600,1547053200,1547056800,1547060400,1547064000,1547067600,1547071200,1547074800,1547078400,1547082000,1547085600,1547089200,1547092800,1547096400,1547100000,1547103600,1547107200,1547110800,1547114400,1547118000,1547121600,1547125200,1547128800,1547132400,1547136000,1547139600,1547143200,1547146800,1547150400,1547154000,1547157600,1547161200,1547164800,1547168400,1547172000,1547175600,1547179200,1547182800,1547186400,1547190000,1547193600,1547197200,1547200800,1547204400,1547208000,1547211600,1547215200,1547218800,1547222400,1547226000,1547229600,1547233200,1547236800,1547240400,1547244000,1547247600,1547251200,1547254800,1547258400,1547262000,1547265600,1547269200,1547272800,1547276400,1547280000,1547283600,1547287200,1547290800,1547294400,1547298000,1547301600,1547305200,1547308800,1547312400,1547316000,1547319600,1547323200,1547326800,1547330400,1547334000,1547337600,1547341200,1547344800,1547348400,1547352000,1547355600,1547359200,1547362800,1547366400,1547370000,1547373600,1547377200,1547380800,1547384400,1547388000,1547391600,1547395200,1547398800,1547402400,1547406000,1547409600,1547413200,1547416800,1547420400,1547424000,1547427600,1547431200,1547434800,1547438400,1547442000,1547445600,1547449200,1547452800,1547456400,1547460000,1547463600,1547467200,1547470800,1547474400,1547478000,1547481600,1547485200,1547488800,1547492400,1547496000,1547499600,1547503200,1547506800,1547510400,1547514000,1547517600,1547521200,1547524800,1547528400,1547532000,1547535600,1547539200,1547542800,1547546400,1547550000,1547553600,1547557200,1547560800,1547564400,1547568000,1547571600,1547575200,1547578800,1547582400,1547586000,1547589600,1547593200,1547596800,1547600400,1547604000,1547607600,1547611200,1547614800,1547618400,1547622000,1547625600,1547629200,1547632800,1547636400,1547640000,1547643600,1547647200,1547650800,1547654400,1547658000,1547661600,1547665200,1547668800,1547672400,1547676000,1547679600,1547683200,1547686800,1547690400,1547694000,1547697600,1547701200,1547704800,1547708400,1547712000,1547715600,1547719200,1547722800,1547726400,1547730000,1547733600,1547737200,1547740800,1547744400,1547748000,1547751600,1547755200,1547758800,1547762400,1547766000,1547769600,1547773200,1547776800,1547780400,1547784000,1547787600,1547791200,1547794800,1547798400,1547802000,1547805600,1547809200,1547812800,1547816400,1547820000,1547823600,1547827200,1547830800,1547834400,1547838000,1547841600,1547845200,1547848800,1547852400,1547856000,1547859600,1547863200,1547866800,1547870400,1547874000,1547877600,1547881200,1547884800,1547888400,1547892000,1547895600,1547899200,1547902800,1547906400,1547910000,1547913600,1547917200,1547920800,1547924400,1547928000,1547931600,1547935200,1547938800,1547942400,1547946000,1547949600,1547953200,1547956800,1547960400,1547964000,1547967600,1547971200,1547974800,1547978400,1547982000,1547985600,1547989200,1547992800,1547996400,1548000000,1548003600,1548007200,1548010800,1548014400,1548018000,1548021600,1548025200,1548028800,1548032400,1548036000,1548039600,1548043200,1548046800,1548050400,1548054000,1548057600,1548061200,1548064800,1548068400,1548072000,1548075600,1548079200,1548082800,1548086400,1548090000,1548093600,1548097200,1548100800,1548104400,1548108000,1548111600,1548115200,1548118800,1548122400,1548126000,1548129600,1548133200,1548136800,1548140400,1548144000,1548147600,1548151200,1548154800,1548158400,1548162000,1548165600,1548169200,1548172800,1548176400,1548180000,1548183600,1548187200,1548190800,1548194400,1548198000,1548201600,1548205200,1548208800,1548212400,1548216000,1548219600,1548223200,1548226800,1548230400,1548234000,1548237600,1548241200,1548244800,1548248400,1548252000,1548255600,1548259200,1548262800,1548266400,1548270000,1548273600,1548277200,1548280800,1548284400,1548288000,1548291600,1548295200,1548298800,1548302400,1548306000,1548309600,1548313200,1548316800,1548320400,1548324000,1548327600,1548331200,1548334800,1548338400,1548342000,1548345600,1548349200,1548352800,1548356400,1548360000,1548363600,1548367200,1548370800,1548374400,1548378000,1548381600,1548385200,1548388800,1548392400,1548396000,1548399600,1548403200,1548406800,1548410400,1548414000,1548417600,1548421200,1548424800,1548428400,1548432000,1548435600,1548439200,1548442800,1548446400,1548450000,1548453600,1548457200,1548460800,1548464400,1548468000,1548471600,1548475200,1548478800,1548482400,1548486000,1548489600,1548493200,1548496800,1548500400,1548504000,1548507600,1548511200,1548514800,1548518400,1548522000,1548525600,1548529200,1548532800,1548536400,1548540000,1548543600,1548547200,1548550800,1548554400,1548558000,1548561600,1548565200,1548568800,1548572400,1548576000,1548579600,1548583200,1548586800,1548590400,1548594000,1548597600,1548601200,1548604800,1548608400,1548612000,1548615600,1548619200,1548622800,1548626400,1548630000,1548633600,1548637200,1548640800,1548644400,1548648000,1548651600,1548655200,1548658800,1548662400,1548666000,1548669600,1548673200,1548676800,1548680400,1548684000,1548687600,1548691200,1548694800,1548698400,1548702000,1548705600,1548709200,1548712800,1548716400,1548720000,1548723600,1548727200,1548730800,1548734400,1548738000,1548741600,1548745200,1548748800,1548752400,1548756000,1548759600,1548763200,1548766800,1548770400,1548774000,1548777600,1548781200,1548784800,1548788400,1548792000,1548795600,1548799200,1548802800,1548806400,1548810000,1548813600,1548817200,1548820800,1548824400,1548828000,1548831600,1548835200,1548838800,1548842400,1548846000,1548849600,1548853200,1548856800,1548860400,1548864000,1548867600,1548871200,1548874800,1548878400,1548882000,1548885600,1548889200,1548892800,1548896400,1548900000,1548903600,1548907200,1548910800,1548914400,1548918000,1548921600,1548925200,1548928800,1548932400,1548936000,1548939600,1548943200,1548946800,1548950400,1548954000,1548957600,1548961200,1548964800,1548968400,1548972000,1548975600,1548979200,1548982800,1548986400,1548990000,1548993600,1548997200,1549000800,1549004400,1549008000,1549011600,1549015200,1549018800,1549022400,1549026000,1549029600,1549033200,1549036800,1549040400,1549044000,1549047600,1549051200,1549054800,1549058400,1549062000,1549065600,1549069200,1549072800,1549076400,1549080000,1549083600,1549087200,1549090800,1549094400,1549098000,1549101600,1549105200,1549108800,1549112400,1549116000,1549119600,1549123200,1549126800,1549130400,1549134000,1549137600,1549141200,1549144800,1549148400,1549152000,1549155600,1549159200,1549162800,1549166400,1549170000,1549173600,1549177200,1549180800,1549184400,1549188000,1549191600,1549195200,1549198800,1549202400,1549206000,1549209600,1549213200,1549216800,1549220400,1549224000,1549227600,1549231200,1549234800,1549238400,1549242000,1549245600,1549249200,1549252800,1549256400,1549260000,1549263600,1549267200,1549270800,1549274400,1549278000,1549281600,1549285200,1549288800,1549292400,1549296000,1549299600,1549303200,1549306800,1549310400,1549314000,1549317600,1549321200,1549324800,1549328400,1549332000,1549335600,1549339200,1549342800,1549346400,1549350000,1549353600,1549357200,1549360800,1549364400,1549368000,1549371600,1549375200,1549378800,1549382400,1549386000,1549389600,1549393200,1549396800,1549400400,1549404000,1549407600,1549411200,1549414800,1549418400,1549422000,1549425600,1549429200,1549432800,1549436400,1549440000,1549443600,1549447200,1549450800,1549454400,1549458000,1549461600,1549465200,1549468800,1549472400,1549476000,1549479600,1549483200,1549486800,1549490400,1549494000,1549497600,1549501200,1549504800,1549508400,1549512000,1549515600,1549519200,1549522800,1549526400,1549530000,1549533600,1549537200,1549540800,1549544400,1549548000,1549551600,1549555200,1549558800,1549562400,1549566000,1549569600,1549573200,1549576800,1549580400,1549584000,1549587600,1549591200,1549594800,1549598400,1549602000,1549605600,1549609200,1549612800,1549616400,1549620000,1549623600,1549627200,1549630800,1549634400,1549638000,1549641600,1549645200,1549648800,1549652400,1549656000,1549659600,1549663200,1549666800,1549670400,1549674000,1549677600,1549681200,1549684800,1549688400,1549692000,1549695600,1549699200,1549702800,1549706400,1549710000,1549713600,1549717200,1549720800,1549724400,1549728000,1549731600,1549735200,1549738800,1549742400,1549746000,1549749600,1549753200,1549756800,1549760400,1549764000,1549767600,1549771200,1549774800,1549778400,1549782000,1549785600,1549789200,1549792800,1549796400,1549800000,1549803600,1549807200,1549810800,1549814400,1549818000,1549821600,1549825200,1549828800,1549832400,1549836000,1549839600,1549843200,1549846800,1549850400,1549854000,1549857600,1549861200,1549864800,1549868400,1549872000,1549875600,1549879200,1549882800,1549886400,1549890000,1549893600,1549897200,1549900800,1549904400,1549908000,1549911600,1549915200,1549918800,1549922400,1549926000,1549929600,1549933200,1549936800,1549940400,1549944000,1549947600,1549951200,1549954800,1549958400,1549962000,1549965600,1549969200,1549972800,1549976400,1549980000,1549983600,1549987200,1549990800,1549994400,1549998000,1550001600,1550005200,1550008800,1550012400,1550016000,1550019600,1550023200,1550026800,1550030400,1550034000,1550037600,1550041200,1550044800,1550048400,1550052000,1550055600,1550059200,1550062800,1550066400,1550070000,1550073600,1550077200,1550080800,1550084400,1550088000,1550091600,1550095200,1550098800,1550102400,1550106000,1550109600,1550113200,1550116800,1550120400,1550124000,1550127600,1550131200,1550134800,1550138400,1550142000,1550145600,1550149200,1550152800,1550156400,1550160000,1550163600,1550167200,1550170800,1550174400,1550178000,1550181600,1550185200,1550188800,1550192400,1550196000,1550199600,1550203200,1550206800,1550210400,1550214000,1550217600,1550221200,1550224800,1550228400,1550232000,1550235600,1550239200,1550242800,1550246400,1550250000,1550253600,1550257200,1550260800,1550264400,1550268000,1550271600,1550275200,1550278800,1550282400,1550286000,1550289600,1550293200,1550296800,1550300400,1550304000,1550307600,1550311200,1550314800,1550318400,1550322000,1550325600,1550329200,1550332800,1550336400,1550340000,1550343600,1550347200,1550350800,1550354400,1550358000,1550361600,1550365200,1550368800,1550372400,1550376000,1550379600,1550383200,1550386800,1550390400,1550394000,1550397600,1550401200,1550404800,1550408400,1550412000,1550415600,1550419200,1550422800,1550426400,1550430000,1550433600,1550437200,1550440800,1550444400,1550448000,1550451600,1550455200,1550458800,1550462400,1550466000,1550469600,1550473200,1550476800,1550480400,1550484000,1550487600,1550491200,1550494800,1550498400,1550502000,1550505600,1550509200,1550512800,1550516400,1550520000,1550523600,1550527200,1550530800,1550534400,1550538000,1550541600,1550545200,1550548800,1550552400,1550556000,1550559600,1550563200,1550566800,1550570400,1550574000,1550577600,1550581200,1550584800,1550588400,1550592000,1550595600,1550599200,1550602800,1550606400,1550610000,1550613600,1550617200,1550620800,1550624400,1550628000,1550631600,1550635200,1550638800,1550642400,1550646000,1550649600,1550653200,1550656800,1550660400,1550664000,1550667600,1550671200,1550674800,1550678400,1550682000,1550685600,1550689200,1550692800,1550696400,1550700000,1550703600,1550707200,1550710800,1550714400,1550718000,1550721600,1550725200,1550728800,1550732400,1550736000,1550739600,1550743200,1550746800,1550750400,1550754000,1550757600,1550761200,1550764800,1550768400,1550772000,1550775600,1550779200,1550782800,1550786400,1550790000,1550793600,1550797200,1550800800,1550804400,1550808000,1550811600,1550815200,1550818800,1550822400,1550826000,1550829600,1550833200,1550836800,1550840400,1550844000,1550847600,1550851200,1550854800,1550858400,1550862000,1550865600,1550869200,1550872800,1550876400,1550880000,1550883600,1550887200,1550890800,1550894400,1550898000,1550901600,1550905200,1550908800,1550912400,1550916000,1550919600,1550923200,1550926800,1550930400,1550934000,1550937600,1550941200,1550944800,1550948400,1550952000,1550955600,1550959200,1550962800,1550966400,1550970000,1550973600,1550977200,1550980800,1550984400,1550988000,1550991600,1550995200,1550998800,1551002400,1551006000,1551009600,1551013200,1551016800,1551020400,1551024000,1551027600,1551031200,1551034800,1551038400,1551042000,1551045600,1551049200,1551052800,1551056400,1551060000,1551063600,1551067200,1551070800,1551074400,1551078000,1551081600,1551085200,1551088800,1551092400,1551096000,1551099600,1551103200,1551106800,1551110400,1551114000,1551117600,1551121200,1551124800,1551128400,1551132000,1551135600,1551139200,1551142800,1551146400,1551150000,1551153600,1551157200,1551160800,1551164400,1551168000,1551171600,1551175200,1551178800,1551182400,1551186000,1551189600,1551193200,1551196800,1551200400,1551204000,1551207600,1551211200,1551214800,1551218400,1551222000,1551225600,1551229200,1551232800,1551236400,1551240000,1551243600,1551247200,1551250800,1551254400,1551258000,1551261600,1551265200,1551268800,1551272400,1551276000,1551279600,1551283200,1551286800,1551290400,1551294000,1551297600,1551301200,1551304800,1551308400,1551312000,1551315600,1551319200,1551322800,1551326400,1551330000,1551333600,1551337200,1551340800,1551344400,1551348000,1551351600,1551355200,1551358800,1551362400,1551366000,1551369600,1551373200,1551376800,1551380400,1551384000,1551387600,1551391200,1551394800,1551398400,1551402000,1551405600,1551409200,1551412800,1551416400,1551420000,1551423600,1551427200,1551430800,1551434400,1551438000,1551441600,1551445200,1551448800,1551452400,1551456000,1551459600,1551463200,1551466800,1551470400,1551474000,1551477600,1551481200,1551484800,1551488400,1551492000,1551495600,1551499200,1551502800,1551506400,1551510000,1551513600,1551517200,1551520800,1551524400,1551528000,1551531600,1551535200,1551538800,1551542400,1551546000,1551549600,1551553200,1551556800,1551560400,1551564000,1551567600,1551571200,1551574800,1551578400,1551582000,1551585600,1551589200,1551592800,1551596400,1551600000,1551603600,1551607200,1551610800,1551614400,1551618000,1551621600,1551625200,1551628800,1551632400,1551636000,1551639600,1551643200,1551646800,1551650400,1551654000,1551657600,1551661200,1551664800,1551668400,1551672000,1551675600,1551679200,1551682800,1551686400,1551690000,1551693600,1551697200,1551700800,1551704400,1551708000,1551711600,1551715200,1551718800,1551722400,1551726000,1551729600,1551733200,1551736800,1551740400,1551744000,1551747600,1551751200,1551754800,1551758400,1551762000,1551765600,1551769200,1551772800,1551776400,1551780000,1551783600,1551787200,1551790800,1551794400,1551798000,1551801600,1551805200,1551808800,1551812400,1551816000,1551819600,1551823200,1551826800,1551830400,1551834000,1551837600,1551841200,1551844800,1551848400,1551852000,1551855600,1551859200,1551862800,1551866400,1551870000,1551873600,1551877200,1551880800,1551884400,1551888000,1551891600,1551895200,1551898800,1551902400,1551906000,1551909600,1551913200,1551916800,1551920400,1551924000,1551927600,1551931200,1551934800,1551938400,1551942000,1551945600,1551949200,1551952800,1551956400,1551960000,1551963600,1551967200,1551970800,1551974400,1551978000,1551981600,1551985200,1551988800,1551992400,1551996000,1551999600,1552003200,1552006800,1552010400,1552014000,1552017600,1552021200,1552024800,1552028400,1552032000,1552035600,1552039200,1552042800,1552046400,1552050000,1552053600,1552057200,1552060800,1552064400,1552068000,1552071600,1552075200,1552078800,1552082400,1552086000,1552089600,1552093200,1552096800,1552100400,1552104000,1552107600,1552111200,1552114800,1552118400,1552122000,1552125600,1552129200,1552132800,1552136400,1552140000,1552143600,1552147200,1552150800,1552154400,1552158000,1552161600,1552165200,1552168800,1552172400,1552176000,1552179600,1552183200,1552186800,1552190400,1552194000,1552197600,1552201200,1552204800,1552208400,1552212000,1552215600,1552219200,1552222800,1552226400,1552230000,1552233600,1552237200,1552240800,1552244400,1552248000,1552251600,1552255200,1552258800,1552262400,1552266000,1552269600,1552273200,1552276800,1552280400,1552284000,1552287600,1552291200,1552294800,1552298400,1552302000,1552305600,1552309200,1552312800,1552316400,1552320000,1552323600,1552327200,1552330800,1552334400,1552338000,1552341600,1552345200,1552348800,1552352400,1552356000,1552359600,1552363200,1552366800,1552370400,1552374000,1552377600,1552381200,1552384800,1552388400,1552392000,1552395600,1552399200,1552402800,1552406400,1552410000,1552413600,1552417200,1552420800,1552424400,1552428000,1552431600,1552435200,1552438800,1552442400,1552446000,1552449600,1552453200,1552456800,1552460400,1552464000,1552467600,1552471200,1552474800,1552478400,1552482000,1552485600,1552489200,1552492800,1552496400,1552500000,1552503600,1552507200,1552510800,1552514400,1552518000,1552521600,1552525200,1552528800,1552532400,1552536000,1552539600,1552543200,1552546800,1552550400,1552554000,1552557600,1552561200,1552564800,1552568400,1552572000,1552575600,1552579200,1552582800,1552586400,1552590000,1552593600,1552597200,1552600800,1552604400,1552608000,1552611600,1552615200,1552618800,1552622400,1552626000,1552629600,1552633200,1552636800,1552640400,1552644000,1552647600,1552651200,1552654800,1552658400,1552662000,1552665600,1552669200,1552672800,1552676400,1552680000,1552683600,1552687200,1552690800,1552694400,1552698000,1552701600,1552705200,1552708800,1552712400,1552716000,1552719600,1552723200,1552726800,1552730400,1552734000,1552737600,1552741200,1552744800,1552748400,1552752000,1552755600,1552759200,1552762800,1552766400,1552770000,1552773600,1552777200,1552780800,1552784400,1552788000,1552791600,1552795200,1552798800,1552802400,1552806000,1552809600,1552813200,1552816800,1552820400,1552824000,1552827600,1552831200,1552834800,1552838400,1552842000,1552845600,1552849200,1552852800,1552856400,1552860000,1552863600,1552867200,1552870800,1552874400,1552878000,1552881600,1552885200,1552888800,1552892400,1552896000,1552899600,1552903200,1552906800,1552910400,1552914000,1552917600,1552921200,1552924800,1552928400,1552932000,1552935600,1552939200,1552942800,1552946400,1552950000,1552953600,1552957200,1552960800,1552964400,1552968000,1552971600,1552975200,1552978800,1552982400,1552986000,1552989600,1552993200,1552996800,1553000400,1553004000,1553007600,1553011200,1553014800,1553018400,1553022000,1553025600,1553029200,1553032800,1553036400,1553040000,1553043600,1553047200,1553050800,1553054400,1553058000,1553061600,1553065200,1553068800,1553072400,1553076000,1553079600,1553083200,1553086800,1553090400,1553094000,1553097600,1553101200,1553104800,1553108400,1553112000,1553115600,1553119200,1553122800,1553126400,1553130000,1553133600,1553137200,1553140800,1553144400,1553148000,1553151600,1553155200,1553158800,1553162400,1553166000,1553169600,1553173200,1553176800,1553180400,1553184000,1553187600,1553191200,1553194800,1553198400,1553202000,1553205600,1553209200,1553212800,1553216400,1553220000,1553223600,1553227200,1553230800,1553234400,1553238000,1553241600,1553245200,1553248800,1553252400,1553256000,1553259600,1553263200,1553266800,1553270400,1553274000,1553277600,1553281200,1553284800,1553288400,1553292000,1553295600,1553299200,1553302800,1553306400,1553310000,1553313600,1553317200,1553320800,1553324400,1553328000,1553331600,1553335200,1553338800,1553342400,1553346000,1553349600,1553353200,1553356800,1553360400,1553364000,1553367600,1553371200,1553374800,1553378400,1553382000,1553385600,1553389200,1553392800,1553396400,1553400000,1553403600,1553407200,1553410800,1553414400,1553418000,1553421600,1553425200,1553428800,1553432400,1553436000,1553439600,1553443200,1553446800,1553450400,1553454000,1553457600,1553461200,1553464800,1553468400,1553472000,1553475600,1553479200,1553482800,1553486400,1553490000,1553493600,1553497200,1553500800,1553504400,1553508000,1553511600,1553515200,1553518800,1553522400,1553526000,1553529600,1553533200,1553536800,1553540400,1553544000,1553547600,1553551200,1553554800,1553558400,1553562000,1553565600,1553569200,1553572800,1553576400,1553580000,1553583600,1553587200,1553590800,1553594400,1553598000,1553601600,1553605200,1553608800,1553612400,1553616000,1553619600,1553623200,1553626800,1553630400,1553634000,1553637600,1553641200,1553644800,1553648400,1553652000,1553655600,1553659200,1553662800,1553666400,1553670000,1553673600,1553677200,1553680800,1553684400,1553688000,1553691600,1553695200,1553698800,1553702400,1553706000,1553709600,1553713200,1553716800,1553720400,1553724000,1553727600,1553731200,1553734800,1553738400,1553742000,1553745600,1553749200,1553752800,1553756400,1553760000,1553763600,1553767200,1553770800,1553774400,1553778000,1553781600,1553785200,1553788800,1553792400,1553796000,1553799600,1553803200,1553806800,1553810400,1553814000,1553817600,1553821200,1553824800,1553828400,1553832000,1553835600,1553839200,1553842800,1553846400,1553850000,1553853600,1553857200,1553860800,1553864400,1553868000,1553871600,1553875200,1553878800,1553882400,1553886000,1553889600,1553893200,1553896800,1553900400,1553904000,1553907600,1553911200,1553914800,1553918400,1553922000,1553925600,1553929200,1553932800,1553936400,1553940000,1553943600,1553947200,1553950800,1553954400,1553958000,1553961600,1553965200,1553968800,1553972400,1553976000,1553979600,1553983200,1553986800,1553990400,1553994000,1553997600,1554001200,1554004800,1554008400,1554012000,1554015600,1554019200,1554022800,1554026400,1554030000,1554033600,1554037200,1554040800,1554044400,1554048000,1554051600,1554055200,1554058800,1554062400,1554066000,1554069600,1554073200,1554076800,1554080400,1554084000,1554087600,1554091200,1554094800,1554098400,1554102000,1554105600,1554109200,1554112800,1554116400,1554120000,1554123600,1554127200,1554130800,1554134400,1554138000,1554141600,1554145200,1554148800,1554152400,1554156000,1554159600,1554163200,1554166800,1554170400,1554174000,1554177600,1554181200,1554184800,1554188400,1554192000,1554195600,1554199200,1554202800,1554206400,1554210000,1554213600,1554217200,1554220800,1554224400,1554228000,1554231600,1554235200,1554238800,1554242400,1554246000,1554249600,1554253200,1554256800,1554260400,1554264000,1554267600,1554271200,1554274800,1554278400,1554282000,1554285600,1554289200,1554292800,1554296400,1554300000,1554303600,1554307200,1554310800,1554314400,1554318000,1554321600,1554325200,1554328800,1554332400,1554336000,1554339600,1554343200,1554346800,1554350400,1554354000,1554357600,1554361200,1554364800,1554368400,1554372000,1554375600,1554379200,1554382800,1554386400,1554390000,1554393600,1554397200,1554400800,1554404400,1554408000,1554411600,1554415200,1554418800,1554422400,1554426000,1554429600,1554433200,1554436800,1554440400,1554444000,1554447600,1554451200,1554454800,1554458400,1554462000,1554465600,1554469200,1554472800,1554476400,1554480000,1554483600,1554487200,1554490800,1554494400,1554498000,1554501600,1554505200,1554508800,1554512400,1554516000,1554519600,1554523200,1554526800,1554530400,1554534000,1554537600,1554541200,1554544800,1554548400,1554552000,1554555600,1554559200,1554562800,1554566400,1554570000,1554573600,1554577200,1554580800,1554584400,1554588000,1554591600,1554595200,1554598800,1554602400,1554606000,1554609600,1554613200,1554616800,1554620400,1554624000,1554627600,1554631200,1554634800,1554638400,1554642000,1554645600,1554649200,1554652800,1554656400,1554660000,1554663600,1554667200,1554670800,1554674400,1554678000,1554681600,1554685200,1554688800,1554692400,1554696000,1554699600,1554703200,1554706800,1554710400,1554714000,1554717600,1554721200,1554724800,1554728400,1554732000,1554735600,1554739200,1554742800,1554746400,1554750000,1554753600,1554757200,1554760800,1554764400,1554768000,1554771600,1554775200,1554778800,1554782400,1554786000,1554789600,1554793200,1554796800,1554800400,1554804000,1554807600,1554811200,1554814800,1554818400,1554822000,1554825600,1554829200,1554832800,1554836400,1554840000,1554843600,1554847200,1554850800,1554854400,1554858000,1554861600,1554865200,1554868800,1554872400,1554876000,1554879600,1554883200,1554886800,1554890400,1554894000,1554897600,1554901200,1554904800,1554908400,1554912000,1554915600,1554919200,1554922800,1554926400,1554930000,1554933600,1554937200,1554940800,1554944400,1554948000,1554951600,1554955200,1554958800,1554962400,1554966000,1554969600,1554973200,1554976800,1554980400,1554984000,1554987600,1554991200,1554994800,1554998400,1555002000,1555005600,1555009200,1555012800,1555016400,1555020000,1555023600,1555027200,1555030800,1555034400,1555038000,1555041600,1555045200,1555048800,1555052400,1555056000,1555059600,1555063200,1555066800,1555070400,1555074000,1555077600,1555081200,1555084800,1555088400,1555092000,1555095600,1555099200,1555102800,1555106400,1555110000,1555113600,1555117200,1555120800,1555124400,1555128000,1555131600,1555135200,1555138800,1555142400,1555146000,1555149600,1555153200,1555156800,1555160400,1555164000,1555167600,1555171200,1555174800,1555178400,1555182000,1555185600,1555189200,1555192800,1555196400,1555200000,1555203600,1555207200,1555210800,1555214400,1555218000,1555221600,1555225200,1555228800,1555232400,1555236000,1555239600,1555243200,1555246800,1555250400,1555254000,1555257600,1555261200,1555264800,1555268400,1555272000,1555275600,1555279200,1555282800,1555286400,1555290000,1555293600,1555297200,1555300800,1555304400,1555308000,1555311600,1555315200,1555318800,1555322400,1555326000,1555329600,1555333200,1555336800,1555340400,1555344000,1555347600,1555351200,1555354800,1555358400,1555362000,1555365600,1555369200,1555372800,1555376400,1555380000,1555383600,1555387200,1555390800,1555394400,1555398000,1555401600,1555405200,1555408800,1555412400,1555416000,1555419600,1555423200,1555426800,1555430400,1555434000,1555437600,1555441200,1555444800,1555448400,1555452000,1555455600,1555459200,1555462800,1555466400,1555470000,1555473600,1555477200,1555480800,1555484400,1555488000,1555491600,1555495200,1555498800,1555502400,1555506000,1555509600,1555513200,1555516800,1555520400,1555524000,1555527600,1555531200,1555534800,1555538400,1555542000,1555545600,1555549200,1555552800,1555556400,1555560000,1555563600,1555567200,1555570800,1555574400,1555578000,1555581600,1555585200,1555588800,1555592400,1555596000,1555599600,1555603200,1555606800,1555610400,1555614000,1555617600,1555621200,1555624800,1555628400,1555632000,1555635600,1555639200,1555642800,1555646400,1555650000,1555653600,1555657200,1555660800,1555664400,1555668000,1555671600,1555675200,1555678800,1555682400,1555686000,1555689600,1555693200,1555696800,1555700400,1555704000,1555707600,1555711200,1555714800,1555718400,1555722000,1555725600,1555729200,1555732800,1555736400,1555740000,1555743600,1555747200,1555750800,1555754400,1555758000,1555761600,1555765200,1555768800,1555772400,1555776000,1555779600,1555783200,1555786800,1555790400,1555794000,1555797600,1555801200,1555804800,1555808400,1555812000,1555815600,1555819200,1555822800,1555826400,1555830000,1555833600,1555837200,1555840800,1555844400,1555848000,1555851600,1555855200,1555858800,1555862400,1555866000,1555869600,1555873200,1555876800,1555880400,1555884000,1555887600,1555891200,1555894800,1555898400,1555902000,1555905600,1555909200,1555912800,1555916400,1555920000,1555923600,1555927200,1555930800,1555934400,1555938000,1555941600,1555945200,1555948800,1555952400,1555956000,1555959600,1555963200,1555966800,1555970400,1555974000,1555977600,1555981200,1555984800,1555988400,1555992000,1555995600,1555999200,1556002800,1556006400,1556010000,1556013600,1556017200,1556020800,1556024400,1556028000,1556031600,1556035200,1556038800,1556042400,1556046000,1556049600,1556053200,1556056800,1556060400,1556064000,1556067600,1556071200,1556074800,1556078400,1556082000,1556085600,1556089200,1556092800,1556096400,1556100000,1556103600,1556107200,1556110800,1556114400,1556118000,1556121600,1556125200,1556128800,1556132400,1556136000,1556139600,1556143200,1556146800,1556150400,1556154000,1556157600,1556161200,1556164800,1556168400,1556172000,1556175600,1556179200,1556182800,1556186400,1556190000,1556193600,1556197200,1556200800,1556204400,1556208000,1556211600,1556215200,1556218800,1556222400,1556226000,1556229600,1556233200,1556236800,1556240400,1556244000,1556247600,1556251200,1556254800,1556258400,1556262000,1556265600,1556269200,1556272800,1556276400,1556280000,1556283600,1556287200,1556290800,1556294400,1556298000,1556301600,1556305200,1556308800,1556312400,1556316000,1556319600,1556323200,1556326800,1556330400,1556334000,1556337600,1556341200,1556344800,1556348400,1556352000,1556355600,1556359200,1556362800,1556366400,1556370000,1556373600,1556377200,1556380800,1556384400,1556388000,1556391600,1556395200,1556398800,1556402400,1556406000,1556409600,1556413200,1556416800,1556420400,1556424000,1556427600,1556431200,1556434800,1556438400,1556442000,1556445600,1556449200,1556452800,1556456400,1556460000,1556463600,1556467200,1556470800,1556474400,1556478000,1556481600,1556485200,1556488800,1556492400,1556496000,1556499600,1556503200,1556506800,1556510400,1556514000,1556517600,1556521200,1556524800,1556528400,1556532000,1556535600,1556539200,1556542800,1556546400,1556550000,1556553600,1556557200,1556560800,1556564400,1556568000,1556571600,1556575200,1556578800,1556582400,1556586000,1556589600,1556593200,1556596800,1556600400,1556604000,1556607600,1556611200,1556614800,1556618400,1556622000,1556625600,1556629200,1556632800,1556636400,1556640000,1556643600,1556647200,1556650800,1556654400,1556658000,1556661600,1556665200,1556668800,1556672400,1556676000,1556679600,1556683200,1556686800,1556690400,1556694000,1556697600,1556701200,1556704800,1556708400,1556712000,1556715600,1556719200,1556722800,1556726400,1556730000,1556733600,1556737200,1556740800,1556744400,1556748000,1556751600,1556755200,1556758800,1556762400,1556766000,1556769600,1556773200,1556776800,1556780400,1556784000,1556787600,1556791200,1556794800,1556798400,1556802000,1556805600,1556809200,1556812800,1556816400,1556820000,1556823600,1556827200,1556830800,1556834400,1556838000,1556841600,1556845200,1556848800,1556852400,1556856000,1556859600,1556863200,1556866800,1556870400,1556874000,1556877600,1556881200,1556884800,1556888400,1556892000,1556895600,1556899200,1556902800,1556906400,1556910000,1556913600,1556917200,1556920800,1556924400,1556928000,1556931600,1556935200,1556938800,1556942400,1556946000,1556949600,1556953200,1556956800,1556960400,1556964000,1556967600,1556971200,1556974800,1556978400,1556982000,1556985600,1556989200,1556992800,1556996400,1557000000,1557003600,1557007200,1557010800,1557014400,1557018000,1557021600,1557025200,1557028800,1557032400,1557036000,1557039600,1557043200,1557046800,1557050400,1557054000,1557057600,1557061200,1557064800,1557068400,1557072000,1557075600,1557079200,1557082800,1557086400,1557090000,1557093600,1557097200,1557100800,1557104400,1557108000,1557111600,1557115200,1557118800,1557122400,1557126000,1557129600,1557133200,1557136800,1557140400,1557144000,1557147600,1557151200,1557154800,1557158400,1557162000,1557165600,1557169200,1557172800,1557176400,1557180000,1557183600,1557187200,1557190800,1557194400,1557198000,1557201600,1557205200,1557208800,1557212400,1557216000,1557219600,1557223200,1557226800,1557230400,1557234000,1557237600,1557241200,1557244800,1557248400,1557252000,1557255600,1557259200,1557262800,1557266400,1557270000,1557273600,1557277200,1557280800,1557284400,1557288000,1557291600,1557295200,1557298800,1557302400,1557306000,1557309600,1557313200,1557316800,1557320400,1557324000,1557327600,1557331200,1557334800,1557338400,1557342000,1557345600,1557349200,1557352800,1557356400,1557360000,1557363600,1557367200,1557370800,1557374400,1557378000,1557381600,1557385200,1557388800,1557392400,1557396000,1557399600,1557403200,1557406800,1557410400,1557414000,1557417600,1557421200,1557424800,1557428400,1557432000,1557435600,1557439200,1557442800,1557446400,1557450000,1557453600,1557457200,1557460800,1557464400,1557468000,1557471600,1557475200,1557478800,1557482400,1557486000,1557489600,1557493200,1557496800,1557500400,1557504000,1557507600,1557511200,1557514800,1557518400,1557522000,1557525600,1557529200,1557532800,1557536400,1557540000,1557543600,1557547200,1557550800,1557554400,1557558000,1557561600,1557565200,1557568800,1557572400,1557576000,1557579600,1557583200,1557586800,1557590400,1557594000,1557597600,1557601200,1557604800,1557608400,1557612000,1557615600,1557619200,1557622800,1557626400,1557630000,1557633600,1557637200,1557640800,1557644400,1557648000,1557651600,1557655200,1557658800,1557662400,1557666000,1557669600,1557673200,1557676800,1557680400,1557684000,1557687600,1557691200,1557694800,1557698400,1557702000,1557705600,1557709200,1557712800,1557716400,1557720000,1557723600,1557727200,1557730800,1557734400,1557738000,1557741600,1557745200,1557748800,1557752400,1557756000,1557759600,1557763200,1557766800,1557770400,1557774000,1557777600,1557781200,1557784800,1557788400,1557792000,1557795600,1557799200,1557802800,1557806400,1557810000,1557813600,1557817200,1557820800,1557824400,1557828000,1557831600,1557835200,1557838800,1557842400,1557846000,1557849600,1557853200,1557856800,1557860400,1557864000,1557867600,1557871200,1557874800,1557878400,1557882000,1557885600,1557889200,1557892800,1557896400,1557900000,1557903600,1557907200,1557910800,1557914400,1557918000,1557921600,1557925200,1557928800,1557932400,1557936000,1557939600,1557943200,1557946800,1557950400,1557954000,1557957600,1557961200,1557964800,1557968400,1557972000,1557975600,1557979200,1557982800,1557986400,1557990000,1557993600,1557997200,1558000800,1558004400,1558008000,1558011600,1558015200,1558018800,1558022400,1558026000,1558029600,1558033200,1558036800,1558040400,1558044000,1558047600,1558051200,1558054800,1558058400,1558062000,1558065600,1558069200,1558072800,1558076400,1558080000,1558083600,1558087200,1558090800,1558094400,1558098000,1558101600,1558105200,1558108800,1558112400,1558116000,1558119600,1558123200,1558126800,1558130400,1558134000,1558137600,1558141200,1558144800,1558148400,1558152000,1558155600,1558159200,1558162800,1558166400,1558170000,1558173600,1558177200,1558180800,1558184400,1558188000,1558191600,1558195200,1558198800,1558202400,1558206000,1558209600,1558213200,1558216800,1558220400,1558224000,1558227600,1558231200,1558234800,1558238400,1558242000,1558245600,1558249200,1558252800,1558256400,1558260000,1558263600,1558267200,1558270800,1558274400,1558278000,1558281600,1558285200,1558288800,1558292400,1558296000,1558299600,1558303200,1558306800,1558310400,1558314000,1558317600,1558321200,1558324800,1558328400,1558332000,1558335600,1558339200,1558342800,1558346400,1558350000,1558353600,1558357200,1558360800,1558364400,1558368000,1558371600,1558375200,1558378800,1558382400,1558386000,1558389600,1558393200,1558396800,1558400400,1558404000,1558407600,1558411200,1558414800,1558418400,1558422000,1558425600,1558429200,1558432800,1558436400,1558440000,1558443600,1558447200,1558450800,1558454400,1558458000,1558461600,1558465200,1558468800,1558472400,1558476000,1558479600,1558483200,1558486800,1558490400,1558494000,1558497600,1558501200,1558504800,1558508400,1558512000,1558515600,1558519200,1558522800,1558526400,1558530000,1558533600,1558537200,1558540800,1558544400,1558548000,1558551600,1558555200,1558558800,1558562400,1558566000,1558569600,1558573200,1558576800,1558580400,1558584000,1558587600,1558591200,1558594800,1558598400,1558602000,1558605600,1558609200,1558612800,1558616400,1558620000,1558623600,1558627200,1558630800,1558634400,1558638000,1558641600,1558645200,1558648800,1558652400,1558656000,1558659600,1558663200,1558666800,1558670400,1558674000,1558677600,1558681200,1558684800,1558688400,1558692000,1558695600,1558699200,1558702800,1558706400,1558710000,1558713600,1558717200,1558720800,1558724400,1558728000,1558731600,1558735200,1558738800,1558742400,1558746000,1558749600,1558753200,1558756800,1558760400,1558764000,1558767600,1558771200,1558774800,1558778400,1558782000,1558785600,1558789200,1558792800,1558796400,1558800000,1558803600,1558807200,1558810800,1558814400,1558818000,1558821600,1558825200,1558828800,1558832400,1558836000,1558839600,1558843200,1558846800,1558850400,1558854000,1558857600,1558861200,1558864800,1558868400,1558872000,1558875600,1558879200,1558882800,1558886400,1558890000,1558893600,1558897200,1558900800,1558904400,1558908000,1558911600,1558915200,1558918800,1558922400,1558926000,1558929600,1558933200,1558936800,1558940400,1558944000,1558947600,1558951200,1558954800,1558958400,1558962000,1558965600,1558969200,1558972800,1558976400,1558980000,1558983600,1558987200,1558990800,1558994400,1558998000,1559001600,1559005200,1559008800,1559012400,1559016000,1559019600,1559023200,1559026800,1559030400,1559034000,1559037600,1559041200,1559044800,1559048400,1559052000,1559055600,1559059200,1559062800,1559066400,1559070000,1559073600,1559077200,1559080800,1559084400,1559088000,1559091600,1559095200,1559098800,1559102400,1559106000,1559109600,1559113200,1559116800,1559120400,1559124000,1559127600,1559131200,1559134800,1559138400,1559142000,1559145600,1559149200,1559152800,1559156400,1559160000,1559163600,1559167200,1559170800,1559174400,1559178000,1559181600,1559185200,1559188800,1559192400,1559196000,1559199600,1559203200,1559206800,1559210400,1559214000,1559217600,1559221200,1559224800,1559228400,1559232000,1559235600,1559239200,1559242800,1559246400,1559250000,1559253600,1559257200,1559260800,1559264400,1559268000,1559271600,1559275200,1559278800,1559282400,1559286000,1559289600,1559293200,1559296800,1559300400,1559304000,1559307600,1559311200,1559314800,1559318400,1559322000,1559325600,1559329200,1559332800,1559336400,1559340000,1559343600,1559347200,1559350800,1559354400,1559358000,1559361600,1559365200,1559368800,1559372400,1559376000,1559379600,1559383200,1559386800,1559390400,1559394000,1559397600,1559401200,1559404800,1559408400,1559412000,1559415600,1559419200,1559422800,1559426400,1559430000,1559433600,1559437200,1559440800,1559444400,1559448000,1559451600,1559455200,1559458800,1559462400,1559466000,1559469600,1559473200,1559476800,1559480400,1559484000,1559487600,1559491200,1559494800,1559498400,1559502000,1559505600,1559509200,1559512800,1559516400,1559520000,1559523600,1559527200,1559530800,1559534400,1559538000,1559541600,1559545200,1559548800,1559552400,1559556000,1559559600,1559563200,1559566800,1559570400,1559574000,1559577600,1559581200,1559584800,1559588400,1559592000,1559595600,1559599200,1559602800,1559606400,1559610000,1559613600,1559617200,1559620800,1559624400,1559628000,1559631600,1559635200,1559638800,1559642400,1559646000,1559649600,1559653200,1559656800,1559660400,1559664000,1559667600,1559671200,1559674800,1559678400,1559682000,1559685600,1559689200,1559692800,1559696400,1559700000,1559703600,1559707200,1559710800,1559714400,1559718000,1559721600,1559725200,1559728800,1559732400,1559736000,1559739600,1559743200,1559746800,1559750400,1559754000,1559757600,1559761200,1559764800,1559768400,1559772000,1559775600,1559779200,1559782800,1559786400,1559790000,1559793600,1559797200,1559800800,1559804400,1559808000,1559811600,1559815200,1559818800,1559822400,1559826000,1559829600,1559833200,1559836800,1559840400,1559844000,1559847600,1559851200,1559854800,1559858400,1559862000,1559865600,1559869200,1559872800,1559876400,1559880000,1559883600,1559887200,1559890800,1559894400,1559898000,1559901600,1559905200,1559908800,1559912400,1559916000,1559919600,1559923200,1559926800,1559930400,1559934000,1559937600,1559941200,1559944800,1559948400,1559952000,1559955600,1559959200,1559962800,1559966400,1559970000,1559973600,1559977200,1559980800,1559984400,1559988000,1559991600,1559995200,1559998800,1560002400,1560006000,1560009600,1560013200,1560016800,1560020400,1560024000,1560027600,1560031200,1560034800,1560038400,1560042000,1560045600,1560049200,1560052800,1560056400,1560060000,1560063600,1560067200,1560070800,1560074400,1560078000,1560081600,1560085200,1560088800,1560092400,1560096000,1560099600,1560103200,1560106800,1560110400,1560114000,1560117600,1560121200,1560124800,1560128400,1560132000,1560135600,1560139200,1560142800,1560146400,1560150000,1560153600,1560157200,1560160800,1560164400,1560168000,1560171600,1560175200,1560178800,1560182400,1560186000,1560189600,1560193200,1560196800,1560200400,1560204000,1560207600,1560211200,1560214800,1560218400,1560222000,1560225600,1560229200,1560232800,1560236400,1560240000,1560243600,1560247200,1560250800,1560254400,1560258000,1560261600,1560265200,1560268800,1560272400,1560276000,1560279600,1560283200,1560286800,1560290400,1560294000,1560297600,1560301200,1560304800,1560308400,1560312000,1560315600,1560319200,1560322800,1560326400,1560330000,1560333600,1560337200,1560340800,1560344400,1560348000,1560351600,1560355200,1560358800,1560362400,1560366000,1560369600,1560373200,1560376800,1560380400,1560384000,1560387600,1560391200,1560394800,1560398400,1560402000,1560405600,1560409200,1560412800,1560416400,1560420000,1560423600,1560427200,1560430800,1560434400,1560438000,1560441600,1560445200,1560448800,1560452400,1560456000,1560459600,1560463200,1560466800,1560470400,1560474000,1560477600,1560481200,1560484800,1560488400,1560492000,1560495600,1560499200,1560502800,1560506400,1560510000,1560513600,1560517200,1560520800,1560524400,1560528000,1560531600,1560535200,1560538800,1560542400,1560546000,1560549600,1560553200,1560556800,1560560400,1560564000,1560567600,1560571200,1560574800,1560578400,1560582000,1560585600,1560589200,1560592800,1560596400,1560600000,1560603600,1560607200,1560610800,1560614400,1560618000,1560621600,1560625200,1560628800,1560632400,1560636000,1560639600,1560643200,1560646800,1560650400,1560654000,1560657600,1560661200,1560664800,1560668400,1560672000,1560675600,1560679200,1560682800,1560686400,1560690000,1560693600,1560697200,1560700800,1560704400,1560708000,1560711600,1560715200,1560718800,1560722400,1560726000,1560729600,1560733200,1560736800,1560740400,1560744000,1560747600,1560751200,1560754800,1560758400,1560762000,1560765600,1560769200,1560772800,1560776400,1560780000,1560783600,1560787200,1560790800,1560794400,1560798000,1560801600,1560805200,1560808800,1560812400,1560816000,1560819600,1560823200,1560826800,1560830400,1560834000,1560837600,1560841200,1560844800,1560848400,1560852000,1560855600,1560859200,1560862800,1560866400,1560870000,1560873600,1560877200,1560880800,1560884400,1560888000,1560891600,1560895200,1560898800,1560902400,1560906000,1560909600,1560913200,1560916800,1560920400,1560924000,1560927600,1560931200,1560934800,1560938400,1560942000,1560945600,1560949200,1560952800,1560956400,1560960000,1560963600,1560967200,1560970800,1560974400,1560978000,1560981600,1560985200,1560988800,1560992400,1560996000,1560999600,1561003200,1561006800,1561010400,1561014000,1561017600,1561021200,1561024800,1561028400,1561032000,1561035600,1561039200,1561042800,1561046400,1561050000,1561053600,1561057200,1561060800,1561064400,1561068000,1561071600,1561075200,1561078800,1561082400,1561086000,1561089600,1561093200,1561096800,1561100400,1561104000,1561107600,1561111200,1561114800,1561118400,1561122000,1561125600,1561129200,1561132800,1561136400,1561140000,1561143600,1561147200,1561150800,1561154400,1561158000,1561161600,1561165200,1561168800,1561172400,1561176000,1561179600,1561183200,1561186800,1561190400,1561194000,1561197600,1561201200,1561204800,1561208400,1561212000,1561215600,1561219200,1561222800,1561226400,1561230000,1561233600,1561237200,1561240800,1561244400,1561248000,1561251600,1561255200,1561258800,1561262400,1561266000,1561269600,1561273200,1561276800,1561280400,1561284000,1561287600,1561291200,1561294800,1561298400,1561302000,1561305600,1561309200,1561312800,1561316400,1561320000,1561323600,1561327200,1561330800,1561334400,1561338000,1561341600,1561345200,1561348800,1561352400,1561356000,1561359600,1561363200,1561366800,1561370400,1561374000,1561377600,1561381200,1561384800,1561388400,1561392000,1561395600,1561399200,1561402800,1561406400,1561410000,1561413600,1561417200,1561420800,1561424400,1561428000,1561431600,1561435200,1561438800,1561442400,1561446000,1561449600,1561453200,1561456800,1561460400,1561464000,1561467600,1561471200,1561474800,1561478400,1561482000,1561485600,1561489200,1561492800,1561496400,1561500000,1561503600,1561507200,1561510800,1561514400,1561518000,1561521600,1561525200,1561528800,1561532400,1561536000,1561539600,1561543200,1561546800,1561550400,1561554000,1561557600,1561561200,1561564800,1561568400,1561572000,1561575600,1561579200,1561582800,1561586400,1561590000,1561593600,1561597200,1561600800,1561604400,1561608000,1561611600,1561615200,1561618800,1561622400,1561626000,1561629600,1561633200,1561636800,1561640400,1561644000,1561647600,1561651200,1561654800,1561658400,1561662000,1561665600,1561669200,1561672800,1561676400,1561680000,1561683600,1561687200,1561690800,1561694400,1561698000,1561701600,1561705200,1561708800,1561712400,1561716000,1561719600,1561723200,1561726800,1561730400,1561734000,1561737600,1561741200,1561744800,1561748400,1561752000,1561755600,1561759200,1561762800,1561766400,1561770000,1561773600,1561777200,1561780800,1561784400,1561788000,1561791600,1561795200,1561798800,1561802400,1561806000,1561809600,1561813200,1561816800,1561820400,1561824000,1561827600,1561831200,1561834800,1561838400,1561842000,1561845600,1561849200,1561852800,1561856400,1561860000,1561863600,1561867200,1561870800,1561874400,1561878000,1561881600,1561885200,1561888800,1561892400,1561896000,1561899600,1561903200,1561906800,1561910400,1561914000,1561917600,1561921200,1561924800,1561928400,1561932000,1561935600,1561939200,1561942800,1561946400,1561950000,1561953600,1561957200,1561960800,1561964400,1561968000,1561971600,1561975200,1561978800,1561982400,1561986000,1561989600,1561993200,1561996800,1562000400,1562004000,1562007600,1562011200,1562014800,1562018400,1562022000,1562025600,1562029200,1562032800,1562036400,1562040000,1562043600,1562047200,1562050800,1562054400,1562058000,1562061600,1562065200,1562068800,1562072400,1562076000,1562079600,1562083200,1562086800,1562090400,1562094000,1562097600,1562101200,1562104800,1562108400,1562112000,1562115600,1562119200,1562122800,1562126400,1562130000,1562133600,1562137200,1562140800,1562144400,1562148000,1562151600,1562155200,1562158800,1562162400,1562166000,1562169600,1562173200,1562176800,1562180400,1562184000,1562187600,1562191200,1562194800,1562198400,1562202000,1562205600,1562209200,1562212800,1562216400,1562220000,1562223600,1562227200,1562230800,1562234400,1562238000,1562241600,1562245200,1562248800,1562252400,1562256000,1562259600,1562263200,1562266800,1562270400,1562274000,1562277600,1562281200,1562284800,1562288400,1562292000,1562295600,1562299200,1562302800,1562306400,1562310000,1562313600,1562317200,1562320800,1562324400,1562328000,1562331600,1562335200,1562338800,1562342400,1562346000,1562349600,1562353200,1562356800,1562360400,1562364000,1562367600,1562371200,1562374800,1562378400,1562382000,1562385600,1562389200,1562392800,1562396400,1562400000,1562403600,1562407200,1562410800,1562414400,1562418000,1562421600,1562425200,1562428800,1562432400,1562436000,1562439600,1562443200,1562446800,1562450400,1562454000,1562457600,1562461200,1562464800,1562468400,1562472000,1562475600,1562479200,1562482800,1562486400,1562490000,1562493600,1562497200,1562500800,1562504400,1562508000,1562511600,1562515200,1562518800,1562522400,1562526000,1562529600,1562533200,1562536800,1562540400,1562544000,1562547600,1562551200,1562554800,1562558400,1562562000,1562565600,1562569200,1562572800,1562576400,1562580000,1562583600,1562587200,1562590800,1562594400,1562598000,1562601600,1562605200,1562608800,1562612400,1562616000,1562619600,1562623200,1562626800,1562630400,1562634000,1562637600,1562641200,1562644800,1562648400,1562652000,1562655600,1562659200,1562662800,1562666400,1562670000,1562673600,1562677200,1562680800,1562684400,1562688000,1562691600,1562695200,1562698800,1562702400,1562706000,1562709600,1562713200,1562716800,1562720400,1562724000,1562727600,1562731200,1562734800,1562738400,1562742000,1562745600,1562749200,1562752800,1562756400,1562760000,1562763600,1562767200,1562770800,1562774400,1562778000,1562781600,1562785200,1562788800,1562792400,1562796000,1562799600,1562803200,1562806800,1562810400,1562814000,1562817600,1562821200,1562824800,1562828400,1562832000,1562835600,1562839200,1562842800,1562846400,1562850000,1562853600,1562857200,1562860800,1562864400,1562868000,1562871600,1562875200,1562878800,1562882400,1562886000,1562889600,1562893200,1562896800,1562900400,1562904000,1562907600,1562911200,1562914800,1562918400,1562922000,1562925600,1562929200,1562932800,1562936400,1562940000,1562943600,1562947200,1562950800,1562954400,1562958000,1562961600,1562965200,1562968800,1562972400,1562976000,1562979600,1562983200,1562986800,1562990400,1562994000,1562997600,1563001200,1563004800,1563008400,1563012000,1563015600,1563019200,1563022800,1563026400,1563030000,1563033600,1563037200,1563040800,1563044400,1563048000,1563051600,1563055200,1563058800,1563062400,1563066000,1563069600,1563073200,1563076800,1563080400,1563084000,1563087600,1563091200,1563094800,1563098400,1563102000,1563105600,1563109200,1563112800,1563116400,1563120000,1563123600,1563127200,1563130800,1563134400,1563138000,1563141600,1563145200,1563148800,1563152400,1563156000,1563159600,1563163200,1563166800,1563170400,1563174000,1563177600,1563181200,1563184800,1563188400,1563192000,1563195600,1563199200,1563202800,1563206400,1563210000,1563213600,1563217200,1563220800,1563224400,1563228000,1563231600,1563235200,1563238800,1563242400,1563246000,1563249600,1563253200,1563256800,1563260400,1563264000,1563267600,1563271200,1563274800,1563278400,1563282000,1563285600,1563289200,1563292800,1563296400,1563300000,1563303600,1563307200,1563310800,1563314400,1563318000,1563321600,1563325200,1563328800,1563332400,1563336000,1563339600,1563343200,1563346800,1563350400,1563354000,1563357600,1563361200,1563364800,1563368400,1563372000,1563375600,1563379200,1563382800,1563386400,1563390000,1563393600,1563397200,1563400800,1563404400,1563408000,1563411600,1563415200,1563418800,1563422400,1563426000,1563429600,1563433200,1563436800,1563440400,1563444000,1563447600,1563451200,1563454800,1563458400,1563462000,1563465600,1563469200,1563472800,1563476400,1563480000,1563483600,1563487200,1563490800,1563494400,1563498000,1563501600,1563505200,1563508800,1563512400,1563516000,1563519600,1563523200,1563526800,1563530400,1563534000,1563537600,1563541200,1563544800,1563548400,1563552000,1563555600,1563559200,1563562800,1563566400,1563570000,1563573600,1563577200,1563580800,1563584400,1563588000,1563591600,1563595200,1563598800,1563602400,1563606000,1563609600,1563613200,1563616800,1563620400,1563624000,1563627600,1563631200,1563634800,1563638400,1563642000,1563645600,1563649200,1563652800,1563656400,1563660000,1563663600,1563667200,1563670800,1563674400,1563678000,1563681600,1563685200,1563688800,1563692400,1563696000,1563699600,1563703200,1563706800,1563710400,1563714000,1563717600,1563721200,1563724800,1563728400,1563732000,1563735600,1563739200,1563742800,1563746400,1563750000,1563753600,1563757200,1563760800,1563764400,1563768000,1563771600,1563775200,1563778800,1563782400,1563786000,1563789600,1563793200,1563796800,1563800400,1563804000,1563807600,1563811200,1563814800,1563818400,1563822000,1563825600,1563829200,1563832800,1563836400,1563840000,1563843600,1563847200,1563850800,1563854400,1563858000,1563861600,1563865200,1563868800,1563872400,1563876000,1563879600,1563883200,1563886800,1563890400,1563894000,1563897600,1563901200,1563904800,1563908400,1563912000,1563915600,1563919200,1563922800,1563926400,1563930000,1563933600,1563937200,1563940800,1563944400,1563948000,1563951600,1563955200,1563958800,1563962400,1563966000,1563969600,1563973200,1563976800,1563980400,1563984000,1563987600,1563991200,1563994800,1563998400,1564002000,1564005600,1564009200,1564012800,1564016400,1564020000,1564023600,1564027200,1564030800,1564034400,1564038000,1564041600,1564045200,1564048800,1564052400,1564056000,1564059600,1564063200,1564066800,1564070400,1564074000,1564077600,1564081200,1564084800,1564088400,1564092000,1564095600,1564099200,1564102800,1564106400,1564110000,1564113600,1564117200,1564120800,1564124400,1564128000,1564131600,1564135200,1564138800,1564142400,1564146000,1564149600,1564153200,1564156800,1564160400,1564164000,1564167600,1564171200,1564174800,1564178400,1564182000,1564185600,1564189200,1564192800,1564196400,1564200000,1564203600,1564207200,1564210800,1564214400,1564218000,1564221600,1564225200,1564228800,1564232400,1564236000,1564239600,1564243200,1564246800,1564250400,1564254000,1564257600,1564261200,1564264800,1564268400,1564272000,1564275600,1564279200,1564282800,1564286400,1564290000,1564293600,1564297200,1564300800,1564304400,1564308000,1564311600,1564315200,1564318800,1564322400,1564326000,1564329600,1564333200,1564336800,1564340400,1564344000,1564347600,1564351200,1564354800,1564358400,1564362000,1564365600,1564369200,1564372800,1564376400,1564380000,1564383600,1564387200,1564390800,1564394400,1564398000,1564401600,1564405200,1564408800,1564412400,1564416000,1564419600,1564423200,1564426800,1564430400,1564434000,1564437600,1564441200,1564444800,1564448400,1564452000,1564455600,1564459200,1564462800,1564466400,1564470000,1564473600,1564477200,1564480800,1564484400,1564488000,1564491600,1564495200,1564498800,1564502400,1564506000,1564509600,1564513200,1564516800,1564520400,1564524000,1564527600,1564531200,1564534800,1564538400,1564542000,1564545600,1564549200,1564552800,1564556400,1564560000,1564563600,1564567200,1564570800,1564574400,1564578000,1564581600,1564585200,1564588800,1564592400,1564596000,1564599600,1564603200,1564606800,1564610400,1564614000,1564617600,1564621200,1564624800,1564628400,1564632000,1564635600,1564639200,1564642800,1564646400,1564650000,1564653600,1564657200,1564660800,1564664400,1564668000,1564671600,1564675200,1564678800,1564682400,1564686000,1564689600,1564693200,1564696800,1564700400,1564704000,1564707600,1564711200,1564714800,1564718400,1564722000,1564725600,1564729200,1564732800,1564736400,1564740000,1564743600,1564747200,1564750800,1564754400,1564758000,1564761600,1564765200,1564768800,1564772400,1564776000,1564779600,1564783200,1564786800,1564790400,1564794000,1564797600,1564801200,1564804800,1564808400,1564812000,1564815600,1564819200,1564822800,1564826400,1564830000,1564833600,1564837200,1564840800,1564844400,1564848000,1564851600,1564855200,1564858800,1564862400,1564866000,1564869600,1564873200,1564876800,1564880400,1564884000,1564887600,1564891200,1564894800,1564898400,1564902000,1564905600,1564909200,1564912800,1564916400,1564920000,1564923600,1564927200,1564930800,1564934400,1564938000,1564941600,1564945200,1564948800,1564952400,1564956000,1564959600,1564963200,1564966800,1564970400,1564974000,1564977600,1564981200,1564984800,1564988400,1564992000,1564995600,1564999200,1565002800,1565006400,1565010000,1565013600,1565017200,1565020800,1565024400,1565028000,1565031600,1565035200,1565038800,1565042400,1565046000,1565049600,1565053200,1565056800,1565060400,1565064000,1565067600,1565071200,1565074800,1565078400,1565082000,1565085600,1565089200,1565092800,1565096400,1565100000,1565103600,1565107200,1565110800,1565114400,1565118000,1565121600,1565125200,1565128800,1565132400,1565136000,1565139600,1565143200,1565146800,1565150400,1565154000,1565157600,1565161200,1565164800,1565168400,1565172000,1565175600,1565179200,1565182800,1565186400,1565190000,1565193600,1565197200,1565200800,1565204400,1565208000,1565211600,1565215200,1565218800,1565222400,1565226000,1565229600,1565233200,1565236800,1565240400,1565244000,1565247600,1565251200,1565254800,1565258400,1565262000,1565265600,1565269200,1565272800,1565276400,1565280000,1565283600,1565287200,1565290800,1565294400,1565298000,1565301600,1565305200,1565308800,1565312400,1565316000,1565319600,1565323200,1565326800,1565330400,1565334000,1565337600,1565341200,1565344800,1565348400,1565352000,1565355600,1565359200,1565362800,1565366400,1565370000,1565373600,1565377200,1565380800,1565384400,1565388000,1565391600,1565395200,1565398800,1565402400,1565406000,1565409600,1565413200,1565416800,1565420400,1565424000,1565427600,1565431200,1565434800,1565438400,1565442000,1565445600,1565449200,1565452800,1565456400,1565460000,1565463600,1565467200,1565470800,1565474400,1565478000,1565481600,1565485200,1565488800,1565492400,1565496000,1565499600,1565503200,1565506800,1565510400,1565514000,1565517600,1565521200,1565524800,1565528400,1565532000,1565535600,1565539200,1565542800,1565546400,1565550000,1565553600,1565557200,1565560800,1565564400,1565568000,1565571600,1565575200,1565578800,1565582400,1565586000,1565589600,1565593200,1565596800,1565600400,1565604000,1565607600,1565611200,1565614800,1565618400,1565622000,1565625600,1565629200,1565632800,1565636400,1565640000,1565643600,1565647200,1565650800,1565654400,1565658000,1565661600,1565665200,1565668800,1565672400,1565676000,1565679600,1565683200,1565686800,1565690400,1565694000,1565697600,1565701200,1565704800,1565708400,1565712000,1565715600,1565719200,1565722800,1565726400,1565730000,1565733600,1565737200,1565740800,1565744400,1565748000,1565751600,1565755200,1565758800,1565762400,1565766000,1565769600,1565773200,1565776800,1565780400,1565784000,1565787600,1565791200,1565794800,1565798400,1565802000,1565805600,1565809200,1565812800,1565816400,1565820000,1565823600,1565827200,1565830800,1565834400,1565838000,1565841600,1565845200,1565848800,1565852400,1565856000,1565859600,1565863200,1565866800,1565870400,1565874000,1565877600,1565881200,1565884800,1565888400,1565892000,1565895600,1565899200,1565902800,1565906400,1565910000,1565913600,1565917200,1565920800,1565924400,1565928000,1565931600,1565935200,1565938800,1565942400,1565946000,1565949600,1565953200,1565956800,1565960400,1565964000,1565967600,1565971200,1565974800,1565978400,1565982000,1565985600,1565989200,1565992800,1565996400,1566000000,1566003600,1566007200,1566010800,1566014400,1566018000,1566021600,1566025200,1566028800,1566032400,1566036000,1566039600,1566043200,1566046800,1566050400,1566054000,1566057600,1566061200,1566064800,1566068400,1566072000,1566075600,1566079200,1566082800,1566086400,1566090000,1566093600,1566097200,1566100800,1566104400,1566108000,1566111600,1566115200,1566118800,1566122400,1566126000,1566129600,1566133200,1566136800,1566140400,1566144000,1566147600,1566151200,1566154800,1566158400,1566162000,1566165600,1566169200,1566172800,1566176400,1566180000,1566183600,1566187200,1566190800,1566194400,1566198000,1566201600,1566205200,1566208800,1566212400,1566216000,1566219600,1566223200,1566226800,1566230400,1566234000,1566237600,1566241200,1566244800,1566248400,1566252000,1566255600,1566259200,1566262800,1566266400,1566270000,1566273600,1566277200,1566280800,1566284400,1566288000,1566291600,1566295200,1566298800,1566302400,1566306000,1566309600,1566313200,1566316800,1566320400,1566324000,1566327600,1566331200,1566334800,1566338400,1566342000,1566345600,1566349200,1566352800,1566356400,1566360000,1566363600,1566367200,1566370800,1566374400,1566378000,1566381600,1566385200,1566388800,1566392400,1566396000,1566399600,1566403200,1566406800,1566410400,1566414000,1566417600,1566421200,1566424800,1566428400,1566432000,1566435600,1566439200,1566442800,1566446400,1566450000,1566453600,1566457200,1566460800,1566464400,1566468000,1566471600,1566475200,1566478800,1566482400,1566486000,1566489600,1566493200,1566496800,1566500400,1566504000,1566507600,1566511200,1566514800,1566518400,1566522000,1566525600,1566529200,1566532800,1566536400,1566540000,1566543600,1566547200,1566550800,1566554400,1566558000,1566561600,1566565200,1566568800,1566572400,1566576000,1566579600,1566583200,1566586800,1566590400,1566594000,1566597600,1566601200,1566604800,1566608400,1566612000,1566615600,1566619200,1566622800,1566626400,1566630000,1566633600,1566637200,1566640800,1566644400,1566648000,1566651600,1566655200,1566658800,1566662400,1566666000,1566669600,1566673200,1566676800,1566680400,1566684000,1566687600,1566691200,1566694800,1566698400,1566702000,1566705600,1566709200,1566712800,1566716400,1566720000,1566723600,1566727200,1566730800,1566734400,1566738000,1566741600,1566745200,1566748800,1566752400,1566756000,1566759600,1566763200,1566766800,1566770400,1566774000,1566777600,1566781200,1566784800,1566788400,1566792000,1566795600,1566799200,1566802800,1566806400,1566810000,1566813600,1566817200,1566820800,1566824400,1566828000,1566831600,1566835200,1566838800,1566842400,1566846000,1566849600,1566853200,1566856800,1566860400,1566864000,1566867600,1566871200,1566874800,1566878400,1566882000,1566885600,1566889200,1566892800,1566896400,1566900000,1566903600,1566907200,1566910800,1566914400,1566918000,1566921600,1566925200,1566928800,1566932400,1566936000,1566939600,1566943200,1566946800,1566950400,1566954000,1566957600,1566961200,1566964800,1566968400,1566972000,1566975600,1566979200,1566982800,1566986400,1566990000,1566993600,1566997200,1567000800,1567004400,1567008000,1567011600,1567015200,1567018800,1567022400,1567026000,1567029600,1567033200,1567036800,1567040400,1567044000,1567047600,1567051200,1567054800,1567058400,1567062000,1567065600,1567069200,1567072800,1567076400,1567080000,1567083600,1567087200,1567090800,1567094400,1567098000,1567101600,1567105200,1567108800,1567112400,1567116000,1567119600,1567123200,1567126800,1567130400,1567134000,1567137600,1567141200,1567144800,1567148400,1567152000,1567155600,1567159200,1567162800,1567166400,1567170000,1567173600,1567177200,1567180800,1567184400,1567188000,1567191600,1567195200,1567198800,1567202400,1567206000,1567209600,1567213200,1567216800,1567220400,1567224000,1567227600,1567231200,1567234800,1567238400,1567242000,1567245600,1567249200,1567252800,1567256400,1567260000,1567263600,1567267200,1567270800,1567274400,1567278000,1567281600,1567285200,1567288800,1567292400,1567296000,1567299600,1567303200,1567306800,1567310400,1567314000,1567317600,1567321200,1567324800,1567328400,1567332000,1567335600,1567339200,1567342800,1567346400,1567350000,1567353600,1567357200,1567360800,1567364400,1567368000,1567371600,1567375200,1567378800,1567382400,1567386000,1567389600,1567393200,1567396800,1567400400,1567404000,1567407600,1567411200,1567414800,1567418400,1567422000,1567425600,1567429200,1567432800,1567436400,1567440000,1567443600,1567447200,1567450800,1567454400,1567458000,1567461600,1567465200,1567468800,1567472400,1567476000,1567479600,1567483200,1567486800,1567490400,1567494000,1567497600,1567501200,1567504800,1567508400,1567512000,1567515600,1567519200,1567522800,1567526400,1567530000,1567533600,1567537200,1567540800,1567544400,1567548000,1567551600,1567555200,1567558800,1567562400,1567566000,1567569600,1567573200,1567576800,1567580400,1567584000,1567587600,1567591200,1567594800,1567598400,1567602000,1567605600,1567609200,1567612800,1567616400,1567620000,1567623600,1567627200,1567630800,1567634400,1567638000,1567641600,1567645200,1567648800,1567652400,1567656000,1567659600,1567663200,1567666800,1567670400,1567674000,1567677600,1567681200,1567684800,1567688400,1567692000,1567695600,1567699200,1567702800,1567706400,1567710000,1567713600,1567717200,1567720800,1567724400,1567728000,1567731600,1567735200,1567738800,1567742400,1567746000,1567749600,1567753200,1567756800,1567760400,1567764000,1567767600,1567771200,1567774800,1567778400,1567782000,1567785600,1567789200,1567792800,1567796400,1567800000,1567803600,1567807200,1567810800,1567814400,1567818000,1567821600,1567825200,1567828800,1567832400,1567836000,1567839600,1567843200,1567846800,1567850400,1567854000,1567857600,1567861200,1567864800,1567868400,1567872000,1567875600,1567879200,1567882800,1567886400,1567890000,1567893600,1567897200,1567900800,1567904400,1567908000,1567911600,1567915200,1567918800,1567922400,1567926000,1567929600,1567933200,1567936800,1567940400,1567944000,1567947600,1567951200,1567954800,1567958400,1567962000,1567965600,1567969200,1567972800,1567976400,1567980000,1567983600,1567987200,1567990800,1567994400,1567998000,1568001600,1568005200,1568008800,1568012400,1568016000,1568019600,1568023200,1568026800,1568030400,1568034000,1568037600,1568041200,1568044800,1568048400,1568052000,1568055600,1568059200,1568062800,1568066400,1568070000,1568073600,1568077200,1568080800,1568084400,1568088000,1568091600,1568095200,1568098800,1568102400,1568106000,1568109600,1568113200,1568116800,1568120400,1568124000,1568127600,1568131200,1568134800,1568138400,1568142000,1568145600,1568149200,1568152800,1568156400,1568160000,1568163600,1568167200,1568170800,1568174400,1568178000,1568181600,1568185200,1568188800,1568192400,1568196000,1568199600,1568203200,1568206800,1568210400,1568214000,1568217600,1568221200,1568224800,1568228400,1568232000,1568235600,1568239200,1568242800,1568246400,1568250000,1568253600,1568257200,1568260800,1568264400,1568268000,1568271600,1568275200,1568278800,1568282400,1568286000,1568289600,1568293200,1568296800,1568300400,1568304000,1568307600,1568311200,1568314800,1568318400,1568322000,1568325600,1568329200,1568332800,1568336400,1568340000,1568343600,1568347200,1568350800,1568354400,1568358000,1568361600,1568365200,1568368800,1568372400,1568376000,1568379600,1568383200,1568386800,1568390400,1568394000,1568397600,1568401200,1568404800,1568408400,1568412000,1568415600,1568419200,1568422800,1568426400,1568430000,1568433600,1568437200,1568440800,1568444400,1568448000,1568451600,1568455200,1568458800,1568462400,1568466000,1568469600,1568473200,1568476800,1568480400,1568484000,1568487600,1568491200,1568494800,1568498400,1568502000,1568505600,1568509200,1568512800,1568516400,1568520000,1568523600,1568527200,1568530800,1568534400,1568538000,1568541600,1568545200,1568548800,1568552400,1568556000,1568559600,1568563200,1568566800,1568570400,1568574000,1568577600,1568581200,1568584800,1568588400,1568592000,1568595600,1568599200,1568602800,1568606400,1568610000,1568613600,1568617200,1568620800,1568624400,1568628000,1568631600,1568635200,1568638800,1568642400,1568646000,1568649600,1568653200,1568656800,1568660400,1568664000,1568667600,1568671200,1568674800,1568678400,1568682000,1568685600,1568689200,1568692800,1568696400,1568700000,1568703600,1568707200,1568710800,1568714400,1568718000,1568721600,1568725200,1568728800,1568732400,1568736000,1568739600,1568743200,1568746800,1568750400,1568754000,1568757600,1568761200,1568764800,1568768400,1568772000,1568775600,1568779200,1568782800,1568786400,1568790000,1568793600,1568797200,1568800800,1568804400,1568808000,1568811600,1568815200,1568818800,1568822400,1568826000,1568829600,1568833200,1568836800,1568840400,1568844000,1568847600,1568851200,1568854800,1568858400,1568862000,1568865600,1568869200,1568872800,1568876400,1568880000,1568883600,1568887200,1568890800,1568894400,1568898000,1568901600,1568905200,1568908800,1568912400,1568916000,1568919600,1568923200,1568926800,1568930400,1568934000,1568937600,1568941200,1568944800,1568948400,1568952000,1568955600,1568959200,1568962800,1568966400,1568970000,1568973600,1568977200,1568980800,1568984400,1568988000,1568991600,1568995200,1568998800,1569002400,1569006000,1569009600,1569013200,1569016800,1569020400,1569024000,1569027600,1569031200,1569034800,1569038400,1569042000,1569045600,1569049200,1569052800,1569056400,1569060000,1569063600,1569067200,1569070800,1569074400,1569078000,1569081600,1569085200,1569088800,1569092400,1569096000,1569099600,1569103200,1569106800,1569110400,1569114000,1569117600,1569121200,1569124800,1569128400,1569132000,1569135600,1569139200,1569142800,1569146400,1569150000,1569153600,1569157200,1569160800,1569164400,1569168000,1569171600,1569175200,1569178800,1569182400,1569186000,1569189600,1569193200,1569196800,1569200400,1569204000,1569207600,1569211200,1569214800,1569218400,1569222000,1569225600,1569229200,1569232800,1569236400,1569240000,1569243600,1569247200,1569250800,1569254400,1569258000,1569261600,1569265200,1569268800,1569272400,1569276000,1569279600,1569283200,1569286800,1569290400,1569294000,1569297600,1569301200,1569304800,1569308400,1569312000,1569315600,1569319200,1569322800,1569326400,1569330000,1569333600,1569337200,1569340800,1569344400,1569348000,1569351600,1569355200,1569358800,1569362400,1569366000,1569369600,1569373200,1569376800,1569380400,1569384000,1569387600,1569391200,1569394800,1569398400,1569402000,1569405600,1569409200,1569412800,1569416400,1569420000,1569423600,1569427200,1569430800,1569434400,1569438000,1569441600,1569445200,1569448800,1569452400,1569456000,1569459600,1569463200,1569466800,1569470400,1569474000,1569477600,1569481200,1569484800,1569488400,1569492000,1569495600,1569499200,1569502800,1569506400,1569510000,1569513600,1569517200,1569520800,1569524400,1569528000,1569531600,1569535200,1569538800,1569542400,1569546000,1569549600,1569553200,1569556800,1569560400,1569564000,1569567600,1569571200,1569574800,1569578400,1569582000,1569585600,1569589200,1569592800,1569596400,1569600000,1569603600,1569607200,1569610800,1569614400,1569618000,1569621600,1569625200,1569628800,1569632400,1569636000,1569639600,1569643200,1569646800,1569650400,1569654000,1569657600,1569661200,1569664800,1569668400,1569672000,1569675600,1569679200,1569682800,1569686400,1569690000,1569693600,1569697200,1569700800,1569704400,1569708000,1569711600,1569715200,1569718800,1569722400,1569726000,1569729600,1569733200,1569736800,1569740400,1569744000,1569747600,1569751200,1569754800,1569758400,1569762000,1569765600,1569769200,1569772800,1569776400,1569780000,1569783600,1569787200,1569790800,1569794400,1569798000,1569801600,1569805200,1569808800,1569812400,1569816000,1569819600,1569823200,1569826800,1569830400,1569834000,1569837600,1569841200,1569844800,1569848400,1569852000,1569855600,1569859200,1569862800,1569866400,1569870000,1569873600,1569877200,1569880800,1569884400,1569888000,1569891600,1569895200,1569898800,1569902400,1569906000,1569909600,1569913200,1569916800,1569920400,1569924000,1569927600,1569931200,1569934800,1569938400,1569942000,1569945600,1569949200,1569952800,1569956400,1569960000,1569963600,1569967200,1569970800,1569974400,1569978000,1569981600,1569985200,1569988800,1569992400,1569996000,1569999600,1570003200,1570006800,1570010400,1570014000,1570017600,1570021200,1570024800,1570028400,1570032000,1570035600,1570039200,1570042800,1570046400,1570050000,1570053600,1570057200,1570060800,1570064400,1570068000,1570071600,1570075200,1570078800,1570082400,1570086000,1570089600,1570093200,1570096800,1570100400,1570104000,1570107600,1570111200,1570114800,1570118400,1570122000,1570125600,1570129200,1570132800,1570136400,1570140000,1570143600,1570147200,1570150800,1570154400,1570158000,1570161600,1570165200,1570168800,1570172400,1570176000,1570179600,1570183200,1570186800,1570190400,1570194000,1570197600,1570201200,1570204800,1570208400,1570212000,1570215600,1570219200,1570222800,1570226400,1570230000,1570233600,1570237200,1570240800,1570244400,1570248000,1570251600,1570255200,1570258800,1570262400,1570266000,1570269600,1570273200,1570276800,1570280400,1570284000,1570287600,1570291200,1570294800,1570298400,1570302000,1570305600,1570309200,1570312800,1570316400,1570320000,1570323600,1570327200,1570330800,1570334400,1570338000,1570341600,1570345200,1570348800,1570352400,1570356000,1570359600,1570363200,1570366800,1570370400,1570374000,1570377600,1570381200,1570384800,1570388400,1570392000,1570395600,1570399200,1570402800,1570406400,1570410000,1570413600,1570417200,1570420800,1570424400,1570428000,1570431600,1570435200,1570438800,1570442400,1570446000,1570449600,1570453200,1570456800,1570460400,1570464000,1570467600,1570471200,1570474800,1570478400,1570482000,1570485600,1570489200,1570492800,1570496400,1570500000,1570503600,1570507200,1570510800,1570514400,1570518000,1570521600,1570525200,1570528800,1570532400,1570536000,1570539600,1570543200,1570546800,1570550400,1570554000,1570557600,1570561200,1570564800,1570568400,1570572000,1570575600,1570579200,1570582800,1570586400,1570590000,1570593600,1570597200,1570600800,1570604400,1570608000,1570611600,1570615200,1570618800,1570622400,1570626000,1570629600,1570633200,1570636800,1570640400,1570644000,1570647600,1570651200,1570654800,1570658400,1570662000,1570665600,1570669200,1570672800,1570676400,1570680000,1570683600,1570687200,1570690800,1570694400,1570698000,1570701600,1570705200,1570708800,1570712400,1570716000,1570719600,1570723200,1570726800,1570730400,1570734000,1570737600,1570741200,1570744800,1570748400,1570752000,1570755600,1570759200,1570762800,1570766400,1570770000,1570773600,1570777200,1570780800,1570784400,1570788000,1570791600,1570795200,1570798800,1570802400,1570806000,1570809600,1570813200,1570816800,1570820400,1570824000,1570827600,1570831200,1570834800,1570838400,1570842000,1570845600,1570849200,1570852800,1570856400,1570860000,1570863600,1570867200,1570870800,1570874400,1570878000,1570881600,1570885200,1570888800,1570892400,1570896000,1570899600,1570903200,1570906800,1570910400,1570914000,1570917600,1570921200,1570924800,1570928400,1570932000,1570935600,1570939200,1570942800,1570946400,1570950000,1570953600,1570957200,1570960800,1570964400,1570968000,1570971600,1570975200,1570978800,1570982400,1570986000,1570989600,1570993200,1570996800,1571000400,1571004000,1571007600,1571011200,1571014800,1571018400,1571022000,1571025600,1571029200,1571032800,1571036400,1571040000,1571043600,1571047200,1571050800,1571054400,1571058000,1571061600,1571065200,1571068800,1571072400,1571076000,1571079600,1571083200,1571086800,1571090400,1571094000,1571097600,1571101200,1571104800,1571108400,1571112000,1571115600,1571119200,1571122800,1571126400,1571130000,1571133600,1571137200,1571140800,1571144400,1571148000,1571151600,1571155200,1571158800,1571162400,1571166000,1571169600,1571173200,1571176800,1571180400,1571184000,1571187600,1571191200,1571194800,1571198400,1571202000,1571205600,1571209200,1571212800,1571216400,1571220000,1571223600,1571227200,1571230800,1571234400,1571238000,1571241600,1571245200,1571248800,1571252400,1571256000,1571259600,1571263200,1571266800,1571270400,1571274000,1571277600,1571281200,1571284800,1571288400,1571292000,1571295600,1571299200,1571302800,1571306400,1571310000,1571313600,1571317200,1571320800,1571324400,1571328000,1571331600,1571335200,1571338800,1571342400,1571346000,1571349600,1571353200,1571356800,1571360400,1571364000,1571367600,1571371200,1571374800,1571378400,1571382000,1571385600,1571389200,1571392800,1571396400,1571400000,1571403600,1571407200,1571410800,1571414400,1571418000,1571421600,1571425200,1571428800,1571432400,1571436000,1571439600,1571443200,1571446800,1571450400,1571454000,1571457600,1571461200,1571464800,1571468400,1571472000,1571475600,1571479200,1571482800,1571486400,1571490000,1571493600,1571497200,1571500800,1571504400,1571508000,1571511600,1571515200,1571518800,1571522400,1571526000,1571529600,1571533200,1571536800,1571540400,1571544000,1571547600,1571551200,1571554800,1571558400,1571562000,1571565600,1571569200,1571572800,1571576400,1571580000,1571583600,1571587200,1571590800,1571594400,1571598000,1571601600,1571605200,1571608800,1571612400,1571616000,1571619600,1571623200,1571626800,1571630400,1571634000,1571637600,1571641200,1571644800,1571648400,1571652000,1571655600,1571659200,1571662800,1571666400,1571670000,1571673600,1571677200,1571680800,1571684400,1571688000,1571691600,1571695200,1571698800,1571702400,1571706000,1571709600,1571713200,1571716800,1571720400,1571724000,1571727600,1571731200,1571734800,1571738400,1571742000,1571745600,1571749200,1571752800,1571756400,1571760000,1571763600,1571767200,1571770800,1571774400,1571778000,1571781600,1571785200,1571788800,1571792400,1571796000,1571799600,1571803200,1571806800,1571810400,1571814000,1571817600,1571821200,1571824800,1571828400,1571832000,1571835600,1571839200,1571842800,1571846400,1571850000,1571853600,1571857200,1571860800,1571864400,1571868000,1571871600,1571875200,1571878800,1571882400,1571886000,1571889600,1571893200,1571896800,1571900400,1571904000,1571907600,1571911200,1571914800,1571918400,1571922000,1571925600,1571929200,1571932800,1571936400,1571940000,1571943600,1571947200,1571950800,1571954400,1571958000,1571961600,1571965200,1571968800,1571972400,1571976000,1571979600,1571983200,1571986800,1571990400,1571994000,1571997600,1572001200,1572004800,1572008400,1572012000,1572015600,1572019200,1572022800,1572026400,1572030000,1572033600,1572037200,1572040800,1572044400,1572048000,1572051600,1572055200,1572058800,1572062400,1572066000,1572069600,1572073200,1572076800,1572080400,1572084000,1572087600,1572091200,1572094800,1572098400,1572102000,1572105600,1572109200,1572112800,1572116400,1572120000,1572123600,1572127200,1572130800,1572134400,1572138000,1572141600,1572145200,1572148800,1572152400,1572156000,1572159600,1572163200,1572166800,1572170400,1572174000,1572177600,1572181200,1572184800,1572188400,1572192000,1572195600,1572199200,1572202800,1572206400,1572210000,1572213600,1572217200,1572220800,1572224400,1572228000,1572231600,1572235200,1572238800,1572242400,1572246000,1572249600,1572253200,1572256800,1572260400,1572264000,1572267600,1572271200,1572274800,1572278400,1572282000,1572285600,1572289200,1572292800,1572296400,1572300000,1572303600,1572307200,1572310800,1572314400,1572318000,1572321600,1572325200,1572328800,1572332400,1572336000,1572339600,1572343200,1572346800,1572350400,1572354000,1572357600,1572361200,1572364800,1572368400,1572372000,1572375600,1572379200,1572382800,1572386400,1572390000,1572393600,1572397200,1572400800,1572404400,1572408000,1572411600,1572415200,1572418800,1572422400,1572426000,1572429600,1572433200,1572436800,1572440400,1572444000,1572447600,1572451200,1572454800,1572458400,1572462000,1572465600,1572469200,1572472800,1572476400,1572480000,1572483600,1572487200,1572490800,1572494400,1572498000,1572501600,1572505200,1572508800,1572512400,1572516000,1572519600,1572523200,1572526800,1572530400,1572534000,1572537600,1572541200,1572544800,1572548400,1572552000,1572555600,1572559200,1572562800,1572566400,1572570000,1572573600,1572577200,1572580800,1572584400,1572588000,1572591600,1572595200,1572598800,1572602400,1572606000,1572609600,1572613200,1572616800,1572620400,1572624000,1572627600,1572631200,1572634800,1572638400,1572642000,1572645600,1572649200,1572652800,1572656400,1572660000,1572663600,1572667200,1572670800,1572674400,1572678000,1572681600,1572685200,1572688800,1572692400,1572696000,1572699600,1572703200,1572706800,1572710400,1572714000,1572717600,1572721200,1572724800,1572728400,1572732000,1572735600,1572739200,1572742800,1572746400,1572750000,1572753600,1572757200,1572760800,1572764400,1572768000,1572771600,1572775200,1572778800,1572782400,1572786000,1572789600,1572793200,1572796800,1572800400,1572804000,1572807600,1572811200,1572814800,1572818400,1572822000,1572825600,1572829200,1572832800,1572836400,1572840000,1572843600,1572847200,1572850800,1572854400,1572858000,1572861600,1572865200,1572868800,1572872400,1572876000,1572879600,1572883200,1572886800,1572890400,1572894000,1572897600,1572901200,1572904800,1572908400,1572912000,1572915600,1572919200,1572922800,1572926400,1572930000,1572933600,1572937200,1572940800,1572944400,1572948000,1572951600,1572955200,1572958800,1572962400,1572966000,1572969600,1572973200,1572976800,1572980400,1572984000,1572987600,1572991200,1572994800,1572998400,1573002000,1573005600,1573009200,1573012800,1573016400,1573020000,1573023600,1573027200,1573030800,1573034400,1573038000,1573041600,1573045200,1573048800,1573052400,1573056000,1573059600,1573063200,1573066800,1573070400,1573074000,1573077600,1573081200,1573084800,1573088400,1573092000,1573095600,1573099200,1573102800,1573106400,1573110000,1573113600,1573117200,1573120800,1573124400,1573128000,1573131600,1573135200,1573138800,1573142400,1573146000,1573149600,1573153200,1573156800,1573160400,1573164000,1573167600,1573171200,1573174800,1573178400,1573182000,1573185600,1573189200,1573192800,1573196400,1573200000,1573203600,1573207200,1573210800,1573214400,1573218000,1573221600,1573225200,1573228800,1573232400,1573236000,1573239600,1573243200,1573246800,1573250400,1573254000,1573257600,1573261200,1573264800,1573268400,1573272000,1573275600,1573279200,1573282800,1573286400,1573290000,1573293600,1573297200,1573300800,1573304400,1573308000,1573311600,1573315200,1573318800,1573322400,1573326000,1573329600,1573333200,1573336800,1573340400,1573344000,1573347600,1573351200,1573354800,1573358400,1573362000,1573365600,1573369200,1573372800,1573376400,1573380000,1573383600,1573387200,1573390800,1573394400,1573398000,1573401600,1573405200,1573408800,1573412400,1573416000,1573419600,1573423200,1573426800,1573430400,1573434000,1573437600,1573441200,1573444800,1573448400,1573452000,1573455600,1573459200,1573462800,1573466400,1573470000,1573473600,1573477200,1573480800,1573484400,1573488000,1573491600,1573495200,1573498800,1573502400,1573506000,1573509600,1573513200,1573516800,1573520400,1573524000,1573527600,1573531200,1573534800,1573538400,1573542000,1573545600,1573549200,1573552800,1573556400,1573560000,1573563600,1573567200,1573570800,1573574400,1573578000,1573581600,1573585200,1573588800,1573592400,1573596000,1573599600,1573603200,1573606800,1573610400,1573614000,1573617600,1573621200,1573624800,1573628400,1573632000,1573635600,1573639200,1573642800,1573646400,1573650000,1573653600,1573657200,1573660800,1573664400,1573668000,1573671600,1573675200,1573678800,1573682400,1573686000,1573689600,1573693200,1573696800,1573700400,1573704000,1573707600,1573711200,1573714800,1573718400,1573722000,1573725600,1573729200,1573732800,1573736400,1573740000,1573743600,1573747200,1573750800,1573754400,1573758000,1573761600,1573765200,1573768800,1573772400,1573776000,1573779600,1573783200,1573786800,1573790400,1573794000,1573797600,1573801200,1573804800,1573808400,1573812000,1573815600,1573819200,1573822800,1573826400,1573830000,1573833600,1573837200,1573840800,1573844400,1573848000,1573851600,1573855200,1573858800,1573862400,1573866000,1573869600,1573873200,1573876800,1573880400,1573884000,1573887600,1573891200,1573894800,1573898400,1573902000,1573905600,1573909200,1573912800,1573916400,1573920000,1573923600,1573927200,1573930800,1573934400,1573938000,1573941600,1573945200,1573948800,1573952400,1573956000,1573959600,1573963200,1573966800,1573970400,1573974000,1573977600,1573981200,1573984800,1573988400,1573992000,1573995600,1573999200,1574002800,1574006400,1574010000,1574013600,1574017200,1574020800,1574024400,1574028000,1574031600,1574035200,1574038800,1574042400,1574046000,1574049600,1574053200,1574056800,1574060400,1574064000,1574067600,1574071200,1574074800,1574078400,1574082000,1574085600,1574089200,1574092800,1574096400,1574100000,1574103600,1574107200,1574110800,1574114400,1574118000,1574121600,1574125200,1574128800,1574132400,1574136000,1574139600,1574143200,1574146800,1574150400,1574154000,1574157600,1574161200,1574164800,1574168400,1574172000,1574175600,1574179200,1574182800,1574186400,1574190000,1574193600,1574197200,1574200800,1574204400,1574208000,1574211600,1574215200,1574218800,1574222400,1574226000,1574229600,1574233200,1574236800,1574240400,1574244000,1574247600,1574251200,1574254800,1574258400,1574262000,1574265600,1574269200,1574272800,1574276400,1574280000,1574283600,1574287200,1574290800,1574294400,1574298000,1574301600,1574305200,1574308800,1574312400,1574316000,1574319600,1574323200,1574326800,1574330400,1574334000,1574337600,1574341200,1574344800,1574348400,1574352000,1574355600,1574359200,1574362800,1574366400,1574370000,1574373600,1574377200,1574380800,1574384400,1574388000,1574391600,1574395200,1574398800,1574402400,1574406000,1574409600,1574413200,1574416800,1574420400,1574424000,1574427600,1574431200,1574434800,1574438400,1574442000,1574445600,1574449200,1574452800,1574456400,1574460000,1574463600,1574467200,1574470800,1574474400,1574478000,1574481600,1574485200,1574488800,1574492400,1574496000,1574499600,1574503200,1574506800,1574510400,1574514000,1574517600,1574521200,1574524800,1574528400,1574532000,1574535600,1574539200,1574542800,1574546400,1574550000,1574553600,1574557200,1574560800,1574564400,1574568000,1574571600,1574575200,1574578800,1574582400,1574586000,1574589600,1574593200,1574596800,1574600400,1574604000,1574607600,1574611200,1574614800,1574618400,1574622000,1574625600,1574629200,1574632800,1574636400,1574640000,1574643600,1574647200,1574650800,1574654400,1574658000,1574661600,1574665200,1574668800,1574672400,1574676000,1574679600,1574683200,1574686800,1574690400,1574694000,1574697600,1574701200,1574704800,1574708400,1574712000,1574715600,1574719200,1574722800,1574726400,1574730000,1574733600,1574737200,1574740800,1574744400,1574748000,1574751600,1574755200,1574758800,1574762400,1574766000,1574769600,1574773200,1574776800,1574780400,1574784000,1574787600,1574791200,1574794800,1574798400,1574802000,1574805600,1574809200,1574812800,1574816400,1574820000,1574823600,1574827200,1574830800,1574834400,1574838000,1574841600,1574845200,1574848800,1574852400,1574856000,1574859600,1574863200,1574866800,1574870400,1574874000,1574877600,1574881200,1574884800,1574888400,1574892000,1574895600,1574899200,1574902800,1574906400,1574910000,1574913600,1574917200,1574920800,1574924400,1574928000,1574931600,1574935200,1574938800,1574942400,1574946000,1574949600,1574953200,1574956800,1574960400,1574964000,1574967600,1574971200,1574974800,1574978400,1574982000,1574985600,1574989200,1574992800,1574996400,1575000000,1575003600,1575007200,1575010800,1575014400,1575018000,1575021600,1575025200,1575028800,1575032400,1575036000,1575039600,1575043200,1575046800,1575050400,1575054000,1575057600,1575061200,1575064800,1575068400,1575072000,1575075600,1575079200,1575082800,1575086400,1575090000,1575093600,1575097200,1575100800,1575104400,1575108000,1575111600,1575115200,1575118800,1575122400,1575126000,1575129600,1575133200,1575136800,1575140400,1575144000,1575147600,1575151200,1575154800,1575158400,1575162000,1575165600,1575169200,1575172800,1575176400,1575180000,1575183600,1575187200,1575190800,1575194400,1575198000,1575201600,1575205200,1575208800,1575212400,1575216000,1575219600,1575223200,1575226800,1575230400,1575234000,1575237600,1575241200,1575244800,1575248400,1575252000,1575255600,1575259200,1575262800,1575266400,1575270000,1575273600,1575277200,1575280800,1575284400,1575288000,1575291600,1575295200,1575298800,1575302400,1575306000,1575309600,1575313200,1575316800,1575320400,1575324000,1575327600,1575331200,1575334800,1575338400,1575342000,1575345600,1575349200,1575352800,1575356400,1575360000,1575363600,1575367200,1575370800,1575374400,1575378000,1575381600,1575385200,1575388800,1575392400,1575396000,1575399600,1575403200,1575406800,1575410400,1575414000,1575417600,1575421200,1575424800,1575428400,1575432000,1575435600,1575439200,1575442800,1575446400,1575450000,1575453600,1575457200,1575460800,1575464400,1575468000,1575471600,1575475200,1575478800,1575482400,1575486000,1575489600,1575493200,1575496800,1575500400,1575504000,1575507600,1575511200,1575514800,1575518400,1575522000,1575525600,1575529200,1575532800,1575536400,1575540000,1575543600,1575547200,1575550800,1575554400,1575558000,1575561600,1575565200,1575568800,1575572400,1575576000,1575579600,1575583200,1575586800,1575590400,1575594000,1575597600,1575601200,1575604800,1575608400,1575612000,1575615600,1575619200,1575622800,1575626400,1575630000,1575633600,1575637200,1575640800,1575644400,1575648000,1575651600,1575655200,1575658800,1575662400,1575666000,1575669600,1575673200,1575676800,1575680400,1575684000,1575687600,1575691200,1575694800,1575698400,1575702000,1575705600,1575709200,1575712800,1575716400,1575720000,1575723600,1575727200,1575730800,1575734400,1575738000,1575741600,1575745200,1575748800,1575752400,1575756000,1575759600,1575763200,1575766800,1575770400,1575774000,1575777600,1575781200,1575784800,1575788400,1575792000,1575795600,1575799200,1575802800,1575806400,1575810000,1575813600,1575817200,1575820800,1575824400,1575828000,1575831600,1575835200,1575838800,1575842400,1575846000,1575849600,1575853200,1575856800,1575860400,1575864000,1575867600,1575871200,1575874800,1575878400,1575882000,1575885600,1575889200,1575892800,1575896400,1575900000,1575903600,1575907200,1575910800,1575914400,1575918000,1575921600,1575925200,1575928800,1575932400,1575936000,1575939600,1575943200,1575946800,1575950400,1575954000,1575957600,1575961200,1575964800,1575968400,1575972000,1575975600,1575979200,1575982800,1575986400,1575990000,1575993600,1575997200,1576000800,1576004400,1576008000,1576011600,1576015200,1576018800,1576022400,1576026000,1576029600,1576033200,1576036800,1576040400,1576044000,1576047600,1576051200,1576054800,1576058400,1576062000,1576065600,1576069200,1576072800,1576076400,1576080000,1576083600,1576087200,1576090800,1576094400,1576098000,1576101600,1576105200,1576108800,1576112400,1576116000,1576119600,1576123200,1576126800,1576130400,1576134000,1576137600,1576141200,1576144800,1576148400,1576152000,1576155600,1576159200,1576162800,1576166400,1576170000,1576173600,1576177200,1576180800,1576184400,1576188000,1576191600,1576195200,1576198800,1576202400,1576206000,1576209600,1576213200,1576216800,1576220400,1576224000,1576227600,1576231200,1576234800,1576238400,1576242000,1576245600,1576249200,1576252800,1576256400,1576260000,1576263600,1576267200,1576270800,1576274400,1576278000,1576281600,1576285200,1576288800,1576292400,1576296000,1576299600,1576303200,1576306800,1576310400,1576314000,1576317600,1576321200,1576324800,1576328400,1576332000,1576335600,1576339200,1576342800,1576346400,1576350000,1576353600,1576357200,1576360800,1576364400,1576368000,1576371600,1576375200,1576378800,1576382400,1576386000,1576389600,1576393200,1576396800,1576400400,1576404000,1576407600,1576411200,1576414800,1576418400,1576422000,1576425600,1576429200,1576432800,1576436400,1576440000,1576443600,1576447200,1576450800,1576454400,1576458000,1576461600,1576465200,1576468800,1576472400,1576476000,1576479600,1576483200,1576486800,1576490400,1576494000,1576497600,1576501200,1576504800,1576508400,1576512000,1576515600,1576519200,1576522800,1576526400,1576530000,1576533600,1576537200,1576540800,1576544400,1576548000,1576551600,1576555200,1576558800,1576562400,1576566000,1576569600,1576573200,1576576800,1576580400,1576584000,1576587600,1576591200,1576594800,1576598400,1576602000,1576605600,1576609200,1576612800,1576616400,1576620000,1576623600,1576627200,1576630800,1576634400,1576638000,1576641600,1576645200,1576648800,1576652400,1576656000,1576659600,1576663200,1576666800,1576670400,1576674000,1576677600,1576681200,1576684800,1576688400,1576692000,1576695600,1576699200,1576702800,1576706400,1576710000,1576713600,1576717200,1576720800,1576724400,1576728000,1576731600,1576735200,1576738800,1576742400,1576746000,1576749600,1576753200,1576756800,1576760400,1576764000,1576767600,1576771200,1576774800,1576778400,1576782000,1576785600,1576789200,1576792800,1576796400,1576800000,1576803600,1576807200,1576810800,1576814400,1576818000,1576821600,1576825200,1576828800,1576832400,1576836000,1576839600,1576843200,1576846800,1576850400,1576854000,1576857600,1576861200,1576864800,1576868400,1576872000,1576875600,1576879200,1576882800,1576886400,1576890000,1576893600,1576897200,1576900800,1576904400,1576908000,1576911600,1576915200,1576918800,1576922400,1576926000,1576929600,1576933200,1576936800,1576940400,1576944000,1576947600,1576951200,1576954800,1576958400,1576962000,1576965600,1576969200,1576972800,1576976400,1576980000,1576983600,1576987200,1576990800,1576994400,1576998000,1577001600,1577005200,1577008800,1577012400,1577016000,1577019600,1577023200,1577026800,1577030400,1577034000,1577037600,1577041200,1577044800,1577048400,1577052000,1577055600,1577059200,1577062800,1577066400,1577070000,1577073600,1577077200,1577080800,1577084400,1577088000,1577091600,1577095200,1577098800,1577102400,1577106000,1577109600,1577113200,1577116800,1577120400,1577124000,1577127600,1577131200,1577134800,1577138400,1577142000,1577145600,1577149200,1577152800,1577156400,1577160000,1577163600,1577167200,1577170800,1577174400,1577178000,1577181600,1577185200,1577188800,1577192400,1577196000,1577199600,1577203200,1577206800,1577210400,1577214000,1577217600,1577221200,1577224800,1577228400,1577232000,1577235600,1577239200,1577242800,1577246400,1577250000,1577253600,1577257200,1577260800,1577264400,1577268000,1577271600,1577275200,1577278800,1577282400,1577286000,1577289600,1577293200,1577296800,1577300400,1577304000,1577307600,1577311200,1577314800,1577318400,1577322000,1577325600,1577329200,1577332800,1577336400,1577340000,1577343600,1577347200,1577350800,1577354400,1577358000,1577361600,1577365200,1577368800,1577372400,1577376000,1577379600,1577383200,1577386800,1577390400,1577394000,1577397600,1577401200,1577404800,1577408400,1577412000,1577415600,1577419200,1577422800,1577426400,1577430000,1577433600,1577437200,1577440800,1577444400,1577448000,1577451600,1577455200,1577458800,1577462400,1577466000,1577469600,1577473200,1577476800,1577480400,1577484000,1577487600,1577491200,1577494800,1577498400,1577502000,1577505600,1577509200,1577512800,1577516400,1577520000,1577523600,1577527200,1577530800,1577534400,1577538000,1577541600,1577545200,1577548800,1577552400,1577556000,1577559600,1577563200,1577566800,1577570400,1577574000,1577577600,1577581200,1577584800,1577588400,1577592000,1577595600,1577599200,1577602800,1577606400,1577610000,1577613600,1577617200,1577620800,1577624400,1577628000,1577631600,1577635200,1577638800,1577642400,1577646000,1577649600,1577653200,1577656800,1577660400,1577664000,1577667600,1577671200,1577674800,1577678400,1577682000], [33,12,14,5,4,14,10,41,61,61,88,90,89,98,92,82,107,104,112,111,82,46,37,23,12,12,12,15,12,14,26,44,65,64,97,101,105,91,80,79,76,73,70,106,97,70,46,24,12,13,11,9,10,10,32,51,72,76,83,72,96,80,81,85,71,73,85,93,92,81,66,41,28,11,8,6,13,15,38,47,47,61,73,59,61,66,71,80,73,63,91,68,79,70,58,42,26,18,14,5,8,18,32,36,72,67,82,75,69,72,84,90,86,80,82,79,92,92,58,56,28,14,10,3,5,14,28,41,70,74,84,82,93,88,90,75,102,62,108,105,114,75,60,44,32,23,12,11,16,20,27,44,67,74,69,63,75,71,87,76,81,87,73,99,76,78,53,38,21,19,10,7,9,20,27,47,62,75,51,59,84,80,65,68,68,64,51,87,75,76,42,31,19,13,5,7,18,15,24,48,53,66,54,74,67,70,80,79,84,79,70,73,87,75,56,37,28,13,7,13,8,17,37,47,67,70,64,85,66,80,84,64,72,72,61,84,81,67,47,45,27,8,9,7,10,20,33,40,73,68,77,79,75,62,73,61,62,60,88,72,75,65,53,38,23,15,14,8,10,18,28,65,69,72,89,72,76,80,81,99,86,87,96,112,86,92,60,45,20,25,10,8,14,10,31,54,85,90,97,86,105,125,98,92,95,119,112,100,115,89,68,49,23,14,11,10,19,16,48,63,73,93,83,106,102,111,112,107,93,87,101,105,95,99,61,32,25,12,7,10,18,21,32,53,68,86,83,98,95,78,98,77,80,84,96,93,100,91,74,41,22,11,11,5,12,25,35,61,79,88,92,86,67,80,79,80,89,74,105,91,88,72,60,31,16,16,11,10,15,25,47,56,65,66,87,60,89,69,70,71,75,66,79,88,94,75,47,24,21,14,8,13,17,31,28,69,80,78,92,61,62,60,93,94,82,76,65,73,78,60,48,28,24,20,10,9,9,23,38,59,88,75,72,108,95,83,96,83,93,100,84,91,96,102,74,40,23,14,9,6,7,12,38,59,71,114,106,110,116,117,124,119,115,119,140,123,99,88,69,50,27,18,15,14,12,33,51,78,111,128,115,140,145,142,145,135,146,136,144,154,141,85,70,62,33,18,12,16,23,30,61,65,91,105,126,110,105,115,105,100,116,95,105,120,104,88,67,40,25,21,7,12,18,30,53,63,85,103,107,103,119,93,104,105,93,97,89,98,111,81,76,28,21,13,13,16,16,27,36,55,76,78,88,82,105,96,97,83,71,80,87,103,81,86,60,35,18,13,10,8,12,24,36,71,69,78,94,83,88,90,91,76,90,63,80,74,74,76,48,41,25,21,14,10,12,32,46,70,128,115,99,99,108,99,113,91,110,84,87,114,107,85,75,35,28,13,16,15,12,27,40,65,93,115,111,121,98,104,103,128,125,133,99,134,135,114,65,32,29,12,13,9,14,22,45,79,73,94,93,95,97,102,109,110,87,106,110,122,121,90,69,45,27,10,8,5,15,25,47,58,87,100,96,104,84,110,128,100,101,108,103,110,108,99,75,47,26,19,12,15,13,31,41,66,86,122,115,123,100,124,144,125,134,123,118,136,114,75,76,42,23,15,11,11,21,38,61,95,113,123,97,118,125,110,104,115,109,98,108,113,107,88,64,37,23,13,14,9,21,31,49,72,77,103,105,94,92,86,78,75,76,73,72,84,67,66,53,35,25,21,11,16,12,24,47,67,93,98,94,95,112,97,97,102,99,91,87,91,85,62,75,35,20,23,14,6,15,26,45,67,94,106,90,113,109,107,100,85,95,79,68,96,70,78,58,45,24,11,10,11,10,33,33,43,75,85,76,82,74,59,83,98,72,70,102,86,89,86,61,42,25,10,8,11,9,22,32,48,68,62,82,64,85,79,65,86,84,93,78,94,57,59,48,36,20,15,10,10,16,16,34,47,58,58,72,66,77,68,88,62,71,64,82,92,86,55,51,27,16,13,9,7,17,20,32,42,61,74,88,78,81,88,57,76,77,75,94,85,78,79,54,26,17,10,8,6,11,23,35,59,72,57,84,69,72,74,88,84,80,72,72,90,61,63,61,23,16,16,14,9,7,18,48,82,100,104,114,96,77,80,84,93,81,96,89,91,81,72,64,41,30,20,14,9,13,14,38,60,86,101,98,98,89,114,109,131,93,108,119,127,88,65,59,47,26,13,5,8,5,26,35,48,68,83,83,95,67,98,103,82,82,99,78,110,95,65,47,29,15,14,13,4,7,22,38,50,70,81,84,102,75,90,88,93,87,78,78,91,83,80,49,35,17,12,8,9,12,17,38,47,50,67,73,87,91,79,81,89,88,94,86,83,95,72,49,31,17,11,13,7,17,21,37,56,59,81,78,68,92,61,78,87,80,72,65,61,58,50,46,29,10,9,8,14,14,32,35,44,52,61,89,67,66,58,58,74,68,71,54,79,68,64,55,30,21,11,15,12,15,26,39,73,75,86,80,81,97,95,89,89,89,87,76,82,69,58,69,40,28,15,17,10,12,23,46,75,91,97,93,103,103,126,124,115,99,115,96,104,94,81,71,45,25,18,13,11,10,21,38,68,79,127,97,100,92,115,108,104,94,96,111,112,101,86,66,39,24,23,9,9,9,29,46,68,80,70,82,89,107,97,93,94,81,106,102,103,137,79,71,40,36,17,14,10,25,34,42,64,73,96,103,101,136,112,106,103,103,93,112,97,103,82,63,32,24,15,10,9,16,28,45,48,74,75,90,94,92,114,122,107,100,93,87,89,81,81,55,38,24,12,12,12,16,29,45,65,58,81,97,94,78,86,89,87,74,65,81,98,81,71,56,40,19,13,14,10,11,23,56,66,62,105,99,86,100,121,108,102,103,112,102,151,152,94,57,33,27,17,11,9,12,16,45,59,83,101,104,118,117,136,140,120,135,115,124,119,137,92,72,48,23,17,11,12,16,24,32,60,81,96,102,101,84,85,75,92,104,87,111,105,86,66,44,38,15,15,13,11,20,29,33,73,95,113,80,103,84,92,85,69,84,73,74,89,92,83,48,37,10,16,7,6,8,30,36,57,74,79,80,94,91,73,97,96,97,93,84,98,90,85,57,37,15,10,13,8,13,22,40,50,73,88,74,93,88,83,70,76,70,82,87,88,57,61,47,23,15,11,9,8,17,24,43,48,73,64,72,81,78,91,70,73,69,74,60,60,62,47,52,24,18,13,7,10,18,26,37,49,74,91,81,86,83,74,85,95,103,72,77,86,81,75,56,43,25,22,8,3,12,19,48,69,96,102,102,109,105,96,85,101,111,94,101,118,107,88,71,44,23,12,15,4,13,18,41,58,70,84,86,99,101,121,117,114,91,85,115,107,115,88,53,38,27,13,13,8,13,33,44,66,85,90,110,104,110,98,91,104,117,105,111,118,125,93,82,51,17,15,10,14,15,24,56,82,78,75,115,118,80,88,130,110,102,96,94,101,91,101,66,41,16,15,16,7,13,24,55,77,99,79,94,108,87,84,92,94,84,110,68,68,77,65,40,34,15,10,8,13,14,21,43,63,85,103,94,78,83,81,68,79,92,73,62,64,51,53,42,23,27,22,11,10,13,24,33,65,76,97,84,91,83,86,93,103,98,68,83,71,64,82,70,34,20,16,0,9,8,8,16,50,67,95,109,104,110,101,89,95,91,92,85,122,110,101,81,50,27,22,16,8,9,24,25,40,53,73,89,77,69,91,85,87,93,70,73,89,84,68,55,42,17,12,6,9,16,20,35,57,52,67,92,88,126,95,77,90,81,81,70,82,83,55,57,30,21,9,7,3,18,16,33,57,58,66,74,74,74,73,75,75,68,64,76,80,66,62,53,37,21,15,6,10,10,23,37,37,36,59,61,70,53,57,63,58,61,58,58,65,90,66,48,26,12,9,8,6,8,18,23,37,48,67,55,61,73,45,52,53,52,57,46,64,59,41,39,34,26,14,19,12,16,16,29,51,64,66,76,59,67,55,58,66,59,58,58,56,55,53,49,36,19,7,12,7,10,22,34,42,54,75,66,52,60,71,63,57,71,74,68,67,85,61,49,33,26,6,12,9,12,22,41,46,61,67,62,60,61,84,65,54,65,62,76,66,78,67,55,27,23,12,5,2,13,34,45,72,84,93,103,94,69,79,57,66,62,64,64,76,63,68,46,30,21,8,5,10,12,21,25,50,44,43,54,59,51,68,58,62,49,58,78,55,57,58,45,24,10,17,15,9,7,21,27,50,50,59,54,59,50,53,53,52,50,46,55,57,66,58,41,26,13,17,6,5,9,22,19,44,42,58,55,60,48,51,51,49,50,37,45,50,51,50,43,23,21,10,9,5,11,19,34,37,39,57,67,69,69,63,49,45,61,46,60,55,53,66,36,11,18,11,10,9,10,8,25,45,63,65,62,53,53,66,66,77,70,65,65,62,76,65,52,32,19,11,13,7,7,19,32,39,54,57,76,61,79,72,75,71,50,51,62,68,63,59,49,31,29,11,1,11,10,25,36,36,53,57,69,65,62,51,70,50,55,55,57,54,62,61,36,25,10,9,3,4,12,23,28,39,37,57,57,42,56,39,71,49,49,52,63,65,48,57,28,17,13,11,11,9,12,13,30,35,47,47,50,47,35,45,48,50,50,44,48,48,37,38,43,23,18,14,9,10,13,18,26,50,45,55,52,49,41,60,49,49,43,42,40,40,47,36,29,18,17,4,7,5,8,9,16,31,40,48,47,49,59,54,63,56,51,45,48,52,54,43,41,27,19,14,5,10,6,11,23,37,56,65,60,69,62,69,69,62,71,64,47,50,75,66,39,28,17,6,7,5,4,14,28,35,44,74,53,58,52,47,62,63,62,47,66,61,85,59,55,31,15,13,5,7,7,20,23,30,43,57,54,63,50,55,71,56,44,62,38,72,60,52,47,21,14,14,7,12,6,9,25,46,44,59,52,59,34,42,50,56,53,61,44,47,65,38,38,29,13,8,5,9,19,17,25,50,45,64,53,54,44,55,49,70,57,46,47,53,58,43,22,22,14,7,9,1,0,4,0,10,45,50,40,56,62,47,48,46,45,34,55,41,36,40,31,24,15,8,7,6,12,14,24,33,68,71,72,63,57,54,43,46,37,38,50,52,37,45,37,23,18,9,8,5,6,12,23,33,41,47,41,46,34,41,33,44,64,56,42,53,63,49,44,24,7,12,4,9,16,15,23,34,58,50,67,60,48,59,41,44,45,53,56,52,55,47,29,21,16,9,7,3,12,15,27,37,41,42,47,35,44,39,52,51,44,45,51,50,60,48,37,24,14,13,6,3,5,22,17,33,43,59,59,50,38,55,64,40,37,41,46,54,49,41,24,20,17,11,5,3,10,15,25,35,39,55,56,54,60,41,53,41,34,46,57,42,54,39,29,23,17,4,6,2,3,11,25,34,39,38,35,39,40,51,50,42,33,38,36,35,36,35,34,24,15,4,7,4,6,5,17,42,37,43,45,22,37,39,40,43,47,32,40,44,45,37,35,25,14,9,5,6,5,8,25,35,28,43,34,46,55,25,48,49,47,55,52,51,51,45,34,11,11,10,5,3,4,5,22,32,45,56,41,51,54,52,42,45,44,37,45,51,50,41,37,21,18,6,10,2,9,15,27,25,42,36,41,38,52,39,28,44,46,34,30,44,42,38,33,16,8,13,8,6,5,13,23,28,38,41,54,43,43,44,55,40,30,33,42,52,47,38,27,18,6,12,4,7,10,20,24,31,28,30,32,34,46,32,28,38,45,31,42,40,41,38,28,19,12,6,7,5,8,15,21,23,34,26,40,41,31,26,36,33,35,34,33,22,23,39,24,16,12,8,6,5,9,18,20,35,31,42,29,36,31,37,38,40,41,33,28,47,41,39,23,16,13,9,4,5,6,7,15,32,41,30,36,40,37,40,25,37,29,28,31,60,43,44,31,16,8,1,3,4,10,12,20,32,37,35,45,65,43,52,48,54,54,49,50,53,50,60,34,17,12,7,2,7,11,18,22,22,42,42,40,42,49,36,36,32,44,34,47,36,46,33,23,18,10,15,2,1,8,14,22,21,26,35,34,40,39,31,36,32,36,37,37,45,38,39,21,18,7,6,2,3,7,12,27,27,35,35,32,27,29,38,36,33,30,35,41,29,54,47,25,16,6,5,8,4,8,8,17,28,30,39,39,38,41,38,44,33,25,27,37,29,30,33,17,19,6,8,5,4,6,6,16,35,38,36,42,43,45,35,41,44,56,48,25,42,34,30,24,19,14,7,6,4,5,15,21,24,40,40,47,34,47,48,39,44,49,46,42,58,61,51,37,21,12,7,6,5,7,11,25,31,37,45,53,52,58,50,47,55,37,54,53,71,53,37,22,24,10,8,0,5,4,16,15,31,36,40,54,49,59,55,48,57,39,42,51,40,61,43,33,17,7,12,4,3,9,19,24,25,35,43,40,28,37,34,40,34,22,36,34,42,49,30,33,14,15,5,4,4,4,13,22,23,30,38,35,33,33,39,41,35,43,38,37,36,42,40,20,13,9,5,5,7,13,14,18,14,22,42,48,51,39,28,39,42,36,33,29,22,34,28,13,20,13,8,11,8,5,7,15,25,20,27,30,34,36,32,38,34,31,27,28,29,26,33,22,9,13,10,4,1,5,12,20,27,34,31,31,27,33,34,27,39,38,36,35,39,30,38,24,17,11,5,7,4,6,10,14,32,25,34,50,32,37,34,37,33,45,32,31,36,37,33,23,25,8,5,3,5,6,9,22,25,31,28,37,46,36,40,53,43,35,35,37,43,49,30,24,18,8,3,7,4,6,11,25,27,41,29,39,45,52,30,42,25,35,37,42,38,32,33,29,23,7,6,3,6,5,15,19,27,40,36,43,50,48,38,32,39,47,33,31,27,43,27,27,14,11,10,5,5,8,12,20,36,27,36,33,33,29,30,35,39,33,29,23,33,33,29,20,16,10,3,8,5,6,9,14,34,29,31,20,23,22,26,32,27,31,23,30,17,40,35,23,21,11,7,2,7,4,9,17,19,26,22,34,34,38,27,33,29,38,26,36,45,41,44,24,9,6,2,0,4,4,13,18,33,38,39,42,54,39,46,37,46,30,40,42,38,49,33,32,14,8,5,5,3,7,14,21,30,41,28,38,40,41,51,40,31,32,31,46,28,35,48,20,23,4,5,12,7,4,17,21,23,36,35,38,29,27,28,32,32,41,37,42,36,49,24,22,28,12,4,3,4,8,13,22,20,36,23,28,20,33,34,29,22,32,22,29,32,36,29,19,14,13,6,5,1,6,12,17,22,29,22,32,33,33,38,34,23,44,24,25,25,36,24,16,13,6,9,2,1,3,9,7,17,25,27,36,24,25,19,34,26,22,36,26,33,29,31,19,12,14,3,6,4,2,5,14,26,22,24,29,29,34,29,35,40,34,36,28,48,31,28,17,20,2,2,6,3,6,9,15,26,29,35,47,37,34,35,43,25,33,26,37,31,32,34,33,16,11,10,10,5,4,9,17,32,41,30,30,31,31,33,47,33,37,40,50,43,43,39,19,16,13,5,6,2,7,9,22,24,32,46,41,30,28,36,35,22,32,25,23,41,39,33,29,20,16,6,6,6,6,23,16,18,29,41,44,35,29,26,34,26,29,35,28,29,31,33,23,18,8,6,5,6,6,9,18,22,29,27,34,42,39,18,28,27,25,21,30,29,24,27,21,13,11,7,5,4,4,6,14,18,20,24,31,22,16,16,17,18,26,28,21,24,22,27,21,11,10,9,1,2,5,10,12,23,25,22,26,30,28,20,17,30,23,29,20,36,27,35,23,16,12,6,3,2,3,4,16,28,21,21,30,18,32,22,17,34,31,37,30,20,40,34,25,14,10,5,7,6,3,9,18,23,32,40,38,43,23,27,49,42,28,35,27,36,38,31,21,18,10,5,5,7,2,8,12,20,32,24,31,35,30,24,32,26,32,25,33,27,30,26,24,20,8,4,0,3,4,9,13,17,21,27,26,34,34,22,36,27,32,30,25,29,36,30,17,24,4,4,3,3,6,4,13,19,21,22,31,24,20,28,24,25,26,27,28,25,32,21,15,13,4,6,5,2,5,10,18,19,23,24,24,24,31,31,29,20,25,26,18,23,29,22,15,11,15,7,5,2,3,8,12,14,15,23,25,31,19,26,18,26,29,38,29,34,39,35,27,24,16,5,4,3,4,8,24,20,23,27,27,31,30,35,38,35,28,31,24,29,37,27,24,16,5,5,3,2,4,9,10,26,26,21,30,27,26,27,33,23,28,27,25,23,35,36,21,12,7,8,4,1,6,11,8,19,24,38,36,22,46,39,36,22,45,26,26,43,41,44,32,15,5,6,4,7,6,13,12,12,27,35,25,26,43,27,34,23,33,37,27,20,40,35,27,7,7,8,6,4,7,11,14,17,18,30,26,34,26,32,39,23,29,29,29,33,29,37,17,17,8,8,3,5,3,8,13,12,32,22,33,35,18,32,30,28,18,24,27,34,29,32,33,24,20,14,9,3,6,11,21,27,32,34,31,31,35,35,41,27,26,37,21,46,43,37,24,25,12,4,4,6,9,7,20,13,31,31,39,40,49,44,51,54,50,30,47,35,47,36,28,20,17,6,6,8,9,15,23,28,29,28,33,33,39,41,26,29,26,24,29,23,38,39,29,14,10,6,5,5,2,15,22,26,24,34,33,28,34,33,44,41,38,28,25,38,32,36,28,28,6,5,7,5,3,13,20,19,28,33,31,33,31,37,25,34,31,18,43,32,30,29,18,10,17,10,5,4,6,12,25,23,21,34,28,31,45,37,40,33,29,29,32,29,22,26,23,26,7,5,3,5,4,9,15,22,18,22,24,25,21,30,27,35,25,22,23,33,31,26,20,25,15,7,3,3,3,6,9,24,24,26,28,32,37,39,26,31,34,26,34,33,32,40,22,19,11,11,4,3,2,7,15,23,25,28,44,34,41,37,32,42,27,39,39,43,44,36,26,18,15,5,2,3,6,12,18,15,28,34,33,33,25,35,51,30,34,37,26,47,39,34,23,13,7,1,4,4,3,9,14,18,31,27,29,41,32,27,46,23,41,20,28,45,45,41,31,24,12,3,6,6,3,11,16,22,19,29,42,28,38,33,30,32,36,30,32,32,31,27,24,12,10,4,1,1,4,5,20,23,21,29,38,32,26,31,29,19,22,22,29,42,26,23,27,17,17,8,8,4,5,9,16,24,37,35,34,22,40,26,30,17,30,33,25,28,30,27,22,12,8,4,4,4,9,4,9,30,25,32,24,28,31,33,38,36,29,25,35,35,33,38,27,26,20,6,6,3,6,7,10,24,42,34,35,36,39,47,42,41,35,48,39,39,43,33,26,21,12,11,5,1,7,13,17,29,37,25,29,32,35,36,40,30,38,33,43,30,32,40,32,18,9,7,2,7,4,9,15,26,30,38,29,35,22,26,30,32,42,31,26,26,39,40,21,10,8,8,3,4,6,8,16,36,30,34,27,35,25,29,39,38,30,26,26,34,36,37,20,13,9,4,6,4,9,7,12,23,26,34,20,31,23,31,32,22,22,27,22,22,28,22,19,19,9,5,2,5,4,8,14,18,16,26,35,26,29,25,20,24,35,22,24,23,24,28,21,16,10,5,5,2,5,5,11,20,20,26,38,33,22,28,38,34,34,31,25,29,28,31,26,15,13,5,9,5,5,12,13,8,20,32,24,42,34,27,32,32,27,40,19,29,37,24,28,21,8,4,4,1,1,9,12,21,26,31,28,37,27,32,32,27,22,32,38,29,49,32,25,14,7,6,4,2,5,9,9,23,25,25,27,24,28,26,29,27,27,28,28,33,30,29,24,18,6,6,5,3,2,7,11,10,15,28,22,23,22,23,26,18,16,19,22,17,17,28,17,13,10,9,1,2,6,3,13,18,25,26,25,28,28,27,33,30,27,31,22,24,28,37,25,12,19,8,3,3,4,6,18,18,30,26,29,30,28,27,27,20,26,23,24,32,23,32,28,13,16,7,5,2,3,9,7,29,35,28,33,30,34,41,32,35,36,29,31,21,32,34,22,16,12,5,0,5,5,8,14,21,22,34,34,53,31,29,34,46,40,48,33,38,46,36,23,21,8,10,5,3,5,12,14,20,43,36,36,36,31,26,36,35,26,31,38,28,43,30,27,20,13,6,5,6,11,9,12,13,29,33,36,41,21,29,42,40,24,34,31,24,33,33,38,19,7,8,7,5,5,7,10,18,26,35,36,31,37,39,30,29,35,25,23,33,27,37,25,16,10,8,1,8,3,8,10,20,21,26,28,24,30,30,25,26,24,32,34,23,26,29,31,14,11,8,1,3,4,13,9,23,24,22,33,37,29,22,24,26,24,23,20,23,34,19,19,15,12,5,5,3,6,5,11,20,26,20,30,29,26,30,36,19,38,42,34,36,55,32,38,19,9,4,2,4,3,12,14,19,29,40,33,32,34,34,35,30,33,25,37,32,28,30,28,19,16,10,3,1,5,12,8,21,31,43,32,34,26,35,43,22,35,27,33,32,24,37,24,21,13,6,5,3,6,13,12,23,36,33,34,48,33,41,30,49,40,36,25,30,32,36,26,18,5,5,3,1,5,11,18,21,31,34,29,42,35,36,35,26,32,36,25,29,37,30,25,20,11,12,3,5,5,10,18,20,27,28,38,27,29,26,34,33,34,21,30,30,24,23,16,16,6,6,6,4,6,5,12,12,28,23,38,44,28,38,37,36,20,23,27,26,29,28,22,10,14,9,6,6,6,5,11,19,32,23,27,31,32,32,28,30,29,35,36,30,38,28,21,18,10,7,5,6,4,9,12,26,27,30,47,34,38,27,48,36,30,35,40,32,32,29,37,27,9,8,6,4,6,8,15,25,26,28,33,31,27,34,28,35,36,36,34,39,40,34,35,14,7,7,2,2,7,14,30,13,29,31,24,23,27,34,31,34,30,25,25,35,39,30,29,20,17,2,8,3,4,6,15,20,33,27,27,29,31,36,32,38,24,25,23,29,31,27,18,16,12,10,3,4,6,11,13,18,30,35,22,29,36,32,27,22,23,36,27,30,26,27,24,13,10,6,5,7,7,5,15,18,24,20,23,33,36,18,26,39,19,20,25,22,22,28,18,18,10,4,5,2,5,3,15,19,23,24,33,28,29,25,31,28,35,26,39,39,40,34,26,18,17,8,9,4,5,12,20,24,31,31,42,40,35,48,41,33,41,39,32,41,27,29,32,26,15,2,8,2,2,12,19,23,29,34,32,28,43,40,44,32,34,48,27,30,37,26,30,24,11,3,6,4,7,15,13,20,21,34,26,27,41,28,38,29,36,27,28,27,34,33,24,10,10,12,4,5,7,9,19,11,26,24,39,33,30,24,33,35,35,27,33,30,34,36,28,19,13,8,1,2,3,11,17,24,35,25,28,30,30,30,38,26,30,27,18,25,32,43,20,10,9,3,4,2,3,4,14,21,22,28,37,31,27,31,28,31,29,36,38,25,24,25,18,20,6,4,1,7,5,6,12,22,40,35,31,40,35,41,21,33,27,41,35,32,32,38,19,13,9,4,6,3,5,11,18,15,25,19,24,31,31,33,31,28,39,42,34,42,41,29,36,19,17,8,3,4,1,12,18,22,28,33,35,33,33,45,37,34,38,39,42,39,50,34,24,14,11,9,5,7,5,6,20,30,27,40,35,34,34,31,31,29,34,35,29,52,52,45,30,23,13,2,5,5,6,14,9,20,33,31,26,39,31,28,47,30,24,42,37,29,28,37,25,21,11,8,2,4,7,16,20,20,30,31,38,32,35,32,32,25,26,31,29,33,33,29,22,19,14,4,5,3,7,13,19,24,31,28,27,29,30,24,40,29,37,40,29,33,21,28,36,15,13,5,4,4,3,10,24,12,16,33,40,36,38,30,33,33,37,39,39,43,40,35,17,20,9,3,6,6,8,12,21,27,34,34,38,40,24,42,39,40,37,49,36,47,42,49,37,17,10,8,6,7,7,15,23,32,39,31,40,31,34,41,39,39,48,41,51,35,52,34,29,14,13,4,6,8,6,15,26,26,33,36,34,51,40,34,42,48,28,22,33,27,33,44,31,21,9,4,5,6,9,11,21,27,36,34,26,33,16,39,37,34,37,33,30,29,49,32,30,15,12,8,6,7,11,15,19,27,31,29,40,32,31,38,26,31,32,31,28,20,34,23,26,17,12,11,6,7,4,12,14,20,39,29,31,30,44,32,39,35,42,38,32,31,42,36,23,25,11,8,5,3,4,9,16,22,38,36,41,34,48,38,46,32,35,35,38,40,56,44,29,26,14,7,7,7,4,10,25,26,49,41,37,30,45,35,35,43,51,49,40,41,47,47,39,19,5,9,5,5,8,10,24,25,33,42,33,40,40,39,40,56,51,35,38,30,41,39,32,16,11,8,5,7,6,10,12,27,36,39,50,37,41,38,42,33,39,35,37,37,42,32,27,25,12,10,5,6,6,12,19,33,33,36,34,47,34,30,46,44,48,35,38,39,37,39,30,24,11,6,2,5,5,13,29,24,32,42,36,55,45,34,39,37,43,49,43,38,37,44,30,19,12,8,4,5,8,12,15,32,29,36,41,30,27,31,35,42,33,38,37,28,38,40,26,24,17,9,7,5,7,13,18,22,40,28,23,43,30,33,39,37,36,60,44,53,52,45,30,15,16,6,9,6,9,27,19,26,34,52,48,34,45,53,47,59,48,56,62,67,39,42,32,28,7,9,6,6,9,16,30,29,38,44,36,58,50,58,53,43,49,47,35,51,51,52,33,21,8,8,4,6,8,16,28,35,49,41,52,48,44,42,44,40,46,63,39,44,58,34,34,31,15,6,5,10,11,16,15,33,39,27,47,37,33,40,45,35,39,42,37,35,38,39,27,17,12,6,8,8,7,6,30,30,30,30,34,32,31,35,48,34,30,30,27,39,35,25,28,14,12,7,3,3,5,9,28,39,28,40,38,34,37,35,29,34,31,36,28,32,35,35,30,25,17,12,5,2,4,11,21,25,32,38,47,42,31,40,32,35,37,42,47,44,54,49,41,28,16,6,1,4,14,11,18,32,32,49,57,54,44,45,43,43,45,36,56,56,62,70,30,21,16,8,7,7,12,11,15,22,34,29,45,47,39,50,51,53,53,42,42,45,59,48,41,17,19,9,11,4,9,17,33,29,35,47,36,54,59,43,51,52,52,50,28,51,58,56,30,14,11,6,9,11,10,18,14,41,50,47,43,47,49,32,47,48,51,31,41,42,51,51,38,23,12,9,11,6,12,25,20,30,44,35,53,50,45,54,41,40,40,50,42,39,48,40,38,11,11,8,8,9,7,10,21,43,44,50,42,47,50,46,51,49,54,32,41,43,71,61,29,20,15,4,4,5,8,17,18,43,50,39,44,48,33,60,53,47,56,67,56,59,59,73,32,22,22,6,2,6,11,18,24,42,45,53,48,50,64,63,59,39,66,55,61,56,64,69,47,32,20,16,5,2,6,20,31,34,41,44,59,57,41,63,52,49,54,50,49,45,54,52,39,25,13,8,3,7,8,18,25,36,42,52,46,52,43,52,53,56,52,45,59,56,51,44,50,26,15,5,7,3,7,16,23,35,53,37,55,34,47,44,49,51,51,45,50,54,52,59,41,26,18,10,9,5,10,16,25,33,39,35,51,48,39,42,30,46,34,46,46,34,29,36,39,18,15,10,4,6,12,16,25,35,45,47,51,50,59,43,44,49,49,45,30,47,71,41,48,19,17,8,10,5,7,15,23,38,35,50,52,45,51,62,58,56,48,76,51,53,70,54,40,26,17,12,12,4,12,16,29,33,40,40,58,57,68,61,53,55,44,37,58,42,41,60,40,26,17,11,7,6,3,12,33,37,42,47,54,67,40,64,51,52,41,54,49,48,67,55,48,32,15,11,8,6,11,21,23,39,41,38,56,50,51,52,41,51,42,71,67,60,65,65,37,32,18,4,10,8,9,12,30,42,37,50,51,42,46,46,54,45,54,39,46,64,51,34,34,23,5,9,7,10,11,15,39,42,41,47,57,44,41,36,42,55,55,46,43,52,55,58,32,20,11,15,7,6,7,7,31,35,52,31,44,45,48,48,46,45,59,38,43,43,55,40,40,28,15,6,9,4,3,10,26,32,33,41,57,55,39,43,63,56,46,50,47,69,67,52,43,23,21,10,8,8,8,11,22,34,30,61,48,59,59,64,59,61,44,49,64,45,56,49,35,27,21,10,4,6,13,12,28,38,35,59,50,55,54,60,48,50,51,55,57,58,66,52,36,33,16,11,9,8,14,25,23,40,39,33,44,50,49,49,48,48,48,40,40,53,50,56,43,17,6,13,10,8,11,22,27,30,33,34,45,46,38,51,50,41,47,45,65,50,52,54,35,25,16,4,7,5,10,19,23,34,32,49,42,40,40,55,45,45,33,37,41,52,50,49,32,26,23,15,13,6,9,13,26,33,43,52,59,55,57,61,54,53,52,52,38,49,57,58,43,35,18,22,3,8,4,15,20,32,55,57,67,61,60,72,63,69,59,62,71,80,79,69,48,36,23,14,11,3,8,15,12,38,54,63,57,61,49,55,61,51,60,64,65,71,77,66,44,31,20,9,7,8,13,17,28,35,33,59,55,61,44,59,62,47,61,55,72,49,58,68,56,34,21,13,10,2,11,21,28,39,46,44,48,67,68,67,48,59,49,55,57,75,66,67,43,36,15,16,11,9,10,29,33,39,52,56,53,63,42,60,75,59,72,59,67,74,65,56,33,22,18,8,9,7,9,14,33,37,40,57,65,61,58,53,68,52,51,61,52,77,52,43,53,36,19,13,18,11,8,17,50,44,70,68,60,66,57,56,63,62,65,47,62,59,65,54,50,23,20,21,10,6,7,10,21,40,56,61,73,65,53,58,64,56,79,69,61,75,72,72,49,34,29,18,10,7,11,20,28,35,57,60,68,65,57,66,63,68,64,56,59,66,87,85,56,28,20,11,8,10,19,19,27,55,53,52,58,68,58,58,69,63,66,46,83,70,82,75,53,36,16,14,5,9,8,12,28,39,57,56,59,63,65,61,54,75,64,61,68,64,91,73,45,34,27,10,13,10,10,20,31,36,51,47,64,61,66,65,53,65,61,60,58,66,80,71,55,33,17,15,7,11,12,18,42,40,56,57,70,69,65,72,70,72,67,55,58,79,67,57,57,48,25,13,11,7,7,12,33,55,61,82,73,66,71,73,67,63,63,66,69,78,73,70,51,25,24,14,9,10,9,14,38,44,75,69,76,76,75,77,58,74,69,91,6,37,60,54,39,29,17,16,11,8,16,12,21,41,48,55,77,65,67,62,54,66,58,68,75,78,90,75,47,29,22,16,6,10,12,36,29,50,57,67,85,55,57,51,70,76,65,75,79,76,83,74,49,36,25,14,10,9,19,21,42,43,53,63,71,71,63,58,81,61,79,84,83,100,100,93,54,33,32,18,7,6,14,25,36,39,72,69,67,63,63,87,70,66,69,79,78,56,104,79,60,57,30,16,9,13,15,24,30,52,49,61,60,69,61,58,65,75,65,60,69,73,61,74,50,24,26,22,9,11,10,22,32,42,59,59,64,67,64,76,64,56,83,69,68,90,71,73,60,44,16,18,11,6,9,19,38,56,68,79,76,66,91,78,79,64,85,98,88,104,95,93,66,49,25,18,7,13,13,19,30,51,57,73,71,83,85,70,75,91,80,76,73,84,109,97,65,37,21,9,10,10,12,25,36,60,57,63,89,80,83,95,66,86,68,84,78,115,89,76,63,32,21,23,14,9,9,26,28,49,54,78,72,68,79,76,82,66,61,81,77,89,88,73,63,39,31,15,6,9,13,19,28,58,54,69,65,70,79,73,71,60,70,71,66,86,87,91,41,36,26,11,6,7,13,22,32,49,50,77,66,63,70,65,55,71,62,62,59,75,85,74,40,36,33,12,7,19,10,20,29,53,77,84,74,72,72,78,80,64,85,74,66,79,92,79,66,49,25,16,14,5,15,18,33,51,77,96,90,103,104,75,107,94,83,86,93,112,119,99,62,44,19,16,6,7,20,32,36,56,58,62,91,90,92,73,89,73,82,75,85,109,115,89,61,51,28,13,20,8,20,28,33,51,75,79,89,91,70,97,79,68,91,95,114,101,121,105,82,63,33,16,12,18,25,23,40,57,75,86,83,85,102,98,83,90,91,96,108,117,114,109,97,39,37,24,11,15,15,24,35,59,72,82,99,93,89,89,91,76,83,71,82,74,84,82,71,38,30,16,8,12,19,22,45,60,77,85,77,92,80,77,101,77,70,99,89,116,99,90,60,52,34,18,11,16,15,40,42,74,100,90,100,91,110,94,97,104,85,87,94,95,82,94,78,39,32,33,10,17,19,36,69,111,121,108,107,108,93,102,101,85,100,124,104,104,102,79,38,24,13,10,8,14,18,33,52,75,87,79,97,94,87,75,91,81,103,96,106,109,109,76,77,35,24,22,7,18,26,35,48,58,66,72,79,95,86,85,83,78,70,89,87,104,108,78,62,30,25,22,13,15,16,31,45,65,74,76,54,76,91,77,74,72,72,80,100,109,107,76,66,49,21,24,7,9,22,36,50,73,77,79,107,87,79,86,75,86,84,81,97,94,100,91,70,37,18,16,10,20,22,36,61,68,80,106,86,75,77,74,78,103,121,108,100,98,103,105,74,45,26,21,10,9,13,33,72,85,114,115,98,97,91,92,92,86,113,102,81,109,116,102,75,36,30,23,15,14,15,33,65,88,103,94,98,108,93,90,81,101,108,139,143,121,120,107,62,31,23,9,23,13,12,38,51,46,89,89,110,103,103,87,99,107,113,153,146,159,151,119,75,31,34,16,13,12,15,36,63,63,93,113,114,110,109,116,107,113,127,130,133,141,141,77,60,32,23,14,14,21,28,44,72,104,128,120,126,118,96,103,103,97,111,115,136,126,135,89,60,44,16,10,17,18,23,47,58,78,104,109,107,96,87,98,97,84,99,105,109,121,112,88,75,38,22,19,16,9,20,46,58,51,83,77,81,76,79,83,81,81,85,72,90,91,102,87,70,48,27,17,9,16,16,40,53,85,84,90,109,106,89,102,99,89,106,99,95,108,104,111,79,40,23,15,11,9,14,26,43,73,101,91,96,92,96,99,107,91,87,129,118,128,137,95,59,34,22,18,14,17,25,22,41,62,85,94,92,89,98,90,93,89,108,91,115,134,95,94,66,28,23,15,10,15,24,35,42,57,68,92,79,75,104,86,92,76,71,106,98,91,106,88,64,42,27,21,6,10,17,29,45,48,53,72,70,91,70,90,70,67,88,87,96,104,99,90,66,41,28,15,11,10,15,26,35,62,72,69,77,83,77,65,65,75,78,95,101,107,99,80,56,29,18,13,12,8,17,22,40,52,62,67,70,66,66,83,77,74,56,83,70,86,76,59,48,35,29,16,12,13,19,24,56,53,81,81,73,91,73,86,60,70,77,91,91,98,99,90,73,39,22,14,16,13,11,23,45,67,88,87,110,92,84,85,75,89,102,92,102,135,91,83,74,51,30,14,13,9,13,27,50,63,59,90,70,60,79,90,85,87,70,86,88,107,125,80,58,58,20,21,15,9,13,20,37,53,61,87,75,91,69,70,58,75,72,101,89,83,99,100,54,49,25,16,11,10,17,27,36,43,67,74,70,71,72,70,54,57,63,73,68,87,89,68,55,45,20,17,10,11,11,18,27,41,81,73,65,71,77,62,93,75,55,84,78,79,76,70,67,52,32,32,12,10,12,25,35,41,63,83,91,74,84,89,78,91,67,89,96,115,84,82,72,59,40,25,13,8,8,24,29,64,80,106,93,114,105,106,106,99,104,83,91,109,110,65,92,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [31,17,15,8,18,14,38,45,103,196,178,159,148,133,142,144,122,139,130,159,143,120,80,43,37,16,14,15,17,30,50,97,116,133,156,156,150,156,153,136,133,95,131,126,127,109,70,44,17,19,15,15,13,35,54,72,104,108,121,113,108,120,112,127,112,101,127,128,113,108,50,38,25,10,15,10,13,25,47,73,107,112,105,133,114,107,123,101,101,106,116,112,93,85,60,39,22,12,9,10,12,33,61,91,118,117,154,100,121,116,104,103,95,77,94,78,92,80,59,35,19,16,9,10,18,21,47,87,109,130,108,134,116,127,121,107,102,83,97,101,123,111,72,50,26,21,5,8,16,17,52,99,114,119,95,138,119,112,105,114,104,102,87,121,103,90,53,35,18,7,13,7,16,21,38,57,78,91,103,107,98,111,102,90,89,87,97,112,101,72,62,30,23,14,7,3,12,14,43,53,58,86,83,81,73,89,80,86,75,64,79,100,86,68,54,38,25,13,9,11,9,30,34,41,61,58,75,81,82,54,57,74,64,80,80,98,83,67,36,31,21,11,9,8,9,18,30,39,52,56,73,65,77,71,84,59,73,87,74,69,78,66,49,30,18,7,14,7,14,22,18,31,45,49,64,68,72,67,65,88,71,61,62,56,66,59,51,38,22,20,8,8,5,17,31,54,69,74,87,78,77,70,64,62,101,95,79,81,79,90,56,44,22,11,10,10,6,14,38,58,77,102,105,106,99,95,99,86,87,88,100,100,100,68,52,32,23,15,14,7,7,18,35,50,72,71,104,93,112,91,106,87,87,74,64,91,94,75,52,34,16,15,6,11,14,17,26,49,73,61,71,76,80,69,72,73,51,74,92,74,76,57,38,33,24,11,10,7,6,16,34,53,46,72,78,78,75,92,86,68,56,71,84,79,64,57,44,34,16,8,9,10,11,14,29,51,53,59,62,76,55,78,56,52,52,61,45,62,65,72,40,17,9,13,5,8,12,14,24,42,49,51,57,58,49,60,53,70,48,52,52,55,60,41,39,21,12,12,4,5,11,9,30,40,48,47,63,60,54,46,61,56,56,62,58,67,54,69,37,35,20,13,7,4,6,8,26,42,53,64,56,71,64,70,71,64,58,57,77,84,57,48,33,24,23,18,8,5,9,10,20,30,54,58,60,61,46,64,58,61,54,57,49,69,55,48,52,24,14,6,7,6,4,18,17,39,49,44,46,52,48,60,49,57,70,56,60,80,64,66,43,24,9,12,7,4,6,10,16,42,55,58,53,65,61,75,75,78,69,72,88,102,75,76,54,38,14,14,5,9,6,17,34,46,55,72,87,57,76,61,77,82,66,75,70,82,86,67,51,33,15,9,4,6,8,11,26,43,61,75,79,64,59,70,66,60,57,54,52,76,63,58,47,23,25,11,8,9,6,18,30,48,49,76,65,68,96,63,86,79,65,81,65,72,75,64,54,38,22,13,8,8,6,11,24,48,73,85,70,77,71,89,97,97,94,88,93,88,87,57,61,33,20,11,8,5,9,22,27,46,61,69,87,85,84,77,77,66,85,80,71,82,72,73,65,30,17,8,10,6,5,17,36,44,65,65,76,73,63,72,61,81,76,63,80,86,79,71,63,41,16,13,3,5,9,22,44,48,59,51,58,42,67,71,77,79,58,62,74,90,95,94,49,33,22,18,12,7,4,14,22,33,50,54,65,64,62,64,81,59,54,57,54,80,80,59,50,23,13,10,6,6,11,21,38,41,43,59,63,46,50,58,68,65,46,49,42,49,63,43,46,29,19,11,5,6,10,11,21,39,62,77,75,74,77,73,75,62,60,54,85,68,72,60,59,32,15,11,5,10,8,24,24,41,71,65,82,72,68,74,72,67,75,49,36,47,51,48,49,27,12,7,5,6,6,16,30,47,58,73,56,55,51,77,81,64,65,55,66,80,72,70,45,30,21,12,7,6,7,12,22,43,54,71,59,64,69,73,58,69,63,54,65,67,70,68,57,18,19,14,10,6,11,21,33,49,59,54,58,55,59,101,72,60,56,70,74,67,70,57,43,33,13,7,7,7,6,23,25,32,52,66,67,69,62,56,66,53,55,56,61,69,70,59,41,31,16,11,6,4,10,21,36,43,54,57,64,66,69,52,50,64,65,52,54,66,67,65,41,30,19,17,9,10,5,12,29,41,64,68,61,59,60,70,69,75,73,75,66,60,60,57,54,37,20,10,10,9,4,15,33,42,65,68,68,78,90,75,71,79,80,68,103,101,77,66,47,34,15,11,6,1,10,15,31,45,46,68,59,77,90,74,70,104,73,78,63,67,65,65,45,29,22,10,5,6,5,17,40,41,49,51,58,62,70,67,56,70,72,62,73,60,51,48,43,27,8,5,15,7,10,14,33,45,51,40,39,39,40,58,57,38,38,39,74,46,55,59,31,21,23,7,1,4,7,16,22,36,52,42,57,74,45,49,64,63,52,62,75,59,57,47,41,33,19,7,6,5,7,16,26,37,39,44,54,59,59,87,56,54,51,45,44,46,59,47,34,32,14,11,6,5,4,13,30,44,41,62,63,73,58,62,69,61,58,61,51,61,52,78,51,29,25,14,12,3,5,7,22,35,49,71,83,67,56,62,49,69,62,67,70,73,82,68,45,30,24,12,10,9,12,14,19,31,55,55,56,51,71,70,74,67,71,57,66,75,75,62,47,37,17,8,7,4,3,17,35,39,48,53,53,51,62,54,56,56,53,54,73,64,73,55,38,41,11,8,4,3,4,18,18,27,42,62,61,34,47,53,63,53,57,62,58,66,44,55,30,30,17,15,6,8,9,10,26,26,46,49,68,56,48,54,57,63,51,58,65,54,52,55,38,22,12,4,9,6,4,18,31,30,44,58,58,50,42,50,48,46,45,49,66,38,49,35,38,23,16,9,8,7,3,14,22,26,45,55,61,55,47,67,59,63,59,52,46,44,37,50,33,24,20,13,7,6,5,3,25,37,48,54,68,75,81,59,54,42,69,67,67,78,63,68,36,37,23,9,10,2,7,11,20,26,44,46,46,51,46,48,51,42,62,60,65,61,65,66,41,32,11,10,4,7,10,14,19,40,34,49,53,63,60,43,49,53,44,43,48,53,61,52,44,32,14,7,4,9,4,9,19,33,52,52,62,44,48,47,48,51,59,53,54,79,53,55,36,23,22,8,11,1,9,10,20,29,30,52,56,46,48,42,54,51,44,45,27,62,50,37,41,21,15,12,9,10,8,4,24,24,48,34,37,29,52,47,42,50,53,36,44,42,38,37,33,22,18,6,4,4,8,9,24,32,40,46,49,51,44,50,40,54,56,36,47,51,55,51,41,17,14,11,7,3,9,11,30,40,40,68,61,57,57,57,66,39,40,64,71,72,57,38,26,18,9,6,3,7,10,12,24,36,46,63,52,38,55,70,61,62,66,52,63,55,55,46,40,18,16,7,7,8,11,12,15,43,32,68,65,60,51,56,61,46,48,34,60,48,47,36,34,17,10,6,6,7,10,17,31,33,31,16,62,59,67,45,52,47,58,68,52,59,53,38,34,23,11,6,6,6,6,19,25,32,34,52,52,40,49,45,49,52,33,33,38,40,32,39,32,17,15,6,1,7,2,12,27,31,48,39,50,53,57,40,45,47,51,44,32,51,54,50,41,34,19,11,9,7,11,8,29,49,51,46,72,50,63,59,53,60,55,45,50,57,64,46,42,23,18,15,0,9,6,8,16,24,35,48,46,59,68,60,72,52,49,60,61,89,69,67,49,23,17,14,10,3,11,13,22,26,46,46,51,64,64,61,53,67,67,60,69,57,62,58,42,31,13,9,9,8,11,7,21,35,41,52,62,53,58,52,66,50,64,52,60,57,70,59,42,19,11,7,4,3,8,16,31,31,45,52,52,45,50,46,51,44,69,66,62,76,71,56,39,34,19,6,5,4,9,16,31,45,69,83,82,78,71,73,84,97,69,64,67,61,47,52,23,25,12,5,7,5,10,15,25,39,52,50,40,59,56,60,51,58,50,47,38,45,45,54,27,22,14,18,4,5,9,14,19,32,37,45,31,37,35,35,35,23,46,41,47,37,38,27,23,21,14,15,8,4,6,12,24,41,44,57,71,46,52,58,48,49,50,60,54,73,51,60,30,27,16,7,5,7,12,9,28,42,75,101,88,87,73,63,62,57,101,88,82,88,55,56,42,30,9,18,6,6,4,19,31,49,68,57,88,69,61,67,68,67,70,65,63,74,67,59,40,22,11,7,4,11,8,9,30,34,51,66,48,83,68,71,73,84,69,65,64,66,61,39,40,30,15,8,10,13,13,14,21,35,54,58,69,63,80,75,61,63,65,73,57,49,62,57,37,20,24,12,20,12,14,12,53,45,45,55,43,77,57,51,43,56,62,58,38,49,51,48,27,25,14,11,4,8,14,21,42,43,63,58,53,51,44,69,54,60,66,58,37,46,56,59,31,45,27,15,13,10,13,13,20,52,44,75,76,62,69,61,68,72,49,67,92,88,89,57,46,30,22,4,6,3,7,14,24,41,54,74,67,80,71,58,60,58,63,59,66,74,66,49,38,51,19,11,7,10,12,28,47,35,61,83,83,80,55,68,50,51,68,49,47,65,44,35,34,22,6,10,9,9,11,24,36,46,46,50,68,67,53,70,52,44,54,50,53,101,50,51,41,24,13,16,6,9,17,21,20,50,49,59,71,51,65,63,60,52,47,36,38,45,59,55,37,22,16,6,9,5,7,16,23,48,59,60,50,54,56,51,44,49,42,43,43,41,51,50,37,42,18,16,10,13,16,37,56,62,73,52,62,61,50,63,52,58,45,48,47,42,50,47,38,24,14,4,6,7,5,10,11,29,58,50,60,70,46,52,71,50,47,66,44,103,71,49,43,18,17,11,7,5,8,24,33,53,50,69,61,70,52,81,76,67,72,82,78,48,63,36,24,17,13,6,10,7,16,22,18,57,61,62,61,77,91,75,70,62,66,52,54,61,53,55,43,21,19,8,7,9,14,15,37,46,65,72,82,80,60,75,60,61,58,66,61,77,63,53,42,15,11,9,14,14,14,37,58,63,62,74,67,62,80,82,55,81,77,45,61,69,75,59,33,21,16,9,16,14,21,39,80,76,60,44,64,64,74,77,92,68,46,56,60,53,63,44,26,18,23,30,16,14,20,15,16,36,54,60,70,63,67,62,81,64,57,57,57,56,65,36,29,19,21,22,9,16,21,29,34,57,61,75,138,88,71,54,58,70,65,57,65,59,60,72,44,29,18,16,8,11,10,20,50,56,54,86,89,109,86,62,60,64,58,58,66,59,56,40,23,17,5,6,5,5,6,24,31,42,66,59,70,47,61,66,44,55,52,53,59,52,51,51,37,23,12,5,9,12,18,30,54,30,69,55,49,46,55,58,42,44,36,54,48,48,51,43,37,29,17,8,6,10,6,16,22,27,45,51,49,42,45,47,42,55,40,36,36,46,43,45,32,23,14,6,7,4,9,16,18,33,44,41,38,44,39,42,53,44,37,30,37,37,43,32,20,27,13,6,3,0,4,9,17,24,35,40,52,46,36,45,49,49,55,43,52,47,55,43,28,23,12,9,3,3,3,9,17,34,49,63,76,55,71,50,62,55,56,60,57,60,40,46,28,29,12,4,6,4,8,6,14,20,38,54,57,54,74,59,59,56,61,75,66,55,77,56,52,26,18,11,3,10,13,18,22,26,40,57,48,65,53,61,40,43,55,46,57,65,54,52,38,24,13,8,5,3,6,16,23,30,44,49,58,52,54,52,50,57,35,58,48,43,43,36,36,31,17,11,8,3,8,15,19,27,54,63,60,67,48,49,43,44,48,38,48,46,52,40,31,20,9,4,5,5,1,16,21,30,29,40,36,63,44,38,30,42,36,28,38,46,30,28,33,20,13,9,8,4,4,11,15,36,34,50,34,35,39,32,37,40,36,33,30,46,36,37,37,12,17,15,6,2,4,10,20,40,52,40,34,25,25,30,38,36,43,46,36,48,45,47,32,21,8,3,2,5,5,11,22,26,42,48,36,52,50,46,46,39,47,38,49,43,65,51,35,22,12,6,5,7,10,20,34,29,37,34,45,45,49,57,48,55,57,47,44,55,67,60,41,28,10,4,9,6,4,7,27,30,45,40,60,41,50,48,55,51,45,46,51,55,48,41,38,22,14,11,6,4,5,16,27,35,43,43,33,34,39,28,36,40,45,33,37,25,35,38,29,11,8,11,4,5,3,16,23,25,26,42,39,55,48,41,40,38,38,40,36,30,34,32,25,17,12,6,7,5,3,5,25,33,34,36,30,35,27,34,33,30,30,29,42,39,31,39,37,20,14,9,7,2,6,9,15,27,43,41,48,42,38,49,40,57,57,39,43,42,55,53,43,20,9,10,2,5,5,17,22,37,28,42,48,49,52,67,45,44,45,43,47,47,58,50,29,21,14,8,6,4,6,21,23,33,35,37,42,35,49,47,37,46,41,39,47,39,43,42,29,22,13,4,4,2,5,16,22,27,21,40,43,38,43,38,42,38,65,34,44,34,50,47,29,30,11,6,9,2,5,9,16,24,39,34,40,45,49,33,33,44,38,35,37,38,42,37,30,11,10,6,3,1,8,13,14,22,32,36,42,46,39,35,43,39,32,25,23,29,37,30,24,12,6,7,5,1,5,9,12,23,28,35,35,22,34,26,21,29,29,22,21,27,33,36,22,22,12,11,6,4,3,8,18,24,39,26,30,34,36,29,29,39,28,40,39,51,39,32,34,25,11,11,3,2,6,7,18,28,39,35,45,55,41,48,51,40,44,35,30,40,37,28,32,22,5,4,3,5,5,11,12,27,30,34,34,36,33,37,42,38,30,27,37,36,34,34,32,23,10,8,4,2,6,13,13,26,27,35,44,52,46,28,38,33,42,27,24,37,34,38,33,23,17,6,4,4,6,15,21,25,26,38,42,19,40,34,35,37,30,31,25,26,23,16,28,16,10,8,7,5,4,7,18,21,29,24,27,31,26,30,33,29,22,24,20,26,26,24,22,13,11,1,5,2,3,4,14,17,32,26,31,30,20,14,25,18,26,26,33,26,20,21,26,16,9,4,3,2,1,8,12,15,27,38,29,28,31,22,30,40,29,27,27,34,40,28,29,22,10,4,7,4,1,11,15,16,27,34,44,39,41,24,40,47,35,36,29,47,52,35,22,11,8,10,2,4,3,9,18,23,44,42,39,40,46,44,28,35,33,22,32,37,42,33,25,17,11,10,1,4,7,9,14,17,34,28,24,33,44,36,31,30,26,31,26,27,41,17,17,16,11,4,4,7,8,17,17,24,30,26,29,39,42,32,25,32,29,19,22,36,38,20,21,19,8,2,7,4,6,9,26,27,27,38,25,20,26,33,23,33,26,18,26,33,34,27,24,15,9,9,5,4,3,7,13,17,23,26,29,36,34,29,33,26,28,31,43,35,45,27,28,16,12,9,7,0,7,6,14,25,31,27,31,26,26,41,38,31,35,26,36,47,39,44,26,13,11,6,5,2,1,8,15,22,30,48,54,39,45,36,39,26,31,26,38,41,38,47,27,18,12,8,3,1,4,10,22,25,21,28,30,34,35,33,49,44,36,27,29,43,44,34,28,13,11,9,8,2,9,11,16,30,28,20,34,29,31,34,26,35,35,23,24,29,36,27,14,17,7,10,2,5,5,17,16,24,22,21,25,26,15,31,17,26,28,20,24,29,27,26,23,10,10,3,2,4,0,7,14,21,18,19,26,27,17,30,30,23,31,23,21,34,24,22,18,14,8,9,1,4,2,1,9,14,12,31,28,24,20,18,21,20,21,26,21,34,24,19,24,18,16,3,3,5,1,3,10,20,23,29,28,19,28,22,24,21,22,27,24,33,27,23,23,13,11,7,5,2,3,13,11,15,27,21,29,31,19,27,26,25,37,24,29,35,39,28,36,21,11,3,1,5,5,10,15,12,26,34,31,26,32,43,43,25,25,21,27,31,23,20,25,18,7,5,5,1,3,8,19,14,15,22,28,22,35,23,34,26,17,26,22,27,26,32,22,16,9,5,5,2,2,9,14,25,27,25,24,36,29,31,31,30,35,31,33,34,21,28,30,18,13,4,5,4,4,11,9,22,24,27,31,25,25,26,30,26,23,21,23,17,20,26,23,9,8,5,0,3,2,3,17,12,18,28,24,25,20,21,19,16,19,29,16,24,18,28,12,21,10,6,3,2,4,10,19,23,18,29,24,26,20,29,27,24,24,29,30,39,35,31,24,16,9,6,3,3,4,3,16,18,30,23,34,33,43,23,33,30,41,22,30,29,31,22,25,20,11,4,4,2,6,13,24,23,25,36,31,29,28,32,31,16,29,36,31,34,27,35,19,16,3,3,5,0,5,10,16,22,19,22,32,23,31,22,30,30,17,21,26,35,24,24,24,20,8,5,7,5,8,6,15,10,26,36,28,31,28,22,26,24,23,23,25,24,38,33,26,17,9,1,7,4,4,5,20,14,23,24,20,23,22,25,17,28,20,9,26,29,20,31,18,11,11,5,4,2,1,2,8,15,24,19,21,24,24,23,30,16,23,32,31,22,29,16,20,12,11,6,5,2,3,6,11,17,29,24,29,23,27,26,34,25,23,28,35,38,42,25,24,13,14,9,8,2,3,7,16,14,28,21,31,35,24,26,38,46,36,34,33,45,38,28,31,12,9,7,3,4,2,7,9,12,27,35,28,26,21,24,31,34,32,31,41,38,36,29,18,12,11,8,3,1,6,10,13,27,21,26,16,32,30,36,33,25,25,25,25,27,19,32,16,14,8,6,2,3,10,8,13,15,18,21,26,25,17,18,18,22,27,31,21,26,31,28,19,13,10,5,2,2,6,8,14,17,24,21,18,21,19,27,22,24,12,24,23,22,20,23,19,9,5,8,3,2,0,10,11,20,14,21,26,13,17,21,19,16,15,21,17,23,21,22,15,14,8,6,0,2,4,7,8,15,15,15,23,19,20,23,29,26,15,21,25,20,38,29,20,13,10,6,2,2,2,4,18,24,25,30,32,36,28,32,25,29,27,31,36,32,24,28,22,20,6,5,5,4,4,12,17,18,24,24,34,30,32,29,33,29,26,33,25,31,32,32,16,13,8,7,2,2,6,8,11,21,17,19,25,27,23,27,25,26,31,34,20,27,31,28,17,17,5,6,6,4,3,3,11,16,22,26,23,25,22,29,18,33,17,27,19,27,32,26,17,14,9,5,5,2,6,5,15,13,22,18,29,31,33,34,31,17,22,27,19,36,24,12,22,12,7,5,4,2,1,9,16,26,24,23,23,19,20,28,29,18,26,25,36,28,18,17,24,17,10,5,2,1,3,9,11,12,23,21,28,26,26,33,29,32,31,24,26,26,27,21,15,3,10,9,5,2,2,11,23,16,34,29,28,32,33,29,33,32,30,30,23,31,41,33,18,15,12,8,3,3,6,9,15,23,17,26,27,32,32,26,23,31,31,24,32,28,25,16,27,19,8,8,9,6,3,10,10,24,22,25,30,25,29,26,37,34,21,24,26,27,32,28,18,15,7,3,3,3,5,7,15,21,23,35,34,29,24,37,21,26,27,32,27,22,27,24,17,13,12,4,6,4,1,10,6,13,20,25,33,24,32,25,35,21,19,25,15,20,24,27,16,8,15,5,3,1,2,7,9,11,10,16,19,28,18,25,25,22,17,20,16,23,23,27,19,6,15,5,4,2,2,6,10,15,17,21,23,33,27,12,24,27,16,24,25,16,29,30,24,13,11,2,4,1,7,9,12,10,16,15,28,23,23,35,24,31,25,15,31,20,27,22,17,13,6,2,7,4,7,14,16,14,22,22,38,28,29,25,24,30,26,22,32,23,24,20,23,14,9,3,2,3,2,1,6,13,24,26,25,27,22,27,25,25,22,29,24,12,20,25,19,11,3,4,0,2,3,7,11,17,22,28,28,24,22,34,39,32,28,23,22,30,33,31,24,13,3,6,5,5,5,7,9,24,24,36,31,27,38,25,31,29,20,24,22,30,30,30,19,17,9,3,6,3,2,7,12,15,36,26,24,24,38,31,19,22,24,20,17,35,35,29,17,11,2,6,3,4,3,8,7,16,25,23,26,22,27,35,41,33,44,29,26,36,29,25,30,14,10,7,6,2,3,10,6,16,18,37,36,28,31,31,37,33,30,27,26,38,29,37,29,15,8,5,6,2,6,10,16,16,19,31,31,24,37,31,32,35,37,32,30,35,33,38,26,11,5,5,3,3,2,10,17,16,18,21,28,33,30,34,32,28,20,26,23,28,24,36,26,21,9,4,3,4,2,5,16,25,26,24,26,37,29,22,27,19,32,26,25,24,26,36,16,15,7,6,5,2,5,2,8,9,17,20,31,24,23,26,18,28,13,17,20,20,19,21,19,8,7,5,4,2,1,10,7,24,15,18,28,22,28,24,17,23,34,16,27,22,18,27,19,11,9,6,4,4,2,6,11,21,16,26,23,18,28,33,36,34,29,37,31,31,34,27,29,21,14,9,8,2,2,10,13,22,14,23,31,31,24,36,35,29,34,31,32,31,39,43,18,18,7,8,5,2,3,8,13,20,31,29,32,23,24,24,44,47,27,21,32,35,34,17,16,13,9,8,6,2,10,12,18,25,25,30,33,29,36,28,17,35,41,37,33,38,38,36,20,17,8,4,2,3,6,8,21,18,18,27,28,34,29,26,31,38,39,25,18,25,17,35,24,11,10,6,4,4,9,11,15,18,28,32,28,30,26,28,34,28,37,27,22,25,28,21,21,8,5,4,4,3,4,6,15,23,29,32,16,30,27,23,27,31,32,25,33,43,28,32,29,23,15,5,2,0,0,6,11,22,23,30,44,32,35,31,36,40,30,43,46,38,40,26,35,14,11,11,4,4,6,9,23,22,25,39,37,38,45,35,41,45,31,42,38,34,41,37,18,11,15,5,4,9,7,5,15,19,28,37,41,32,30,39,28,45,31,29,28,37,41,38,22,8,9,4,0,2,9,19,19,28,32,35,36,41,42,38,43,42,33,36,39,33,35,32,23,14,7,4,2,3,6,4,17,22,26,34,36,27,39,39,36,32,30,32,40,30,35,31,18,17,7,5,3,1,5,11,14,22,24,34,31,20,27,24,20,21,27,38,23,32,21,23,21,14,11,5,2,4,5,5,9,27,24,22,30,19,43,24,36,32,35,29,24,19,25,30,23,16,14,9,3,6,2,6,16,16,27,35,25,25,40,42,45,35,37,38,32,37,38,38,25,27,3,2,4,2,2,10,13,21,28,22,43,35,39,33,35,28,28,42,23,39,48,40,23,13,13,8,3,3,4,16,11,21,21,40,43,34,31,35,50,44,37,34,32,31,31,40,24,15,5,6,3,2,4,7,10,29,26,37,32,42,32,36,31,37,39,40,23,36,36,40,29,16,8,7,3,3,8,9,18,15,35,32,43,32,30,38,35,37,23,22,24,29,32,29,21,18,8,8,1,6,3,9,23,18,23,32,35,25,31,29,33,25,19,28,27,24,26,38,22,18,7,8,4,2,6,10,14,16,22,24,31,28,34,31,32,29,27,27,27,28,26,27,24,18,12,12,4,5,4,12,14,22,23,33,28,24,22,27,45,37,45,34,39,39,42,34,23,13,19,6,3,3,6,8,15,24,25,31,39,27,29,27,49,47,25,25,33,41,40,36,25,17,7,9,2,9,7,19,22,17,24,33,45,31,40,29,41,36,37,31,28,27,37,36,19,18,10,10,4,3,3,6,17,33,28,22,33,31,37,37,45,31,35,45,33,37,44,35,18,10,7,7,3,6,5,6,19,18,25,27,32,32,41,42,29,55,35,34,35,19,38,25,21,14,13,6,6,8,5,9,15,26,29,42,35,26,27,38,33,27,30,28,28,23,25,21,26,14,8,0,9,6,7,9,12,27,36,38,44,34,35,33,30,25,32,24,29,29,25,34,22,14,11,6,0,5,4,5,13,22,24,30,43,39,42,36,52,31,44,36,37,40,33,34,21,19,10,8,5,3,6,6,20,21,39,41,33,38,48,39,38,52,38,37,35,44,44,28,22,16,8,3,6,4,4,9,20,24,30,32,26,29,38,39,39,30,50,26,37,39,30,29,24,12,9,7,7,3,9,11,20,19,26,28,35,36,34,34,43,25,35,27,41,39,34,32,26,16,6,4,3,5,4,5,18,30,28,26,38,37,30,43,36,35,28,32,36,32,34,25,12,11,8,4,1,0,7,13,20,24,24,36,37,40,35,31,36,27,26,27,22,32,27,29,26,7,8,10,4,2,6,7,10,30,34,27,30,26,29,34,26,23,33,34,32,28,34,32,22,14,12,7,4,5,6,4,13,24,32,37,47,34,33,45,46,35,40,44,48,40,50,33,22,17,4,8,2,2,6,10,16,26,33,29,44,39,49,36,43,34,40,37,37,39,41,39,26,17,11,7,2,4,5,13,17,27,44,38,43,38,35,41,37,36,38,44,29,36,33,28,21,10,8,2,3,8,6,5,16,18,25,34,28,38,23,44,38,40,29,34,30,45,49,38,15,17,13,6,3,0,4,9,21,24,30,36,38,39,41,40,37,17,34,32,22,30,54,26,21,11,11,10,10,3,8,12,15,21,22,36,38,33,37,32,34,42,30,37,25,21,36,31,22,19,17,3,3,6,4,12,17,19,36,26,47,37,39,35,35,33,33,22,36,35,42,23,16,16,14,13,7,2,4,5,22,23,34,37,20,32,30,39,40,38,41,46,45,37,36,34,22,13,6,5,10,5,8,12,12,29,27,34,23,30,35,49,55,37,47,41,34,39,36,34,30,20,3,4,6,3,12,6,23,33,38,42,36,48,58,46,49,39,29,32,33,40,50,29,18,18,7,4,6,3,5,9,10,24,42,34,43,38,62,47,40,40,34,31,34,39,26,30,21,14,5,5,2,2,1,13,17,20,28,32,34,38,43,35,38,47,36,27,29,25,43,31,27,6,12,6,3,6,8,10,22,27,29,33,45,44,29,30,32,31,32,25,28,23,21,26,19,9,10,10,5,6,6,6,10,22,32,28,30,39,25,37,23,28,19,24,24,15,35,40,18,12,8,4,8,2,5,5,16,23,29,42,36,42,30,19,25,46,24,30,35,32,42,41,29,21,14,5,7,6,6,4,13,29,23,46,41,39,40,34,36,41,49,33,53,52,45,32,35,21,14,9,3,4,4,10,14,27,27,38,29,30,37,40,42,46,39,32,38,32,48,44,35,22,9,6,6,1,9,7,22,18,21,31,27,33,35,43,42,39,36,12,17,11,12,38,28,17,12,7,7,6,11,10,16,26,29,31,43,44,33,27,32,36,42,31,34,23,32,33,23,17,7,5,8,8,5,8,13,20,29,33,40,26,41,28,44,31,29,30,20,38,26,31,14,15,8,6,3,7,5,12,10,21,39,35,37,36,41,21,29,39,39,41,32,33,38,43,32,19,17,13,4,5,6,7,13,29,35,45,40,42,54,57,49,45,51,43,52,63,47,42,27,16,14,6,4,4,6,9,14,43,36,53,57,67,68,37,49,53,50,52,34,61,48,31,28,25,17,7,4,3,11,14,24,25,33,39,46,53,62,39,44,41,45,45,36,46,41,43,25,18,8,3,3,5,4,10,22,30,40,30,40,38,49,45,32,26,26,32,35,38,60,46,33,23,16,9,6,4,4,10,16,30,31,36,52,34,32,35,36,42,37,33,37,42,53,35,25,24,9,6,3,2,7,18,19,17,25,42,46,36,46,40,36,47,40,44,32,28,33,31,18,16,6,12,5,2,5,12,10,18,36,32,46,48,37,38,38,50,48,38,28,27,31,33,29,23,15,6,5,2,5,11,19,26,35,32,38,48,43,31,44,28,39,33,48,51,50,26,34,18,11,8,3,3,11,15,22,19,32,34,51,42,49,44,41,43,36,49,44,41,47,34,20,14,11,6,4,5,7,16,22,35,29,50,45,47,43,38,45,29,42,33,39,34,52,48,21,20,17,11,7,6,4,11,15,16,26,33,44,26,44,47,40,41,45,40,38,35,36,38,30,12,12,4,8,3,11,12,17,17,23,42,33,32,31,33,35,35,32,29,37,29,42,36,24,16,11,7,5,2,3,4,12,26,39,45,44,42,27,39,43,31,27,36,31,34,35,27,28,19,7,9,2,3,9,7,15,23,29,34,40,24,38,33,36,39,37,43,39,31,36,45,27,8,16,8,5,1,2,13,12,29,35,47,47,50,50,52,51,47,40,52,60,52,49,54,35,11,13,8,3,2,5,17,18,31,39,42,53,52,51,50,55,39,57,43,49,56,47,50,39,24,20,11,4,6,9,17,19,37,45,42,51,45,53,61,41,41,44,38,53,51,56,49,35,23,13,6,6,7,2,14,20,35,42,45,42,46,43,43,41,40,43,42,27,52,55,60,25,25,15,7,6,6,8,16,23,25,36,42,40,38,39,37,26,37,41,29,39,57,48,36,34,17,11,4,4,4,2,12,18,21,29,39,44,46,55,35,42,38,45,39,36,31,47,33,42,21,11,10,4,6,8,9,13,48,49,49,48,59,50,51,56,55,50,57,51,32,53,33,28,24,16,15,3,8,12,9,16,40,46,43,52,60,68,55,55,62,55,72,67,81,66,54,36,32,12,7,4,8,7,7,24,40,52,52,60,64,54,54,53,52,53,45,57,47,42,30,33,20,7,7,7,3,8,8,29,41,34,43,54,54,52,47,42,45,57,57,52,68,65,37,20,15,6,7,8,1,5,15,32,39,38,56,43,57,45,38,49,44,35,43,48,53,56,39,36,19,10,5,6,5,6,10,23,25,33,44,46,42,48,44,41,46,47,29,46,60,46,54,40,27,11,8,11,7,6,6,30,40,38,53,41,45,46,43,53,43,54,38,31,43,34,34,26,17,14,8,7,9,7,10,21,26,48,57,65,33,43,39,41,41,47,36,37,56,48,41,38,19,16,13,7,6,7,6,23,23,25,3,13,61,45,42,41,44,59,44,56,54,64,62,44,31,21,8,8,6,11,11,31,35,36,51,57,63,61,51,56,67,56,57,53,50,44,45,38,25,13,8,6,3,8,16,29,23,32,55,51,48,56,60,64,39,46,41,55,55,71,57,26,24,18,10,7,3,12,27,28,37,33,49,38,35,53,43,46,59,70,46,47,56,56,65,53,21,11,11,8,8,13,14,31,40,38,56,56,54,52,60,51,50,53,47,65,53,53,49,41,17,7,7,12,6,10,23,25,32,50,63,54,64,62,46,48,48,42,42,52,38,40,46,27,13,15,7,10,14,8,14,20,28,70,74,68,46,61,52,45,46,32,46,48,68,64,58,35,13,13,12,9,7,4,11,33,52,58,69,74,73,70,58,65,58,58,76,67,67,80,54,37,24,19,11,10,10,9,19,22,42,56,65,67,77,68,79,67,74,55,60,68,73,89,54,39,26,14,9,11,7,7,19,32,40,58,79,70,69,58,48,53,68,54,50,63,78,66,62,28,14,18,11,10,12,15,13,29,34,50,48,63,70,79,82,60,63,49,67,61,66,73,60,37,26,15,8,7,10,6,18,30,54,51,53,54,50,54,46,62,53,55,63,55,66,69,55,40,19,11,5,11,4,11,14,30,42,52,55,71,60,63,52,36,59,36,42,53,56,61,57,46,24,17,10,8,5,4,14,23,35,49,62,57,50,56,61,63,61,65,54,45,52,69,59,54,36,24,10,9,7,8,13,32,48,81,87,79,78,71,69,66,73,79,74,88,86,78,74,51,31,18,10,13,11,9,20,47,44,66,75,77,87,78,93,56,72,60,72,77,86,95,61,45,32,18,12,10,13,15,23,33,54,55,58,61,68,49,73,76,57,53,55,64,69,80,75,48,39,20,11,8,10,13,20,37,42,61,69,70,64,66,73,71,72,49,41,41,63,57,51,36,22,15,6,4,9,17,16,24,37,55,62,48,49,45,53,55,60,46,40,55,64,67,48,50,16,19,9,5,4,14,17,25,34,43,62,62,48,55,47,59,45,52,44,58,53,53,43,40,19,17,16,12,3,8,12,27,36,52,61,64,57,54,68,53,60,70,48,46,51,56,48,35,25,15,10,7,11,9,17,33,36,57,57,65,51,58,59,65,60,48,71,48,75,67,49,40,20,11,9,4,4,8,11,34,38,60,60,61,61,65,47,50,65,52,49,53,72,86,69,36,20,9,2,7,6,9,19,24,35,45,49,49,51,46,50,59,46,43,46,49,56,57,54,40,21,14,3,6,5,13,18,25,30,31,41,37,49,64,46,47,46,59,46,57,43,53,46,30,20,14,9,9,9,11,17,24,28,45,58,49,51,62,50,64,56,59,62,52,61,62,56,25,15,13,9,9,6,10,19,25,41,52,61,56,58,47,38,49,39,43,38,49,56,47,48,49,18,12,9,6,6,5,16,33,37,44,48,55,61,53,56,51,53,55,46,65,61,64,54,40,29,22,24,3,5,9,21,32,50,63,69,73,74,18,0,0,29,53,60,64,53,40,41,23,14,13,9,5,11,13,15,26,35,47,50,81,61,66,62,60,61,60,64,66,75,72,52,41,27,17,9,5,6,7,24,39,60,53,60,58,70,60,63,65,63,59,44,54,68,58,41,28,24,19,6,4,6,9,15,30,34,40,41,54,76,52,43,59,54,55,47,51,72,56,51,46,15,14,13,4,10,9,20,26,51,46,67,50,65,54,58,50,59,53,59,49,76,69,56,37,35,22,10,7,4,13,13,47,44,62,65,66,73,57,64,54,51,65,60,68,75,67,62,51,29,18,11,7,7,9,17,47,61,83,85,89,84,84,82,70,81,82,76,81,110,83,73,46,41,29,15,11,4,3,28,49,53,90,106,96,99,87,76,73,77,84,109,105,114,109,101,70,38,19,10,7,8,19,18,40,62,83,73,82,76,73,92,92,87,98,90,102,106,112,89,65,49,28,8,11,7,10,35,36,46,66,84,97,86,86,81,83,81,77,78,79,101,92,85,66,36,18,15,8,12,12,28,54,71,59,88,71,66,83,92,77,86,73,91,86,98,95,70,58,32,14,22,16,13,12,23,39,57,66,79,86,78,93,75,80,92,66,75,88,87,79,63,63,28,13,5,8,9,12,31,31,41,50,75,81,79,71,70,63,58,71,63,58,90,79,58,52,34,13,13,10,8,11,20,35,57,74,74,77,82,62,62,69,74,63,75,75,73,84,71,47,31,14,16,7,12,10,20,34,52,62,81,84,98,102,108,89,88,65,90,89,75,74,63,51,25,13,14,5,7,17,31,34,40,54,72,68,79,57,67,60,54,65,73,79,82,73,69,60,30,25,9,8,4,12,20,30,35,56,60,57,69,77,68,66,61,44,59,57,81,63,67,42,23,12,13,5,4,16,19,36,44,56,55,50,56,48,47,48,51,48,47,64,66,64,67,45,40,22,13,6,5,5,14,35,46,49,49,42,58,45,37,48,57,51,52,60,61,57,53,33,19,19,13,8,4,7,12,20,37,45,56,53,66,66,65,60,44,70,66,78,79,74,82,69,51,31,17,7,8,8,15,40,72,80,76,90,98,80,72,86,55,77,60,76,65,74,61,53,35,18,13,11,9,10,20,39,58,62,58,82,86,77,89,90,74,80,106,105,103,102,87,65,53,27,11,11,5,13,23,36,46,70,73,79,69,75,90,88,88,81,68,74,104,97,95,62,34,20,12,8,7,16,29,30,45,59,64,77,71,62,77,60,52,66,70,101,97,80,76,56,31,14,12,8,7,16,21,28,55,65,75,77,88,74,76,78,74,72,83,80,90,96,71,68,24,21,12,8,9,16,31,35,55,59,56,81,76,66,58,67,73,54,57,87,91,93,68,57,33,19,11,8,7,11,25,28,36,59,52,78,66,56,55,62,67,59,58,61,73,54,60,34,28,13,11,8,7,8,16,28,41,54,73,80,81,55,58,62,81,57,58,54,58,66,61,49,38,19,15,8,3,15,20,20,36,38,50,63,64,63,76,65,53,71,88,83,74,84,94,65,51,27,14,10,12,14,20,42,34,50,75,65,55,61,57,66,53,63,72,69,82,79,59,57,27,25,21,14,10,14,28,28,55,51,65,63,63,54,75,59,64,66,75,68,74,78,61,68,41,19,12,6,9,9,27,32,45,50,87,64,72,66,87,83,67,68,77,69,94,81,78,51,33,21,10,12,2,6,24,27,48,55,59,86,62,85,86,79,72,62,57,64,77,68,91,50,30,15,9,9,9,12,27,34,44,45,72,69,68,75,69,57,51,51,57,70,54,71,62,48,39,17,5,4,8,12,21,42,49,67,78,64,91,68,54,63,76,59,72,62,84,64,55,46,39,24,11,10,7,9,18,36,68,61,97,87,86,79,71,69,80,106,98,84,102,113,85,55,44,18,10,13,7,16,28,48,58,71,58,64,66,89,79,79,92,80,85,90,87,105,95,53,35,23,14,8,12,16,32,36,56,64,80,77,85,82,74,79,68,57,72,80,72,65,56,53,28,18,8,7,9,20,23,43,69,69,63,63,64,77,61,75,74,67,57,74,55,64,70,48,34,24,8,8,7,11,22,31,45,58,60,62,55,65,66,61,70,53,72,59,59,63,60,40,34,15,12,11,5,14,21,30,44,53,46,61,60,67,50,57,57,42,57,54,48,55,53,38,34,9,12,5,8,10,18,24,47,45,59,72,61,62,57,57,59,62,52,38,74,67,48,40,25,18,19,9,8,10,10,25,45,61,52,67,64,61,64,60,74,73,62,68,72,70,66,61,30,18,9,6,4,7,14,15,46,50,67,51,57,55,52,62,50,56,70,55,59,82,54,46,35,24,12,10,6,11,14,26,28,50,48,53,59,63,57,43,49,55,45,45,66,58,53,45,33,18,12,9,10,4,17,19,32,33,41,55,50,69,62,50,63,51,44,44,54,64,45,51,28,18,8,6,7,5,13,31,34,42,49,51,50,43,43,51,40,50,36,51,48,55,41,48,33,14,12,7,8,18,12,23,31,52,44,62,62,42,44,42,42,46,37,32,49,43,50,37,26,13,9,9,5,9,18,16,25,39,44,56,57,51,52,48,52,49,48,56,53,45,45,25,31,15,16,10,5,8,16,34,32,46,55,58,46,49,52,50,63,32,39,48,47,64,49,40,30,24,10,6,10,6,14,19,42,48,45,60,62,60,61,54,43,44,26,26,32,28,34,30,21,13,11,9,7,5,7,17,25,31,44,48,63,55,46,61,45,55,45,51,60,59,46,48,24,17,19,8,6,14,10,20,24,40,69,59,62,58,68,50,50,47,52,49,65,49,59,56,40,21,20,6,4,5,23,39,42,65,71,67,79,70,77,95,75,67,83,70,68,65,61,49,31,19,16,7,8,8,19,23,36,59,75,68,68,83,88,86,68,51,75,62,85,89,76,51,34,30,16,13,7,7,18,29,49,64,82,79,87,100,86,72,68,87,76,82,90,99,69,54,44,31,22,13,9,8,13,20,44,64,67,91,97,74,89,86,92,101,83,95,100,85,93,62,49,30,22,10,7,13,28,24,53,56,80,103,88,82,75,89,90,82,78,70,57,60,58,46,37], [25,18,13,5,7,8,18,38,45,53,89,64,82,93,76,82,86,67,93,79,79,93,64,47,29,19,17,7,16,22,29,48,76,74,74,88,92,140,114,109,101,96,106,109,100,91,80,52,22,21,21,10,13,20,40,33,57,80,98,104,84,100,72,86,78,81,95,85,73,94,61,42,35,13,9,13,17,29,35,40,72,67,80,85,89,83,74,81,99,79,98,126,108,99,73,54,29,23,11,10,9,17,35,59,76,92,84,90,79,69,79,86,96,90,89,110,97,82,69,40,31,15,17,15,9,25,27,55,79,79,88,88,88,87,70,87,84,92,90,116,105,82,52,53,41,19,10,9,14,16,37,65,88,111,117,135,134,138,142,100,127,101,123,120,119,116,102,55,37,25,14,7,15,27,38,68,100,123,136,147,125,146,132,133,88,139,167,127,151,117,68,35,31,22,11,6,11,33,32,63,84,130,104,110,109,123,111,99,77,86,115,115,132,102,79,34,24,6,12,17,19,23,45,44,77,75,80,86,92,91,96,87,88,91,103,127,101,85,67,40,25,13,10,8,16,23,21,57,68,85,58,71,53,84,75,77,62,65,90,93,73,77,55,38,19,8,6,10,6,16,39,47,65,67,70,71,73,68,67,75,79,63,64,75,74,85,43,37,13,7,8,10,8,18,29,47,64,61,82,80,75,75,76,65,62,71,78,68,72,60,40,36,9,11,6,9,8,16,35,61,74,102,85,101,92,87,93,69,84,82,76,102,85,84,67,34,27,27,8,8,5,16,35,48,86,94,106,106,83,96,75,102,85,109,91,94,109,87,76,42,34,13,16,6,8,20,31,48,75,82,100,123,101,95,98,85,93,98,94,107,126,97,61,46,21,10,11,5,16,20,40,48,58,76,81,88,80,77,87,92,88,75,72,101,93,78,49,41,24,11,7,12,19,19,20,47,60,63,74,73,83,76,66,102,74,64,102,94,77,79,48,35,22,13,6,8,10,16,34,58,60,64,70,58,75,71,58,59,61,61,73,83,69,62,67,39,21,8,14,8,12,14,20,33,47,65,55,54,54,73,63,64,46,58,48,61,63,54,16,35,16,12,12,5,8,17,29,37,51,55,67,59,59,74,79,75,74,69,70,78,71,62,35,26,14,17,9,4,5,10,21,41,65,81,92,80,77,85,80,93,82,90,76,95,90,73,57,52,11,15,4,8,11,16,31,51,52,68,72,68,82,73,64,82,86,74,80,99,83,56,54,55,30,7,10,9,10,23,25,41,35,46,52,68,46,76,78,61,79,69,78,64,92,64,46,33,17,12,10,10,10,16,30,46,45,49,59,41,56,66,60,67,65,69,58,73,68,69,48,38,18,12,11,12,13,20,34,37,64,54,59,59,68,69,75,73,60,64,68,89,111,69,50,29,14,21,7,4,8,22,24,39,56,67,68,66,96,70,85,60,63,62,61,77,63,65,30,28,13,16,10,4,7,15,32,39,70,96,84,81,75,68,79,105,90,56,91,79,79,77,62,30,26,18,13,4,11,16,34,53,70,91,88,94,98,84,91,89,89,94,124,113,79,78,57,30,22,9,15,7,11,19,21,51,46,63,76,65,72,68,94,75,88,89,90,101,108,79,63,40,22,11,7,4,12,21,26,52,50,83,59,81,70,42,68,64,61,60,72,68,81,60,51,38,29,15,12,5,6,21,27,31,58,62,67,66,69,66,56,62,73,54,53,79,83,64,51,30,14,17,3,5,12,24,31,44,48,51,67,63,74,66,64,61,79,69,91,93,74,72,56,37,12,5,6,8,14,27,44,41,55,62,68,83,83,77,69,79,77,56,56,71,65,62,32,36,20,13,10,3,4,12,37,57,63,78,72,87,75,60,53,90,78,76,81,72,83,66,50,32,19,18,10,7,6,17,32,54,60,76,79,89,89,71,81,74,67,48,53,59,73,35,57,33,19,10,15,4,8,13,25,31,56,72,69,66,75,79,75,73,76,70,62,83,81,75,47,30,24,8,11,13,10,11,31,49,58,65,69,66,72,81,83,73,65,55,65,60,81,64,41,31,19,10,6,6,12,13,21,26,56,72,75,66,54,49,55,52,78,41,64,74,67,62,62,35,21,14,3,10,8,19,28,38,57,51,77,66,62,73,59,72,59,49,67,71,64,49,52,23,15,7,5,7,11,11,19,52,54,62,56,71,63,57,59,55,68,51,54,60,56,42,34,40,18,11,3,10,4,12,20,35,52,57,78,67,57,60,77,64,48,46,64,63,74,60,31,33,18,10,8,7,8,15,21,48,37,75,88,83,70,65,57,61,62,68,63,63,78,58,61,22,22,12,5,5,8,11,23,34,58,44,78,66,59,65,75,66,67,69,76,84,86,91,51,30,16,10,8,10,14,12,30,45,53,62,54,58,50,48,76,67,49,73,72,61,65,59,33,19,14,4,6,5,9,11,28,36,57,62,80,80,59,71,53,83,64,52,78,73,76,74,39,32,11,10,7,3,7,17,28,43,51,60,67,50,47,43,46,58,50,45,38,38,36,23,21,11,7,6,2,2,1,11,25,24,35,33,39,39,33,44,47,48,48,47,43,50,55,62,28,25,9,10,10,5,2,8,20,39,49,48,64,59,74,68,61,52,62,62,56,65,55,49,51,19,26,13,8,3,2,12,28,35,52,61,66,53,59,59,68,67,62,66,74,86,64,79,49,25,13,8,7,6,7,15,26,55,61,66,78,83,90,95,78,78,66,79,77,96,107,63,50,29,23,18,6,11,9,17,25,42,51,66,70,59,82,82,66,78,70,66,53,79,73,60,42,31,23,11,8,5,17,12,27,44,54,71,67,77,75,76,74,74,71,63,62,76,63,69,42,25,20,10,8,5,11,20,29,39,48,57,51,61,72,56,71,72,58,55,65,74,71,50,49,36,28,9,8,11,11,20,25,36,36,42,49,59,54,66,59,76,51,61,55,67,56,69,28,30,19,13,4,6,7,17,22,46,59,77,85,69,80,67,71,88,76,73,81,73,72,68,65,43,24,22,16,11,9,16,24,48,87,78,95,85,110,77,113,86,83,81,93,87,88,87,55,37,27,17,7,6,8,15,20,50,67,66,91,89,92,80,89,61,68,66,74,88,90,88,45,31,16,9,9,9,9,22,23,46,61,63,64,60,68,77,53,76,67,62,57,69,64,55,52,31,24,13,12,6,5,22,23,51,59,53,69,64,75,60,63,57,60,74,71,71,67,69,40,34,14,11,5,8,9,10,25,57,47,62,63,69,73,72,50,57,53,65,71,83,79,67,60,37,17,12,8,10,14,22,31,53,65,72,62,71,74,64,72,69,66,57,50,67,62,46,25,29,17,12,7,14,13,13,40,52,81,73,88,85,91,84,79,69,72,79,88,88,81,69,44,44,19,19,12,9,6,16,42,77,91,78,86,100,84,83,81,100,107,101,99,101,89,86,47,47,23,12,6,5,9,18,37,53,81,84,75,84,90,83,74,74,68,72,85,82,85,83,50,32,20,7,6,10,9,23,35,53,59,64,69,59,77,69,84,65,71,64,71,77,80,49,44,20,11,12,4,7,15,14,28,36,46,40,65,58,54,68,47,45,42,48,43,57,65,48,38,19,17,8,5,8,8,21,33,49,55,52,41,55,68,60,54,48,47,49,55,58,56,67,37,21,20,13,9,10,14,28,36,47,59,61,75,53,64,62,62,68,61,63,43,56,59,74,35,35,18,8,8,7,10,13,40,54,70,79,92,67,93,64,91,96,73,72,88,84,77,73,65,27,21,12,0,9,4,9,18,46,55,70,91,92,99,92,89,84,79,101,84,104,97,77,63,41,24,18,15,5,8,13,35,53,63,73,99,97,100,84,72,77,92,77,75,98,82,89,59,40,20,14,12,16,13,20,28,43,69,84,86,76,96,75,97,97,100,87,74,87,90,71,51,36,25,12,18,6,6,18,27,47,65,72,90,97,73,81,79,90,95,84,88,83,99,88,82,50,19,13,8,8,7,27,40,54,63,77,71,79,83,55,67,75,76,57,64,89,87,71,57,41,20,7,5,7,11,20,32,58,70,81,62,60,61,54,72,57,54,46,61,60,56,42,45,27,11,16,14,6,11,20,36,55,50,73,53,156,95,59,85,76,70,65,63,78,69,64,52,36,23,21,10,2,8,12,26,41,68,81,79,70,60,64,80,79,95,87,70,82,90,70,50,28,18,7,3,5,8,16,29,38,58,65,63,72,92,71,69,58,78,76,94,58,73,84,51,36,19,15,8,11,9,19,32,46,53,61,65,68,72,68,70,61,67,67,65,75,85,66,51,39,20,14,8,12,14,20,32,47,47,50,72,85,65,69,76,70,83,86,87,86,104,79,62,37,21,11,8,3,12,23,33,55,58,52,62,72,69,62,69,59,53,55,74,77,83,62,48,31,28,16,5,4,7,28,35,36,54,64,54,74,63,59,56,63,59,66,62,61,44,47,32,20,16,13,8,5,21,11,18,37,48,61,53,78,64,54,65,44,76,66,67,68,84,56,45,30,19,16,10,4,7,13,28,48,66,70,76,88,103,99,87,96,81,83,86,84,80,82,64,36,15,16,5,6,12,13,28,44,60,59,59,64,53,73,74,63,67,64,73,76,69,88,52,35,21,8,10,10,5,18,39,64,71,54,61,81,79,57,79,66,72,65,66,61,88,63,58,27,15,18,6,3,16,17,28,31,55,58,82,82,61,68,56,62,45,50,77,64,72,61,47,26,27,11,5,7,8,16,24,36,39,65,65,66,61,57,65,75,55,63,56,55,55,56,49,34,18,7,3,9,4,17,18,47,71,63,64,57,63,62,61,80,65,77,63,58,56,47,36,28,17,14,5,4,8,11,27,45,57,64,55,53,51,58,54,62,71,50,51,67,62,52,37,45,26,12,7,8,6,13,29,39,47,53,61,54,55,45,59,64,73,65,49,85,69,65,53,32,18,13,9,5,8,18,38,38,41,53,79,66,63,78,71,63,68,59,67,75,68,61,50,28,12,12,1,6,4,13,20,27,48,57,52,58,59,61,57,56,62,51,57,84,67,53,42,17,17,17,3,6,7,10,25,41,49,46,47,69,49,59,55,46,48,41,48,72,73,57,32,24,14,12,1,7,5,18,36,39,49,59,58,53,58,60,78,52,57,49,51,67,53,48,42,28,8,9,4,4,3,12,31,31,42,50,56,67,58,51,58,49,43,47,59,44,50,44,41,25,24,8,6,8,5,8,23,37,52,47,59,47,36,40,46,48,41,40,41,41,61,44,40,33,24,11,4,8,3,10,18,34,42,49,42,52,43,57,57,55,50,48,37,70,64,64,38,30,13,10,12,5,5,13,17,30,48,51,46,39,49,50,55,60,57,43,42,54,73,57,41,31,14,9,6,14,6,11,25,29,47,50,60,63,59,57,64,56,44,37,50,56,51,56,41,24,15,8,3,8,12,12,26,29,37,58,39,46,52,48,48,43,34,67,67,53,63,61,36,32,13,10,8,5,5,11,21,37,46,43,46,36,48,46,49,44,42,43,44,36,46,39,40,24,11,11,5,6,9,10,19,31,42,42,50,31,48,52,44,37,28,32,34,34,49,44,39,24,10,10,8,4,5,7,12,31,41,32,34,40,40,29,45,32,34,45,38,31,39,49,38,17,11,11,7,2,3,9,17,21,32,29,34,41,41,43,41,41,50,36,52,51,45,53,41,20,15,13,2,4,4,8,22,20,40,39,53,46,62,64,59,63,59,49,52,57,63,67,34,28,14,5,6,4,7,9,20,30,35,43,57,55,44,49,60,51,56,36,52,59,78,68,39,20,12,9,8,10,6,21,27,41,35,50,54,42,58,54,53,45,47,43,41,48,58,55,41,30,20,10,7,7,7,11,33,29,40,53,49,49,56,40,46,39,48,38,60,51,61,46,43,24,16,7,7,4,8,13,17,29,30,47,33,40,43,50,38,51,33,48,34,51,42,35,33,26,16,8,3,5,7,15,24,31,36,36,36,39,37,54,44,51,52,36,42,44,40,51,39,30,17,19,12,6,3,12,20,38,43,36,34,39,48,48,31,36,41,36,57,47,37,55,37,21,15,7,7,4,4,10,28,24,35,45,44,46,49,42,59,36,55,47,40,47,51,50,40,27,15,11,4,4,7,11,23,32,34,36,61,57,52,53,44,43,50,38,38,57,62,41,47,21,13,7,12,5,3,11,23,28,36,54,44,55,47,41,43,44,43,38,36,49,44,32,27,17,10,6,6,6,3,4,18,32,40,40,49,44,50,52,42,43,58,33,39,37,44,44,36,18,16,5,8,4,5,11,21,28,31,38,42,41,52,34,32,29,28,31,26,39,41,30,24,18,14,9,3,2,4,8,13,23,29,35,38,46,42,51,47,46,42,43,31,44,54,33,38,19,10,18,4,5,2,6,17,34,33,39,57,48,46,52,50,46,50,44,47,48,68,56,41,21,11,11,10,3,5,6,21,31,40,45,45,56,55,42,44,51,64,41,52,64,44,43,32,21,6,5,2,3,0,10,15,27,40,46,41,44,33,50,50,52,25,43,40,48,44,38,35,25,10,4,7,3,5,9,19,32,37,36,41,59,35,35,34,38,40,37,40,43,51,28,37,16,12,8,5,5,8,15,15,22,29,27,37,44,40,43,39,38,45,41,38,38,52,38,21,22,8,6,5,5,6,13,21,38,37,37,44,53,48,36,51,30,31,31,39,34,43,31,27,16,9,6,5,3,5,12,12,26,20,45,42,47,42,37,35,29,29,35,41,38,42,39,29,18,12,9,4,5,3,9,25,37,37,40,40,42,54,41,42,35,32,50,43,58,64,51,27,22,15,9,11,4,4,12,20,42,42,42,44,63,46,40,50,54,45,42,46,50,55,50,25,26,12,6,5,3,5,17,26,21,37,42,33,41,44,43,46,34,42,48,38,48,38,43,25,24,13,11,5,3,4,5,11,37,37,34,45,37,43,44,40,46,49,31,25,30,47,41,36,19,11,11,5,5,8,9,17,27,35,44,39,45,47,26,38,41,41,37,30,36,36,40,29,20,12,5,5,5,8,11,16,29,43,29,44,43,43,37,32,34,29,32,41,29,34,39,30,25,12,6,9,2,6,11,15,26,34,45,40,27,33,27,39,32,46,29,44,45,37,36,38,20,10,8,9,6,2,5,20,16,34,32,35,46,41,28,26,38,30,37,41,35,37,43,36,26,14,6,10,1,4,14,26,34,49,50,55,43,36,50,40,41,25,44,42,53,44,48,36,17,18,6,6,7,3,16,26,34,41,36,36,42,46,39,38,32,41,39,28,41,55,37,41,26,15,9,4,6,2,12,17,23,30,39,34,37,38,40,46,36,38,29,41,42,34,31,26,17,7,11,4,1,9,8,15,23,32,40,31,47,39,37,41,40,65,28,36,35,45,45,20,25,12,10,3,4,4,8,13,26,19,31,39,45,31,36,27,35,32,38,24,32,35,35,26,19,16,2,2,6,5,9,13,31,27,40,36,33,40,37,35,42,32,35,38,47,47,48,25,21,13,3,6,3,4,9,15,28,31,38,45,29,39,26,35,49,39,37,53,52,64,68,30,16,13,11,5,3,5,3,25,30,45,43,53,52,38,46,46,40,37,46,45,38,38,47,36,18,15,7,5,2,3,15,19,24,36,41,44,34,43,52,41,34,35,39,34,42,36,39,34,19,12,6,5,1,8,9,17,24,17,38,24,23,29,43,35,39,28,35,32,35,31,37,40,15,10,4,4,1,2,6,20,18,35,38,33,46,41,42,37,31,36,24,31,35,31,38,26,15,8,11,3,2,1,12,19,25,39,31,38,29,29,35,32,34,27,35,19,30,28,29,26,17,6,4,4,6,4,10,17,23,23,26,23,29,27,20,26,24,21,33,20,22,32,28,23,15,6,5,5,3,5,5,11,19,29,30,37,32,25,23,25,34,41,29,34,23,26,37,25,20,19,8,7,7,6,7,22,18,35,53,40,39,30,39,33,42,40,30,44,45,55,53,34,23,18,11,5,4,6,9,18,30,36,24,34,57,34,49,48,54,36,45,44,55,39,47,40,22,8,6,5,6,4,6,9,23,26,35,27,43,33,23,29,43,34,28,30,30,38,34,31,23,8,6,7,5,3,10,13,20,20,32,28,27,32,25,35,31,23,26,27,30,42,31,28,23,11,4,4,3,5,9,7,18,24,33,32,27,28,23,22,28,25,28,24,21,19,17,21,20,8,3,6,4,2,11,11,20,24,25,22,31,18,25,17,20,33,28,26,32,26,39,17,23,11,5,6,2,9,8,13,29,24,23,20,37,30,25,33,24,33,23,25,27,43,43,22,21,14,12,4,6,5,3,17,19,25,26,47,29,46,29,39,46,46,40,41,34,44,37,25,22,5,9,3,5,2,5,9,21,25,32,31,36,37,31,24,27,27,30,24,32,40,28,21,15,7,4,3,3,3,13,14,24,23,42,38,38,37,34,40,32,43,37,32,28,43,32,14,16,6,7,1,3,5,8,22,20,28,25,21,24,21,33,39,32,30,23,28,26,29,33,21,18,10,6,5,1,2,9,17,16,31,28,23,28,24,28,25,28,29,34,17,20,25,31,22,19,5,7,2,4,5,12,19,18,18,17,28,26,27,19,18,28,30,32,26,20,29,28,18,17,15,9,4,0,0,8,7,21,17,22,30,36,25,31,32,36,31,25,35,33,36,30,31,25,23,9,6,3,6,5,10,18,22,25,32,27,44,32,39,38,34,34,34,26,36,38,23,21,15,6,6,6,3,9,17,24,26,28,33,35,33,37,36,28,26,36,31,23,47,41,25,11,12,8,4,8,2,4,17,24,24,22,27,37,24,27,28,35,31,33,23,25,33,31,22,22,16,7,7,2,2,8,16,18,29,23,38,49,33,32,33,42,22,26,42,29,31,42,24,22,11,3,4,6,5,8,9,17,26,20,31,27,37,30,40,44,33,20,21,29,23,28,20,19,12,6,3,5,2,8,11,20,17,20,28,26,29,24,21,26,23,28,25,26,27,27,19,27,9,12,6,2,6,7,18,21,29,26,33,28,23,27,30,26,31,25,22,37,39,35,26,21,20,7,4,5,10,6,32,21,34,40,33,45,43,34,31,48,43,34,35,49,27,47,27,15,13,8,4,5,2,8,22,23,21,28,34,38,39,23,26,36,23,22,34,43,29,35,31,20,11,5,4,3,3,11,15,29,17,25,34,25,25,46,44,28,25,36,36,33,37,24,26,17,8,3,5,2,4,11,14,22,28,28,32,26,26,24,36,25,26,15,28,32,28,26,18,18,11,7,1,1,4,9,12,20,31,32,29,31,29,37,30,30,29,28,21,24,22,35,26,14,11,9,5,3,2,6,8,18,23,46,24,27,30,33,26,24,27,25,18,15,26,35,26,16,11,3,5,4,9,7,5,21,22,24,31,30,35,23,25,23,25,36,25,41,45,37,26,26,14,12,5,3,1,2,12,23,27,33,29,38,37,42,39,44,39,25,39,32,41,38,36,17,6,3,3,4,4,17,14,20,29,36,35,32,34,24,35,38,40,35,23,39,27,42,29,22,4,5,2,6,3,15,20,24,35,38,36,24,31,36,33,22,32,37,37,36,36,27,23,13,9,6,6,1,6,5,17,22,27,32,29,27,38,35,39,39,38,26,25,48,39,38,22,11,15,9,5,1,1,6,9,17,26,23,25,30,22,32,29,28,27,22,22,30,23,24,20,14,8,6,3,4,4,10,12,21,22,13,20,30,19,19,20,25,37,39,18,20,32,29,30,18,12,9,9,1,3,3,12,19,14,23,27,24,23,23,28,31,26,23,29,32,24,26,29,15,11,3,1,3,5,6,12,26,22,22,23,29,36,29,32,30,34,27,26,29,25,25,18,24,9,11,2,3,2,4,10,18,18,28,30,29,23,23,27,22,21,27,17,38,23,16,26,13,5,6,5,5,1,8,10,12,31,27,34,26,35,23,31,37,39,32,30,34,31,35,25,21,20,11,2,2,6,9,15,25,32,30,29,39,32,43,29,38,28,31,34,38,38,29,24,19,12,4,3,3,6,9,16,23,15,31,32,43,30,22,35,26,32,30,18,25,22,26,22,15,8,12,4,2,2,7,10,16,26,32,33,35,21,25,20,31,47,27,33,34,34,25,22,14,15,7,1,3,5,7,16,24,36,35,35,39,50,34,26,38,34,30,44,28,44,35,35,20,15,4,8,2,4,11,12,16,22,40,36,37,30,32,29,47,27,21,26,28,39,31,18,19,14,6,7,8,5,18,14,15,24,25,40,36,50,37,31,23,38,37,25,36,39,35,22,19,15,6,2,4,5,6,12,16,22,30,33,40,35,47,31,29,31,32,35,29,28,32,27,20,13,8,4,5,8,16,15,19,31,32,32,32,22,26,34,45,26,36,40,40,35,40,28,15,9,7,4,0,4,4,11,14,19,31,38,38,39,44,32,32,24,23,35,23,31,27,18,12,16,3,5,5,2,12,14,22,28,23,22,26,23,24,34,20,32,24,24,30,26,18,26,17,12,12,3,5,3,8,8,21,24,29,33,27,24,38,36,19,20,21,27,38,38,24,22,17,10,8,2,3,4,5,14,16,30,27,47,59,44,25,33,40,25,35,32,36,36,40,18,8,13,5,2,5,3,4,16,24,29,23,28,39,32,36,30,42,35,31,35,25,34,32,28,18,11,7,6,1,8,10,20,31,31,46,21,30,30,42,35,37,31,30,50,39,36,30,21,13,7,5,4,6,4,7,18,25,22,36,39,41,44,25,36,32,34,32,26,26,31,30,27,15,7,7,3,7,6,9,14,16,36,30,31,30,24,35,25,24,26,25,22,25,28,27,14,13,10,7,4,2,2,6,9,14,28,16,32,27,32,33,38,31,36,27,27,42,38,29,25,11,16,11,6,4,3,7,13,15,24,35,32,31,39,32,25,31,33,38,43,38,41,33,29,16,12,5,4,3,3,6,17,17,25,36,42,38,33,29,33,38,36,31,36,43,46,33,27,20,9,5,2,2,6,7,12,18,30,33,39,28,32,39,27,28,20,20,25,29,40,29,23,17,11,7,0,4,5,9,15,24,25,40,30,30,29,24,29,27,31,23,27,33,34,25,28,16,5,2,2,7,6,10,13,16,27,36,38,32,32,27,27,39,32,36,31,26,26,31,29,12,7,6,2,1,2,5,11,18,27,27,33,32,24,28,27,34,26,31,19,20,25,24,22,19,7,6,3,3,2,7,10,20,31,28,29,16,35,42,32,30,31,30,38,35,35,30,19,20,19,9,3,1,7,4,13,24,24,33,40,29,29,34,26,39,25,35,32,44,28,36,21,20,15,12,0,5,6,8,9,16,32,42,31,39,26,37,31,31,35,30,20,44,46,43,24,27,9,3,2,4,3,4,7,13,21,32,18,39,29,22,30,20,19,23,16,20,26,23,17,16,8,5,4,4,0,7,17,20,21,33,19,26,36,26,33,33,33,36,32,34,39,27,19,15,14,5,1,3,6,13,19,23,33,27,22,49,25,32,23,39,26,23,29,34,31,27,28,19,9,9,6,7,7,6,11,20,19,29,28,30,28,27,36,34,32,26,27,31,31,20,24,21,9,5,1,7,7,6,15,22,28,33,20,27,31,28,28,28,31,43,26,29,36,29,18,13,10,9,5,4,2,7,13,18,23,27,32,29,28,30,41,29,27,38,38,38,44,34,25,13,10,6,4,4,4,6,9,17,26,43,38,47,45,37,48,52,34,37,35,41,39,37,22,22,13,3,4,3,2,8,19,24,33,25,40,35,40,37,29,32,30,25,37,41,32,47,32,14,7,4,5,6,5,8,12,30,24,27,30,45,39,27,29,36,35,36,32,27,71,33,23,20,8,5,8,5,7,14,15,25,20,27,31,38,29,29,23,34,37,36,32,37,31,26,26,14,11,10,5,2,6,12,16,21,25,39,31,37,41,24,26,36,34,31,24,26,24,34,23,13,10,16,6,7,2,10,13,22,31,32,39,33,42,43,43,27,38,27,26,26,41,27,31,9,14,7,3,1,3,7,14,17,26,29,41,31,38,29,36,32,30,28,38,48,50,48,28,16,14,4,6,6,6,8,18,27,32,33,35,47,46,48,43,36,35,39,45,44,63,48,38,21,12,13,3,7,6,8,22,30,35,35,38,32,45,36,39,61,36,46,34,32,38,50,29,25,16,6,1,4,3,8,21,28,28,33,38,32,32,43,34,59,33,27,34,28,29,32,33,20,10,8,5,8,4,9,20,22,26,30,44,34,44,33,32,32,42,36,40,38,47,30,28,17,14,8,4,5,5,9,17,29,25,34,34,47,37,35,35,42,40,31,39,26,30,29,29,18,7,5,5,7,5,2,19,21,28,26,39,38,29,36,25,31,29,31,26,36,32,37,31,27,12,13,4,4,4,12,14,23,30,40,29,35,41,28,37,42,35,39,44,54,38,41,33,17,10,5,6,4,2,6,18,18,37,28,36,43,29,22,52,45,33,40,26,35,45,40,34,21,10,8,2,3,8,9,12,29,34,33,32,48,31,44,44,42,40,44,48,43,33,44,31,19,12,3,4,7,10,8,20,22,24,51,45,28,38,41,36,36,25,28,38,37,40,42,34,14,13,7,6,8,8,11,25,25,32,41,39,32,35,42,37,26,38,39,41,38,33,38,31,19,14,8,10,6,5,12,24,24,32,47,25,38,27,39,36,40,32,34,25,31,41,32,18,21,18,6,4,2,5,5,19,19,30,38,34,30,43,28,39,56,42,50,28,42,31,40,44,22,10,13,9,7,3,4,24,24,38,21,31,43,34,35,47,39,47,31,42,52,46,44,27,27,16,7,10,7,6,9,17,31,28,37,31,46,46,49,54,36,33,58,49,39,52,58,33,28,11,9,5,6,10,12,21,21,32,33,43,39,49,48,50,39,44,33,45,45,53,39,24,19,14,7,3,5,6,15,19,28,28,37,41,42,45,46,34,49,38,40,41,65,51,39,29,19,12,6,6,2,5,17,15,28,30,42,44,51,35,30,50,31,35,34,35,36,43,37,26,21,11,10,7,5,8,10,28,21,35,38,35,36,42,33,32,30,31,36,21,24,36,38,29,19,8,9,8,9,6,13,18,36,35,40,46,43,29,38,38,33,31,33,33,47,43,51,36,28,10,6,8,3,2,7,19,36,48,56,54,51,53,29,36,36,30,42,42,37,41,53,37,18,10,12,9,1,5,13,20,41,33,41,60,36,41,34,31,35,34,38,52,52,55,46,40,17,15,3,6,5,5,12,22,18,37,41,52,43,45,39,34,36,46,33,46,53,34,50,28,23,15,5,2,5,10,15,31,37,35,36,41,45,50,46,43,48,47,45,38,49,54,38,37,23,9,10,7,9,4,15,32,32,37,39,51,39,44,41,40,47,47,30,46,53,39,41,27,27,7,10,3,7,7,11,16,36,46,36,36,35,38,37,55,41,41,33,35,44,33,40,27,24,18,5,5,5,7,14,13,31,27,32,39,32,37,37,49,31,28,35,32,38,39,37,28,16,12,8,5,0,4,7,18,29,36,37,56,37,36,35,38,42,32,35,40,37,59,53,31,20,16,6,3,7,8,15,19,35,43,42,45,47,60,49,54,57,45,37,44,45,44,42,24,28,10,13,5,6,8,10,19,31,40,35,46,50,48,56,39,41,35,37,44,36,42,52,30,15,12,12,4,4,3,14,19,34,36,48,33,50,49,39,41,41,42,41,57,62,50,34,27,15,18,7,5,3,9,14,24,35,33,46,40,32,55,60,46,42,46,43,42,39,59,48,28,26,14,5,5,6,4,5,18,29,33,25,37,43,46,33,45,35,34,27,28,25,37,37,25,20,17,5,8,4,5,8,14,34,65,49,40,42,39,42,37,40,34,45,32,42,48,47,40,24,14,9,4,3,2,7,17,36,41,53,58,42,38,51,35,34,61,45,43,53,61,46,44,25,15,10,6,5,6,9,16,24,34,43,53,39,53,45,49,44,55,37,53,45,46,62,38,21,17,5,6,4,1,8,13,27,31,30,40,46,47,45,32,48,45,52,51,51,55,50,44,23,15,7,7,4,6,13,20,36,28,37,57,44,43,51,40,55,43,42,45,52,60,50,37,23,7,7,4,6,7,11,25,32,28,36,50,43,48,54,59,48,47,39,38,41,37,36,40,15,11,13,7,4,4,8,22,23,47,41,33,51,44,37,35,36,43,31,25,37,50,39,28,30,11,6,12,6,7,6,17,25,32,39,24,37,40,42,37,29,38,35,56,42,40,44,38,14,17,14,13,2,4,6,12,26,28,41,43,42,43,54,36,39,35,53,32,57,63,49,32,25,14,9,8,3,4,13,13,37,34,48,46,63,54,50,62,45,35,50,49,45,55,54,26,19,11,12,6,4,9,7,16,34,32,41,38,34,57,53,38,55,39,26,29,36,45,43,35,16,9,4,6,0,9,9,22,32,24,39,29,37,39,48,43,40,33,40,34,58,55,34,27,18,13,6,7,2,5,8,19,21,38,35,26,45,34,37,36,33,31,24,38,40,44,37,24,13,11,4,5,5,5,16,22,26,22,32,37,28,39,38,34,25,35,26,32,38,36,37,38,14,10,8,1,2,3,4,13,27,27,39,42,53,47,47,43,31,38,39,35,50,71,38,45,21,20,7,4,3,10,9,14,48,44,38,54,40,44,46,38,41,50,49,52,54,65,45,38,25,16,8,2,4,7,10,18,26,44,44,41,51,39,40,44,61,44,49,47,47,48,53,39,21,7,8,9,4,7,9,31,25,37,30,33,38,42,43,44,31,31,28,41,56,45,38,27,26,10,8,6,3,7,14,18,17,24,40,26,37,36,47,38,30,34,42,36,36,42,43,27,16,10,11,5,4,7,12,21,19,23,30,36,37,32,38,43,22,32,30,32,33,39,49,19,16,10,4,4,3,6,9,9,21,33,34,34,39,33,32,38,33,39,29,32,40,41,39,29,18,15,14,6,2,5,9,25,22,25,38,34,38,40,39,23,45,33,24,33,32,41,32,38,18,15,8,5,4,2,5,6,28,34,39,61,33,30,29,42,35,40,32,43,52,56,48,33,24,18,11,6,4,5,11,27,26,51,49,49,49,47,66,61,49,53,44,41,42,54,57,37,29,19,14,10,4,7,12,14,29,35,53,43,52,51,62,58,48,40,43,47,53,55,56,39,26,15,4,2,6,9,13,24,31,39,46,43,45,38,57,43,62,30,54,47,57,45,53,30,23,16,5,9,5,7,11,22,26,33,49,40,45,42,39,50,56,38,32,48,60,52,49,38,15,12,4,7,1,4,6,17,34,31,44,32,47,33,40,46,41,40,30,35,42,48,49,31,22,11,9,4,5,6,10,19,30,40,47,42,43,47,58,42,39,46,48,49,44,44,55,32,9,14,7,9,6,6,10,13,24,29,51,54,50,46,38,43,41,47,55,47,63,68,61,49,22,18,6,6,6,3,10,22,31,36,50,51,57,52,58,58,59,50,56,53,60,94,72,37,32,17,14,11,6,7,12,25,36,33,51,48,49,40,49,57,44,58,38,56,72,72,66,47,21,14,6,4,4,5,14,21,37,48,49,51,57,63,51,38,42,35,46,58,39,53,36,39,20,16,12,11,8,2,16,23,28,41,50,45,47,43,34,42,39,40,30,46,37,58,42,22,27,14,7,2,8,7,6,20,34,40,40,37,34,41,43,39,40,33,34,32,45,44,27,30,14,13,12,7,5,4,7,19,46,39,34,47,41,39,49,26,46,41,39,40,39,52,46,43,23,16,14,13,6,5,10,18,22,28,39,52,45,47,38,45,41,49,50,52,60,61,45,35,18,18,7,4,4,12,8,18,42,37,42,55,49,43,56,58,46,50,62,58,59,55,41,42,18,16,10,4,8,4,14,31,33,51,40,44,47,54,50,69,62,45,48,44,59,59,62,40,21,16,8,5,6,4,21,20,27,43,48,53,49,54,43,47,41,49,47,47,44,53,55,34,27,14,7,5,2,7,11,16,25,39,51,41,55,48,47,51,34,38,43,39,49,67,53,32,15,17,10,6,11,7,8,9,24,44,49,39,45,49,52,39,34,38,43,34,42,52,35,33,27,10,3,1,3,4,8,22,37,42,49,52,51,51,44,29,45,34,35,39,41,39,37,27,18,19,7,4,3,6,8,18,31,41,58,50,51,60,53,58,44,50,51,45,91,97,53,48,22,10,10,4,7,6,11,20,41,41,49,50,65,72,50,52,58,55,55,58,64,70,47,29,20,14,11,9,4,8,14,22,36,36,52,43,40,45,43,58,54,38,31,48,56,60,47,39,17,5,7,3,4,7,16,17,32,45,46,47,50,48,62,46,43,47,48,62,51,64,63,27,21,10,5,7,7,10,13,26,30,41,33,43,46,35,55,53,54,47,37,41,36,49,44,22,21,8,11,6,7,5,14,30,27,32,40,37,54,45,43,37,36,45,38,32,32,30,36,29,16,10,8,3,2,2,10,17,29,38,46,47,48,47,52,43,57,44,39,43,37,35,42,34,22,14,16,4,3,7,17,33,37,34,60,47,65,61,40,47,58,63,57,70,62,60,53,30,21,16,12,7,5,6,15,22,37,44,52,63,54,54,57,60,49,49,49,57,68,67,39,29,27,17,11,9,3,6,12,23,31,58,53,54,68,51,57,67,58,71,55,67,67,70,61,35,25,14,8,3,5,7,26,28,42,63,56,58,77,62,64,69,55,62,64,52,83,89,63,36,21,18,9,8,8,10,17,37,44,55,60,68,63,55,55,58,61,56,52,55,80,67,61,48,26,14,8,3,5,6,19,35,51,51,64,65,56,71,74,51,58,51,64,64,65,63,45,45,30,16,13,4,8,10,19,26,55,62,73,65,78,49,53,60,53,58,61,80,72,56,64,47,28,21,15,10,6,7,19,32,43,65,73,68,72,49,59,76,59,78,72,91,75,87,62,45,25,18,4,9,6,9,19,22,43,58,74,66,64,83,71,66,87,83,72,77,82,77,65,45,22,15,9,2,9,9,13,30,39,52,64,51,68,64,58,61,63,54,69,59,72,59,50,49,25,15,8,9,6,4,14,26,33,41,40,74,56,47,57,45,61,42,49,67,50,61,43,45,30,12,3,10,6,7,14,19,37,51,47,49,68,38,49,47,40,47,48,59,49,49,46,35,26,17,12,8,1,1,9,34,36,30,47,46,47,58,42,44,58,45,38,41,55,58,52,32,24,19,13,3,3,10,10,35,41,60,41,62,62,45,48,59,62,50,49,55,51,57,48,32,26,21,7,6,7,12,5,30,39,54,56,64,54,81,64,55,43,50,53,72,64,69,43,48,30,14,9,9,4,6,12,30,30,63,61,69,60,73,69,60,59,59,61,47,63,60,62,44,20,12,8,5,11,8,26,23,30,47,43,53,65,51,34,44,45,46,48,45,53,53,61,28,18,12,9,7,3,6,11,31,33,40,48,54,40,43,41,37,41,37,44,52,48,42,51,35,23,13,3,3,3,9,10,17,38,41,43,52,34,33,27,37,33,26,38,45,28,37,58,32,16,17,8,3,3,4,12,25,35,46,46,49,37,49,42,42,56,39,52,52,47,43,42,44,30,15,11,2,10,9,16,24,38,51,38,38,34,39,30,36,39,42,36,40,44,52,39,37,23,17,12,5,3,4,10,13,37,34,41,50,39,41,42,50,47,59,56,62,62,76,57,43,29,16,3,5,6,5,6,23,38,43,62,55,48,52,49,48,53,45,55,69,72,66,64,47,27,13,6,7,5,5,18,28,27,44,55,61,48,57,60,60,56,50,59,50,60,61,58,43,28,16,11,7,5,7,14,18,38,37,61,58,42,37,50,60,47,50,50,63,42,72,63,40,25,20,12,7,14,9,17,29,25,43,56,63,74,52,47,61,41,52,53,51,60,69,62,42,25,19,12,8,3,13,13,16,43,47,60,65,62,47,59,37,42,44,45,37,55,45,48,42,19,21,14,8,5,9,14,31,26,44,54,48,69,55,59,54,49,51,49,44,69,46,52,53,36,27,12,7,7,3,12,32,39,49,45,55,55,52,53,52,56,72,50,52,65,53,69,42,34,23,7,6,3,13,12,19,30,51,61,77,79,68,79,59,59,54,62,63,84,76,71,60,33,18,16,10,5,10,11,36,39,52,55,66,86,71,62,67,66,55,56,58,89,72,77,57,27,29,17,8,7,8,19,31,42,44,52,77,67,77,55,73,62,60,66,79,88,74,70,52,36,15,9,6,6,13,24,32,52,57,69,74,64,79,84,65,67,68,74,92,96,68,81,54,40,27,18,13,7,14,11,26,53,62,84,75,76,74,65,69,79,78,57,63,74,68,62,49,38,23,15,7,9,14,25,21,52,78,62,89,62,83,87,84,59,73,59,70,73,93,60,57,32,23,15,10,9,10,23,43,63,91,69,106,91,99,72,62,82,72,75,85,89,78,88,55,37,22,12,5,6,8,28,38,55,71,98,90,88,80,78,100,87,67,70,73,83,93,75,61,28,24,14,8,7,9,18,36,45,72,71,89,52,77,63,90,89,94,71,18,19,20,15,11,10,10,8,0,2,8,10,14,8,19,21,25,27,29,27,28,41,21,34,97,97,90,71,63,38,22,23,8,9,13,26,31,54,67,62,73,82,62,56,71,82,66,62,74,87,79,71,64,26,24,13,14,8,11,22,39,57,80,84,75,81,59,80,66,76,57,67,66,79,66,53,44,32,21,16,15,6,10,12,29,64,88,63,75,74,73,83,52,66,81,76,70,68,71,63,53,37,32,9,5,10,3,20,23,43,78,78,87,86,82,79,74,61,75,71,74,97,80,56,62,31,21,12,7,8,5,16,35,52,56,65,77,76,70,58,52,74,65,57,81,68,73,77,49,29,16,7,12,7,12,19,38,44,55,65,62,55,60,70,64,70,59,57,65,66,54,50,41,29,13,10,9,8,10,22,32,46,59,54,58,68,72,57,57,58,63,52,56,65,56,60,52,22,20,17,8,7,9,14,34,47,62,65,67,73,54,67,63,52,70,55,56,62,51,57,45,34,19,7,8,7,11,16,33,41,54,62,65,63,51,40,67,54,43,61,42,51,51,71,41,30,26,19,10,6,8,11,19,44,56,40,56,70,78,59,66,53,65,57,65,63,73,64,63,40,22,13,9,6,7,11,27,42,57,58,82,58,47,65,55,62,51,44,44,38,39,51,45,30,14,12,2,6,4,8,15,32,42,55,56,58,62,56,47,43,58,63,55,65,79,67,51,37,19,14,9,9,7,9,44,57,79,88,98,84,107,101,85,99,106,105,118,117,123,87,66,42,23,15,13,13,13,19,52,64,109,96,100,114,84,126,122,126,142,105,117,138,130,99,65,64,34,16,16,12,16,29,46,83,115,121,123,149,128,103,126,111,115,109,108,117,104,96,88,60,32,14,12,14,21,30,58,57,111,117,107,96,125,107,96,101,75,111,74,86,90,90,60,40,30,22,10,9,8,23,34,65,103,110,133,135,127,98,96,119,88,91,93,99,100,99,88,42,35,19,17,9,8,22,39,62,114,122,139,143,157,153,135,132,95,95,104,101,83,64,54,58] ] ================================================ FILE: demos/data-smoothing.html ================================================ ASAP Smoothing ================================================ FILE: demos/dependent-scale.html ================================================ Dependent Scale ================================================ FILE: demos/draw-hooks.html ================================================ Draw Hooks ================================================ FILE: demos/focus-cursor.html ================================================ Cursor Focus ================================================ FILE: demos/gradients.html ================================================ Gradients ================================================ FILE: demos/grid-over-series.html ================================================ Grid Over Series ================================================ FILE: demos/grouped-bars.js ================================================ function seriesBarsPlugin(opts) { let pxRatio; let font; let { ignore = [] } = opts; let radius = opts.radius ?? 0; function setPxRatio() { pxRatio = devicePixelRatio; font = Math.round(10 * pxRatio) + "px Arial"; } setPxRatio(); window.addEventListener('dppxchange', setPxRatio); const ori = opts.ori; const dir = opts.dir; const stacked = opts.stacked; const groupWidth = 0.9; const groupDistr = SPACE_BETWEEN; const barWidth = 1; const barDistr = SPACE_BETWEEN; function distrTwo(groupCount, barCount, barSpread = true, _groupWidth = groupWidth) { let out = Array.from({length: barCount}, () => ({ offs: Array(groupCount).fill(0), size: Array(groupCount).fill(0), })); distr(groupCount, _groupWidth, groupDistr, null, (groupIdx, groupOffPct, groupDimPct) => { distr(barCount, barWidth, barDistr, null, (barIdx, barOffPct, barDimPct) => { out[barIdx].offs[groupIdx] = groupOffPct + (barSpread ? (groupDimPct * barOffPct) : 0); out[barIdx].size[groupIdx] = groupDimPct * (barSpread ? barDimPct : 1); }); }); return out; } let barsPctLayout; let barsColors; let barsBuilder = uPlot.paths.bars({ radius, disp: { x0: { unit: 2, // discr: false, (unary, discrete, continuous) values: (u, seriesIdx, idx0, idx1) => barsPctLayout[seriesIdx].offs, }, size: { unit: 2, // discr: true, values: (u, seriesIdx, idx0, idx1) => barsPctLayout[seriesIdx].size, }, ...opts.disp, /* // e.g. variable size via scale (will compute offsets from known values) x1: { units: 1, values: (u, seriesIdx, idx0, idx1) => bucketEnds[idx], }, */ }, each: (u, seriesIdx, dataIdx, lft, top, wid, hgt) => { // we get back raw canvas coords (included axes & padding). translate to the plotting area origin lft -= u.bbox.left; top -= u.bbox.top; qt.add({x: lft, y: top, w: wid, h: hgt, sidx: seriesIdx, didx: dataIdx}); }, }); function drawPoints(u, sidx, i0, i1) { u.ctx.save(); u.ctx.font = font; u.ctx.fillStyle = "black"; uPlot.orient(u, sidx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim, moveTo, lineTo, rect) => { const _dir = dir * (ori == 0 ? 1 : -1); const wid = Math.round(barsPctLayout[sidx].size[0] * xDim); barsPctLayout[sidx].offs.forEach((offs, ix) => { if (dataY[ix] != null) { let x0 = xDim * offs; let lft = Math.round(xOff + (_dir == 1 ? x0 : xDim - x0 - wid)); let barWid = Math.round(wid); let yPos = valToPosY(dataY[ix], scaleY, yDim, yOff); let x = ori == 0 ? Math.round(lft + barWid/2) : Math.round(yPos); let y = ori == 0 ? Math.round(yPos) : Math.round(lft + barWid/2); u.ctx.textAlign = ori == 0 ? "center" : dataY[ix] >= 0 ? "left" : "right"; u.ctx.textBaseline = ori == 1 ? "middle" : dataY[ix] >= 0 ? "bottom" : "top"; u.ctx.fillText(dataY[ix], x, y); } }); }); u.ctx.restore(); } function range(u, dataMin, dataMax) { let [min, max] = uPlot.rangeNum(0, dataMax, 0.05, true); return [0, max]; } let qt; return { hooks: { init: u => { for (let el of u.root.querySelectorAll('.u-cursor-pt')) el.style.borderRadius = 'unset'; }, drawClear: u => { qt = qt || new Quadtree(0, 0, u.bbox.width, u.bbox.height); qt.clear(); // force-clear the path cache to cause drawBars() to rebuild new quadtree u.series.forEach(s => { s._paths = null; }); barsPctLayout = [null].concat(distrTwo(u.data[0].length, u.series.length - 1 - ignore.length, !stacked, groupWidth)); // TODOL only do on setData, not every redraw if (opts.disp?.fill != null) { barsColors = [null]; for (let i = 1; i < u.data.length; i++) { barsColors.push({ fill: opts.disp.fill.values(u, i), stroke: opts.disp.stroke.values(u, i), }); } } }, }, opts: (u, opts) => { const yScaleOpts = { range, ori: ori == 0 ? 1 : 0, }; // hovered let hRect; uPlot.assign(opts, { select: {show: false}, cursor: { x: false, y: false, dataIdx: (u, seriesIdx) => { if (seriesIdx == 1) { hRect = null; let cx = u.cursor.left * pxRatio; let cy = u.cursor.top * pxRatio; qt.get(cx, cy, 1, 1, o => { if (pointWithin(cx, cy, o.x, o.y, o.x + o.w, o.y + o.h)) hRect = o; }); } return hRect && seriesIdx == hRect.sidx ? hRect.didx : null; }, points: { fill: "rgba(255,255,255, 0.3)", bbox: (u, seriesIdx) => { let isHovered = hRect && seriesIdx == hRect.sidx; return { left: isHovered ? hRect.x / pxRatio : -10, top: isHovered ? hRect.y / pxRatio : -10, width: isHovered ? hRect.w / pxRatio : 0, height: isHovered ? hRect.h / pxRatio : 0, }; } } }, scales: { x: { time: false, distr: 2, ori, dir, // auto: true, range: (u, min, max) => { min = 0; max = Math.max(1, u.data[0].length - 1); let pctOffset = 0; distr(u.data[0].length, groupWidth, groupDistr, 0, (di, lftPct, widPct) => { pctOffset = lftPct + widPct / 2; }); let rn = max - min; if (pctOffset == 0.5) min -= rn; else { let upScale = 1 / (1 - pctOffset * 2); let offset = (upScale * rn - rn) / 2; min -= offset; max += offset; } return [min, max]; } }, rend: yScaleOpts, size: yScaleOpts, mem: yScaleOpts, inter: yScaleOpts, toggle: yScaleOpts, } }); if (ori == 1) { opts.padding = [0, null, 0, null]; } uPlot.assign(opts.axes[0], { splits: (u, axisIdx) => { const _dir = dir * (ori == 0 ? 1 : -1); splits = u._data[0].slice(); return _dir == 1 ? splits : splits.reverse(); }, values: u => u.data[0], gap: 15, size: ori == 0 ? 40 : 150, labelSize: 20, grid: {show: false}, ticks: {show: false}, side: ori == 0 ? 2 : 3, }); opts.series.forEach((s, i) => { if (i > 0 && !ignore.includes(i)) { uPlot.assign(s, { // pxAlign: false, // stroke: "rgba(255,0,0,0.5)", paths: barsBuilder, points: { show: drawPoints } }); } }); } }; } ================================================ FILE: demos/high-low-bands.html ================================================ High/Low Bands ================================================ FILE: demos/index.html ================================================ μPlot Demos

μPlot Demos

Multi time-series (two scales) Areas chart Grid over series Axis positioning, metrics & style Axis auto-size Dependent scales Function graphing & focus closest series High/Low bands Sparklines Sparklines (w/ floating bars) Dynamic data update / streaming Disable pixel alignment (avoid pixel jitter when streaming) Sine wave stream (3,600 points lookback @ 60Hz) Sync cursor, toggle & focus across multiple charts Dynamically toggle cursor between select-and-zoom & select-only Tooltips plugin (basic) Tooltips plugin (placement.js for positioning & containment) Tooltip on closest datapoint w/click, and moar! Cursor hover nearest non-null Proper timezone & DST handling Missing data & gaps Sparse data alignment & null fills Thin bars stroke & fill Variable month widths Resize with window Soft min/max Compare several overlaid time periods & stacked legend Logarithmic scales (log10, real data) Logarithmic scales (log2, log10, axis formatters) Custom scales (Weibull, etc.) Inverse hyperbolic sine scales Data smoothing (moving avg) "Nice" scale Scale padding test No data Y-shifted series Points density control Bars, stepped & smooth lines Gradient fills & strokes (vt & hz, scale-affixed & data-relative) Scale direction & orientation (e.g. rotation, inversion) Draggable y scales via axes Discrete & shifted series w/sync Maintains location of cursor/select/hoverPts during resize (test) Plugin to render hovered values on axes Russian month names on date/time axis Dynamically add or delete series Sync chart position when inside a scrollable container

Drawing

Trendlines from zoomed range & zoom snapping OHLC plugin + legend-as-tooltip plugin Box & whisker plugin + legend-as-tooltip plugin Draw hooks & (custom points) Multi-series bars plugin Multi-series bars plugin (stacked) Bar values w/autosizing Timeline/discrete state sequence plugin Latency Heatmap Scatter & Bubble Measurement datums via keyboard Wind direction renderer Render to image/png

Zooming

Different zoom variants (adaptive, uni/omnidirectional) Fetch & update data on zoom Secondary sync'd overview chart for x-axis zoom ranging Secondary sync'd overview chart for x-axis zoom ranging (with grips) Secondary sync'd overview chart for x/y-axis zoom ranging Pinch zooming/panning plugin Mouswheel zooming plugin

Junk

Stacked series ================================================ FILE: demos/latency-heatmap.html ================================================ Latency Heatmap

Bucket size: 5
Bucket offset: 0 ================================================ FILE: demos/lib/ASAP-optimized.js ================================================ /* * Free FFT and convolution (JavaScript) * * Copyright (c) 2014 Project Nayuki * https://www.nayuki.io/page/free-small-fft-in-multiple-languages * * (MIT License) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * the Software, and to permit persons to whom the Software is furnished to do so, * subject to the following conditions: * - The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * - The Software is provided "as is", without warranty of any kind, express or * implied, including but not limited to the warranties of merchantability, * fitness for a particular purpose and noninfringement. In no event shall the * authors or copyright holders be liable for any claim, damages or other * liability, whether in an action of contract, tort or otherwise, arising from, * out of or in connection with the Software or the use or other dealings in the * Software. */ "use strict"; /* * Computes the discrete Fourier transform (DFT) of the given complex vector, storing the result back into the vector. * The vector can have any length. This is a wrapper function. */ function transform(real, imag) { if (real.length != imag.length) throw "Mismatched lengths"; var n = real.length; if (n == 0) return; else if ((n & (n - 1)) == 0) // Is power of 2 transformRadix2(real, imag); else // More complicated algorithm for arbitrary sizes transformBluestein(real, imag); } /* * Computes the inverse discrete Fourier transform (IDFT) of the given complex vector, storing the result back into the vector. * The vector can have any length. This is a wrapper function. This transform does not perform scaling, so the inverse is not a true inverse. */ function inverseTransform(real, imag) { transform(imag, real); } /* * Computes the discrete Fourier transform (DFT) of the given complex vector, storing the result back into the vector. * The vector's length must be a power of 2. Uses the Cooley-Tukey decimation-in-time radix-2 algorithm. */ function transformRadix2(real, imag) { // Initialization if (real.length != imag.length) throw "Mismatched lengths"; var n = real.length; if (n == 1) // Trivial transform return; var levels = -1; for (var i = 0; i < 32; i++) { if (1 << i == n) levels = i; // Equal to log2(n) } if (levels == -1) throw "Length is not a power of 2"; var cosTable = new Array(n / 2); var sinTable = new Array(n / 2); for (var i = 0; i < n / 2; i++) { cosTable[i] = Math.cos(2 * Math.PI * i / n); sinTable[i] = Math.sin(2 * Math.PI * i / n); } // Bit-reversed addressing permutation for (var i = 0; i < n; i++) { var j = reverseBits(i, levels); if (j > i) { var temp = real[i]; real[i] = real[j]; real[j] = temp; temp = imag[i]; imag[i] = imag[j]; imag[j] = temp; } } // Cooley-Tukey decimation-in-time radix-2 FFT for (var size = 2; size <= n; size *= 2) { var halfsize = size / 2; var tablestep = n / size; for (var i = 0; i < n; i += size) { for (var j = i, k = 0; j < i + halfsize; j++, k += tablestep) { var tpre = real[j+halfsize] * cosTable[k] + imag[j+halfsize] * sinTable[k]; var tpim = -real[j+halfsize] * sinTable[k] + imag[j+halfsize] * cosTable[k]; real[j + halfsize] = real[j] - tpre; imag[j + halfsize] = imag[j] - tpim; real[j] += tpre; imag[j] += tpim; } } } // Returns the integer whose value is the reverse of the lowest 'bits' bits of the integer 'x'. function reverseBits(x, bits) { var y = 0; for (var i = 0; i < bits; i++) { y = (y << 1) | (x & 1); x >>>= 1; } return y; } } /* * Computes the discrete Fourier transform (DFT) of the given complex vector, storing the result back into the vector. * The vector can have any length. This requires the convolution function, which in turn requires the radix-2 FFT function. * Uses Bluestein's chirp z-transform algorithm. */ function transformBluestein(real, imag) { // Find a power-of-2 convolution length m such that m >= n * 2 + 1 if (real.length != imag.length) throw "Mismatched lengths"; var n = real.length; var m = 1; while (m < n * 2 + 1) m *= 2; // Trignometric tables var cosTable = new Array(n); var sinTable = new Array(n); for (var i = 0; i < n; i++) { var j = i * i % (n * 2); // This is more accurate than j = i * i cosTable[i] = Math.cos(Math.PI * j / n); sinTable[i] = Math.sin(Math.PI * j / n); } // Temporary vectors and preprocessing var areal = new Array(m); var aimag = new Array(m); for (var i = 0; i < n; i++) { areal[i] = real[i] * cosTable[i] + imag[i] * sinTable[i]; aimag[i] = -real[i] * sinTable[i] + imag[i] * cosTable[i]; } for (var i = n; i < m; i++) areal[i] = aimag[i] = 0; var breal = new Array(m); var bimag = new Array(m); breal[0] = cosTable[0]; bimag[0] = sinTable[0]; for (var i = 1; i < n; i++) { breal[i] = breal[m - i] = cosTable[i]; bimag[i] = bimag[m - i] = sinTable[i]; } for (var i = n; i <= m - n; i++) breal[i] = bimag[i] = 0; // Convolution var creal = new Array(m); var cimag = new Array(m); convolveComplex(areal, aimag, breal, bimag, creal, cimag); // Postprocessing for (var i = 0; i < n; i++) { real[i] = creal[i] * cosTable[i] + cimag[i] * sinTable[i]; imag[i] = -creal[i] * sinTable[i] + cimag[i] * cosTable[i]; } } /* * Computes the circular convolution of the given real vectors. Each vector's length must be the same. */ function convolveReal(x, y, out) { if (x.length != y.length || x.length != out.length) throw "Mismatched lengths"; var zeros = new Array(x.length); for (var i = 0; i < zeros.length; i++) zeros[i] = 0; convolveComplex(x, zeros, y, zeros.slice(), out, zeros.slice()); } /* * Computes the circular convolution of the given complex vectors. Each vector's length must be the same. */ function convolveComplex(xreal, ximag, yreal, yimag, outreal, outimag) { if (xreal.length != ximag.length || xreal.length != yreal.length || yreal.length != yimag.length || xreal.length != outreal.length || outreal.length != outimag.length) throw "Mismatched lengths"; var n = xreal.length; xreal = xreal.slice(); ximag = ximag.slice(); yreal = yreal.slice(); yimag = yimag.slice(); transform(xreal, ximag); transform(yreal, yimag); for (var i = 0; i < n; i++) { var temp = xreal[i] * yreal[i] - ximag[i] * yimag[i]; ximag[i] = ximag[i] * yreal[i] + xreal[i] * yimag[i]; xreal[i] = temp; } inverseTransform(xreal, ximag); for (var i = 0; i < n; i++) { // Scaling (because this FFT implementation omits it) outreal[i] = xreal[i] / n; outimag[i] = ximag[i] / n; } } /**********************************************************************************/ function binarySearch(head, tail, data, minObj, originalKurt, windowSize) { while (head <= tail) { var w = Math.round((head + tail) / 2); var smoothed = SMA(data, w, 1); var metrics = new Metrics(smoothed); if (metrics.kurtosis() >= originalKurt) { /* Search second half if feasible */ var roughness = metrics.roughness(); if (roughness < minObj) { windowSize = w; minObj = roughness; } head = w + 1; } else { /* Search first half */ tail = w - 1; } } return windowSize; } function smooth(data, resolution) { /* Ignore the last value if it's NaN */ if (isNaN(data[data.length-1])) { data = data.slice(0, -1); } if (data.length >= 2 * resolution ) { data = SMA(data, Math.trunc(data.length / resolution), Math.trunc(data.length / resolution)); } var acf = new ACF(data, Math.round(data.length / 10)); var peaks = acf.findPeaks(); var metrics = new Metrics(data); var originalKurt = metrics.kurtosis(); var minObj = metrics.roughness(); var windowSize = 1; var lb = 1; var largestFeasible = -1; var tail = data.length / 10; for (var i = peaks.length - 1; i >= 0; i -=1) { var w = peaks[i]; if (w < lb || w == 1) { break; } else if (Math.sqrt(1 - acf.correlations[w]) * windowSize > Math.sqrt(1 - acf.correlations[windowSize]) * w) { continue; } var smoothed = SMA(data, w, 1); metrics = new Metrics(smoothed); var roughness = metrics.roughness(); if (metrics.kurtosis() >= originalKurt) { if (roughness < minObj) { minObj = roughness; windowSize = w; } lb = Math.round(Math.max(w * Math.sqrt((acf.maxACF - 1) / (acf.correlations[w] - 1)), lb)); if (largestFeasible < 0) { largestFeasible = i; } } } if (largestFeasible > 0) { if (largestFeasible < peaks.length - 2) { tail = peaks[largestFeasible + 1]; } lb = Math.max(lb, peaks[largestFeasible] + 1); } windowSize = binarySearch(lb, tail, data, minObj, originalKurt, windowSize); return SMA(data, windowSize, 1); } function SMA(data, range, slide) { var windowStart = 0; var sum = 0; var count = 0; var values = []; for (var i = 0; i < data.length; i ++) { if (isNaN(data[i])) { data[i] = 0; } if (i - windowStart >= range) { values.push(sum / count); var oldStart = windowStart; while (windowStart < data.length && windowStart - oldStart < slide) { sum -= data[windowStart]; count -= 1; windowStart += 1; } } sum += data[i]; count += 1; } if (count == range) { values.push(sum / count); } return values; } class ACF { constructor(values, maxLag) { this.mean = Metrics.mean(values); this.values = values; this.correlations = new Array(maxLag); this.CORR_THRESH = 0.2; this.maxACF = 0; this.calculate(); } calculate() { /* Padding to the closest power of 2 */ var len = Math.pow(2, Math.trunc(Math.log2(this.values.length)) + 1) var fftreal = new Array(len).fill(0); var fftimg = new Array(len).fill(0); for (var i = 0; i < this.values.length; i += 1) { fftreal[i] = this.values[i] - this.mean; } /* F_R(f) = FFT(X) */ transform(fftreal, fftimg); /* S(f) = F_R(f)F_R*(f) */ for (var i = 0; i < fftreal.length; i += 1) { fftreal[i] = Math.pow(fftreal[i], 2) + Math.pow(fftimg[i], 2); fftimg[i] = 0; } /* R(t) = IFFT(S(f)) */ inverseTransform(fftreal, fftimg); for (var i = 1; i < this.correlations.length; i += 1) { this.correlations[i] = fftreal[i] / fftreal[0]; } } findPeaks() { var peakIndices = []; if (this.correlations.length > 1) { var positive = this.correlations[1] > this.correlations[0]; var max = 1; for (var i = 2; i < this.correlations.length; i += 1) { if (!positive && this.correlations[i] > this.correlations[i - 1]) { max = i; positive = !positive; } else if (positive && this.correlations[i] > this.correlations[max]) { max = i; } else if (positive && this.correlations[i] < this.correlations[i - 1]) { if (max > 1 && this.correlations[max] > this.CORR_THRESH) { peakIndices.push(max); if (this.correlations[max] > this.maxACF) { this.maxACF = this.correlations[max]; } } positive = !positive; } } } /* If there is no autocorrelation peak within the MAX_WINDOW boundary, # try windows from the largest to the smallest */ if (peakIndices.length <= 1) { for (var i = 2; i < this.correlations.length; i += 1) { peakIndices.push(i); } } return peakIndices; } } class Metrics { constructor(values) { this.len = values.length; this.values = values; this.m = Metrics.mean(values); } static mean(values) { var m = 0; for (var i = 0; i < values.length; i += 1) { m += values[i]; } return m / values.length; } static std(values) { var m = Metrics.mean(values); var std = 0; for (var i = 0; i < values.length; i += 1) { std += Math.pow((values[i] - m), 2); } return Math.sqrt(std / values.length); } kurtosis() { var u4 = 0, variance = 0; for (var i = 0; i < this.len; i ++) { u4 += Math.pow((this.values[i] - this.m), 4); variance += Math.pow((this.values[i] - this.m), 2); } return this.len * u4 / Math.pow(variance, 2); } roughness() { return Metrics.std(this.diffs()); } diffs() { var diff = new Array(this.len - 1); for (var i = 1; i < this.len; i += 1) { diff[i - 1] = this.values[i] - this.values[i - 1]; } return diff; } } ================================================ FILE: demos/lib/ASAP-simple.js ================================================ function smooth(data, resolution) { if (resolution < data.length) { data = SMA(data, Math.trunc(data.length / resolution), Math.trunc(data.length / resolution)); } var metrics = new Metrics(data); var originalKurt = metrics.kurtosis(); var minObj = metrics.roughness(); var windowSize = 1; for (var w = Math.round(data.length / 10); w >= 2; w -=1) { var smoothed = SMA(data, w, 1); metrics = new Metrics(smoothed); var roughness = metrics.roughness(); if (roughness < minObj) { if (metrics.kurtosis() >= originalKurt) { minObj = roughness; windowSize = w; } } } return SMA(data, windowSize, 1); } function SMA(data, range, slide) { var windowStart = 0; var sum = 0; var count = 0; var values = []; for (var i = 0; i < data.length; i ++) { if (isNaN(data[i])) { data[i] = 0; } if (i - windowStart >= range) { values.push(sum / count); var oldStart = windowStart; while (windowStart < data.length && windowStart - oldStart < slide) { sum -= data[windowStart]; count -= 1; windowStart += 1; } } sum += data[i]; count += 1; } if (count == range) { values.push(sum / count); } return values; } class Metrics { constructor(values) { this.len = values.length; this.values = values; this.m = Metrics.mean(values); } static mean(values) { var m = 0; for (var i = 0; i < values.length; i += 1) { m += values[i]; } return m / values.length; } static std(values) { var m = Metrics.mean(values); var std = 0; for (var i = 0; i < values.length; i += 1) { std += Math.pow((values[i] - m), 2); } return Math.sqrt(std / values.length); } kurtosis() { var u4 = 0, variance = 0; for (var i = 0; i < this.len; i ++) { u4 += Math.pow((this.values[i] - this.m), 4); variance += Math.pow((this.values[i] - this.m), 2); } return this.len * u4 / Math.pow(variance, 2); } roughness() { return Metrics.std(this.diffs()); } diffs() { var diff = new Array(this.len - 1); for (var i = 1; i < this.len; i += 1) { diff[i - 1] = this.values[i] - this.values[i - 1]; } return diff; } } ================================================ FILE: demos/lib/distr.js ================================================ function roundDec(val, dec) { return Math.round(val * (dec = 10**dec)) / dec; } const SPACE_BETWEEN = 1; const SPACE_AROUND = 2; const SPACE_EVENLY = 3; const coord = (i, offs, iwid, gap) => roundDec(offs + i * (iwid + gap), 6); function distr(numItems, sizeFactor, justify, onlyIdx, each) { let space = 1 - sizeFactor; let gap = ( justify == SPACE_BETWEEN ? space / (numItems - 1) : justify == SPACE_AROUND ? space / (numItems ) : justify == SPACE_EVENLY ? space / (numItems + 1) : 0 ); if (isNaN(gap) || gap == Infinity) gap = 0; let offs = ( justify == SPACE_BETWEEN ? 0 : justify == SPACE_AROUND ? gap / 2 : justify == SPACE_EVENLY ? gap : 0 ); let iwid = sizeFactor / numItems; let _iwid = roundDec(iwid, 6); if (onlyIdx == null) { for (let i = 0; i < numItems; i++) each(i, coord(i, offs, iwid, gap), _iwid); } else each(onlyIdx, coord(onlyIdx, offs, iwid, gap), _iwid); } ================================================ FILE: demos/lib/quadtree.js ================================================ function pointWithin(px, py, rlft, rtop, rrgt, rbtm) { return px >= rlft && px <= rrgt && py >= rtop && py <= rbtm; } !(function(global) { const MAX_OBJECTS = 10; const MAX_LEVELS = 4; function Quadtree(x, y, w, h, l) { let t = this; t.x = x; t.y = y; t.w = w; t.h = h; t.l = l || 0; t.o = []; t.q = null; }; const proto = { split: function() { let t = this, x = t.x, y = t.y, w = t.w / 2, h = t.h / 2, l = t.l + 1; t.q = [ // top right new Quadtree(x + w, y, w, h, l), // top left new Quadtree(x, y, w, h, l), // bottom left new Quadtree(x, y + h, w, h, l), // bottom right new Quadtree(x + w, y + h, w, h, l), ]; }, // invokes callback with index of each overlapping quad quads: function(x, y, w, h, cb) { let t = this, q = t.q, hzMid = t.x + t.w / 2, vtMid = t.y + t.h / 2, startIsNorth = y < vtMid, startIsWest = x < hzMid, endIsEast = x + w > hzMid, endIsSouth = y + h > vtMid; // top-right quad startIsNorth && endIsEast && cb(q[0]); // top-left quad startIsWest && startIsNorth && cb(q[1]); // bottom-left quad startIsWest && endIsSouth && cb(q[2]); // bottom-right quad endIsEast && endIsSouth && cb(q[3]); }, add: function(o) { let t = this; if (t.q != null) { t.quads(o.x, o.y, o.w, o.h, q => { q.add(o); }); } else { let os = t.o; os.push(o); if (os.length > MAX_OBJECTS && t.l < MAX_LEVELS) { t.split(); for (let i = 0; i < os.length; i++) { let oi = os[i]; t.quads(oi.x, oi.y, oi.w, oi.h, q => { q.add(oi); }); } t.o.length = 0; } } }, get: function(x, y, w, h, cb) { let t = this; let os = t.o; for (let i = 0; i < os.length; i++) cb(os[i]); if (t.q != null) { t.quads(x, y, w, h, q => { q.get(x, y, w, h, cb); }); } }, clear: function() { this.o.length = 0; this.q = null; }, }; Object.assign(Quadtree.prototype, proto); global.Quadtree = Quadtree; })(this); ================================================ FILE: demos/lib/rand.js ================================================ function randInt(min, max) { // min and max included return Math.floor(Math.random() * (max - min + 1) + min); } // https://spin.atomicobject.com/2019/09/30/skew-normal-prng-javascript/ const randomNormals = (rng) => { let u1 = 0, u2 = 0; //Convert [0,1) to (0,1) while (u1 === 0) u1 = rng(); while (u2 === 0) u2 = rng(); const R = Math.sqrt(-2.0 * Math.log(u1)); const Θ = 2.0 * Math.PI * u2; return [R * Math.cos(Θ), R * Math.sin(Θ)]; }; const randomSkewNormal = (rng, ξ, ω, α = 0) => { const [u0, v] = randomNormals(rng); if (α === 0) { return ξ + ω * u0; } const 𝛿 = α / Math.sqrt(1 + α * α); const u1 = 𝛿 * u0 + Math.sqrt(1 - 𝛿 * 𝛿) * v; const z = u0 >= 0 ? u1 : -u1; return ξ + ω * z; }; ================================================ FILE: demos/lib/randomWalk.js ================================================ // https://stackoverflow.com/a/22080644 const boxMullerRandom = (() => { let phase = 0, x1, x2, w, z; return () => { if (!phase) { do { x1 = 2.0 * Math.random() - 1.0; x2 = 2.0 * Math.random() - 1.0; w = x1 * x1 + x2 * x2; } while (w >= 1.0); w = Math.sqrt((-2.0 * Math.log(w)) / w); z = x1 * w; } else z = x2 * w; phase ^= 1; return z; } })(); function randomWalk(value, steps, min, max) { min = min == null ? -Infinity : min; max = max == null ? Infinity : max; var points = Array(steps), r; for (let i = 0; i < steps; i++) { do { r = boxMullerRandom(); } while (value + r < min || value + r > max); value += r; points[i] = value; } return points; } ================================================ FILE: demos/lib/sgg.js ================================================ // https://github.com/mljs/savitzky-golay-generalized const sgg = (function () { 'use strict'; const toString = Object.prototype.toString; /** * Checks if an object is an instance of an Array (array or typed array). * * @param {any} value - Object to check. * @returns {boolean} True if the object is an array. */ function isAnyArray(value) { return toString.call(value).endsWith('Array]'); } /** * Apply Savitzky Golay algorithm * @param [ys] Array of y values * @param [xs] Array of X or deltaX * @return Array containing the new ys (same length) */ function sgg(ys, xs, options = {}) { let { windowSize = 9, derivative = 0, polynomial = 3 } = options; if (windowSize % 2 === 0 || windowSize < 5 || !Number.isInteger(windowSize)) { throw new RangeError('Invalid window size (should be odd and at least 5 integer number)'); } if (!isAnyArray(ys)) { throw new TypeError('Y values must be an array'); } if (typeof xs === 'undefined') { throw new TypeError('X must be defined'); } if (windowSize > ys.length) { throw new RangeError(`Window size is higher than the data length ${windowSize}>${ys.length}`); } if (derivative < 0 || !Number.isInteger(derivative)) { throw new RangeError('Derivative should be a positive integer'); } if (polynomial < 1 || !Number.isInteger(polynomial)) { throw new RangeError('Polynomial should be a positive integer'); } if (polynomial >= 6) { // eslint-disable-next-line no-console console.warn('You should not use polynomial grade higher than 5 if you are' + ' not sure that your data arises from such a model. Possible polynomial oscillation problems'); } let half = Math.floor(windowSize / 2); let np = ys.length; let ans = new Float64Array(np); let weights = fullWeights(windowSize, polynomial, derivative); let hs = 0; let constantH = true; if (isAnyArray(xs)) { constantH = false; } else { hs = Math.pow(xs, derivative); } //For the borders for (let i = 0; i < half; i++) { let wg1 = weights[half - i - 1]; let wg2 = weights[half + i + 1]; let d1 = 0; let d2 = 0; for (let l = 0; l < windowSize; l++) { d1 += wg1[l] * ys[l]; d2 += wg2[l] * ys[np - windowSize + l]; } if (constantH) { ans[half - i - 1] = d1 / hs; ans[np - half + i] = d2 / hs; } else { hs = getHs(xs, half - i - 1, half, derivative); ans[half - i - 1] = d1 / hs; hs = getHs(xs, np - half + i, half, derivative); ans[np - half + i] = d2 / hs; } } //For the internal points let wg = weights[half]; for (let i = windowSize; i <= np; i++) { let d = 0; for (let l = 0; l < windowSize; l++) { d += wg[l] * ys[l + i - windowSize]; } if (!constantH) { hs = getHs(xs, i - half - 1, half, derivative); } ans[i - half - 1] = d / hs; } return ans; } function getHs(h, center, half, derivative) { let hs = 0; let count = 0; for (let i = center - half; i < center + half; i++) { if (i >= 0 && i < h.length - 1) { hs += h[i + 1] - h[i]; count++; } } return Math.pow(hs / count, derivative); } function gramPoly(i, m, k, s) { let Grampoly = 0; if (k > 0) { Grampoly = ((4 * k - 2) / (k * (2 * m - k + 1))) * (i * gramPoly(i, m, k - 1, s) + s * gramPoly(i, m, k - 1, s - 1)) - (((k - 1) * (2 * m + k)) / (k * (2 * m - k + 1))) * gramPoly(i, m, k - 2, s); } else { if (k === 0 && s === 0) { Grampoly = 1; } else { Grampoly = 0; } } return Grampoly; } function genFact(a, b) { let gf = 1; if (a >= b) { for (let j = a - b + 1; j <= a; j++) { gf *= j; } } return gf; } function weight(i, t, m, n, s) { let sum = 0; for (let k = 0; k <= n; k++) { sum += (2 * k + 1) * (genFact(2 * m, k) / genFact(2 * m + k + 1, k + 1)) * gramPoly(i, m, k, 0) * gramPoly(t, m, k, s); } return sum; } /** * @private * @param m Number of points * @param n Polynomial grade * @param s Derivative */ function fullWeights(m, n, s) { let weights = new Array(m); let np = Math.floor(m / 2); for (let t = -np; t <= np; t++) { weights[t + np] = new Float64Array(m); for (let j = -np; j <= np; j++) { weights[t + np][j + np] = weight(j, t, np, n, s); } } return weights; } return sgg; })(); ================================================ FILE: demos/lib/stats.js ================================================ // ported from https://stackoverflow.com/questions/14683467/finding-the-first-and-third-quartiles/51264621#51264621 function percentile(arr, p) { // algo derived from Aczel pg 15 bottom if (p >= 1) return arr[arr.length - 1]; let left = 0, right = 0; let n = p * (arr.length - 1) + 1; let pos = p * (arr.length + 1); if (pos >= 1) { left = arr[Math.floor(n) - 1]; right = arr[Math.floor(n)]; } else { left = arr[0]; right = arr[1]; } if (left == right) return left; let part = n - Math.floor(n); return left + part * (right - left); } function geoMean(arr) { let logSum = arr.reduce((acc, val) => acc + Math.log(val), 0); return Math.exp(logSum / arr.length); } function stats(arr) { arr = arr.slice().sort((a,b) => a-b); var n = arr.length; var sum = arr.reduce((acc, val) => acc + val, 0); // var prod = arr.reduce((acc, val) => acc * val, 1); var amean = sum / n; // var gmean = Math.pow(prod, 1 / n); var gmean = geoMean(arr); // var median = n % 2 === 0 ? (arr[n / 2 - 1] + arr[n / 2]) / 2 : arr[(n - 1) / 2]; var median = percentile(arr, 0.5); var q1 = percentile(arr, 0.25); var q3 = percentile(arr, 0.75); var variance = 0; var stddev = 0; var v1 = 0, v2 = 0; for (var i = 0; i < n; i++) { var dMean = arr[i] - amean; v1 += Math.pow(dMean, 2); v2 += dMean; } v2 *= v2 / n; variance = Math.max((v1 - v2) / (n - 1), 0); stddev = Math.sqrt(variance); return { count: n, min: Math.min.apply(Math, arr), max: Math.max.apply(Math, arr), sum: +sum.toFixed(2), median: +median.toFixed(2), q1: +q1.toFixed(2), q3: +q3.toFixed(2), // iq: +(q3 - q1).toFixed(2), amean: +amean.toFixed(2), gmean: +gmean.toFixed(2), variance: +variance.toFixed(2), stddev: +stddev.toFixed(2), }; } ================================================ FILE: demos/line-paths.html ================================================ Line Paths ================================================ FILE: demos/log-scales.html ================================================ Log Scales ================================================ FILE: demos/log-scales2.html ================================================ Log Scales 2 ================================================ FILE: demos/mass-spectrum.html ================================================ Mass Spectrum ================================================ FILE: demos/measure-datums.html ================================================ Measure / Datums
  1. Click in plotting area to focus
  2. Press "1" and "2" keys to place two measurement datums at the mouse cursor position.
  3. Press "Esc" to clear / reset.
================================================ FILE: demos/missing-data.html ================================================ Missing Data ================================================ FILE: demos/months-ru.html ================================================ Months (Russian) ================================================ FILE: demos/months.html ================================================ Months ================================================ FILE: demos/multi-bars.html ================================================ Multi-Bars ================================================ FILE: demos/nearest-non-null.html ================================================ Nearest Non-Null ================================================ FILE: demos/nice-scale.html ================================================ Nice Scale & Ticks
================================================ FILE: demos/no-data.html ================================================ No Data ================================================ FILE: demos/path-gap-clip.html ================================================ Path & Gap Clipping ================================================ FILE: demos/pixel-align.html ================================================ Pixel align

By default µPlot will round down all coordinates to integer values for crisp looking charts and maximum drawing speed. However this introduces a caterpillar effect on live updating charts:

You can turn off this rounding by setting opts.pxAlign and series.pxAlign to 0:

================================================ FILE: demos/points.html ================================================ Points ================================================ FILE: demos/resize.html ================================================ Resize ================================================ FILE: demos/scale-padding.html ================================================ Scale Padding ================================================ FILE: demos/scales-dir-ori.html ================================================ Scales Direction & Orientation ================================================ FILE: demos/scatter.html ================================================ Scatter & Bubble ================================================ FILE: demos/scroll-sync.html ================================================ Scroll syncRect()

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

================================================ FILE: demos/sine-stream.html ================================================ Sine Stream ================================================ FILE: demos/soft-minmax.html ================================================ Soft Min/Max ================================================ FILE: demos/sparklines-bars.html ================================================ Sparkline + Floating Bars + Gradients ================================================ FILE: demos/sparklines.html ================================================ Sparklines
Sparklines
================================================ FILE: demos/sparse.html ================================================ Sparse Data ================================================ FILE: demos/stack.js ================================================ function stack(data, omit) { let data2 = []; let bands = []; let d0Len = data[0].length; let accum = Array(d0Len); for (let i = 0; i < d0Len; i++) accum[i] = 0; for (let i = 1; i < data.length; i++) data2.push(omit(i) ? data[i] : data[i].map((v, i) => (accum[i] += +v))); for (let i = 1; i < data.length; i++) !omit(i) && bands.push({ series: [ data.findIndex((s, j) => j > i && !omit(j)), i, ], }); bands = bands.filter(b => b.series[1] > -1); return { data: [data[0]].concat(data2), bands, }; } function getOpts(title, series) { return { scales: { x: { time: false, }, }, series }; } function getStackedOpts(title, series, data, interp) { let opts = getOpts(title, series); let interped = interp ? interp(data) : data; let stacked = stack(interped, i => false); opts.bands = stacked.bands; opts.cursor = opts.cursor || {}; opts.cursor.dataIdx = (u, seriesIdx, closestIdx, xValue) => { return data[seriesIdx][closestIdx] == null ? null : closestIdx; }; opts.series.forEach(s => { s.value = (u, v, si, i) => data[si][i]; s.points = s.points || {}; // scan raw unstacked data to return only real points s.points.filter = (u, seriesIdx, show, gaps) => { if (show) { let pts = []; data[seriesIdx].forEach((v, i) => { v != null && pts.push(i); }); return pts; } } }); // force 0 to be the sum minimum this instead of the bottom series opts.scales.y = { range: (u, min, max) => { let minMax = uPlot.rangeNum(0, max, 0.1, true); return [0, minMax[1]]; } }; // restack on toggle opts.hooks = { setSeries: [ (u, i) => { let stacked = stack(data, i => !u.series[i].show); u.delBand(null); stacked.bands.forEach(b => u.addBand(b)); u.setData(stacked.data); } ], }; return {opts, data: stacked.data}; } function stack2(series) { // for uplot data let data = Array(series.length); let bands = []; let dataLen = series[0].values.length; let zeroArr = Array(dataLen).fill(0); let stackGroups = new Map(); let seriesStackKeys = Array(series.length); series.forEach((s, si) => { let vals = s.values.slice(); // apply negY if (s.negY) { for (let i = 0; i < vals.length; i++) { if (vals[i] != null) vals[i] *= -1; } } if (s.stacking.mode != 'none') { let hasPos = vals.some(v => v > 0); // derive stacking key let stackKey = seriesStackKeys[si] = s.stacking.mode + s.scaleKey + s.stacking.group + (hasPos ? '+' : '-'); let group = stackGroups.get(stackKey); // initialize stacking group if (group == null) { group = { series: [], acc: zeroArr.slice(), dir: hasPos ? -1 : 1, }; stackGroups.set(stackKey, group); } // push for bands gen group.series.unshift(si); let stacked = data[si] = Array(dataLen); let { acc } = group; for (let i = 0; i < dataLen; i++) { let v = vals[i]; if (v != null) stacked[i] = (acc[i] += v); else stacked[i] = v; // we may want to coerce to 0 here } } else data[si] = vals; }); // re-compute by percent series.forEach((s, si) => { if (s.stacking.mode == 'percent') { let group = stackGroups.get(seriesStackKeys[si]); let { acc } = group; // re-negatify percent let sign = group.dir * -1; let stacked = data[si]; for (let i = 0; i < dataLen; i++) { let v = stacked[i]; if (v != null) stacked[i] = sign * (v / acc[i]); } } }); // generate bands between adjacent group series stackGroups.forEach(group => { let { series, dir } = group; let lastIdx = series.length - 1; series.forEach((si, i) => { if (i != lastIdx) { let nextIdx = series[i + 1]; bands.push({ // since we're not passing x series[0] for stacking, real idxs are actually +1 series: [si + 1, nextIdx + 1], dir, }); } }); }); return { data, bands, }; } ================================================ FILE: demos/stacked-series.html ================================================ Stacked Series

So you think you want a stacked series chart? Trust me, you don't. uPlot does not provide this functionality in the core, both out of principle and because it requires inter-series data aggregation. However, if you really need to mislead people with shitty charts, you can still technically get it done.

The two charts below show exactly the same data (did you notice?)

In summary, JUST DON'T.


================================================ FILE: demos/stream-data.html ================================================ Data Stream

Loading lib....

================================================ FILE: demos/svg-image.html ================================================ uPlot to image PoC ================================================ FILE: demos/sync-cursor.html ================================================ Sync Cursor

Loading lib....


================================================ FILE: demos/sync-y-zero.html ================================================ Sync Y Zero ================================================ FILE: demos/thin-bars-stroke-fill.html ================================================ Thin bar stroke & fill ================================================ FILE: demos/time-periods.html ================================================ Time Periods ================================================ FILE: demos/timeline-discrete.html ================================================ Timeline / Discrete ================================================ FILE: demos/timeseries-discrete.html ================================================ TimeSeries + Discrete ================================================ FILE: demos/timezones-dst.html ================================================ Timezones & DST ================================================ FILE: demos/tooltips-closest.html ================================================ Tooltips (closest) ================================================ FILE: demos/tooltips.html ================================================ Tooltips ================================================ FILE: demos/trendlines.html ================================================ Trendlines ================================================ FILE: demos/update-cursor-select-resize.html ================================================ Keep selection and cursor in sync with resize (test) ================================================ FILE: demos/wind-direction.html ================================================ Wind Direction ================================================ FILE: demos/y-scale-drag.html ================================================ Draggable y scales ================================================ FILE: demos/y-shifted-series.html ================================================ Y-shifted Series ================================================ FILE: demos/zoom-fetch.html ================================================ Fetch Zoom ================================================ FILE: demos/zoom-ranger-grips.html ================================================ Zoom Ranger Grips ================================================ FILE: demos/zoom-ranger-xy.html ================================================ Zoom Ranger XY ================================================ FILE: demos/zoom-ranger.html ================================================ Zoom Ranger ================================================ FILE: demos/zoom-touch.html ================================================ Pinch Zoom & Pan ================================================ FILE: demos/zoom-variations.html ================================================ Zoom Variations

Basic

With a minimum drag distance of 10 px

================================================ FILE: demos/zoom-wheel.html ================================================ Wheel Zoom & Drag ================================================ FILE: dist/uPlot.cjs.js ================================================ /** * Copyright (c) 2026, Leon Sorokin * All rights reserved. (MIT Licensed) * * uPlot.js (μPlot) * A small, fast chart for time series, lines, areas, ohlc & bars * https://github.com/leeoniya/uPlot (v1.6.32) */ 'use strict'; const FEAT_TIME = true; // binary search for index of closest value function closestIdx(num, arr, lo, hi) { let mid; lo = lo || 0; hi = hi || arr.length - 1; let bitwise = hi <= 2147483647; while (hi - lo > 1) { mid = bitwise ? (lo + hi) >> 1 : floor((lo + hi) / 2); if (arr[mid] < num) lo = mid; else hi = mid; } if (num - arr[lo] <= arr[hi] - num) return lo; return hi; } function makeIndexOfs(predicate) { let indexOfs = (data, _i0, _i1) => { let i0 = -1; let i1 = -1; for (let i = _i0; i <= _i1; i++) { if (predicate(data[i])) { i0 = i; break; } } for (let i = _i1; i >= _i0; i--) { if (predicate(data[i])) { i1 = i; break; } } return [i0, i1]; }; return indexOfs; } const notNullish = v => v != null; const isPositive = v => v != null && v > 0; const nonNullIdxs = makeIndexOfs(notNullish); const positiveIdxs = makeIndexOfs(isPositive); function getMinMax(data, _i0, _i1, sorted = 0, log = false) { // console.log("getMinMax()"); let getEdgeIdxs = log ? positiveIdxs : nonNullIdxs; let predicate = log ? isPositive : notNullish; [_i0, _i1] = getEdgeIdxs(data, _i0, _i1); let _min = data[_i0]; let _max = data[_i0]; if (_i0 > -1) { if (sorted == 1) { _min = data[_i0]; _max = data[_i1]; } else if (sorted == -1) { _min = data[_i1]; _max = data[_i0]; } else { for (let i = _i0; i <= _i1; i++) { let v = data[i]; if (predicate(v)) { if (v < _min) _min = v; else if (v > _max) _max = v; } } } } return [_min ?? inf, _max ?? -inf]; // todo: fix to return nulls } function rangeLog(min, max, base, fullMags) { if (base == 2) fullMags = true; let minSign = sign(min); let maxSign = sign(max); if (min == max) { if (minSign == -1) { min *= base; max /= base; } else { min /= base; max *= base; } } let logFn = base == 10 ? log10 : log2; let growMinAbs = minSign == 1 ? floor : ceil; let growMaxAbs = maxSign == 1 ? ceil : floor; let minLogAbs = logFn(abs(min)); let maxLogAbs = logFn(abs(max)); let minExp = growMinAbs(minLogAbs); let maxExp = growMaxAbs(maxLogAbs); let minIncr = pow(base, minExp); let maxIncr = pow(base, maxExp); // fix values like Math.pow(10, -5) === 0.000009999999999999999 if (base == 10) { if (minExp < 0) minIncr = roundDec(minIncr, -minExp); if (maxExp < 0) maxIncr = roundDec(maxIncr, -maxExp); } if (fullMags) { min = minIncr * minSign; max = maxIncr * maxSign; } else { min = incrRoundDn(min, pow(base, floor(minLogAbs)), false); max = incrRoundUp(max, pow(base, floor(maxLogAbs)), false); } return [min, max]; } function rangeAsinh(min, max, base, fullMags) { let minMax = rangeLog(min, max, base, fullMags); if (min == 0) minMax[0] = 0; if (max == 0) minMax[1] = 0; return minMax; } const rangePad = 0.1; const autoRangePart = { mode: 3, pad: rangePad, }; const _eqRangePart = { pad: 0, soft: null, mode: 0, }; const _eqRange = { min: _eqRangePart, max: _eqRangePart, }; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value function rangeNum(_min, _max, mult, extra) { if (isObj(mult)) return _rangeNum(_min, _max, mult); _eqRangePart.pad = mult; _eqRangePart.soft = extra ? 0 : null; _eqRangePart.mode = extra ? 3 : 0; return _rangeNum(_min, _max, _eqRange); } // nullish coalesce function ifNull(lh, rh) { return lh == null ? rh : lh; } // checks if given index range in an array contains a non-null value // aka a range-bounded Array.some() function hasData(data, idx0, idx1) { idx0 = ifNull(idx0, 0); idx1 = ifNull(idx1, data.length - 1); while (idx0 <= idx1) { if (data[idx0] != null) return true; idx0++; } return false; } function _rangeNum(_min, _max, cfg) { let cmin = cfg.min; let cmax = cfg.max; let padMin = ifNull(cmin.pad, 0); let padMax = ifNull(cmax.pad, 0); let hardMin = ifNull(cmin.hard, -inf); let hardMax = ifNull(cmax.hard, inf); let softMin = ifNull(cmin.soft, inf); let softMax = ifNull(cmax.soft, -inf); let softMinMode = ifNull(cmin.mode, 0); let softMaxMode = ifNull(cmax.mode, 0); let delta = _max - _min; let deltaMag = log10(delta); let scalarMax = max(abs(_min), abs(_max)); let scalarMag = log10(scalarMax); let scalarMagDelta = abs(scalarMag - deltaMag); // this handles situations like 89.7, 89.69999999999999 // by assuming 0.001x deltas are precision errors // if (delta > 0 && delta < abs(_max) / 1e3) // delta = 0; // treat data as flat if delta is less than 1e-24 // or range is 11+ orders of magnitude below raw values, e.g. 99999999.99999996 - 100000000.00000004 if (delta < 1e-24 || scalarMagDelta > 10) { delta = 0; // if soft mode is 2 and all vals are flat at 0, avoid the 0.1 * 1e3 fallback // this prevents 0,0,0 from ranging to -100,100 when softMin/softMax are -1,1 if (_min == 0 || _max == 0) { delta = 1e-24; if (softMinMode == 2 && softMin != inf) padMin = 0; if (softMaxMode == 2 && softMax != -inf) padMax = 0; } } let nonZeroDelta = delta || scalarMax || 1e3; let mag = log10(nonZeroDelta); let base = pow(10, floor(mag)); let _padMin = nonZeroDelta * (delta == 0 ? (_min == 0 ? .1 : 1) : padMin); let _newMin = roundDec(incrRoundDn(_min - _padMin, base/10), 24); let _softMin = _min >= softMin && (softMinMode == 1 || softMinMode == 3 && _newMin <= softMin || softMinMode == 2 && _newMin >= softMin) ? softMin : inf; let minLim = max(hardMin, _newMin < _softMin && _min >= _softMin ? _softMin : min(_softMin, _newMin)); let _padMax = nonZeroDelta * (delta == 0 ? (_max == 0 ? .1 : 1) : padMax); let _newMax = roundDec(incrRoundUp(_max + _padMax, base/10), 24); let _softMax = _max <= softMax && (softMaxMode == 1 || softMaxMode == 3 && _newMax >= softMax || softMaxMode == 2 && _newMax <= softMax) ? softMax : -inf; let maxLim = min(hardMax, _newMax > _softMax && _max <= _softMax ? _softMax : max(_softMax, _newMax)); if (minLim == maxLim && minLim == 0) maxLim = 100; return [minLim, maxLim]; } // alternative: https://stackoverflow.com/a/2254896 const numFormatter = new Intl.NumberFormat(); const fmtNum = val => numFormatter.format(val); const M = Math; const PI = M.PI; const abs = M.abs; const floor = M.floor; const round = M.round; const ceil = M.ceil; const min = M.min; const max = M.max; const pow = M.pow; const sign = M.sign; const log10 = M.log10; const log2 = M.log2; // TODO: seems like this needs to match asinh impl if the passed v is tweaked? const sinh = (v, linthresh = 1) => M.sinh(v) * linthresh; const asinh = (v, linthresh = 1) => M.asinh(v / linthresh); const inf = Infinity; function numIntDigits(x) { return (log10((x ^ (x >> 31)) - (x >> 31)) | 0) + 1; } function clamp(num, _min, _max) { return min(max(num, _min), _max); } function isFn(v) { return typeof v == "function"; } function fnOrSelf(v) { return isFn(v) ? v : () => v; } const noop = () => {}; // note: these identity fns may get deoptimized if reused for different arg types // a TS version would enforce they stay monotyped and require making variants const retArg0 = _0 => _0; const retArg1 = (_0, _1) => _1; const retNull = _ => null; const retTrue = _ => true; const retEq = (a, b) => a == b; const regex6 = /\.\d*?(?=9{6,}|0{6,})/gm; // e.g. 17999.204999999998 -> 17999.205 const fixFloat = val => { if (isInt(val) || fixedDec.has(val)) return val; const str = `${val}`; const match = str.match(regex6); if (match == null) return val; let len = match[0].length - 1; // e.g. 1.0000000000000001e-24 if (str.indexOf('e-') != -1) { let [num, exp] = str.split('e'); return +`${fixFloat(num)}e${exp}`; } return roundDec(val, len); }; function incrRound(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(roundDec(fixFloat(num/incr))*incr) : roundDec(num/incr)*incr; } function incrRoundUp(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(ceil(fixFloat(num/incr))*incr) : ceil(num/incr)*incr; } function incrRoundDn(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(floor(fixFloat(num/incr))*incr) : floor(num/incr)*incr; } // https://stackoverflow.com/a/48764436 // rounds half away from zero function roundDec(val, dec = 0) { if (isInt(val)) return val; // else if (dec == 0) // return round(val); let p = 10 ** dec; let n = (val * p) * (1 + Number.EPSILON); return round(n) / p; } const fixedDec = new Map(); function guessDec(num) { return ((""+num).split(".")[1] || "").length; } function genIncrs(base, minExp, maxExp, mults) { let incrs = []; let multDec = mults.map(guessDec); for (let exp = minExp; exp < maxExp; exp++) { let expa = abs(exp); let mag = roundDec(pow(base, exp), expa); for (let i = 0; i < mults.length; i++) { let _incr = base == 10 ? +`${mults[i]}e${exp}` : mults[i] * mag; let dec = (exp >= 0 ? 0 : expa) + (exp >= multDec[i] ? 0 : multDec[i]); let incr = base == 10 ? _incr : roundDec(_incr, dec); incrs.push(incr); fixedDec.set(incr, dec); } } return incrs; } //export const assign = Object.assign; const EMPTY_OBJ = {}; const EMPTY_ARR = []; const nullNullTuple = [null, null]; const isArr = Array.isArray; const isInt = Number.isInteger; const isUndef = v => v === void 0; function isStr(v) { return typeof v == 'string'; } function isObj(v) { let is = false; if (v != null) { let c = v.constructor; is = c == null || c == Object; } return is; } function fastIsObj(v) { return v != null && typeof v == 'object'; } const TypedArray = Object.getPrototypeOf(Uint8Array); const __proto__ = "__proto__"; function copy(o, _isObj = isObj) { let out; if (isArr(o)) { let val = o.find(v => v != null); if (isArr(val) || _isObj(val)) { out = Array(o.length); for (let i = 0; i < o.length; i++) out[i] = copy(o[i], _isObj); } else out = o.slice(); } else if (o instanceof TypedArray) // also (ArrayBuffer.isView(o) && !(o instanceof DataView)) out = o.slice(); else if (_isObj(o)) { out = {}; for (let k in o) { if (k != __proto__) out[k] = copy(o[k], _isObj); } } else out = o; return out; } function assign(targ) { let args = arguments; for (let i = 1; i < args.length; i++) { let src = args[i]; for (let key in src) { if (key != __proto__) { if (isObj(targ[key])) assign(targ[key], copy(src[key])); else targ[key] = copy(src[key]); } } } return targ; } // nullModes const NULL_REMOVE = 0; // nulls are converted to undefined (e.g. for spanGaps: true) const NULL_RETAIN = 1; // nulls are retained, with alignment artifacts set to undefined (default) const NULL_EXPAND = 2; // nulls are expanded to include any adjacent alignment artifacts // sets undefined values to nulls when adjacent to existing nulls (minesweeper) function nullExpand(yVals, nullIdxs, alignedLen) { for (let i = 0, xi, lastNullIdx = -1; i < nullIdxs.length; i++) { let nullIdx = nullIdxs[i]; if (nullIdx > lastNullIdx) { xi = nullIdx - 1; while (xi >= 0 && yVals[xi] == null) yVals[xi--] = null; xi = nullIdx + 1; while (xi < alignedLen && yVals[xi] == null) yVals[lastNullIdx = xi++] = null; } } } // nullModes is a tables-matched array indicating how to treat nulls in each series // output is sorted ASC on the joined field (table[0]) and duplicate join values are collapsed function join(tables, nullModes) { if (allHeadersSame(tables)) { // console.log('cheap join!'); let table = tables[0].slice(); for (let i = 1; i < tables.length; i++) table.push(...tables[i].slice(1)); if (!isAsc(table[0])) table = sortCols(table); return table; } let xVals = new Set(); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; let len = xs.length; for (let i = 0; i < len; i++) xVals.add(xs[i]); } let data = [Array.from(xVals).sort((a, b) => a - b)]; let alignedLen = data[0].length; let xIdxs = new Map(); for (let i = 0; i < alignedLen; i++) xIdxs.set(data[0][i], i); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; for (let si = 1; si < t.length; si++) { let ys = t[si]; let yVals = Array(alignedLen).fill(undefined); let nullMode = nullModes ? nullModes[ti][si] : NULL_RETAIN; let nullIdxs = []; for (let i = 0; i < ys.length; i++) { let yVal = ys[i]; let alignedIdx = xIdxs.get(xs[i]); if (yVal === null) { if (nullMode != NULL_REMOVE) { yVals[alignedIdx] = yVal; if (nullMode == NULL_EXPAND) nullIdxs.push(alignedIdx); } } else yVals[alignedIdx] = yVal; } nullExpand(yVals, nullIdxs, alignedLen); data.push(yVals); } } return data; } const microTask = typeof queueMicrotask == "undefined" ? fn => Promise.resolve().then(fn) : queueMicrotask; // TODO: https://github.com/dy/sort-ids (~2x faster for 1e5+ arrays) function sortCols(table) { let head = table[0]; let rlen = head.length; let idxs = Array(rlen); for (let i = 0; i < idxs.length; i++) idxs[i] = i; idxs.sort((i0, i1) => head[i0] - head[i1]); let table2 = []; for (let i = 0; i < table.length; i++) { let row = table[i]; let row2 = Array(rlen); for (let j = 0; j < rlen; j++) row2[j] = row[idxs[j]]; table2.push(row2); } return table2; } // test if we can do cheap join (all join fields same) function allHeadersSame(tables) { let vals0 = tables[0][0]; let len0 = vals0.length; for (let i = 1; i < tables.length; i++) { let vals1 = tables[i][0]; if (vals1.length != len0) return false; if (vals1 != vals0) { for (let j = 0; j < len0; j++) { if (vals1[j] != vals0[j]) return false; } } } return true; } function isAsc(vals, samples = 100) { const len = vals.length; // empty or single value if (len <= 1) return true; // skip leading & trailing nullish let firstIdx = 0; let lastIdx = len - 1; while (firstIdx <= lastIdx && vals[firstIdx] == null) firstIdx++; while (lastIdx >= firstIdx && vals[lastIdx] == null) lastIdx--; // all nullish or one value surrounded by nullish if (lastIdx <= firstIdx) return true; const stride = max(1, floor((lastIdx - firstIdx + 1) / samples)); for (let prevVal = vals[firstIdx], i = firstIdx + stride; i <= lastIdx; i += stride) { const v = vals[i]; if (v != null) { if (v <= prevVal) return false; prevVal = v; } } return true; } const WIDTH = "width"; const HEIGHT = "height"; const TOP = "top"; const BOTTOM = "bottom"; const LEFT = "left"; const RIGHT = "right"; const hexBlack = "#000"; const transparent = hexBlack + "0"; const mousemove = "mousemove"; const mousedown = "mousedown"; const mouseup = "mouseup"; const mouseenter = "mouseenter"; const mouseleave = "mouseleave"; const dblclick = "dblclick"; const resize = "resize"; const scroll = "scroll"; const change = "change"; const dppxchange = "dppxchange"; const LEGEND_DISP = "--"; const pre = "u-"; const UPLOT = "uplot"; const ORI_HZ = pre + "hz"; const ORI_VT = pre + "vt"; const TITLE = pre + "title"; const WRAP = pre + "wrap"; const UNDER = pre + "under"; const OVER = pre + "over"; const AXIS = pre + "axis"; const OFF = pre + "off"; const SELECT = pre + "select"; const CURSOR_X = pre + "cursor-x"; const CURSOR_Y = pre + "cursor-y"; const CURSOR_PT = pre + "cursor-pt"; const LEGEND = pre + "legend"; const LEGEND_LIVE = pre + "live"; const LEGEND_INLINE = pre + "inline"; const LEGEND_SERIES = pre + "series"; const LEGEND_MARKER = pre + "marker"; const LEGEND_LABEL = pre + "label"; const LEGEND_VALUE = pre + "value"; const domEnv = typeof window != 'undefined'; const doc = domEnv ? document : null; const win = domEnv ? window : null; let pxRatio; //export const canHover = domEnv && !win.matchMedia('(hover: none)').matches; let query; function setPxRatio() { let _pxRatio = devicePixelRatio; // during print preview, Chrome fires off these dppx queries even without changes if (pxRatio != _pxRatio) { pxRatio = _pxRatio; query && off(change, query, setPxRatio); query = matchMedia(`(min-resolution: ${pxRatio - 0.001}dppx) and (max-resolution: ${pxRatio + 0.001}dppx)`); on(change, query, setPxRatio); win.dispatchEvent(new CustomEvent(dppxchange)); } } function addClass(el, c) { if (c != null) { let cl = el.classList; !cl.contains(c) && cl.add(c); } } function remClass(el, c) { let cl = el.classList; cl.contains(c) && cl.remove(c); } function setStylePx(el, name, value) { el.style[name] = value + "px"; } function placeTag(tag, cls, targ, refEl) { let el = doc.createElement(tag); if (cls != null) addClass(el, cls); if (targ != null) targ.insertBefore(el, refEl); return el; } function placeDiv(cls, targ) { return placeTag("div", cls, targ); } const xformCache = new WeakMap(); function elTrans(el, xPos, yPos, xMax, yMax) { let xform = "translate(" + xPos + "px," + yPos + "px)"; let xformOld = xformCache.get(el); if (xform != xformOld) { el.style.transform = xform; xformCache.set(el, xform); if (xPos < 0 || yPos < 0 || xPos > xMax || yPos > yMax) addClass(el, OFF); else remClass(el, OFF); } } const colorCache = new WeakMap(); function elColor(el, background, borderColor) { let newColor = background + borderColor; let oldColor = colorCache.get(el); if (newColor != oldColor) { colorCache.set(el, newColor); el.style.background = background; el.style.borderColor = borderColor; } } const sizeCache = new WeakMap(); function elSize(el, newWid, newHgt, centered) { let newSize = newWid + "" + newHgt; let oldSize = sizeCache.get(el); if (newSize != oldSize) { sizeCache.set(el, newSize); el.style.height = newHgt + "px"; el.style.width = newWid + "px"; el.style.marginLeft = centered ? -newWid/2 + "px" : 0; el.style.marginTop = centered ? -newHgt/2 + "px" : 0; } } const evOpts = {passive: true}; const evOpts2 = {...evOpts, capture: true}; function on(ev, el, cb, capt) { el.addEventListener(ev, cb, capt ? evOpts2 : evOpts); } function off(ev, el, cb, capt) { el.removeEventListener(ev, cb, evOpts); } domEnv && setPxRatio(); const months = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ]; const days = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ]; function slice3(str) { return str.slice(0, 3); } const days3 = days.map(slice3); const months3 = months.map(slice3); const engNames = { MMMM: months, MMM: months3, WWWW: days, WWW: days3, }; function zeroPad2(int) { return (int < 10 ? '0' : '') + int; } function zeroPad3(int) { return (int < 10 ? '00' : int < 100 ? '0' : '') + int; } /* function suffix(int) { let mod10 = int % 10; return int + ( mod10 == 1 && int != 11 ? "st" : mod10 == 2 && int != 12 ? "nd" : mod10 == 3 && int != 13 ? "rd" : "th" ); } */ const subs = { // 2019 YYYY: d => d.getFullYear(), // 19 YY: d => (d.getFullYear()+'').slice(2), // July MMMM: (d, names) => names.MMMM[d.getMonth()], // Jul MMM: (d, names) => names.MMM[d.getMonth()], // 07 MM: d => zeroPad2(d.getMonth()+1), // 7 M: d => d.getMonth()+1, // 09 DD: d => zeroPad2(d.getDate()), // 9 D: d => d.getDate(), // Monday WWWW: (d, names) => names.WWWW[d.getDay()], // Mon WWW: (d, names) => names.WWW[d.getDay()], // 03 HH: d => zeroPad2(d.getHours()), // 3 H: d => d.getHours(), // 9 (12hr, unpadded) h: d => {let h = d.getHours(); return h == 0 ? 12 : h > 12 ? h - 12 : h;}, // AM AA: d => d.getHours() >= 12 ? 'PM' : 'AM', // am aa: d => d.getHours() >= 12 ? 'pm' : 'am', // a a: d => d.getHours() >= 12 ? 'p' : 'a', // 09 mm: d => zeroPad2(d.getMinutes()), // 9 m: d => d.getMinutes(), // 09 ss: d => zeroPad2(d.getSeconds()), // 9 s: d => d.getSeconds(), // 374 fff: d => zeroPad3(d.getMilliseconds()), /* // this really only makes sense for DateZoned // -05:00 tzo: d => { let o = d.getTimezoneOffset(); let s = o > 0 ? '-' : '+'; o = abs(o); let hh = zeroPad2(floor(o / 60)); let mm = zeroPad2(o % 60); return `${s}${hh}:${mm}`; } */ }; // export const iso8601 = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); function fmtDate(tpl, names) { names = names || engNames; let parts = []; let R = /\{([a-z]+)\}|[^{]+/gi, m; while (m = R.exec(tpl)) parts.push(m[0][0] == '{' ? subs[m[1]] : m[0]); return d => { let out = ''; for (let i = 0; i < parts.length; i++) out += typeof parts[i] == "string" ? parts[i] : parts[i](d, names); return out; } } const localTz = new Intl.DateTimeFormat().resolvedOptions().timeZone; function tzDate(dateOrTs, tz) { if (tz == null || tz == localTz) return typeof dateOrTs == 'number' ? new Date(dateOrTs) : dateOrTs; let d = new DateZoned(dateOrTs); d.setTimeZone(tz); return d; } const twoDigit = '2-digit'; const fmtrOpts = { weekday: "short", year: 'numeric', month: twoDigit, day: twoDigit, hour: twoDigit, minute: twoDigit, second: twoDigit, fractionalSecondDigits: 3, timeZoneName: 'longOffset', }; /* // this might be a bit easier to parse to avoid negative .slice() offsets new Intl.DateTimeFormat('en-US', { hour12: false, timeZone: 'Europe/London', year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', timeZoneName: 'longOffset', weekday: 'short', fractionalSecondDigits: 3, }).format(new Date()); // Tue, 07/22/2025, 07:02:37.043 GMT+01:00 */ const tzFmt = {}; function getFormatter(tz) { if (tzFmt[tz] == null) tzFmt[tz] = new Intl.DateTimeFormat("sv", {...fmtrOpts, timeZone: tz}).format; return tzFmt[tz]; } class DateZoned extends Date { tz = null; #utc = false; // sön, 1972-10-15 17:25:23,434 GMT+01:00 #str = null; constructor(...args) { super(...args); if (args[0] instanceof DateZoned) { this.tz = args[0].tz; this.#str = args[0].#str; this.#utc = args[0].#utc; } } #get(utcMeth, locMeth, fr, to, add = 0) { let s = this.#str; return this.#utc ? utcMeth.call(this) : s == null ? locMeth.call(this) : Number(s.slice(fr,to)) + add; } setTimeZone(tz) { this.tz = tz; if (tz == 'UTC' || tz == 'Etc/UTC') this.#utc = true; else { let fmt = getFormatter(tz); let f = fmt(this); if (f.endsWith('GMT')) f += '+00:00'; this.#str = f; } } getFullYear() { return this.#get(this.getUTCFullYear, super.getFullYear, -33, -29); } getMonth() { return this.#get(this.getUTCMonth, super.getMonth, -28, -26, -1); } getDate() { return this.#get(this.getUTCDate, super.getDate, -25, -23); } getHours() { return this.#get(this.getUTCHours, super.getHours, -22, -20); } getMinutes() { return this.#get(this.getUTCMinutes, super.getMinutes, -19, -17); } getSeconds() { return this.#get(this.getUTCSeconds, super.getSeconds, -16, -14); } getMilliseconds() { return this.#get(this.getUTCMilliseconds, super.getMilliseconds, -13, -10); } getDay() { let s = this.#str; return this.#utc ? this.getUTCDay() : s == null ? super.getDay() : ( s[0] == 's' ? 0 : // sön s[0] == 'm' ? 1 : // mån s[1] == 'i' ? 2 : // tis s[0] == 'o' ? 3 : // ons s[1] == 'o' ? 4 : // tors s[0] == 'f' ? 5 : // fre s[0] == 'l' ? 6 : // lör -1 ); } getTimezoneOffset() { let s = this.#str; return this.#utc ? 0 : s == null ? super.getTimezoneOffset() : (60 * Number(s.slice(-5,-3)) + Number(s.slice(-2))) * (s.at(-6) == '-' ? -1 : 1); } } function getDayOfYear(date) { let y = date.getFullYear(); let m = date.getMonth() + 1; let d = date.getDate(); // https://stackoverflow.com/a/27790471 return --m*31-(m>1?(1054267675>>m*3-6&7)-(y&3||!(y%25)&&y&15?0:1):0)+d; } // these can be done through just incrRoundDn of 1e3 or 60 * 1e3 // export const PERIOD_SECOND = 0; // export const PERIOD_MINUTE = 1; // this might be needed for tzs where DST is not whole hours? // otherwise incrRoundDn of 3600 * 1e3 // export const PERIOD_HOUR = 2; // thse need special handling due to day length changing due to DST const PERIOD_DAY = 3; const PERIOD_MONTH = 4; const PERIOD_YEAR = 5; // export const PERIOD_WEEK; // get start of period, requires DateZoned and period const function floorSOP(dz, per) { let ts = dz.getTime(); // initial guess (assumes no DST) let ts2 = ts - ( dz.getMilliseconds() + dz.getSeconds() * 1e3 + dz.getMinutes() * 60 * 1e3 + dz.getHours() * 3600 * 1e3 + ( ( per == PERIOD_MONTH ? dz.getDate() - 1: per == PERIOD_YEAR ? getDayOfYear(dz) - 1: 0 ) * 24 * 3600 * 1e3 ) ); // if (ts2 == ts) // return dz; let dz2 = new DateZoned(ts2); dz2.setTimeZone(dz.tz); let h2 = dz2.getHours(); // we want hours to be 0 if (h2 > 0) { let dstAdj = h2 > 12 ? 24 - h2 : -h2; dz2 = new DateZoned(ts2 + dstAdj * 3600 * 1e3); dz2.setTimeZone(dz.tz); } return dz2; } // tweaks the time by +/- 1hr to make sure it lands on 12am // used for correcting optimistically-computed ticks from adding fixed increments // export function sopNear(dz, per) {} /* let fmt = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('America/Chicago'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554004800000); // few hours after london spring forward d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1572156000000); // few hours after london fall back d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } */ /* TODO: 2024 - leap year start of year before feb vs after start of month in dst fwd month / bwd month start of day in dst fwd day / bwd day Australia/Darwin */ //export const series = []; // default formatters: const onlyWhole = v => v % 1 == 0; const allMults = [1,2,2.5,5]; // ...0.01, 0.02, 0.025, 0.05, 0.1, 0.2, 0.25, 0.5 const decIncrs = genIncrs(10, -32, 0, allMults); // 1, 2, 2.5, 5, 10, 20, 25, 50... const oneIncrs = genIncrs(10, 0, 32, allMults); // 1, 2, 5, 10, 20, 25, 50... const wholeIncrs = oneIncrs.filter(onlyWhole); const numIncrs = decIncrs.concat(oneIncrs); const NL = "\n"; const yyyy = "{YYYY}"; const NLyyyy = NL + yyyy; const md = "{M}/{D}"; const NLmd = NL + md; const NLmdyy = NLmd + "/{YY}"; const aa = "{aa}"; const hmm = "{h}:{mm}"; const hmmaa = hmm + aa; const NLhmmaa = NL + hmmaa; const ss = ":{ss}"; const _ = null; function genTimeStuffs(ms) { let s = ms * 1e3, m = s * 60, h = m * 60, d = h * 24, mo = d * 30, y = d * 365; // min of 1e-3 prevents setting a temporal x ticks too small since Date objects cannot advance ticks smaller than 1ms let subSecIncrs = ms == 1 ? genIncrs(10, 0, 3, allMults).filter(onlyWhole) : genIncrs(10, -3, 0, allMults); let timeIncrs = subSecIncrs.concat([ // minute divisors (# of secs) s, s * 5, s * 10, s * 15, s * 30, // hour divisors (# of mins) m, m * 5, m * 10, m * 15, m * 30, // day divisors (# of hrs) h, h * 2, h * 3, h * 4, h * 6, h * 8, h * 12, // month divisors TODO: need more? d, d * 2, d * 3, d * 4, d * 5, d * 6, d * 7, d * 8, d * 9, d * 10, d * 15, // year divisors (# months, approx) mo, mo * 2, mo * 3, mo * 4, mo * 6, // century divisors y, y * 2, y * 5, y * 10, y * 25, y * 50, y * 100, ]); // [0]: minimum num secs in the tick incr // [1]: default tick format // [2-7]: rollover tick formats // [8]: mode: 0: replace [1] -> [2-7], 1: concat [1] + [2-7] const _timeAxisStamps = [ // tick incr default year month day hour min sec mode [y, yyyy, _, _, _, _, _, _, 1], [d * 28, "{MMM}", NLyyyy, _, _, _, _, _, 1], [d, md, NLyyyy, _, _, _, _, _, 1], [h, "{h}" + aa, NLmdyy, _, NLmd, _, _, _, 1], [m, hmmaa, NLmdyy, _, NLmd, _, _, _, 1], [s, ss, NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], [ms, ss + ".{fff}", NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], ]; // the ensures that axis ticks, values & grid are aligned to logical temporal breakpoints and not an arbitrary timestamp // https://www.timeanddate.com/time/dst/ // https://www.timeanddate.com/time/dst/2019.html // https://www.epochconverter.com/timezones function timeAxisSplits(tzDate) { return (self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace) => { let splits = []; let isYr = foundIncr >= y; let isMo = foundIncr >= mo && foundIncr < y; let isDays = foundIncr >= d && foundIncr < mo; let isHours = foundIncr > h && foundIncr < d; // get the timezone-adjusted date let minDate = tzDate(scaleMin); let minDateTs = roundDec(minDate * ms, 3); // get ts of 12am (this lands us at or before the original scaleMin) let minMin = floorSOP(minDate, isYr || isMo ? PERIOD_YEAR : isDays ? PERIOD_MONTH : PERIOD_DAY); // should we do PERIOD_HOUR? let minMinTs = roundDec(minMin * ms, 3); if (isDays) { let incrDays = foundIncr / d; // incrs to add to month baseline let skip = floor((minDate.getDate() - 1) / incrDays); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour != 0) { split += hour > 12 ? h : -h; date = tzDate(split); } // rolled over into next month onto non-divisible incr, reset baseline if ((date.getDate() - 1) % incrDays > 0) { date = floorSOP(date, PERIOD_MONTH); split = date.getTime() * ms; // make sure we're not rendering a collision between 31 and 1 if (split - splits[splits.length - 1] < foundIncr * 0.7) splits.pop(); } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isMo || isYr) { let subIncrs = 1; let subIncrDays = 1; let periodType = 0; let periodMin = 0; if (isMo) { subIncrs = foundIncr / mo; subIncrDays = 32; periodType = PERIOD_MONTH; periodMin = minDate.getMonth(); } else if (isYr) { subIncrs = foundIncr / y; subIncrDays = 366; periodType = PERIOD_YEAR; periodMin = minDate.getYear(); } foundIncr = subIncrs * subIncrDays * d; let skip = floor(periodMin / subIncrDays); let split = minMinTs + (foundIncr * skip); do { let date = floorSOP(tzDate(split), periodType); split = date.getTime() * ms; if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isHours) { let incrHours = foundIncr / h; let skip = floor(minDate.getHours() / incrHours); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour % incrHours > 0) { let hour2 = tzDate(split - h).getHours(); split += hour2 % incrHours == 0 ? -h : h; } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else { let split = minMinTs + incrRoundUp(minDateTs - minMinTs, foundIncr); do { if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } return splits; } } return [ timeIncrs, _timeAxisStamps, timeAxisSplits, ]; } const [ timeIncrsMs, _timeAxisStampsMs, timeAxisSplitsMs ] = genTimeStuffs(1); const [ timeIncrsS, _timeAxisStampsS, timeAxisSplitsS ] = genTimeStuffs(1e-3); // base 2 genIncrs(2, -53, 53, [1]); /* console.log({ decIncrs, oneIncrs, wholeIncrs, numIncrs, timeIncrs, fixedDec, }); */ function timeAxisStamps(stampCfg, fmtDate) { return stampCfg.map(s => s.map((v, i) => i == 0 || i == 8 || v == null ? v : fmtDate(i == 1 || s[8] == 0 ? v : s[1] + v) )); } // TODO: will need to accept spaces[] and pull incr into the loop when grid will be non-uniform, eg for log scales. // currently we ignore this for months since they're *nearly* uniform and the added complexity is not worth it function timeAxisVals(tzDate, stamps) { return (self, splits, axisIdx, foundSpace, foundIncr) => { let s = stamps.find(s => foundIncr >= s[0]) || stamps[stamps.length - 1]; // these track boundaries when a full label is needed again let prevYear; let prevMnth; let prevDate; let prevHour; let prevMins; let prevSecs; return splits.map(split => { let date = tzDate(split); let newYear = date.getFullYear(); let newMnth = date.getMonth(); let newDate = date.getDate(); let newHour = date.getHours(); let newMins = date.getMinutes(); let newSecs = date.getSeconds(); let stamp = ( newYear != prevYear && s[2] || newMnth != prevMnth && s[3] || newDate != prevDate && s[4] || newHour != prevHour && s[5] || newMins != prevMins && s[6] || newSecs != prevSecs && s[7] || s[1] ); prevYear = newYear; prevMnth = newMnth; prevDate = newDate; prevHour = newHour; prevMins = newMins; prevSecs = newSecs; return stamp(date); }); } } // for when axis.values is defined as a static fmtDate template string function timeAxisVal(tzDate, dateTpl) { let stamp = fmtDate(dateTpl); return (self, splits, axisIdx, foundSpace, foundIncr) => splits.map(split => stamp(tzDate(split))); } function timeSeriesStamp(stampCfg, fmtDate) { return fmtDate(stampCfg); } const _timeSeriesStamp = '{YYYY}-{MM}-{DD} {h}:{mm}{aa}'; function timeSeriesVal(tzDate, stamp) { return (self, val, seriesIdx, dataIdx) => dataIdx == null ? LEGEND_DISP : stamp(tzDate(val)); } function legendStroke(self, seriesIdx) { let s = self.series[seriesIdx]; return s.width ? s.stroke(self, seriesIdx) : s.points.width ? s.points.stroke(self, seriesIdx) : null; } function legendFill(self, seriesIdx) { return self.series[seriesIdx].fill(self, seriesIdx); } const legendOpts = { show: true, live: true, isolate: false, mount: noop, markers: { show: true, width: 2, stroke: legendStroke, fill: legendFill, dash: "solid", }, idx: null, idxs: null, values: [], }; function cursorPointShow(self, si) { let o = self.cursor.points; let pt = placeDiv(); let size = o.size(self, si); setStylePx(pt, WIDTH, size); setStylePx(pt, HEIGHT, size); let mar = size / -2; setStylePx(pt, "marginLeft", mar); setStylePx(pt, "marginTop", mar); let width = o.width(self, si, size); width && setStylePx(pt, "borderWidth", width); return pt; } function cursorPointFill(self, si) { let sp = self.series[si].points; return sp._fill || sp._stroke; } function cursorPointStroke(self, si) { let sp = self.series[si].points; return sp._stroke || sp._fill; } function cursorPointSize(self, si) { let sp = self.series[si].points; return sp.size; } const moveTuple = [0,0]; function cursorMove(self, mouseLeft1, mouseTop1) { moveTuple[0] = mouseLeft1; moveTuple[1] = mouseTop1; return moveTuple; } function filtBtn0(self, targ, handle, onlyTarg = true) { return e => { e.button == 0 && (!onlyTarg || e.target == targ) && handle(e); }; } function filtTarg(self, targ, handle, onlyTarg = true) { return e => { (!onlyTarg || e.target == targ) && handle(e); }; } const cursorOpts = { show: true, x: true, y: true, lock: false, move: cursorMove, points: { one: false, show: cursorPointShow, size: cursorPointSize, width: 0, stroke: cursorPointStroke, fill: cursorPointFill, }, bind: { mousedown: filtBtn0, mouseup: filtBtn0, click: filtBtn0, // legend clicks, not .u-over clicks dblclick: filtBtn0, mousemove: filtTarg, mouseleave: filtTarg, mouseenter: filtTarg, }, drag: { setScale: true, x: true, y: false, dist: 0, uni: null, click: (self, e) => { // e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); }, _x: false, _y: false, }, focus: { dist: (self, seriesIdx, dataIdx, valPos, curPos) => valPos - curPos, prox: -1, bias: 0, }, hover: { skip: [void 0], prox: null, bias: 0, }, left: -10, top: -10, idx: null, dataIdx: null, idxs: null, event: null, }; const axisLines = { show: true, stroke: "rgba(0,0,0,0.07)", width: 2, // dash: [], }; const grid = assign({}, axisLines, { filter: retArg1, }); const ticks = assign({}, grid, { size: 10, }); const border = assign({}, axisLines, { show: false, }); const font = '12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'; const labelFont = "bold " + font; const lineGap = 1.5; // font-size multiplier const xAxisOpts = { show: true, scale: "x", stroke: hexBlack, space: 50, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 2, // class: "x-vals", // incrs: timeIncrs, // values: timeVals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; const numSeriesLabel = "Value"; const timeSeriesLabel = "Time"; const xSeriesOpts = { show: true, scale: "x", auto: false, sorted: 1, // label: "Time", // value: v => stamp(new Date(v * 1e3)), // internal caches min: inf, max: -inf, idxs: [], }; function numAxisVals(self, splits, axisIdx, foundSpace, foundIncr) { return splits.map(v => v == null ? "" : fmtNum(v)); } function numAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let splits = []; let numDec = fixedDec.get(foundIncr) || 0; scaleMin = forceMin ? scaleMin : roundDec(incrRoundUp(scaleMin, foundIncr), numDec); for (let val = scaleMin; val <= scaleMax; val = roundDec(val + foundIncr, numDec)) splits.push(Object.is(val, -0) ? 0 : val); // coalesces -0 return splits; } // this doesnt work for sin, which needs to come off from 0 independently in pos and neg dirs function logAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { const splits = []; const logBase = self.scales[self.axes[axisIdx].scale].log; const logFn = logBase == 10 ? log10 : log2; const exp = floor(logFn(scaleMin)); foundIncr = pow(logBase, exp); // boo: 10 ** -24 === 1.0000000000000001e-24 // this grabs the proper 1e-24 one if (logBase == 10) foundIncr = numIncrs[closestIdx(foundIncr, numIncrs)]; let split = foundIncr; let nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; do { if (split >= scaleMin) splits.push(split); split = split + foundIncr; if (logBase == 10 && !fixedDec.has(split)) split = roundDec(split, fixedDec.get(foundIncr)); if (split >= nextMagIncr) { foundIncr = split; nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; } } while (split <= scaleMax); return splits; } function asinhAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let sc = self.scales[self.axes[axisIdx].scale]; let linthresh = sc.asinh; let posSplits = scaleMax > linthresh ? logAxisSplits(self, axisIdx, max(linthresh, scaleMin), scaleMax, foundIncr) : [linthresh]; let zero = scaleMax >= 0 && scaleMin <= 0 ? [0] : []; let negSplits = scaleMin < -linthresh ? logAxisSplits(self, axisIdx, max(linthresh, -scaleMax), -scaleMin, foundIncr): [linthresh]; return negSplits.reverse().map(v => -v).concat(zero, posSplits); } const RE_ALL = /./; const RE_12357 = /[12357]/; const RE_125 = /[125]/; const RE_1 = /1/; const _filt = (splits, distr, re, keepMod) => splits.map((v, i) => ((distr == 4 && v == 0) || i % keepMod == 0 && re.test(v.toExponential()[v < 0 ? 1 : 0])) ? v : null); function log10AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let sc = self.scales[scaleKey]; // if (sc.distr == 3 && sc.log == 2) // return splits; let valToPos = self.valToPos; let minSpace = axis._space; let _10 = valToPos(10, scaleKey); let re = ( valToPos(9, scaleKey) - _10 >= minSpace ? RE_ALL : valToPos(7, scaleKey) - _10 >= minSpace ? RE_12357 : valToPos(5, scaleKey) - _10 >= minSpace ? RE_125 : RE_1 ); if (re == RE_1) { let magSpace = abs(valToPos(1, scaleKey) - _10); if (magSpace < minSpace) return _filt(splits.slice().reverse(), sc.distr, re, ceil(minSpace / magSpace)).reverse(); // max->min skip } return _filt(splits, sc.distr, re, 1); } function log2AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let minSpace = axis._space; let valToPos = self.valToPos; let magSpace = abs(valToPos(1, scaleKey) - valToPos(2, scaleKey)); if (magSpace < minSpace) return _filt(splits.slice().reverse(), 3, RE_ALL, ceil(minSpace / magSpace)).reverse(); // max->min skip return splits; } function numSeriesVal(self, val, seriesIdx, dataIdx) { return dataIdx == null ? LEGEND_DISP : val == null ? "" : fmtNum(val); } const yAxisOpts = { show: true, scale: "y", stroke: hexBlack, space: 30, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 3, // class: "y-vals", // incrs: numIncrs, // values: (vals, space) => vals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; // takes stroke width function ptDia(width, mult) { let dia = 3 + (width || 1) * 2; return roundDec(dia * mult, 3); } function seriesPointsShow(self, si) { let { scale, idxs } = self.series[0]; let xData = self._data[0]; let p0 = self.valToPos(xData[idxs[0]], scale, true); let p1 = self.valToPos(xData[idxs[1]], scale, true); let dim = abs(p1 - p0); let s = self.series[si]; // const dia = ptDia(s.width, self.pxRatio); let maxPts = dim / (s.points.space * self.pxRatio); return idxs[1] - idxs[0] <= maxPts; } const facet = { scale: null, auto: true, sorted: 0, // internal caches min: inf, max: -inf, }; const gaps = (self, seriesIdx, idx0, idx1, nullGaps) => nullGaps; const xySeriesOpts = { show: true, auto: true, sorted: 0, gaps, alpha: 1, facets: [ assign({}, facet, {scale: 'x'}), assign({}, facet, {scale: 'y'}), ], }; const ySeriesOpts = { scale: "y", auto: true, sorted: 0, show: true, spanGaps: false, gaps, alpha: 1, points: { show: seriesPointsShow, filter: null, // paths: // stroke: "#000", // fill: "#fff", // width: 1, // size: 10, }, // label: "Value", // value: v => v, values: null, // internal caches min: inf, max: -inf, idxs: [], path: null, clip: null, }; function clampScale(self, val, scaleMin, scaleMax, scaleKey) { /* if (val < 0) { let cssHgt = self.bbox.height / self.pxRatio; let absPos = self.valToPos(abs(val), scaleKey); let fromBtm = cssHgt - absPos; return self.posToVal(cssHgt + fromBtm, scaleKey); } */ return scaleMin / 10; } const xScaleOpts = { time: FEAT_TIME, auto: true, distr: 1, log: 10, asinh: 1, min: null, max: null, dir: 1, ori: 0, }; const yScaleOpts = assign({}, xScaleOpts, { time: false, ori: 1, }); const syncs = {}; function _sync(key, opts) { let s = syncs[key]; if (!s) { s = { key, plots: [], sub(plot) { s.plots.push(plot); }, unsub(plot) { s.plots = s.plots.filter(c => c != plot); }, pub(type, self, x, y, w, h, i) { for (let j = 0; j < s.plots.length; j++) s.plots[j] != self && s.plots[j].pub(type, self, x, y, w, h, i); }, }; if (key != null) syncs[key] = s; } return s; } const BAND_CLIP_FILL = 1 << 0; const BAND_CLIP_STROKE = 1 << 1; function orient(u, seriesIdx, cb) { const mode = u.mode; const series = u.series[seriesIdx]; const data = mode == 2 ? u._data[seriesIdx] : u._data; const scales = u.scales; const bbox = u.bbox; let dx = data[0], dy = mode == 2 ? data[1] : data[seriesIdx], sx = mode == 2 ? scales[series.facets[0].scale] : scales[u.series[0].scale], sy = mode == 2 ? scales[series.facets[1].scale] : scales[series.scale], l = bbox.left, t = bbox.top, w = bbox.width, h = bbox.height, H = u.valToPosH, V = u.valToPosV; return (sx.ori == 0 ? cb( series, dx, dy, sx, sy, H, V, l, t, w, h, moveToH, lineToH, rectH, arcH, bezierCurveToH, ) : cb( series, dx, dy, sx, sy, V, H, t, l, h, w, moveToV, lineToV, rectV, arcV, bezierCurveToV, ) ); } function bandFillClipDirs(self, seriesIdx) { let fillDir = 0; // 2 bits, -1 | 1 let clipDirs = 0; let bands = ifNull(self.bands, EMPTY_ARR); for (let i = 0; i < bands.length; i++) { let b = bands[i]; // is a "from" band edge if (b.series[0] == seriesIdx) fillDir = b.dir; // is a "to" band edge else if (b.series[1] == seriesIdx) { if (b.dir == 1) clipDirs |= 1; else clipDirs |= 2; } } return [ fillDir, ( clipDirs == 1 ? -1 : // neg only clipDirs == 2 ? 1 : // pos only clipDirs == 3 ? 2 : // both 0 // neither ) ]; } function seriesFillTo(self, seriesIdx, dataMin, dataMax, bandFillDir) { let mode = self.mode; let series = self.series[seriesIdx]; let scaleKey = mode == 2 ? series.facets[1].scale : series.scale; let scale = self.scales[scaleKey]; return ( bandFillDir == -1 ? scale.min : bandFillDir == 1 ? scale.max : scale.distr == 3 ? ( scale.dir == 1 ? scale.min : scale.max ) : 0 ); } // creates inverted band clip path (from stroke path -> yMax || yMin) // clipDir is always inverse of fillDir // default clip dir is upwards (1), since default band fill is downwards/fillBelowTo (-1) (highIdx -> lowIdx) function clipBandLine(self, seriesIdx, idx0, idx1, strokePath, clipDir) { return orient(self, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const lineTo = scaleX.ori == 0 ? lineToH : lineToV; let frIdx, toIdx; if (dir == 1) { frIdx = idx0; toIdx = idx1; } else { frIdx = idx1; toIdx = idx0; } // path start let x0 = pxRound(valToPosX(dataX[frIdx], scaleX, xDim, xOff)); let y0 = pxRound(valToPosY(dataY[frIdx], scaleY, yDim, yOff)); // path end x let x1 = pxRound(valToPosX(dataX[toIdx], scaleX, xDim, xOff)); // upper or lower y limit let yLimit = pxRound(valToPosY(clipDir == 1 ? scaleY.max : scaleY.min, scaleY, yDim, yOff)); let clip = new Path2D(strokePath); lineTo(clip, x1, yLimit); lineTo(clip, x0, yLimit); lineTo(clip, x0, y0); return clip; }); } function clipGaps(gaps, ori, plotLft, plotTop, plotWid, plotHgt) { let clip = null; // create clip path (invert gaps and non-gaps) if (gaps.length > 0) { clip = new Path2D(); const rect = ori == 0 ? rectH : rectV; let prevGapEnd = plotLft; for (let i = 0; i < gaps.length; i++) { let g = gaps[i]; if (g[1] > g[0]) { let w = g[0] - prevGapEnd; w > 0 && rect(clip, prevGapEnd, plotTop, w, plotTop + plotHgt); prevGapEnd = g[1]; } } let w = plotLft + plotWid - prevGapEnd; // hack to ensure we expand the clip enough to avoid cutting off strokes at edges let maxStrokeWidth = 10; w > 0 && rect(clip, prevGapEnd, plotTop - maxStrokeWidth / 2, w, plotTop + plotHgt + maxStrokeWidth); } return clip; } function addGap(gaps, fromX, toX) { let prevGap = gaps[gaps.length - 1]; if (prevGap && prevGap[0] == fromX) // TODO: gaps must be encoded at stroke widths? prevGap[1] = toX; else gaps.push([fromX, toX]); } function findGaps(xs, ys, idx0, idx1, dir, pixelForX, align) { let gaps = []; let len = xs.length; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = ys[i]; if (yVal === null) { let fr = i, to = i; if (dir == 1) { while (++i <= idx1 && ys[i] === null) to = i; } else { while (--i >= idx0 && ys[i] === null) to = i; } let frPx = pixelForX(xs[fr]); let toPx = to == fr ? frPx : pixelForX(xs[to]); // if value adjacent to edge null is same pixel, then it's partially // filled and gap should start at next pixel let fri2 = fr - dir; let frPx2 = align <= 0 && fri2 >= 0 && fri2 < len ? pixelForX(xs[fri2]) : frPx; // if (frPx2 == frPx) // frPx++; // else frPx = frPx2; let toi2 = to + dir; let toPx2 = align >= 0 && toi2 >= 0 && toi2 < len ? pixelForX(xs[toi2]) : toPx; // if (toPx2 == toPx) // toPx--; // else toPx = toPx2; if (toPx >= frPx) gaps.push([frPx, toPx]); // addGap } } return gaps; } function pxRoundGen(pxAlign) { return pxAlign == 0 ? retArg0 : pxAlign == 1 ? round : v => incrRound(v, pxAlign); } /* // inefficient linear interpolation that does bi-directinal scans on each call export function costlyLerp(i, idx0, idx1, _dirX, dataY) { let prevNonNull = nonNullIdx(dataY, _dirX == 1 ? idx0 : idx1, i, -_dirX); let nextNonNull = nonNullIdx(dataY, i, _dirX == 1 ? idx1 : idx0, _dirX); let prevVal = dataY[prevNonNull]; let nextVal = dataY[nextNonNull]; return prevVal + (i - prevNonNull) / (nextNonNull - prevNonNull) * (nextVal - prevVal); } */ function rect(ori) { let moveTo = ori == 0 ? moveToH : moveToV; let arcTo = ori == 0 ? (p, x1, y1, x2, y2, r) => { p.arcTo(x1, y1, x2, y2, r); } : (p, y1, x1, y2, x2, r) => { p.arcTo(x1, y1, x2, y2, r); }; let rect = ori == 0 ? (p, x, y, w, h) => { p.rect(x, y, w, h); } : (p, y, x, h, w) => { p.rect(x, y, w, h); }; // TODO (pending better browser support): https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect return (p, x, y, w, h, endRad = 0, baseRad = 0) => { if (endRad == 0 && baseRad == 0) rect(p, x, y, w, h); else { endRad = min(endRad, w / 2, h / 2); baseRad = min(baseRad, w / 2, h / 2); // adapted from https://stackoverflow.com/questions/1255512/how-to-draw-a-rounded-rectangle-using-html-canvas/7838871#7838871 moveTo(p, x + endRad, y); arcTo(p, x + w, y, x + w, y + h, endRad); arcTo(p, x + w, y + h, x, y + h, baseRad); arcTo(p, x, y + h, x, y, baseRad); arcTo(p, x, y, x + w, y, endRad); p.closePath(); } }; } // orientation-inverting canvas functions const moveToH = (p, x, y) => { p.moveTo(x, y); }; const moveToV = (p, y, x) => { p.moveTo(x, y); }; const lineToH = (p, x, y) => { p.lineTo(x, y); }; const lineToV = (p, y, x) => { p.lineTo(x, y); }; const rectH = rect(0); const rectV = rect(1); const arcH = (p, x, y, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); }; const arcV = (p, y, x, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); }; const bezierCurveToH = (p, bp1x, bp1y, bp2x, bp2y, p2x, p2y) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; const bezierCurveToV = (p, bp1y, bp1x, bp2y, bp2x, p2y, p2x) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; // TODO: drawWrap(seriesIdx, drawPoints) (save, restore, translate, clip) function points(opts) { return (u, seriesIdx, idx0, idx1, filtIdxs) => { // log("drawPoints()", arguments); let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let { pxRound, points } = series; let moveTo, arc; if (scaleX.ori == 0) { moveTo = moveToH; arc = arcH; } else { moveTo = moveToV; arc = arcV; } const width = roundDec(points.width * pxRatio, 3); let rad = (points.size - points.width) / 2 * pxRatio; let dia = roundDec(rad * 2, 3); let fill = new Path2D(); let clip = new Path2D(); let { left: lft, top: top, width: wid, height: hgt } = u.bbox; rectH(clip, lft - dia, top - dia, wid + dia * 2, hgt + dia * 2, ); const drawPoint = pi => { if (dataY[pi] != null) { let x = pxRound(valToPosX(dataX[pi], scaleX, xDim, xOff)); let y = pxRound(valToPosY(dataY[pi], scaleY, yDim, yOff)); moveTo(fill, x + rad, y); arc(fill, x, y, rad, 0, PI * 2); } }; if (filtIdxs) filtIdxs.forEach(drawPoint); else { for (let pi = idx0; pi <= idx1; pi++) drawPoint(pi); } return { stroke: width > 0 ? fill : null, fill, clip, flags: BAND_CLIP_FILL | BAND_CLIP_STROKE, }; }); }; } function _drawAcc(lineTo) { return (stroke, accX, minY, maxY, inY, outY) => { if (minY != maxY) { if (inY != minY && outY != minY) lineTo(stroke, accX, minY); if (inY != maxY && outY != maxY) lineTo(stroke, accX, maxY); lineTo(stroke, accX, outY); } }; } const drawAccH = _drawAcc(lineToH); const drawAccV = _drawAcc(lineToV); function linear(opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo, drawAcc; if (scaleX.ori == 0) { lineTo = lineToH; drawAcc = drawAccH; } else { lineTo = lineToV; drawAcc = drawAccV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let hasGap = false; // decimate when number of points >= 4x available pixels const decimate = idx1 - idx0 >= xDim * 4; if (decimate) { let xForPixel = pos => u.posToVal(pos, scaleX.key, true); let minY = null, maxY = null, inY, outY, drawnAtX; let accX = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let idx0px = pixelForX(dataX[idx0]); let idx1px = pixelForX(dataX[idx1]); // tracks limit of current x bucket to avoid having to get x pixel for every x value let nextAccXVal = xForPixel(dir == 1 ? idx0px + 1 : idx1px - 1); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let xVal = dataX[i]; let reuseAccX = dir == 1 ? (xVal < nextAccXVal) : (xVal > nextAccXVal); let x = reuseAccX ? accX : pixelForX(xVal); let yVal = dataY[i]; if (x == accX) { if (yVal != null) { outY = yVal; if (minY == null) { lineTo(stroke, x, pixelForY(outY)); inY = minY = maxY = outY; } else { if (outY < minY) minY = outY; else if (outY > maxY) maxY = outY; } } else { if (yVal === null) hasGap = true; } } else { if (minY != null) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); if (yVal != null) { outY = yVal; lineTo(stroke, x, pixelForY(outY)); minY = maxY = inY = outY; } else { minY = maxY = null; if (yVal === null) hasGap = true; } accX = x; nextAccXVal = xForPixel(accX + dir); } } if (minY != null && minY != maxY && drawnAtX != accX) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); } else { for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal === null) hasGap = true; else if (yVal != null) lineTo(stroke, pixelForX(dataX[i]), pixelForY(yVal)); } } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillToVal = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillToVal); let frX = pixelForX(dataX[idx0]); let toX = pixelForX(dataX[idx1]); if (dir == -1) [toX, frX] = [frX, toX]; lineTo(fill, toX, fillToY); lineTo(fill, frX, fillToY); } if (!series.spanGaps) { // skip in mode: 2? // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } // BUG: align: -1 behaves like align: 1 when scale.dir: -1 function stepped(opts) { const align = ifNull(opts.align, 1); // whether to draw ascenders/descenders at null/gap bondaries const ascDesc = ifNull(opts.ascDesc, false); const extend = ifNull(opts.extend, false); return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let { left, width } = u.bbox; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo = scaleX.ori == 0 ? lineToH : lineToV; const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let hasGap = false; let prevYPos = pixelForY(dataY[dir == 1 ? idx0 : idx1]); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let firstXPosExt = firstXPos; if (extend && align == -1) { firstXPosExt = left; lineTo(stroke, firstXPosExt, prevYPos); } lineTo(stroke, firstXPos, prevYPos); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal1 = dataY[i]; if (yVal1 == null) { if (yVal1 === null) hasGap = true; continue; } let x1 = pixelForX(dataX[i]); let y1 = pixelForY(yVal1); if (align == 1) lineTo(stroke, x1, prevYPos); else lineTo(stroke, prevXPos, y1); lineTo(stroke, x1, y1); prevYPos = y1; prevXPos = x1; } let prevXPosExt = prevXPos; if (extend && align == 1) { prevXPosExt = left + width; lineTo(stroke, prevXPosExt, prevYPos); } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPosExt, fillToY); lineTo(fill, firstXPosExt, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); // expand/contract clips for ascenders/descenders let halfStroke = (series.width * pxRatio) / 2; let startsOffset = (ascDesc || align == 1) ? halfStroke : -halfStroke; let endsOffset = (ascDesc || align == -1) ? -halfStroke : halfStroke; gaps.forEach(g => { g[0] += startsOffset; g[1] += endsOffset; }); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } function findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid = inf) { if (dataX.length > 1) { // prior index with non-undefined y data let prevIdx = null; // scan full dataset for smallest adjacent delta // will not work properly for non-linear x scales, since does not do expensive valToPosX calcs till end for (let i = 0, minDelta = Infinity; i < dataX.length; i++) { if (dataY[i] !== undefined) { if (prevIdx != null) { let delta = abs(dataX[i] - dataX[prevIdx]); if (delta < minDelta) { minDelta = delta; colWid = abs(valToPosX(dataX[i], scaleX, xDim, xOff) - valToPosX(dataX[prevIdx], scaleX, xDim, xOff)); } } prevIdx = i; } } } return colWid; } function bars(opts) { opts = opts || EMPTY_OBJ; const size = ifNull(opts.size, [0.6, inf, 1]); const align = opts.align || 0; const _extraGap = (opts.gap || 0); let ro = opts.radius; ro = // [valueRadius, baselineRadius] ro == null ? [0, 0] : typeof ro == 'number' ? [ro, 0] : ro; const radiusFn = fnOrSelf(ro); const gapFactor = 1 - size[0]; const _maxWidth = ifNull(size[1], inf); const _minWidth = ifNull(size[2], 1); const disp = ifNull(opts.disp, EMPTY_OBJ); const _each = ifNull(opts.each, _ => {}); const { fill: dispFills, stroke: dispStrokes } = disp; return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; let _align = align; let extraGap = _extraGap * pxRatio; let maxWidth = _maxWidth * pxRatio; let minWidth = _minWidth * pxRatio; let valRadius, baseRadius; if (scaleX.ori == 0) [valRadius, baseRadius] = radiusFn(u, seriesIdx); else [baseRadius, valRadius] = radiusFn(u, seriesIdx); const _dirX = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); // const _dirY = scaleY.dir * (scaleY.ori == 1 ? 1 : -1); let rect = scaleX.ori == 0 ? rectH : rectV; let each = scaleX.ori == 0 ? _each : (u, seriesIdx, i, top, lft, hgt, wid) => { _each(u, seriesIdx, i, lft, top, wid, hgt); }; // band where this series is the "from" edge let band = ifNull(u.bands, EMPTY_ARR).find(b => b.series[0] == seriesIdx); let fillDir = band != null ? band.dir : 0; let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, fillDir); let fillToY = pxRound(valToPosY(fillTo, scaleY, yDim, yOff)); // barWid is to center of stroke let xShift, barWid, fullGap, colWid = xDim; let strokeWidth = pxRound(series.width * pxRatio); let multiPath = false; let fillColors = null; let fillPaths = null; let strokeColors = null; let strokePaths = null; if (dispFills != null && (strokeWidth == 0 || dispStrokes != null)) { multiPath = true; fillColors = dispFills.values(u, seriesIdx, idx0, idx1); fillPaths = new Map(); (new Set(fillColors)).forEach(color => { if (color != null) fillPaths.set(color, new Path2D()); }); if (strokeWidth > 0) { strokeColors = dispStrokes.values(u, seriesIdx, idx0, idx1); strokePaths = new Map(); (new Set(strokeColors)).forEach(color => { if (color != null) strokePaths.set(color, new Path2D()); }); } } let { x0, size } = disp; if (x0 != null && size != null) { _align = 1; dataX = x0.values(u, seriesIdx, idx0, idx1); if (x0.unit == 2) dataX = dataX.map(pct => u.posToVal(xOff + pct * xDim, scaleX.key, true)); // assumes uniform sizes, for now let sizes = size.values(u, seriesIdx, idx0, idx1); if (size.unit == 2) barWid = sizes[0] * xDim; else barWid = valToPosX(sizes[0], scaleX, xDim, xOff) - valToPosX(0, scaleX, xDim, xOff); // assumes linear scale (delta from 0) colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid - barWid; fullGap = gapWid + extraGap; } else { colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid * gapFactor; fullGap = gapWid + extraGap; barWid = colWid - fullGap; } if (fullGap < 1) fullGap = 0; if (strokeWidth >= barWid / 2) strokeWidth = 0; // for small gaps, disable pixel snapping since gap inconsistencies become noticible and annoying if (fullGap < 5) pxRound = retArg0; let insetStroke = fullGap > 0; let rawBarWid = colWid - fullGap - (insetStroke ? strokeWidth : 0); barWid = pxRound(clamp(rawBarWid, minWidth, maxWidth)); xShift = (_align == 0 ? barWid / 2 : _align == _dirX ? 0 : barWid) - _align * _dirX * ((_align == 0 ? extraGap / 2 : 0) + (insetStroke ? strokeWidth / 2 : 0)); const _paths = {stroke: null, fill: null, clip: null, band: null, gaps: null, flags: 0}; // disp, geom const stroke = multiPath ? null : new Path2D(); let dataY0 = null; if (band != null) dataY0 = u.data[band.series[1]]; else { let { y0, y1 } = disp; if (y0 != null && y1 != null) { dataY = y1.values(u, seriesIdx, idx0, idx1); dataY0 = y0.values(u, seriesIdx, idx0, idx1); } } let radVal = valRadius * barWid; let radBase = baseRadius * barWid; for (let i = _dirX == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += _dirX) { let yVal = dataY[i]; if (yVal == null) continue; if (dataY0 != null) { let yVal0 = dataY0[i] ?? 0; if (yVal - yVal0 == 0) continue; fillToY = valToPosY(yVal0, scaleY, yDim, yOff); } let xVal = scaleX.distr != 2 || disp != null ? dataX[i] : i; // TODO: all xPos can be pre-computed once for all series in aligned set let xPos = valToPosX(xVal, scaleX, xDim, xOff); let yPos = valToPosY(ifNull(yVal, fillTo), scaleY, yDim, yOff); let lft = pxRound(xPos - xShift); let btm = pxRound(max(yPos, fillToY)); let top = pxRound(min(yPos, fillToY)); // this includes the stroke let barHgt = btm - top; if (yVal != null && yVal != fillTo) { let rv = yVal < 0 ? radBase : radVal; let rb = yVal < 0 ? radVal : radBase; if (multiPath) { if (strokeWidth > 0 && strokeColors[i] != null) rect(strokePaths.get(strokeColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); if (fillColors[i] != null) rect(fillPaths.get(fillColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); } else rect(stroke, lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); each(u, seriesIdx, i, lft - strokeWidth / 2, top, barWid + strokeWidth, barHgt, ); } } if (strokeWidth > 0) _paths.stroke = multiPath ? strokePaths : stroke; else if (!multiPath) { _paths._fill = series.width == 0 ? series._fill : series._stroke ?? series._fill; _paths.width = 0; } _paths.fill = multiPath ? fillPaths : stroke; return _paths; }); }; } function splineInterp(interp, opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let moveTo, bezierCurveTo, lineTo; if (scaleX.ori == 0) { moveTo = moveToH; lineTo = lineToH; bezierCurveTo = bezierCurveToH; } else { moveTo = moveToV; lineTo = lineToV; bezierCurveTo = bezierCurveToV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let xCoords = []; let yCoords = []; let hasGap = false; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal != null) { let xVal = dataX[i]; let xPos = pixelForX(xVal); xCoords.push(prevXPos = xPos); yCoords.push(pixelForY(dataY[i])); } else if (yVal === null) hasGap = true; } const _paths = {stroke: interp(xCoords, yCoords, moveTo, lineTo, bezierCurveTo, pxRound), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPos, fillToY); lineTo(fill, firstXPos, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; // if FEAT_PATHS: false in rollup.config.js // u.ctx.save(); // u.ctx.beginPath(); // u.ctx.rect(u.bbox.left, u.bbox.top, u.bbox.width, u.bbox.height); // u.ctx.clip(); // u.ctx.strokeStyle = u.series[sidx].stroke; // u.ctx.stroke(stroke); // u.ctx.fillStyle = u.series[sidx].fill; // u.ctx.fill(fill); // u.ctx.restore(); // return null; }); }; } function monotoneCubic(opts) { return splineInterp(_monotoneCubic, opts); } // Monotone Cubic Spline interpolation, adapted from the Chartist.js implementation: // https://github.com/gionkunz/chartist-js/blob/e7e78201bffe9609915e5e53cfafa29a5d6c49f9/src/scripts/interpolation.js#L240-L369 function _monotoneCubic(xs, ys, moveTo, lineTo, bezierCurveTo, pxRound) { const n = xs.length; if (n < 2) return null; const path = new Path2D(); moveTo(path, xs[0], ys[0]); if (n == 2) lineTo(path, xs[1], ys[1]); else { let ms = Array(n), ds = Array(n - 1), dys = Array(n - 1), dxs = Array(n - 1); // calc deltas and derivative for (let i = 0; i < n - 1; i++) { dys[i] = ys[i + 1] - ys[i]; dxs[i] = xs[i + 1] - xs[i]; ds[i] = dys[i] / dxs[i]; } // determine desired slope (m) at each point using Fritsch-Carlson method // http://math.stackexchange.com/questions/45218/implementation-of-monotone-cubic-interpolation ms[0] = ds[0]; for (let i = 1; i < n - 1; i++) { if (ds[i] === 0 || ds[i - 1] === 0 || (ds[i - 1] > 0) !== (ds[i] > 0)) ms[i] = 0; else { ms[i] = 3 * (dxs[i - 1] + dxs[i]) / ( (2 * dxs[i] + dxs[i - 1]) / ds[i - 1] + (dxs[i] + 2 * dxs[i - 1]) / ds[i] ); if (!isFinite(ms[i])) ms[i] = 0; } } ms[n - 1] = ds[n - 2]; for (let i = 0; i < n - 1; i++) { bezierCurveTo( path, xs[i] + dxs[i] / 3, ys[i] + ms[i] * dxs[i] / 3, xs[i + 1] - dxs[i] / 3, ys[i + 1] - ms[i + 1] * dxs[i] / 3, xs[i + 1], ys[i + 1], ); } } return path; } const cursorPlots = new Set(); function invalidateRects() { for (let u of cursorPlots) u.syncRect(true); } if (domEnv) { on(resize, win, invalidateRects); on(scroll, win, invalidateRects, true); on(dppxchange, win, () => { uPlot.pxRatio = pxRatio; }); } const linearPath = linear() ; const pointsPath = points() ; function setDefaults(d, xo, yo, initY) { let d2 = initY ? [d[0], d[1]].concat(d.slice(2)) : [d[0]].concat(d.slice(1)); return d2.map((o, i) => setDefault(o, i, xo, yo)); } function setDefaults2(d, xyo) { return d.map((o, i) => i == 0 ? {} : assign({}, xyo, o)); // todo: assign() will not merge facet arrays } function setDefault(o, i, xo, yo) { return assign({}, (i == 0 ? xo : yo), o); } function snapNumX(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : [dataMin, dataMax]; } const snapTimeX = snapNumX; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value function snapNumY(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, rangePad, true); } function snapLogY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeLog(dataMin, dataMax, self.scales[scale].log, true); } const snapLogX = snapLogY; function snapAsinhY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeAsinh(dataMin, dataMax, self.scales[scale].log, true); } const snapAsinhX = snapAsinhY; // dim is logical (getClientBoundingRect) pixels, not canvas pixels function findIncr(minVal, maxVal, incrs, dim, minSpace) { let intDigits = max(numIntDigits(minVal), numIntDigits(maxVal)); let delta = maxVal - minVal; let incrIdx = closestIdx((minSpace / dim) * delta, incrs); do { let foundIncr = incrs[incrIdx]; let foundSpace = dim * foundIncr / delta; if (foundSpace >= minSpace && intDigits + (foundIncr < 5 ? fixedDec.get(foundIncr) : 0) <= 17) return [foundIncr, foundSpace]; } while (++incrIdx < incrs.length); return [0, 0]; } function pxRatioFont(font, pxRatio) { let fontSize, fontSizeCss; font = font.replace(/(\d+)px/, (m, p1) => (fontSize = round((fontSizeCss = +p1) * pxRatio)) + 'px'); return [font, fontSize, fontSizeCss]; } function syncFontSize(axis, pxRatio) { if (axis.show) { [axis.font, axis.labelFont].forEach(f => { let size = roundDec(f[2] * pxRatio, 1); f[0] = f[0].replace(/[0-9.]+px/, size + 'px'); f[1] = size; }); } } function uPlot(opts, data, then) { let pxRatio$1 = opts.pxRatio ?? pxRatio; function setPxRatio(_pxRatio) { pxRatio$1 = self.pxRatio = (_pxRatio ?? pxRatio); axes.forEach(axis => syncFontSize(axis, pxRatio$1)); _setSize(self.width, self.height, true); } const self = { mode: ifNull(opts.mode, 1), pxRatio: pxRatio$1, setPxRatio, }; self.setPxRatio = setPxRatio; const mode = self.mode; function getHPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? (1 - pct) : pct); } function getVPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? pct : (1 - pct)); } function getPos(val, scale, dim, off) { return scale.ori == 0 ? getHPos(val, scale, dim, off) : getVPos(val, scale, dim, off); } self.valToPosH = getHPos; self.valToPosV = getVPos; let ready = false; self.status = 0; const root = self.root = placeDiv(UPLOT); if (opts.id != null) root.id = opts.id; addClass(root, opts.class); if (opts.title) { let title = placeDiv(TITLE, root); title.textContent = opts.title; } const can = placeTag("canvas"); const ctx = self.ctx = can.getContext("2d"); const wrap = placeDiv(WRAP, root); on("click", wrap, e => { if (e.target === over) { let didDrag = mouseLeft1 != mouseLeft0 || mouseTop1 != mouseTop0; didDrag && drag.click(self, e); } }, true); const under = self.under = placeDiv(UNDER, wrap); wrap.appendChild(can); const over = self.over = placeDiv(OVER, wrap); opts = copy(opts); const usePathCache = opts.cache ?? true; const pxAlign = +ifNull(opts.pxAlign, 1); const pxRound = pxRoundGen(pxAlign); (opts.plugins || []).forEach(p => { if (p.opts) opts = p.opts(self, opts) || opts; }); const ms = opts.ms || 1e-3; const series = self.series = mode == 1 ? setDefaults(opts.series || [], xSeriesOpts, ySeriesOpts, false) : setDefaults2(opts.series || [null], xySeriesOpts); const axes = self.axes = setDefaults(opts.axes || [], xAxisOpts, yAxisOpts, true); const scales = self.scales = {}; const bands = self.bands = opts.bands || []; bands.forEach(b => { b.fill = fnOrSelf(b.fill || null); b.dir = ifNull(b.dir, -1); }); const xScaleKey = mode == 2 ? series[1].facets[0].scale : series[0].scale; const drawOrderMap = { axes: drawAxesGrid, series: drawSeries, }; const drawOrder = (opts.drawOrder || ["axes", "series"]).map(key => drawOrderMap[key]); function initValToPct(sc) { const getVal = ( sc.distr == 3 ? val => log10(val > 0 ? val : sc.clamp(self, val, sc.min, sc.max, sc.key)) : sc.distr == 4 ? val => asinh(val, sc.asinh) : sc.distr == 100 ? val => sc.fwd(val) : val => val ); return val => { let _val = getVal(val); let { _min, _max } = sc; let delta = _max - _min; return (_val - _min) / delta; }; } function initScale(scaleKey) { let sc = scales[scaleKey]; if (sc == null) { let scaleOpts = (opts.scales || EMPTY_OBJ)[scaleKey] || EMPTY_OBJ; if (scaleOpts.from != null) { // ensure parent is initialized initScale(scaleOpts.from); // dependent scales inherit let sc = assign({}, scales[scaleOpts.from], scaleOpts, {key: scaleKey}); sc.valToPct = initValToPct(sc); scales[scaleKey] = sc; } else { sc = scales[scaleKey] = assign({}, (scaleKey == xScaleKey ? xScaleOpts : yScaleOpts), scaleOpts); sc.key = scaleKey; let isTime = sc.time; let rn = sc.range; let rangeIsArr = isArr(rn); if (scaleKey != xScaleKey || (mode == 2 && !isTime)) { // if range array has null limits, it should be auto if (rangeIsArr && (rn[0] == null || rn[1] == null)) { rn = { min: rn[0] == null ? autoRangePart : { mode: 1, hard: rn[0], soft: rn[0], }, max: rn[1] == null ? autoRangePart : { mode: 1, hard: rn[1], soft: rn[1], }, }; rangeIsArr = false; } if (!rangeIsArr && isObj(rn)) { let cfg = rn; // this is similar to snapNumY rn = (self, dataMin, dataMax) => dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, cfg); } } sc.range = fnOrSelf(rn || (isTime ? snapTimeX : scaleKey == xScaleKey ? (sc.distr == 3 ? snapLogX : sc.distr == 4 ? snapAsinhX : snapNumX) : (sc.distr == 3 ? snapLogY : sc.distr == 4 ? snapAsinhY : snapNumY) )); sc.auto = fnOrSelf(rangeIsArr ? false : sc.auto); sc.clamp = fnOrSelf(sc.clamp || clampScale); // caches for expensive ops like asinh() & log() sc._min = sc._max = null; sc.valToPct = initValToPct(sc); } } } initScale("x"); initScale("y"); // TODO: init scales from facets in mode: 2 if (mode == 1) { series.forEach(s => { initScale(s.scale); }); } axes.forEach(a => { initScale(a.scale); }); for (let k in opts.scales) initScale(k); const scaleX = scales[xScaleKey]; const xScaleDistr = scaleX.distr; let valToPosX, valToPosY; if (scaleX.ori == 0) { addClass(root, ORI_HZ); valToPosX = getHPos; valToPosY = getVPos; /* updOriDims = () => { xDimCan = plotWid; xOffCan = plotLft; yDimCan = plotHgt; yOffCan = plotTop; xDimCss = plotWidCss; xOffCss = plotLftCss; yDimCss = plotHgtCss; yOffCss = plotTopCss; }; */ } else { addClass(root, ORI_VT); valToPosX = getVPos; valToPosY = getHPos; /* updOriDims = () => { xDimCan = plotHgt; xOffCan = plotTop; yDimCan = plotWid; yOffCan = plotLft; xDimCss = plotHgtCss; xOffCss = plotTopCss; yDimCss = plotWidCss; yOffCss = plotLftCss; }; */ } const pendScales = {}; // explicitly-set initial scales for (let k in scales) { let sc = scales[k]; if (sc.min != null || sc.max != null) { pendScales[k] = {min: sc.min, max: sc.max}; sc.min = sc.max = null; } } // self.tz = opts.tz || Intl.DateTimeFormat().resolvedOptions().timeZone; const _tzDate = (opts.tzDate || (ts => new Date(round(ts / ms)))); const _fmtDate = (opts.fmtDate || fmtDate); const _timeAxisSplits = (ms == 1 ? timeAxisSplitsMs(_tzDate) : timeAxisSplitsS(_tzDate)); const _timeAxisVals = timeAxisVals(_tzDate, timeAxisStamps((ms == 1 ? _timeAxisStampsMs : _timeAxisStampsS), _fmtDate)); const _timeSeriesVal = timeSeriesVal(_tzDate, timeSeriesStamp(_timeSeriesStamp, _fmtDate)); const activeIdxs = []; const legend = (self.legend = assign({}, legendOpts, opts.legend)); const cursor = (self.cursor = assign({}, cursorOpts, {drag: {y: mode == 2}}, opts.cursor)); const showLegend = legend.show; const showCursor = cursor.show; const markers = legend.markers; { legend.idxs = activeIdxs; markers.width = fnOrSelf(markers.width); markers.dash = fnOrSelf(markers.dash); markers.stroke = fnOrSelf(markers.stroke); markers.fill = fnOrSelf(markers.fill); } let legendTable; let legendHead; let legendBody; let legendRows = []; let legendCells = []; let legendCols; let multiValLegend = false; let NULL_LEGEND_VALUES = {}; if (legend.live) { const getMultiVals = series[1] ? series[1].values : null; multiValLegend = getMultiVals != null; legendCols = multiValLegend ? getMultiVals(self, 1, 0) : {_: 0}; for (let k in legendCols) NULL_LEGEND_VALUES[k] = LEGEND_DISP; } if (showLegend) { legendTable = placeTag("table", LEGEND, root); legendBody = placeTag("tbody", null, legendTable); // allows legend to be moved out of root legend.mount(self, legendTable); if (multiValLegend) { legendHead = placeTag("thead", null, legendTable, legendBody); let head = placeTag("tr", null, legendHead); placeTag("th", null, head); for (var key in legendCols) placeTag("th", LEGEND_LABEL, head).textContent = key; } else { addClass(legendTable, LEGEND_INLINE); legend.live && addClass(legendTable, LEGEND_LIVE); } } const son = {show: true}; const soff = {show: false}; function initLegendRow(s, i) { if (i == 0 && (multiValLegend || !legend.live || mode == 2)) return nullNullTuple; let cells = []; let row = placeTag("tr", LEGEND_SERIES, legendBody, legendBody.childNodes[i]); addClass(row, s.class); if (!s.show) addClass(row, OFF); let label = placeTag("th", null, row); if (markers.show) { let indic = placeDiv(LEGEND_MARKER, label); if (i > 0) { let width = markers.width(self, i); if (width) indic.style.border = width + "px " + markers.dash(self, i) + " " + markers.stroke(self, i); indic.style.background = markers.fill(self, i); } } let text = placeDiv(LEGEND_LABEL, label); if (s.label instanceof HTMLElement) text.appendChild(s.label); else text.textContent = s.label; if (i > 0) { if (!markers.show) text.style.color = s.width > 0 ? markers.stroke(self, i) : markers.fill(self, i); onMouse("click", label, e => { if (cursor._lock) return; setCursorEvent(e); let seriesIdx = series.indexOf(s); if ((e.ctrlKey || e.metaKey) != legend.isolate) { // if any other series is shown, isolate this one. else show all let isolate = series.some((s, i) => i > 0 && i != seriesIdx && s.show); series.forEach((s, i) => { i > 0 && setSeries(i, isolate ? (i == seriesIdx ? son : soff) : son, true, syncOpts.setSeries); }); } else setSeries(seriesIdx, {show: !s.show}, true, syncOpts.setSeries); }, false); if (cursorFocus) { onMouse(mouseenter, label, e => { if (cursor._lock) return; setCursorEvent(e); setSeries(series.indexOf(s), FOCUS_TRUE, true, syncOpts.setSeries); }, false); } } for (var key in legendCols) { let v = placeTag("td", LEGEND_VALUE, row); v.textContent = "--"; cells.push(v); } return [row, cells]; } const mouseListeners = new Map(); function onMouse(ev, targ, fn, onlyTarg = true) { const targListeners = mouseListeners.get(targ) || {}; const listener = cursor.bind[ev](self, targ, fn, onlyTarg); if (listener) { on(ev, targ, targListeners[ev] = listener); mouseListeners.set(targ, targListeners); } } function offMouse(ev, targ, fn) { const targListeners = mouseListeners.get(targ) || {}; for (let k in targListeners) { if (ev == null || k == ev) { off(k, targ, targListeners[k]); delete targListeners[k]; } } if (ev == null) mouseListeners.delete(targ); } let fullWidCss = 0; let fullHgtCss = 0; let plotWidCss = 0; let plotHgtCss = 0; // plot margins to account for axes let plotLftCss = 0; let plotTopCss = 0; // previous values for diffing let _plotLftCss = plotLftCss; let _plotTopCss = plotTopCss; let _plotWidCss = plotWidCss; let _plotHgtCss = plotHgtCss; let plotLft = 0; let plotTop = 0; let plotWid = 0; let plotHgt = 0; self.bbox = {}; let shouldSetScales = false; let shouldSetSize = false; let shouldConvergeSize = false; let shouldSetCursor = false; let shouldSetSelect = false; let shouldSetLegend = false; function _setSize(width, height, force) { if (force || (width != self.width || height != self.height)) calcSize(width, height); resetYSeries(false); shouldConvergeSize = true; shouldSetSize = true; commit(); } function calcSize(width, height) { // log("calcSize()", arguments); self.width = fullWidCss = plotWidCss = width; self.height = fullHgtCss = plotHgtCss = height; plotLftCss = plotTopCss = 0; calcPlotRect(); calcAxesRects(); let bb = self.bbox; plotLft = bb.left = incrRound(plotLftCss * pxRatio$1, 0.5); plotTop = bb.top = incrRound(plotTopCss * pxRatio$1, 0.5); plotWid = bb.width = incrRound(plotWidCss * pxRatio$1, 0.5); plotHgt = bb.height = incrRound(plotHgtCss * pxRatio$1, 0.5); // updOriDims(); } // ensures size calc convergence const CYCLE_LIMIT = 3; function convergeSize() { let converged = false; let cycleNum = 0; while (!converged) { cycleNum++; let axesConverged = axesCalc(cycleNum); let paddingConverged = paddingCalc(cycleNum); converged = cycleNum == CYCLE_LIMIT || (axesConverged && paddingConverged); if (!converged) { calcSize(self.width, self.height); shouldSetSize = true; } } } function setSize({width, height}) { _setSize(width, height); } self.setSize = setSize; // accumulate axis offsets, reduce canvas width function calcPlotRect() { // easements for edge labels let hasTopAxis = false; let hasBtmAxis = false; let hasRgtAxis = false; let hasLftAxis = false; axes.forEach((axis, i) => { if (axis.show && axis._show) { let {side, _size} = axis; let isVt = side % 2; let labelSize = axis.label != null ? axis.labelSize : 0; let fullSize = _size + labelSize; if (fullSize > 0) { if (isVt) { plotWidCss -= fullSize; if (side == 3) { plotLftCss += fullSize; hasLftAxis = true; } else hasRgtAxis = true; } else { plotHgtCss -= fullSize; if (side == 0) { plotTopCss += fullSize; hasTopAxis = true; } else hasBtmAxis = true; } } } }); sidesWithAxes[0] = hasTopAxis; sidesWithAxes[1] = hasRgtAxis; sidesWithAxes[2] = hasBtmAxis; sidesWithAxes[3] = hasLftAxis; // hz padding plotWidCss -= _padding[1] + _padding[3]; plotLftCss += _padding[3]; // vt padding plotHgtCss -= _padding[2] + _padding[0]; plotTopCss += _padding[0]; } function calcAxesRects() { // will accum + let off1 = plotLftCss + plotWidCss; let off2 = plotTopCss + plotHgtCss; // will accum - let off3 = plotLftCss; let off0 = plotTopCss; function incrOffset(side, size) { switch (side) { case 1: off1 += size; return off1 - size; case 2: off2 += size; return off2 - size; case 3: off3 -= size; return off3 + size; case 0: off0 -= size; return off0 + size; } } axes.forEach((axis, i) => { if (axis.show && axis._show) { let side = axis.side; axis._pos = incrOffset(side, axis._size); if (axis.label != null) axis._lpos = incrOffset(side, axis.labelSize); } }); } if (cursor.dataIdx == null) { let hov = cursor.hover; let skip = hov.skip = new Set(hov.skip ?? []); skip.add(void 0); // alignment artifacts let prox = hov.prox = fnOrSelf(hov.prox); let bias = hov.bias ??= 0; cursor.dataIdx = (self, seriesIdx, cursorIdx, valAtPosX) => { if (seriesIdx == 0) return cursorIdx; let idx2 = cursorIdx; let _prox = prox(self, seriesIdx, cursorIdx, valAtPosX) ?? inf; let withProx = _prox >= 0 && _prox < inf; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let cursorLft = cursor.left; let xValues = data[0]; let yValues = data[seriesIdx]; if (skip.has(yValues[cursorIdx])) { idx2 = null; let nonNullLft = null, nonNullRgt = null, j; if (bias == 0 || bias == -1) { j = cursorIdx; while (nonNullLft == null && --j >= i0) { if (!skip.has(yValues[j])) nonNullLft = j; } } if (bias == 0 || bias == 1) { j = cursorIdx; while (nonNullRgt == null && ++j <= i1) { if (!skip.has(yValues[j])) nonNullRgt = j; } } if (nonNullLft != null || nonNullRgt != null) { if (withProx) { let lftPos = nonNullLft == null ? -Infinity : valToPosX(xValues[nonNullLft], scaleX, xDim, 0); let rgtPos = nonNullRgt == null ? Infinity : valToPosX(xValues[nonNullRgt], scaleX, xDim, 0); let lftDelta = cursorLft - lftPos; let rgtDelta = rgtPos - cursorLft; if (lftDelta <= rgtDelta) { if (lftDelta <= _prox) idx2 = nonNullLft; } else { if (rgtDelta <= _prox) idx2 = nonNullRgt; } } else { idx2 = nonNullRgt == null ? nonNullLft : nonNullLft == null ? nonNullRgt : cursorIdx - nonNullLft <= nonNullRgt - cursorIdx ? nonNullLft : nonNullRgt; } } } else if (withProx) { let dist = abs(cursorLft - valToPosX(xValues[cursorIdx], scaleX, xDim, 0)); if (dist > _prox) idx2 = null; } return idx2; }; } const setCursorEvent = e => { cursor.event = e; }; cursor.idxs = activeIdxs; cursor._lock = false; let points = cursor.points; points.show = fnOrSelf(points.show); points.size = fnOrSelf(points.size); points.stroke = fnOrSelf(points.stroke); points.width = fnOrSelf(points.width); points.fill = fnOrSelf(points.fill); const focus = self.focus = assign({}, opts.focus || {alpha: 0.3}, cursor.focus); const cursorFocus = focus.prox >= 0; const cursorOnePt = cursorFocus && points.one; // series-intersection markers let cursorPts = []; // position caches in CSS pixels let cursorPtsLft = []; let cursorPtsTop = []; function initCursorPt(s, si) { let pt = points.show(self, si); if (pt instanceof HTMLElement) { addClass(pt, CURSOR_PT); addClass(pt, s.class); elTrans(pt, -10, -10, plotWidCss, plotHgtCss); over.insertBefore(pt, cursorPts[si]); return pt; } } function initSeries(s, i) { if (mode == 1 || i > 0) { let isTime = mode == 1 && scales[s.scale].time; let sv = s.value; s.value = isTime ? (isStr(sv) ? timeSeriesVal(_tzDate, timeSeriesStamp(sv, _fmtDate)) : sv || _timeSeriesVal) : sv || numSeriesVal; s.label = s.label || (isTime ? timeSeriesLabel : numSeriesLabel); } if (cursorOnePt || i > 0) { s.width = s.width == null ? 1 : s.width; s.paths = s.paths || linearPath || retNull; s.fillTo = fnOrSelf(s.fillTo || seriesFillTo); s.pxAlign = +ifNull(s.pxAlign, pxAlign); s.pxRound = pxRoundGen(s.pxAlign); s.stroke = fnOrSelf(s.stroke || null); s.fill = fnOrSelf(s.fill || null); s._stroke = s._fill = s._paths = s._focus = null; let _ptDia = ptDia(max(1, s.width), 1); let points = s.points = assign({}, { size: _ptDia, width: max(1, _ptDia * .2), stroke: s.stroke, space: _ptDia * 2, paths: pointsPath, _stroke: null, _fill: null, }, s.points); points.show = fnOrSelf(points.show); points.filter = fnOrSelf(points.filter); points.fill = fnOrSelf(points.fill); points.stroke = fnOrSelf(points.stroke); points.paths = fnOrSelf(points.paths); points.pxAlign = s.pxAlign; } if (showLegend) { let rowCells = initLegendRow(s, i); legendRows.splice(i, 0, rowCells[0]); legendCells.splice(i, 0, rowCells[1]); legend.values.push(null); // NULL_LEGEND_VALS not yet avil here :( } if (showCursor) { activeIdxs.splice(i, 0, null); let pt = null; if (cursorOnePt) { if (i == 0) pt = initCursorPt(s, i); } else if (i > 0) pt = initCursorPt(s, i); cursorPts.splice(i, 0, pt); cursorPtsLft.splice(i, 0, 0); cursorPtsTop.splice(i, 0, 0); } fire("addSeries", i); } function addSeries(opts, si) { si = si == null ? series.length : si; opts = mode == 1 ? setDefault(opts, si, xSeriesOpts, ySeriesOpts) : setDefault(opts, si, {}, xySeriesOpts); series.splice(si, 0, opts); initSeries(series[si], si); } self.addSeries = addSeries; function delSeries(i) { series.splice(i, 1); if (showLegend) { legend.values.splice(i, 1); legendCells.splice(i, 1); let tr = legendRows.splice(i, 1)[0]; offMouse(null, tr.firstChild); tr.remove(); } if (showCursor) { activeIdxs.splice(i, 1); cursorPts.splice(i, 1)[0].remove(); cursorPtsLft.splice(i, 1); cursorPtsTop.splice(i, 1); } // TODO: de-init no-longer-needed scales? fire("delSeries", i); } self.delSeries = delSeries; const sidesWithAxes = [false, false, false, false]; function initAxis(axis, i) { axis._show = axis.show; if (axis.show) { let isVt = axis.side % 2; let sc = scales[axis.scale]; // this can occur if all series specify non-default scales if (sc == null) { axis.scale = isVt ? series[1].scale : xScaleKey; sc = scales[axis.scale]; } // also set defaults for incrs & values based on axis distr let isTime = sc.time; axis.size = fnOrSelf(axis.size); axis.space = fnOrSelf(axis.space); axis.rotate = fnOrSelf(axis.rotate); if (isArr(axis.incrs)) { axis.incrs.forEach(incr => { !fixedDec.has(incr) && fixedDec.set(incr, guessDec(incr)); }); } axis.incrs = fnOrSelf(axis.incrs || ( sc.distr == 2 ? wholeIncrs : (isTime ? (ms == 1 ? timeIncrsMs : timeIncrsS) : numIncrs))); axis.splits = fnOrSelf(axis.splits || (isTime && sc.distr == 1 ? _timeAxisSplits : sc.distr == 3 ? logAxisSplits : sc.distr == 4 ? asinhAxisSplits : numAxisSplits)); axis.stroke = fnOrSelf(axis.stroke); axis.grid.stroke = fnOrSelf(axis.grid.stroke); axis.ticks.stroke = fnOrSelf(axis.ticks.stroke); axis.border.stroke = fnOrSelf(axis.border.stroke); let av = axis.values; axis.values = ( // static array of tick values isArr(av) && !isArr(av[0]) ? fnOrSelf(av) : // temporal isTime ? ( // config array of fmtDate string tpls isArr(av) ? timeAxisVals(_tzDate, timeAxisStamps(av, _fmtDate)) : // fmtDate string tpl isStr(av) ? timeAxisVal(_tzDate, av) : av || _timeAxisVals ) : av || numAxisVals ); axis.filter = fnOrSelf(axis.filter || ( sc.distr >= 3 && sc.log == 10 ? log10AxisValsFilt : sc.distr == 3 && sc.log == 2 ? log2AxisValsFilt : retArg1)); axis.font = pxRatioFont(axis.font, pxRatio$1); axis.labelFont = pxRatioFont(axis.labelFont, pxRatio$1); axis._size = axis.size(self, null, i, 0); axis._space = axis._rotate = axis._incrs = axis._found = // foundIncrSpace axis._splits = axis._values = null; if (axis._size > 0) { sidesWithAxes[i] = true; axis._el = placeDiv(AXIS, wrap); } // debug // axis._el.style.background = "#" + Math.floor(Math.random()*16777215).toString(16) + '80'; } } function autoPadSide(self, side, sidesWithAxes, cycleNum) { let [hasTopAxis, hasRgtAxis, hasBtmAxis, hasLftAxis] = sidesWithAxes; let ori = side % 2; let size = 0; if (ori == 0 && (hasLftAxis || hasRgtAxis)) size = (side == 0 && !hasTopAxis || side == 2 && !hasBtmAxis ? round(xAxisOpts.size / 3) : 0); if (ori == 1 && (hasTopAxis || hasBtmAxis)) size = (side == 1 && !hasRgtAxis || side == 3 && !hasLftAxis ? round(yAxisOpts.size / 2) : 0); return size; } const padding = self.padding = (opts.padding || [autoPadSide,autoPadSide,autoPadSide,autoPadSide]).map(p => fnOrSelf(ifNull(p, autoPadSide))); const _padding = self._padding = padding.map((p, i) => p(self, i, sidesWithAxes, 0)); let dataLen; // rendered data window let i0 = null; let i1 = null; const idxs = mode == 1 ? series[0].idxs : null; let data0 = null; let viaAutoScaleX = false; function setData(_data, _resetScales) { data = _data == null ? [] : _data; self.data = self._data = data; if (mode == 2) { dataLen = 0; for (let i = 1; i < series.length; i++) dataLen += data[i][0].length; } else { if (data.length == 0) self.data = self._data = data = [[]]; data0 = data[0]; dataLen = data0.length; let scaleData = data; if (xScaleDistr == 2) { scaleData = data.slice(); let _data0 = scaleData[0] = Array(dataLen); for (let i = 0; i < dataLen; i++) _data0[i] = i; } self._data = data = scaleData; } resetYSeries(true); fire("setData"); // forces x axis tick values to re-generate when neither x scale nor y scale changes // in ordinal mode, scale range is by index, so will not change if new data has same length, but tick values are from data if (xScaleDistr == 2) { shouldConvergeSize = true; /* or somewhat cheaper, and uglier: if (ready) { // logic extracted from axesCalc() let i = 0; let axis = axes[i]; let _splits = axis._splits.map(i => data0[i]); let [_incr, _space] = axis._found; let incr = data0[_splits[1]] - data0[_splits[0]]; axis._values = axis.values(self, axis.filter(self, _splits, i, _space, incr), i, _space, incr); } */ } if (_resetScales !== false) { let xsc = scaleX; if (xsc.auto(self, viaAutoScaleX)) autoScaleX(); else _setScale(xScaleKey, xsc.min, xsc.max); shouldSetCursor = shouldSetCursor || cursor.left >= 0; shouldSetLegend = true; commit(); } } self.setData = setData; function autoScaleX() { viaAutoScaleX = true; let _min, _max; if (mode == 1) { if (dataLen > 0) { i0 = idxs[0] = 0; i1 = idxs[1] = dataLen - 1; _min = data[0][i0]; _max = data[0][i1]; if (xScaleDistr == 2) { _min = i0; _max = i1; } else if (_min == _max) { if (xScaleDistr == 3) [_min, _max] = rangeLog(_min, _min, scaleX.log, false); else if (xScaleDistr == 4) [_min, _max] = rangeAsinh(_min, _min, scaleX.log, false); else if (scaleX.time) _max = _min + round(86400 / ms); else [_min, _max] = rangeNum(_min, _max, rangePad, true); } } else { i0 = idxs[0] = _min = null; i1 = idxs[1] = _max = null; } } _setScale(xScaleKey, _min, _max); } let ctxStroke, ctxFill, ctxWidth, ctxDash, ctxJoin, ctxCap, ctxFont, ctxAlign, ctxBaseline; let ctxAlpha; function setCtxStyle(stroke, width, dash, cap, fill, join) { stroke ??= transparent; dash ??= EMPTY_ARR; cap ??= "butt"; // (‿|‿) fill ??= transparent; join ??= "round"; if (stroke != ctxStroke) ctx.strokeStyle = ctxStroke = stroke; if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (width != ctxWidth) ctx.lineWidth = ctxWidth = width; if (join != ctxJoin) ctx.lineJoin = ctxJoin = join; if (cap != ctxCap) ctx.lineCap = ctxCap = cap; if (dash != ctxDash) ctx.setLineDash(ctxDash = dash); } function setFontStyle(font, fill, align, baseline) { if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (font != ctxFont) ctx.font = ctxFont = font; if (align != ctxAlign) ctx.textAlign = ctxAlign = align; if (baseline != ctxBaseline) ctx.textBaseline = ctxBaseline = baseline; } function accScale(wsc, psc, facet, data, sorted = 0) { if (data.length > 0 && wsc.auto(self, viaAutoScaleX) && (psc == null || psc.min == null)) { let _i0 = ifNull(i0, 0); let _i1 = ifNull(i1, data.length - 1); // only run getMinMax() for invalidated series data, else reuse let minMax = facet.min == null ? getMinMax(data, _i0, _i1, sorted, wsc.distr == 3) : [facet.min, facet.max]; // initial min/max wsc.min = min(wsc.min, facet.min = minMax[0]); wsc.max = max(wsc.max, facet.max = minMax[1]); } } const AUTOSCALE = {min: null, max: null}; function setScales() { // log("setScales()", arguments); // implicitly add auto scales, and unranged scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && ( // scales that have never been set (on init) sc.min == null || // or auto scales when the x scale was explicitly set pendScales[xScaleKey] != null && sc.auto(self, viaAutoScaleX) ) ) { pendScales[k] = AUTOSCALE; } } // implicitly add dependent scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && sc.from != null && pendScales[sc.from] != null) pendScales[k] = AUTOSCALE; } // explicitly setting the x-scale invalidates everything (acts as redraw) if (pendScales[xScaleKey] != null) resetYSeries(true); // TODO: only reset series on auto scales? let wipScales = {}; for (let k in pendScales) { let psc = pendScales[k]; if (psc != null) { let wsc = wipScales[k] = copy(scales[k], fastIsObj); if (psc.min != null) assign(wsc, psc); else if (k != xScaleKey || mode == 2) { if (dataLen == 0 && wsc.from == null) { let minMax = wsc.range(self, null, null, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } else { wsc.min = inf; wsc.max = -inf; } } } } if (dataLen > 0) { // pre-range y-scales from y series' data values series.forEach((s, i) => { if (mode == 1) { let k = s.scale; let psc = pendScales[k]; if (psc == null) return; let wsc = wipScales[k]; if (i == 0) { let minMax = wsc.range(self, wsc.min, wsc.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; i0 = closestIdx(wsc.min, data[0]); i1 = closestIdx(wsc.max, data[0]); // don't try to contract same or adjacent idxs if (i1 - i0 > 1) { // closest indices can be outside of view if (data[0][i0] < wsc.min) i0++; if (data[0][i1] > wsc.max) i1--; } s.min = data0[i0]; s.max = data0[i1]; } else if (s.show && s.auto) accScale(wsc, psc, s, data[i], s.sorted); s.idxs[0] = i0; s.idxs[1] = i1; } else { if (i > 0) { if (s.show && s.auto) { // TODO: only handles, assumes and requires facets[0] / 'x' scale, and facets[1] / 'y' scale let [ xFacet, yFacet ] = s.facets; let xScaleKey = xFacet.scale; let yScaleKey = yFacet.scale; let [ xData, yData ] = data[i]; let wscx = wipScales[xScaleKey]; let wscy = wipScales[yScaleKey]; // null can happen when only x is zoomed, but y has static range and doesnt get auto-added to pending wscx != null && accScale(wscx, pendScales[xScaleKey], xFacet, xData, xFacet.sorted); wscy != null && accScale(wscy, pendScales[yScaleKey], yFacet, yData, yFacet.sorted); // temp s.min = yFacet.min; s.max = yFacet.max; } } } }); // range independent scales for (let k in wipScales) { let wsc = wipScales[k]; let psc = pendScales[k]; if (wsc.from == null && (psc == null || psc.min == null)) { let minMax = wsc.range( self, wsc.min == inf ? null : wsc.min, wsc.max == -inf ? null : wsc.max, k ); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } // range dependent scales for (let k in wipScales) { let wsc = wipScales[k]; if (wsc.from != null) { let base = wipScales[wsc.from]; if (base.min == null) wsc.min = wsc.max = null; else { let minMax = wsc.range(self, base.min, base.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } let changed = {}; let anyChanged = false; for (let k in wipScales) { let wsc = wipScales[k]; let sc = scales[k]; if (sc.min != wsc.min || sc.max != wsc.max) { sc.min = wsc.min; sc.max = wsc.max; let distr = sc.distr; sc._min = distr == 3 ? log10(sc.min) : distr == 4 ? asinh(sc.min, sc.asinh) : distr == 100 ? sc.fwd(sc.min) : sc.min; sc._max = distr == 3 ? log10(sc.max) : distr == 4 ? asinh(sc.max, sc.asinh) : distr == 100 ? sc.fwd(sc.max) : sc.max; changed[k] = anyChanged = true; } } if (anyChanged) { // invalidate paths of all series on changed scales series.forEach((s, i) => { if (mode == 2) { if (i > 0 && changed.y) s._paths = null; } else { if (changed[s.scale]) s._paths = null; } }); for (let k in changed) { shouldConvergeSize = true; fire("setScale", k); } if (showCursor && cursor.left >= 0) shouldSetCursor = shouldSetLegend = true; } for (let k in pendScales) pendScales[k] = null; } // grabs the nearest indices with y data outside of x-scale limits function getOuterIdxs(ydata) { let _i0 = clamp(i0 - 1, 0, dataLen - 1); let _i1 = clamp(i1 + 1, 0, dataLen - 1); while (ydata[_i0] == null && _i0 > 0) _i0--; while (ydata[_i1] == null && _i1 < dataLen - 1) _i1++; return [_i0, _i1]; } function drawSeries() { if (dataLen > 0) { let shouldAlpha = series.some(s => s._focus) && ctxAlpha != focus.alpha; if (shouldAlpha) ctx.globalAlpha = ctxAlpha = focus.alpha; series.forEach((s, i) => { if (i > 0 && s.show) { cacheStrokeFill(i, false); cacheStrokeFill(i, true); if (s._paths == null) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; let _idxs = mode == 2 ? [0, data[i][0].length - 1] : getOuterIdxs(data[i]); s._paths = s.paths(self, i, _idxs[0], _idxs[1]); if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; } } }); series.forEach((s, i) => { if (i > 0 && s.show) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; s._paths != null && drawPath(i, false); { let _gaps = s._paths != null ? s._paths.gaps : null; let show = s.points.show(self, i, i0, i1, _gaps); let idxs = s.points.filter(self, i, show, _gaps); if (show || idxs) { s.points._paths = s.points.paths(self, i, i0, i1, idxs); drawPath(i, true); } } if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; fire("drawSeries", i); } }); if (shouldAlpha) ctx.globalAlpha = ctxAlpha = 1; } } function cacheStrokeFill(si, _points) { let s = _points ? series[si].points : series[si]; s._stroke = s.stroke(self, si); s._fill = s.fill(self, si); } function drawPath(si, _points) { let s = _points ? series[si].points : series[si]; let { stroke, fill, clip: gapsClip, flags, _stroke: strokeStyle = s._stroke, _fill: fillStyle = s._fill, _width: width = s.width, } = s._paths; width = roundDec(width * pxRatio$1, 3); let boundsClip = null; let offset = (width % 2) / 2; if (_points && fillStyle == null) fillStyle = width > 0 ? "#fff" : strokeStyle; let _pxAlign = s.pxAlign == 1 && offset > 0; _pxAlign && ctx.translate(offset, offset); if (!_points) { let lft = plotLft - width / 2, top = plotTop - width / 2, wid = plotWid + width, hgt = plotHgt + width; boundsClip = new Path2D(); boundsClip.rect(lft, top, wid, hgt); } // the points pathbuilder's gapsClip is its boundsClip, since points dont need gaps clipping, and bounds depend on point size if (_points) strokeFill(strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, gapsClip); else fillStroke(si, strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, boundsClip, gapsClip); _pxAlign && ctx.translate(-offset, -offset); } function fillStroke(si, strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip) { let didStrokeFill = false; // for all bands where this series is the top edge, create upwards clips using the bottom edges // and apply clips + fill with band fill or dfltFill flags != 0 && bands.forEach((b, bi) => { // isUpperEdge? if (b.series[0] == si) { let lowerEdge = series[b.series[1]]; let lowerData = data[b.series[1]]; let bandClip = (lowerEdge._paths || EMPTY_OBJ).band; if (isArr(bandClip)) bandClip = b.dir == 1 ? bandClip[0] : bandClip[1]; let gapsClip2; let _fillStyle = null; // hasLowerEdge? if (lowerEdge.show && bandClip && hasData(lowerData, i0, i1)) { _fillStyle = b.fill(self, bi) || fillStyle; gapsClip2 = lowerEdge._paths.clip; } else bandClip = null; strokeFill(strokeStyle, lineWidth, lineDash, lineCap, _fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip); didStrokeFill = true; } }); if (!didStrokeFill) strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip); } const CLIP_FILL_STROKE = BAND_CLIP_FILL | BAND_CLIP_STROKE; function strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip) { setCtxStyle(strokeStyle, lineWidth, lineDash, lineCap, fillStyle); if (boundsClip || gapsClip || bandClip) { ctx.save(); boundsClip && ctx.clip(boundsClip); gapsClip && ctx.clip(gapsClip); } if (bandClip) { if ((flags & CLIP_FILL_STROKE) == CLIP_FILL_STROKE) { ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_STROKE) { doFill(fillStyle, fillPath); ctx.clip(bandClip); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_FILL) { ctx.save(); ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); ctx.restore(); doStroke(strokeStyle, strokePath, lineWidth); } } else { doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } if (boundsClip || gapsClip || bandClip) ctx.restore(); } function doStroke(strokeStyle, strokePath, lineWidth) { if (lineWidth > 0) { if (strokePath instanceof Map) { strokePath.forEach((strokePath, strokeStyle) => { ctx.strokeStyle = ctxStroke = strokeStyle; ctx.stroke(strokePath); }); } else strokePath != null && strokeStyle && ctx.stroke(strokePath); } } function doFill(fillStyle, fillPath) { if (fillPath instanceof Map) { fillPath.forEach((fillPath, fillStyle) => { ctx.fillStyle = ctxFill = fillStyle; ctx.fill(fillPath); }); } else fillPath != null && fillStyle && ctx.fill(fillPath); } function getIncrSpace(axisIdx, min, max, fullDim) { let axis = axes[axisIdx]; let incrSpace; if (fullDim <= 0) incrSpace = [0, 0]; else { let minSpace = axis._space = axis.space(self, axisIdx, min, max, fullDim); let incrs = axis._incrs = axis.incrs(self, axisIdx, min, max, fullDim, minSpace); incrSpace = findIncr(min, max, incrs, fullDim, minSpace); } return (axis._found = incrSpace); } function drawOrthoLines(offs, filts, ori, side, pos0, len, width, stroke, dash, cap) { let offset = (width % 2) / 2; pxAlign == 1 && ctx.translate(offset, offset); setCtxStyle(stroke, width, dash, cap, stroke); ctx.beginPath(); let x0, y0, x1, y1, pos1 = pos0 + (side == 0 || side == 3 ? -len : len); if (ori == 0) { y0 = pos0; y1 = pos1; } else { x0 = pos0; x1 = pos1; } for (let i = 0; i < offs.length; i++) { if (filts[i] != null) { if (ori == 0) x0 = x1 = offs[i]; else y0 = y1 = offs[i]; ctx.moveTo(x0, y0); ctx.lineTo(x1, y1); } } ctx.stroke(); pxAlign == 1 && ctx.translate(-offset, -offset); } function axesCalc(cycleNum) { // log("axesCalc()", arguments); let converged = true; axes.forEach((axis, i) => { if (!axis.show) return; let scale = scales[axis.scale]; if (scale.min == null) { if (axis._show) { converged = false; axis._show = false; resetYSeries(false); } return; } else { if (!axis._show) { converged = false; axis._show = true; resetYSeries(false); } } let side = axis.side; let ori = side % 2; let {min, max} = scale; // // should this toggle them ._show = false let [_incr, _space] = getIncrSpace(i, min, max, ori == 0 ? plotWidCss : plotHgtCss); if (_space == 0) return; // if we're using index positions, force first tick to match passed index let forceMin = scale.distr == 2; let _splits = axis._splits = axis.splits(self, i, min, max, _incr, _space, forceMin); // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let values = axis._values = axis.values(self, axis.filter(self, splits, i, _space, incr), i, _space, incr); // rotating of labels only supported on bottom x axis axis._rotate = side == 2 ? axis.rotate(self, values, i, _space) : 0; let oldSize = axis._size; axis._size = ceil(axis.size(self, values, i, cycleNum)); if (oldSize != null && axis._size != oldSize) // ready && ? converged = false; }); return converged; } function paddingCalc(cycleNum) { let converged = true; padding.forEach((p, i) => { let _p = p(self, i, sidesWithAxes, cycleNum); if (_p != _padding[i]) converged = false; _padding[i] = _p; }); return converged; } function drawAxesGrid() { for (let i = 0; i < axes.length; i++) { let axis = axes[i]; if (!axis.show || !axis._show) continue; let side = axis.side; let ori = side % 2; let x, y; let fillStyle = axis.stroke(self, i); let shiftDir = side == 0 || side == 3 ? -1 : 1; let [_incr, _space] = axis._found; // axis label if (axis.label != null) { let shiftAmt = axis.labelGap * shiftDir; let baseLpos = round((axis._lpos + shiftAmt) * pxRatio$1); setFontStyle(axis.labelFont[0], fillStyle, "center", side == 2 ? TOP : BOTTOM); ctx.save(); if (ori == 1) { x = y = 0; ctx.translate( baseLpos, round(plotTop + plotHgt / 2), ); ctx.rotate((side == 3 ? -PI : PI) / 2); } else { x = round(plotLft + plotWid / 2); y = baseLpos; } let _label = isFn(axis.label) ? axis.label(self, i, _incr, _space) : axis.label; ctx.fillText(_label, x, y); ctx.restore(); } if (_space == 0) continue; let scale = scales[axis.scale]; let plotDim = ori == 0 ? plotWid : plotHgt; let plotOff = ori == 0 ? plotLft : plotTop; let _splits = axis._splits; // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let ticks = axis.ticks; let border = axis.border; let _tickSize = ticks.show ? ticks.size : 0; let tickSize = round(_tickSize * pxRatio$1); let axisGap = round((axis.alignTo == 2 ? axis._size - _tickSize - axis.gap : axis.gap) * pxRatio$1); // rotating of labels only supported on bottom x axis let angle = axis._rotate * -PI/180; let basePos = pxRound(axis._pos * pxRatio$1); let shiftAmt = (tickSize + axisGap) * shiftDir; let finalPos = basePos + shiftAmt; y = ori == 0 ? finalPos : 0; x = ori == 1 ? finalPos : 0; let font = axis.font[0]; let textAlign = axis.align == 1 ? LEFT : axis.align == 2 ? RIGHT : angle > 0 ? LEFT : angle < 0 ? RIGHT : ori == 0 ? "center" : side == 3 ? RIGHT : LEFT; let textBaseline = angle || ori == 1 ? "middle" : side == 2 ? TOP : BOTTOM; setFontStyle(font, fillStyle, textAlign, textBaseline); let lineHeight = axis.font[1] * axis.lineGap; let canOffs = _splits.map(val => pxRound(getPos(val, scale, plotDim, plotOff))); let _values = axis._values; for (let i = 0; i < _values.length; i++) { let val = _values[i]; if (val != null) { if (ori == 0) x = canOffs[i]; else y = canOffs[i]; val = "" + val; let _parts = val.indexOf("\n") == -1 ? [val] : val.split(/\n/gm); for (let j = 0; j < _parts.length; j++) { let text = _parts[j]; if (angle) { ctx.save(); ctx.translate(x, y + j * lineHeight); // can this be replaced with position math? ctx.rotate(angle); // can this be done once? ctx.fillText(text, 0, 0); ctx.restore(); } else ctx.fillText(text, x, y + j * lineHeight); } } } // ticks if (ticks.show) { drawOrthoLines( canOffs, ticks.filter(self, splits, i, _space, incr), ori, side, basePos, tickSize, roundDec(ticks.width * pxRatio$1, 3), ticks.stroke(self, i), ticks.dash, ticks.cap, ); } // grid let grid = axis.grid; if (grid.show) { drawOrthoLines( canOffs, grid.filter(self, splits, i, _space, incr), ori, ori == 0 ? 2 : 1, ori == 0 ? plotTop : plotLft, ori == 0 ? plotHgt : plotWid, roundDec(grid.width * pxRatio$1, 3), grid.stroke(self, i), grid.dash, grid.cap, ); } if (border.show) { drawOrthoLines( [basePos], [1], ori == 0 ? 1 : 0, ori == 0 ? 1 : 2, ori == 1 ? plotTop : plotLft, ori == 1 ? plotHgt : plotWid, roundDec(border.width * pxRatio$1, 3), border.stroke(self, i), border.dash, border.cap, ); } } fire("drawAxes"); } function resetYSeries(minMax) { // log("resetYSeries()", arguments); series.forEach((s, i) => { if (i > 0) { s._paths = null; if (minMax) { if (mode == 1) { s.min = null; s.max = null; } else { s.facets.forEach(f => { f.min = null; f.max = null; }); } } } }); } let queuedCommit = false; let deferHooks = false; let hooksQueue = []; function flushHooks() { deferHooks = false; for (let i = 0; i < hooksQueue.length; i++) fire(...hooksQueue[i]); hooksQueue.length = 0; } function commit() { if (!queuedCommit) { microTask(_commit); queuedCommit = true; } } // manual batching (aka immediate mode), skips microtask queue function batch(fn, _deferHooks = false) { queuedCommit = true; deferHooks = _deferHooks; fn(self); _commit(); if (_deferHooks && hooksQueue.length > 0) queueMicrotask(flushHooks); } self.batch = batch; function _commit() { // log("_commit()", arguments); if (shouldSetScales) { setScales(); shouldSetScales = false; } if (shouldConvergeSize) { convergeSize(); shouldConvergeSize = false; } if (shouldSetSize) { setStylePx(under, LEFT, plotLftCss); setStylePx(under, TOP, plotTopCss); setStylePx(under, WIDTH, plotWidCss); setStylePx(under, HEIGHT, plotHgtCss); setStylePx(over, LEFT, plotLftCss); setStylePx(over, TOP, plotTopCss); setStylePx(over, WIDTH, plotWidCss); setStylePx(over, HEIGHT, plotHgtCss); setStylePx(wrap, WIDTH, fullWidCss); setStylePx(wrap, HEIGHT, fullHgtCss); // NOTE: mutating this during print preview in Chrome forces transparent // canvas pixels to white, even when followed up with clearRect() below can.width = round(fullWidCss * pxRatio$1); can.height = round(fullHgtCss * pxRatio$1); axes.forEach(({ _el, _show, _size, _pos, side }) => { if (_el != null) { if (_show) { let posOffset = (side === 3 || side === 0 ? _size : 0); let isVt = side % 2 == 1; setStylePx(_el, isVt ? "left" : "top", _pos - posOffset); setStylePx(_el, isVt ? "width" : "height", _size); setStylePx(_el, isVt ? "top" : "left", isVt ? plotTopCss : plotLftCss); setStylePx(_el, isVt ? "height" : "width", isVt ? plotHgtCss : plotWidCss); remClass(_el, OFF); } else addClass(_el, OFF); } }); // invalidate ctx style cache ctxStroke = ctxFill = ctxWidth = ctxJoin = ctxCap = ctxFont = ctxAlign = ctxBaseline = ctxDash = null; ctxAlpha = 1; syncRect(true); if ( plotLftCss != _plotLftCss || plotTopCss != _plotTopCss || plotWidCss != _plotWidCss || plotHgtCss != _plotHgtCss ) { resetYSeries(false); let pctWid = plotWidCss / _plotWidCss; let pctHgt = plotHgtCss / _plotHgtCss; if (showCursor && !shouldSetCursor && cursor.left >= 0) { cursor.left *= pctWid; cursor.top *= pctHgt; vCursor && elTrans(vCursor, round(cursor.left), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(cursor.top), plotWidCss, plotHgtCss); for (let i = 0; i < cursorPts.length; i++) { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] *= pctWid; cursorPtsTop[i] *= pctHgt; elTrans(pt, ceil(cursorPtsLft[i]), ceil(cursorPtsTop[i]), plotWidCss, plotHgtCss); } } } if (select.show && !shouldSetSelect && select.left >= 0 && select.width > 0) { select.left *= pctWid; select.width *= pctWid; select.top *= pctHgt; select.height *= pctHgt; for (let prop in _hideProps) setStylePx(selectDiv, prop, select[prop]); } _plotLftCss = plotLftCss; _plotTopCss = plotTopCss; _plotWidCss = plotWidCss; _plotHgtCss = plotHgtCss; } fire("setSize"); shouldSetSize = false; } if (fullWidCss > 0 && fullHgtCss > 0) { ctx.clearRect(0, 0, can.width, can.height); fire("drawClear"); drawOrder.forEach(fn => fn()); fire("draw"); } if (select.show && shouldSetSelect) { setSelect(select); shouldSetSelect = false; } if (showCursor && shouldSetCursor) { updateCursor(null, true, false); shouldSetCursor = false; } if (legend.show && legend.live && shouldSetLegend) { setLegend(); shouldSetLegend = false; // redundant currently } if (!ready) { ready = true; self.status = 1; fire("ready"); } viaAutoScaleX = false; queuedCommit = false; if (!usePathCache) clearPathCache(); } function clearPathCache() { series.forEach((s, i) => { if (i > 0) s._paths = null; }); } self.clearCache = clearPathCache; self.redraw = (rebuildPaths, recalcAxes) => { shouldConvergeSize = recalcAxes || false; if (rebuildPaths !== false) _setScale(xScaleKey, scaleX.min, scaleX.max); else commit(); }; // redraw() => setScale('x', scales.x.min, scales.x.max); // explicit, never re-ranged (is this actually true? for x and y) function setScale(key, opts) { let sc = scales[key]; if (sc.from == null) { if (dataLen == 0) { let minMax = sc.range(self, opts.min, opts.max, key); opts.min = minMax[0]; opts.max = minMax[1]; } if (opts.min > opts.max) { let _min = opts.min; opts.min = opts.max; opts.max = _min; } if (dataLen > 1 && opts.min != null && opts.max != null && opts.max - opts.min < 1e-16) return; if (key == xScaleKey) { if (sc.distr == 2 && dataLen > 0) { opts.min = closestIdx(opts.min, data[0]); opts.max = closestIdx(opts.max, data[0]); if (opts.min == opts.max) opts.max++; } } // log("setScale()", arguments); pendScales[key] = opts; shouldSetScales = true; commit(); } } self.setScale = setScale; // INTERACTION let xCursor; let yCursor; let vCursor; let hCursor; // starting position before cursor.move let rawMouseLeft0; let rawMouseTop0; // starting position let mouseLeft0; let mouseTop0; // current position before cursor.move let rawMouseLeft1; let rawMouseTop1; // current position let mouseLeft1; let mouseTop1; let dragging = false; const drag = cursor.drag; let dragX = drag.x; let dragY = drag.y; if (showCursor) { if (cursor.x) xCursor = placeDiv(CURSOR_X, over); if (cursor.y) yCursor = placeDiv(CURSOR_Y, over); if (scaleX.ori == 0) { vCursor = xCursor; hCursor = yCursor; } else { vCursor = yCursor; hCursor = xCursor; } mouseLeft1 = cursor.left; mouseTop1 = cursor.top; } const select = self.select = assign({ show: true, over: true, left: 0, width: 0, top: 0, height: 0, }, opts.select); const selectDiv = select.show ? placeDiv(SELECT, select.over ? over : under) : null; function setSelect(opts, _fire) { if (select.show) { for (let prop in opts) { select[prop] = opts[prop]; if (prop in _hideProps) setStylePx(selectDiv, prop, opts[prop]); } _fire !== false && fire("setSelect"); } } self.setSelect = setSelect; function toggleDOM(i) { let s = series[i]; if (s.show) showLegend && remClass(legendRows[i], OFF); else { showLegend && addClass(legendRows[i], OFF); if (showCursor) { let pt = cursorOnePt ? cursorPts[0] : cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } } } function _setScale(key, min, max) { setScale(key, {min, max}); } function setSeries(i, opts, _fire, _pub) { // log("setSeries()", arguments); if (opts.focus != null) setFocus(i); if (opts.show != null) { series.forEach((s, si) => { if (si > 0 && (i == si || i == null)) { s.show = opts.show; toggleDOM(si); if (mode == 2) { _setScale(s.facets[0].scale, null, null); _setScale(s.facets[1].scale, null, null); } else _setScale(s.scale, null, null); commit(); } }); } _fire !== false && fire("setSeries", i, opts); _pub && pubSync("setSeries", self, i, opts); } self.setSeries = setSeries; function setBand(bi, opts) { assign(bands[bi], opts); } function addBand(opts, bi) { opts.fill = fnOrSelf(opts.fill || null); opts.dir = ifNull(opts.dir, -1); bi = bi == null ? bands.length : bi; bands.splice(bi, 0, opts); } function delBand(bi) { if (bi == null) bands.length = 0; else bands.splice(bi, 1); } self.addBand = addBand; self.setBand = setBand; self.delBand = delBand; function setAlpha(i, value) { series[i].alpha = value; if (showCursor && cursorPts[i] != null) cursorPts[i].style.opacity = value; if (showLegend && legendRows[i]) legendRows[i].style.opacity = value; } // y-distance let closestDist; let closestSeries; let focusedSeries; const FOCUS_TRUE = {focus: true}; function setFocus(i) { if (i != focusedSeries) { // log("setFocus()", arguments); let allFocused = i == null; let _setAlpha = focus.alpha != 1; series.forEach((s, i2) => { if (mode == 1 || i2 > 0) { let isFocused = allFocused || i2 == 0 || i2 == i; s._focus = allFocused ? null : isFocused; _setAlpha && setAlpha(i2, isFocused ? 1 : focus.alpha); } }); focusedSeries = i; _setAlpha && commit(); } } if (showLegend && cursorFocus) { onMouse(mouseleave, legendTable, e => { if (cursor._lock) return; setCursorEvent(e); if (focusedSeries != null) setSeries(null, FOCUS_TRUE, true, syncOpts.setSeries); }); } function posToVal(pos, scale, can) { let sc = scales[scale]; if (can) pos = pos / pxRatio$1 - (sc.ori == 1 ? plotTopCss : plotLftCss); let dim = plotWidCss; if (sc.ori == 1) { dim = plotHgtCss; pos = dim - pos; } if (sc.dir == -1) pos = dim - pos; let _min = sc._min, _max = sc._max, pct = pos / dim; let sv = _min + (_max - _min) * pct; let distr = sc.distr; return ( distr == 3 ? pow(10, sv) : distr == 4 ? sinh(sv, sc.asinh) : distr == 100 ? sc.bwd(sv) : sv ); } function closestIdxFromXpos(pos, can) { let v = posToVal(pos, xScaleKey, can); return closestIdx(v, data[0], i0, i1); } self.valToIdx = val => closestIdx(val, data[0]); self.posToIdx = closestIdxFromXpos; self.posToVal = posToVal; self.valToPos = (val, scale, can) => ( scales[scale].ori == 0 ? getHPos(val, scales[scale], can ? plotWid : plotWidCss, can ? plotLft : 0, ) : getVPos(val, scales[scale], can ? plotHgt : plotHgtCss, can ? plotTop : 0, ) ); self.setCursor = (opts, _fire, _pub) => { mouseLeft1 = opts.left; mouseTop1 = opts.top; // assign(cursor, opts); updateCursor(null, _fire, _pub); }; function setSelH(off, dim) { setStylePx(selectDiv, LEFT, select.left = off); setStylePx(selectDiv, WIDTH, select.width = dim); } function setSelV(off, dim) { setStylePx(selectDiv, TOP, select.top = off); setStylePx(selectDiv, HEIGHT, select.height = dim); } let setSelX = scaleX.ori == 0 ? setSelH : setSelV; let setSelY = scaleX.ori == 1 ? setSelH : setSelV; function syncLegend() { if (showLegend && legend.live) { for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { if (i == 0 && multiValLegend) continue; let vals = legend.values[i]; let j = 0; for (let k in vals) legendCells[i][j++].firstChild.nodeValue = vals[k]; } } } function setLegend(opts, _fire) { if (opts != null) { if (opts.idxs) { opts.idxs.forEach((didx, sidx) => { activeIdxs[sidx] = didx; }); } else if (!isUndef(opts.idx)) activeIdxs.fill(opts.idx); legend.idx = activeIdxs[0]; } if (showLegend && legend.live) { for (let sidx = 0; sidx < series.length; sidx++) { if (sidx > 0 || mode == 1 && !multiValLegend) setLegendValues(sidx, activeIdxs[sidx]); } syncLegend(); } shouldSetLegend = false; _fire !== false && fire("setLegend"); } self.setLegend = setLegend; function setLegendValues(sidx, idx) { let s = series[sidx]; let src = sidx == 0 && xScaleDistr == 2 ? data0 : data[sidx]; let val; if (multiValLegend) val = s.values(self, sidx, idx) ?? NULL_LEGEND_VALUES; else { val = s.value(self, idx == null ? null : src[idx], sidx, idx); val = val == null ? NULL_LEGEND_VALUES : {_: val}; } legend.values[sidx] = val; } function updateCursor(src, _fire, _pub) { // ts == null && log("updateCursor()", arguments); rawMouseLeft1 = mouseLeft1; rawMouseTop1 = mouseTop1; [mouseLeft1, mouseTop1] = cursor.move(self, mouseLeft1, mouseTop1); cursor.left = mouseLeft1; cursor.top = mouseTop1; if (showCursor) { vCursor && elTrans(vCursor, round(mouseLeft1), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(mouseTop1), plotWidCss, plotHgtCss); } let idx; // when zooming to an x scale range between datapoints the binary search // for nearest min/max indices results in this condition. cheap hack :D let noDataInRange = i0 > i1; // works for mode 1 only closestDist = inf; closestSeries = null; // TODO: extract let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss; // if cursor hidden, hide points & clear legend vals if (mouseLeft1 < 0 || dataLen == 0 || noDataInRange) { idx = cursor.idx = null; for (let i = 0; i < series.length; i++) { let pt = cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } if (cursorFocus) setSeries(null, FOCUS_TRUE, true, src == null && syncOpts.setSeries); if (legend.live) { activeIdxs.fill(idx); shouldSetLegend = true; } } else { // let pctY = 1 - (y / rect.height); let mouseXPos, valAtPosX, xPos; if (mode == 1) { mouseXPos = scaleX.ori == 0 ? mouseLeft1 : mouseTop1; valAtPosX = posToVal(mouseXPos, xScaleKey); idx = cursor.idx = closestIdx(valAtPosX, data[0], i0, i1); xPos = valToPosX(data[0][idx], scaleX, xDim, 0); } // closest pt values let _ptLft = -10; let _ptTop = -10; let _ptWid = 0; let _ptHgt = 0; let _centered = true; let _ptFill = ''; let _ptStroke = ''; for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { let s = series[i]; let idx1 = activeIdxs[i]; let yVal1 = idx1 == null ? null : (mode == 1 ? data[i][idx1] : data[i][1][idx1]); let idx2 = cursor.dataIdx(self, i, idx, valAtPosX); let yVal2 = idx2 == null ? null : (mode == 1 ? data[i][idx2] : data[i][1][idx2]); shouldSetLegend = shouldSetLegend || yVal2 != yVal1 || idx2 != idx1; activeIdxs[i] = idx2; if (i > 0 && s.show) { let xPos2 = idx2 == null ? -10 : idx2 == idx ? xPos : valToPosX(mode == 1 ? data[0][idx2] : data[i][0][idx2], scaleX, xDim, 0); // this doesnt really work for state timeline, heatmap, status history (where the value maps to color, not y coords) let yPos = yVal2 == null ? -10 : valToPosY(yVal2, mode == 1 ? scales[s.scale] : scales[s.facets[1].scale], yDim, 0); if (cursorFocus && yVal2 != null) { let mouseYPos = scaleX.ori == 1 ? mouseLeft1 : mouseTop1; let dist = abs(focus.dist(self, i, idx2, yPos, mouseYPos)); if (dist < closestDist) { let bias = focus.bias; if (bias != 0) { let mouseYVal = posToVal(mouseYPos, s.scale); let seriesYValSign = yVal2 >= 0 ? 1 : -1; let mouseYValSign = mouseYVal >= 0 ? 1 : -1; // with a focus bias, we will never cross zero when prox testing // it's either closest towards zero, or closest away from zero if (mouseYValSign == seriesYValSign && ( mouseYValSign == 1 ? (bias == 1 ? yVal2 >= mouseYVal : yVal2 <= mouseYVal) : // >= 0 (bias == 1 ? yVal2 <= mouseYVal : yVal2 >= mouseYVal) // < 0 )) { closestDist = dist; closestSeries = i; } } else { closestDist = dist; closestSeries = i; } } } if (shouldSetLegend || cursorOnePt) { let hPos, vPos; if (scaleX.ori == 0) { hPos = xPos2; vPos = yPos; } else { hPos = yPos; vPos = xPos2; } let ptWid, ptHgt, ptLft, ptTop, ptStroke, ptFill, centered = true, getBBox = points.bbox; if (getBBox != null) { centered = false; let bbox = getBBox(self, i); ptLft = bbox.left; ptTop = bbox.top; ptWid = bbox.width; ptHgt = bbox.height; } else { ptLft = hPos; ptTop = vPos; ptWid = ptHgt = points.size(self, i); } ptFill = points.fill(self, i); ptStroke = points.stroke(self, i); if (cursorOnePt) { if (i == closestSeries && closestDist <= focus.prox) { _ptLft = ptLft; _ptTop = ptTop; _ptWid = ptWid; _ptHgt = ptHgt; _centered = centered; _ptFill = ptFill; _ptStroke = ptStroke; } } else { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] = ptLft; cursorPtsTop[i] = ptTop; elSize(pt, ptWid, ptHgt, centered); elColor(pt, ptFill, ptStroke); elTrans(pt, ceil(ptLft), ceil(ptTop), plotWidCss, plotHgtCss); } } } } } // if only using single hover point (at cursorPts[0]) // we have trigger styling at last visible series (once closestSeries is settled) if (cursorOnePt) { // some of this logic is similar to series focus below, since it matches the behavior by design let p = focus.prox; let focusChanged = focusedSeries == null ? closestDist <= p : (closestDist > p || closestSeries != focusedSeries); if (shouldSetLegend || focusChanged) { let pt = cursorPts[0]; if (pt != null) { cursorPtsLft[0] = _ptLft; cursorPtsTop[0] = _ptTop; elSize(pt, _ptWid, _ptHgt, _centered); elColor(pt, _ptFill, _ptStroke); elTrans(pt, ceil(_ptLft), ceil(_ptTop), plotWidCss, plotHgtCss); } } } } // nit: cursor.drag.setSelect is assumed always true if (select.show && dragging) { if (src != null) { let [xKey, yKey] = syncOpts.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let [xKeySrc, yKeySrc] = src.cursor.sync.scales; // match the dragX/dragY implicitness/explicitness of src let sdrag = src.cursor.drag; dragX = sdrag._x; dragY = sdrag._y; if (dragX || dragY) { let { left, top, width, height } = src.select; let sori = src.scales[xKeySrc].ori; let sPosToVal = src.posToVal; let sOff, sDim, sc, a, b; let matchingX = xKey != null && matchXKeys(xKey, xKeySrc); let matchingY = yKey != null && matchYKeys(yKey, yKeySrc); if (matchingX && dragX) { if (sori == 0) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[xKey]; a = valToPosX(sPosToVal(sOff, xKeySrc), sc, xDim, 0); b = valToPosX(sPosToVal(sOff + sDim, xKeySrc), sc, xDim, 0); setSelX(min(a,b), abs(b-a)); } else setSelX(0, xDim); if (matchingY && dragY) { if (sori == 1) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[yKey]; a = valToPosY(sPosToVal(sOff, yKeySrc), sc, yDim, 0); b = valToPosY(sPosToVal(sOff + sDim, yKeySrc), sc, yDim, 0); setSelY(min(a,b), abs(b-a)); } else setSelY(0, yDim); } else hideSelect(); } else { let rawDX = abs(rawMouseLeft1 - rawMouseLeft0); let rawDY = abs(rawMouseTop1 - rawMouseTop0); if (scaleX.ori == 1) { let _rawDX = rawDX; rawDX = rawDY; rawDY = _rawDX; } dragX = drag.x && rawDX >= drag.dist; dragY = drag.y && rawDY >= drag.dist; let uni = drag.uni; if (uni != null) { // only calc drag status if they pass the dist thresh if (dragX && dragY) { dragX = rawDX >= uni; dragY = rawDY >= uni; // force unidirectionality when both are under uni limit if (!dragX && !dragY) { if (rawDY > rawDX) dragY = true; else dragX = true; } } } else if (drag.x && drag.y && (dragX || dragY)) // if omni with no uni then both dragX / dragY should be true if either is true dragX = dragY = true; let p0, p1; if (dragX) { if (scaleX.ori == 0) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelX(min(p0, p1), abs(p1 - p0)); if (!dragY) setSelY(0, yDim); } if (dragY) { if (scaleX.ori == 1) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelY(min(p0, p1), abs(p1 - p0)); if (!dragX) setSelX(0, xDim); } // the drag didn't pass the dist requirement if (!dragX && !dragY) { setSelX(0, 0); setSelY(0, 0); } } } drag._x = dragX; drag._y = dragY; if (src == null) { if (_pub) { if (syncKey != null) { let [xSyncKey, ySyncKey] = syncOpts.scales; syncOpts.values[0] = xSyncKey != null ? posToVal(scaleX.ori == 0 ? mouseLeft1 : mouseTop1, xSyncKey) : null; syncOpts.values[1] = ySyncKey != null ? posToVal(scaleX.ori == 1 ? mouseLeft1 : mouseTop1, ySyncKey) : null; } pubSync(mousemove, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, idx); } if (cursorFocus) { let shouldPub = _pub && syncOpts.setSeries; let p = focus.prox; if (focusedSeries == null) { if (closestDist <= p) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } else { if (closestDist > p) setSeries(null, FOCUS_TRUE, true, shouldPub); else if (closestSeries != focusedSeries) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } } } if (shouldSetLegend) { legend.idx = idx; setLegend(); } _fire !== false && fire("setCursor"); } let rect = null; Object.defineProperty(self, 'rect', { get() { if (rect == null) syncRect(false); return rect; }, }); function syncRect(defer = false) { if (defer) rect = null; else { rect = over.getBoundingClientRect(); fire("syncRect", rect); } } function mouseMove(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; // Chrome on Windows has a bug which triggers a stray mousemove event after an initial mousedown event // when clicking into a plot as part of re-focusing the browser window. // we gotta ignore it to avoid triggering a phantom drag / setSelect // However, on touch-only devices Chrome-based browsers trigger a 0-distance mousemove before mousedown // so we don't ignore it when mousedown has set the dragging flag if (dragging && e != null && e.movementX == 0 && e.movementY == 0) return; cacheMouse(e, src, _l, _t, _w, _h, _i, false, e != null); if (e != null) updateCursor(null, true, true); else updateCursor(src, true, false); } function cacheMouse(e, src, _l, _t, _w, _h, _i, initial, snap) { if (rect == null) syncRect(false); setCursorEvent(e); if (e != null) { _l = e.clientX - rect.left; _t = e.clientY - rect.top; } else { if (_l < 0 || _t < 0) { mouseLeft1 = -10; mouseTop1 = -10; return; } let [xKey, yKey] = syncOpts.scales; let syncOptsSrc = src.cursor.sync; let [xValSrc, yValSrc] = syncOptsSrc.values; let [xKeySrc, yKeySrc] = syncOptsSrc.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let rotSrc = src.axes[0].side % 2 == 1; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss, yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss, _xDim = rotSrc ? _h : _w, _yDim = rotSrc ? _w : _h, _xPos = rotSrc ? _t : _l, _yPos = rotSrc ? _l : _t; if (xKeySrc != null) _l = matchXKeys(xKey, xKeySrc) ? getPos(xValSrc, scales[xKey], xDim, 0) : -10; else _l = xDim * (_xPos/_xDim); if (yKeySrc != null) _t = matchYKeys(yKey, yKeySrc) ? getPos(yValSrc, scales[yKey], yDim, 0) : -10; else _t = yDim * (_yPos/_yDim); if (scaleX.ori == 1) { let __l = _l; _l = _t; _t = __l; } } if (snap && (src == null || src.cursor.event.type == mousemove)) { if (_l <= 1 || _l >= plotWidCss - 1) _l = incrRound(_l, plotWidCss); if (_t <= 1 || _t >= plotHgtCss - 1) _t = incrRound(_t, plotHgtCss); } if (initial) { rawMouseLeft0 = _l; rawMouseTop0 = _t; [mouseLeft0, mouseTop0] = cursor.move(self, _l, _t); } else { mouseLeft1 = _l; mouseTop1 = _t; } } const _hideProps = { width: 0, height: 0, left: 0, top: 0, }; function hideSelect() { setSelect(_hideProps, false); } let downSelectLeft; let downSelectTop; let downSelectWidth; let downSelectHeight; function mouseDown(e, src, _l, _t, _w, _h, _i) { dragging = true; dragX = dragY = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, true, false); if (e != null) { onMouse(mouseup, doc, mouseUp, false); pubSync(mousedown, self, mouseLeft0, mouseTop0, plotWidCss, plotHgtCss, null); } let { left, top, width, height } = select; downSelectLeft = left; downSelectTop = top; downSelectWidth = width; downSelectHeight = height; // hideSelect(); } function mouseUp(e, src, _l, _t, _w, _h, _i) { dragging = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, false, true); let { left, top, width, height } = select; let hasSelect = width > 0 || height > 0; let chgSelect = ( downSelectLeft != left || downSelectTop != top || downSelectWidth != width || downSelectHeight != height ); hasSelect && chgSelect && setSelect(select); if (drag.setScale && hasSelect && chgSelect) { // if (syncKey != null) { // dragX = drag.x; // dragY = drag.y; // } let xOff = left, xDim = width, yOff = top, yDim = height; if (scaleX.ori == 1) { xOff = top, xDim = height, yOff = left, yDim = width; } if (dragX) { _setScale(xScaleKey, posToVal(xOff, xScaleKey), posToVal(xOff + xDim, xScaleKey) ); } if (dragY) { for (let k in scales) { let sc = scales[k]; if (k != xScaleKey && sc.from == null && sc.min != inf) { _setScale(k, posToVal(yOff + yDim, k), posToVal(yOff, k) ); } } } hideSelect(); } else if (cursor.lock) { cursor._lock = !cursor._lock; updateCursor(src, true, e != null); } if (e != null) { offMouse(mouseup, doc); pubSync(mouseup, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } } function mouseLeave(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); let _dragging = dragging; if (dragging) { // handle case when mousemove aren't fired all the way to edges by browser let snapH = true; let snapV = true; let snapProx = 10; let dragH, dragV; if (scaleX.ori == 0) { dragH = dragX; dragV = dragY; } else { dragH = dragY; dragV = dragX; } if (dragH && dragV) { // maybe omni corner snap snapH = mouseLeft1 <= snapProx || mouseLeft1 >= plotWidCss - snapProx; snapV = mouseTop1 <= snapProx || mouseTop1 >= plotHgtCss - snapProx; } if (dragH && snapH) mouseLeft1 = mouseLeft1 < mouseLeft0 ? 0 : plotWidCss; if (dragV && snapV) mouseTop1 = mouseTop1 < mouseTop0 ? 0 : plotHgtCss; updateCursor(null, true, true); dragging = false; } mouseLeft1 = -10; mouseTop1 = -10; activeIdxs.fill(null); // passing a non-null timestamp to force sync/mousemove event updateCursor(null, true, true); if (_dragging) dragging = _dragging; } function dblClick(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); autoScaleX(); hideSelect(); if (e != null) pubSync(dblclick, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } function onDppxChange() { setPxRatio(); } on(dppxchange, win, onDppxChange); // internal pub/sub const events = {}; events.mousedown = mouseDown; events.mousemove = mouseMove; events.mouseup = mouseUp; events.dblclick = dblClick; events["setSeries"] = (e, src, idx, opts) => { let seriesIdxMatcher = syncOpts.match[2]; idx = seriesIdxMatcher(self, src, idx); idx != -1 && setSeries(idx, opts, true, false); }; if (showCursor) { onMouse(mousedown, over, mouseDown); onMouse(mousemove, over, mouseMove); onMouse(mouseenter, over, e => { setCursorEvent(e); syncRect(false); }); onMouse(mouseleave, over, mouseLeave); onMouse(dblclick, over, dblClick); cursorPlots.add(self); self.syncRect = syncRect; } // external on/off const hooks = self.hooks = opts.hooks || {}; function fire(evName, a1, a2) { if (deferHooks) hooksQueue.push([evName, a1, a2]); else { if (evName in hooks) { hooks[evName].forEach(fn => { fn.call(null, self, a1, a2); }); } } } (opts.plugins || []).forEach(p => { for (let evName in p.hooks) hooks[evName] = (hooks[evName] || []).concat(p.hooks[evName]); }); const seriesIdxMatcher = (self, src, srcSeriesIdx) => srcSeriesIdx; const syncOpts = assign({ key: null, setSeries: false, filters: { pub: retTrue, sub: retTrue, }, scales: [xScaleKey, series[1] ? series[1].scale : null], match: [retEq, retEq, seriesIdxMatcher], values: [null, null], }, cursor.sync); if (syncOpts.match.length == 2) syncOpts.match.push(seriesIdxMatcher); cursor.sync = syncOpts; const syncKey = syncOpts.key; const sync = _sync(syncKey); function pubSync(type, src, x, y, w, h, i) { if (syncOpts.filters.pub(type, src, x, y, w, h, i)) sync.pub(type, src, x, y, w, h, i); } sync.sub(self); function pub(type, src, x, y, w, h, i) { if (syncOpts.filters.sub(type, src, x, y, w, h, i)) events[type](null, src, x, y, w, h, i); } self.pub = pub; function destroy() { sync.unsub(self); cursorPlots.delete(self); mouseListeners.clear(); off(dppxchange, win, onDppxChange); root.remove(); legendTable?.remove(); // in case mounted outside of root fire("destroy"); } self.destroy = destroy; function _init() { fire("init", opts, data); setData(data || opts.data, false); if (pendScales[xScaleKey]) setScale(xScaleKey, pendScales[xScaleKey]); else autoScaleX(); shouldSetSelect = select.show && (select.width > 0 || select.height > 0); shouldSetCursor = shouldSetLegend = true; _setSize(opts.width, opts.height); } series.forEach(initSeries); axes.forEach(initAxis); if (then) { if (then instanceof HTMLElement) { then.appendChild(root); _init(); } else then(self, _init); } else _init(); return self; } uPlot.assign = assign; uPlot.fmtNum = fmtNum; uPlot.rangeNum = rangeNum; uPlot.rangeLog = rangeLog; uPlot.rangeAsinh = rangeAsinh; uPlot.orient = orient; uPlot.pxRatio = pxRatio; { uPlot.join = join; } { uPlot.fmtDate = fmtDate; uPlot.tzDate = tzDate; } uPlot.sync = _sync; { uPlot.addGap = addGap; uPlot.clipGaps = clipGaps; let paths = uPlot.paths = { points, }; (paths.linear = linear); (paths.stepped = stepped); (paths.bars = bars); (paths.spline = monotoneCubic); } module.exports = uPlot; ================================================ FILE: dist/uPlot.d.ts ================================================ declare class uPlot { /** when passing a function for @targ, call init() after attaching self.root to the DOM */ constructor( opts: uPlot.Options, data?: uPlot.AlignedData, targ?: HTMLElement | ((self: uPlot, init: Function) => void) ); /** chart container */ readonly root: HTMLElement; /** status */ readonly status: 0 | 1; /** width of the plotting area + axes in CSS pixels */ readonly width: number; /** height of the plotting area + axes in CSS pixels (excludes title & legend height) */ readonly height: number; /** current devicePixelRatio */ readonly pxRatio: number; /** context of canvas used for plotting area + axes */ readonly ctx: CanvasRenderingContext2D; /** coords of plotting area in canvas pixels (relative to full canvas w/axes) */ readonly bbox: uPlot.BBox; /** cached global DOMRect of plotting area in CSS pixels */ get rect(): DOMRect; /** coords of selected region in CSS pixels (relative to plotting area) */ readonly select: uPlot.BBox; /** cursor state & opts*/ readonly cursor: uPlot.Cursor; readonly legend: uPlot.Legend; // /** focus opts */ // readonly focus: uPlot.Focus; /** series state & opts */ readonly series: uPlot.Series[]; /** scales state & opts */ readonly scales: { [key: string]: uPlot.Scale; }; /** axes state & opts */ readonly axes: uPlot.Axis[]; /** hooks, including any added by plugins */ readonly hooks: uPlot.Hooks.Arrays; /** current data */ readonly data: uPlot.AlignedData; /** .u-over dom element */ readonly over: HTMLDivElement; /** .u-under dom element */ readonly under: HTMLDivElement; /** clears and redraws the canvas. if rebuildPaths = false, uses cached series' Path2D objects */ redraw(rebuildPaths?: boolean, recalcAxes?: boolean): void; /** manual batching of multiple ops (aka immediate mode that skips implicit microtask queue), ops, e.g. setScale('x', ...) && setScale('y', ...) */ batch(txn: Function, deferHooks?: boolean): void; /** destroys DOM, removes resize & scroll listeners, etc. */ destroy(): void; /** sets the chart data & redraws. (default resetScales = true) */ setData(data: uPlot.AlignedData, resetScales?: boolean): void; /** sets the limits of a scale & redraws (used for zooming) */ setScale(scaleKey: string, limits: ({ min: number; max: number } | { min: null; max: null })): void; /** sets the cursor position (relative to plotting area) */ setCursor(opts: {left: number, top: number}, fireHook?: boolean): void; /** sets the legend to the values of the specified idx */ setLegend(opts: {idx?: number, idxs?: (number | null)[]}, fireHook?: boolean): void; // TODO: include other series style opts which are dynamically pulled? /** toggles series visibility or focus */ setSeries(seriesIdx: number | null, opts: {show?: boolean, focus?: boolean}, fireHook?: boolean): void; /** adds a series */ addSeries(opts: uPlot.Series, seriesIdx?: number): void; /** deletes a series */ delSeries(seriesIdx: number): void; /** adds a band */ addBand(opts: uPlot.Band, bandIdx?: number): void; /** modifies an existing band */ setBand(bandIdx: number, opts: uPlot.Band): void; /** deletes a band. if null bandIdx, clears all bands */ delBand(bandIdx?: number | null): void; /** sets visually selected region without triggering setScale (zoom). (default fireHook = true) */ setSelect(opts: {left: number, top: number, width: number, height: number}, fireHook?: boolean): void; /** sets the width & height of the plotting area + axes (excludes title & legend height) */ setSize(opts: { width: number; height: number }): void; /** temporarily sets a user-defined devicePixelRatio that's different from window.devicePixelRatio */ setPxRatio(pxRatio?: number | null): void; /** converts a CSS pixel position (relative to plotting area) to the closest data index */ posToIdx(left: number, canvasPixels?: boolean): number; /** converts a CSS pixel position (relative to plotting area) to a value along the given scale */ posToVal(leftTop: number, scaleKey: string, canvasPixels?: boolean): number; /** converts a value along the given scale to a CSS (default) or canvas pixel position. (default canvasPixels = false) */ valToPos(val: number, scaleKey: string, canvasPixels?: boolean): number; /** converts a value along x to the closest data index */ valToIdx(val: number): number; /** updates getBoundingClientRect() cache for cursor positioning. use when plot's position changes (excluding window scroll & resize) */ syncRect(defer?: boolean): void; /** clears the pathBuilder caches, can save ~60KB RAM per series. don't use with series hover-highlight. will also slow down legend toggling */ clearCache(): void; /** uPlot's path-builder factories */ static paths: uPlot.Series.PathBuilderFactories; /** a deep merge util fn */ static assign(targ: object, ...srcs: object[]): object; /** re-ranges a given min/max by a multiple of the range's magnitude (used internally to expand/snap/pad numeric y scales) */ static rangeNum(min: number, max: number, mult: number, extra: boolean): uPlot.Range.MinMax; static rangeNum(min: number, max: number, cfg: uPlot.Range.Config): uPlot.Range.MinMax; /** re-ranges a given min/max outwards to nearest 10% of given min/max's magnitudes, unless fullMags = true */ static rangeLog(min: number, max: number, base: uPlot.Scale.LogBase, fullMags: boolean): uPlot.Range.MinMax; /** re-ranges a given min/max outwards to nearest 10% of given min/max's magnitudes, unless fullMags = true */ static rangeAsinh(min: number, max: number, base: uPlot.Scale.LogBase, fullMags: boolean): uPlot.Range.MinMax; /** default numeric formatter using browser's locale: new Intl.NumberFormat(navigator.language).format */ static fmtNum(val: number): string; /** creates an efficient formatter for Date objects from a template string, e.g. {YYYY}-{MM}-{DD} */ static fmtDate(tpl: string, names?: uPlot.DateNames): (date: Date) => string; /** converts a Date or ms timestamp into new Date that's time-adjusted for the given IANA Time Zone Name */ static tzDate(dateOrTs: Date | number, tzName: string): DateZoned; /** outerJoins multiple data tables on table[0] values */ static join(tables: uPlot.AlignedData[], nullModes?: uPlot.JoinNullMode[][]): uPlot.AlignedData; static addGap: uPlot.Series.AddGap; static clipGaps: uPlot.Series.ClipPathBuilder; /** helper function for grabbing proper drawing orientation vars and fns for a plot instance (all dims in canvas pixels) */ static orient(u: uPlot, seriesIdx: number, callback: uPlot.OrientCallback): any; /** returns a pub/sub instance shared by all plots using the provided key */ static sync(key: string): uPlot.SyncPubSub; /** cached devicePixelRatio (faster than reading it from window.devicePixelRatio) */ static pxRatio: number; } export = uPlot; declare namespace uPlot { type OrientCallback = ( series: Series, dataX: number[], dataY: (number | null)[], scaleX: Scale, scaleY: Scale, valToPosX: ValToPos, valToPosY: ValToPos, xOff: number, yOff: number, xDim: number, yDim: number, moveTo: MoveToH | MoveToV, lineTo: LineToH | LineToV, rect: RectH | RectV, arc: ArcH | ArcV, bezierCurveTo: BezierCurveToH | BezierCurveToV, ) => any; type ValToPos = (val: number, scale: Scale, fullDim: number, offset: number) => number; type Drawable = Path2D | CanvasRenderingContext2D; type MoveToH = (p: Drawable, x: number, y: number) => void; type MoveToV = (p: Drawable, y: number, x: number) => void; type LineToH = (p: Drawable, x: number, y: number) => void; type LineToV = (p: Drawable, y: number, x: number) => void; type RectH = (p: Drawable, x: number, y: number, w: number, h: number) => void; type RectV = (p: Drawable, y: number, x: number, h: number, w: number) => void; type ArcH = (p: Drawable, x: number, y: number, r: number, startAngle: number, endAngle: number) => void; type ArcV = (p: Drawable, y: number, x: number, r: number, startAngle: number, endAngle: number) => void; type BezierCurveToH = (p: Drawable, bp1x: number, bp1y: number, bp2x: number, bp2y: number, p2x: number, p2y: number) => void; type BezierCurveToV = (p: Drawable, bp1y: number, bp1x: number, bp2y: number, bp2x: number, p2y: number, p2x: number) => void; export const enum JoinNullMode { /** use for series with spanGaps: true */ Remove = 0, /** retain explicit nulls gaps (default) */ Retain = 1, /** expand explicit null gaps to include adjacent alignment artifacts (undefined values) */ Expand = 2, } export const enum Orientation { Horizontal = 0, Vertical = 1, } export type TypedArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array; export type AlignedData = TypedArray[] | [ xValues: number[] | TypedArray, ...yValues: ((number | null | undefined)[] | TypedArray)[], ] export class DateZoned extends Date { tz: string; #utc: boolean; // sön, 1972-10-15 17:25:23,434 GMT+01:00 #str: string; setTimeZone: (tzName: string) => void; } export interface DateNames { /** long month names */ MMMM: string[]; /** short month names */ MMM: string[]; /** long weekday names (0: Sunday) */ WWWW: string[]; /** short weekday names (0: Sun) */ WWW: string[]; } export namespace Range { export type MinMax = [min: number | null, max: number | null]; export type Function = (self: uPlot, initMin: number, initMax: number, scaleKey: string) => MinMax; export type SoftMode = 0 | 1 | 2 | 3; export interface Limit { /** initial multiplier for dataMax-dataMin delta */ pad?: number; // 0.1 /** soft limit */ soft?: number; // 0 /** soft limit active if... 0: never, 1: data <= limit, 2: data + padding <= limit, 3: data <= limit <= data + padding */ mode?: SoftMode; // 3 /** hard limit */ hard?: number; } export interface Config { min: Range.Limit; max: Range.Limit; } } export interface Scales { [key: string]: Scale; } type SidesWithAxes = [top: boolean, right: boolean, bottom: boolean, left: boolean]; export type PaddingSide = number | null | ((self: uPlot, side: Axis.Side, sidesWithAxes: SidesWithAxes, cycleNum: number) => number); export type Padding = [top: PaddingSide, right: PaddingSide, bottom: PaddingSide, left: PaddingSide]; export interface Legend { show?: boolean; // true /** show series values at current cursor.idx */ live?: boolean; // true /** switches primary interaction mode to toggle-one/toggle-all */ isolate?: boolean; // false /** series indicators */ markers?: Legend.Markers; /** callback for moving the legend elsewhere. e.g. external DOM container */ mount?: (self: uPlot, el: HTMLElement) => void; /** current index (readback-only, not for init) */ idx?: number | null; /** current indices (readback-only, not for init) */ idxs?: (number | null)[]; /** current values (readback-only, not for init) */ values?: Legend.Values; } export namespace Legend { export type Width = number | ((self: uPlot, seriesIdx: number) => number); export type Stroke = CSSStyleDeclaration['borderColor'] | ((self: uPlot, seriesIdx: number) => CSSStyleDeclaration['borderColor']); export type Dash = CSSStyleDeclaration['borderStyle'] | ((self: uPlot, seriesIdx: number) => CSSStyleDeclaration['borderStyle']); export type Fill = CSSStyleDeclaration['background'] | ((self: uPlot, seriesIdx: number) => CSSStyleDeclaration['background']); export type Value = { [key: string]: string | number; }; export type Values = Value[]; export interface Markers { show?: boolean; // true /** series indicator line width */ width?: Legend.Width; /** series indicator stroke (CSS borderColor) */ stroke?: Legend.Stroke; /** series indicator fill */ fill?: Legend.Fill; /** series indicator stroke style (CSS borderStyle) */ dash?: Legend.Dash; } } export type DateFormatterFactory = (tpl: string) => (date: Date) => string; export type LocalDateFromUnix = (ts: number) => DateZoned; export const enum DrawOrderKey { Axes = 'axes', Series = 'series', } export const enum Mode { Aligned = 1, Faceted = 2, } export interface Options { /** 1: aligned & ordered, single-x / y-per-series, 2: unordered & faceted, per-series/per-point x,y,size,label,color,shape,etc. */ mode?: Mode, /** chart title */ title?: string; /** id to set on chart div */ id?: string; /** className to add to chart div */ class?: string; /** width of plotting area + axes in CSS pixels */ width: number; /** height of plotting area + axes in CSS pixels (excludes title & legend height) */ height: number; /** initial devicePixelRatio, if different than window.devicePixelRatio */ pxRatio?: number; /** data for chart, if none is provided as argument to constructor */ data?: AlignedData; /** converts a unix timestamp to Date that's time-adjusted for the desired timezone */ tzDate?: LocalDateFromUnix; /** creates an efficient formatter for Date objects from a template string, e.g. {YYYY}-{MM}-{DD} */ fmtDate?: DateFormatterFactory; /** timestamp multiplier that yields 1 millisecond */ ms?: 1e-3 | 1; // 1e-3 /** drawing order for axes/grid & series (default: ["axes", "series"]) */ drawOrder?: DrawOrderKey[]; /** whether vt & hz lines of series/grid/ticks should be crisp/sharp or sub-px antialiased */ pxAlign?: boolean | number; // true series: Series[]; bands?: Band[]; scales?: Scales; axes?: Axis[]; /** padding per side, in CSS pixels (can prevent cross-axis labels at the plotting area limits from being chopped off) */ padding?: Padding; select?: Select; legend?: Legend; cursor?: Cursor; focus?: Focus; hooks?: Hooks.Arrays; plugins?: Plugin[]; // controls whether canvas path cache is auto-cleared after every draw call (see caveats of clearCache() above) cache?: boolean; // true } export interface Focus { /** alpha-transparancy of de-focused series */ alpha: number; } export interface BBox { show?: boolean; left: number; top: number; width: number; height: number; } export interface Select extends BBox { /** div into which .u-select will be placed: .u-over or .u-under */ over?: boolean; // true } export interface SyncPubSub { key: string; sub: (client: uPlot) => void; unsub: (client: uPlot) => void; pub: (type: string, client: uPlot, x: number, y: number, w: number, h: number, i: number) => void; plots: uPlot[]; } export namespace Cursor { export type LeftTop = [left: number, top: number]; export type MouseListener = (e: MouseEvent) => void; export type MouseListenerFactory = (self: uPlot, targ: HTMLElement, handler: MouseListener) => MouseListener | null; export type DataIdxRefiner = (self: uPlot, seriesIdx: number, closestIdx: number, xValue: number) => number | null; export type MousePosRefiner = (self: uPlot, mouseLeft: number, mouseTop: number) => LeftTop; export interface Bind { mousedown?: MouseListenerFactory; mouseup?: MouseListenerFactory; click?: MouseListenerFactory; dblclick?: MouseListenerFactory; mousemove?: MouseListenerFactory; mouseleave?: MouseListenerFactory; mouseenter?: MouseListenerFactory; } export namespace Points { export type Show = boolean | ((self: uPlot, seriesIdx: number) => HTMLElement); export type Size = number | ((self: uPlot, seriesIdx: number) => number); export type BBox = (self: uPlot, seriesIdx: number) => uPlot.BBox; export type Width = number | ((self: uPlot, seriesIdx: number, size: number) => number); export type Stroke = CanvasRenderingContext2D['strokeStyle'] | ((self: uPlot, seriesIdx: number) => CanvasRenderingContext2D['strokeStyle']); export type Fill = CanvasRenderingContext2D['fillStyle'] | ((self: uPlot, seriesIdx: number) => CanvasRenderingContext2D['fillStyle']); } export interface Points { show?: Points.Show; /** only show single y-closest point on hover (only works when cursor.focus.prox >= 0) */ one?: boolean; /** hover point diameter in CSS pixels */ size?: Points.Size; /** hover point bbox in CSS pixels (will be used instead of size) */ bbox?: Points.BBox; /** hover point outline width in CSS pixels */ width?: Points.Width; /** hover point outline color, pattern or gradient */ stroke?: Points.Stroke; /** hover point fill color, pattern or gradient */ fill?: Points.Fill; } export interface Drag { setScale?: boolean; // true /** toggles dragging along x */ x?: boolean; // true /** toggles dragging along y */ y?: boolean; // false /** min drag distance threshold */ dist?: number; // 0 /** when x & y are true, sets an upper drag limit in CSS px for adaptive/unidirectional behavior */ uni?: number; // null /** post-drag "click" event proxy, default is to prevent these click events */ click?: (self: uPlot, e: MouseEvent) => void; } export namespace Sync { export type Scales = [xScaleKey: string | null, yScaleKey: string | null]; export type Filter = (type: string, client: uPlot, x: number, y: number, w: number, h: number, i: number) => boolean; export interface Filters { /** filters emitted events */ pub?: Filter; /** filters received events */ sub?: Filter; } export type ScaleKeyMatcher = (subScaleKey: string | null, pubScaleKey: string | null) => boolean; export type SeriesIdxMatcher = (sub: uPlot, pub: uPlot, pubSeriesIdx: number) => number | null; export type Match = [matchX: ScaleKeyMatcher, matchY: ScaleKeyMatcher, matchSeriesIdx?: SeriesIdxMatcher]; export type Values = [xScaleValue: number, yScaleValue: number]; } export interface Sync { /** sync key must match between all charts in a synced group */ key: string; /** determines if series toggling and focus via cursor is synced across charts */ setSeries?: boolean; // true /** sets the x and y scales to sync by values. null will sync by relative (%) position */ scales?: Sync.Scales; // [xScaleKey, null] /** fns that match x and y scale keys and seriesIdxs between publisher and subscriber */ match?: Sync.Match; /** event filters */ filters?: Sync.Filters; /** sync scales' values at the cursor position (exposed for read-back by subscribers) */ values?: Sync.Values, } // options that compile the cursor.dataIdx callback (the index scanner) export interface Hover { /** minimum cursor proximity to datapoint in CSS pixels for point hover */ prox?: number | null | ((self: uPlot, seriesIdx: number, closestIdx: number, xValue: number) => number | null); // null/Infinity /** when non-zero, will only proximity-test indices forward or backward */ bias?: HoverBias; // 0 /** what values to treat as non-hoverable and trigger scanning to another index */ skip?: any[]; // [undefined] } export interface Focus { /** minimum cursor proximity to datapoint in CSS pixels for focus activation, disabled: < 0, enabled: <= 1e6 */ prox: number; /** when non-zero, will only focus next series towards or away from zero */ bias?: FocusBias; // 0 /** measures cursor y distance to a series in CSS pixels (for triggering setSeries hook with closest) */ dist?: (self: uPlot, seriesIdx: number, dataIdx: number, valPos: number, curPos: number) => number; } export const enum FocusBias { None = 0, AwayFromZero = 1, TowardsZero = -1, } export const enum HoverBias { None = 0, Forward = 1, Backward = -1, } } export interface Cursor { /** cursor on/off */ show?: boolean; /** vertical crosshair on/off */ x?: boolean; /** horizontal crosshair on/off */ y?: boolean; /** cursor position left offset in CSS pixels (relative to plotting area) */ left?: number; /** cursor position top offset in CSS pixels (relative to plotting area) */ top?: number; /** closest data index to cursor (closestIdx) */ idx?: number | null; /** returns data idx used for hover points & legend display (defaults to closestIdx) */ dataIdx?: Cursor.DataIdxRefiner; /** a series-matched array of indices returned by dataIdx() */ idxs?: (number | null)[]; /** fires on debounced mousemove events; returns refined [left, top] tuple to snap cursor position */ move?: Cursor.MousePosRefiner; /** series hover points */ points?: Cursor.Points; /** event listener proxies (can be overridden to tweak interaction behavior) */ bind?: Cursor.Bind; /** determines vt/hz cursor dragging to set selection & setScale (zoom) */ drag?: Cursor.Drag; /** sync cursor between multiple charts */ sync?: Cursor.Sync; /** focus series closest to cursor (y) */ focus?: Cursor.Focus; /** hover data points closest to cursor (x) */ hover?: Cursor.Hover; /** lock cursor on mouse click in plotting area */ lock?: boolean; // false /** the most recent mouse event */ event?: MouseEvent; } export namespace Scale { export type Auto = boolean | ((self: uPlot, resetScales: boolean) => boolean); export type Range = Range.MinMax | Range.Function | Range.Config; export const enum Distr { Linear = 1, Ordinal = 2, Logarithmic = 3, ArcSinh = 4, Custom = 100, } export type LogBase = 10 | 2; export type Clamp = number | ((self: uPlot, val: number, scaleMin: number, scaleMax: number, scaleKey: string) => number); } export interface Scale { /** is this scale temporal, with series' data in UNIX timestamps? */ time?: boolean; /** determines whether all series' data on this scale will be scanned to find the full min/max range */ auto?: Scale.Auto; /** can define a static scale range or re-range an initially-determined range from series data */ range?: Scale.Range; /** scale key from which this scale is derived */ from?: string; /** scale distribution. 1: linear, 2: ordinal, 3: logarithmic, 4: arcsinh */ distr?: Scale.Distr; // 1 /** logarithmic base */ log?: Scale.LogBase; // 10; /** clamps log scale values <= 0 (default = scaleMin / 10) */ clamp?: Scale.Clamp; /** arcsinh linear threshold */ asinh?: number; // 1 /** forward transform fn, with custom distr: 100 */ fwd?: (v: number) => number; /** backward transform fn, with custom distr: 100 */ bwd?: (v: number) => number; /** current min scale value */ min?: number; /** current max scale value */ max?: number; /** scale direction */ dir?: 1 | -1; /** scale orientation - 0: hz, 1: vt */ ori?: 0 | 1; /** own key (for read-back) */ key?: string; } export namespace Series { export interface Paths { /** path to stroke */ stroke?: Path2D | Map | null; /** path to fill */ fill?: Path2D | Map | null; /** path for clipping fill & stroke (used for gaps) */ clip?: Path2D | null; /** yMin-ward (dir: -1) and/or yMax-ward (dir: 1) clips built using the stroke path (inverted dirs from band.dir fills) */ band? : Path2D | null | [yMinClip: Path2D, yMaxClip: Path2D]; /** tuples of canvas pixel coordinates that were used to construct the gaps clip */ gaps?: [from: number, to: number][]; /** line width in CSS pixels, if differs from series.width (for dynamic rendering optimization) */ width?: number; /** fill style, if differs from series.fill (for dynamic rendering optimization) */ _fill?: CanvasRenderingContext2D['fillStyle']; /** stroke style, if differs from series.stroke (for dynamic rendering optimization) */ _stroke?: CanvasRenderingContext2D['strokeStyle']; /** bitmap of whether the band clip should be applied to stroke, fill, or both */ flags?: number; } export interface SteppedPathBuilderOpts { align?: -1 | 1; // 1 alignGaps?: -1 | 0 | 1; // 0 // whether to draw ascenders/descenders at null/gap boundaries ascDesc?: boolean; // false // extend hz lines to plot edges when x scale is beyond x data limits? extend?: boolean; // false } export const enum BarsPathBuilderFacetUnit { ScaleValue = 1, PixelPercent = 2, Color = 3, } export const enum BarsPathBuilderFacetKind { Unary = 1, Discrete = 2, Continuous = 3, } export type BarsPathBuilderFacetValue = string | number | boolean | null | undefined; export interface BarsPathBuilderFacet { /** unit of measure for output of values() */ unit: BarsPathBuilderFacetUnit; /** are the values unary, discrete, or continuous */ kind?: BarsPathBuilderFacetKind; /** values to use for this facet */ values: (self: uPlot, seriesIdx: number, idx0: number, idx1: number) => BarsPathBuilderFacetValue[]; } /** custom per-datapoint styling and positioning */ export interface BarsPathBuilderDisplay { x0?: BarsPathBuilderFacet; // x1?: BarsPathBuilderFacet; y0?: BarsPathBuilderFacet; y1?: BarsPathBuilderFacet; size?: BarsPathBuilderFacet; fill?: BarsPathBuilderFacet; stroke?: BarsPathBuilderFacet; } /** radii for bar end (at bar's value) and bar start (baseline, zero) */ export type BarsPathBuilderRadii = [endRadius: number, baseRadius: number]; export type BarsPathBuilderRadius = number | BarsPathBuilderRadii | ((self: uPlot, seriesIdx: number) => BarsPathBuilderRadii); export interface BarsPathBuilderOpts { align?: -1 | 0 | 1; // 0 size?: [factor?: number, max?: number, min?: number]; // corner radius factor of bar size (0 - 0.5) radius?: BarsPathBuilderRadius; // 0 /** fixed-size gap between bars in CSS pixels (reduces bar width) */ gap?: number; /** should return a custom [cached] layout for bars in % of plotting area (0..1) */ disp?: BarsPathBuilderDisplay; /** called with bbox geometry of each drawn bar in canvas pixels. useful for spatial index, etc. */ each?: (self: uPlot, seriesIdx: number, idx: number, left: number, top: number, width: number, height: number) => void; } export interface LinearPathBuilderOpts { alignGaps?: -1 | 0 | 1; // 0 } export interface SplinePathBuilderOpts { alignGaps?: -1 | 0 | 1; // 0 } export type PointsPathBuilderFactory = () => Points.PathBuilder; export type LinearPathBuilderFactory = (opts?: LinearPathBuilderOpts) => Series.PathBuilder; export type SplinePathBuilderFactory = (opts?: SplinePathBuilderOpts) => Series.PathBuilder; export type SteppedPathBuilderFactory = (opts?: SteppedPathBuilderOpts) => Series.PathBuilder; export type BarsPathBuilderFactory = (opts?: BarsPathBuilderOpts) => Series.PathBuilder; export interface PathBuilderFactories { linear?: LinearPathBuilderFactory; spline?: SplinePathBuilderFactory; stepped?: SteppedPathBuilderFactory; bars?: BarsPathBuilderFactory; points?: PointsPathBuilderFactory; } export type Stroke = CanvasRenderingContext2D['strokeStyle'] | ((self: uPlot, seriesIdx: number) => CanvasRenderingContext2D['strokeStyle']); export type Fill = CanvasRenderingContext2D['fillStyle'] | ((self: uPlot, seriesIdx: number) => CanvasRenderingContext2D['fillStyle']); export type Cap = CanvasRenderingContext2D['lineCap']; export namespace Points { export interface Paths { /** path to stroke */ stroke?: Path2D | null; /** path to fill */ fill?: Path2D | null; /** path for clipping fill & stroke */ clip?: Path2D | null; /** bitmap of whether the clip should be applied to stroke, fill, or both */ flags?: number; } export type Show = boolean | ((self: uPlot, seriesIdx: number, idx0: number, idx1: number, gaps?: null | number[][]) => boolean | undefined); export type Filter = number[] | null | ((self: uPlot, seriesIdx: number, show: boolean, gaps?: null | number[][]) => number[] | null); export type PathBuilder = (self: uPlot, seriesIdx: number, idx0: number, idx1: number, filtIdxs?: number[] | null) => Paths | null; } export interface Points { /** if boolean or returns boolean, round points are drawn with defined options, else fn should draw own custom points via self.ctx */ show?: Points.Show; paths?: Points.PathBuilder; /** may return an array of points indices to draw */ filter?: Points.Filter; /** diameter of point in CSS pixels */ size?: number; /** minimum avg space between point centers before they're shown (default: size * 2) */ space?: number; /** line width of circle outline in CSS pixels */ width?: number; /** line color of circle outline (defaults to series.stroke) */ stroke?: Stroke; /** line dash segment array */ dash?: number[]; /** line cap */ cap?: Series.Cap; /** fill color of circle (defaults to #fff) */ fill?: Fill; } export interface Facet { scale: string; auto?: boolean; sorted?: Sorted; } export type Gap = [from: number, to: number]; export type Gaps = Gap[]; export type GapsRefiner = Gaps | ((self: uPlot, seriesIdx: number, idx0: number, idx1: number, nullGaps: Gaps) => Gaps); export type AddGap = (gaps: Gaps, from: number, to: number) => void; export type ClipPathBuilder = (gaps: Gaps, ori: Orientation, left: number, top: number, width: number, height: number) => Path2D | null; export type PathBuilder = (self: uPlot, seriesIdx: number, idx0: number, idx1: number) => Paths | null; export type MinMaxIdxs = [minIdx: number, maxIdx: number]; export type Value = string | ((self: uPlot, rawValue: number, seriesIdx: number, idx: number | null) => string | number); export type Values = (self: uPlot, seriesIdx: number, idx: number | null) => object; export type FillTo = number | ((self: uPlot, seriesIdx: number, dataMin: number, dataMax: number) => number); export const enum Sorted { Unsorted = 0, Ascending = 1, Descending = -1, } } export interface Series { /** series on/off. when off, it will not affect its scale */ show?: boolean; /** className to add to legend parts and cursor hover points */ class?: string; /** scale key */ scale?: string; /** whether this series' data is scanned during auto-ranging of its scale */ auto?: boolean; // true /** if & how the data is pre-sorted (scale.auto optimization) */ sorted?: Series.Sorted; /** when true, null data values will not cause line breaks */ spanGaps?: boolean; // 0: also erase interpolation to left and right of null regions, 1: to right only, -1: to left only alignGaps?: -1 | 0 | 1; // 0 /** may mutate and/or augment gaps array found from null values */ gaps?: Series.GapsRefiner; /** whether path and point drawing should offset canvas to try drawing crisp lines */ pxAlign?: number | boolean; // 1 /** legend label */ label?: string | HTMLElement; /** inline-legend value formatter. can be an fmtDate formatting string when scale.time: true */ value?: Series.Value; /** table-legend multi-values formatter */ values?: Series.Values; paths?: Series.PathBuilder; /** rendered datapoints */ points?: Series.Points; /** facets */ facets?: Series.Facet[]; /** line width in CSS pixels */ width?: number; /** line & legend color */ stroke?: Series.Stroke; /** area fill & legend color */ fill?: Series.Fill; /** area fill baseline (default: 0) */ fillTo?: Series.FillTo; /** line dash segment array */ dash?: number[]; /** line cap */ cap?: Series.Cap; /** alpha-transparancy */ alpha?: number; /** current min and max data indices rendered */ idxs?: Series.MinMaxIdxs; /** current min rendered value */ min?: number; /** current max rendered value */ max?: number; } export namespace Band { export type Fill = CanvasRenderingContext2D['fillStyle'] | ((self: uPlot, bandIdx: number, highSeriesFill: CanvasRenderingContext2D['fillStyle']) => CanvasRenderingContext2D['fillStyle']); export type Bounds = [fromSeriesIdx: number, toSeriesIdx: number]; } export interface Band { /** band on/off */ // show?: boolean; /** series indices of upper and lower band edges */ series: Band.Bounds; /** area fill style */ fill?: Band.Fill; /** whether to fill towards yMin (-1) or yMax (+1) between "from" & "to" series */ dir?: 1 | -1; // -1 } export namespace Axis { /** must return an array of same length as splits, e.g. via splits.map() */ export type Filter = (self: uPlot, splits: number[], axisIdx: number, foundSpace: number, foundIncr: number) => (number | null)[]; export type Size = number | ((self: uPlot, values: string[], axisIdx: number, cycleNum: number) => number); export type Space = number | ((self: uPlot, axisIdx: number, scaleMin: number, scaleMax: number, plotDim: number) => number); export type Incrs = number[] | ((self: uPlot, axisIdx: number, scaleMin: number, scaleMax: number, fullDim: number, minSpace: number) => number[]); export type Splits = number[] | ((self: uPlot, axisIdx: number, scaleMin: number, scaleMax: number, foundIncr: number, foundSpace: number) => number[]); export type StaticValues = (string | number | null)[]; export type DynamicValues = (self: uPlot, splits: number[], axisIdx: number, foundSpace: number, foundIncr: number) => StaticValues; export type TimeValuesConfig = (string | number | null)[][]; export type TimeValuesTpl = string; export type Values = StaticValues | DynamicValues | TimeValuesTpl | TimeValuesConfig; export type Label = string | ((self: uPlot, axisIdx: number, foundIncr: number, foundSpace: number) => string); export type Stroke = CanvasRenderingContext2D['strokeStyle'] | ((self: uPlot, axisIdx: number) => CanvasRenderingContext2D['strokeStyle']); export const enum Side { Top = 0, Right = 1, Bottom = 2, Left = 3, } export const enum Align { Left = 1, Right = 2, } export const enum AlignTo { /** axis gap is on the inside; text is placed at outer gap boundary */ Inside = 1, /** axis gap is on the outside; text is placed at inner gap boundary */ Outside = 2, } export type Rotate = number | ((self: uPlot, values: (string | number)[], axisIdx: number, foundSpace: number) => number); interface OrthoLines { /** on/off */ show?: boolean; // true /** line color */ stroke?: Stroke; /** line width in CSS pixels */ width?: number; /** line dash segment array */ dash?: number[]; /** line cap */ cap?: Series.Cap; } export interface Border extends OrthoLines {} interface FilterableOrthoLines extends OrthoLines { /** can filter which splits render lines. e.g splits.map(v => v % 2 == 0 ? v : null) */ filter?: Filter; } export interface Grid extends FilterableOrthoLines {} export interface Ticks extends FilterableOrthoLines { /** length of tick in CSS pixels */ size?: number; } } export interface Axis { /** axis on/off */ show?: boolean; /** scale key */ scale?: string; /** side of chart - 0: top, 1: rgt, 2: btm, 3: lft */ side?: Axis.Side; /** height of x axis or width of y axis in CSS pixels alloted for values, gap & ticks, but excluding axis label */ size?: Axis.Size; /** gap between axis values and axis baseline (or ticks, if enabled) in CSS pixels */ gap?: number; /** font used for axis values */ font?: CanvasRenderingContext2D['font']; /** font-size multiplier for multi-line axis values (similar to CSS line-height: 1.5em) */ lineGap?: number; // 1.5 /** color of axis label & values */ stroke?: Axis.Stroke; /** axis label text */ label?: Axis.Label; /** height of x axis label or width of y axis label in CSS pixels alloted for label text + labelGap */ labelSize?: number; /** gap between label baseline and tick values in CSS pixels */ labelGap?: number; /** font used for axis label */ labelFont?: CanvasRenderingContext2D['font']; /** minimum grid & tick spacing in CSS pixels */ space?: Axis.Space; /** available divisors for axis ticks, values, grid */ incrs?: Axis.Incrs; /** determines how and where the axis must be split for placing ticks, values, grid */ splits?: Axis.Splits; /** can filter which splits are passed to axis.values() for rendering. e.g splits.map(v => v % 2 == 0 ? v : null) */ filter?: Axis.Filter; /** formats values for rendering */ values?: Axis.Values; /** values rotation in degrees off horizontal (only bottom axes w/ side: 2) */ rotate?: Axis.Rotate; /** text alignment of axis values - 1: left, 2: right */ align?: Axis.Align; /** baseline for text alignment of axis values - 1: inside, 2: outside */ alignTo?: Axis.AlignTo; /** gridlines to draw from this axis' splits */ grid?: Axis.Grid; /** ticks to draw from this axis' splits */ ticks?: Axis.Ticks; /** axis border/edge rendering */ border?: Axis.Border; } export namespace Hooks { export interface Defs { /** fires after opts are defaulted & merged but data has not been set and scales have not been ranged */ init?: (self: uPlot, opts: Options, data: AlignedData) => void; /** fires after each initial and subsequent series addition (discern via self.status == 0 or 1) */ addSeries?: (self: uPlot, seriesIdx: number) => void; /** fires after each series deletion */ delSeries?: (self: uPlot, seriesIdx: number) => void; /** fires after any scale has changed */ setScale?: (self: uPlot, scaleKey: string) => void; /** fires after the cursor is moved */ setCursor?: (self: uPlot) => void; /** fires when cursor changes idx and legend updates (or should update) */ setLegend?: (self: uPlot) => void; /** fires after a selection is completed */ setSelect?: (self: uPlot) => void; /** fires after a series is toggled or focused */ setSeries?: (self: uPlot, seriesIdx: number | null, opts: {show?: boolean, focus?: boolean}) => void; /** fires after data is updated updated */ setData?: (self: uPlot) => void; /** fires after the chart is resized */ setSize?: (self: uPlot) => void; /** fires at start of every redraw */ drawClear?: (self: uPlot) => void; /** fires after all axes are drawn */ drawAxes?: (self: uPlot) => void; /** fires after each series is drawn */ drawSeries?: (self: uPlot, seriesIdx: number) => void; /** fires after everything is drawn */ draw?: (self: uPlot) => void; /** fires after the chart is fully initialized and in the DOM */ ready?: (self: uPlot) => void; /** fires after the chart is destroyed */ destroy?: (self: uPlot) => void; /** fires after .u-over's getBoundingClientRect() is called (due to scroll or resize events) */ syncRect?: (self: uPlot, rect: DOMRect) => void; } export type Arrays = { [P in keyof Defs]: Defs[P][] } export type ArraysOrFuncs = { [P in keyof Defs]: Defs[P][] | Defs[P] } } export interface Plugin { /** can mutate provided opts as necessary */ opts?: (self: uPlot, opts: Options) => void | Options; hooks: Hooks.ArraysOrFuncs; } } export as namespace uPlot; ================================================ FILE: dist/uPlot.esm.js ================================================ /** * Copyright (c) 2026, Leon Sorokin * All rights reserved. (MIT Licensed) * * uPlot.js (μPlot) * A small, fast chart for time series, lines, areas, ohlc & bars * https://github.com/leeoniya/uPlot (v1.6.32) */ const FEAT_TIME = true; // binary search for index of closest value function closestIdx(num, arr, lo, hi) { let mid; lo = lo || 0; hi = hi || arr.length - 1; let bitwise = hi <= 2147483647; while (hi - lo > 1) { mid = bitwise ? (lo + hi) >> 1 : floor((lo + hi) / 2); if (arr[mid] < num) lo = mid; else hi = mid; } if (num - arr[lo] <= arr[hi] - num) return lo; return hi; } function makeIndexOfs(predicate) { let indexOfs = (data, _i0, _i1) => { let i0 = -1; let i1 = -1; for (let i = _i0; i <= _i1; i++) { if (predicate(data[i])) { i0 = i; break; } } for (let i = _i1; i >= _i0; i--) { if (predicate(data[i])) { i1 = i; break; } } return [i0, i1]; }; return indexOfs; } const notNullish = v => v != null; const isPositive = v => v != null && v > 0; const nonNullIdxs = makeIndexOfs(notNullish); const positiveIdxs = makeIndexOfs(isPositive); function getMinMax(data, _i0, _i1, sorted = 0, log = false) { // console.log("getMinMax()"); let getEdgeIdxs = log ? positiveIdxs : nonNullIdxs; let predicate = log ? isPositive : notNullish; [_i0, _i1] = getEdgeIdxs(data, _i0, _i1); let _min = data[_i0]; let _max = data[_i0]; if (_i0 > -1) { if (sorted == 1) { _min = data[_i0]; _max = data[_i1]; } else if (sorted == -1) { _min = data[_i1]; _max = data[_i0]; } else { for (let i = _i0; i <= _i1; i++) { let v = data[i]; if (predicate(v)) { if (v < _min) _min = v; else if (v > _max) _max = v; } } } } return [_min ?? inf, _max ?? -inf]; // todo: fix to return nulls } function rangeLog(min, max, base, fullMags) { if (base == 2) fullMags = true; let minSign = sign(min); let maxSign = sign(max); if (min == max) { if (minSign == -1) { min *= base; max /= base; } else { min /= base; max *= base; } } let logFn = base == 10 ? log10 : log2; let growMinAbs = minSign == 1 ? floor : ceil; let growMaxAbs = maxSign == 1 ? ceil : floor; let minLogAbs = logFn(abs(min)); let maxLogAbs = logFn(abs(max)); let minExp = growMinAbs(minLogAbs); let maxExp = growMaxAbs(maxLogAbs); let minIncr = pow(base, minExp); let maxIncr = pow(base, maxExp); // fix values like Math.pow(10, -5) === 0.000009999999999999999 if (base == 10) { if (minExp < 0) minIncr = roundDec(minIncr, -minExp); if (maxExp < 0) maxIncr = roundDec(maxIncr, -maxExp); } if (fullMags) { min = minIncr * minSign; max = maxIncr * maxSign; } else { min = incrRoundDn(min, pow(base, floor(minLogAbs)), false); max = incrRoundUp(max, pow(base, floor(maxLogAbs)), false); } return [min, max]; } function rangeAsinh(min, max, base, fullMags) { let minMax = rangeLog(min, max, base, fullMags); if (min == 0) minMax[0] = 0; if (max == 0) minMax[1] = 0; return minMax; } const rangePad = 0.1; const autoRangePart = { mode: 3, pad: rangePad, }; const _eqRangePart = { pad: 0, soft: null, mode: 0, }; const _eqRange = { min: _eqRangePart, max: _eqRangePart, }; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value function rangeNum(_min, _max, mult, extra) { if (isObj(mult)) return _rangeNum(_min, _max, mult); _eqRangePart.pad = mult; _eqRangePart.soft = extra ? 0 : null; _eqRangePart.mode = extra ? 3 : 0; return _rangeNum(_min, _max, _eqRange); } // nullish coalesce function ifNull(lh, rh) { return lh == null ? rh : lh; } // checks if given index range in an array contains a non-null value // aka a range-bounded Array.some() function hasData(data, idx0, idx1) { idx0 = ifNull(idx0, 0); idx1 = ifNull(idx1, data.length - 1); while (idx0 <= idx1) { if (data[idx0] != null) return true; idx0++; } return false; } function _rangeNum(_min, _max, cfg) { let cmin = cfg.min; let cmax = cfg.max; let padMin = ifNull(cmin.pad, 0); let padMax = ifNull(cmax.pad, 0); let hardMin = ifNull(cmin.hard, -inf); let hardMax = ifNull(cmax.hard, inf); let softMin = ifNull(cmin.soft, inf); let softMax = ifNull(cmax.soft, -inf); let softMinMode = ifNull(cmin.mode, 0); let softMaxMode = ifNull(cmax.mode, 0); let delta = _max - _min; let deltaMag = log10(delta); let scalarMax = max(abs(_min), abs(_max)); let scalarMag = log10(scalarMax); let scalarMagDelta = abs(scalarMag - deltaMag); // this handles situations like 89.7, 89.69999999999999 // by assuming 0.001x deltas are precision errors // if (delta > 0 && delta < abs(_max) / 1e3) // delta = 0; // treat data as flat if delta is less than 1e-24 // or range is 11+ orders of magnitude below raw values, e.g. 99999999.99999996 - 100000000.00000004 if (delta < 1e-24 || scalarMagDelta > 10) { delta = 0; // if soft mode is 2 and all vals are flat at 0, avoid the 0.1 * 1e3 fallback // this prevents 0,0,0 from ranging to -100,100 when softMin/softMax are -1,1 if (_min == 0 || _max == 0) { delta = 1e-24; if (softMinMode == 2 && softMin != inf) padMin = 0; if (softMaxMode == 2 && softMax != -inf) padMax = 0; } } let nonZeroDelta = delta || scalarMax || 1e3; let mag = log10(nonZeroDelta); let base = pow(10, floor(mag)); let _padMin = nonZeroDelta * (delta == 0 ? (_min == 0 ? .1 : 1) : padMin); let _newMin = roundDec(incrRoundDn(_min - _padMin, base/10), 24); let _softMin = _min >= softMin && (softMinMode == 1 || softMinMode == 3 && _newMin <= softMin || softMinMode == 2 && _newMin >= softMin) ? softMin : inf; let minLim = max(hardMin, _newMin < _softMin && _min >= _softMin ? _softMin : min(_softMin, _newMin)); let _padMax = nonZeroDelta * (delta == 0 ? (_max == 0 ? .1 : 1) : padMax); let _newMax = roundDec(incrRoundUp(_max + _padMax, base/10), 24); let _softMax = _max <= softMax && (softMaxMode == 1 || softMaxMode == 3 && _newMax >= softMax || softMaxMode == 2 && _newMax <= softMax) ? softMax : -inf; let maxLim = min(hardMax, _newMax > _softMax && _max <= _softMax ? _softMax : max(_softMax, _newMax)); if (minLim == maxLim && minLim == 0) maxLim = 100; return [minLim, maxLim]; } // alternative: https://stackoverflow.com/a/2254896 const numFormatter = new Intl.NumberFormat(); const fmtNum = val => numFormatter.format(val); const M = Math; const PI = M.PI; const abs = M.abs; const floor = M.floor; const round = M.round; const ceil = M.ceil; const min = M.min; const max = M.max; const pow = M.pow; const sign = M.sign; const log10 = M.log10; const log2 = M.log2; // TODO: seems like this needs to match asinh impl if the passed v is tweaked? const sinh = (v, linthresh = 1) => M.sinh(v) * linthresh; const asinh = (v, linthresh = 1) => M.asinh(v / linthresh); const inf = Infinity; function numIntDigits(x) { return (log10((x ^ (x >> 31)) - (x >> 31)) | 0) + 1; } function clamp(num, _min, _max) { return min(max(num, _min), _max); } function isFn(v) { return typeof v == "function"; } function fnOrSelf(v) { return isFn(v) ? v : () => v; } const noop = () => {}; // note: these identity fns may get deoptimized if reused for different arg types // a TS version would enforce they stay monotyped and require making variants const retArg0 = _0 => _0; const retArg1 = (_0, _1) => _1; const retNull = _ => null; const retTrue = _ => true; const retEq = (a, b) => a == b; const regex6 = /\.\d*?(?=9{6,}|0{6,})/gm; // e.g. 17999.204999999998 -> 17999.205 const fixFloat = val => { if (isInt(val) || fixedDec.has(val)) return val; const str = `${val}`; const match = str.match(regex6); if (match == null) return val; let len = match[0].length - 1; // e.g. 1.0000000000000001e-24 if (str.indexOf('e-') != -1) { let [num, exp] = str.split('e'); return +`${fixFloat(num)}e${exp}`; } return roundDec(val, len); }; function incrRound(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(roundDec(fixFloat(num/incr))*incr) : roundDec(num/incr)*incr; } function incrRoundUp(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(ceil(fixFloat(num/incr))*incr) : ceil(num/incr)*incr; } function incrRoundDn(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(floor(fixFloat(num/incr))*incr) : floor(num/incr)*incr; } // https://stackoverflow.com/a/48764436 // rounds half away from zero function roundDec(val, dec = 0) { if (isInt(val)) return val; // else if (dec == 0) // return round(val); let p = 10 ** dec; let n = (val * p) * (1 + Number.EPSILON); return round(n) / p; } const fixedDec = new Map(); function guessDec(num) { return ((""+num).split(".")[1] || "").length; } function genIncrs(base, minExp, maxExp, mults) { let incrs = []; let multDec = mults.map(guessDec); for (let exp = minExp; exp < maxExp; exp++) { let expa = abs(exp); let mag = roundDec(pow(base, exp), expa); for (let i = 0; i < mults.length; i++) { let _incr = base == 10 ? +`${mults[i]}e${exp}` : mults[i] * mag; let dec = (exp >= 0 ? 0 : expa) + (exp >= multDec[i] ? 0 : multDec[i]); let incr = base == 10 ? _incr : roundDec(_incr, dec); incrs.push(incr); fixedDec.set(incr, dec); } } return incrs; } //export const assign = Object.assign; const EMPTY_OBJ = {}; const EMPTY_ARR = []; const nullNullTuple = [null, null]; const isArr = Array.isArray; const isInt = Number.isInteger; const isUndef = v => v === void 0; function isStr(v) { return typeof v == 'string'; } function isObj(v) { let is = false; if (v != null) { let c = v.constructor; is = c == null || c == Object; } return is; } function fastIsObj(v) { return v != null && typeof v == 'object'; } const TypedArray = Object.getPrototypeOf(Uint8Array); const __proto__ = "__proto__"; function copy(o, _isObj = isObj) { let out; if (isArr(o)) { let val = o.find(v => v != null); if (isArr(val) || _isObj(val)) { out = Array(o.length); for (let i = 0; i < o.length; i++) out[i] = copy(o[i], _isObj); } else out = o.slice(); } else if (o instanceof TypedArray) // also (ArrayBuffer.isView(o) && !(o instanceof DataView)) out = o.slice(); else if (_isObj(o)) { out = {}; for (let k in o) { if (k != __proto__) out[k] = copy(o[k], _isObj); } } else out = o; return out; } function assign(targ) { let args = arguments; for (let i = 1; i < args.length; i++) { let src = args[i]; for (let key in src) { if (key != __proto__) { if (isObj(targ[key])) assign(targ[key], copy(src[key])); else targ[key] = copy(src[key]); } } } return targ; } // nullModes const NULL_REMOVE = 0; // nulls are converted to undefined (e.g. for spanGaps: true) const NULL_RETAIN = 1; // nulls are retained, with alignment artifacts set to undefined (default) const NULL_EXPAND = 2; // nulls are expanded to include any adjacent alignment artifacts // sets undefined values to nulls when adjacent to existing nulls (minesweeper) function nullExpand(yVals, nullIdxs, alignedLen) { for (let i = 0, xi, lastNullIdx = -1; i < nullIdxs.length; i++) { let nullIdx = nullIdxs[i]; if (nullIdx > lastNullIdx) { xi = nullIdx - 1; while (xi >= 0 && yVals[xi] == null) yVals[xi--] = null; xi = nullIdx + 1; while (xi < alignedLen && yVals[xi] == null) yVals[lastNullIdx = xi++] = null; } } } // nullModes is a tables-matched array indicating how to treat nulls in each series // output is sorted ASC on the joined field (table[0]) and duplicate join values are collapsed function join(tables, nullModes) { if (allHeadersSame(tables)) { // console.log('cheap join!'); let table = tables[0].slice(); for (let i = 1; i < tables.length; i++) table.push(...tables[i].slice(1)); if (!isAsc(table[0])) table = sortCols(table); return table; } let xVals = new Set(); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; let len = xs.length; for (let i = 0; i < len; i++) xVals.add(xs[i]); } let data = [Array.from(xVals).sort((a, b) => a - b)]; let alignedLen = data[0].length; let xIdxs = new Map(); for (let i = 0; i < alignedLen; i++) xIdxs.set(data[0][i], i); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; for (let si = 1; si < t.length; si++) { let ys = t[si]; let yVals = Array(alignedLen).fill(undefined); let nullMode = nullModes ? nullModes[ti][si] : NULL_RETAIN; let nullIdxs = []; for (let i = 0; i < ys.length; i++) { let yVal = ys[i]; let alignedIdx = xIdxs.get(xs[i]); if (yVal === null) { if (nullMode != NULL_REMOVE) { yVals[alignedIdx] = yVal; if (nullMode == NULL_EXPAND) nullIdxs.push(alignedIdx); } } else yVals[alignedIdx] = yVal; } nullExpand(yVals, nullIdxs, alignedLen); data.push(yVals); } } return data; } const microTask = typeof queueMicrotask == "undefined" ? fn => Promise.resolve().then(fn) : queueMicrotask; // TODO: https://github.com/dy/sort-ids (~2x faster for 1e5+ arrays) function sortCols(table) { let head = table[0]; let rlen = head.length; let idxs = Array(rlen); for (let i = 0; i < idxs.length; i++) idxs[i] = i; idxs.sort((i0, i1) => head[i0] - head[i1]); let table2 = []; for (let i = 0; i < table.length; i++) { let row = table[i]; let row2 = Array(rlen); for (let j = 0; j < rlen; j++) row2[j] = row[idxs[j]]; table2.push(row2); } return table2; } // test if we can do cheap join (all join fields same) function allHeadersSame(tables) { let vals0 = tables[0][0]; let len0 = vals0.length; for (let i = 1; i < tables.length; i++) { let vals1 = tables[i][0]; if (vals1.length != len0) return false; if (vals1 != vals0) { for (let j = 0; j < len0; j++) { if (vals1[j] != vals0[j]) return false; } } } return true; } function isAsc(vals, samples = 100) { const len = vals.length; // empty or single value if (len <= 1) return true; // skip leading & trailing nullish let firstIdx = 0; let lastIdx = len - 1; while (firstIdx <= lastIdx && vals[firstIdx] == null) firstIdx++; while (lastIdx >= firstIdx && vals[lastIdx] == null) lastIdx--; // all nullish or one value surrounded by nullish if (lastIdx <= firstIdx) return true; const stride = max(1, floor((lastIdx - firstIdx + 1) / samples)); for (let prevVal = vals[firstIdx], i = firstIdx + stride; i <= lastIdx; i += stride) { const v = vals[i]; if (v != null) { if (v <= prevVal) return false; prevVal = v; } } return true; } const WIDTH = "width"; const HEIGHT = "height"; const TOP = "top"; const BOTTOM = "bottom"; const LEFT = "left"; const RIGHT = "right"; const hexBlack = "#000"; const transparent = hexBlack + "0"; const mousemove = "mousemove"; const mousedown = "mousedown"; const mouseup = "mouseup"; const mouseenter = "mouseenter"; const mouseleave = "mouseleave"; const dblclick = "dblclick"; const resize = "resize"; const scroll = "scroll"; const change = "change"; const dppxchange = "dppxchange"; const LEGEND_DISP = "--"; const pre = "u-"; const UPLOT = "uplot"; const ORI_HZ = pre + "hz"; const ORI_VT = pre + "vt"; const TITLE = pre + "title"; const WRAP = pre + "wrap"; const UNDER = pre + "under"; const OVER = pre + "over"; const AXIS = pre + "axis"; const OFF = pre + "off"; const SELECT = pre + "select"; const CURSOR_X = pre + "cursor-x"; const CURSOR_Y = pre + "cursor-y"; const CURSOR_PT = pre + "cursor-pt"; const LEGEND = pre + "legend"; const LEGEND_LIVE = pre + "live"; const LEGEND_INLINE = pre + "inline"; const LEGEND_SERIES = pre + "series"; const LEGEND_MARKER = pre + "marker"; const LEGEND_LABEL = pre + "label"; const LEGEND_VALUE = pre + "value"; const domEnv = typeof window != 'undefined'; const doc = domEnv ? document : null; const win = domEnv ? window : null; let pxRatio; //export const canHover = domEnv && !win.matchMedia('(hover: none)').matches; let query; function setPxRatio() { let _pxRatio = devicePixelRatio; // during print preview, Chrome fires off these dppx queries even without changes if (pxRatio != _pxRatio) { pxRatio = _pxRatio; query && off(change, query, setPxRatio); query = matchMedia(`(min-resolution: ${pxRatio - 0.001}dppx) and (max-resolution: ${pxRatio + 0.001}dppx)`); on(change, query, setPxRatio); win.dispatchEvent(new CustomEvent(dppxchange)); } } function addClass(el, c) { if (c != null) { let cl = el.classList; !cl.contains(c) && cl.add(c); } } function remClass(el, c) { let cl = el.classList; cl.contains(c) && cl.remove(c); } function setStylePx(el, name, value) { el.style[name] = value + "px"; } function placeTag(tag, cls, targ, refEl) { let el = doc.createElement(tag); if (cls != null) addClass(el, cls); if (targ != null) targ.insertBefore(el, refEl); return el; } function placeDiv(cls, targ) { return placeTag("div", cls, targ); } const xformCache = new WeakMap(); function elTrans(el, xPos, yPos, xMax, yMax) { let xform = "translate(" + xPos + "px," + yPos + "px)"; let xformOld = xformCache.get(el); if (xform != xformOld) { el.style.transform = xform; xformCache.set(el, xform); if (xPos < 0 || yPos < 0 || xPos > xMax || yPos > yMax) addClass(el, OFF); else remClass(el, OFF); } } const colorCache = new WeakMap(); function elColor(el, background, borderColor) { let newColor = background + borderColor; let oldColor = colorCache.get(el); if (newColor != oldColor) { colorCache.set(el, newColor); el.style.background = background; el.style.borderColor = borderColor; } } const sizeCache = new WeakMap(); function elSize(el, newWid, newHgt, centered) { let newSize = newWid + "" + newHgt; let oldSize = sizeCache.get(el); if (newSize != oldSize) { sizeCache.set(el, newSize); el.style.height = newHgt + "px"; el.style.width = newWid + "px"; el.style.marginLeft = centered ? -newWid/2 + "px" : 0; el.style.marginTop = centered ? -newHgt/2 + "px" : 0; } } const evOpts = {passive: true}; const evOpts2 = {...evOpts, capture: true}; function on(ev, el, cb, capt) { el.addEventListener(ev, cb, capt ? evOpts2 : evOpts); } function off(ev, el, cb, capt) { el.removeEventListener(ev, cb, evOpts); } domEnv && setPxRatio(); const months = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ]; const days = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ]; function slice3(str) { return str.slice(0, 3); } const days3 = days.map(slice3); const months3 = months.map(slice3); const engNames = { MMMM: months, MMM: months3, WWWW: days, WWW: days3, }; function zeroPad2(int) { return (int < 10 ? '0' : '') + int; } function zeroPad3(int) { return (int < 10 ? '00' : int < 100 ? '0' : '') + int; } /* function suffix(int) { let mod10 = int % 10; return int + ( mod10 == 1 && int != 11 ? "st" : mod10 == 2 && int != 12 ? "nd" : mod10 == 3 && int != 13 ? "rd" : "th" ); } */ const subs = { // 2019 YYYY: d => d.getFullYear(), // 19 YY: d => (d.getFullYear()+'').slice(2), // July MMMM: (d, names) => names.MMMM[d.getMonth()], // Jul MMM: (d, names) => names.MMM[d.getMonth()], // 07 MM: d => zeroPad2(d.getMonth()+1), // 7 M: d => d.getMonth()+1, // 09 DD: d => zeroPad2(d.getDate()), // 9 D: d => d.getDate(), // Monday WWWW: (d, names) => names.WWWW[d.getDay()], // Mon WWW: (d, names) => names.WWW[d.getDay()], // 03 HH: d => zeroPad2(d.getHours()), // 3 H: d => d.getHours(), // 9 (12hr, unpadded) h: d => {let h = d.getHours(); return h == 0 ? 12 : h > 12 ? h - 12 : h;}, // AM AA: d => d.getHours() >= 12 ? 'PM' : 'AM', // am aa: d => d.getHours() >= 12 ? 'pm' : 'am', // a a: d => d.getHours() >= 12 ? 'p' : 'a', // 09 mm: d => zeroPad2(d.getMinutes()), // 9 m: d => d.getMinutes(), // 09 ss: d => zeroPad2(d.getSeconds()), // 9 s: d => d.getSeconds(), // 374 fff: d => zeroPad3(d.getMilliseconds()), /* // this really only makes sense for DateZoned // -05:00 tzo: d => { let o = d.getTimezoneOffset(); let s = o > 0 ? '-' : '+'; o = abs(o); let hh = zeroPad2(floor(o / 60)); let mm = zeroPad2(o % 60); return `${s}${hh}:${mm}`; } */ }; // export const iso8601 = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); function fmtDate(tpl, names) { names = names || engNames; let parts = []; let R = /\{([a-z]+)\}|[^{]+/gi, m; while (m = R.exec(tpl)) parts.push(m[0][0] == '{' ? subs[m[1]] : m[0]); return d => { let out = ''; for (let i = 0; i < parts.length; i++) out += typeof parts[i] == "string" ? parts[i] : parts[i](d, names); return out; } } const localTz = new Intl.DateTimeFormat().resolvedOptions().timeZone; function tzDate(dateOrTs, tz) { if (tz == null || tz == localTz) return typeof dateOrTs == 'number' ? new Date(dateOrTs) : dateOrTs; let d = new DateZoned(dateOrTs); d.setTimeZone(tz); return d; } const twoDigit = '2-digit'; const fmtrOpts = { weekday: "short", year: 'numeric', month: twoDigit, day: twoDigit, hour: twoDigit, minute: twoDigit, second: twoDigit, fractionalSecondDigits: 3, timeZoneName: 'longOffset', }; /* // this might be a bit easier to parse to avoid negative .slice() offsets new Intl.DateTimeFormat('en-US', { hour12: false, timeZone: 'Europe/London', year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', timeZoneName: 'longOffset', weekday: 'short', fractionalSecondDigits: 3, }).format(new Date()); // Tue, 07/22/2025, 07:02:37.043 GMT+01:00 */ const tzFmt = {}; function getFormatter(tz) { if (tzFmt[tz] == null) tzFmt[tz] = new Intl.DateTimeFormat("sv", {...fmtrOpts, timeZone: tz}).format; return tzFmt[tz]; } class DateZoned extends Date { tz = null; #utc = false; // sön, 1972-10-15 17:25:23,434 GMT+01:00 #str = null; constructor(...args) { super(...args); if (args[0] instanceof DateZoned) { this.tz = args[0].tz; this.#str = args[0].#str; this.#utc = args[0].#utc; } } #get(utcMeth, locMeth, fr, to, add = 0) { let s = this.#str; return this.#utc ? utcMeth.call(this) : s == null ? locMeth.call(this) : Number(s.slice(fr,to)) + add; } setTimeZone(tz) { this.tz = tz; if (tz == 'UTC' || tz == 'Etc/UTC') this.#utc = true; else { let fmt = getFormatter(tz); let f = fmt(this); if (f.endsWith('GMT')) f += '+00:00'; this.#str = f; } } getFullYear() { return this.#get(this.getUTCFullYear, super.getFullYear, -33, -29); } getMonth() { return this.#get(this.getUTCMonth, super.getMonth, -28, -26, -1); } getDate() { return this.#get(this.getUTCDate, super.getDate, -25, -23); } getHours() { return this.#get(this.getUTCHours, super.getHours, -22, -20); } getMinutes() { return this.#get(this.getUTCMinutes, super.getMinutes, -19, -17); } getSeconds() { return this.#get(this.getUTCSeconds, super.getSeconds, -16, -14); } getMilliseconds() { return this.#get(this.getUTCMilliseconds, super.getMilliseconds, -13, -10); } getDay() { let s = this.#str; return this.#utc ? this.getUTCDay() : s == null ? super.getDay() : ( s[0] == 's' ? 0 : // sön s[0] == 'm' ? 1 : // mån s[1] == 'i' ? 2 : // tis s[0] == 'o' ? 3 : // ons s[1] == 'o' ? 4 : // tors s[0] == 'f' ? 5 : // fre s[0] == 'l' ? 6 : // lör -1 ); } getTimezoneOffset() { let s = this.#str; return this.#utc ? 0 : s == null ? super.getTimezoneOffset() : (60 * Number(s.slice(-5,-3)) + Number(s.slice(-2))) * (s.at(-6) == '-' ? -1 : 1); } } function getDayOfYear(date) { let y = date.getFullYear(); let m = date.getMonth() + 1; let d = date.getDate(); // https://stackoverflow.com/a/27790471 return --m*31-(m>1?(1054267675>>m*3-6&7)-(y&3||!(y%25)&&y&15?0:1):0)+d; } // these can be done through just incrRoundDn of 1e3 or 60 * 1e3 // export const PERIOD_SECOND = 0; // export const PERIOD_MINUTE = 1; // this might be needed for tzs where DST is not whole hours? // otherwise incrRoundDn of 3600 * 1e3 // export const PERIOD_HOUR = 2; // thse need special handling due to day length changing due to DST const PERIOD_DAY = 3; const PERIOD_MONTH = 4; const PERIOD_YEAR = 5; // export const PERIOD_WEEK; // get start of period, requires DateZoned and period const function floorSOP(dz, per) { let ts = dz.getTime(); // initial guess (assumes no DST) let ts2 = ts - ( dz.getMilliseconds() + dz.getSeconds() * 1e3 + dz.getMinutes() * 60 * 1e3 + dz.getHours() * 3600 * 1e3 + ( ( per == PERIOD_MONTH ? dz.getDate() - 1: per == PERIOD_YEAR ? getDayOfYear(dz) - 1: 0 ) * 24 * 3600 * 1e3 ) ); // if (ts2 == ts) // return dz; let dz2 = new DateZoned(ts2); dz2.setTimeZone(dz.tz); let h2 = dz2.getHours(); // we want hours to be 0 if (h2 > 0) { let dstAdj = h2 > 12 ? 24 - h2 : -h2; dz2 = new DateZoned(ts2 + dstAdj * 3600 * 1e3); dz2.setTimeZone(dz.tz); } return dz2; } // tweaks the time by +/- 1hr to make sure it lands on 12am // used for correcting optimistically-computed ticks from adding fixed increments // export function sopNear(dz, per) {} /* let fmt = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('America/Chicago'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554004800000); // few hours after london spring forward d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1572156000000); // few hours after london fall back d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } */ /* TODO: 2024 - leap year start of year before feb vs after start of month in dst fwd month / bwd month start of day in dst fwd day / bwd day Australia/Darwin */ //export const series = []; // default formatters: const onlyWhole = v => v % 1 == 0; const allMults = [1,2,2.5,5]; // ...0.01, 0.02, 0.025, 0.05, 0.1, 0.2, 0.25, 0.5 const decIncrs = genIncrs(10, -32, 0, allMults); // 1, 2, 2.5, 5, 10, 20, 25, 50... const oneIncrs = genIncrs(10, 0, 32, allMults); // 1, 2, 5, 10, 20, 25, 50... const wholeIncrs = oneIncrs.filter(onlyWhole); const numIncrs = decIncrs.concat(oneIncrs); const NL = "\n"; const yyyy = "{YYYY}"; const NLyyyy = NL + yyyy; const md = "{M}/{D}"; const NLmd = NL + md; const NLmdyy = NLmd + "/{YY}"; const aa = "{aa}"; const hmm = "{h}:{mm}"; const hmmaa = hmm + aa; const NLhmmaa = NL + hmmaa; const ss = ":{ss}"; const _ = null; function genTimeStuffs(ms) { let s = ms * 1e3, m = s * 60, h = m * 60, d = h * 24, mo = d * 30, y = d * 365; // min of 1e-3 prevents setting a temporal x ticks too small since Date objects cannot advance ticks smaller than 1ms let subSecIncrs = ms == 1 ? genIncrs(10, 0, 3, allMults).filter(onlyWhole) : genIncrs(10, -3, 0, allMults); let timeIncrs = subSecIncrs.concat([ // minute divisors (# of secs) s, s * 5, s * 10, s * 15, s * 30, // hour divisors (# of mins) m, m * 5, m * 10, m * 15, m * 30, // day divisors (# of hrs) h, h * 2, h * 3, h * 4, h * 6, h * 8, h * 12, // month divisors TODO: need more? d, d * 2, d * 3, d * 4, d * 5, d * 6, d * 7, d * 8, d * 9, d * 10, d * 15, // year divisors (# months, approx) mo, mo * 2, mo * 3, mo * 4, mo * 6, // century divisors y, y * 2, y * 5, y * 10, y * 25, y * 50, y * 100, ]); // [0]: minimum num secs in the tick incr // [1]: default tick format // [2-7]: rollover tick formats // [8]: mode: 0: replace [1] -> [2-7], 1: concat [1] + [2-7] const _timeAxisStamps = [ // tick incr default year month day hour min sec mode [y, yyyy, _, _, _, _, _, _, 1], [d * 28, "{MMM}", NLyyyy, _, _, _, _, _, 1], [d, md, NLyyyy, _, _, _, _, _, 1], [h, "{h}" + aa, NLmdyy, _, NLmd, _, _, _, 1], [m, hmmaa, NLmdyy, _, NLmd, _, _, _, 1], [s, ss, NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], [ms, ss + ".{fff}", NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], ]; // the ensures that axis ticks, values & grid are aligned to logical temporal breakpoints and not an arbitrary timestamp // https://www.timeanddate.com/time/dst/ // https://www.timeanddate.com/time/dst/2019.html // https://www.epochconverter.com/timezones function timeAxisSplits(tzDate) { return (self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace) => { let splits = []; let isYr = foundIncr >= y; let isMo = foundIncr >= mo && foundIncr < y; let isDays = foundIncr >= d && foundIncr < mo; let isHours = foundIncr > h && foundIncr < d; // get the timezone-adjusted date let minDate = tzDate(scaleMin); let minDateTs = roundDec(minDate * ms, 3); // get ts of 12am (this lands us at or before the original scaleMin) let minMin = floorSOP(minDate, isYr || isMo ? PERIOD_YEAR : isDays ? PERIOD_MONTH : PERIOD_DAY); // should we do PERIOD_HOUR? let minMinTs = roundDec(minMin * ms, 3); if (isDays) { let incrDays = foundIncr / d; // incrs to add to month baseline let skip = floor((minDate.getDate() - 1) / incrDays); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour != 0) { split += hour > 12 ? h : -h; date = tzDate(split); } // rolled over into next month onto non-divisible incr, reset baseline if ((date.getDate() - 1) % incrDays > 0) { date = floorSOP(date, PERIOD_MONTH); split = date.getTime() * ms; // make sure we're not rendering a collision between 31 and 1 if (split - splits[splits.length - 1] < foundIncr * 0.7) splits.pop(); } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isMo || isYr) { let subIncrs = 1; let subIncrDays = 1; let periodType = 0; let periodMin = 0; if (isMo) { subIncrs = foundIncr / mo; subIncrDays = 32; periodType = PERIOD_MONTH; periodMin = minDate.getMonth(); } else if (isYr) { subIncrs = foundIncr / y; subIncrDays = 366; periodType = PERIOD_YEAR; periodMin = minDate.getYear(); } foundIncr = subIncrs * subIncrDays * d; let skip = floor(periodMin / subIncrDays); let split = minMinTs + (foundIncr * skip); do { let date = floorSOP(tzDate(split), periodType); split = date.getTime() * ms; if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isHours) { let incrHours = foundIncr / h; let skip = floor(minDate.getHours() / incrHours); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour % incrHours > 0) { let hour2 = tzDate(split - h).getHours(); split += hour2 % incrHours == 0 ? -h : h; } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else { let split = minMinTs + incrRoundUp(minDateTs - minMinTs, foundIncr); do { if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } return splits; } } return [ timeIncrs, _timeAxisStamps, timeAxisSplits, ]; } const [ timeIncrsMs, _timeAxisStampsMs, timeAxisSplitsMs ] = genTimeStuffs(1); const [ timeIncrsS, _timeAxisStampsS, timeAxisSplitsS ] = genTimeStuffs(1e-3); // base 2 genIncrs(2, -53, 53, [1]); /* console.log({ decIncrs, oneIncrs, wholeIncrs, numIncrs, timeIncrs, fixedDec, }); */ function timeAxisStamps(stampCfg, fmtDate) { return stampCfg.map(s => s.map((v, i) => i == 0 || i == 8 || v == null ? v : fmtDate(i == 1 || s[8] == 0 ? v : s[1] + v) )); } // TODO: will need to accept spaces[] and pull incr into the loop when grid will be non-uniform, eg for log scales. // currently we ignore this for months since they're *nearly* uniform and the added complexity is not worth it function timeAxisVals(tzDate, stamps) { return (self, splits, axisIdx, foundSpace, foundIncr) => { let s = stamps.find(s => foundIncr >= s[0]) || stamps[stamps.length - 1]; // these track boundaries when a full label is needed again let prevYear; let prevMnth; let prevDate; let prevHour; let prevMins; let prevSecs; return splits.map(split => { let date = tzDate(split); let newYear = date.getFullYear(); let newMnth = date.getMonth(); let newDate = date.getDate(); let newHour = date.getHours(); let newMins = date.getMinutes(); let newSecs = date.getSeconds(); let stamp = ( newYear != prevYear && s[2] || newMnth != prevMnth && s[3] || newDate != prevDate && s[4] || newHour != prevHour && s[5] || newMins != prevMins && s[6] || newSecs != prevSecs && s[7] || s[1] ); prevYear = newYear; prevMnth = newMnth; prevDate = newDate; prevHour = newHour; prevMins = newMins; prevSecs = newSecs; return stamp(date); }); } } // for when axis.values is defined as a static fmtDate template string function timeAxisVal(tzDate, dateTpl) { let stamp = fmtDate(dateTpl); return (self, splits, axisIdx, foundSpace, foundIncr) => splits.map(split => stamp(tzDate(split))); } function timeSeriesStamp(stampCfg, fmtDate) { return fmtDate(stampCfg); } const _timeSeriesStamp = '{YYYY}-{MM}-{DD} {h}:{mm}{aa}'; function timeSeriesVal(tzDate, stamp) { return (self, val, seriesIdx, dataIdx) => dataIdx == null ? LEGEND_DISP : stamp(tzDate(val)); } function legendStroke(self, seriesIdx) { let s = self.series[seriesIdx]; return s.width ? s.stroke(self, seriesIdx) : s.points.width ? s.points.stroke(self, seriesIdx) : null; } function legendFill(self, seriesIdx) { return self.series[seriesIdx].fill(self, seriesIdx); } const legendOpts = { show: true, live: true, isolate: false, mount: noop, markers: { show: true, width: 2, stroke: legendStroke, fill: legendFill, dash: "solid", }, idx: null, idxs: null, values: [], }; function cursorPointShow(self, si) { let o = self.cursor.points; let pt = placeDiv(); let size = o.size(self, si); setStylePx(pt, WIDTH, size); setStylePx(pt, HEIGHT, size); let mar = size / -2; setStylePx(pt, "marginLeft", mar); setStylePx(pt, "marginTop", mar); let width = o.width(self, si, size); width && setStylePx(pt, "borderWidth", width); return pt; } function cursorPointFill(self, si) { let sp = self.series[si].points; return sp._fill || sp._stroke; } function cursorPointStroke(self, si) { let sp = self.series[si].points; return sp._stroke || sp._fill; } function cursorPointSize(self, si) { let sp = self.series[si].points; return sp.size; } const moveTuple = [0,0]; function cursorMove(self, mouseLeft1, mouseTop1) { moveTuple[0] = mouseLeft1; moveTuple[1] = mouseTop1; return moveTuple; } function filtBtn0(self, targ, handle, onlyTarg = true) { return e => { e.button == 0 && (!onlyTarg || e.target == targ) && handle(e); }; } function filtTarg(self, targ, handle, onlyTarg = true) { return e => { (!onlyTarg || e.target == targ) && handle(e); }; } const cursorOpts = { show: true, x: true, y: true, lock: false, move: cursorMove, points: { one: false, show: cursorPointShow, size: cursorPointSize, width: 0, stroke: cursorPointStroke, fill: cursorPointFill, }, bind: { mousedown: filtBtn0, mouseup: filtBtn0, click: filtBtn0, // legend clicks, not .u-over clicks dblclick: filtBtn0, mousemove: filtTarg, mouseleave: filtTarg, mouseenter: filtTarg, }, drag: { setScale: true, x: true, y: false, dist: 0, uni: null, click: (self, e) => { // e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); }, _x: false, _y: false, }, focus: { dist: (self, seriesIdx, dataIdx, valPos, curPos) => valPos - curPos, prox: -1, bias: 0, }, hover: { skip: [void 0], prox: null, bias: 0, }, left: -10, top: -10, idx: null, dataIdx: null, idxs: null, event: null, }; const axisLines = { show: true, stroke: "rgba(0,0,0,0.07)", width: 2, // dash: [], }; const grid = assign({}, axisLines, { filter: retArg1, }); const ticks = assign({}, grid, { size: 10, }); const border = assign({}, axisLines, { show: false, }); const font = '12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'; const labelFont = "bold " + font; const lineGap = 1.5; // font-size multiplier const xAxisOpts = { show: true, scale: "x", stroke: hexBlack, space: 50, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 2, // class: "x-vals", // incrs: timeIncrs, // values: timeVals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; const numSeriesLabel = "Value"; const timeSeriesLabel = "Time"; const xSeriesOpts = { show: true, scale: "x", auto: false, sorted: 1, // label: "Time", // value: v => stamp(new Date(v * 1e3)), // internal caches min: inf, max: -inf, idxs: [], }; function numAxisVals(self, splits, axisIdx, foundSpace, foundIncr) { return splits.map(v => v == null ? "" : fmtNum(v)); } function numAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let splits = []; let numDec = fixedDec.get(foundIncr) || 0; scaleMin = forceMin ? scaleMin : roundDec(incrRoundUp(scaleMin, foundIncr), numDec); for (let val = scaleMin; val <= scaleMax; val = roundDec(val + foundIncr, numDec)) splits.push(Object.is(val, -0) ? 0 : val); // coalesces -0 return splits; } // this doesnt work for sin, which needs to come off from 0 independently in pos and neg dirs function logAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { const splits = []; const logBase = self.scales[self.axes[axisIdx].scale].log; const logFn = logBase == 10 ? log10 : log2; const exp = floor(logFn(scaleMin)); foundIncr = pow(logBase, exp); // boo: 10 ** -24 === 1.0000000000000001e-24 // this grabs the proper 1e-24 one if (logBase == 10) foundIncr = numIncrs[closestIdx(foundIncr, numIncrs)]; let split = foundIncr; let nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; do { if (split >= scaleMin) splits.push(split); split = split + foundIncr; if (logBase == 10 && !fixedDec.has(split)) split = roundDec(split, fixedDec.get(foundIncr)); if (split >= nextMagIncr) { foundIncr = split; nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; } } while (split <= scaleMax); return splits; } function asinhAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let sc = self.scales[self.axes[axisIdx].scale]; let linthresh = sc.asinh; let posSplits = scaleMax > linthresh ? logAxisSplits(self, axisIdx, max(linthresh, scaleMin), scaleMax, foundIncr) : [linthresh]; let zero = scaleMax >= 0 && scaleMin <= 0 ? [0] : []; let negSplits = scaleMin < -linthresh ? logAxisSplits(self, axisIdx, max(linthresh, -scaleMax), -scaleMin, foundIncr): [linthresh]; return negSplits.reverse().map(v => -v).concat(zero, posSplits); } const RE_ALL = /./; const RE_12357 = /[12357]/; const RE_125 = /[125]/; const RE_1 = /1/; const _filt = (splits, distr, re, keepMod) => splits.map((v, i) => ((distr == 4 && v == 0) || i % keepMod == 0 && re.test(v.toExponential()[v < 0 ? 1 : 0])) ? v : null); function log10AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let sc = self.scales[scaleKey]; // if (sc.distr == 3 && sc.log == 2) // return splits; let valToPos = self.valToPos; let minSpace = axis._space; let _10 = valToPos(10, scaleKey); let re = ( valToPos(9, scaleKey) - _10 >= minSpace ? RE_ALL : valToPos(7, scaleKey) - _10 >= minSpace ? RE_12357 : valToPos(5, scaleKey) - _10 >= minSpace ? RE_125 : RE_1 ); if (re == RE_1) { let magSpace = abs(valToPos(1, scaleKey) - _10); if (magSpace < minSpace) return _filt(splits.slice().reverse(), sc.distr, re, ceil(minSpace / magSpace)).reverse(); // max->min skip } return _filt(splits, sc.distr, re, 1); } function log2AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let minSpace = axis._space; let valToPos = self.valToPos; let magSpace = abs(valToPos(1, scaleKey) - valToPos(2, scaleKey)); if (magSpace < minSpace) return _filt(splits.slice().reverse(), 3, RE_ALL, ceil(minSpace / magSpace)).reverse(); // max->min skip return splits; } function numSeriesVal(self, val, seriesIdx, dataIdx) { return dataIdx == null ? LEGEND_DISP : val == null ? "" : fmtNum(val); } const yAxisOpts = { show: true, scale: "y", stroke: hexBlack, space: 30, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 3, // class: "y-vals", // incrs: numIncrs, // values: (vals, space) => vals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; // takes stroke width function ptDia(width, mult) { let dia = 3 + (width || 1) * 2; return roundDec(dia * mult, 3); } function seriesPointsShow(self, si) { let { scale, idxs } = self.series[0]; let xData = self._data[0]; let p0 = self.valToPos(xData[idxs[0]], scale, true); let p1 = self.valToPos(xData[idxs[1]], scale, true); let dim = abs(p1 - p0); let s = self.series[si]; // const dia = ptDia(s.width, self.pxRatio); let maxPts = dim / (s.points.space * self.pxRatio); return idxs[1] - idxs[0] <= maxPts; } const facet = { scale: null, auto: true, sorted: 0, // internal caches min: inf, max: -inf, }; const gaps = (self, seriesIdx, idx0, idx1, nullGaps) => nullGaps; const xySeriesOpts = { show: true, auto: true, sorted: 0, gaps, alpha: 1, facets: [ assign({}, facet, {scale: 'x'}), assign({}, facet, {scale: 'y'}), ], }; const ySeriesOpts = { scale: "y", auto: true, sorted: 0, show: true, spanGaps: false, gaps, alpha: 1, points: { show: seriesPointsShow, filter: null, // paths: // stroke: "#000", // fill: "#fff", // width: 1, // size: 10, }, // label: "Value", // value: v => v, values: null, // internal caches min: inf, max: -inf, idxs: [], path: null, clip: null, }; function clampScale(self, val, scaleMin, scaleMax, scaleKey) { /* if (val < 0) { let cssHgt = self.bbox.height / self.pxRatio; let absPos = self.valToPos(abs(val), scaleKey); let fromBtm = cssHgt - absPos; return self.posToVal(cssHgt + fromBtm, scaleKey); } */ return scaleMin / 10; } const xScaleOpts = { time: FEAT_TIME, auto: true, distr: 1, log: 10, asinh: 1, min: null, max: null, dir: 1, ori: 0, }; const yScaleOpts = assign({}, xScaleOpts, { time: false, ori: 1, }); const syncs = {}; function _sync(key, opts) { let s = syncs[key]; if (!s) { s = { key, plots: [], sub(plot) { s.plots.push(plot); }, unsub(plot) { s.plots = s.plots.filter(c => c != plot); }, pub(type, self, x, y, w, h, i) { for (let j = 0; j < s.plots.length; j++) s.plots[j] != self && s.plots[j].pub(type, self, x, y, w, h, i); }, }; if (key != null) syncs[key] = s; } return s; } const BAND_CLIP_FILL = 1 << 0; const BAND_CLIP_STROKE = 1 << 1; function orient(u, seriesIdx, cb) { const mode = u.mode; const series = u.series[seriesIdx]; const data = mode == 2 ? u._data[seriesIdx] : u._data; const scales = u.scales; const bbox = u.bbox; let dx = data[0], dy = mode == 2 ? data[1] : data[seriesIdx], sx = mode == 2 ? scales[series.facets[0].scale] : scales[u.series[0].scale], sy = mode == 2 ? scales[series.facets[1].scale] : scales[series.scale], l = bbox.left, t = bbox.top, w = bbox.width, h = bbox.height, H = u.valToPosH, V = u.valToPosV; return (sx.ori == 0 ? cb( series, dx, dy, sx, sy, H, V, l, t, w, h, moveToH, lineToH, rectH, arcH, bezierCurveToH, ) : cb( series, dx, dy, sx, sy, V, H, t, l, h, w, moveToV, lineToV, rectV, arcV, bezierCurveToV, ) ); } function bandFillClipDirs(self, seriesIdx) { let fillDir = 0; // 2 bits, -1 | 1 let clipDirs = 0; let bands = ifNull(self.bands, EMPTY_ARR); for (let i = 0; i < bands.length; i++) { let b = bands[i]; // is a "from" band edge if (b.series[0] == seriesIdx) fillDir = b.dir; // is a "to" band edge else if (b.series[1] == seriesIdx) { if (b.dir == 1) clipDirs |= 1; else clipDirs |= 2; } } return [ fillDir, ( clipDirs == 1 ? -1 : // neg only clipDirs == 2 ? 1 : // pos only clipDirs == 3 ? 2 : // both 0 // neither ) ]; } function seriesFillTo(self, seriesIdx, dataMin, dataMax, bandFillDir) { let mode = self.mode; let series = self.series[seriesIdx]; let scaleKey = mode == 2 ? series.facets[1].scale : series.scale; let scale = self.scales[scaleKey]; return ( bandFillDir == -1 ? scale.min : bandFillDir == 1 ? scale.max : scale.distr == 3 ? ( scale.dir == 1 ? scale.min : scale.max ) : 0 ); } // creates inverted band clip path (from stroke path -> yMax || yMin) // clipDir is always inverse of fillDir // default clip dir is upwards (1), since default band fill is downwards/fillBelowTo (-1) (highIdx -> lowIdx) function clipBandLine(self, seriesIdx, idx0, idx1, strokePath, clipDir) { return orient(self, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const lineTo = scaleX.ori == 0 ? lineToH : lineToV; let frIdx, toIdx; if (dir == 1) { frIdx = idx0; toIdx = idx1; } else { frIdx = idx1; toIdx = idx0; } // path start let x0 = pxRound(valToPosX(dataX[frIdx], scaleX, xDim, xOff)); let y0 = pxRound(valToPosY(dataY[frIdx], scaleY, yDim, yOff)); // path end x let x1 = pxRound(valToPosX(dataX[toIdx], scaleX, xDim, xOff)); // upper or lower y limit let yLimit = pxRound(valToPosY(clipDir == 1 ? scaleY.max : scaleY.min, scaleY, yDim, yOff)); let clip = new Path2D(strokePath); lineTo(clip, x1, yLimit); lineTo(clip, x0, yLimit); lineTo(clip, x0, y0); return clip; }); } function clipGaps(gaps, ori, plotLft, plotTop, plotWid, plotHgt) { let clip = null; // create clip path (invert gaps and non-gaps) if (gaps.length > 0) { clip = new Path2D(); const rect = ori == 0 ? rectH : rectV; let prevGapEnd = plotLft; for (let i = 0; i < gaps.length; i++) { let g = gaps[i]; if (g[1] > g[0]) { let w = g[0] - prevGapEnd; w > 0 && rect(clip, prevGapEnd, plotTop, w, plotTop + plotHgt); prevGapEnd = g[1]; } } let w = plotLft + plotWid - prevGapEnd; // hack to ensure we expand the clip enough to avoid cutting off strokes at edges let maxStrokeWidth = 10; w > 0 && rect(clip, prevGapEnd, plotTop - maxStrokeWidth / 2, w, plotTop + plotHgt + maxStrokeWidth); } return clip; } function addGap(gaps, fromX, toX) { let prevGap = gaps[gaps.length - 1]; if (prevGap && prevGap[0] == fromX) // TODO: gaps must be encoded at stroke widths? prevGap[1] = toX; else gaps.push([fromX, toX]); } function findGaps(xs, ys, idx0, idx1, dir, pixelForX, align) { let gaps = []; let len = xs.length; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = ys[i]; if (yVal === null) { let fr = i, to = i; if (dir == 1) { while (++i <= idx1 && ys[i] === null) to = i; } else { while (--i >= idx0 && ys[i] === null) to = i; } let frPx = pixelForX(xs[fr]); let toPx = to == fr ? frPx : pixelForX(xs[to]); // if value adjacent to edge null is same pixel, then it's partially // filled and gap should start at next pixel let fri2 = fr - dir; let frPx2 = align <= 0 && fri2 >= 0 && fri2 < len ? pixelForX(xs[fri2]) : frPx; // if (frPx2 == frPx) // frPx++; // else frPx = frPx2; let toi2 = to + dir; let toPx2 = align >= 0 && toi2 >= 0 && toi2 < len ? pixelForX(xs[toi2]) : toPx; // if (toPx2 == toPx) // toPx--; // else toPx = toPx2; if (toPx >= frPx) gaps.push([frPx, toPx]); // addGap } } return gaps; } function pxRoundGen(pxAlign) { return pxAlign == 0 ? retArg0 : pxAlign == 1 ? round : v => incrRound(v, pxAlign); } /* // inefficient linear interpolation that does bi-directinal scans on each call export function costlyLerp(i, idx0, idx1, _dirX, dataY) { let prevNonNull = nonNullIdx(dataY, _dirX == 1 ? idx0 : idx1, i, -_dirX); let nextNonNull = nonNullIdx(dataY, i, _dirX == 1 ? idx1 : idx0, _dirX); let prevVal = dataY[prevNonNull]; let nextVal = dataY[nextNonNull]; return prevVal + (i - prevNonNull) / (nextNonNull - prevNonNull) * (nextVal - prevVal); } */ function rect(ori) { let moveTo = ori == 0 ? moveToH : moveToV; let arcTo = ori == 0 ? (p, x1, y1, x2, y2, r) => { p.arcTo(x1, y1, x2, y2, r); } : (p, y1, x1, y2, x2, r) => { p.arcTo(x1, y1, x2, y2, r); }; let rect = ori == 0 ? (p, x, y, w, h) => { p.rect(x, y, w, h); } : (p, y, x, h, w) => { p.rect(x, y, w, h); }; // TODO (pending better browser support): https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect return (p, x, y, w, h, endRad = 0, baseRad = 0) => { if (endRad == 0 && baseRad == 0) rect(p, x, y, w, h); else { endRad = min(endRad, w / 2, h / 2); baseRad = min(baseRad, w / 2, h / 2); // adapted from https://stackoverflow.com/questions/1255512/how-to-draw-a-rounded-rectangle-using-html-canvas/7838871#7838871 moveTo(p, x + endRad, y); arcTo(p, x + w, y, x + w, y + h, endRad); arcTo(p, x + w, y + h, x, y + h, baseRad); arcTo(p, x, y + h, x, y, baseRad); arcTo(p, x, y, x + w, y, endRad); p.closePath(); } }; } // orientation-inverting canvas functions const moveToH = (p, x, y) => { p.moveTo(x, y); }; const moveToV = (p, y, x) => { p.moveTo(x, y); }; const lineToH = (p, x, y) => { p.lineTo(x, y); }; const lineToV = (p, y, x) => { p.lineTo(x, y); }; const rectH = rect(0); const rectV = rect(1); const arcH = (p, x, y, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); }; const arcV = (p, y, x, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); }; const bezierCurveToH = (p, bp1x, bp1y, bp2x, bp2y, p2x, p2y) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; const bezierCurveToV = (p, bp1y, bp1x, bp2y, bp2x, p2y, p2x) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; // TODO: drawWrap(seriesIdx, drawPoints) (save, restore, translate, clip) function points(opts) { return (u, seriesIdx, idx0, idx1, filtIdxs) => { // log("drawPoints()", arguments); let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let { pxRound, points } = series; let moveTo, arc; if (scaleX.ori == 0) { moveTo = moveToH; arc = arcH; } else { moveTo = moveToV; arc = arcV; } const width = roundDec(points.width * pxRatio, 3); let rad = (points.size - points.width) / 2 * pxRatio; let dia = roundDec(rad * 2, 3); let fill = new Path2D(); let clip = new Path2D(); let { left: lft, top: top, width: wid, height: hgt } = u.bbox; rectH(clip, lft - dia, top - dia, wid + dia * 2, hgt + dia * 2, ); const drawPoint = pi => { if (dataY[pi] != null) { let x = pxRound(valToPosX(dataX[pi], scaleX, xDim, xOff)); let y = pxRound(valToPosY(dataY[pi], scaleY, yDim, yOff)); moveTo(fill, x + rad, y); arc(fill, x, y, rad, 0, PI * 2); } }; if (filtIdxs) filtIdxs.forEach(drawPoint); else { for (let pi = idx0; pi <= idx1; pi++) drawPoint(pi); } return { stroke: width > 0 ? fill : null, fill, clip, flags: BAND_CLIP_FILL | BAND_CLIP_STROKE, }; }); }; } function _drawAcc(lineTo) { return (stroke, accX, minY, maxY, inY, outY) => { if (minY != maxY) { if (inY != minY && outY != minY) lineTo(stroke, accX, minY); if (inY != maxY && outY != maxY) lineTo(stroke, accX, maxY); lineTo(stroke, accX, outY); } }; } const drawAccH = _drawAcc(lineToH); const drawAccV = _drawAcc(lineToV); function linear(opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo, drawAcc; if (scaleX.ori == 0) { lineTo = lineToH; drawAcc = drawAccH; } else { lineTo = lineToV; drawAcc = drawAccV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let hasGap = false; // decimate when number of points >= 4x available pixels const decimate = idx1 - idx0 >= xDim * 4; if (decimate) { let xForPixel = pos => u.posToVal(pos, scaleX.key, true); let minY = null, maxY = null, inY, outY, drawnAtX; let accX = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let idx0px = pixelForX(dataX[idx0]); let idx1px = pixelForX(dataX[idx1]); // tracks limit of current x bucket to avoid having to get x pixel for every x value let nextAccXVal = xForPixel(dir == 1 ? idx0px + 1 : idx1px - 1); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let xVal = dataX[i]; let reuseAccX = dir == 1 ? (xVal < nextAccXVal) : (xVal > nextAccXVal); let x = reuseAccX ? accX : pixelForX(xVal); let yVal = dataY[i]; if (x == accX) { if (yVal != null) { outY = yVal; if (minY == null) { lineTo(stroke, x, pixelForY(outY)); inY = minY = maxY = outY; } else { if (outY < minY) minY = outY; else if (outY > maxY) maxY = outY; } } else { if (yVal === null) hasGap = true; } } else { if (minY != null) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); if (yVal != null) { outY = yVal; lineTo(stroke, x, pixelForY(outY)); minY = maxY = inY = outY; } else { minY = maxY = null; if (yVal === null) hasGap = true; } accX = x; nextAccXVal = xForPixel(accX + dir); } } if (minY != null && minY != maxY && drawnAtX != accX) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); } else { for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal === null) hasGap = true; else if (yVal != null) lineTo(stroke, pixelForX(dataX[i]), pixelForY(yVal)); } } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillToVal = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillToVal); let frX = pixelForX(dataX[idx0]); let toX = pixelForX(dataX[idx1]); if (dir == -1) [toX, frX] = [frX, toX]; lineTo(fill, toX, fillToY); lineTo(fill, frX, fillToY); } if (!series.spanGaps) { // skip in mode: 2? // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } // BUG: align: -1 behaves like align: 1 when scale.dir: -1 function stepped(opts) { const align = ifNull(opts.align, 1); // whether to draw ascenders/descenders at null/gap bondaries const ascDesc = ifNull(opts.ascDesc, false); const extend = ifNull(opts.extend, false); return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let { left, width } = u.bbox; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo = scaleX.ori == 0 ? lineToH : lineToV; const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let hasGap = false; let prevYPos = pixelForY(dataY[dir == 1 ? idx0 : idx1]); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let firstXPosExt = firstXPos; if (extend && align == -1) { firstXPosExt = left; lineTo(stroke, firstXPosExt, prevYPos); } lineTo(stroke, firstXPos, prevYPos); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal1 = dataY[i]; if (yVal1 == null) { if (yVal1 === null) hasGap = true; continue; } let x1 = pixelForX(dataX[i]); let y1 = pixelForY(yVal1); if (align == 1) lineTo(stroke, x1, prevYPos); else lineTo(stroke, prevXPos, y1); lineTo(stroke, x1, y1); prevYPos = y1; prevXPos = x1; } let prevXPosExt = prevXPos; if (extend && align == 1) { prevXPosExt = left + width; lineTo(stroke, prevXPosExt, prevYPos); } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPosExt, fillToY); lineTo(fill, firstXPosExt, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); // expand/contract clips for ascenders/descenders let halfStroke = (series.width * pxRatio) / 2; let startsOffset = (ascDesc || align == 1) ? halfStroke : -halfStroke; let endsOffset = (ascDesc || align == -1) ? -halfStroke : halfStroke; gaps.forEach(g => { g[0] += startsOffset; g[1] += endsOffset; }); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } function findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid = inf) { if (dataX.length > 1) { // prior index with non-undefined y data let prevIdx = null; // scan full dataset for smallest adjacent delta // will not work properly for non-linear x scales, since does not do expensive valToPosX calcs till end for (let i = 0, minDelta = Infinity; i < dataX.length; i++) { if (dataY[i] !== undefined) { if (prevIdx != null) { let delta = abs(dataX[i] - dataX[prevIdx]); if (delta < minDelta) { minDelta = delta; colWid = abs(valToPosX(dataX[i], scaleX, xDim, xOff) - valToPosX(dataX[prevIdx], scaleX, xDim, xOff)); } } prevIdx = i; } } } return colWid; } function bars(opts) { opts = opts || EMPTY_OBJ; const size = ifNull(opts.size, [0.6, inf, 1]); const align = opts.align || 0; const _extraGap = (opts.gap || 0); let ro = opts.radius; ro = // [valueRadius, baselineRadius] ro == null ? [0, 0] : typeof ro == 'number' ? [ro, 0] : ro; const radiusFn = fnOrSelf(ro); const gapFactor = 1 - size[0]; const _maxWidth = ifNull(size[1], inf); const _minWidth = ifNull(size[2], 1); const disp = ifNull(opts.disp, EMPTY_OBJ); const _each = ifNull(opts.each, _ => {}); const { fill: dispFills, stroke: dispStrokes } = disp; return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; let _align = align; let extraGap = _extraGap * pxRatio; let maxWidth = _maxWidth * pxRatio; let minWidth = _minWidth * pxRatio; let valRadius, baseRadius; if (scaleX.ori == 0) [valRadius, baseRadius] = radiusFn(u, seriesIdx); else [baseRadius, valRadius] = radiusFn(u, seriesIdx); const _dirX = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); // const _dirY = scaleY.dir * (scaleY.ori == 1 ? 1 : -1); let rect = scaleX.ori == 0 ? rectH : rectV; let each = scaleX.ori == 0 ? _each : (u, seriesIdx, i, top, lft, hgt, wid) => { _each(u, seriesIdx, i, lft, top, wid, hgt); }; // band where this series is the "from" edge let band = ifNull(u.bands, EMPTY_ARR).find(b => b.series[0] == seriesIdx); let fillDir = band != null ? band.dir : 0; let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, fillDir); let fillToY = pxRound(valToPosY(fillTo, scaleY, yDim, yOff)); // barWid is to center of stroke let xShift, barWid, fullGap, colWid = xDim; let strokeWidth = pxRound(series.width * pxRatio); let multiPath = false; let fillColors = null; let fillPaths = null; let strokeColors = null; let strokePaths = null; if (dispFills != null && (strokeWidth == 0 || dispStrokes != null)) { multiPath = true; fillColors = dispFills.values(u, seriesIdx, idx0, idx1); fillPaths = new Map(); (new Set(fillColors)).forEach(color => { if (color != null) fillPaths.set(color, new Path2D()); }); if (strokeWidth > 0) { strokeColors = dispStrokes.values(u, seriesIdx, idx0, idx1); strokePaths = new Map(); (new Set(strokeColors)).forEach(color => { if (color != null) strokePaths.set(color, new Path2D()); }); } } let { x0, size } = disp; if (x0 != null && size != null) { _align = 1; dataX = x0.values(u, seriesIdx, idx0, idx1); if (x0.unit == 2) dataX = dataX.map(pct => u.posToVal(xOff + pct * xDim, scaleX.key, true)); // assumes uniform sizes, for now let sizes = size.values(u, seriesIdx, idx0, idx1); if (size.unit == 2) barWid = sizes[0] * xDim; else barWid = valToPosX(sizes[0], scaleX, xDim, xOff) - valToPosX(0, scaleX, xDim, xOff); // assumes linear scale (delta from 0) colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid - barWid; fullGap = gapWid + extraGap; } else { colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid * gapFactor; fullGap = gapWid + extraGap; barWid = colWid - fullGap; } if (fullGap < 1) fullGap = 0; if (strokeWidth >= barWid / 2) strokeWidth = 0; // for small gaps, disable pixel snapping since gap inconsistencies become noticible and annoying if (fullGap < 5) pxRound = retArg0; let insetStroke = fullGap > 0; let rawBarWid = colWid - fullGap - (insetStroke ? strokeWidth : 0); barWid = pxRound(clamp(rawBarWid, minWidth, maxWidth)); xShift = (_align == 0 ? barWid / 2 : _align == _dirX ? 0 : barWid) - _align * _dirX * ((_align == 0 ? extraGap / 2 : 0) + (insetStroke ? strokeWidth / 2 : 0)); const _paths = {stroke: null, fill: null, clip: null, band: null, gaps: null, flags: 0}; // disp, geom const stroke = multiPath ? null : new Path2D(); let dataY0 = null; if (band != null) dataY0 = u.data[band.series[1]]; else { let { y0, y1 } = disp; if (y0 != null && y1 != null) { dataY = y1.values(u, seriesIdx, idx0, idx1); dataY0 = y0.values(u, seriesIdx, idx0, idx1); } } let radVal = valRadius * barWid; let radBase = baseRadius * barWid; for (let i = _dirX == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += _dirX) { let yVal = dataY[i]; if (yVal == null) continue; if (dataY0 != null) { let yVal0 = dataY0[i] ?? 0; if (yVal - yVal0 == 0) continue; fillToY = valToPosY(yVal0, scaleY, yDim, yOff); } let xVal = scaleX.distr != 2 || disp != null ? dataX[i] : i; // TODO: all xPos can be pre-computed once for all series in aligned set let xPos = valToPosX(xVal, scaleX, xDim, xOff); let yPos = valToPosY(ifNull(yVal, fillTo), scaleY, yDim, yOff); let lft = pxRound(xPos - xShift); let btm = pxRound(max(yPos, fillToY)); let top = pxRound(min(yPos, fillToY)); // this includes the stroke let barHgt = btm - top; if (yVal != null && yVal != fillTo) { let rv = yVal < 0 ? radBase : radVal; let rb = yVal < 0 ? radVal : radBase; if (multiPath) { if (strokeWidth > 0 && strokeColors[i] != null) rect(strokePaths.get(strokeColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); if (fillColors[i] != null) rect(fillPaths.get(fillColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); } else rect(stroke, lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); each(u, seriesIdx, i, lft - strokeWidth / 2, top, barWid + strokeWidth, barHgt, ); } } if (strokeWidth > 0) _paths.stroke = multiPath ? strokePaths : stroke; else if (!multiPath) { _paths._fill = series.width == 0 ? series._fill : series._stroke ?? series._fill; _paths.width = 0; } _paths.fill = multiPath ? fillPaths : stroke; return _paths; }); }; } function splineInterp(interp, opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let moveTo, bezierCurveTo, lineTo; if (scaleX.ori == 0) { moveTo = moveToH; lineTo = lineToH; bezierCurveTo = bezierCurveToH; } else { moveTo = moveToV; lineTo = lineToV; bezierCurveTo = bezierCurveToV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let xCoords = []; let yCoords = []; let hasGap = false; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal != null) { let xVal = dataX[i]; let xPos = pixelForX(xVal); xCoords.push(prevXPos = xPos); yCoords.push(pixelForY(dataY[i])); } else if (yVal === null) hasGap = true; } const _paths = {stroke: interp(xCoords, yCoords, moveTo, lineTo, bezierCurveTo, pxRound), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPos, fillToY); lineTo(fill, firstXPos, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; // if FEAT_PATHS: false in rollup.config.js // u.ctx.save(); // u.ctx.beginPath(); // u.ctx.rect(u.bbox.left, u.bbox.top, u.bbox.width, u.bbox.height); // u.ctx.clip(); // u.ctx.strokeStyle = u.series[sidx].stroke; // u.ctx.stroke(stroke); // u.ctx.fillStyle = u.series[sidx].fill; // u.ctx.fill(fill); // u.ctx.restore(); // return null; }); }; } function monotoneCubic(opts) { return splineInterp(_monotoneCubic, opts); } // Monotone Cubic Spline interpolation, adapted from the Chartist.js implementation: // https://github.com/gionkunz/chartist-js/blob/e7e78201bffe9609915e5e53cfafa29a5d6c49f9/src/scripts/interpolation.js#L240-L369 function _monotoneCubic(xs, ys, moveTo, lineTo, bezierCurveTo, pxRound) { const n = xs.length; if (n < 2) return null; const path = new Path2D(); moveTo(path, xs[0], ys[0]); if (n == 2) lineTo(path, xs[1], ys[1]); else { let ms = Array(n), ds = Array(n - 1), dys = Array(n - 1), dxs = Array(n - 1); // calc deltas and derivative for (let i = 0; i < n - 1; i++) { dys[i] = ys[i + 1] - ys[i]; dxs[i] = xs[i + 1] - xs[i]; ds[i] = dys[i] / dxs[i]; } // determine desired slope (m) at each point using Fritsch-Carlson method // http://math.stackexchange.com/questions/45218/implementation-of-monotone-cubic-interpolation ms[0] = ds[0]; for (let i = 1; i < n - 1; i++) { if (ds[i] === 0 || ds[i - 1] === 0 || (ds[i - 1] > 0) !== (ds[i] > 0)) ms[i] = 0; else { ms[i] = 3 * (dxs[i - 1] + dxs[i]) / ( (2 * dxs[i] + dxs[i - 1]) / ds[i - 1] + (dxs[i] + 2 * dxs[i - 1]) / ds[i] ); if (!isFinite(ms[i])) ms[i] = 0; } } ms[n - 1] = ds[n - 2]; for (let i = 0; i < n - 1; i++) { bezierCurveTo( path, xs[i] + dxs[i] / 3, ys[i] + ms[i] * dxs[i] / 3, xs[i + 1] - dxs[i] / 3, ys[i + 1] - ms[i + 1] * dxs[i] / 3, xs[i + 1], ys[i + 1], ); } } return path; } const cursorPlots = new Set(); function invalidateRects() { for (let u of cursorPlots) u.syncRect(true); } if (domEnv) { on(resize, win, invalidateRects); on(scroll, win, invalidateRects, true); on(dppxchange, win, () => { uPlot.pxRatio = pxRatio; }); } const linearPath = linear() ; const pointsPath = points() ; function setDefaults(d, xo, yo, initY) { let d2 = initY ? [d[0], d[1]].concat(d.slice(2)) : [d[0]].concat(d.slice(1)); return d2.map((o, i) => setDefault(o, i, xo, yo)); } function setDefaults2(d, xyo) { return d.map((o, i) => i == 0 ? {} : assign({}, xyo, o)); // todo: assign() will not merge facet arrays } function setDefault(o, i, xo, yo) { return assign({}, (i == 0 ? xo : yo), o); } function snapNumX(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : [dataMin, dataMax]; } const snapTimeX = snapNumX; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value function snapNumY(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, rangePad, true); } function snapLogY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeLog(dataMin, dataMax, self.scales[scale].log, true); } const snapLogX = snapLogY; function snapAsinhY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeAsinh(dataMin, dataMax, self.scales[scale].log, true); } const snapAsinhX = snapAsinhY; // dim is logical (getClientBoundingRect) pixels, not canvas pixels function findIncr(minVal, maxVal, incrs, dim, minSpace) { let intDigits = max(numIntDigits(minVal), numIntDigits(maxVal)); let delta = maxVal - minVal; let incrIdx = closestIdx((minSpace / dim) * delta, incrs); do { let foundIncr = incrs[incrIdx]; let foundSpace = dim * foundIncr / delta; if (foundSpace >= minSpace && intDigits + (foundIncr < 5 ? fixedDec.get(foundIncr) : 0) <= 17) return [foundIncr, foundSpace]; } while (++incrIdx < incrs.length); return [0, 0]; } function pxRatioFont(font, pxRatio) { let fontSize, fontSizeCss; font = font.replace(/(\d+)px/, (m, p1) => (fontSize = round((fontSizeCss = +p1) * pxRatio)) + 'px'); return [font, fontSize, fontSizeCss]; } function syncFontSize(axis, pxRatio) { if (axis.show) { [axis.font, axis.labelFont].forEach(f => { let size = roundDec(f[2] * pxRatio, 1); f[0] = f[0].replace(/[0-9.]+px/, size + 'px'); f[1] = size; }); } } function uPlot(opts, data, then) { let pxRatio$1 = opts.pxRatio ?? pxRatio; function setPxRatio(_pxRatio) { pxRatio$1 = self.pxRatio = (_pxRatio ?? pxRatio); axes.forEach(axis => syncFontSize(axis, pxRatio$1)); _setSize(self.width, self.height, true); } const self = { mode: ifNull(opts.mode, 1), pxRatio: pxRatio$1, setPxRatio, }; self.setPxRatio = setPxRatio; const mode = self.mode; function getHPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? (1 - pct) : pct); } function getVPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? pct : (1 - pct)); } function getPos(val, scale, dim, off) { return scale.ori == 0 ? getHPos(val, scale, dim, off) : getVPos(val, scale, dim, off); } self.valToPosH = getHPos; self.valToPosV = getVPos; let ready = false; self.status = 0; const root = self.root = placeDiv(UPLOT); if (opts.id != null) root.id = opts.id; addClass(root, opts.class); if (opts.title) { let title = placeDiv(TITLE, root); title.textContent = opts.title; } const can = placeTag("canvas"); const ctx = self.ctx = can.getContext("2d"); const wrap = placeDiv(WRAP, root); on("click", wrap, e => { if (e.target === over) { let didDrag = mouseLeft1 != mouseLeft0 || mouseTop1 != mouseTop0; didDrag && drag.click(self, e); } }, true); const under = self.under = placeDiv(UNDER, wrap); wrap.appendChild(can); const over = self.over = placeDiv(OVER, wrap); opts = copy(opts); const usePathCache = opts.cache ?? true; const pxAlign = +ifNull(opts.pxAlign, 1); const pxRound = pxRoundGen(pxAlign); (opts.plugins || []).forEach(p => { if (p.opts) opts = p.opts(self, opts) || opts; }); const ms = opts.ms || 1e-3; const series = self.series = mode == 1 ? setDefaults(opts.series || [], xSeriesOpts, ySeriesOpts, false) : setDefaults2(opts.series || [null], xySeriesOpts); const axes = self.axes = setDefaults(opts.axes || [], xAxisOpts, yAxisOpts, true); const scales = self.scales = {}; const bands = self.bands = opts.bands || []; bands.forEach(b => { b.fill = fnOrSelf(b.fill || null); b.dir = ifNull(b.dir, -1); }); const xScaleKey = mode == 2 ? series[1].facets[0].scale : series[0].scale; const drawOrderMap = { axes: drawAxesGrid, series: drawSeries, }; const drawOrder = (opts.drawOrder || ["axes", "series"]).map(key => drawOrderMap[key]); function initValToPct(sc) { const getVal = ( sc.distr == 3 ? val => log10(val > 0 ? val : sc.clamp(self, val, sc.min, sc.max, sc.key)) : sc.distr == 4 ? val => asinh(val, sc.asinh) : sc.distr == 100 ? val => sc.fwd(val) : val => val ); return val => { let _val = getVal(val); let { _min, _max } = sc; let delta = _max - _min; return (_val - _min) / delta; }; } function initScale(scaleKey) { let sc = scales[scaleKey]; if (sc == null) { let scaleOpts = (opts.scales || EMPTY_OBJ)[scaleKey] || EMPTY_OBJ; if (scaleOpts.from != null) { // ensure parent is initialized initScale(scaleOpts.from); // dependent scales inherit let sc = assign({}, scales[scaleOpts.from], scaleOpts, {key: scaleKey}); sc.valToPct = initValToPct(sc); scales[scaleKey] = sc; } else { sc = scales[scaleKey] = assign({}, (scaleKey == xScaleKey ? xScaleOpts : yScaleOpts), scaleOpts); sc.key = scaleKey; let isTime = sc.time; let rn = sc.range; let rangeIsArr = isArr(rn); if (scaleKey != xScaleKey || (mode == 2 && !isTime)) { // if range array has null limits, it should be auto if (rangeIsArr && (rn[0] == null || rn[1] == null)) { rn = { min: rn[0] == null ? autoRangePart : { mode: 1, hard: rn[0], soft: rn[0], }, max: rn[1] == null ? autoRangePart : { mode: 1, hard: rn[1], soft: rn[1], }, }; rangeIsArr = false; } if (!rangeIsArr && isObj(rn)) { let cfg = rn; // this is similar to snapNumY rn = (self, dataMin, dataMax) => dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, cfg); } } sc.range = fnOrSelf(rn || (isTime ? snapTimeX : scaleKey == xScaleKey ? (sc.distr == 3 ? snapLogX : sc.distr == 4 ? snapAsinhX : snapNumX) : (sc.distr == 3 ? snapLogY : sc.distr == 4 ? snapAsinhY : snapNumY) )); sc.auto = fnOrSelf(rangeIsArr ? false : sc.auto); sc.clamp = fnOrSelf(sc.clamp || clampScale); // caches for expensive ops like asinh() & log() sc._min = sc._max = null; sc.valToPct = initValToPct(sc); } } } initScale("x"); initScale("y"); // TODO: init scales from facets in mode: 2 if (mode == 1) { series.forEach(s => { initScale(s.scale); }); } axes.forEach(a => { initScale(a.scale); }); for (let k in opts.scales) initScale(k); const scaleX = scales[xScaleKey]; const xScaleDistr = scaleX.distr; let valToPosX, valToPosY; if (scaleX.ori == 0) { addClass(root, ORI_HZ); valToPosX = getHPos; valToPosY = getVPos; /* updOriDims = () => { xDimCan = plotWid; xOffCan = plotLft; yDimCan = plotHgt; yOffCan = plotTop; xDimCss = plotWidCss; xOffCss = plotLftCss; yDimCss = plotHgtCss; yOffCss = plotTopCss; }; */ } else { addClass(root, ORI_VT); valToPosX = getVPos; valToPosY = getHPos; /* updOriDims = () => { xDimCan = plotHgt; xOffCan = plotTop; yDimCan = plotWid; yOffCan = plotLft; xDimCss = plotHgtCss; xOffCss = plotTopCss; yDimCss = plotWidCss; yOffCss = plotLftCss; }; */ } const pendScales = {}; // explicitly-set initial scales for (let k in scales) { let sc = scales[k]; if (sc.min != null || sc.max != null) { pendScales[k] = {min: sc.min, max: sc.max}; sc.min = sc.max = null; } } // self.tz = opts.tz || Intl.DateTimeFormat().resolvedOptions().timeZone; const _tzDate = (opts.tzDate || (ts => new Date(round(ts / ms)))); const _fmtDate = (opts.fmtDate || fmtDate); const _timeAxisSplits = (ms == 1 ? timeAxisSplitsMs(_tzDate) : timeAxisSplitsS(_tzDate)); const _timeAxisVals = timeAxisVals(_tzDate, timeAxisStamps((ms == 1 ? _timeAxisStampsMs : _timeAxisStampsS), _fmtDate)); const _timeSeriesVal = timeSeriesVal(_tzDate, timeSeriesStamp(_timeSeriesStamp, _fmtDate)); const activeIdxs = []; const legend = (self.legend = assign({}, legendOpts, opts.legend)); const cursor = (self.cursor = assign({}, cursorOpts, {drag: {y: mode == 2}}, opts.cursor)); const showLegend = legend.show; const showCursor = cursor.show; const markers = legend.markers; { legend.idxs = activeIdxs; markers.width = fnOrSelf(markers.width); markers.dash = fnOrSelf(markers.dash); markers.stroke = fnOrSelf(markers.stroke); markers.fill = fnOrSelf(markers.fill); } let legendTable; let legendHead; let legendBody; let legendRows = []; let legendCells = []; let legendCols; let multiValLegend = false; let NULL_LEGEND_VALUES = {}; if (legend.live) { const getMultiVals = series[1] ? series[1].values : null; multiValLegend = getMultiVals != null; legendCols = multiValLegend ? getMultiVals(self, 1, 0) : {_: 0}; for (let k in legendCols) NULL_LEGEND_VALUES[k] = LEGEND_DISP; } if (showLegend) { legendTable = placeTag("table", LEGEND, root); legendBody = placeTag("tbody", null, legendTable); // allows legend to be moved out of root legend.mount(self, legendTable); if (multiValLegend) { legendHead = placeTag("thead", null, legendTable, legendBody); let head = placeTag("tr", null, legendHead); placeTag("th", null, head); for (var key in legendCols) placeTag("th", LEGEND_LABEL, head).textContent = key; } else { addClass(legendTable, LEGEND_INLINE); legend.live && addClass(legendTable, LEGEND_LIVE); } } const son = {show: true}; const soff = {show: false}; function initLegendRow(s, i) { if (i == 0 && (multiValLegend || !legend.live || mode == 2)) return nullNullTuple; let cells = []; let row = placeTag("tr", LEGEND_SERIES, legendBody, legendBody.childNodes[i]); addClass(row, s.class); if (!s.show) addClass(row, OFF); let label = placeTag("th", null, row); if (markers.show) { let indic = placeDiv(LEGEND_MARKER, label); if (i > 0) { let width = markers.width(self, i); if (width) indic.style.border = width + "px " + markers.dash(self, i) + " " + markers.stroke(self, i); indic.style.background = markers.fill(self, i); } } let text = placeDiv(LEGEND_LABEL, label); if (s.label instanceof HTMLElement) text.appendChild(s.label); else text.textContent = s.label; if (i > 0) { if (!markers.show) text.style.color = s.width > 0 ? markers.stroke(self, i) : markers.fill(self, i); onMouse("click", label, e => { if (cursor._lock) return; setCursorEvent(e); let seriesIdx = series.indexOf(s); if ((e.ctrlKey || e.metaKey) != legend.isolate) { // if any other series is shown, isolate this one. else show all let isolate = series.some((s, i) => i > 0 && i != seriesIdx && s.show); series.forEach((s, i) => { i > 0 && setSeries(i, isolate ? (i == seriesIdx ? son : soff) : son, true, syncOpts.setSeries); }); } else setSeries(seriesIdx, {show: !s.show}, true, syncOpts.setSeries); }, false); if (cursorFocus) { onMouse(mouseenter, label, e => { if (cursor._lock) return; setCursorEvent(e); setSeries(series.indexOf(s), FOCUS_TRUE, true, syncOpts.setSeries); }, false); } } for (var key in legendCols) { let v = placeTag("td", LEGEND_VALUE, row); v.textContent = "--"; cells.push(v); } return [row, cells]; } const mouseListeners = new Map(); function onMouse(ev, targ, fn, onlyTarg = true) { const targListeners = mouseListeners.get(targ) || {}; const listener = cursor.bind[ev](self, targ, fn, onlyTarg); if (listener) { on(ev, targ, targListeners[ev] = listener); mouseListeners.set(targ, targListeners); } } function offMouse(ev, targ, fn) { const targListeners = mouseListeners.get(targ) || {}; for (let k in targListeners) { if (ev == null || k == ev) { off(k, targ, targListeners[k]); delete targListeners[k]; } } if (ev == null) mouseListeners.delete(targ); } let fullWidCss = 0; let fullHgtCss = 0; let plotWidCss = 0; let plotHgtCss = 0; // plot margins to account for axes let plotLftCss = 0; let plotTopCss = 0; // previous values for diffing let _plotLftCss = plotLftCss; let _plotTopCss = plotTopCss; let _plotWidCss = plotWidCss; let _plotHgtCss = plotHgtCss; let plotLft = 0; let plotTop = 0; let plotWid = 0; let plotHgt = 0; self.bbox = {}; let shouldSetScales = false; let shouldSetSize = false; let shouldConvergeSize = false; let shouldSetCursor = false; let shouldSetSelect = false; let shouldSetLegend = false; function _setSize(width, height, force) { if (force || (width != self.width || height != self.height)) calcSize(width, height); resetYSeries(false); shouldConvergeSize = true; shouldSetSize = true; commit(); } function calcSize(width, height) { // log("calcSize()", arguments); self.width = fullWidCss = plotWidCss = width; self.height = fullHgtCss = plotHgtCss = height; plotLftCss = plotTopCss = 0; calcPlotRect(); calcAxesRects(); let bb = self.bbox; plotLft = bb.left = incrRound(plotLftCss * pxRatio$1, 0.5); plotTop = bb.top = incrRound(plotTopCss * pxRatio$1, 0.5); plotWid = bb.width = incrRound(plotWidCss * pxRatio$1, 0.5); plotHgt = bb.height = incrRound(plotHgtCss * pxRatio$1, 0.5); // updOriDims(); } // ensures size calc convergence const CYCLE_LIMIT = 3; function convergeSize() { let converged = false; let cycleNum = 0; while (!converged) { cycleNum++; let axesConverged = axesCalc(cycleNum); let paddingConverged = paddingCalc(cycleNum); converged = cycleNum == CYCLE_LIMIT || (axesConverged && paddingConverged); if (!converged) { calcSize(self.width, self.height); shouldSetSize = true; } } } function setSize({width, height}) { _setSize(width, height); } self.setSize = setSize; // accumulate axis offsets, reduce canvas width function calcPlotRect() { // easements for edge labels let hasTopAxis = false; let hasBtmAxis = false; let hasRgtAxis = false; let hasLftAxis = false; axes.forEach((axis, i) => { if (axis.show && axis._show) { let {side, _size} = axis; let isVt = side % 2; let labelSize = axis.label != null ? axis.labelSize : 0; let fullSize = _size + labelSize; if (fullSize > 0) { if (isVt) { plotWidCss -= fullSize; if (side == 3) { plotLftCss += fullSize; hasLftAxis = true; } else hasRgtAxis = true; } else { plotHgtCss -= fullSize; if (side == 0) { plotTopCss += fullSize; hasTopAxis = true; } else hasBtmAxis = true; } } } }); sidesWithAxes[0] = hasTopAxis; sidesWithAxes[1] = hasRgtAxis; sidesWithAxes[2] = hasBtmAxis; sidesWithAxes[3] = hasLftAxis; // hz padding plotWidCss -= _padding[1] + _padding[3]; plotLftCss += _padding[3]; // vt padding plotHgtCss -= _padding[2] + _padding[0]; plotTopCss += _padding[0]; } function calcAxesRects() { // will accum + let off1 = plotLftCss + plotWidCss; let off2 = plotTopCss + plotHgtCss; // will accum - let off3 = plotLftCss; let off0 = plotTopCss; function incrOffset(side, size) { switch (side) { case 1: off1 += size; return off1 - size; case 2: off2 += size; return off2 - size; case 3: off3 -= size; return off3 + size; case 0: off0 -= size; return off0 + size; } } axes.forEach((axis, i) => { if (axis.show && axis._show) { let side = axis.side; axis._pos = incrOffset(side, axis._size); if (axis.label != null) axis._lpos = incrOffset(side, axis.labelSize); } }); } if (cursor.dataIdx == null) { let hov = cursor.hover; let skip = hov.skip = new Set(hov.skip ?? []); skip.add(void 0); // alignment artifacts let prox = hov.prox = fnOrSelf(hov.prox); let bias = hov.bias ??= 0; cursor.dataIdx = (self, seriesIdx, cursorIdx, valAtPosX) => { if (seriesIdx == 0) return cursorIdx; let idx2 = cursorIdx; let _prox = prox(self, seriesIdx, cursorIdx, valAtPosX) ?? inf; let withProx = _prox >= 0 && _prox < inf; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let cursorLft = cursor.left; let xValues = data[0]; let yValues = data[seriesIdx]; if (skip.has(yValues[cursorIdx])) { idx2 = null; let nonNullLft = null, nonNullRgt = null, j; if (bias == 0 || bias == -1) { j = cursorIdx; while (nonNullLft == null && --j >= i0) { if (!skip.has(yValues[j])) nonNullLft = j; } } if (bias == 0 || bias == 1) { j = cursorIdx; while (nonNullRgt == null && ++j <= i1) { if (!skip.has(yValues[j])) nonNullRgt = j; } } if (nonNullLft != null || nonNullRgt != null) { if (withProx) { let lftPos = nonNullLft == null ? -Infinity : valToPosX(xValues[nonNullLft], scaleX, xDim, 0); let rgtPos = nonNullRgt == null ? Infinity : valToPosX(xValues[nonNullRgt], scaleX, xDim, 0); let lftDelta = cursorLft - lftPos; let rgtDelta = rgtPos - cursorLft; if (lftDelta <= rgtDelta) { if (lftDelta <= _prox) idx2 = nonNullLft; } else { if (rgtDelta <= _prox) idx2 = nonNullRgt; } } else { idx2 = nonNullRgt == null ? nonNullLft : nonNullLft == null ? nonNullRgt : cursorIdx - nonNullLft <= nonNullRgt - cursorIdx ? nonNullLft : nonNullRgt; } } } else if (withProx) { let dist = abs(cursorLft - valToPosX(xValues[cursorIdx], scaleX, xDim, 0)); if (dist > _prox) idx2 = null; } return idx2; }; } const setCursorEvent = e => { cursor.event = e; }; cursor.idxs = activeIdxs; cursor._lock = false; let points = cursor.points; points.show = fnOrSelf(points.show); points.size = fnOrSelf(points.size); points.stroke = fnOrSelf(points.stroke); points.width = fnOrSelf(points.width); points.fill = fnOrSelf(points.fill); const focus = self.focus = assign({}, opts.focus || {alpha: 0.3}, cursor.focus); const cursorFocus = focus.prox >= 0; const cursorOnePt = cursorFocus && points.one; // series-intersection markers let cursorPts = []; // position caches in CSS pixels let cursorPtsLft = []; let cursorPtsTop = []; function initCursorPt(s, si) { let pt = points.show(self, si); if (pt instanceof HTMLElement) { addClass(pt, CURSOR_PT); addClass(pt, s.class); elTrans(pt, -10, -10, plotWidCss, plotHgtCss); over.insertBefore(pt, cursorPts[si]); return pt; } } function initSeries(s, i) { if (mode == 1 || i > 0) { let isTime = mode == 1 && scales[s.scale].time; let sv = s.value; s.value = isTime ? (isStr(sv) ? timeSeriesVal(_tzDate, timeSeriesStamp(sv, _fmtDate)) : sv || _timeSeriesVal) : sv || numSeriesVal; s.label = s.label || (isTime ? timeSeriesLabel : numSeriesLabel); } if (cursorOnePt || i > 0) { s.width = s.width == null ? 1 : s.width; s.paths = s.paths || linearPath || retNull; s.fillTo = fnOrSelf(s.fillTo || seriesFillTo); s.pxAlign = +ifNull(s.pxAlign, pxAlign); s.pxRound = pxRoundGen(s.pxAlign); s.stroke = fnOrSelf(s.stroke || null); s.fill = fnOrSelf(s.fill || null); s._stroke = s._fill = s._paths = s._focus = null; let _ptDia = ptDia(max(1, s.width), 1); let points = s.points = assign({}, { size: _ptDia, width: max(1, _ptDia * .2), stroke: s.stroke, space: _ptDia * 2, paths: pointsPath, _stroke: null, _fill: null, }, s.points); points.show = fnOrSelf(points.show); points.filter = fnOrSelf(points.filter); points.fill = fnOrSelf(points.fill); points.stroke = fnOrSelf(points.stroke); points.paths = fnOrSelf(points.paths); points.pxAlign = s.pxAlign; } if (showLegend) { let rowCells = initLegendRow(s, i); legendRows.splice(i, 0, rowCells[0]); legendCells.splice(i, 0, rowCells[1]); legend.values.push(null); // NULL_LEGEND_VALS not yet avil here :( } if (showCursor) { activeIdxs.splice(i, 0, null); let pt = null; if (cursorOnePt) { if (i == 0) pt = initCursorPt(s, i); } else if (i > 0) pt = initCursorPt(s, i); cursorPts.splice(i, 0, pt); cursorPtsLft.splice(i, 0, 0); cursorPtsTop.splice(i, 0, 0); } fire("addSeries", i); } function addSeries(opts, si) { si = si == null ? series.length : si; opts = mode == 1 ? setDefault(opts, si, xSeriesOpts, ySeriesOpts) : setDefault(opts, si, {}, xySeriesOpts); series.splice(si, 0, opts); initSeries(series[si], si); } self.addSeries = addSeries; function delSeries(i) { series.splice(i, 1); if (showLegend) { legend.values.splice(i, 1); legendCells.splice(i, 1); let tr = legendRows.splice(i, 1)[0]; offMouse(null, tr.firstChild); tr.remove(); } if (showCursor) { activeIdxs.splice(i, 1); cursorPts.splice(i, 1)[0].remove(); cursorPtsLft.splice(i, 1); cursorPtsTop.splice(i, 1); } // TODO: de-init no-longer-needed scales? fire("delSeries", i); } self.delSeries = delSeries; const sidesWithAxes = [false, false, false, false]; function initAxis(axis, i) { axis._show = axis.show; if (axis.show) { let isVt = axis.side % 2; let sc = scales[axis.scale]; // this can occur if all series specify non-default scales if (sc == null) { axis.scale = isVt ? series[1].scale : xScaleKey; sc = scales[axis.scale]; } // also set defaults for incrs & values based on axis distr let isTime = sc.time; axis.size = fnOrSelf(axis.size); axis.space = fnOrSelf(axis.space); axis.rotate = fnOrSelf(axis.rotate); if (isArr(axis.incrs)) { axis.incrs.forEach(incr => { !fixedDec.has(incr) && fixedDec.set(incr, guessDec(incr)); }); } axis.incrs = fnOrSelf(axis.incrs || ( sc.distr == 2 ? wholeIncrs : (isTime ? (ms == 1 ? timeIncrsMs : timeIncrsS) : numIncrs))); axis.splits = fnOrSelf(axis.splits || (isTime && sc.distr == 1 ? _timeAxisSplits : sc.distr == 3 ? logAxisSplits : sc.distr == 4 ? asinhAxisSplits : numAxisSplits)); axis.stroke = fnOrSelf(axis.stroke); axis.grid.stroke = fnOrSelf(axis.grid.stroke); axis.ticks.stroke = fnOrSelf(axis.ticks.stroke); axis.border.stroke = fnOrSelf(axis.border.stroke); let av = axis.values; axis.values = ( // static array of tick values isArr(av) && !isArr(av[0]) ? fnOrSelf(av) : // temporal isTime ? ( // config array of fmtDate string tpls isArr(av) ? timeAxisVals(_tzDate, timeAxisStamps(av, _fmtDate)) : // fmtDate string tpl isStr(av) ? timeAxisVal(_tzDate, av) : av || _timeAxisVals ) : av || numAxisVals ); axis.filter = fnOrSelf(axis.filter || ( sc.distr >= 3 && sc.log == 10 ? log10AxisValsFilt : sc.distr == 3 && sc.log == 2 ? log2AxisValsFilt : retArg1)); axis.font = pxRatioFont(axis.font, pxRatio$1); axis.labelFont = pxRatioFont(axis.labelFont, pxRatio$1); axis._size = axis.size(self, null, i, 0); axis._space = axis._rotate = axis._incrs = axis._found = // foundIncrSpace axis._splits = axis._values = null; if (axis._size > 0) { sidesWithAxes[i] = true; axis._el = placeDiv(AXIS, wrap); } // debug // axis._el.style.background = "#" + Math.floor(Math.random()*16777215).toString(16) + '80'; } } function autoPadSide(self, side, sidesWithAxes, cycleNum) { let [hasTopAxis, hasRgtAxis, hasBtmAxis, hasLftAxis] = sidesWithAxes; let ori = side % 2; let size = 0; if (ori == 0 && (hasLftAxis || hasRgtAxis)) size = (side == 0 && !hasTopAxis || side == 2 && !hasBtmAxis ? round(xAxisOpts.size / 3) : 0); if (ori == 1 && (hasTopAxis || hasBtmAxis)) size = (side == 1 && !hasRgtAxis || side == 3 && !hasLftAxis ? round(yAxisOpts.size / 2) : 0); return size; } const padding = self.padding = (opts.padding || [autoPadSide,autoPadSide,autoPadSide,autoPadSide]).map(p => fnOrSelf(ifNull(p, autoPadSide))); const _padding = self._padding = padding.map((p, i) => p(self, i, sidesWithAxes, 0)); let dataLen; // rendered data window let i0 = null; let i1 = null; const idxs = mode == 1 ? series[0].idxs : null; let data0 = null; let viaAutoScaleX = false; function setData(_data, _resetScales) { data = _data == null ? [] : _data; self.data = self._data = data; if (mode == 2) { dataLen = 0; for (let i = 1; i < series.length; i++) dataLen += data[i][0].length; } else { if (data.length == 0) self.data = self._data = data = [[]]; data0 = data[0]; dataLen = data0.length; let scaleData = data; if (xScaleDistr == 2) { scaleData = data.slice(); let _data0 = scaleData[0] = Array(dataLen); for (let i = 0; i < dataLen; i++) _data0[i] = i; } self._data = data = scaleData; } resetYSeries(true); fire("setData"); // forces x axis tick values to re-generate when neither x scale nor y scale changes // in ordinal mode, scale range is by index, so will not change if new data has same length, but tick values are from data if (xScaleDistr == 2) { shouldConvergeSize = true; /* or somewhat cheaper, and uglier: if (ready) { // logic extracted from axesCalc() let i = 0; let axis = axes[i]; let _splits = axis._splits.map(i => data0[i]); let [_incr, _space] = axis._found; let incr = data0[_splits[1]] - data0[_splits[0]]; axis._values = axis.values(self, axis.filter(self, _splits, i, _space, incr), i, _space, incr); } */ } if (_resetScales !== false) { let xsc = scaleX; if (xsc.auto(self, viaAutoScaleX)) autoScaleX(); else _setScale(xScaleKey, xsc.min, xsc.max); shouldSetCursor = shouldSetCursor || cursor.left >= 0; shouldSetLegend = true; commit(); } } self.setData = setData; function autoScaleX() { viaAutoScaleX = true; let _min, _max; if (mode == 1) { if (dataLen > 0) { i0 = idxs[0] = 0; i1 = idxs[1] = dataLen - 1; _min = data[0][i0]; _max = data[0][i1]; if (xScaleDistr == 2) { _min = i0; _max = i1; } else if (_min == _max) { if (xScaleDistr == 3) [_min, _max] = rangeLog(_min, _min, scaleX.log, false); else if (xScaleDistr == 4) [_min, _max] = rangeAsinh(_min, _min, scaleX.log, false); else if (scaleX.time) _max = _min + round(86400 / ms); else [_min, _max] = rangeNum(_min, _max, rangePad, true); } } else { i0 = idxs[0] = _min = null; i1 = idxs[1] = _max = null; } } _setScale(xScaleKey, _min, _max); } let ctxStroke, ctxFill, ctxWidth, ctxDash, ctxJoin, ctxCap, ctxFont, ctxAlign, ctxBaseline; let ctxAlpha; function setCtxStyle(stroke, width, dash, cap, fill, join) { stroke ??= transparent; dash ??= EMPTY_ARR; cap ??= "butt"; // (‿|‿) fill ??= transparent; join ??= "round"; if (stroke != ctxStroke) ctx.strokeStyle = ctxStroke = stroke; if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (width != ctxWidth) ctx.lineWidth = ctxWidth = width; if (join != ctxJoin) ctx.lineJoin = ctxJoin = join; if (cap != ctxCap) ctx.lineCap = ctxCap = cap; if (dash != ctxDash) ctx.setLineDash(ctxDash = dash); } function setFontStyle(font, fill, align, baseline) { if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (font != ctxFont) ctx.font = ctxFont = font; if (align != ctxAlign) ctx.textAlign = ctxAlign = align; if (baseline != ctxBaseline) ctx.textBaseline = ctxBaseline = baseline; } function accScale(wsc, psc, facet, data, sorted = 0) { if (data.length > 0 && wsc.auto(self, viaAutoScaleX) && (psc == null || psc.min == null)) { let _i0 = ifNull(i0, 0); let _i1 = ifNull(i1, data.length - 1); // only run getMinMax() for invalidated series data, else reuse let minMax = facet.min == null ? getMinMax(data, _i0, _i1, sorted, wsc.distr == 3) : [facet.min, facet.max]; // initial min/max wsc.min = min(wsc.min, facet.min = minMax[0]); wsc.max = max(wsc.max, facet.max = minMax[1]); } } const AUTOSCALE = {min: null, max: null}; function setScales() { // log("setScales()", arguments); // implicitly add auto scales, and unranged scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && ( // scales that have never been set (on init) sc.min == null || // or auto scales when the x scale was explicitly set pendScales[xScaleKey] != null && sc.auto(self, viaAutoScaleX) ) ) { pendScales[k] = AUTOSCALE; } } // implicitly add dependent scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && sc.from != null && pendScales[sc.from] != null) pendScales[k] = AUTOSCALE; } // explicitly setting the x-scale invalidates everything (acts as redraw) if (pendScales[xScaleKey] != null) resetYSeries(true); // TODO: only reset series on auto scales? let wipScales = {}; for (let k in pendScales) { let psc = pendScales[k]; if (psc != null) { let wsc = wipScales[k] = copy(scales[k], fastIsObj); if (psc.min != null) assign(wsc, psc); else if (k != xScaleKey || mode == 2) { if (dataLen == 0 && wsc.from == null) { let minMax = wsc.range(self, null, null, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } else { wsc.min = inf; wsc.max = -inf; } } } } if (dataLen > 0) { // pre-range y-scales from y series' data values series.forEach((s, i) => { if (mode == 1) { let k = s.scale; let psc = pendScales[k]; if (psc == null) return; let wsc = wipScales[k]; if (i == 0) { let minMax = wsc.range(self, wsc.min, wsc.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; i0 = closestIdx(wsc.min, data[0]); i1 = closestIdx(wsc.max, data[0]); // don't try to contract same or adjacent idxs if (i1 - i0 > 1) { // closest indices can be outside of view if (data[0][i0] < wsc.min) i0++; if (data[0][i1] > wsc.max) i1--; } s.min = data0[i0]; s.max = data0[i1]; } else if (s.show && s.auto) accScale(wsc, psc, s, data[i], s.sorted); s.idxs[0] = i0; s.idxs[1] = i1; } else { if (i > 0) { if (s.show && s.auto) { // TODO: only handles, assumes and requires facets[0] / 'x' scale, and facets[1] / 'y' scale let [ xFacet, yFacet ] = s.facets; let xScaleKey = xFacet.scale; let yScaleKey = yFacet.scale; let [ xData, yData ] = data[i]; let wscx = wipScales[xScaleKey]; let wscy = wipScales[yScaleKey]; // null can happen when only x is zoomed, but y has static range and doesnt get auto-added to pending wscx != null && accScale(wscx, pendScales[xScaleKey], xFacet, xData, xFacet.sorted); wscy != null && accScale(wscy, pendScales[yScaleKey], yFacet, yData, yFacet.sorted); // temp s.min = yFacet.min; s.max = yFacet.max; } } } }); // range independent scales for (let k in wipScales) { let wsc = wipScales[k]; let psc = pendScales[k]; if (wsc.from == null && (psc == null || psc.min == null)) { let minMax = wsc.range( self, wsc.min == inf ? null : wsc.min, wsc.max == -inf ? null : wsc.max, k ); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } // range dependent scales for (let k in wipScales) { let wsc = wipScales[k]; if (wsc.from != null) { let base = wipScales[wsc.from]; if (base.min == null) wsc.min = wsc.max = null; else { let minMax = wsc.range(self, base.min, base.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } let changed = {}; let anyChanged = false; for (let k in wipScales) { let wsc = wipScales[k]; let sc = scales[k]; if (sc.min != wsc.min || sc.max != wsc.max) { sc.min = wsc.min; sc.max = wsc.max; let distr = sc.distr; sc._min = distr == 3 ? log10(sc.min) : distr == 4 ? asinh(sc.min, sc.asinh) : distr == 100 ? sc.fwd(sc.min) : sc.min; sc._max = distr == 3 ? log10(sc.max) : distr == 4 ? asinh(sc.max, sc.asinh) : distr == 100 ? sc.fwd(sc.max) : sc.max; changed[k] = anyChanged = true; } } if (anyChanged) { // invalidate paths of all series on changed scales series.forEach((s, i) => { if (mode == 2) { if (i > 0 && changed.y) s._paths = null; } else { if (changed[s.scale]) s._paths = null; } }); for (let k in changed) { shouldConvergeSize = true; fire("setScale", k); } if (showCursor && cursor.left >= 0) shouldSetCursor = shouldSetLegend = true; } for (let k in pendScales) pendScales[k] = null; } // grabs the nearest indices with y data outside of x-scale limits function getOuterIdxs(ydata) { let _i0 = clamp(i0 - 1, 0, dataLen - 1); let _i1 = clamp(i1 + 1, 0, dataLen - 1); while (ydata[_i0] == null && _i0 > 0) _i0--; while (ydata[_i1] == null && _i1 < dataLen - 1) _i1++; return [_i0, _i1]; } function drawSeries() { if (dataLen > 0) { let shouldAlpha = series.some(s => s._focus) && ctxAlpha != focus.alpha; if (shouldAlpha) ctx.globalAlpha = ctxAlpha = focus.alpha; series.forEach((s, i) => { if (i > 0 && s.show) { cacheStrokeFill(i, false); cacheStrokeFill(i, true); if (s._paths == null) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; let _idxs = mode == 2 ? [0, data[i][0].length - 1] : getOuterIdxs(data[i]); s._paths = s.paths(self, i, _idxs[0], _idxs[1]); if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; } } }); series.forEach((s, i) => { if (i > 0 && s.show) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; s._paths != null && drawPath(i, false); { let _gaps = s._paths != null ? s._paths.gaps : null; let show = s.points.show(self, i, i0, i1, _gaps); let idxs = s.points.filter(self, i, show, _gaps); if (show || idxs) { s.points._paths = s.points.paths(self, i, i0, i1, idxs); drawPath(i, true); } } if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; fire("drawSeries", i); } }); if (shouldAlpha) ctx.globalAlpha = ctxAlpha = 1; } } function cacheStrokeFill(si, _points) { let s = _points ? series[si].points : series[si]; s._stroke = s.stroke(self, si); s._fill = s.fill(self, si); } function drawPath(si, _points) { let s = _points ? series[si].points : series[si]; let { stroke, fill, clip: gapsClip, flags, _stroke: strokeStyle = s._stroke, _fill: fillStyle = s._fill, _width: width = s.width, } = s._paths; width = roundDec(width * pxRatio$1, 3); let boundsClip = null; let offset = (width % 2) / 2; if (_points && fillStyle == null) fillStyle = width > 0 ? "#fff" : strokeStyle; let _pxAlign = s.pxAlign == 1 && offset > 0; _pxAlign && ctx.translate(offset, offset); if (!_points) { let lft = plotLft - width / 2, top = plotTop - width / 2, wid = plotWid + width, hgt = plotHgt + width; boundsClip = new Path2D(); boundsClip.rect(lft, top, wid, hgt); } // the points pathbuilder's gapsClip is its boundsClip, since points dont need gaps clipping, and bounds depend on point size if (_points) strokeFill(strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, gapsClip); else fillStroke(si, strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, boundsClip, gapsClip); _pxAlign && ctx.translate(-offset, -offset); } function fillStroke(si, strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip) { let didStrokeFill = false; // for all bands where this series is the top edge, create upwards clips using the bottom edges // and apply clips + fill with band fill or dfltFill flags != 0 && bands.forEach((b, bi) => { // isUpperEdge? if (b.series[0] == si) { let lowerEdge = series[b.series[1]]; let lowerData = data[b.series[1]]; let bandClip = (lowerEdge._paths || EMPTY_OBJ).band; if (isArr(bandClip)) bandClip = b.dir == 1 ? bandClip[0] : bandClip[1]; let gapsClip2; let _fillStyle = null; // hasLowerEdge? if (lowerEdge.show && bandClip && hasData(lowerData, i0, i1)) { _fillStyle = b.fill(self, bi) || fillStyle; gapsClip2 = lowerEdge._paths.clip; } else bandClip = null; strokeFill(strokeStyle, lineWidth, lineDash, lineCap, _fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip); didStrokeFill = true; } }); if (!didStrokeFill) strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip); } const CLIP_FILL_STROKE = BAND_CLIP_FILL | BAND_CLIP_STROKE; function strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip) { setCtxStyle(strokeStyle, lineWidth, lineDash, lineCap, fillStyle); if (boundsClip || gapsClip || bandClip) { ctx.save(); boundsClip && ctx.clip(boundsClip); gapsClip && ctx.clip(gapsClip); } if (bandClip) { if ((flags & CLIP_FILL_STROKE) == CLIP_FILL_STROKE) { ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_STROKE) { doFill(fillStyle, fillPath); ctx.clip(bandClip); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_FILL) { ctx.save(); ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); ctx.restore(); doStroke(strokeStyle, strokePath, lineWidth); } } else { doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } if (boundsClip || gapsClip || bandClip) ctx.restore(); } function doStroke(strokeStyle, strokePath, lineWidth) { if (lineWidth > 0) { if (strokePath instanceof Map) { strokePath.forEach((strokePath, strokeStyle) => { ctx.strokeStyle = ctxStroke = strokeStyle; ctx.stroke(strokePath); }); } else strokePath != null && strokeStyle && ctx.stroke(strokePath); } } function doFill(fillStyle, fillPath) { if (fillPath instanceof Map) { fillPath.forEach((fillPath, fillStyle) => { ctx.fillStyle = ctxFill = fillStyle; ctx.fill(fillPath); }); } else fillPath != null && fillStyle && ctx.fill(fillPath); } function getIncrSpace(axisIdx, min, max, fullDim) { let axis = axes[axisIdx]; let incrSpace; if (fullDim <= 0) incrSpace = [0, 0]; else { let minSpace = axis._space = axis.space(self, axisIdx, min, max, fullDim); let incrs = axis._incrs = axis.incrs(self, axisIdx, min, max, fullDim, minSpace); incrSpace = findIncr(min, max, incrs, fullDim, minSpace); } return (axis._found = incrSpace); } function drawOrthoLines(offs, filts, ori, side, pos0, len, width, stroke, dash, cap) { let offset = (width % 2) / 2; pxAlign == 1 && ctx.translate(offset, offset); setCtxStyle(stroke, width, dash, cap, stroke); ctx.beginPath(); let x0, y0, x1, y1, pos1 = pos0 + (side == 0 || side == 3 ? -len : len); if (ori == 0) { y0 = pos0; y1 = pos1; } else { x0 = pos0; x1 = pos1; } for (let i = 0; i < offs.length; i++) { if (filts[i] != null) { if (ori == 0) x0 = x1 = offs[i]; else y0 = y1 = offs[i]; ctx.moveTo(x0, y0); ctx.lineTo(x1, y1); } } ctx.stroke(); pxAlign == 1 && ctx.translate(-offset, -offset); } function axesCalc(cycleNum) { // log("axesCalc()", arguments); let converged = true; axes.forEach((axis, i) => { if (!axis.show) return; let scale = scales[axis.scale]; if (scale.min == null) { if (axis._show) { converged = false; axis._show = false; resetYSeries(false); } return; } else { if (!axis._show) { converged = false; axis._show = true; resetYSeries(false); } } let side = axis.side; let ori = side % 2; let {min, max} = scale; // // should this toggle them ._show = false let [_incr, _space] = getIncrSpace(i, min, max, ori == 0 ? plotWidCss : plotHgtCss); if (_space == 0) return; // if we're using index positions, force first tick to match passed index let forceMin = scale.distr == 2; let _splits = axis._splits = axis.splits(self, i, min, max, _incr, _space, forceMin); // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let values = axis._values = axis.values(self, axis.filter(self, splits, i, _space, incr), i, _space, incr); // rotating of labels only supported on bottom x axis axis._rotate = side == 2 ? axis.rotate(self, values, i, _space) : 0; let oldSize = axis._size; axis._size = ceil(axis.size(self, values, i, cycleNum)); if (oldSize != null && axis._size != oldSize) // ready && ? converged = false; }); return converged; } function paddingCalc(cycleNum) { let converged = true; padding.forEach((p, i) => { let _p = p(self, i, sidesWithAxes, cycleNum); if (_p != _padding[i]) converged = false; _padding[i] = _p; }); return converged; } function drawAxesGrid() { for (let i = 0; i < axes.length; i++) { let axis = axes[i]; if (!axis.show || !axis._show) continue; let side = axis.side; let ori = side % 2; let x, y; let fillStyle = axis.stroke(self, i); let shiftDir = side == 0 || side == 3 ? -1 : 1; let [_incr, _space] = axis._found; // axis label if (axis.label != null) { let shiftAmt = axis.labelGap * shiftDir; let baseLpos = round((axis._lpos + shiftAmt) * pxRatio$1); setFontStyle(axis.labelFont[0], fillStyle, "center", side == 2 ? TOP : BOTTOM); ctx.save(); if (ori == 1) { x = y = 0; ctx.translate( baseLpos, round(plotTop + plotHgt / 2), ); ctx.rotate((side == 3 ? -PI : PI) / 2); } else { x = round(plotLft + plotWid / 2); y = baseLpos; } let _label = isFn(axis.label) ? axis.label(self, i, _incr, _space) : axis.label; ctx.fillText(_label, x, y); ctx.restore(); } if (_space == 0) continue; let scale = scales[axis.scale]; let plotDim = ori == 0 ? plotWid : plotHgt; let plotOff = ori == 0 ? plotLft : plotTop; let _splits = axis._splits; // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let ticks = axis.ticks; let border = axis.border; let _tickSize = ticks.show ? ticks.size : 0; let tickSize = round(_tickSize * pxRatio$1); let axisGap = round((axis.alignTo == 2 ? axis._size - _tickSize - axis.gap : axis.gap) * pxRatio$1); // rotating of labels only supported on bottom x axis let angle = axis._rotate * -PI/180; let basePos = pxRound(axis._pos * pxRatio$1); let shiftAmt = (tickSize + axisGap) * shiftDir; let finalPos = basePos + shiftAmt; y = ori == 0 ? finalPos : 0; x = ori == 1 ? finalPos : 0; let font = axis.font[0]; let textAlign = axis.align == 1 ? LEFT : axis.align == 2 ? RIGHT : angle > 0 ? LEFT : angle < 0 ? RIGHT : ori == 0 ? "center" : side == 3 ? RIGHT : LEFT; let textBaseline = angle || ori == 1 ? "middle" : side == 2 ? TOP : BOTTOM; setFontStyle(font, fillStyle, textAlign, textBaseline); let lineHeight = axis.font[1] * axis.lineGap; let canOffs = _splits.map(val => pxRound(getPos(val, scale, plotDim, plotOff))); let _values = axis._values; for (let i = 0; i < _values.length; i++) { let val = _values[i]; if (val != null) { if (ori == 0) x = canOffs[i]; else y = canOffs[i]; val = "" + val; let _parts = val.indexOf("\n") == -1 ? [val] : val.split(/\n/gm); for (let j = 0; j < _parts.length; j++) { let text = _parts[j]; if (angle) { ctx.save(); ctx.translate(x, y + j * lineHeight); // can this be replaced with position math? ctx.rotate(angle); // can this be done once? ctx.fillText(text, 0, 0); ctx.restore(); } else ctx.fillText(text, x, y + j * lineHeight); } } } // ticks if (ticks.show) { drawOrthoLines( canOffs, ticks.filter(self, splits, i, _space, incr), ori, side, basePos, tickSize, roundDec(ticks.width * pxRatio$1, 3), ticks.stroke(self, i), ticks.dash, ticks.cap, ); } // grid let grid = axis.grid; if (grid.show) { drawOrthoLines( canOffs, grid.filter(self, splits, i, _space, incr), ori, ori == 0 ? 2 : 1, ori == 0 ? plotTop : plotLft, ori == 0 ? plotHgt : plotWid, roundDec(grid.width * pxRatio$1, 3), grid.stroke(self, i), grid.dash, grid.cap, ); } if (border.show) { drawOrthoLines( [basePos], [1], ori == 0 ? 1 : 0, ori == 0 ? 1 : 2, ori == 1 ? plotTop : plotLft, ori == 1 ? plotHgt : plotWid, roundDec(border.width * pxRatio$1, 3), border.stroke(self, i), border.dash, border.cap, ); } } fire("drawAxes"); } function resetYSeries(minMax) { // log("resetYSeries()", arguments); series.forEach((s, i) => { if (i > 0) { s._paths = null; if (minMax) { if (mode == 1) { s.min = null; s.max = null; } else { s.facets.forEach(f => { f.min = null; f.max = null; }); } } } }); } let queuedCommit = false; let deferHooks = false; let hooksQueue = []; function flushHooks() { deferHooks = false; for (let i = 0; i < hooksQueue.length; i++) fire(...hooksQueue[i]); hooksQueue.length = 0; } function commit() { if (!queuedCommit) { microTask(_commit); queuedCommit = true; } } // manual batching (aka immediate mode), skips microtask queue function batch(fn, _deferHooks = false) { queuedCommit = true; deferHooks = _deferHooks; fn(self); _commit(); if (_deferHooks && hooksQueue.length > 0) queueMicrotask(flushHooks); } self.batch = batch; function _commit() { // log("_commit()", arguments); if (shouldSetScales) { setScales(); shouldSetScales = false; } if (shouldConvergeSize) { convergeSize(); shouldConvergeSize = false; } if (shouldSetSize) { setStylePx(under, LEFT, plotLftCss); setStylePx(under, TOP, plotTopCss); setStylePx(under, WIDTH, plotWidCss); setStylePx(under, HEIGHT, plotHgtCss); setStylePx(over, LEFT, plotLftCss); setStylePx(over, TOP, plotTopCss); setStylePx(over, WIDTH, plotWidCss); setStylePx(over, HEIGHT, plotHgtCss); setStylePx(wrap, WIDTH, fullWidCss); setStylePx(wrap, HEIGHT, fullHgtCss); // NOTE: mutating this during print preview in Chrome forces transparent // canvas pixels to white, even when followed up with clearRect() below can.width = round(fullWidCss * pxRatio$1); can.height = round(fullHgtCss * pxRatio$1); axes.forEach(({ _el, _show, _size, _pos, side }) => { if (_el != null) { if (_show) { let posOffset = (side === 3 || side === 0 ? _size : 0); let isVt = side % 2 == 1; setStylePx(_el, isVt ? "left" : "top", _pos - posOffset); setStylePx(_el, isVt ? "width" : "height", _size); setStylePx(_el, isVt ? "top" : "left", isVt ? plotTopCss : plotLftCss); setStylePx(_el, isVt ? "height" : "width", isVt ? plotHgtCss : plotWidCss); remClass(_el, OFF); } else addClass(_el, OFF); } }); // invalidate ctx style cache ctxStroke = ctxFill = ctxWidth = ctxJoin = ctxCap = ctxFont = ctxAlign = ctxBaseline = ctxDash = null; ctxAlpha = 1; syncRect(true); if ( plotLftCss != _plotLftCss || plotTopCss != _plotTopCss || plotWidCss != _plotWidCss || plotHgtCss != _plotHgtCss ) { resetYSeries(false); let pctWid = plotWidCss / _plotWidCss; let pctHgt = plotHgtCss / _plotHgtCss; if (showCursor && !shouldSetCursor && cursor.left >= 0) { cursor.left *= pctWid; cursor.top *= pctHgt; vCursor && elTrans(vCursor, round(cursor.left), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(cursor.top), plotWidCss, plotHgtCss); for (let i = 0; i < cursorPts.length; i++) { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] *= pctWid; cursorPtsTop[i] *= pctHgt; elTrans(pt, ceil(cursorPtsLft[i]), ceil(cursorPtsTop[i]), plotWidCss, plotHgtCss); } } } if (select.show && !shouldSetSelect && select.left >= 0 && select.width > 0) { select.left *= pctWid; select.width *= pctWid; select.top *= pctHgt; select.height *= pctHgt; for (let prop in _hideProps) setStylePx(selectDiv, prop, select[prop]); } _plotLftCss = plotLftCss; _plotTopCss = plotTopCss; _plotWidCss = plotWidCss; _plotHgtCss = plotHgtCss; } fire("setSize"); shouldSetSize = false; } if (fullWidCss > 0 && fullHgtCss > 0) { ctx.clearRect(0, 0, can.width, can.height); fire("drawClear"); drawOrder.forEach(fn => fn()); fire("draw"); } if (select.show && shouldSetSelect) { setSelect(select); shouldSetSelect = false; } if (showCursor && shouldSetCursor) { updateCursor(null, true, false); shouldSetCursor = false; } if (legend.show && legend.live && shouldSetLegend) { setLegend(); shouldSetLegend = false; // redundant currently } if (!ready) { ready = true; self.status = 1; fire("ready"); } viaAutoScaleX = false; queuedCommit = false; if (!usePathCache) clearPathCache(); } function clearPathCache() { series.forEach((s, i) => { if (i > 0) s._paths = null; }); } self.clearCache = clearPathCache; self.redraw = (rebuildPaths, recalcAxes) => { shouldConvergeSize = recalcAxes || false; if (rebuildPaths !== false) _setScale(xScaleKey, scaleX.min, scaleX.max); else commit(); }; // redraw() => setScale('x', scales.x.min, scales.x.max); // explicit, never re-ranged (is this actually true? for x and y) function setScale(key, opts) { let sc = scales[key]; if (sc.from == null) { if (dataLen == 0) { let minMax = sc.range(self, opts.min, opts.max, key); opts.min = minMax[0]; opts.max = minMax[1]; } if (opts.min > opts.max) { let _min = opts.min; opts.min = opts.max; opts.max = _min; } if (dataLen > 1 && opts.min != null && opts.max != null && opts.max - opts.min < 1e-16) return; if (key == xScaleKey) { if (sc.distr == 2 && dataLen > 0) { opts.min = closestIdx(opts.min, data[0]); opts.max = closestIdx(opts.max, data[0]); if (opts.min == opts.max) opts.max++; } } // log("setScale()", arguments); pendScales[key] = opts; shouldSetScales = true; commit(); } } self.setScale = setScale; // INTERACTION let xCursor; let yCursor; let vCursor; let hCursor; // starting position before cursor.move let rawMouseLeft0; let rawMouseTop0; // starting position let mouseLeft0; let mouseTop0; // current position before cursor.move let rawMouseLeft1; let rawMouseTop1; // current position let mouseLeft1; let mouseTop1; let dragging = false; const drag = cursor.drag; let dragX = drag.x; let dragY = drag.y; if (showCursor) { if (cursor.x) xCursor = placeDiv(CURSOR_X, over); if (cursor.y) yCursor = placeDiv(CURSOR_Y, over); if (scaleX.ori == 0) { vCursor = xCursor; hCursor = yCursor; } else { vCursor = yCursor; hCursor = xCursor; } mouseLeft1 = cursor.left; mouseTop1 = cursor.top; } const select = self.select = assign({ show: true, over: true, left: 0, width: 0, top: 0, height: 0, }, opts.select); const selectDiv = select.show ? placeDiv(SELECT, select.over ? over : under) : null; function setSelect(opts, _fire) { if (select.show) { for (let prop in opts) { select[prop] = opts[prop]; if (prop in _hideProps) setStylePx(selectDiv, prop, opts[prop]); } _fire !== false && fire("setSelect"); } } self.setSelect = setSelect; function toggleDOM(i) { let s = series[i]; if (s.show) showLegend && remClass(legendRows[i], OFF); else { showLegend && addClass(legendRows[i], OFF); if (showCursor) { let pt = cursorOnePt ? cursorPts[0] : cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } } } function _setScale(key, min, max) { setScale(key, {min, max}); } function setSeries(i, opts, _fire, _pub) { // log("setSeries()", arguments); if (opts.focus != null) setFocus(i); if (opts.show != null) { series.forEach((s, si) => { if (si > 0 && (i == si || i == null)) { s.show = opts.show; toggleDOM(si); if (mode == 2) { _setScale(s.facets[0].scale, null, null); _setScale(s.facets[1].scale, null, null); } else _setScale(s.scale, null, null); commit(); } }); } _fire !== false && fire("setSeries", i, opts); _pub && pubSync("setSeries", self, i, opts); } self.setSeries = setSeries; function setBand(bi, opts) { assign(bands[bi], opts); } function addBand(opts, bi) { opts.fill = fnOrSelf(opts.fill || null); opts.dir = ifNull(opts.dir, -1); bi = bi == null ? bands.length : bi; bands.splice(bi, 0, opts); } function delBand(bi) { if (bi == null) bands.length = 0; else bands.splice(bi, 1); } self.addBand = addBand; self.setBand = setBand; self.delBand = delBand; function setAlpha(i, value) { series[i].alpha = value; if (showCursor && cursorPts[i] != null) cursorPts[i].style.opacity = value; if (showLegend && legendRows[i]) legendRows[i].style.opacity = value; } // y-distance let closestDist; let closestSeries; let focusedSeries; const FOCUS_TRUE = {focus: true}; function setFocus(i) { if (i != focusedSeries) { // log("setFocus()", arguments); let allFocused = i == null; let _setAlpha = focus.alpha != 1; series.forEach((s, i2) => { if (mode == 1 || i2 > 0) { let isFocused = allFocused || i2 == 0 || i2 == i; s._focus = allFocused ? null : isFocused; _setAlpha && setAlpha(i2, isFocused ? 1 : focus.alpha); } }); focusedSeries = i; _setAlpha && commit(); } } if (showLegend && cursorFocus) { onMouse(mouseleave, legendTable, e => { if (cursor._lock) return; setCursorEvent(e); if (focusedSeries != null) setSeries(null, FOCUS_TRUE, true, syncOpts.setSeries); }); } function posToVal(pos, scale, can) { let sc = scales[scale]; if (can) pos = pos / pxRatio$1 - (sc.ori == 1 ? plotTopCss : plotLftCss); let dim = plotWidCss; if (sc.ori == 1) { dim = plotHgtCss; pos = dim - pos; } if (sc.dir == -1) pos = dim - pos; let _min = sc._min, _max = sc._max, pct = pos / dim; let sv = _min + (_max - _min) * pct; let distr = sc.distr; return ( distr == 3 ? pow(10, sv) : distr == 4 ? sinh(sv, sc.asinh) : distr == 100 ? sc.bwd(sv) : sv ); } function closestIdxFromXpos(pos, can) { let v = posToVal(pos, xScaleKey, can); return closestIdx(v, data[0], i0, i1); } self.valToIdx = val => closestIdx(val, data[0]); self.posToIdx = closestIdxFromXpos; self.posToVal = posToVal; self.valToPos = (val, scale, can) => ( scales[scale].ori == 0 ? getHPos(val, scales[scale], can ? plotWid : plotWidCss, can ? plotLft : 0, ) : getVPos(val, scales[scale], can ? plotHgt : plotHgtCss, can ? plotTop : 0, ) ); self.setCursor = (opts, _fire, _pub) => { mouseLeft1 = opts.left; mouseTop1 = opts.top; // assign(cursor, opts); updateCursor(null, _fire, _pub); }; function setSelH(off, dim) { setStylePx(selectDiv, LEFT, select.left = off); setStylePx(selectDiv, WIDTH, select.width = dim); } function setSelV(off, dim) { setStylePx(selectDiv, TOP, select.top = off); setStylePx(selectDiv, HEIGHT, select.height = dim); } let setSelX = scaleX.ori == 0 ? setSelH : setSelV; let setSelY = scaleX.ori == 1 ? setSelH : setSelV; function syncLegend() { if (showLegend && legend.live) { for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { if (i == 0 && multiValLegend) continue; let vals = legend.values[i]; let j = 0; for (let k in vals) legendCells[i][j++].firstChild.nodeValue = vals[k]; } } } function setLegend(opts, _fire) { if (opts != null) { if (opts.idxs) { opts.idxs.forEach((didx, sidx) => { activeIdxs[sidx] = didx; }); } else if (!isUndef(opts.idx)) activeIdxs.fill(opts.idx); legend.idx = activeIdxs[0]; } if (showLegend && legend.live) { for (let sidx = 0; sidx < series.length; sidx++) { if (sidx > 0 || mode == 1 && !multiValLegend) setLegendValues(sidx, activeIdxs[sidx]); } syncLegend(); } shouldSetLegend = false; _fire !== false && fire("setLegend"); } self.setLegend = setLegend; function setLegendValues(sidx, idx) { let s = series[sidx]; let src = sidx == 0 && xScaleDistr == 2 ? data0 : data[sidx]; let val; if (multiValLegend) val = s.values(self, sidx, idx) ?? NULL_LEGEND_VALUES; else { val = s.value(self, idx == null ? null : src[idx], sidx, idx); val = val == null ? NULL_LEGEND_VALUES : {_: val}; } legend.values[sidx] = val; } function updateCursor(src, _fire, _pub) { // ts == null && log("updateCursor()", arguments); rawMouseLeft1 = mouseLeft1; rawMouseTop1 = mouseTop1; [mouseLeft1, mouseTop1] = cursor.move(self, mouseLeft1, mouseTop1); cursor.left = mouseLeft1; cursor.top = mouseTop1; if (showCursor) { vCursor && elTrans(vCursor, round(mouseLeft1), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(mouseTop1), plotWidCss, plotHgtCss); } let idx; // when zooming to an x scale range between datapoints the binary search // for nearest min/max indices results in this condition. cheap hack :D let noDataInRange = i0 > i1; // works for mode 1 only closestDist = inf; closestSeries = null; // TODO: extract let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss; // if cursor hidden, hide points & clear legend vals if (mouseLeft1 < 0 || dataLen == 0 || noDataInRange) { idx = cursor.idx = null; for (let i = 0; i < series.length; i++) { let pt = cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } if (cursorFocus) setSeries(null, FOCUS_TRUE, true, src == null && syncOpts.setSeries); if (legend.live) { activeIdxs.fill(idx); shouldSetLegend = true; } } else { // let pctY = 1 - (y / rect.height); let mouseXPos, valAtPosX, xPos; if (mode == 1) { mouseXPos = scaleX.ori == 0 ? mouseLeft1 : mouseTop1; valAtPosX = posToVal(mouseXPos, xScaleKey); idx = cursor.idx = closestIdx(valAtPosX, data[0], i0, i1); xPos = valToPosX(data[0][idx], scaleX, xDim, 0); } // closest pt values let _ptLft = -10; let _ptTop = -10; let _ptWid = 0; let _ptHgt = 0; let _centered = true; let _ptFill = ''; let _ptStroke = ''; for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { let s = series[i]; let idx1 = activeIdxs[i]; let yVal1 = idx1 == null ? null : (mode == 1 ? data[i][idx1] : data[i][1][idx1]); let idx2 = cursor.dataIdx(self, i, idx, valAtPosX); let yVal2 = idx2 == null ? null : (mode == 1 ? data[i][idx2] : data[i][1][idx2]); shouldSetLegend = shouldSetLegend || yVal2 != yVal1 || idx2 != idx1; activeIdxs[i] = idx2; if (i > 0 && s.show) { let xPos2 = idx2 == null ? -10 : idx2 == idx ? xPos : valToPosX(mode == 1 ? data[0][idx2] : data[i][0][idx2], scaleX, xDim, 0); // this doesnt really work for state timeline, heatmap, status history (where the value maps to color, not y coords) let yPos = yVal2 == null ? -10 : valToPosY(yVal2, mode == 1 ? scales[s.scale] : scales[s.facets[1].scale], yDim, 0); if (cursorFocus && yVal2 != null) { let mouseYPos = scaleX.ori == 1 ? mouseLeft1 : mouseTop1; let dist = abs(focus.dist(self, i, idx2, yPos, mouseYPos)); if (dist < closestDist) { let bias = focus.bias; if (bias != 0) { let mouseYVal = posToVal(mouseYPos, s.scale); let seriesYValSign = yVal2 >= 0 ? 1 : -1; let mouseYValSign = mouseYVal >= 0 ? 1 : -1; // with a focus bias, we will never cross zero when prox testing // it's either closest towards zero, or closest away from zero if (mouseYValSign == seriesYValSign && ( mouseYValSign == 1 ? (bias == 1 ? yVal2 >= mouseYVal : yVal2 <= mouseYVal) : // >= 0 (bias == 1 ? yVal2 <= mouseYVal : yVal2 >= mouseYVal) // < 0 )) { closestDist = dist; closestSeries = i; } } else { closestDist = dist; closestSeries = i; } } } if (shouldSetLegend || cursorOnePt) { let hPos, vPos; if (scaleX.ori == 0) { hPos = xPos2; vPos = yPos; } else { hPos = yPos; vPos = xPos2; } let ptWid, ptHgt, ptLft, ptTop, ptStroke, ptFill, centered = true, getBBox = points.bbox; if (getBBox != null) { centered = false; let bbox = getBBox(self, i); ptLft = bbox.left; ptTop = bbox.top; ptWid = bbox.width; ptHgt = bbox.height; } else { ptLft = hPos; ptTop = vPos; ptWid = ptHgt = points.size(self, i); } ptFill = points.fill(self, i); ptStroke = points.stroke(self, i); if (cursorOnePt) { if (i == closestSeries && closestDist <= focus.prox) { _ptLft = ptLft; _ptTop = ptTop; _ptWid = ptWid; _ptHgt = ptHgt; _centered = centered; _ptFill = ptFill; _ptStroke = ptStroke; } } else { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] = ptLft; cursorPtsTop[i] = ptTop; elSize(pt, ptWid, ptHgt, centered); elColor(pt, ptFill, ptStroke); elTrans(pt, ceil(ptLft), ceil(ptTop), plotWidCss, plotHgtCss); } } } } } // if only using single hover point (at cursorPts[0]) // we have trigger styling at last visible series (once closestSeries is settled) if (cursorOnePt) { // some of this logic is similar to series focus below, since it matches the behavior by design let p = focus.prox; let focusChanged = focusedSeries == null ? closestDist <= p : (closestDist > p || closestSeries != focusedSeries); if (shouldSetLegend || focusChanged) { let pt = cursorPts[0]; if (pt != null) { cursorPtsLft[0] = _ptLft; cursorPtsTop[0] = _ptTop; elSize(pt, _ptWid, _ptHgt, _centered); elColor(pt, _ptFill, _ptStroke); elTrans(pt, ceil(_ptLft), ceil(_ptTop), plotWidCss, plotHgtCss); } } } } // nit: cursor.drag.setSelect is assumed always true if (select.show && dragging) { if (src != null) { let [xKey, yKey] = syncOpts.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let [xKeySrc, yKeySrc] = src.cursor.sync.scales; // match the dragX/dragY implicitness/explicitness of src let sdrag = src.cursor.drag; dragX = sdrag._x; dragY = sdrag._y; if (dragX || dragY) { let { left, top, width, height } = src.select; let sori = src.scales[xKeySrc].ori; let sPosToVal = src.posToVal; let sOff, sDim, sc, a, b; let matchingX = xKey != null && matchXKeys(xKey, xKeySrc); let matchingY = yKey != null && matchYKeys(yKey, yKeySrc); if (matchingX && dragX) { if (sori == 0) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[xKey]; a = valToPosX(sPosToVal(sOff, xKeySrc), sc, xDim, 0); b = valToPosX(sPosToVal(sOff + sDim, xKeySrc), sc, xDim, 0); setSelX(min(a,b), abs(b-a)); } else setSelX(0, xDim); if (matchingY && dragY) { if (sori == 1) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[yKey]; a = valToPosY(sPosToVal(sOff, yKeySrc), sc, yDim, 0); b = valToPosY(sPosToVal(sOff + sDim, yKeySrc), sc, yDim, 0); setSelY(min(a,b), abs(b-a)); } else setSelY(0, yDim); } else hideSelect(); } else { let rawDX = abs(rawMouseLeft1 - rawMouseLeft0); let rawDY = abs(rawMouseTop1 - rawMouseTop0); if (scaleX.ori == 1) { let _rawDX = rawDX; rawDX = rawDY; rawDY = _rawDX; } dragX = drag.x && rawDX >= drag.dist; dragY = drag.y && rawDY >= drag.dist; let uni = drag.uni; if (uni != null) { // only calc drag status if they pass the dist thresh if (dragX && dragY) { dragX = rawDX >= uni; dragY = rawDY >= uni; // force unidirectionality when both are under uni limit if (!dragX && !dragY) { if (rawDY > rawDX) dragY = true; else dragX = true; } } } else if (drag.x && drag.y && (dragX || dragY)) // if omni with no uni then both dragX / dragY should be true if either is true dragX = dragY = true; let p0, p1; if (dragX) { if (scaleX.ori == 0) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelX(min(p0, p1), abs(p1 - p0)); if (!dragY) setSelY(0, yDim); } if (dragY) { if (scaleX.ori == 1) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelY(min(p0, p1), abs(p1 - p0)); if (!dragX) setSelX(0, xDim); } // the drag didn't pass the dist requirement if (!dragX && !dragY) { setSelX(0, 0); setSelY(0, 0); } } } drag._x = dragX; drag._y = dragY; if (src == null) { if (_pub) { if (syncKey != null) { let [xSyncKey, ySyncKey] = syncOpts.scales; syncOpts.values[0] = xSyncKey != null ? posToVal(scaleX.ori == 0 ? mouseLeft1 : mouseTop1, xSyncKey) : null; syncOpts.values[1] = ySyncKey != null ? posToVal(scaleX.ori == 1 ? mouseLeft1 : mouseTop1, ySyncKey) : null; } pubSync(mousemove, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, idx); } if (cursorFocus) { let shouldPub = _pub && syncOpts.setSeries; let p = focus.prox; if (focusedSeries == null) { if (closestDist <= p) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } else { if (closestDist > p) setSeries(null, FOCUS_TRUE, true, shouldPub); else if (closestSeries != focusedSeries) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } } } if (shouldSetLegend) { legend.idx = idx; setLegend(); } _fire !== false && fire("setCursor"); } let rect = null; Object.defineProperty(self, 'rect', { get() { if (rect == null) syncRect(false); return rect; }, }); function syncRect(defer = false) { if (defer) rect = null; else { rect = over.getBoundingClientRect(); fire("syncRect", rect); } } function mouseMove(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; // Chrome on Windows has a bug which triggers a stray mousemove event after an initial mousedown event // when clicking into a plot as part of re-focusing the browser window. // we gotta ignore it to avoid triggering a phantom drag / setSelect // However, on touch-only devices Chrome-based browsers trigger a 0-distance mousemove before mousedown // so we don't ignore it when mousedown has set the dragging flag if (dragging && e != null && e.movementX == 0 && e.movementY == 0) return; cacheMouse(e, src, _l, _t, _w, _h, _i, false, e != null); if (e != null) updateCursor(null, true, true); else updateCursor(src, true, false); } function cacheMouse(e, src, _l, _t, _w, _h, _i, initial, snap) { if (rect == null) syncRect(false); setCursorEvent(e); if (e != null) { _l = e.clientX - rect.left; _t = e.clientY - rect.top; } else { if (_l < 0 || _t < 0) { mouseLeft1 = -10; mouseTop1 = -10; return; } let [xKey, yKey] = syncOpts.scales; let syncOptsSrc = src.cursor.sync; let [xValSrc, yValSrc] = syncOptsSrc.values; let [xKeySrc, yKeySrc] = syncOptsSrc.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let rotSrc = src.axes[0].side % 2 == 1; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss, yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss, _xDim = rotSrc ? _h : _w, _yDim = rotSrc ? _w : _h, _xPos = rotSrc ? _t : _l, _yPos = rotSrc ? _l : _t; if (xKeySrc != null) _l = matchXKeys(xKey, xKeySrc) ? getPos(xValSrc, scales[xKey], xDim, 0) : -10; else _l = xDim * (_xPos/_xDim); if (yKeySrc != null) _t = matchYKeys(yKey, yKeySrc) ? getPos(yValSrc, scales[yKey], yDim, 0) : -10; else _t = yDim * (_yPos/_yDim); if (scaleX.ori == 1) { let __l = _l; _l = _t; _t = __l; } } if (snap && (src == null || src.cursor.event.type == mousemove)) { if (_l <= 1 || _l >= plotWidCss - 1) _l = incrRound(_l, plotWidCss); if (_t <= 1 || _t >= plotHgtCss - 1) _t = incrRound(_t, plotHgtCss); } if (initial) { rawMouseLeft0 = _l; rawMouseTop0 = _t; [mouseLeft0, mouseTop0] = cursor.move(self, _l, _t); } else { mouseLeft1 = _l; mouseTop1 = _t; } } const _hideProps = { width: 0, height: 0, left: 0, top: 0, }; function hideSelect() { setSelect(_hideProps, false); } let downSelectLeft; let downSelectTop; let downSelectWidth; let downSelectHeight; function mouseDown(e, src, _l, _t, _w, _h, _i) { dragging = true; dragX = dragY = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, true, false); if (e != null) { onMouse(mouseup, doc, mouseUp, false); pubSync(mousedown, self, mouseLeft0, mouseTop0, plotWidCss, plotHgtCss, null); } let { left, top, width, height } = select; downSelectLeft = left; downSelectTop = top; downSelectWidth = width; downSelectHeight = height; // hideSelect(); } function mouseUp(e, src, _l, _t, _w, _h, _i) { dragging = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, false, true); let { left, top, width, height } = select; let hasSelect = width > 0 || height > 0; let chgSelect = ( downSelectLeft != left || downSelectTop != top || downSelectWidth != width || downSelectHeight != height ); hasSelect && chgSelect && setSelect(select); if (drag.setScale && hasSelect && chgSelect) { // if (syncKey != null) { // dragX = drag.x; // dragY = drag.y; // } let xOff = left, xDim = width, yOff = top, yDim = height; if (scaleX.ori == 1) { xOff = top, xDim = height, yOff = left, yDim = width; } if (dragX) { _setScale(xScaleKey, posToVal(xOff, xScaleKey), posToVal(xOff + xDim, xScaleKey) ); } if (dragY) { for (let k in scales) { let sc = scales[k]; if (k != xScaleKey && sc.from == null && sc.min != inf) { _setScale(k, posToVal(yOff + yDim, k), posToVal(yOff, k) ); } } } hideSelect(); } else if (cursor.lock) { cursor._lock = !cursor._lock; updateCursor(src, true, e != null); } if (e != null) { offMouse(mouseup, doc); pubSync(mouseup, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } } function mouseLeave(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); let _dragging = dragging; if (dragging) { // handle case when mousemove aren't fired all the way to edges by browser let snapH = true; let snapV = true; let snapProx = 10; let dragH, dragV; if (scaleX.ori == 0) { dragH = dragX; dragV = dragY; } else { dragH = dragY; dragV = dragX; } if (dragH && dragV) { // maybe omni corner snap snapH = mouseLeft1 <= snapProx || mouseLeft1 >= plotWidCss - snapProx; snapV = mouseTop1 <= snapProx || mouseTop1 >= plotHgtCss - snapProx; } if (dragH && snapH) mouseLeft1 = mouseLeft1 < mouseLeft0 ? 0 : plotWidCss; if (dragV && snapV) mouseTop1 = mouseTop1 < mouseTop0 ? 0 : plotHgtCss; updateCursor(null, true, true); dragging = false; } mouseLeft1 = -10; mouseTop1 = -10; activeIdxs.fill(null); // passing a non-null timestamp to force sync/mousemove event updateCursor(null, true, true); if (_dragging) dragging = _dragging; } function dblClick(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); autoScaleX(); hideSelect(); if (e != null) pubSync(dblclick, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } function onDppxChange() { setPxRatio(); } on(dppxchange, win, onDppxChange); // internal pub/sub const events = {}; events.mousedown = mouseDown; events.mousemove = mouseMove; events.mouseup = mouseUp; events.dblclick = dblClick; events["setSeries"] = (e, src, idx, opts) => { let seriesIdxMatcher = syncOpts.match[2]; idx = seriesIdxMatcher(self, src, idx); idx != -1 && setSeries(idx, opts, true, false); }; if (showCursor) { onMouse(mousedown, over, mouseDown); onMouse(mousemove, over, mouseMove); onMouse(mouseenter, over, e => { setCursorEvent(e); syncRect(false); }); onMouse(mouseleave, over, mouseLeave); onMouse(dblclick, over, dblClick); cursorPlots.add(self); self.syncRect = syncRect; } // external on/off const hooks = self.hooks = opts.hooks || {}; function fire(evName, a1, a2) { if (deferHooks) hooksQueue.push([evName, a1, a2]); else { if (evName in hooks) { hooks[evName].forEach(fn => { fn.call(null, self, a1, a2); }); } } } (opts.plugins || []).forEach(p => { for (let evName in p.hooks) hooks[evName] = (hooks[evName] || []).concat(p.hooks[evName]); }); const seriesIdxMatcher = (self, src, srcSeriesIdx) => srcSeriesIdx; const syncOpts = assign({ key: null, setSeries: false, filters: { pub: retTrue, sub: retTrue, }, scales: [xScaleKey, series[1] ? series[1].scale : null], match: [retEq, retEq, seriesIdxMatcher], values: [null, null], }, cursor.sync); if (syncOpts.match.length == 2) syncOpts.match.push(seriesIdxMatcher); cursor.sync = syncOpts; const syncKey = syncOpts.key; const sync = _sync(syncKey); function pubSync(type, src, x, y, w, h, i) { if (syncOpts.filters.pub(type, src, x, y, w, h, i)) sync.pub(type, src, x, y, w, h, i); } sync.sub(self); function pub(type, src, x, y, w, h, i) { if (syncOpts.filters.sub(type, src, x, y, w, h, i)) events[type](null, src, x, y, w, h, i); } self.pub = pub; function destroy() { sync.unsub(self); cursorPlots.delete(self); mouseListeners.clear(); off(dppxchange, win, onDppxChange); root.remove(); legendTable?.remove(); // in case mounted outside of root fire("destroy"); } self.destroy = destroy; function _init() { fire("init", opts, data); setData(data || opts.data, false); if (pendScales[xScaleKey]) setScale(xScaleKey, pendScales[xScaleKey]); else autoScaleX(); shouldSetSelect = select.show && (select.width > 0 || select.height > 0); shouldSetCursor = shouldSetLegend = true; _setSize(opts.width, opts.height); } series.forEach(initSeries); axes.forEach(initAxis); if (then) { if (then instanceof HTMLElement) { then.appendChild(root); _init(); } else then(self, _init); } else _init(); return self; } uPlot.assign = assign; uPlot.fmtNum = fmtNum; uPlot.rangeNum = rangeNum; uPlot.rangeLog = rangeLog; uPlot.rangeAsinh = rangeAsinh; uPlot.orient = orient; uPlot.pxRatio = pxRatio; { uPlot.join = join; } { uPlot.fmtDate = fmtDate; uPlot.tzDate = tzDate; } uPlot.sync = _sync; { uPlot.addGap = addGap; uPlot.clipGaps = clipGaps; let paths = uPlot.paths = { points, }; (paths.linear = linear); (paths.stepped = stepped); (paths.bars = bars); (paths.spline = monotoneCubic); } export { uPlot as default }; ================================================ FILE: dist/uPlot.iife.js ================================================ /** * Copyright (c) 2026, Leon Sorokin * All rights reserved. (MIT Licensed) * * uPlot.js (μPlot) * A small, fast chart for time series, lines, areas, ohlc & bars * https://github.com/leeoniya/uPlot (v1.6.32) */ var uPlot = (function () { 'use strict'; const FEAT_TIME = true; // binary search for index of closest value function closestIdx(num, arr, lo, hi) { let mid; lo = lo || 0; hi = hi || arr.length - 1; let bitwise = hi <= 2147483647; while (hi - lo > 1) { mid = bitwise ? (lo + hi) >> 1 : floor((lo + hi) / 2); if (arr[mid] < num) lo = mid; else hi = mid; } if (num - arr[lo] <= arr[hi] - num) return lo; return hi; } function makeIndexOfs(predicate) { let indexOfs = (data, _i0, _i1) => { let i0 = -1; let i1 = -1; for (let i = _i0; i <= _i1; i++) { if (predicate(data[i])) { i0 = i; break; } } for (let i = _i1; i >= _i0; i--) { if (predicate(data[i])) { i1 = i; break; } } return [i0, i1]; }; return indexOfs; } const notNullish = v => v != null; const isPositive = v => v != null && v > 0; const nonNullIdxs = makeIndexOfs(notNullish); const positiveIdxs = makeIndexOfs(isPositive); function getMinMax(data, _i0, _i1, sorted = 0, log = false) { // console.log("getMinMax()"); let getEdgeIdxs = log ? positiveIdxs : nonNullIdxs; let predicate = log ? isPositive : notNullish; [_i0, _i1] = getEdgeIdxs(data, _i0, _i1); let _min = data[_i0]; let _max = data[_i0]; if (_i0 > -1) { if (sorted == 1) { _min = data[_i0]; _max = data[_i1]; } else if (sorted == -1) { _min = data[_i1]; _max = data[_i0]; } else { for (let i = _i0; i <= _i1; i++) { let v = data[i]; if (predicate(v)) { if (v < _min) _min = v; else if (v > _max) _max = v; } } } } return [_min ?? inf, _max ?? -inf]; // todo: fix to return nulls } function rangeLog(min, max, base, fullMags) { if (base == 2) fullMags = true; let minSign = sign(min); let maxSign = sign(max); if (min == max) { if (minSign == -1) { min *= base; max /= base; } else { min /= base; max *= base; } } let logFn = base == 10 ? log10 : log2; let growMinAbs = minSign == 1 ? floor : ceil; let growMaxAbs = maxSign == 1 ? ceil : floor; let minLogAbs = logFn(abs(min)); let maxLogAbs = logFn(abs(max)); let minExp = growMinAbs(minLogAbs); let maxExp = growMaxAbs(maxLogAbs); let minIncr = pow(base, minExp); let maxIncr = pow(base, maxExp); // fix values like Math.pow(10, -5) === 0.000009999999999999999 if (base == 10) { if (minExp < 0) minIncr = roundDec(minIncr, -minExp); if (maxExp < 0) maxIncr = roundDec(maxIncr, -maxExp); } if (fullMags) { min = minIncr * minSign; max = maxIncr * maxSign; } else { min = incrRoundDn(min, pow(base, floor(minLogAbs)), false); max = incrRoundUp(max, pow(base, floor(maxLogAbs)), false); } return [min, max]; } function rangeAsinh(min, max, base, fullMags) { let minMax = rangeLog(min, max, base, fullMags); if (min == 0) minMax[0] = 0; if (max == 0) minMax[1] = 0; return minMax; } const rangePad = 0.1; const autoRangePart = { mode: 3, pad: rangePad, }; const _eqRangePart = { pad: 0, soft: null, mode: 0, }; const _eqRange = { min: _eqRangePart, max: _eqRangePart, }; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value function rangeNum(_min, _max, mult, extra) { if (isObj(mult)) return _rangeNum(_min, _max, mult); _eqRangePart.pad = mult; _eqRangePart.soft = extra ? 0 : null; _eqRangePart.mode = extra ? 3 : 0; return _rangeNum(_min, _max, _eqRange); } // nullish coalesce function ifNull(lh, rh) { return lh == null ? rh : lh; } // checks if given index range in an array contains a non-null value // aka a range-bounded Array.some() function hasData(data, idx0, idx1) { idx0 = ifNull(idx0, 0); idx1 = ifNull(idx1, data.length - 1); while (idx0 <= idx1) { if (data[idx0] != null) return true; idx0++; } return false; } function _rangeNum(_min, _max, cfg) { let cmin = cfg.min; let cmax = cfg.max; let padMin = ifNull(cmin.pad, 0); let padMax = ifNull(cmax.pad, 0); let hardMin = ifNull(cmin.hard, -inf); let hardMax = ifNull(cmax.hard, inf); let softMin = ifNull(cmin.soft, inf); let softMax = ifNull(cmax.soft, -inf); let softMinMode = ifNull(cmin.mode, 0); let softMaxMode = ifNull(cmax.mode, 0); let delta = _max - _min; let deltaMag = log10(delta); let scalarMax = max(abs(_min), abs(_max)); let scalarMag = log10(scalarMax); let scalarMagDelta = abs(scalarMag - deltaMag); // this handles situations like 89.7, 89.69999999999999 // by assuming 0.001x deltas are precision errors // if (delta > 0 && delta < abs(_max) / 1e3) // delta = 0; // treat data as flat if delta is less than 1e-24 // or range is 11+ orders of magnitude below raw values, e.g. 99999999.99999996 - 100000000.00000004 if (delta < 1e-24 || scalarMagDelta > 10) { delta = 0; // if soft mode is 2 and all vals are flat at 0, avoid the 0.1 * 1e3 fallback // this prevents 0,0,0 from ranging to -100,100 when softMin/softMax are -1,1 if (_min == 0 || _max == 0) { delta = 1e-24; if (softMinMode == 2 && softMin != inf) padMin = 0; if (softMaxMode == 2 && softMax != -inf) padMax = 0; } } let nonZeroDelta = delta || scalarMax || 1e3; let mag = log10(nonZeroDelta); let base = pow(10, floor(mag)); let _padMin = nonZeroDelta * (delta == 0 ? (_min == 0 ? .1 : 1) : padMin); let _newMin = roundDec(incrRoundDn(_min - _padMin, base/10), 24); let _softMin = _min >= softMin && (softMinMode == 1 || softMinMode == 3 && _newMin <= softMin || softMinMode == 2 && _newMin >= softMin) ? softMin : inf; let minLim = max(hardMin, _newMin < _softMin && _min >= _softMin ? _softMin : min(_softMin, _newMin)); let _padMax = nonZeroDelta * (delta == 0 ? (_max == 0 ? .1 : 1) : padMax); let _newMax = roundDec(incrRoundUp(_max + _padMax, base/10), 24); let _softMax = _max <= softMax && (softMaxMode == 1 || softMaxMode == 3 && _newMax >= softMax || softMaxMode == 2 && _newMax <= softMax) ? softMax : -inf; let maxLim = min(hardMax, _newMax > _softMax && _max <= _softMax ? _softMax : max(_softMax, _newMax)); if (minLim == maxLim && minLim == 0) maxLim = 100; return [minLim, maxLim]; } // alternative: https://stackoverflow.com/a/2254896 const numFormatter = new Intl.NumberFormat(); const fmtNum = val => numFormatter.format(val); const M = Math; const PI = M.PI; const abs = M.abs; const floor = M.floor; const round = M.round; const ceil = M.ceil; const min = M.min; const max = M.max; const pow = M.pow; const sign = M.sign; const log10 = M.log10; const log2 = M.log2; // TODO: seems like this needs to match asinh impl if the passed v is tweaked? const sinh = (v, linthresh = 1) => M.sinh(v) * linthresh; const asinh = (v, linthresh = 1) => M.asinh(v / linthresh); const inf = Infinity; function numIntDigits(x) { return (log10((x ^ (x >> 31)) - (x >> 31)) | 0) + 1; } function clamp(num, _min, _max) { return min(max(num, _min), _max); } function isFn(v) { return typeof v == "function"; } function fnOrSelf(v) { return isFn(v) ? v : () => v; } const noop = () => {}; // note: these identity fns may get deoptimized if reused for different arg types // a TS version would enforce they stay monotyped and require making variants const retArg0 = _0 => _0; const retArg1 = (_0, _1) => _1; const retNull = _ => null; const retTrue = _ => true; const retEq = (a, b) => a == b; const regex6 = /\.\d*?(?=9{6,}|0{6,})/gm; // e.g. 17999.204999999998 -> 17999.205 const fixFloat = val => { if (isInt(val) || fixedDec.has(val)) return val; const str = `${val}`; const match = str.match(regex6); if (match == null) return val; let len = match[0].length - 1; // e.g. 1.0000000000000001e-24 if (str.indexOf('e-') != -1) { let [num, exp] = str.split('e'); return +`${fixFloat(num)}e${exp}`; } return roundDec(val, len); }; function incrRound(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(roundDec(fixFloat(num/incr))*incr) : roundDec(num/incr)*incr; } function incrRoundUp(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(ceil(fixFloat(num/incr))*incr) : ceil(num/incr)*incr; } function incrRoundDn(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(floor(fixFloat(num/incr))*incr) : floor(num/incr)*incr; } // https://stackoverflow.com/a/48764436 // rounds half away from zero function roundDec(val, dec = 0) { if (isInt(val)) return val; // else if (dec == 0) // return round(val); let p = 10 ** dec; let n = (val * p) * (1 + Number.EPSILON); return round(n) / p; } const fixedDec = new Map(); function guessDec(num) { return ((""+num).split(".")[1] || "").length; } function genIncrs(base, minExp, maxExp, mults) { let incrs = []; let multDec = mults.map(guessDec); for (let exp = minExp; exp < maxExp; exp++) { let expa = abs(exp); let mag = roundDec(pow(base, exp), expa); for (let i = 0; i < mults.length; i++) { let _incr = base == 10 ? +`${mults[i]}e${exp}` : mults[i] * mag; let dec = (exp >= 0 ? 0 : expa) + (exp >= multDec[i] ? 0 : multDec[i]); let incr = base == 10 ? _incr : roundDec(_incr, dec); incrs.push(incr); fixedDec.set(incr, dec); } } return incrs; } //export const assign = Object.assign; const EMPTY_OBJ = {}; const EMPTY_ARR = []; const nullNullTuple = [null, null]; const isArr = Array.isArray; const isInt = Number.isInteger; const isUndef = v => v === void 0; function isStr(v) { return typeof v == 'string'; } function isObj(v) { let is = false; if (v != null) { let c = v.constructor; is = c == null || c == Object; } return is; } function fastIsObj(v) { return v != null && typeof v == 'object'; } const TypedArray = Object.getPrototypeOf(Uint8Array); const __proto__ = "__proto__"; function copy(o, _isObj = isObj) { let out; if (isArr(o)) { let val = o.find(v => v != null); if (isArr(val) || _isObj(val)) { out = Array(o.length); for (let i = 0; i < o.length; i++) out[i] = copy(o[i], _isObj); } else out = o.slice(); } else if (o instanceof TypedArray) // also (ArrayBuffer.isView(o) && !(o instanceof DataView)) out = o.slice(); else if (_isObj(o)) { out = {}; for (let k in o) { if (k != __proto__) out[k] = copy(o[k], _isObj); } } else out = o; return out; } function assign(targ) { let args = arguments; for (let i = 1; i < args.length; i++) { let src = args[i]; for (let key in src) { if (key != __proto__) { if (isObj(targ[key])) assign(targ[key], copy(src[key])); else targ[key] = copy(src[key]); } } } return targ; } // nullModes const NULL_REMOVE = 0; // nulls are converted to undefined (e.g. for spanGaps: true) const NULL_RETAIN = 1; // nulls are retained, with alignment artifacts set to undefined (default) const NULL_EXPAND = 2; // nulls are expanded to include any adjacent alignment artifacts // sets undefined values to nulls when adjacent to existing nulls (minesweeper) function nullExpand(yVals, nullIdxs, alignedLen) { for (let i = 0, xi, lastNullIdx = -1; i < nullIdxs.length; i++) { let nullIdx = nullIdxs[i]; if (nullIdx > lastNullIdx) { xi = nullIdx - 1; while (xi >= 0 && yVals[xi] == null) yVals[xi--] = null; xi = nullIdx + 1; while (xi < alignedLen && yVals[xi] == null) yVals[lastNullIdx = xi++] = null; } } } // nullModes is a tables-matched array indicating how to treat nulls in each series // output is sorted ASC on the joined field (table[0]) and duplicate join values are collapsed function join(tables, nullModes) { if (allHeadersSame(tables)) { // console.log('cheap join!'); let table = tables[0].slice(); for (let i = 1; i < tables.length; i++) table.push(...tables[i].slice(1)); if (!isAsc(table[0])) table = sortCols(table); return table; } let xVals = new Set(); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; let len = xs.length; for (let i = 0; i < len; i++) xVals.add(xs[i]); } let data = [Array.from(xVals).sort((a, b) => a - b)]; let alignedLen = data[0].length; let xIdxs = new Map(); for (let i = 0; i < alignedLen; i++) xIdxs.set(data[0][i], i); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; for (let si = 1; si < t.length; si++) { let ys = t[si]; let yVals = Array(alignedLen).fill(undefined); let nullMode = nullModes ? nullModes[ti][si] : NULL_RETAIN; let nullIdxs = []; for (let i = 0; i < ys.length; i++) { let yVal = ys[i]; let alignedIdx = xIdxs.get(xs[i]); if (yVal === null) { if (nullMode != NULL_REMOVE) { yVals[alignedIdx] = yVal; if (nullMode == NULL_EXPAND) nullIdxs.push(alignedIdx); } } else yVals[alignedIdx] = yVal; } nullExpand(yVals, nullIdxs, alignedLen); data.push(yVals); } } return data; } const microTask = typeof queueMicrotask == "undefined" ? fn => Promise.resolve().then(fn) : queueMicrotask; // TODO: https://github.com/dy/sort-ids (~2x faster for 1e5+ arrays) function sortCols(table) { let head = table[0]; let rlen = head.length; let idxs = Array(rlen); for (let i = 0; i < idxs.length; i++) idxs[i] = i; idxs.sort((i0, i1) => head[i0] - head[i1]); let table2 = []; for (let i = 0; i < table.length; i++) { let row = table[i]; let row2 = Array(rlen); for (let j = 0; j < rlen; j++) row2[j] = row[idxs[j]]; table2.push(row2); } return table2; } // test if we can do cheap join (all join fields same) function allHeadersSame(tables) { let vals0 = tables[0][0]; let len0 = vals0.length; for (let i = 1; i < tables.length; i++) { let vals1 = tables[i][0]; if (vals1.length != len0) return false; if (vals1 != vals0) { for (let j = 0; j < len0; j++) { if (vals1[j] != vals0[j]) return false; } } } return true; } function isAsc(vals, samples = 100) { const len = vals.length; // empty or single value if (len <= 1) return true; // skip leading & trailing nullish let firstIdx = 0; let lastIdx = len - 1; while (firstIdx <= lastIdx && vals[firstIdx] == null) firstIdx++; while (lastIdx >= firstIdx && vals[lastIdx] == null) lastIdx--; // all nullish or one value surrounded by nullish if (lastIdx <= firstIdx) return true; const stride = max(1, floor((lastIdx - firstIdx + 1) / samples)); for (let prevVal = vals[firstIdx], i = firstIdx + stride; i <= lastIdx; i += stride) { const v = vals[i]; if (v != null) { if (v <= prevVal) return false; prevVal = v; } } return true; } const WIDTH = "width"; const HEIGHT = "height"; const TOP = "top"; const BOTTOM = "bottom"; const LEFT = "left"; const RIGHT = "right"; const hexBlack = "#000"; const transparent = hexBlack + "0"; const mousemove = "mousemove"; const mousedown = "mousedown"; const mouseup = "mouseup"; const mouseenter = "mouseenter"; const mouseleave = "mouseleave"; const dblclick = "dblclick"; const resize = "resize"; const scroll = "scroll"; const change = "change"; const dppxchange = "dppxchange"; const LEGEND_DISP = "--"; const pre = "u-"; const UPLOT = "uplot"; const ORI_HZ = pre + "hz"; const ORI_VT = pre + "vt"; const TITLE = pre + "title"; const WRAP = pre + "wrap"; const UNDER = pre + "under"; const OVER = pre + "over"; const AXIS = pre + "axis"; const OFF = pre + "off"; const SELECT = pre + "select"; const CURSOR_X = pre + "cursor-x"; const CURSOR_Y = pre + "cursor-y"; const CURSOR_PT = pre + "cursor-pt"; const LEGEND = pre + "legend"; const LEGEND_LIVE = pre + "live"; const LEGEND_INLINE = pre + "inline"; const LEGEND_SERIES = pre + "series"; const LEGEND_MARKER = pre + "marker"; const LEGEND_LABEL = pre + "label"; const LEGEND_VALUE = pre + "value"; const domEnv = typeof window != 'undefined'; const doc = domEnv ? document : null; const win = domEnv ? window : null; let pxRatio; //export const canHover = domEnv && !win.matchMedia('(hover: none)').matches; let query; function setPxRatio() { let _pxRatio = devicePixelRatio; // during print preview, Chrome fires off these dppx queries even without changes if (pxRatio != _pxRatio) { pxRatio = _pxRatio; query && off(change, query, setPxRatio); query = matchMedia(`(min-resolution: ${pxRatio - 0.001}dppx) and (max-resolution: ${pxRatio + 0.001}dppx)`); on(change, query, setPxRatio); win.dispatchEvent(new CustomEvent(dppxchange)); } } function addClass(el, c) { if (c != null) { let cl = el.classList; !cl.contains(c) && cl.add(c); } } function remClass(el, c) { let cl = el.classList; cl.contains(c) && cl.remove(c); } function setStylePx(el, name, value) { el.style[name] = value + "px"; } function placeTag(tag, cls, targ, refEl) { let el = doc.createElement(tag); if (cls != null) addClass(el, cls); if (targ != null) targ.insertBefore(el, refEl); return el; } function placeDiv(cls, targ) { return placeTag("div", cls, targ); } const xformCache = new WeakMap(); function elTrans(el, xPos, yPos, xMax, yMax) { let xform = "translate(" + xPos + "px," + yPos + "px)"; let xformOld = xformCache.get(el); if (xform != xformOld) { el.style.transform = xform; xformCache.set(el, xform); if (xPos < 0 || yPos < 0 || xPos > xMax || yPos > yMax) addClass(el, OFF); else remClass(el, OFF); } } const colorCache = new WeakMap(); function elColor(el, background, borderColor) { let newColor = background + borderColor; let oldColor = colorCache.get(el); if (newColor != oldColor) { colorCache.set(el, newColor); el.style.background = background; el.style.borderColor = borderColor; } } const sizeCache = new WeakMap(); function elSize(el, newWid, newHgt, centered) { let newSize = newWid + "" + newHgt; let oldSize = sizeCache.get(el); if (newSize != oldSize) { sizeCache.set(el, newSize); el.style.height = newHgt + "px"; el.style.width = newWid + "px"; el.style.marginLeft = centered ? -newWid/2 + "px" : 0; el.style.marginTop = centered ? -newHgt/2 + "px" : 0; } } const evOpts = {passive: true}; const evOpts2 = {...evOpts, capture: true}; function on(ev, el, cb, capt) { el.addEventListener(ev, cb, capt ? evOpts2 : evOpts); } function off(ev, el, cb, capt) { el.removeEventListener(ev, cb, evOpts); } domEnv && setPxRatio(); const months = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ]; const days = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ]; function slice3(str) { return str.slice(0, 3); } const days3 = days.map(slice3); const months3 = months.map(slice3); const engNames = { MMMM: months, MMM: months3, WWWW: days, WWW: days3, }; function zeroPad2(int) { return (int < 10 ? '0' : '') + int; } function zeroPad3(int) { return (int < 10 ? '00' : int < 100 ? '0' : '') + int; } /* function suffix(int) { let mod10 = int % 10; return int + ( mod10 == 1 && int != 11 ? "st" : mod10 == 2 && int != 12 ? "nd" : mod10 == 3 && int != 13 ? "rd" : "th" ); } */ const subs = { // 2019 YYYY: d => d.getFullYear(), // 19 YY: d => (d.getFullYear()+'').slice(2), // July MMMM: (d, names) => names.MMMM[d.getMonth()], // Jul MMM: (d, names) => names.MMM[d.getMonth()], // 07 MM: d => zeroPad2(d.getMonth()+1), // 7 M: d => d.getMonth()+1, // 09 DD: d => zeroPad2(d.getDate()), // 9 D: d => d.getDate(), // Monday WWWW: (d, names) => names.WWWW[d.getDay()], // Mon WWW: (d, names) => names.WWW[d.getDay()], // 03 HH: d => zeroPad2(d.getHours()), // 3 H: d => d.getHours(), // 9 (12hr, unpadded) h: d => {let h = d.getHours(); return h == 0 ? 12 : h > 12 ? h - 12 : h;}, // AM AA: d => d.getHours() >= 12 ? 'PM' : 'AM', // am aa: d => d.getHours() >= 12 ? 'pm' : 'am', // a a: d => d.getHours() >= 12 ? 'p' : 'a', // 09 mm: d => zeroPad2(d.getMinutes()), // 9 m: d => d.getMinutes(), // 09 ss: d => zeroPad2(d.getSeconds()), // 9 s: d => d.getSeconds(), // 374 fff: d => zeroPad3(d.getMilliseconds()), /* // this really only makes sense for DateZoned // -05:00 tzo: d => { let o = d.getTimezoneOffset(); let s = o > 0 ? '-' : '+'; o = abs(o); let hh = zeroPad2(floor(o / 60)); let mm = zeroPad2(o % 60); return `${s}${hh}:${mm}`; } */ }; // export const iso8601 = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); function fmtDate(tpl, names) { names = names || engNames; let parts = []; let R = /\{([a-z]+)\}|[^{]+/gi, m; while (m = R.exec(tpl)) parts.push(m[0][0] == '{' ? subs[m[1]] : m[0]); return d => { let out = ''; for (let i = 0; i < parts.length; i++) out += typeof parts[i] == "string" ? parts[i] : parts[i](d, names); return out; } } const localTz = new Intl.DateTimeFormat().resolvedOptions().timeZone; function tzDate(dateOrTs, tz) { if (tz == null || tz == localTz) return typeof dateOrTs == 'number' ? new Date(dateOrTs) : dateOrTs; let d = new DateZoned(dateOrTs); d.setTimeZone(tz); return d; } const twoDigit = '2-digit'; const fmtrOpts = { weekday: "short", year: 'numeric', month: twoDigit, day: twoDigit, hour: twoDigit, minute: twoDigit, second: twoDigit, fractionalSecondDigits: 3, timeZoneName: 'longOffset', }; /* // this might be a bit easier to parse to avoid negative .slice() offsets new Intl.DateTimeFormat('en-US', { hour12: false, timeZone: 'Europe/London', year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', timeZoneName: 'longOffset', weekday: 'short', fractionalSecondDigits: 3, }).format(new Date()); // Tue, 07/22/2025, 07:02:37.043 GMT+01:00 */ const tzFmt = {}; function getFormatter(tz) { if (tzFmt[tz] == null) tzFmt[tz] = new Intl.DateTimeFormat("sv", {...fmtrOpts, timeZone: tz}).format; return tzFmt[tz]; } class DateZoned extends Date { tz = null; #utc = false; // sön, 1972-10-15 17:25:23,434 GMT+01:00 #str = null; constructor(...args) { super(...args); if (args[0] instanceof DateZoned) { this.tz = args[0].tz; this.#str = args[0].#str; this.#utc = args[0].#utc; } } #get(utcMeth, locMeth, fr, to, add = 0) { let s = this.#str; return this.#utc ? utcMeth.call(this) : s == null ? locMeth.call(this) : Number(s.slice(fr,to)) + add; } setTimeZone(tz) { this.tz = tz; if (tz == 'UTC' || tz == 'Etc/UTC') this.#utc = true; else { let fmt = getFormatter(tz); let f = fmt(this); if (f.endsWith('GMT')) f += '+00:00'; this.#str = f; } } getFullYear() { return this.#get(this.getUTCFullYear, super.getFullYear, -33, -29); } getMonth() { return this.#get(this.getUTCMonth, super.getMonth, -28, -26, -1); } getDate() { return this.#get(this.getUTCDate, super.getDate, -25, -23); } getHours() { return this.#get(this.getUTCHours, super.getHours, -22, -20); } getMinutes() { return this.#get(this.getUTCMinutes, super.getMinutes, -19, -17); } getSeconds() { return this.#get(this.getUTCSeconds, super.getSeconds, -16, -14); } getMilliseconds() { return this.#get(this.getUTCMilliseconds, super.getMilliseconds, -13, -10); } getDay() { let s = this.#str; return this.#utc ? this.getUTCDay() : s == null ? super.getDay() : ( s[0] == 's' ? 0 : // sön s[0] == 'm' ? 1 : // mån s[1] == 'i' ? 2 : // tis s[0] == 'o' ? 3 : // ons s[1] == 'o' ? 4 : // tors s[0] == 'f' ? 5 : // fre s[0] == 'l' ? 6 : // lör -1 ); } getTimezoneOffset() { let s = this.#str; return this.#utc ? 0 : s == null ? super.getTimezoneOffset() : (60 * Number(s.slice(-5,-3)) + Number(s.slice(-2))) * (s.at(-6) == '-' ? -1 : 1); } } function getDayOfYear(date) { let y = date.getFullYear(); let m = date.getMonth() + 1; let d = date.getDate(); // https://stackoverflow.com/a/27790471 return --m*31-(m>1?(1054267675>>m*3-6&7)-(y&3||!(y%25)&&y&15?0:1):0)+d; } // these can be done through just incrRoundDn of 1e3 or 60 * 1e3 // export const PERIOD_SECOND = 0; // export const PERIOD_MINUTE = 1; // this might be needed for tzs where DST is not whole hours? // otherwise incrRoundDn of 3600 * 1e3 // export const PERIOD_HOUR = 2; // thse need special handling due to day length changing due to DST const PERIOD_DAY = 3; const PERIOD_MONTH = 4; const PERIOD_YEAR = 5; // export const PERIOD_WEEK; // get start of period, requires DateZoned and period const function floorSOP(dz, per) { let ts = dz.getTime(); // initial guess (assumes no DST) let ts2 = ts - ( dz.getMilliseconds() + dz.getSeconds() * 1e3 + dz.getMinutes() * 60 * 1e3 + dz.getHours() * 3600 * 1e3 + ( ( per == PERIOD_MONTH ? dz.getDate() - 1: per == PERIOD_YEAR ? getDayOfYear(dz) - 1: 0 ) * 24 * 3600 * 1e3 ) ); // if (ts2 == ts) // return dz; let dz2 = new DateZoned(ts2); dz2.setTimeZone(dz.tz); let h2 = dz2.getHours(); // we want hours to be 0 if (h2 > 0) { let dstAdj = h2 > 12 ? 24 - h2 : -h2; dz2 = new DateZoned(ts2 + dstAdj * 3600 * 1e3); dz2.setTimeZone(dz.tz); } return dz2; } // tweaks the time by +/- 1hr to make sure it lands on 12am // used for correcting optimistically-computed ticks from adding fixed increments // export function sopNear(dz, per) {} /* let fmt = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('America/Chicago'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554004800000); // few hours after london spring forward d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1572156000000); // few hours after london fall back d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } */ /* TODO: 2024 - leap year start of year before feb vs after start of month in dst fwd month / bwd month start of day in dst fwd day / bwd day Australia/Darwin */ //export const series = []; // default formatters: const onlyWhole = v => v % 1 == 0; const allMults = [1,2,2.5,5]; // ...0.01, 0.02, 0.025, 0.05, 0.1, 0.2, 0.25, 0.5 const decIncrs = genIncrs(10, -32, 0, allMults); // 1, 2, 2.5, 5, 10, 20, 25, 50... const oneIncrs = genIncrs(10, 0, 32, allMults); // 1, 2, 5, 10, 20, 25, 50... const wholeIncrs = oneIncrs.filter(onlyWhole); const numIncrs = decIncrs.concat(oneIncrs); const NL = "\n"; const yyyy = "{YYYY}"; const NLyyyy = NL + yyyy; const md = "{M}/{D}"; const NLmd = NL + md; const NLmdyy = NLmd + "/{YY}"; const aa = "{aa}"; const hmm = "{h}:{mm}"; const hmmaa = hmm + aa; const NLhmmaa = NL + hmmaa; const ss = ":{ss}"; const _ = null; function genTimeStuffs(ms) { let s = ms * 1e3, m = s * 60, h = m * 60, d = h * 24, mo = d * 30, y = d * 365; // min of 1e-3 prevents setting a temporal x ticks too small since Date objects cannot advance ticks smaller than 1ms let subSecIncrs = ms == 1 ? genIncrs(10, 0, 3, allMults).filter(onlyWhole) : genIncrs(10, -3, 0, allMults); let timeIncrs = subSecIncrs.concat([ // minute divisors (# of secs) s, s * 5, s * 10, s * 15, s * 30, // hour divisors (# of mins) m, m * 5, m * 10, m * 15, m * 30, // day divisors (# of hrs) h, h * 2, h * 3, h * 4, h * 6, h * 8, h * 12, // month divisors TODO: need more? d, d * 2, d * 3, d * 4, d * 5, d * 6, d * 7, d * 8, d * 9, d * 10, d * 15, // year divisors (# months, approx) mo, mo * 2, mo * 3, mo * 4, mo * 6, // century divisors y, y * 2, y * 5, y * 10, y * 25, y * 50, y * 100, ]); // [0]: minimum num secs in the tick incr // [1]: default tick format // [2-7]: rollover tick formats // [8]: mode: 0: replace [1] -> [2-7], 1: concat [1] + [2-7] const _timeAxisStamps = [ // tick incr default year month day hour min sec mode [y, yyyy, _, _, _, _, _, _, 1], [d * 28, "{MMM}", NLyyyy, _, _, _, _, _, 1], [d, md, NLyyyy, _, _, _, _, _, 1], [h, "{h}" + aa, NLmdyy, _, NLmd, _, _, _, 1], [m, hmmaa, NLmdyy, _, NLmd, _, _, _, 1], [s, ss, NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], [ms, ss + ".{fff}", NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], ]; // the ensures that axis ticks, values & grid are aligned to logical temporal breakpoints and not an arbitrary timestamp // https://www.timeanddate.com/time/dst/ // https://www.timeanddate.com/time/dst/2019.html // https://www.epochconverter.com/timezones function timeAxisSplits(tzDate) { return (self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace) => { let splits = []; let isYr = foundIncr >= y; let isMo = foundIncr >= mo && foundIncr < y; let isDays = foundIncr >= d && foundIncr < mo; let isHours = foundIncr > h && foundIncr < d; // get the timezone-adjusted date let minDate = tzDate(scaleMin); let minDateTs = roundDec(minDate * ms, 3); // get ts of 12am (this lands us at or before the original scaleMin) let minMin = floorSOP(minDate, isYr || isMo ? PERIOD_YEAR : isDays ? PERIOD_MONTH : PERIOD_DAY); // should we do PERIOD_HOUR? let minMinTs = roundDec(minMin * ms, 3); if (isDays) { let incrDays = foundIncr / d; // incrs to add to month baseline let skip = floor((minDate.getDate() - 1) / incrDays); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour != 0) { split += hour > 12 ? h : -h; date = tzDate(split); } // rolled over into next month onto non-divisible incr, reset baseline if ((date.getDate() - 1) % incrDays > 0) { date = floorSOP(date, PERIOD_MONTH); split = date.getTime() * ms; // make sure we're not rendering a collision between 31 and 1 if (split - splits[splits.length - 1] < foundIncr * 0.7) splits.pop(); } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isMo || isYr) { let subIncrs = 1; let subIncrDays = 1; let periodType = 0; let periodMin = 0; if (isMo) { subIncrs = foundIncr / mo; subIncrDays = 32; periodType = PERIOD_MONTH; periodMin = minDate.getMonth(); } else if (isYr) { subIncrs = foundIncr / y; subIncrDays = 366; periodType = PERIOD_YEAR; periodMin = minDate.getYear(); } foundIncr = subIncrs * subIncrDays * d; let skip = floor(periodMin / subIncrDays); let split = minMinTs + (foundIncr * skip); do { let date = floorSOP(tzDate(split), periodType); split = date.getTime() * ms; if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isHours) { let incrHours = foundIncr / h; let skip = floor(minDate.getHours() / incrHours); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour % incrHours > 0) { let hour2 = tzDate(split - h).getHours(); split += hour2 % incrHours == 0 ? -h : h; } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else { let split = minMinTs + incrRoundUp(minDateTs - minMinTs, foundIncr); do { if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } return splits; } } return [ timeIncrs, _timeAxisStamps, timeAxisSplits, ]; } const [ timeIncrsMs, _timeAxisStampsMs, timeAxisSplitsMs ] = genTimeStuffs(1); const [ timeIncrsS, _timeAxisStampsS, timeAxisSplitsS ] = genTimeStuffs(1e-3); // base 2 genIncrs(2, -53, 53, [1]); /* console.log({ decIncrs, oneIncrs, wholeIncrs, numIncrs, timeIncrs, fixedDec, }); */ function timeAxisStamps(stampCfg, fmtDate) { return stampCfg.map(s => s.map((v, i) => i == 0 || i == 8 || v == null ? v : fmtDate(i == 1 || s[8] == 0 ? v : s[1] + v) )); } // TODO: will need to accept spaces[] and pull incr into the loop when grid will be non-uniform, eg for log scales. // currently we ignore this for months since they're *nearly* uniform and the added complexity is not worth it function timeAxisVals(tzDate, stamps) { return (self, splits, axisIdx, foundSpace, foundIncr) => { let s = stamps.find(s => foundIncr >= s[0]) || stamps[stamps.length - 1]; // these track boundaries when a full label is needed again let prevYear; let prevMnth; let prevDate; let prevHour; let prevMins; let prevSecs; return splits.map(split => { let date = tzDate(split); let newYear = date.getFullYear(); let newMnth = date.getMonth(); let newDate = date.getDate(); let newHour = date.getHours(); let newMins = date.getMinutes(); let newSecs = date.getSeconds(); let stamp = ( newYear != prevYear && s[2] || newMnth != prevMnth && s[3] || newDate != prevDate && s[4] || newHour != prevHour && s[5] || newMins != prevMins && s[6] || newSecs != prevSecs && s[7] || s[1] ); prevYear = newYear; prevMnth = newMnth; prevDate = newDate; prevHour = newHour; prevMins = newMins; prevSecs = newSecs; return stamp(date); }); } } // for when axis.values is defined as a static fmtDate template string function timeAxisVal(tzDate, dateTpl) { let stamp = fmtDate(dateTpl); return (self, splits, axisIdx, foundSpace, foundIncr) => splits.map(split => stamp(tzDate(split))); } function timeSeriesStamp(stampCfg, fmtDate) { return fmtDate(stampCfg); } const _timeSeriesStamp = '{YYYY}-{MM}-{DD} {h}:{mm}{aa}'; function timeSeriesVal(tzDate, stamp) { return (self, val, seriesIdx, dataIdx) => dataIdx == null ? LEGEND_DISP : stamp(tzDate(val)); } function legendStroke(self, seriesIdx) { let s = self.series[seriesIdx]; return s.width ? s.stroke(self, seriesIdx) : s.points.width ? s.points.stroke(self, seriesIdx) : null; } function legendFill(self, seriesIdx) { return self.series[seriesIdx].fill(self, seriesIdx); } const legendOpts = { show: true, live: true, isolate: false, mount: noop, markers: { show: true, width: 2, stroke: legendStroke, fill: legendFill, dash: "solid", }, idx: null, idxs: null, values: [], }; function cursorPointShow(self, si) { let o = self.cursor.points; let pt = placeDiv(); let size = o.size(self, si); setStylePx(pt, WIDTH, size); setStylePx(pt, HEIGHT, size); let mar = size / -2; setStylePx(pt, "marginLeft", mar); setStylePx(pt, "marginTop", mar); let width = o.width(self, si, size); width && setStylePx(pt, "borderWidth", width); return pt; } function cursorPointFill(self, si) { let sp = self.series[si].points; return sp._fill || sp._stroke; } function cursorPointStroke(self, si) { let sp = self.series[si].points; return sp._stroke || sp._fill; } function cursorPointSize(self, si) { let sp = self.series[si].points; return sp.size; } const moveTuple = [0,0]; function cursorMove(self, mouseLeft1, mouseTop1) { moveTuple[0] = mouseLeft1; moveTuple[1] = mouseTop1; return moveTuple; } function filtBtn0(self, targ, handle, onlyTarg = true) { return e => { e.button == 0 && (!onlyTarg || e.target == targ) && handle(e); }; } function filtTarg(self, targ, handle, onlyTarg = true) { return e => { (!onlyTarg || e.target == targ) && handle(e); }; } const cursorOpts = { show: true, x: true, y: true, lock: false, move: cursorMove, points: { one: false, show: cursorPointShow, size: cursorPointSize, width: 0, stroke: cursorPointStroke, fill: cursorPointFill, }, bind: { mousedown: filtBtn0, mouseup: filtBtn0, click: filtBtn0, // legend clicks, not .u-over clicks dblclick: filtBtn0, mousemove: filtTarg, mouseleave: filtTarg, mouseenter: filtTarg, }, drag: { setScale: true, x: true, y: false, dist: 0, uni: null, click: (self, e) => { // e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); }, _x: false, _y: false, }, focus: { dist: (self, seriesIdx, dataIdx, valPos, curPos) => valPos - curPos, prox: -1, bias: 0, }, hover: { skip: [void 0], prox: null, bias: 0, }, left: -10, top: -10, idx: null, dataIdx: null, idxs: null, event: null, }; const axisLines = { show: true, stroke: "rgba(0,0,0,0.07)", width: 2, // dash: [], }; const grid = assign({}, axisLines, { filter: retArg1, }); const ticks = assign({}, grid, { size: 10, }); const border = assign({}, axisLines, { show: false, }); const font = '12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'; const labelFont = "bold " + font; const lineGap = 1.5; // font-size multiplier const xAxisOpts = { show: true, scale: "x", stroke: hexBlack, space: 50, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 2, // class: "x-vals", // incrs: timeIncrs, // values: timeVals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; const numSeriesLabel = "Value"; const timeSeriesLabel = "Time"; const xSeriesOpts = { show: true, scale: "x", auto: false, sorted: 1, // label: "Time", // value: v => stamp(new Date(v * 1e3)), // internal caches min: inf, max: -inf, idxs: [], }; function numAxisVals(self, splits, axisIdx, foundSpace, foundIncr) { return splits.map(v => v == null ? "" : fmtNum(v)); } function numAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let splits = []; let numDec = fixedDec.get(foundIncr) || 0; scaleMin = forceMin ? scaleMin : roundDec(incrRoundUp(scaleMin, foundIncr), numDec); for (let val = scaleMin; val <= scaleMax; val = roundDec(val + foundIncr, numDec)) splits.push(Object.is(val, -0) ? 0 : val); // coalesces -0 return splits; } // this doesnt work for sin, which needs to come off from 0 independently in pos and neg dirs function logAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { const splits = []; const logBase = self.scales[self.axes[axisIdx].scale].log; const logFn = logBase == 10 ? log10 : log2; const exp = floor(logFn(scaleMin)); foundIncr = pow(logBase, exp); // boo: 10 ** -24 === 1.0000000000000001e-24 // this grabs the proper 1e-24 one if (logBase == 10) foundIncr = numIncrs[closestIdx(foundIncr, numIncrs)]; let split = foundIncr; let nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; do { if (split >= scaleMin) splits.push(split); split = split + foundIncr; if (logBase == 10 && !fixedDec.has(split)) split = roundDec(split, fixedDec.get(foundIncr)); if (split >= nextMagIncr) { foundIncr = split; nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; } } while (split <= scaleMax); return splits; } function asinhAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let sc = self.scales[self.axes[axisIdx].scale]; let linthresh = sc.asinh; let posSplits = scaleMax > linthresh ? logAxisSplits(self, axisIdx, max(linthresh, scaleMin), scaleMax, foundIncr) : [linthresh]; let zero = scaleMax >= 0 && scaleMin <= 0 ? [0] : []; let negSplits = scaleMin < -linthresh ? logAxisSplits(self, axisIdx, max(linthresh, -scaleMax), -scaleMin, foundIncr): [linthresh]; return negSplits.reverse().map(v => -v).concat(zero, posSplits); } const RE_ALL = /./; const RE_12357 = /[12357]/; const RE_125 = /[125]/; const RE_1 = /1/; const _filt = (splits, distr, re, keepMod) => splits.map((v, i) => ((distr == 4 && v == 0) || i % keepMod == 0 && re.test(v.toExponential()[v < 0 ? 1 : 0])) ? v : null); function log10AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let sc = self.scales[scaleKey]; // if (sc.distr == 3 && sc.log == 2) // return splits; let valToPos = self.valToPos; let minSpace = axis._space; let _10 = valToPos(10, scaleKey); let re = ( valToPos(9, scaleKey) - _10 >= minSpace ? RE_ALL : valToPos(7, scaleKey) - _10 >= minSpace ? RE_12357 : valToPos(5, scaleKey) - _10 >= minSpace ? RE_125 : RE_1 ); if (re == RE_1) { let magSpace = abs(valToPos(1, scaleKey) - _10); if (magSpace < minSpace) return _filt(splits.slice().reverse(), sc.distr, re, ceil(minSpace / magSpace)).reverse(); // max->min skip } return _filt(splits, sc.distr, re, 1); } function log2AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let minSpace = axis._space; let valToPos = self.valToPos; let magSpace = abs(valToPos(1, scaleKey) - valToPos(2, scaleKey)); if (magSpace < minSpace) return _filt(splits.slice().reverse(), 3, RE_ALL, ceil(minSpace / magSpace)).reverse(); // max->min skip return splits; } function numSeriesVal(self, val, seriesIdx, dataIdx) { return dataIdx == null ? LEGEND_DISP : val == null ? "" : fmtNum(val); } const yAxisOpts = { show: true, scale: "y", stroke: hexBlack, space: 30, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 3, // class: "y-vals", // incrs: numIncrs, // values: (vals, space) => vals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; // takes stroke width function ptDia(width, mult) { let dia = 3 + (width || 1) * 2; return roundDec(dia * mult, 3); } function seriesPointsShow(self, si) { let { scale, idxs } = self.series[0]; let xData = self._data[0]; let p0 = self.valToPos(xData[idxs[0]], scale, true); let p1 = self.valToPos(xData[idxs[1]], scale, true); let dim = abs(p1 - p0); let s = self.series[si]; // const dia = ptDia(s.width, self.pxRatio); let maxPts = dim / (s.points.space * self.pxRatio); return idxs[1] - idxs[0] <= maxPts; } const facet = { scale: null, auto: true, sorted: 0, // internal caches min: inf, max: -inf, }; const gaps = (self, seriesIdx, idx0, idx1, nullGaps) => nullGaps; const xySeriesOpts = { show: true, auto: true, sorted: 0, gaps, alpha: 1, facets: [ assign({}, facet, {scale: 'x'}), assign({}, facet, {scale: 'y'}), ], }; const ySeriesOpts = { scale: "y", auto: true, sorted: 0, show: true, spanGaps: false, gaps, alpha: 1, points: { show: seriesPointsShow, filter: null, // paths: // stroke: "#000", // fill: "#fff", // width: 1, // size: 10, }, // label: "Value", // value: v => v, values: null, // internal caches min: inf, max: -inf, idxs: [], path: null, clip: null, }; function clampScale(self, val, scaleMin, scaleMax, scaleKey) { /* if (val < 0) { let cssHgt = self.bbox.height / self.pxRatio; let absPos = self.valToPos(abs(val), scaleKey); let fromBtm = cssHgt - absPos; return self.posToVal(cssHgt + fromBtm, scaleKey); } */ return scaleMin / 10; } const xScaleOpts = { time: FEAT_TIME, auto: true, distr: 1, log: 10, asinh: 1, min: null, max: null, dir: 1, ori: 0, }; const yScaleOpts = assign({}, xScaleOpts, { time: false, ori: 1, }); const syncs = {}; function _sync(key, opts) { let s = syncs[key]; if (!s) { s = { key, plots: [], sub(plot) { s.plots.push(plot); }, unsub(plot) { s.plots = s.plots.filter(c => c != plot); }, pub(type, self, x, y, w, h, i) { for (let j = 0; j < s.plots.length; j++) s.plots[j] != self && s.plots[j].pub(type, self, x, y, w, h, i); }, }; if (key != null) syncs[key] = s; } return s; } const BAND_CLIP_FILL = 1 << 0; const BAND_CLIP_STROKE = 1 << 1; function orient(u, seriesIdx, cb) { const mode = u.mode; const series = u.series[seriesIdx]; const data = mode == 2 ? u._data[seriesIdx] : u._data; const scales = u.scales; const bbox = u.bbox; let dx = data[0], dy = mode == 2 ? data[1] : data[seriesIdx], sx = mode == 2 ? scales[series.facets[0].scale] : scales[u.series[0].scale], sy = mode == 2 ? scales[series.facets[1].scale] : scales[series.scale], l = bbox.left, t = bbox.top, w = bbox.width, h = bbox.height, H = u.valToPosH, V = u.valToPosV; return (sx.ori == 0 ? cb( series, dx, dy, sx, sy, H, V, l, t, w, h, moveToH, lineToH, rectH, arcH, bezierCurveToH, ) : cb( series, dx, dy, sx, sy, V, H, t, l, h, w, moveToV, lineToV, rectV, arcV, bezierCurveToV, ) ); } function bandFillClipDirs(self, seriesIdx) { let fillDir = 0; // 2 bits, -1 | 1 let clipDirs = 0; let bands = ifNull(self.bands, EMPTY_ARR); for (let i = 0; i < bands.length; i++) { let b = bands[i]; // is a "from" band edge if (b.series[0] == seriesIdx) fillDir = b.dir; // is a "to" band edge else if (b.series[1] == seriesIdx) { if (b.dir == 1) clipDirs |= 1; else clipDirs |= 2; } } return [ fillDir, ( clipDirs == 1 ? -1 : // neg only clipDirs == 2 ? 1 : // pos only clipDirs == 3 ? 2 : // both 0 // neither ) ]; } function seriesFillTo(self, seriesIdx, dataMin, dataMax, bandFillDir) { let mode = self.mode; let series = self.series[seriesIdx]; let scaleKey = mode == 2 ? series.facets[1].scale : series.scale; let scale = self.scales[scaleKey]; return ( bandFillDir == -1 ? scale.min : bandFillDir == 1 ? scale.max : scale.distr == 3 ? ( scale.dir == 1 ? scale.min : scale.max ) : 0 ); } // creates inverted band clip path (from stroke path -> yMax || yMin) // clipDir is always inverse of fillDir // default clip dir is upwards (1), since default band fill is downwards/fillBelowTo (-1) (highIdx -> lowIdx) function clipBandLine(self, seriesIdx, idx0, idx1, strokePath, clipDir) { return orient(self, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const lineTo = scaleX.ori == 0 ? lineToH : lineToV; let frIdx, toIdx; if (dir == 1) { frIdx = idx0; toIdx = idx1; } else { frIdx = idx1; toIdx = idx0; } // path start let x0 = pxRound(valToPosX(dataX[frIdx], scaleX, xDim, xOff)); let y0 = pxRound(valToPosY(dataY[frIdx], scaleY, yDim, yOff)); // path end x let x1 = pxRound(valToPosX(dataX[toIdx], scaleX, xDim, xOff)); // upper or lower y limit let yLimit = pxRound(valToPosY(clipDir == 1 ? scaleY.max : scaleY.min, scaleY, yDim, yOff)); let clip = new Path2D(strokePath); lineTo(clip, x1, yLimit); lineTo(clip, x0, yLimit); lineTo(clip, x0, y0); return clip; }); } function clipGaps(gaps, ori, plotLft, plotTop, plotWid, plotHgt) { let clip = null; // create clip path (invert gaps and non-gaps) if (gaps.length > 0) { clip = new Path2D(); const rect = ori == 0 ? rectH : rectV; let prevGapEnd = plotLft; for (let i = 0; i < gaps.length; i++) { let g = gaps[i]; if (g[1] > g[0]) { let w = g[0] - prevGapEnd; w > 0 && rect(clip, prevGapEnd, plotTop, w, plotTop + plotHgt); prevGapEnd = g[1]; } } let w = plotLft + plotWid - prevGapEnd; // hack to ensure we expand the clip enough to avoid cutting off strokes at edges let maxStrokeWidth = 10; w > 0 && rect(clip, prevGapEnd, plotTop - maxStrokeWidth / 2, w, plotTop + plotHgt + maxStrokeWidth); } return clip; } function addGap(gaps, fromX, toX) { let prevGap = gaps[gaps.length - 1]; if (prevGap && prevGap[0] == fromX) // TODO: gaps must be encoded at stroke widths? prevGap[1] = toX; else gaps.push([fromX, toX]); } function findGaps(xs, ys, idx0, idx1, dir, pixelForX, align) { let gaps = []; let len = xs.length; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = ys[i]; if (yVal === null) { let fr = i, to = i; if (dir == 1) { while (++i <= idx1 && ys[i] === null) to = i; } else { while (--i >= idx0 && ys[i] === null) to = i; } let frPx = pixelForX(xs[fr]); let toPx = to == fr ? frPx : pixelForX(xs[to]); // if value adjacent to edge null is same pixel, then it's partially // filled and gap should start at next pixel let fri2 = fr - dir; let frPx2 = align <= 0 && fri2 >= 0 && fri2 < len ? pixelForX(xs[fri2]) : frPx; // if (frPx2 == frPx) // frPx++; // else frPx = frPx2; let toi2 = to + dir; let toPx2 = align >= 0 && toi2 >= 0 && toi2 < len ? pixelForX(xs[toi2]) : toPx; // if (toPx2 == toPx) // toPx--; // else toPx = toPx2; if (toPx >= frPx) gaps.push([frPx, toPx]); // addGap } } return gaps; } function pxRoundGen(pxAlign) { return pxAlign == 0 ? retArg0 : pxAlign == 1 ? round : v => incrRound(v, pxAlign); } /* // inefficient linear interpolation that does bi-directinal scans on each call export function costlyLerp(i, idx0, idx1, _dirX, dataY) { let prevNonNull = nonNullIdx(dataY, _dirX == 1 ? idx0 : idx1, i, -_dirX); let nextNonNull = nonNullIdx(dataY, i, _dirX == 1 ? idx1 : idx0, _dirX); let prevVal = dataY[prevNonNull]; let nextVal = dataY[nextNonNull]; return prevVal + (i - prevNonNull) / (nextNonNull - prevNonNull) * (nextVal - prevVal); } */ function rect(ori) { let moveTo = ori == 0 ? moveToH : moveToV; let arcTo = ori == 0 ? (p, x1, y1, x2, y2, r) => { p.arcTo(x1, y1, x2, y2, r); } : (p, y1, x1, y2, x2, r) => { p.arcTo(x1, y1, x2, y2, r); }; let rect = ori == 0 ? (p, x, y, w, h) => { p.rect(x, y, w, h); } : (p, y, x, h, w) => { p.rect(x, y, w, h); }; // TODO (pending better browser support): https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect return (p, x, y, w, h, endRad = 0, baseRad = 0) => { if (endRad == 0 && baseRad == 0) rect(p, x, y, w, h); else { endRad = min(endRad, w / 2, h / 2); baseRad = min(baseRad, w / 2, h / 2); // adapted from https://stackoverflow.com/questions/1255512/how-to-draw-a-rounded-rectangle-using-html-canvas/7838871#7838871 moveTo(p, x + endRad, y); arcTo(p, x + w, y, x + w, y + h, endRad); arcTo(p, x + w, y + h, x, y + h, baseRad); arcTo(p, x, y + h, x, y, baseRad); arcTo(p, x, y, x + w, y, endRad); p.closePath(); } }; } // orientation-inverting canvas functions const moveToH = (p, x, y) => { p.moveTo(x, y); }; const moveToV = (p, y, x) => { p.moveTo(x, y); }; const lineToH = (p, x, y) => { p.lineTo(x, y); }; const lineToV = (p, y, x) => { p.lineTo(x, y); }; const rectH = rect(0); const rectV = rect(1); const arcH = (p, x, y, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); }; const arcV = (p, y, x, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); }; const bezierCurveToH = (p, bp1x, bp1y, bp2x, bp2y, p2x, p2y) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; const bezierCurveToV = (p, bp1y, bp1x, bp2y, bp2x, p2y, p2x) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; // TODO: drawWrap(seriesIdx, drawPoints) (save, restore, translate, clip) function points(opts) { return (u, seriesIdx, idx0, idx1, filtIdxs) => { // log("drawPoints()", arguments); let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let { pxRound, points } = series; let moveTo, arc; if (scaleX.ori == 0) { moveTo = moveToH; arc = arcH; } else { moveTo = moveToV; arc = arcV; } const width = roundDec(points.width * pxRatio, 3); let rad = (points.size - points.width) / 2 * pxRatio; let dia = roundDec(rad * 2, 3); let fill = new Path2D(); let clip = new Path2D(); let { left: lft, top: top, width: wid, height: hgt } = u.bbox; rectH(clip, lft - dia, top - dia, wid + dia * 2, hgt + dia * 2, ); const drawPoint = pi => { if (dataY[pi] != null) { let x = pxRound(valToPosX(dataX[pi], scaleX, xDim, xOff)); let y = pxRound(valToPosY(dataY[pi], scaleY, yDim, yOff)); moveTo(fill, x + rad, y); arc(fill, x, y, rad, 0, PI * 2); } }; if (filtIdxs) filtIdxs.forEach(drawPoint); else { for (let pi = idx0; pi <= idx1; pi++) drawPoint(pi); } return { stroke: width > 0 ? fill : null, fill, clip, flags: BAND_CLIP_FILL | BAND_CLIP_STROKE, }; }); }; } function _drawAcc(lineTo) { return (stroke, accX, minY, maxY, inY, outY) => { if (minY != maxY) { if (inY != minY && outY != minY) lineTo(stroke, accX, minY); if (inY != maxY && outY != maxY) lineTo(stroke, accX, maxY); lineTo(stroke, accX, outY); } }; } const drawAccH = _drawAcc(lineToH); const drawAccV = _drawAcc(lineToV); function linear(opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo, drawAcc; if (scaleX.ori == 0) { lineTo = lineToH; drawAcc = drawAccH; } else { lineTo = lineToV; drawAcc = drawAccV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let hasGap = false; // decimate when number of points >= 4x available pixels const decimate = idx1 - idx0 >= xDim * 4; if (decimate) { let xForPixel = pos => u.posToVal(pos, scaleX.key, true); let minY = null, maxY = null, inY, outY, drawnAtX; let accX = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let idx0px = pixelForX(dataX[idx0]); let idx1px = pixelForX(dataX[idx1]); // tracks limit of current x bucket to avoid having to get x pixel for every x value let nextAccXVal = xForPixel(dir == 1 ? idx0px + 1 : idx1px - 1); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let xVal = dataX[i]; let reuseAccX = dir == 1 ? (xVal < nextAccXVal) : (xVal > nextAccXVal); let x = reuseAccX ? accX : pixelForX(xVal); let yVal = dataY[i]; if (x == accX) { if (yVal != null) { outY = yVal; if (minY == null) { lineTo(stroke, x, pixelForY(outY)); inY = minY = maxY = outY; } else { if (outY < minY) minY = outY; else if (outY > maxY) maxY = outY; } } else { if (yVal === null) hasGap = true; } } else { if (minY != null) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); if (yVal != null) { outY = yVal; lineTo(stroke, x, pixelForY(outY)); minY = maxY = inY = outY; } else { minY = maxY = null; if (yVal === null) hasGap = true; } accX = x; nextAccXVal = xForPixel(accX + dir); } } if (minY != null && minY != maxY && drawnAtX != accX) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); } else { for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal === null) hasGap = true; else if (yVal != null) lineTo(stroke, pixelForX(dataX[i]), pixelForY(yVal)); } } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillToVal = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillToVal); let frX = pixelForX(dataX[idx0]); let toX = pixelForX(dataX[idx1]); if (dir == -1) [toX, frX] = [frX, toX]; lineTo(fill, toX, fillToY); lineTo(fill, frX, fillToY); } if (!series.spanGaps) { // skip in mode: 2? // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } // BUG: align: -1 behaves like align: 1 when scale.dir: -1 function stepped(opts) { const align = ifNull(opts.align, 1); // whether to draw ascenders/descenders at null/gap bondaries const ascDesc = ifNull(opts.ascDesc, false); const extend = ifNull(opts.extend, false); return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let { left, width } = u.bbox; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo = scaleX.ori == 0 ? lineToH : lineToV; const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let hasGap = false; let prevYPos = pixelForY(dataY[dir == 1 ? idx0 : idx1]); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let firstXPosExt = firstXPos; if (extend && align == -1) { firstXPosExt = left; lineTo(stroke, firstXPosExt, prevYPos); } lineTo(stroke, firstXPos, prevYPos); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal1 = dataY[i]; if (yVal1 == null) { if (yVal1 === null) hasGap = true; continue; } let x1 = pixelForX(dataX[i]); let y1 = pixelForY(yVal1); if (align == 1) lineTo(stroke, x1, prevYPos); else lineTo(stroke, prevXPos, y1); lineTo(stroke, x1, y1); prevYPos = y1; prevXPos = x1; } let prevXPosExt = prevXPos; if (extend && align == 1) { prevXPosExt = left + width; lineTo(stroke, prevXPosExt, prevYPos); } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPosExt, fillToY); lineTo(fill, firstXPosExt, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); // expand/contract clips for ascenders/descenders let halfStroke = (series.width * pxRatio) / 2; let startsOffset = (ascDesc || align == 1) ? halfStroke : -halfStroke; let endsOffset = (ascDesc || align == -1) ? -halfStroke : halfStroke; gaps.forEach(g => { g[0] += startsOffset; g[1] += endsOffset; }); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } function findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid = inf) { if (dataX.length > 1) { // prior index with non-undefined y data let prevIdx = null; // scan full dataset for smallest adjacent delta // will not work properly for non-linear x scales, since does not do expensive valToPosX calcs till end for (let i = 0, minDelta = Infinity; i < dataX.length; i++) { if (dataY[i] !== undefined) { if (prevIdx != null) { let delta = abs(dataX[i] - dataX[prevIdx]); if (delta < minDelta) { minDelta = delta; colWid = abs(valToPosX(dataX[i], scaleX, xDim, xOff) - valToPosX(dataX[prevIdx], scaleX, xDim, xOff)); } } prevIdx = i; } } } return colWid; } function bars(opts) { opts = opts || EMPTY_OBJ; const size = ifNull(opts.size, [0.6, inf, 1]); const align = opts.align || 0; const _extraGap = (opts.gap || 0); let ro = opts.radius; ro = // [valueRadius, baselineRadius] ro == null ? [0, 0] : typeof ro == 'number' ? [ro, 0] : ro; const radiusFn = fnOrSelf(ro); const gapFactor = 1 - size[0]; const _maxWidth = ifNull(size[1], inf); const _minWidth = ifNull(size[2], 1); const disp = ifNull(opts.disp, EMPTY_OBJ); const _each = ifNull(opts.each, _ => {}); const { fill: dispFills, stroke: dispStrokes } = disp; return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; let _align = align; let extraGap = _extraGap * pxRatio; let maxWidth = _maxWidth * pxRatio; let minWidth = _minWidth * pxRatio; let valRadius, baseRadius; if (scaleX.ori == 0) [valRadius, baseRadius] = radiusFn(u, seriesIdx); else [baseRadius, valRadius] = radiusFn(u, seriesIdx); const _dirX = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); // const _dirY = scaleY.dir * (scaleY.ori == 1 ? 1 : -1); let rect = scaleX.ori == 0 ? rectH : rectV; let each = scaleX.ori == 0 ? _each : (u, seriesIdx, i, top, lft, hgt, wid) => { _each(u, seriesIdx, i, lft, top, wid, hgt); }; // band where this series is the "from" edge let band = ifNull(u.bands, EMPTY_ARR).find(b => b.series[0] == seriesIdx); let fillDir = band != null ? band.dir : 0; let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, fillDir); let fillToY = pxRound(valToPosY(fillTo, scaleY, yDim, yOff)); // barWid is to center of stroke let xShift, barWid, fullGap, colWid = xDim; let strokeWidth = pxRound(series.width * pxRatio); let multiPath = false; let fillColors = null; let fillPaths = null; let strokeColors = null; let strokePaths = null; if (dispFills != null && (strokeWidth == 0 || dispStrokes != null)) { multiPath = true; fillColors = dispFills.values(u, seriesIdx, idx0, idx1); fillPaths = new Map(); (new Set(fillColors)).forEach(color => { if (color != null) fillPaths.set(color, new Path2D()); }); if (strokeWidth > 0) { strokeColors = dispStrokes.values(u, seriesIdx, idx0, idx1); strokePaths = new Map(); (new Set(strokeColors)).forEach(color => { if (color != null) strokePaths.set(color, new Path2D()); }); } } let { x0, size } = disp; if (x0 != null && size != null) { _align = 1; dataX = x0.values(u, seriesIdx, idx0, idx1); if (x0.unit == 2) dataX = dataX.map(pct => u.posToVal(xOff + pct * xDim, scaleX.key, true)); // assumes uniform sizes, for now let sizes = size.values(u, seriesIdx, idx0, idx1); if (size.unit == 2) barWid = sizes[0] * xDim; else barWid = valToPosX(sizes[0], scaleX, xDim, xOff) - valToPosX(0, scaleX, xDim, xOff); // assumes linear scale (delta from 0) colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid - barWid; fullGap = gapWid + extraGap; } else { colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid * gapFactor; fullGap = gapWid + extraGap; barWid = colWid - fullGap; } if (fullGap < 1) fullGap = 0; if (strokeWidth >= barWid / 2) strokeWidth = 0; // for small gaps, disable pixel snapping since gap inconsistencies become noticible and annoying if (fullGap < 5) pxRound = retArg0; let insetStroke = fullGap > 0; let rawBarWid = colWid - fullGap - (insetStroke ? strokeWidth : 0); barWid = pxRound(clamp(rawBarWid, minWidth, maxWidth)); xShift = (_align == 0 ? barWid / 2 : _align == _dirX ? 0 : barWid) - _align * _dirX * ((_align == 0 ? extraGap / 2 : 0) + (insetStroke ? strokeWidth / 2 : 0)); const _paths = {stroke: null, fill: null, clip: null, band: null, gaps: null, flags: 0}; // disp, geom const stroke = multiPath ? null : new Path2D(); let dataY0 = null; if (band != null) dataY0 = u.data[band.series[1]]; else { let { y0, y1 } = disp; if (y0 != null && y1 != null) { dataY = y1.values(u, seriesIdx, idx0, idx1); dataY0 = y0.values(u, seriesIdx, idx0, idx1); } } let radVal = valRadius * barWid; let radBase = baseRadius * barWid; for (let i = _dirX == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += _dirX) { let yVal = dataY[i]; if (yVal == null) continue; if (dataY0 != null) { let yVal0 = dataY0[i] ?? 0; if (yVal - yVal0 == 0) continue; fillToY = valToPosY(yVal0, scaleY, yDim, yOff); } let xVal = scaleX.distr != 2 || disp != null ? dataX[i] : i; // TODO: all xPos can be pre-computed once for all series in aligned set let xPos = valToPosX(xVal, scaleX, xDim, xOff); let yPos = valToPosY(ifNull(yVal, fillTo), scaleY, yDim, yOff); let lft = pxRound(xPos - xShift); let btm = pxRound(max(yPos, fillToY)); let top = pxRound(min(yPos, fillToY)); // this includes the stroke let barHgt = btm - top; if (yVal != null && yVal != fillTo) { let rv = yVal < 0 ? radBase : radVal; let rb = yVal < 0 ? radVal : radBase; if (multiPath) { if (strokeWidth > 0 && strokeColors[i] != null) rect(strokePaths.get(strokeColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); if (fillColors[i] != null) rect(fillPaths.get(fillColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); } else rect(stroke, lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); each(u, seriesIdx, i, lft - strokeWidth / 2, top, barWid + strokeWidth, barHgt, ); } } if (strokeWidth > 0) _paths.stroke = multiPath ? strokePaths : stroke; else if (!multiPath) { _paths._fill = series.width == 0 ? series._fill : series._stroke ?? series._fill; _paths.width = 0; } _paths.fill = multiPath ? fillPaths : stroke; return _paths; }); }; } function splineInterp(interp, opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let moveTo, bezierCurveTo, lineTo; if (scaleX.ori == 0) { moveTo = moveToH; lineTo = lineToH; bezierCurveTo = bezierCurveToH; } else { moveTo = moveToV; lineTo = lineToV; bezierCurveTo = bezierCurveToV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let xCoords = []; let yCoords = []; let hasGap = false; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal != null) { let xVal = dataX[i]; let xPos = pixelForX(xVal); xCoords.push(prevXPos = xPos); yCoords.push(pixelForY(dataY[i])); } else if (yVal === null) hasGap = true; } const _paths = {stroke: interp(xCoords, yCoords, moveTo, lineTo, bezierCurveTo, pxRound), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPos, fillToY); lineTo(fill, firstXPos, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; // if FEAT_PATHS: false in rollup.config.js // u.ctx.save(); // u.ctx.beginPath(); // u.ctx.rect(u.bbox.left, u.bbox.top, u.bbox.width, u.bbox.height); // u.ctx.clip(); // u.ctx.strokeStyle = u.series[sidx].stroke; // u.ctx.stroke(stroke); // u.ctx.fillStyle = u.series[sidx].fill; // u.ctx.fill(fill); // u.ctx.restore(); // return null; }); }; } function monotoneCubic(opts) { return splineInterp(_monotoneCubic, opts); } // Monotone Cubic Spline interpolation, adapted from the Chartist.js implementation: // https://github.com/gionkunz/chartist-js/blob/e7e78201bffe9609915e5e53cfafa29a5d6c49f9/src/scripts/interpolation.js#L240-L369 function _monotoneCubic(xs, ys, moveTo, lineTo, bezierCurveTo, pxRound) { const n = xs.length; if (n < 2) return null; const path = new Path2D(); moveTo(path, xs[0], ys[0]); if (n == 2) lineTo(path, xs[1], ys[1]); else { let ms = Array(n), ds = Array(n - 1), dys = Array(n - 1), dxs = Array(n - 1); // calc deltas and derivative for (let i = 0; i < n - 1; i++) { dys[i] = ys[i + 1] - ys[i]; dxs[i] = xs[i + 1] - xs[i]; ds[i] = dys[i] / dxs[i]; } // determine desired slope (m) at each point using Fritsch-Carlson method // http://math.stackexchange.com/questions/45218/implementation-of-monotone-cubic-interpolation ms[0] = ds[0]; for (let i = 1; i < n - 1; i++) { if (ds[i] === 0 || ds[i - 1] === 0 || (ds[i - 1] > 0) !== (ds[i] > 0)) ms[i] = 0; else { ms[i] = 3 * (dxs[i - 1] + dxs[i]) / ( (2 * dxs[i] + dxs[i - 1]) / ds[i - 1] + (dxs[i] + 2 * dxs[i - 1]) / ds[i] ); if (!isFinite(ms[i])) ms[i] = 0; } } ms[n - 1] = ds[n - 2]; for (let i = 0; i < n - 1; i++) { bezierCurveTo( path, xs[i] + dxs[i] / 3, ys[i] + ms[i] * dxs[i] / 3, xs[i + 1] - dxs[i] / 3, ys[i + 1] - ms[i + 1] * dxs[i] / 3, xs[i + 1], ys[i + 1], ); } } return path; } const cursorPlots = new Set(); function invalidateRects() { for (let u of cursorPlots) u.syncRect(true); } if (domEnv) { on(resize, win, invalidateRects); on(scroll, win, invalidateRects, true); on(dppxchange, win, () => { uPlot.pxRatio = pxRatio; }); } const linearPath = linear() ; const pointsPath = points() ; function setDefaults(d, xo, yo, initY) { let d2 = initY ? [d[0], d[1]].concat(d.slice(2)) : [d[0]].concat(d.slice(1)); return d2.map((o, i) => setDefault(o, i, xo, yo)); } function setDefaults2(d, xyo) { return d.map((o, i) => i == 0 ? {} : assign({}, xyo, o)); // todo: assign() will not merge facet arrays } function setDefault(o, i, xo, yo) { return assign({}, (i == 0 ? xo : yo), o); } function snapNumX(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : [dataMin, dataMax]; } const snapTimeX = snapNumX; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value function snapNumY(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, rangePad, true); } function snapLogY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeLog(dataMin, dataMax, self.scales[scale].log, true); } const snapLogX = snapLogY; function snapAsinhY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeAsinh(dataMin, dataMax, self.scales[scale].log, true); } const snapAsinhX = snapAsinhY; // dim is logical (getClientBoundingRect) pixels, not canvas pixels function findIncr(minVal, maxVal, incrs, dim, minSpace) { let intDigits = max(numIntDigits(minVal), numIntDigits(maxVal)); let delta = maxVal - minVal; let incrIdx = closestIdx((minSpace / dim) * delta, incrs); do { let foundIncr = incrs[incrIdx]; let foundSpace = dim * foundIncr / delta; if (foundSpace >= minSpace && intDigits + (foundIncr < 5 ? fixedDec.get(foundIncr) : 0) <= 17) return [foundIncr, foundSpace]; } while (++incrIdx < incrs.length); return [0, 0]; } function pxRatioFont(font, pxRatio) { let fontSize, fontSizeCss; font = font.replace(/(\d+)px/, (m, p1) => (fontSize = round((fontSizeCss = +p1) * pxRatio)) + 'px'); return [font, fontSize, fontSizeCss]; } function syncFontSize(axis, pxRatio) { if (axis.show) { [axis.font, axis.labelFont].forEach(f => { let size = roundDec(f[2] * pxRatio, 1); f[0] = f[0].replace(/[0-9.]+px/, size + 'px'); f[1] = size; }); } } function uPlot(opts, data, then) { let pxRatio$1 = opts.pxRatio ?? pxRatio; function setPxRatio(_pxRatio) { pxRatio$1 = self.pxRatio = (_pxRatio ?? pxRatio); axes.forEach(axis => syncFontSize(axis, pxRatio$1)); _setSize(self.width, self.height, true); } const self = { mode: ifNull(opts.mode, 1), pxRatio: pxRatio$1, setPxRatio, }; self.setPxRatio = setPxRatio; const mode = self.mode; function getHPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? (1 - pct) : pct); } function getVPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? pct : (1 - pct)); } function getPos(val, scale, dim, off) { return scale.ori == 0 ? getHPos(val, scale, dim, off) : getVPos(val, scale, dim, off); } self.valToPosH = getHPos; self.valToPosV = getVPos; let ready = false; self.status = 0; const root = self.root = placeDiv(UPLOT); if (opts.id != null) root.id = opts.id; addClass(root, opts.class); if (opts.title) { let title = placeDiv(TITLE, root); title.textContent = opts.title; } const can = placeTag("canvas"); const ctx = self.ctx = can.getContext("2d"); const wrap = placeDiv(WRAP, root); on("click", wrap, e => { if (e.target === over) { let didDrag = mouseLeft1 != mouseLeft0 || mouseTop1 != mouseTop0; didDrag && drag.click(self, e); } }, true); const under = self.under = placeDiv(UNDER, wrap); wrap.appendChild(can); const over = self.over = placeDiv(OVER, wrap); opts = copy(opts); const usePathCache = opts.cache ?? true; const pxAlign = +ifNull(opts.pxAlign, 1); const pxRound = pxRoundGen(pxAlign); (opts.plugins || []).forEach(p => { if (p.opts) opts = p.opts(self, opts) || opts; }); const ms = opts.ms || 1e-3; const series = self.series = mode == 1 ? setDefaults(opts.series || [], xSeriesOpts, ySeriesOpts, false) : setDefaults2(opts.series || [null], xySeriesOpts); const axes = self.axes = setDefaults(opts.axes || [], xAxisOpts, yAxisOpts, true); const scales = self.scales = {}; const bands = self.bands = opts.bands || []; bands.forEach(b => { b.fill = fnOrSelf(b.fill || null); b.dir = ifNull(b.dir, -1); }); const xScaleKey = mode == 2 ? series[1].facets[0].scale : series[0].scale; const drawOrderMap = { axes: drawAxesGrid, series: drawSeries, }; const drawOrder = (opts.drawOrder || ["axes", "series"]).map(key => drawOrderMap[key]); function initValToPct(sc) { const getVal = ( sc.distr == 3 ? val => log10(val > 0 ? val : sc.clamp(self, val, sc.min, sc.max, sc.key)) : sc.distr == 4 ? val => asinh(val, sc.asinh) : sc.distr == 100 ? val => sc.fwd(val) : val => val ); return val => { let _val = getVal(val); let { _min, _max } = sc; let delta = _max - _min; return (_val - _min) / delta; }; } function initScale(scaleKey) { let sc = scales[scaleKey]; if (sc == null) { let scaleOpts = (opts.scales || EMPTY_OBJ)[scaleKey] || EMPTY_OBJ; if (scaleOpts.from != null) { // ensure parent is initialized initScale(scaleOpts.from); // dependent scales inherit let sc = assign({}, scales[scaleOpts.from], scaleOpts, {key: scaleKey}); sc.valToPct = initValToPct(sc); scales[scaleKey] = sc; } else { sc = scales[scaleKey] = assign({}, (scaleKey == xScaleKey ? xScaleOpts : yScaleOpts), scaleOpts); sc.key = scaleKey; let isTime = sc.time; let rn = sc.range; let rangeIsArr = isArr(rn); if (scaleKey != xScaleKey || (mode == 2 && !isTime)) { // if range array has null limits, it should be auto if (rangeIsArr && (rn[0] == null || rn[1] == null)) { rn = { min: rn[0] == null ? autoRangePart : { mode: 1, hard: rn[0], soft: rn[0], }, max: rn[1] == null ? autoRangePart : { mode: 1, hard: rn[1], soft: rn[1], }, }; rangeIsArr = false; } if (!rangeIsArr && isObj(rn)) { let cfg = rn; // this is similar to snapNumY rn = (self, dataMin, dataMax) => dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, cfg); } } sc.range = fnOrSelf(rn || (isTime ? snapTimeX : scaleKey == xScaleKey ? (sc.distr == 3 ? snapLogX : sc.distr == 4 ? snapAsinhX : snapNumX) : (sc.distr == 3 ? snapLogY : sc.distr == 4 ? snapAsinhY : snapNumY) )); sc.auto = fnOrSelf(rangeIsArr ? false : sc.auto); sc.clamp = fnOrSelf(sc.clamp || clampScale); // caches for expensive ops like asinh() & log() sc._min = sc._max = null; sc.valToPct = initValToPct(sc); } } } initScale("x"); initScale("y"); // TODO: init scales from facets in mode: 2 if (mode == 1) { series.forEach(s => { initScale(s.scale); }); } axes.forEach(a => { initScale(a.scale); }); for (let k in opts.scales) initScale(k); const scaleX = scales[xScaleKey]; const xScaleDistr = scaleX.distr; let valToPosX, valToPosY; if (scaleX.ori == 0) { addClass(root, ORI_HZ); valToPosX = getHPos; valToPosY = getVPos; /* updOriDims = () => { xDimCan = plotWid; xOffCan = plotLft; yDimCan = plotHgt; yOffCan = plotTop; xDimCss = plotWidCss; xOffCss = plotLftCss; yDimCss = plotHgtCss; yOffCss = plotTopCss; }; */ } else { addClass(root, ORI_VT); valToPosX = getVPos; valToPosY = getHPos; /* updOriDims = () => { xDimCan = plotHgt; xOffCan = plotTop; yDimCan = plotWid; yOffCan = plotLft; xDimCss = plotHgtCss; xOffCss = plotTopCss; yDimCss = plotWidCss; yOffCss = plotLftCss; }; */ } const pendScales = {}; // explicitly-set initial scales for (let k in scales) { let sc = scales[k]; if (sc.min != null || sc.max != null) { pendScales[k] = {min: sc.min, max: sc.max}; sc.min = sc.max = null; } } // self.tz = opts.tz || Intl.DateTimeFormat().resolvedOptions().timeZone; const _tzDate = (opts.tzDate || (ts => new Date(round(ts / ms)))); const _fmtDate = (opts.fmtDate || fmtDate); const _timeAxisSplits = (ms == 1 ? timeAxisSplitsMs(_tzDate) : timeAxisSplitsS(_tzDate)); const _timeAxisVals = timeAxisVals(_tzDate, timeAxisStamps((ms == 1 ? _timeAxisStampsMs : _timeAxisStampsS), _fmtDate)); const _timeSeriesVal = timeSeriesVal(_tzDate, timeSeriesStamp(_timeSeriesStamp, _fmtDate)); const activeIdxs = []; const legend = (self.legend = assign({}, legendOpts, opts.legend)); const cursor = (self.cursor = assign({}, cursorOpts, {drag: {y: mode == 2}}, opts.cursor)); const showLegend = legend.show; const showCursor = cursor.show; const markers = legend.markers; { legend.idxs = activeIdxs; markers.width = fnOrSelf(markers.width); markers.dash = fnOrSelf(markers.dash); markers.stroke = fnOrSelf(markers.stroke); markers.fill = fnOrSelf(markers.fill); } let legendTable; let legendHead; let legendBody; let legendRows = []; let legendCells = []; let legendCols; let multiValLegend = false; let NULL_LEGEND_VALUES = {}; if (legend.live) { const getMultiVals = series[1] ? series[1].values : null; multiValLegend = getMultiVals != null; legendCols = multiValLegend ? getMultiVals(self, 1, 0) : {_: 0}; for (let k in legendCols) NULL_LEGEND_VALUES[k] = LEGEND_DISP; } if (showLegend) { legendTable = placeTag("table", LEGEND, root); legendBody = placeTag("tbody", null, legendTable); // allows legend to be moved out of root legend.mount(self, legendTable); if (multiValLegend) { legendHead = placeTag("thead", null, legendTable, legendBody); let head = placeTag("tr", null, legendHead); placeTag("th", null, head); for (var key in legendCols) placeTag("th", LEGEND_LABEL, head).textContent = key; } else { addClass(legendTable, LEGEND_INLINE); legend.live && addClass(legendTable, LEGEND_LIVE); } } const son = {show: true}; const soff = {show: false}; function initLegendRow(s, i) { if (i == 0 && (multiValLegend || !legend.live || mode == 2)) return nullNullTuple; let cells = []; let row = placeTag("tr", LEGEND_SERIES, legendBody, legendBody.childNodes[i]); addClass(row, s.class); if (!s.show) addClass(row, OFF); let label = placeTag("th", null, row); if (markers.show) { let indic = placeDiv(LEGEND_MARKER, label); if (i > 0) { let width = markers.width(self, i); if (width) indic.style.border = width + "px " + markers.dash(self, i) + " " + markers.stroke(self, i); indic.style.background = markers.fill(self, i); } } let text = placeDiv(LEGEND_LABEL, label); if (s.label instanceof HTMLElement) text.appendChild(s.label); else text.textContent = s.label; if (i > 0) { if (!markers.show) text.style.color = s.width > 0 ? markers.stroke(self, i) : markers.fill(self, i); onMouse("click", label, e => { if (cursor._lock) return; setCursorEvent(e); let seriesIdx = series.indexOf(s); if ((e.ctrlKey || e.metaKey) != legend.isolate) { // if any other series is shown, isolate this one. else show all let isolate = series.some((s, i) => i > 0 && i != seriesIdx && s.show); series.forEach((s, i) => { i > 0 && setSeries(i, isolate ? (i == seriesIdx ? son : soff) : son, true, syncOpts.setSeries); }); } else setSeries(seriesIdx, {show: !s.show}, true, syncOpts.setSeries); }, false); if (cursorFocus) { onMouse(mouseenter, label, e => { if (cursor._lock) return; setCursorEvent(e); setSeries(series.indexOf(s), FOCUS_TRUE, true, syncOpts.setSeries); }, false); } } for (var key in legendCols) { let v = placeTag("td", LEGEND_VALUE, row); v.textContent = "--"; cells.push(v); } return [row, cells]; } const mouseListeners = new Map(); function onMouse(ev, targ, fn, onlyTarg = true) { const targListeners = mouseListeners.get(targ) || {}; const listener = cursor.bind[ev](self, targ, fn, onlyTarg); if (listener) { on(ev, targ, targListeners[ev] = listener); mouseListeners.set(targ, targListeners); } } function offMouse(ev, targ, fn) { const targListeners = mouseListeners.get(targ) || {}; for (let k in targListeners) { if (ev == null || k == ev) { off(k, targ, targListeners[k]); delete targListeners[k]; } } if (ev == null) mouseListeners.delete(targ); } let fullWidCss = 0; let fullHgtCss = 0; let plotWidCss = 0; let plotHgtCss = 0; // plot margins to account for axes let plotLftCss = 0; let plotTopCss = 0; // previous values for diffing let _plotLftCss = plotLftCss; let _plotTopCss = plotTopCss; let _plotWidCss = plotWidCss; let _plotHgtCss = plotHgtCss; let plotLft = 0; let plotTop = 0; let plotWid = 0; let plotHgt = 0; self.bbox = {}; let shouldSetScales = false; let shouldSetSize = false; let shouldConvergeSize = false; let shouldSetCursor = false; let shouldSetSelect = false; let shouldSetLegend = false; function _setSize(width, height, force) { if (force || (width != self.width || height != self.height)) calcSize(width, height); resetYSeries(false); shouldConvergeSize = true; shouldSetSize = true; commit(); } function calcSize(width, height) { // log("calcSize()", arguments); self.width = fullWidCss = plotWidCss = width; self.height = fullHgtCss = plotHgtCss = height; plotLftCss = plotTopCss = 0; calcPlotRect(); calcAxesRects(); let bb = self.bbox; plotLft = bb.left = incrRound(plotLftCss * pxRatio$1, 0.5); plotTop = bb.top = incrRound(plotTopCss * pxRatio$1, 0.5); plotWid = bb.width = incrRound(plotWidCss * pxRatio$1, 0.5); plotHgt = bb.height = incrRound(plotHgtCss * pxRatio$1, 0.5); // updOriDims(); } // ensures size calc convergence const CYCLE_LIMIT = 3; function convergeSize() { let converged = false; let cycleNum = 0; while (!converged) { cycleNum++; let axesConverged = axesCalc(cycleNum); let paddingConverged = paddingCalc(cycleNum); converged = cycleNum == CYCLE_LIMIT || (axesConverged && paddingConverged); if (!converged) { calcSize(self.width, self.height); shouldSetSize = true; } } } function setSize({width, height}) { _setSize(width, height); } self.setSize = setSize; // accumulate axis offsets, reduce canvas width function calcPlotRect() { // easements for edge labels let hasTopAxis = false; let hasBtmAxis = false; let hasRgtAxis = false; let hasLftAxis = false; axes.forEach((axis, i) => { if (axis.show && axis._show) { let {side, _size} = axis; let isVt = side % 2; let labelSize = axis.label != null ? axis.labelSize : 0; let fullSize = _size + labelSize; if (fullSize > 0) { if (isVt) { plotWidCss -= fullSize; if (side == 3) { plotLftCss += fullSize; hasLftAxis = true; } else hasRgtAxis = true; } else { plotHgtCss -= fullSize; if (side == 0) { plotTopCss += fullSize; hasTopAxis = true; } else hasBtmAxis = true; } } } }); sidesWithAxes[0] = hasTopAxis; sidesWithAxes[1] = hasRgtAxis; sidesWithAxes[2] = hasBtmAxis; sidesWithAxes[3] = hasLftAxis; // hz padding plotWidCss -= _padding[1] + _padding[3]; plotLftCss += _padding[3]; // vt padding plotHgtCss -= _padding[2] + _padding[0]; plotTopCss += _padding[0]; } function calcAxesRects() { // will accum + let off1 = plotLftCss + plotWidCss; let off2 = plotTopCss + plotHgtCss; // will accum - let off3 = plotLftCss; let off0 = plotTopCss; function incrOffset(side, size) { switch (side) { case 1: off1 += size; return off1 - size; case 2: off2 += size; return off2 - size; case 3: off3 -= size; return off3 + size; case 0: off0 -= size; return off0 + size; } } axes.forEach((axis, i) => { if (axis.show && axis._show) { let side = axis.side; axis._pos = incrOffset(side, axis._size); if (axis.label != null) axis._lpos = incrOffset(side, axis.labelSize); } }); } if (cursor.dataIdx == null) { let hov = cursor.hover; let skip = hov.skip = new Set(hov.skip ?? []); skip.add(void 0); // alignment artifacts let prox = hov.prox = fnOrSelf(hov.prox); let bias = hov.bias ??= 0; cursor.dataIdx = (self, seriesIdx, cursorIdx, valAtPosX) => { if (seriesIdx == 0) return cursorIdx; let idx2 = cursorIdx; let _prox = prox(self, seriesIdx, cursorIdx, valAtPosX) ?? inf; let withProx = _prox >= 0 && _prox < inf; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let cursorLft = cursor.left; let xValues = data[0]; let yValues = data[seriesIdx]; if (skip.has(yValues[cursorIdx])) { idx2 = null; let nonNullLft = null, nonNullRgt = null, j; if (bias == 0 || bias == -1) { j = cursorIdx; while (nonNullLft == null && --j >= i0) { if (!skip.has(yValues[j])) nonNullLft = j; } } if (bias == 0 || bias == 1) { j = cursorIdx; while (nonNullRgt == null && ++j <= i1) { if (!skip.has(yValues[j])) nonNullRgt = j; } } if (nonNullLft != null || nonNullRgt != null) { if (withProx) { let lftPos = nonNullLft == null ? -Infinity : valToPosX(xValues[nonNullLft], scaleX, xDim, 0); let rgtPos = nonNullRgt == null ? Infinity : valToPosX(xValues[nonNullRgt], scaleX, xDim, 0); let lftDelta = cursorLft - lftPos; let rgtDelta = rgtPos - cursorLft; if (lftDelta <= rgtDelta) { if (lftDelta <= _prox) idx2 = nonNullLft; } else { if (rgtDelta <= _prox) idx2 = nonNullRgt; } } else { idx2 = nonNullRgt == null ? nonNullLft : nonNullLft == null ? nonNullRgt : cursorIdx - nonNullLft <= nonNullRgt - cursorIdx ? nonNullLft : nonNullRgt; } } } else if (withProx) { let dist = abs(cursorLft - valToPosX(xValues[cursorIdx], scaleX, xDim, 0)); if (dist > _prox) idx2 = null; } return idx2; }; } const setCursorEvent = e => { cursor.event = e; }; cursor.idxs = activeIdxs; cursor._lock = false; let points = cursor.points; points.show = fnOrSelf(points.show); points.size = fnOrSelf(points.size); points.stroke = fnOrSelf(points.stroke); points.width = fnOrSelf(points.width); points.fill = fnOrSelf(points.fill); const focus = self.focus = assign({}, opts.focus || {alpha: 0.3}, cursor.focus); const cursorFocus = focus.prox >= 0; const cursorOnePt = cursorFocus && points.one; // series-intersection markers let cursorPts = []; // position caches in CSS pixels let cursorPtsLft = []; let cursorPtsTop = []; function initCursorPt(s, si) { let pt = points.show(self, si); if (pt instanceof HTMLElement) { addClass(pt, CURSOR_PT); addClass(pt, s.class); elTrans(pt, -10, -10, plotWidCss, plotHgtCss); over.insertBefore(pt, cursorPts[si]); return pt; } } function initSeries(s, i) { if (mode == 1 || i > 0) { let isTime = mode == 1 && scales[s.scale].time; let sv = s.value; s.value = isTime ? (isStr(sv) ? timeSeriesVal(_tzDate, timeSeriesStamp(sv, _fmtDate)) : sv || _timeSeriesVal) : sv || numSeriesVal; s.label = s.label || (isTime ? timeSeriesLabel : numSeriesLabel); } if (cursorOnePt || i > 0) { s.width = s.width == null ? 1 : s.width; s.paths = s.paths || linearPath || retNull; s.fillTo = fnOrSelf(s.fillTo || seriesFillTo); s.pxAlign = +ifNull(s.pxAlign, pxAlign); s.pxRound = pxRoundGen(s.pxAlign); s.stroke = fnOrSelf(s.stroke || null); s.fill = fnOrSelf(s.fill || null); s._stroke = s._fill = s._paths = s._focus = null; let _ptDia = ptDia(max(1, s.width), 1); let points = s.points = assign({}, { size: _ptDia, width: max(1, _ptDia * .2), stroke: s.stroke, space: _ptDia * 2, paths: pointsPath, _stroke: null, _fill: null, }, s.points); points.show = fnOrSelf(points.show); points.filter = fnOrSelf(points.filter); points.fill = fnOrSelf(points.fill); points.stroke = fnOrSelf(points.stroke); points.paths = fnOrSelf(points.paths); points.pxAlign = s.pxAlign; } if (showLegend) { let rowCells = initLegendRow(s, i); legendRows.splice(i, 0, rowCells[0]); legendCells.splice(i, 0, rowCells[1]); legend.values.push(null); // NULL_LEGEND_VALS not yet avil here :( } if (showCursor) { activeIdxs.splice(i, 0, null); let pt = null; if (cursorOnePt) { if (i == 0) pt = initCursorPt(s, i); } else if (i > 0) pt = initCursorPt(s, i); cursorPts.splice(i, 0, pt); cursorPtsLft.splice(i, 0, 0); cursorPtsTop.splice(i, 0, 0); } fire("addSeries", i); } function addSeries(opts, si) { si = si == null ? series.length : si; opts = mode == 1 ? setDefault(opts, si, xSeriesOpts, ySeriesOpts) : setDefault(opts, si, {}, xySeriesOpts); series.splice(si, 0, opts); initSeries(series[si], si); } self.addSeries = addSeries; function delSeries(i) { series.splice(i, 1); if (showLegend) { legend.values.splice(i, 1); legendCells.splice(i, 1); let tr = legendRows.splice(i, 1)[0]; offMouse(null, tr.firstChild); tr.remove(); } if (showCursor) { activeIdxs.splice(i, 1); cursorPts.splice(i, 1)[0].remove(); cursorPtsLft.splice(i, 1); cursorPtsTop.splice(i, 1); } // TODO: de-init no-longer-needed scales? fire("delSeries", i); } self.delSeries = delSeries; const sidesWithAxes = [false, false, false, false]; function initAxis(axis, i) { axis._show = axis.show; if (axis.show) { let isVt = axis.side % 2; let sc = scales[axis.scale]; // this can occur if all series specify non-default scales if (sc == null) { axis.scale = isVt ? series[1].scale : xScaleKey; sc = scales[axis.scale]; } // also set defaults for incrs & values based on axis distr let isTime = sc.time; axis.size = fnOrSelf(axis.size); axis.space = fnOrSelf(axis.space); axis.rotate = fnOrSelf(axis.rotate); if (isArr(axis.incrs)) { axis.incrs.forEach(incr => { !fixedDec.has(incr) && fixedDec.set(incr, guessDec(incr)); }); } axis.incrs = fnOrSelf(axis.incrs || ( sc.distr == 2 ? wholeIncrs : (isTime ? (ms == 1 ? timeIncrsMs : timeIncrsS) : numIncrs))); axis.splits = fnOrSelf(axis.splits || (isTime && sc.distr == 1 ? _timeAxisSplits : sc.distr == 3 ? logAxisSplits : sc.distr == 4 ? asinhAxisSplits : numAxisSplits)); axis.stroke = fnOrSelf(axis.stroke); axis.grid.stroke = fnOrSelf(axis.grid.stroke); axis.ticks.stroke = fnOrSelf(axis.ticks.stroke); axis.border.stroke = fnOrSelf(axis.border.stroke); let av = axis.values; axis.values = ( // static array of tick values isArr(av) && !isArr(av[0]) ? fnOrSelf(av) : // temporal isTime ? ( // config array of fmtDate string tpls isArr(av) ? timeAxisVals(_tzDate, timeAxisStamps(av, _fmtDate)) : // fmtDate string tpl isStr(av) ? timeAxisVal(_tzDate, av) : av || _timeAxisVals ) : av || numAxisVals ); axis.filter = fnOrSelf(axis.filter || ( sc.distr >= 3 && sc.log == 10 ? log10AxisValsFilt : sc.distr == 3 && sc.log == 2 ? log2AxisValsFilt : retArg1)); axis.font = pxRatioFont(axis.font, pxRatio$1); axis.labelFont = pxRatioFont(axis.labelFont, pxRatio$1); axis._size = axis.size(self, null, i, 0); axis._space = axis._rotate = axis._incrs = axis._found = // foundIncrSpace axis._splits = axis._values = null; if (axis._size > 0) { sidesWithAxes[i] = true; axis._el = placeDiv(AXIS, wrap); } // debug // axis._el.style.background = "#" + Math.floor(Math.random()*16777215).toString(16) + '80'; } } function autoPadSide(self, side, sidesWithAxes, cycleNum) { let [hasTopAxis, hasRgtAxis, hasBtmAxis, hasLftAxis] = sidesWithAxes; let ori = side % 2; let size = 0; if (ori == 0 && (hasLftAxis || hasRgtAxis)) size = (side == 0 && !hasTopAxis || side == 2 && !hasBtmAxis ? round(xAxisOpts.size / 3) : 0); if (ori == 1 && (hasTopAxis || hasBtmAxis)) size = (side == 1 && !hasRgtAxis || side == 3 && !hasLftAxis ? round(yAxisOpts.size / 2) : 0); return size; } const padding = self.padding = (opts.padding || [autoPadSide,autoPadSide,autoPadSide,autoPadSide]).map(p => fnOrSelf(ifNull(p, autoPadSide))); const _padding = self._padding = padding.map((p, i) => p(self, i, sidesWithAxes, 0)); let dataLen; // rendered data window let i0 = null; let i1 = null; const idxs = mode == 1 ? series[0].idxs : null; let data0 = null; let viaAutoScaleX = false; function setData(_data, _resetScales) { data = _data == null ? [] : _data; self.data = self._data = data; if (mode == 2) { dataLen = 0; for (let i = 1; i < series.length; i++) dataLen += data[i][0].length; } else { if (data.length == 0) self.data = self._data = data = [[]]; data0 = data[0]; dataLen = data0.length; let scaleData = data; if (xScaleDistr == 2) { scaleData = data.slice(); let _data0 = scaleData[0] = Array(dataLen); for (let i = 0; i < dataLen; i++) _data0[i] = i; } self._data = data = scaleData; } resetYSeries(true); fire("setData"); // forces x axis tick values to re-generate when neither x scale nor y scale changes // in ordinal mode, scale range is by index, so will not change if new data has same length, but tick values are from data if (xScaleDistr == 2) { shouldConvergeSize = true; /* or somewhat cheaper, and uglier: if (ready) { // logic extracted from axesCalc() let i = 0; let axis = axes[i]; let _splits = axis._splits.map(i => data0[i]); let [_incr, _space] = axis._found; let incr = data0[_splits[1]] - data0[_splits[0]]; axis._values = axis.values(self, axis.filter(self, _splits, i, _space, incr), i, _space, incr); } */ } if (_resetScales !== false) { let xsc = scaleX; if (xsc.auto(self, viaAutoScaleX)) autoScaleX(); else _setScale(xScaleKey, xsc.min, xsc.max); shouldSetCursor = shouldSetCursor || cursor.left >= 0; shouldSetLegend = true; commit(); } } self.setData = setData; function autoScaleX() { viaAutoScaleX = true; let _min, _max; if (mode == 1) { if (dataLen > 0) { i0 = idxs[0] = 0; i1 = idxs[1] = dataLen - 1; _min = data[0][i0]; _max = data[0][i1]; if (xScaleDistr == 2) { _min = i0; _max = i1; } else if (_min == _max) { if (xScaleDistr == 3) [_min, _max] = rangeLog(_min, _min, scaleX.log, false); else if (xScaleDistr == 4) [_min, _max] = rangeAsinh(_min, _min, scaleX.log, false); else if (scaleX.time) _max = _min + round(86400 / ms); else [_min, _max] = rangeNum(_min, _max, rangePad, true); } } else { i0 = idxs[0] = _min = null; i1 = idxs[1] = _max = null; } } _setScale(xScaleKey, _min, _max); } let ctxStroke, ctxFill, ctxWidth, ctxDash, ctxJoin, ctxCap, ctxFont, ctxAlign, ctxBaseline; let ctxAlpha; function setCtxStyle(stroke, width, dash, cap, fill, join) { stroke ??= transparent; dash ??= EMPTY_ARR; cap ??= "butt"; // (‿|‿) fill ??= transparent; join ??= "round"; if (stroke != ctxStroke) ctx.strokeStyle = ctxStroke = stroke; if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (width != ctxWidth) ctx.lineWidth = ctxWidth = width; if (join != ctxJoin) ctx.lineJoin = ctxJoin = join; if (cap != ctxCap) ctx.lineCap = ctxCap = cap; if (dash != ctxDash) ctx.setLineDash(ctxDash = dash); } function setFontStyle(font, fill, align, baseline) { if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (font != ctxFont) ctx.font = ctxFont = font; if (align != ctxAlign) ctx.textAlign = ctxAlign = align; if (baseline != ctxBaseline) ctx.textBaseline = ctxBaseline = baseline; } function accScale(wsc, psc, facet, data, sorted = 0) { if (data.length > 0 && wsc.auto(self, viaAutoScaleX) && (psc == null || psc.min == null)) { let _i0 = ifNull(i0, 0); let _i1 = ifNull(i1, data.length - 1); // only run getMinMax() for invalidated series data, else reuse let minMax = facet.min == null ? getMinMax(data, _i0, _i1, sorted, wsc.distr == 3) : [facet.min, facet.max]; // initial min/max wsc.min = min(wsc.min, facet.min = minMax[0]); wsc.max = max(wsc.max, facet.max = minMax[1]); } } const AUTOSCALE = {min: null, max: null}; function setScales() { // log("setScales()", arguments); // implicitly add auto scales, and unranged scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && ( // scales that have never been set (on init) sc.min == null || // or auto scales when the x scale was explicitly set pendScales[xScaleKey] != null && sc.auto(self, viaAutoScaleX) ) ) { pendScales[k] = AUTOSCALE; } } // implicitly add dependent scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && sc.from != null && pendScales[sc.from] != null) pendScales[k] = AUTOSCALE; } // explicitly setting the x-scale invalidates everything (acts as redraw) if (pendScales[xScaleKey] != null) resetYSeries(true); // TODO: only reset series on auto scales? let wipScales = {}; for (let k in pendScales) { let psc = pendScales[k]; if (psc != null) { let wsc = wipScales[k] = copy(scales[k], fastIsObj); if (psc.min != null) assign(wsc, psc); else if (k != xScaleKey || mode == 2) { if (dataLen == 0 && wsc.from == null) { let minMax = wsc.range(self, null, null, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } else { wsc.min = inf; wsc.max = -inf; } } } } if (dataLen > 0) { // pre-range y-scales from y series' data values series.forEach((s, i) => { if (mode == 1) { let k = s.scale; let psc = pendScales[k]; if (psc == null) return; let wsc = wipScales[k]; if (i == 0) { let minMax = wsc.range(self, wsc.min, wsc.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; i0 = closestIdx(wsc.min, data[0]); i1 = closestIdx(wsc.max, data[0]); // don't try to contract same or adjacent idxs if (i1 - i0 > 1) { // closest indices can be outside of view if (data[0][i0] < wsc.min) i0++; if (data[0][i1] > wsc.max) i1--; } s.min = data0[i0]; s.max = data0[i1]; } else if (s.show && s.auto) accScale(wsc, psc, s, data[i], s.sorted); s.idxs[0] = i0; s.idxs[1] = i1; } else { if (i > 0) { if (s.show && s.auto) { // TODO: only handles, assumes and requires facets[0] / 'x' scale, and facets[1] / 'y' scale let [ xFacet, yFacet ] = s.facets; let xScaleKey = xFacet.scale; let yScaleKey = yFacet.scale; let [ xData, yData ] = data[i]; let wscx = wipScales[xScaleKey]; let wscy = wipScales[yScaleKey]; // null can happen when only x is zoomed, but y has static range and doesnt get auto-added to pending wscx != null && accScale(wscx, pendScales[xScaleKey], xFacet, xData, xFacet.sorted); wscy != null && accScale(wscy, pendScales[yScaleKey], yFacet, yData, yFacet.sorted); // temp s.min = yFacet.min; s.max = yFacet.max; } } } }); // range independent scales for (let k in wipScales) { let wsc = wipScales[k]; let psc = pendScales[k]; if (wsc.from == null && (psc == null || psc.min == null)) { let minMax = wsc.range( self, wsc.min == inf ? null : wsc.min, wsc.max == -inf ? null : wsc.max, k ); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } // range dependent scales for (let k in wipScales) { let wsc = wipScales[k]; if (wsc.from != null) { let base = wipScales[wsc.from]; if (base.min == null) wsc.min = wsc.max = null; else { let minMax = wsc.range(self, base.min, base.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } let changed = {}; let anyChanged = false; for (let k in wipScales) { let wsc = wipScales[k]; let sc = scales[k]; if (sc.min != wsc.min || sc.max != wsc.max) { sc.min = wsc.min; sc.max = wsc.max; let distr = sc.distr; sc._min = distr == 3 ? log10(sc.min) : distr == 4 ? asinh(sc.min, sc.asinh) : distr == 100 ? sc.fwd(sc.min) : sc.min; sc._max = distr == 3 ? log10(sc.max) : distr == 4 ? asinh(sc.max, sc.asinh) : distr == 100 ? sc.fwd(sc.max) : sc.max; changed[k] = anyChanged = true; } } if (anyChanged) { // invalidate paths of all series on changed scales series.forEach((s, i) => { if (mode == 2) { if (i > 0 && changed.y) s._paths = null; } else { if (changed[s.scale]) s._paths = null; } }); for (let k in changed) { shouldConvergeSize = true; fire("setScale", k); } if (showCursor && cursor.left >= 0) shouldSetCursor = shouldSetLegend = true; } for (let k in pendScales) pendScales[k] = null; } // grabs the nearest indices with y data outside of x-scale limits function getOuterIdxs(ydata) { let _i0 = clamp(i0 - 1, 0, dataLen - 1); let _i1 = clamp(i1 + 1, 0, dataLen - 1); while (ydata[_i0] == null && _i0 > 0) _i0--; while (ydata[_i1] == null && _i1 < dataLen - 1) _i1++; return [_i0, _i1]; } function drawSeries() { if (dataLen > 0) { let shouldAlpha = series.some(s => s._focus) && ctxAlpha != focus.alpha; if (shouldAlpha) ctx.globalAlpha = ctxAlpha = focus.alpha; series.forEach((s, i) => { if (i > 0 && s.show) { cacheStrokeFill(i, false); cacheStrokeFill(i, true); if (s._paths == null) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; let _idxs = mode == 2 ? [0, data[i][0].length - 1] : getOuterIdxs(data[i]); s._paths = s.paths(self, i, _idxs[0], _idxs[1]); if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; } } }); series.forEach((s, i) => { if (i > 0 && s.show) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; s._paths != null && drawPath(i, false); { let _gaps = s._paths != null ? s._paths.gaps : null; let show = s.points.show(self, i, i0, i1, _gaps); let idxs = s.points.filter(self, i, show, _gaps); if (show || idxs) { s.points._paths = s.points.paths(self, i, i0, i1, idxs); drawPath(i, true); } } if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; fire("drawSeries", i); } }); if (shouldAlpha) ctx.globalAlpha = ctxAlpha = 1; } } function cacheStrokeFill(si, _points) { let s = _points ? series[si].points : series[si]; s._stroke = s.stroke(self, si); s._fill = s.fill(self, si); } function drawPath(si, _points) { let s = _points ? series[si].points : series[si]; let { stroke, fill, clip: gapsClip, flags, _stroke: strokeStyle = s._stroke, _fill: fillStyle = s._fill, _width: width = s.width, } = s._paths; width = roundDec(width * pxRatio$1, 3); let boundsClip = null; let offset = (width % 2) / 2; if (_points && fillStyle == null) fillStyle = width > 0 ? "#fff" : strokeStyle; let _pxAlign = s.pxAlign == 1 && offset > 0; _pxAlign && ctx.translate(offset, offset); if (!_points) { let lft = plotLft - width / 2, top = plotTop - width / 2, wid = plotWid + width, hgt = plotHgt + width; boundsClip = new Path2D(); boundsClip.rect(lft, top, wid, hgt); } // the points pathbuilder's gapsClip is its boundsClip, since points dont need gaps clipping, and bounds depend on point size if (_points) strokeFill(strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, gapsClip); else fillStroke(si, strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, boundsClip, gapsClip); _pxAlign && ctx.translate(-offset, -offset); } function fillStroke(si, strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip) { let didStrokeFill = false; // for all bands where this series is the top edge, create upwards clips using the bottom edges // and apply clips + fill with band fill or dfltFill flags != 0 && bands.forEach((b, bi) => { // isUpperEdge? if (b.series[0] == si) { let lowerEdge = series[b.series[1]]; let lowerData = data[b.series[1]]; let bandClip = (lowerEdge._paths || EMPTY_OBJ).band; if (isArr(bandClip)) bandClip = b.dir == 1 ? bandClip[0] : bandClip[1]; let gapsClip2; let _fillStyle = null; // hasLowerEdge? if (lowerEdge.show && bandClip && hasData(lowerData, i0, i1)) { _fillStyle = b.fill(self, bi) || fillStyle; gapsClip2 = lowerEdge._paths.clip; } else bandClip = null; strokeFill(strokeStyle, lineWidth, lineDash, lineCap, _fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip); didStrokeFill = true; } }); if (!didStrokeFill) strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip); } const CLIP_FILL_STROKE = BAND_CLIP_FILL | BAND_CLIP_STROKE; function strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip) { setCtxStyle(strokeStyle, lineWidth, lineDash, lineCap, fillStyle); if (boundsClip || gapsClip || bandClip) { ctx.save(); boundsClip && ctx.clip(boundsClip); gapsClip && ctx.clip(gapsClip); } if (bandClip) { if ((flags & CLIP_FILL_STROKE) == CLIP_FILL_STROKE) { ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_STROKE) { doFill(fillStyle, fillPath); ctx.clip(bandClip); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_FILL) { ctx.save(); ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); ctx.restore(); doStroke(strokeStyle, strokePath, lineWidth); } } else { doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } if (boundsClip || gapsClip || bandClip) ctx.restore(); } function doStroke(strokeStyle, strokePath, lineWidth) { if (lineWidth > 0) { if (strokePath instanceof Map) { strokePath.forEach((strokePath, strokeStyle) => { ctx.strokeStyle = ctxStroke = strokeStyle; ctx.stroke(strokePath); }); } else strokePath != null && strokeStyle && ctx.stroke(strokePath); } } function doFill(fillStyle, fillPath) { if (fillPath instanceof Map) { fillPath.forEach((fillPath, fillStyle) => { ctx.fillStyle = ctxFill = fillStyle; ctx.fill(fillPath); }); } else fillPath != null && fillStyle && ctx.fill(fillPath); } function getIncrSpace(axisIdx, min, max, fullDim) { let axis = axes[axisIdx]; let incrSpace; if (fullDim <= 0) incrSpace = [0, 0]; else { let minSpace = axis._space = axis.space(self, axisIdx, min, max, fullDim); let incrs = axis._incrs = axis.incrs(self, axisIdx, min, max, fullDim, minSpace); incrSpace = findIncr(min, max, incrs, fullDim, minSpace); } return (axis._found = incrSpace); } function drawOrthoLines(offs, filts, ori, side, pos0, len, width, stroke, dash, cap) { let offset = (width % 2) / 2; pxAlign == 1 && ctx.translate(offset, offset); setCtxStyle(stroke, width, dash, cap, stroke); ctx.beginPath(); let x0, y0, x1, y1, pos1 = pos0 + (side == 0 || side == 3 ? -len : len); if (ori == 0) { y0 = pos0; y1 = pos1; } else { x0 = pos0; x1 = pos1; } for (let i = 0; i < offs.length; i++) { if (filts[i] != null) { if (ori == 0) x0 = x1 = offs[i]; else y0 = y1 = offs[i]; ctx.moveTo(x0, y0); ctx.lineTo(x1, y1); } } ctx.stroke(); pxAlign == 1 && ctx.translate(-offset, -offset); } function axesCalc(cycleNum) { // log("axesCalc()", arguments); let converged = true; axes.forEach((axis, i) => { if (!axis.show) return; let scale = scales[axis.scale]; if (scale.min == null) { if (axis._show) { converged = false; axis._show = false; resetYSeries(false); } return; } else { if (!axis._show) { converged = false; axis._show = true; resetYSeries(false); } } let side = axis.side; let ori = side % 2; let {min, max} = scale; // // should this toggle them ._show = false let [_incr, _space] = getIncrSpace(i, min, max, ori == 0 ? plotWidCss : plotHgtCss); if (_space == 0) return; // if we're using index positions, force first tick to match passed index let forceMin = scale.distr == 2; let _splits = axis._splits = axis.splits(self, i, min, max, _incr, _space, forceMin); // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let values = axis._values = axis.values(self, axis.filter(self, splits, i, _space, incr), i, _space, incr); // rotating of labels only supported on bottom x axis axis._rotate = side == 2 ? axis.rotate(self, values, i, _space) : 0; let oldSize = axis._size; axis._size = ceil(axis.size(self, values, i, cycleNum)); if (oldSize != null && axis._size != oldSize) // ready && ? converged = false; }); return converged; } function paddingCalc(cycleNum) { let converged = true; padding.forEach((p, i) => { let _p = p(self, i, sidesWithAxes, cycleNum); if (_p != _padding[i]) converged = false; _padding[i] = _p; }); return converged; } function drawAxesGrid() { for (let i = 0; i < axes.length; i++) { let axis = axes[i]; if (!axis.show || !axis._show) continue; let side = axis.side; let ori = side % 2; let x, y; let fillStyle = axis.stroke(self, i); let shiftDir = side == 0 || side == 3 ? -1 : 1; let [_incr, _space] = axis._found; // axis label if (axis.label != null) { let shiftAmt = axis.labelGap * shiftDir; let baseLpos = round((axis._lpos + shiftAmt) * pxRatio$1); setFontStyle(axis.labelFont[0], fillStyle, "center", side == 2 ? TOP : BOTTOM); ctx.save(); if (ori == 1) { x = y = 0; ctx.translate( baseLpos, round(plotTop + plotHgt / 2), ); ctx.rotate((side == 3 ? -PI : PI) / 2); } else { x = round(plotLft + plotWid / 2); y = baseLpos; } let _label = isFn(axis.label) ? axis.label(self, i, _incr, _space) : axis.label; ctx.fillText(_label, x, y); ctx.restore(); } if (_space == 0) continue; let scale = scales[axis.scale]; let plotDim = ori == 0 ? plotWid : plotHgt; let plotOff = ori == 0 ? plotLft : plotTop; let _splits = axis._splits; // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let ticks = axis.ticks; let border = axis.border; let _tickSize = ticks.show ? ticks.size : 0; let tickSize = round(_tickSize * pxRatio$1); let axisGap = round((axis.alignTo == 2 ? axis._size - _tickSize - axis.gap : axis.gap) * pxRatio$1); // rotating of labels only supported on bottom x axis let angle = axis._rotate * -PI/180; let basePos = pxRound(axis._pos * pxRatio$1); let shiftAmt = (tickSize + axisGap) * shiftDir; let finalPos = basePos + shiftAmt; y = ori == 0 ? finalPos : 0; x = ori == 1 ? finalPos : 0; let font = axis.font[0]; let textAlign = axis.align == 1 ? LEFT : axis.align == 2 ? RIGHT : angle > 0 ? LEFT : angle < 0 ? RIGHT : ori == 0 ? "center" : side == 3 ? RIGHT : LEFT; let textBaseline = angle || ori == 1 ? "middle" : side == 2 ? TOP : BOTTOM; setFontStyle(font, fillStyle, textAlign, textBaseline); let lineHeight = axis.font[1] * axis.lineGap; let canOffs = _splits.map(val => pxRound(getPos(val, scale, plotDim, plotOff))); let _values = axis._values; for (let i = 0; i < _values.length; i++) { let val = _values[i]; if (val != null) { if (ori == 0) x = canOffs[i]; else y = canOffs[i]; val = "" + val; let _parts = val.indexOf("\n") == -1 ? [val] : val.split(/\n/gm); for (let j = 0; j < _parts.length; j++) { let text = _parts[j]; if (angle) { ctx.save(); ctx.translate(x, y + j * lineHeight); // can this be replaced with position math? ctx.rotate(angle); // can this be done once? ctx.fillText(text, 0, 0); ctx.restore(); } else ctx.fillText(text, x, y + j * lineHeight); } } } // ticks if (ticks.show) { drawOrthoLines( canOffs, ticks.filter(self, splits, i, _space, incr), ori, side, basePos, tickSize, roundDec(ticks.width * pxRatio$1, 3), ticks.stroke(self, i), ticks.dash, ticks.cap, ); } // grid let grid = axis.grid; if (grid.show) { drawOrthoLines( canOffs, grid.filter(self, splits, i, _space, incr), ori, ori == 0 ? 2 : 1, ori == 0 ? plotTop : plotLft, ori == 0 ? plotHgt : plotWid, roundDec(grid.width * pxRatio$1, 3), grid.stroke(self, i), grid.dash, grid.cap, ); } if (border.show) { drawOrthoLines( [basePos], [1], ori == 0 ? 1 : 0, ori == 0 ? 1 : 2, ori == 1 ? plotTop : plotLft, ori == 1 ? plotHgt : plotWid, roundDec(border.width * pxRatio$1, 3), border.stroke(self, i), border.dash, border.cap, ); } } fire("drawAxes"); } function resetYSeries(minMax) { // log("resetYSeries()", arguments); series.forEach((s, i) => { if (i > 0) { s._paths = null; if (minMax) { if (mode == 1) { s.min = null; s.max = null; } else { s.facets.forEach(f => { f.min = null; f.max = null; }); } } } }); } let queuedCommit = false; let deferHooks = false; let hooksQueue = []; function flushHooks() { deferHooks = false; for (let i = 0; i < hooksQueue.length; i++) fire(...hooksQueue[i]); hooksQueue.length = 0; } function commit() { if (!queuedCommit) { microTask(_commit); queuedCommit = true; } } // manual batching (aka immediate mode), skips microtask queue function batch(fn, _deferHooks = false) { queuedCommit = true; deferHooks = _deferHooks; fn(self); _commit(); if (_deferHooks && hooksQueue.length > 0) queueMicrotask(flushHooks); } self.batch = batch; function _commit() { // log("_commit()", arguments); if (shouldSetScales) { setScales(); shouldSetScales = false; } if (shouldConvergeSize) { convergeSize(); shouldConvergeSize = false; } if (shouldSetSize) { setStylePx(under, LEFT, plotLftCss); setStylePx(under, TOP, plotTopCss); setStylePx(under, WIDTH, plotWidCss); setStylePx(under, HEIGHT, plotHgtCss); setStylePx(over, LEFT, plotLftCss); setStylePx(over, TOP, plotTopCss); setStylePx(over, WIDTH, plotWidCss); setStylePx(over, HEIGHT, plotHgtCss); setStylePx(wrap, WIDTH, fullWidCss); setStylePx(wrap, HEIGHT, fullHgtCss); // NOTE: mutating this during print preview in Chrome forces transparent // canvas pixels to white, even when followed up with clearRect() below can.width = round(fullWidCss * pxRatio$1); can.height = round(fullHgtCss * pxRatio$1); axes.forEach(({ _el, _show, _size, _pos, side }) => { if (_el != null) { if (_show) { let posOffset = (side === 3 || side === 0 ? _size : 0); let isVt = side % 2 == 1; setStylePx(_el, isVt ? "left" : "top", _pos - posOffset); setStylePx(_el, isVt ? "width" : "height", _size); setStylePx(_el, isVt ? "top" : "left", isVt ? plotTopCss : plotLftCss); setStylePx(_el, isVt ? "height" : "width", isVt ? plotHgtCss : plotWidCss); remClass(_el, OFF); } else addClass(_el, OFF); } }); // invalidate ctx style cache ctxStroke = ctxFill = ctxWidth = ctxJoin = ctxCap = ctxFont = ctxAlign = ctxBaseline = ctxDash = null; ctxAlpha = 1; syncRect(true); if ( plotLftCss != _plotLftCss || plotTopCss != _plotTopCss || plotWidCss != _plotWidCss || plotHgtCss != _plotHgtCss ) { resetYSeries(false); let pctWid = plotWidCss / _plotWidCss; let pctHgt = plotHgtCss / _plotHgtCss; if (showCursor && !shouldSetCursor && cursor.left >= 0) { cursor.left *= pctWid; cursor.top *= pctHgt; vCursor && elTrans(vCursor, round(cursor.left), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(cursor.top), plotWidCss, plotHgtCss); for (let i = 0; i < cursorPts.length; i++) { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] *= pctWid; cursorPtsTop[i] *= pctHgt; elTrans(pt, ceil(cursorPtsLft[i]), ceil(cursorPtsTop[i]), plotWidCss, plotHgtCss); } } } if (select.show && !shouldSetSelect && select.left >= 0 && select.width > 0) { select.left *= pctWid; select.width *= pctWid; select.top *= pctHgt; select.height *= pctHgt; for (let prop in _hideProps) setStylePx(selectDiv, prop, select[prop]); } _plotLftCss = plotLftCss; _plotTopCss = plotTopCss; _plotWidCss = plotWidCss; _plotHgtCss = plotHgtCss; } fire("setSize"); shouldSetSize = false; } if (fullWidCss > 0 && fullHgtCss > 0) { ctx.clearRect(0, 0, can.width, can.height); fire("drawClear"); drawOrder.forEach(fn => fn()); fire("draw"); } if (select.show && shouldSetSelect) { setSelect(select); shouldSetSelect = false; } if (showCursor && shouldSetCursor) { updateCursor(null, true, false); shouldSetCursor = false; } if (legend.show && legend.live && shouldSetLegend) { setLegend(); shouldSetLegend = false; // redundant currently } if (!ready) { ready = true; self.status = 1; fire("ready"); } viaAutoScaleX = false; queuedCommit = false; if (!usePathCache) clearPathCache(); } function clearPathCache() { series.forEach((s, i) => { if (i > 0) s._paths = null; }); } self.clearCache = clearPathCache; self.redraw = (rebuildPaths, recalcAxes) => { shouldConvergeSize = recalcAxes || false; if (rebuildPaths !== false) _setScale(xScaleKey, scaleX.min, scaleX.max); else commit(); }; // redraw() => setScale('x', scales.x.min, scales.x.max); // explicit, never re-ranged (is this actually true? for x and y) function setScale(key, opts) { let sc = scales[key]; if (sc.from == null) { if (dataLen == 0) { let minMax = sc.range(self, opts.min, opts.max, key); opts.min = minMax[0]; opts.max = minMax[1]; } if (opts.min > opts.max) { let _min = opts.min; opts.min = opts.max; opts.max = _min; } if (dataLen > 1 && opts.min != null && opts.max != null && opts.max - opts.min < 1e-16) return; if (key == xScaleKey) { if (sc.distr == 2 && dataLen > 0) { opts.min = closestIdx(opts.min, data[0]); opts.max = closestIdx(opts.max, data[0]); if (opts.min == opts.max) opts.max++; } } // log("setScale()", arguments); pendScales[key] = opts; shouldSetScales = true; commit(); } } self.setScale = setScale; // INTERACTION let xCursor; let yCursor; let vCursor; let hCursor; // starting position before cursor.move let rawMouseLeft0; let rawMouseTop0; // starting position let mouseLeft0; let mouseTop0; // current position before cursor.move let rawMouseLeft1; let rawMouseTop1; // current position let mouseLeft1; let mouseTop1; let dragging = false; const drag = cursor.drag; let dragX = drag.x; let dragY = drag.y; if (showCursor) { if (cursor.x) xCursor = placeDiv(CURSOR_X, over); if (cursor.y) yCursor = placeDiv(CURSOR_Y, over); if (scaleX.ori == 0) { vCursor = xCursor; hCursor = yCursor; } else { vCursor = yCursor; hCursor = xCursor; } mouseLeft1 = cursor.left; mouseTop1 = cursor.top; } const select = self.select = assign({ show: true, over: true, left: 0, width: 0, top: 0, height: 0, }, opts.select); const selectDiv = select.show ? placeDiv(SELECT, select.over ? over : under) : null; function setSelect(opts, _fire) { if (select.show) { for (let prop in opts) { select[prop] = opts[prop]; if (prop in _hideProps) setStylePx(selectDiv, prop, opts[prop]); } _fire !== false && fire("setSelect"); } } self.setSelect = setSelect; function toggleDOM(i) { let s = series[i]; if (s.show) showLegend && remClass(legendRows[i], OFF); else { showLegend && addClass(legendRows[i], OFF); if (showCursor) { let pt = cursorOnePt ? cursorPts[0] : cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } } } function _setScale(key, min, max) { setScale(key, {min, max}); } function setSeries(i, opts, _fire, _pub) { // log("setSeries()", arguments); if (opts.focus != null) setFocus(i); if (opts.show != null) { series.forEach((s, si) => { if (si > 0 && (i == si || i == null)) { s.show = opts.show; toggleDOM(si); if (mode == 2) { _setScale(s.facets[0].scale, null, null); _setScale(s.facets[1].scale, null, null); } else _setScale(s.scale, null, null); commit(); } }); } _fire !== false && fire("setSeries", i, opts); _pub && pubSync("setSeries", self, i, opts); } self.setSeries = setSeries; function setBand(bi, opts) { assign(bands[bi], opts); } function addBand(opts, bi) { opts.fill = fnOrSelf(opts.fill || null); opts.dir = ifNull(opts.dir, -1); bi = bi == null ? bands.length : bi; bands.splice(bi, 0, opts); } function delBand(bi) { if (bi == null) bands.length = 0; else bands.splice(bi, 1); } self.addBand = addBand; self.setBand = setBand; self.delBand = delBand; function setAlpha(i, value) { series[i].alpha = value; if (showCursor && cursorPts[i] != null) cursorPts[i].style.opacity = value; if (showLegend && legendRows[i]) legendRows[i].style.opacity = value; } // y-distance let closestDist; let closestSeries; let focusedSeries; const FOCUS_TRUE = {focus: true}; function setFocus(i) { if (i != focusedSeries) { // log("setFocus()", arguments); let allFocused = i == null; let _setAlpha = focus.alpha != 1; series.forEach((s, i2) => { if (mode == 1 || i2 > 0) { let isFocused = allFocused || i2 == 0 || i2 == i; s._focus = allFocused ? null : isFocused; _setAlpha && setAlpha(i2, isFocused ? 1 : focus.alpha); } }); focusedSeries = i; _setAlpha && commit(); } } if (showLegend && cursorFocus) { onMouse(mouseleave, legendTable, e => { if (cursor._lock) return; setCursorEvent(e); if (focusedSeries != null) setSeries(null, FOCUS_TRUE, true, syncOpts.setSeries); }); } function posToVal(pos, scale, can) { let sc = scales[scale]; if (can) pos = pos / pxRatio$1 - (sc.ori == 1 ? plotTopCss : plotLftCss); let dim = plotWidCss; if (sc.ori == 1) { dim = plotHgtCss; pos = dim - pos; } if (sc.dir == -1) pos = dim - pos; let _min = sc._min, _max = sc._max, pct = pos / dim; let sv = _min + (_max - _min) * pct; let distr = sc.distr; return ( distr == 3 ? pow(10, sv) : distr == 4 ? sinh(sv, sc.asinh) : distr == 100 ? sc.bwd(sv) : sv ); } function closestIdxFromXpos(pos, can) { let v = posToVal(pos, xScaleKey, can); return closestIdx(v, data[0], i0, i1); } self.valToIdx = val => closestIdx(val, data[0]); self.posToIdx = closestIdxFromXpos; self.posToVal = posToVal; self.valToPos = (val, scale, can) => ( scales[scale].ori == 0 ? getHPos(val, scales[scale], can ? plotWid : plotWidCss, can ? plotLft : 0, ) : getVPos(val, scales[scale], can ? plotHgt : plotHgtCss, can ? plotTop : 0, ) ); self.setCursor = (opts, _fire, _pub) => { mouseLeft1 = opts.left; mouseTop1 = opts.top; // assign(cursor, opts); updateCursor(null, _fire, _pub); }; function setSelH(off, dim) { setStylePx(selectDiv, LEFT, select.left = off); setStylePx(selectDiv, WIDTH, select.width = dim); } function setSelV(off, dim) { setStylePx(selectDiv, TOP, select.top = off); setStylePx(selectDiv, HEIGHT, select.height = dim); } let setSelX = scaleX.ori == 0 ? setSelH : setSelV; let setSelY = scaleX.ori == 1 ? setSelH : setSelV; function syncLegend() { if (showLegend && legend.live) { for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { if (i == 0 && multiValLegend) continue; let vals = legend.values[i]; let j = 0; for (let k in vals) legendCells[i][j++].firstChild.nodeValue = vals[k]; } } } function setLegend(opts, _fire) { if (opts != null) { if (opts.idxs) { opts.idxs.forEach((didx, sidx) => { activeIdxs[sidx] = didx; }); } else if (!isUndef(opts.idx)) activeIdxs.fill(opts.idx); legend.idx = activeIdxs[0]; } if (showLegend && legend.live) { for (let sidx = 0; sidx < series.length; sidx++) { if (sidx > 0 || mode == 1 && !multiValLegend) setLegendValues(sidx, activeIdxs[sidx]); } syncLegend(); } shouldSetLegend = false; _fire !== false && fire("setLegend"); } self.setLegend = setLegend; function setLegendValues(sidx, idx) { let s = series[sidx]; let src = sidx == 0 && xScaleDistr == 2 ? data0 : data[sidx]; let val; if (multiValLegend) val = s.values(self, sidx, idx) ?? NULL_LEGEND_VALUES; else { val = s.value(self, idx == null ? null : src[idx], sidx, idx); val = val == null ? NULL_LEGEND_VALUES : {_: val}; } legend.values[sidx] = val; } function updateCursor(src, _fire, _pub) { // ts == null && log("updateCursor()", arguments); rawMouseLeft1 = mouseLeft1; rawMouseTop1 = mouseTop1; [mouseLeft1, mouseTop1] = cursor.move(self, mouseLeft1, mouseTop1); cursor.left = mouseLeft1; cursor.top = mouseTop1; if (showCursor) { vCursor && elTrans(vCursor, round(mouseLeft1), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(mouseTop1), plotWidCss, plotHgtCss); } let idx; // when zooming to an x scale range between datapoints the binary search // for nearest min/max indices results in this condition. cheap hack :D let noDataInRange = i0 > i1; // works for mode 1 only closestDist = inf; closestSeries = null; // TODO: extract let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss; // if cursor hidden, hide points & clear legend vals if (mouseLeft1 < 0 || dataLen == 0 || noDataInRange) { idx = cursor.idx = null; for (let i = 0; i < series.length; i++) { let pt = cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } if (cursorFocus) setSeries(null, FOCUS_TRUE, true, src == null && syncOpts.setSeries); if (legend.live) { activeIdxs.fill(idx); shouldSetLegend = true; } } else { // let pctY = 1 - (y / rect.height); let mouseXPos, valAtPosX, xPos; if (mode == 1) { mouseXPos = scaleX.ori == 0 ? mouseLeft1 : mouseTop1; valAtPosX = posToVal(mouseXPos, xScaleKey); idx = cursor.idx = closestIdx(valAtPosX, data[0], i0, i1); xPos = valToPosX(data[0][idx], scaleX, xDim, 0); } // closest pt values let _ptLft = -10; let _ptTop = -10; let _ptWid = 0; let _ptHgt = 0; let _centered = true; let _ptFill = ''; let _ptStroke = ''; for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { let s = series[i]; let idx1 = activeIdxs[i]; let yVal1 = idx1 == null ? null : (mode == 1 ? data[i][idx1] : data[i][1][idx1]); let idx2 = cursor.dataIdx(self, i, idx, valAtPosX); let yVal2 = idx2 == null ? null : (mode == 1 ? data[i][idx2] : data[i][1][idx2]); shouldSetLegend = shouldSetLegend || yVal2 != yVal1 || idx2 != idx1; activeIdxs[i] = idx2; if (i > 0 && s.show) { let xPos2 = idx2 == null ? -10 : idx2 == idx ? xPos : valToPosX(mode == 1 ? data[0][idx2] : data[i][0][idx2], scaleX, xDim, 0); // this doesnt really work for state timeline, heatmap, status history (where the value maps to color, not y coords) let yPos = yVal2 == null ? -10 : valToPosY(yVal2, mode == 1 ? scales[s.scale] : scales[s.facets[1].scale], yDim, 0); if (cursorFocus && yVal2 != null) { let mouseYPos = scaleX.ori == 1 ? mouseLeft1 : mouseTop1; let dist = abs(focus.dist(self, i, idx2, yPos, mouseYPos)); if (dist < closestDist) { let bias = focus.bias; if (bias != 0) { let mouseYVal = posToVal(mouseYPos, s.scale); let seriesYValSign = yVal2 >= 0 ? 1 : -1; let mouseYValSign = mouseYVal >= 0 ? 1 : -1; // with a focus bias, we will never cross zero when prox testing // it's either closest towards zero, or closest away from zero if (mouseYValSign == seriesYValSign && ( mouseYValSign == 1 ? (bias == 1 ? yVal2 >= mouseYVal : yVal2 <= mouseYVal) : // >= 0 (bias == 1 ? yVal2 <= mouseYVal : yVal2 >= mouseYVal) // < 0 )) { closestDist = dist; closestSeries = i; } } else { closestDist = dist; closestSeries = i; } } } if (shouldSetLegend || cursorOnePt) { let hPos, vPos; if (scaleX.ori == 0) { hPos = xPos2; vPos = yPos; } else { hPos = yPos; vPos = xPos2; } let ptWid, ptHgt, ptLft, ptTop, ptStroke, ptFill, centered = true, getBBox = points.bbox; if (getBBox != null) { centered = false; let bbox = getBBox(self, i); ptLft = bbox.left; ptTop = bbox.top; ptWid = bbox.width; ptHgt = bbox.height; } else { ptLft = hPos; ptTop = vPos; ptWid = ptHgt = points.size(self, i); } ptFill = points.fill(self, i); ptStroke = points.stroke(self, i); if (cursorOnePt) { if (i == closestSeries && closestDist <= focus.prox) { _ptLft = ptLft; _ptTop = ptTop; _ptWid = ptWid; _ptHgt = ptHgt; _centered = centered; _ptFill = ptFill; _ptStroke = ptStroke; } } else { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] = ptLft; cursorPtsTop[i] = ptTop; elSize(pt, ptWid, ptHgt, centered); elColor(pt, ptFill, ptStroke); elTrans(pt, ceil(ptLft), ceil(ptTop), plotWidCss, plotHgtCss); } } } } } // if only using single hover point (at cursorPts[0]) // we have trigger styling at last visible series (once closestSeries is settled) if (cursorOnePt) { // some of this logic is similar to series focus below, since it matches the behavior by design let p = focus.prox; let focusChanged = focusedSeries == null ? closestDist <= p : (closestDist > p || closestSeries != focusedSeries); if (shouldSetLegend || focusChanged) { let pt = cursorPts[0]; if (pt != null) { cursorPtsLft[0] = _ptLft; cursorPtsTop[0] = _ptTop; elSize(pt, _ptWid, _ptHgt, _centered); elColor(pt, _ptFill, _ptStroke); elTrans(pt, ceil(_ptLft), ceil(_ptTop), plotWidCss, plotHgtCss); } } } } // nit: cursor.drag.setSelect is assumed always true if (select.show && dragging) { if (src != null) { let [xKey, yKey] = syncOpts.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let [xKeySrc, yKeySrc] = src.cursor.sync.scales; // match the dragX/dragY implicitness/explicitness of src let sdrag = src.cursor.drag; dragX = sdrag._x; dragY = sdrag._y; if (dragX || dragY) { let { left, top, width, height } = src.select; let sori = src.scales[xKeySrc].ori; let sPosToVal = src.posToVal; let sOff, sDim, sc, a, b; let matchingX = xKey != null && matchXKeys(xKey, xKeySrc); let matchingY = yKey != null && matchYKeys(yKey, yKeySrc); if (matchingX && dragX) { if (sori == 0) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[xKey]; a = valToPosX(sPosToVal(sOff, xKeySrc), sc, xDim, 0); b = valToPosX(sPosToVal(sOff + sDim, xKeySrc), sc, xDim, 0); setSelX(min(a,b), abs(b-a)); } else setSelX(0, xDim); if (matchingY && dragY) { if (sori == 1) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[yKey]; a = valToPosY(sPosToVal(sOff, yKeySrc), sc, yDim, 0); b = valToPosY(sPosToVal(sOff + sDim, yKeySrc), sc, yDim, 0); setSelY(min(a,b), abs(b-a)); } else setSelY(0, yDim); } else hideSelect(); } else { let rawDX = abs(rawMouseLeft1 - rawMouseLeft0); let rawDY = abs(rawMouseTop1 - rawMouseTop0); if (scaleX.ori == 1) { let _rawDX = rawDX; rawDX = rawDY; rawDY = _rawDX; } dragX = drag.x && rawDX >= drag.dist; dragY = drag.y && rawDY >= drag.dist; let uni = drag.uni; if (uni != null) { // only calc drag status if they pass the dist thresh if (dragX && dragY) { dragX = rawDX >= uni; dragY = rawDY >= uni; // force unidirectionality when both are under uni limit if (!dragX && !dragY) { if (rawDY > rawDX) dragY = true; else dragX = true; } } } else if (drag.x && drag.y && (dragX || dragY)) // if omni with no uni then both dragX / dragY should be true if either is true dragX = dragY = true; let p0, p1; if (dragX) { if (scaleX.ori == 0) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelX(min(p0, p1), abs(p1 - p0)); if (!dragY) setSelY(0, yDim); } if (dragY) { if (scaleX.ori == 1) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelY(min(p0, p1), abs(p1 - p0)); if (!dragX) setSelX(0, xDim); } // the drag didn't pass the dist requirement if (!dragX && !dragY) { setSelX(0, 0); setSelY(0, 0); } } } drag._x = dragX; drag._y = dragY; if (src == null) { if (_pub) { if (syncKey != null) { let [xSyncKey, ySyncKey] = syncOpts.scales; syncOpts.values[0] = xSyncKey != null ? posToVal(scaleX.ori == 0 ? mouseLeft1 : mouseTop1, xSyncKey) : null; syncOpts.values[1] = ySyncKey != null ? posToVal(scaleX.ori == 1 ? mouseLeft1 : mouseTop1, ySyncKey) : null; } pubSync(mousemove, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, idx); } if (cursorFocus) { let shouldPub = _pub && syncOpts.setSeries; let p = focus.prox; if (focusedSeries == null) { if (closestDist <= p) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } else { if (closestDist > p) setSeries(null, FOCUS_TRUE, true, shouldPub); else if (closestSeries != focusedSeries) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } } } if (shouldSetLegend) { legend.idx = idx; setLegend(); } _fire !== false && fire("setCursor"); } let rect = null; Object.defineProperty(self, 'rect', { get() { if (rect == null) syncRect(false); return rect; }, }); function syncRect(defer = false) { if (defer) rect = null; else { rect = over.getBoundingClientRect(); fire("syncRect", rect); } } function mouseMove(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; // Chrome on Windows has a bug which triggers a stray mousemove event after an initial mousedown event // when clicking into a plot as part of re-focusing the browser window. // we gotta ignore it to avoid triggering a phantom drag / setSelect // However, on touch-only devices Chrome-based browsers trigger a 0-distance mousemove before mousedown // so we don't ignore it when mousedown has set the dragging flag if (dragging && e != null && e.movementX == 0 && e.movementY == 0) return; cacheMouse(e, src, _l, _t, _w, _h, _i, false, e != null); if (e != null) updateCursor(null, true, true); else updateCursor(src, true, false); } function cacheMouse(e, src, _l, _t, _w, _h, _i, initial, snap) { if (rect == null) syncRect(false); setCursorEvent(e); if (e != null) { _l = e.clientX - rect.left; _t = e.clientY - rect.top; } else { if (_l < 0 || _t < 0) { mouseLeft1 = -10; mouseTop1 = -10; return; } let [xKey, yKey] = syncOpts.scales; let syncOptsSrc = src.cursor.sync; let [xValSrc, yValSrc] = syncOptsSrc.values; let [xKeySrc, yKeySrc] = syncOptsSrc.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let rotSrc = src.axes[0].side % 2 == 1; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss, yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss, _xDim = rotSrc ? _h : _w, _yDim = rotSrc ? _w : _h, _xPos = rotSrc ? _t : _l, _yPos = rotSrc ? _l : _t; if (xKeySrc != null) _l = matchXKeys(xKey, xKeySrc) ? getPos(xValSrc, scales[xKey], xDim, 0) : -10; else _l = xDim * (_xPos/_xDim); if (yKeySrc != null) _t = matchYKeys(yKey, yKeySrc) ? getPos(yValSrc, scales[yKey], yDim, 0) : -10; else _t = yDim * (_yPos/_yDim); if (scaleX.ori == 1) { let __l = _l; _l = _t; _t = __l; } } if (snap && (src == null || src.cursor.event.type == mousemove)) { if (_l <= 1 || _l >= plotWidCss - 1) _l = incrRound(_l, plotWidCss); if (_t <= 1 || _t >= plotHgtCss - 1) _t = incrRound(_t, plotHgtCss); } if (initial) { rawMouseLeft0 = _l; rawMouseTop0 = _t; [mouseLeft0, mouseTop0] = cursor.move(self, _l, _t); } else { mouseLeft1 = _l; mouseTop1 = _t; } } const _hideProps = { width: 0, height: 0, left: 0, top: 0, }; function hideSelect() { setSelect(_hideProps, false); } let downSelectLeft; let downSelectTop; let downSelectWidth; let downSelectHeight; function mouseDown(e, src, _l, _t, _w, _h, _i) { dragging = true; dragX = dragY = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, true, false); if (e != null) { onMouse(mouseup, doc, mouseUp, false); pubSync(mousedown, self, mouseLeft0, mouseTop0, plotWidCss, plotHgtCss, null); } let { left, top, width, height } = select; downSelectLeft = left; downSelectTop = top; downSelectWidth = width; downSelectHeight = height; // hideSelect(); } function mouseUp(e, src, _l, _t, _w, _h, _i) { dragging = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, false, true); let { left, top, width, height } = select; let hasSelect = width > 0 || height > 0; let chgSelect = ( downSelectLeft != left || downSelectTop != top || downSelectWidth != width || downSelectHeight != height ); hasSelect && chgSelect && setSelect(select); if (drag.setScale && hasSelect && chgSelect) { // if (syncKey != null) { // dragX = drag.x; // dragY = drag.y; // } let xOff = left, xDim = width, yOff = top, yDim = height; if (scaleX.ori == 1) { xOff = top, xDim = height, yOff = left, yDim = width; } if (dragX) { _setScale(xScaleKey, posToVal(xOff, xScaleKey), posToVal(xOff + xDim, xScaleKey) ); } if (dragY) { for (let k in scales) { let sc = scales[k]; if (k != xScaleKey && sc.from == null && sc.min != inf) { _setScale(k, posToVal(yOff + yDim, k), posToVal(yOff, k) ); } } } hideSelect(); } else if (cursor.lock) { cursor._lock = !cursor._lock; updateCursor(src, true, e != null); } if (e != null) { offMouse(mouseup, doc); pubSync(mouseup, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } } function mouseLeave(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); let _dragging = dragging; if (dragging) { // handle case when mousemove aren't fired all the way to edges by browser let snapH = true; let snapV = true; let snapProx = 10; let dragH, dragV; if (scaleX.ori == 0) { dragH = dragX; dragV = dragY; } else { dragH = dragY; dragV = dragX; } if (dragH && dragV) { // maybe omni corner snap snapH = mouseLeft1 <= snapProx || mouseLeft1 >= plotWidCss - snapProx; snapV = mouseTop1 <= snapProx || mouseTop1 >= plotHgtCss - snapProx; } if (dragH && snapH) mouseLeft1 = mouseLeft1 < mouseLeft0 ? 0 : plotWidCss; if (dragV && snapV) mouseTop1 = mouseTop1 < mouseTop0 ? 0 : plotHgtCss; updateCursor(null, true, true); dragging = false; } mouseLeft1 = -10; mouseTop1 = -10; activeIdxs.fill(null); // passing a non-null timestamp to force sync/mousemove event updateCursor(null, true, true); if (_dragging) dragging = _dragging; } function dblClick(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); autoScaleX(); hideSelect(); if (e != null) pubSync(dblclick, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } function onDppxChange() { setPxRatio(); } on(dppxchange, win, onDppxChange); // internal pub/sub const events = {}; events.mousedown = mouseDown; events.mousemove = mouseMove; events.mouseup = mouseUp; events.dblclick = dblClick; events["setSeries"] = (e, src, idx, opts) => { let seriesIdxMatcher = syncOpts.match[2]; idx = seriesIdxMatcher(self, src, idx); idx != -1 && setSeries(idx, opts, true, false); }; if (showCursor) { onMouse(mousedown, over, mouseDown); onMouse(mousemove, over, mouseMove); onMouse(mouseenter, over, e => { setCursorEvent(e); syncRect(false); }); onMouse(mouseleave, over, mouseLeave); onMouse(dblclick, over, dblClick); cursorPlots.add(self); self.syncRect = syncRect; } // external on/off const hooks = self.hooks = opts.hooks || {}; function fire(evName, a1, a2) { if (deferHooks) hooksQueue.push([evName, a1, a2]); else { if (evName in hooks) { hooks[evName].forEach(fn => { fn.call(null, self, a1, a2); }); } } } (opts.plugins || []).forEach(p => { for (let evName in p.hooks) hooks[evName] = (hooks[evName] || []).concat(p.hooks[evName]); }); const seriesIdxMatcher = (self, src, srcSeriesIdx) => srcSeriesIdx; const syncOpts = assign({ key: null, setSeries: false, filters: { pub: retTrue, sub: retTrue, }, scales: [xScaleKey, series[1] ? series[1].scale : null], match: [retEq, retEq, seriesIdxMatcher], values: [null, null], }, cursor.sync); if (syncOpts.match.length == 2) syncOpts.match.push(seriesIdxMatcher); cursor.sync = syncOpts; const syncKey = syncOpts.key; const sync = _sync(syncKey); function pubSync(type, src, x, y, w, h, i) { if (syncOpts.filters.pub(type, src, x, y, w, h, i)) sync.pub(type, src, x, y, w, h, i); } sync.sub(self); function pub(type, src, x, y, w, h, i) { if (syncOpts.filters.sub(type, src, x, y, w, h, i)) events[type](null, src, x, y, w, h, i); } self.pub = pub; function destroy() { sync.unsub(self); cursorPlots.delete(self); mouseListeners.clear(); off(dppxchange, win, onDppxChange); root.remove(); legendTable?.remove(); // in case mounted outside of root fire("destroy"); } self.destroy = destroy; function _init() { fire("init", opts, data); setData(data || opts.data, false); if (pendScales[xScaleKey]) setScale(xScaleKey, pendScales[xScaleKey]); else autoScaleX(); shouldSetSelect = select.show && (select.width > 0 || select.height > 0); shouldSetCursor = shouldSetLegend = true; _setSize(opts.width, opts.height); } series.forEach(initSeries); axes.forEach(initAxis); if (then) { if (then instanceof HTMLElement) { then.appendChild(root); _init(); } else then(self, _init); } else _init(); return self; } uPlot.assign = assign; uPlot.fmtNum = fmtNum; uPlot.rangeNum = rangeNum; uPlot.rangeLog = rangeLog; uPlot.rangeAsinh = rangeAsinh; uPlot.orient = orient; uPlot.pxRatio = pxRatio; { uPlot.join = join; } { uPlot.fmtDate = fmtDate; uPlot.tzDate = tzDate; } uPlot.sync = _sync; { uPlot.addGap = addGap; uPlot.clipGaps = clipGaps; let paths = uPlot.paths = { points, }; (paths.linear = linear); (paths.stepped = stepped); (paths.bars = bars); (paths.spline = monotoneCubic); } return uPlot; })(); ================================================ FILE: docs/README.md ================================================ ### Documentation - [Installation](#installation) - [Data Format](#data-format) - [Basics](#basics) - [High/Low Bands](#highlow-bands) - [Series, Scales, Axes, Grid](#series-scales-axes-grid) - [Multiple Scales & Axes](#multiple-scales--axes) - [Scale Opts](#scale-opts) - [Axis & Grid Opts](#axis--grid-opts) - WIP: [#48](https://github.com/leeoniya/uPlot/issues/48) --- #### Installation ```html ``` --- #### Data Format ```js let data = [ [1546300800, 1546387200], // x-values (timestamps) [ 35, 71], // y-values (series 1) [ 90, 15], // y-values (series 2) ]; ``` uPlot expects a columnar data format as shown above. - x-values must be numbers, unique, and in ascending order. - y-values must be numbers (or `null`s for missing data). - x-values and y-values arrays must be of equal lengths >= 2. By default, x-values are assumed to be [unix timestamps](https://en.wikipedia.org/wiki/Unix_time) (seconds since 1970-01-01 00:00:00) but can be treated as plain numbers via `scales.x.time = false`. JavaScript uses millisecond-precision timestamps, but this precision is rarely necessary on calendar-aware `time: true` scales/plots, which honor DST, timezones, leap years, etc. For sub-second periods, it's recommended to set `time: false` and simply use ms offsets from 0. If you truly need calendar-aware ms level precision, simply provide the timestamps as floats, e.g. `1575354886.419`. [More info...](https://github.com/leeoniya/uPlot/issues/60#issuecomment-561158077). This format has implications that can make uPlot an awkward choice for multi-series datasets which cannot be easily aligned along their x-values. If one series is data-dense and the other is sparse, then the latter will need to be filled in with mostly `null` y-values. If each series has data at arbitrary x-values, then the x-values array must be augmented with all x-values, and all y-values arrays must be augmented with `null`s, potentially leading to exponential growth in dataset size, and a structure consisting of mostly `null`s. This does not mean that all series must have identical x-values - just that they are alignable. For instance, it is possible to plot [series that express different time periods](https://leeoniya.github.io/uPlot/demos/time-periods.html), because the data is equally spaced. **Before choosing uPlot, ensure your data can conform to these requirements.** --- #### Basics ```js let opts = { title: "My Chart", id: "chart1", class: "my-chart", width: 800, height: 600, series: [ {}, { // initial toggled state (optional) show: true, spanGaps: false, // in-legend display label: "RAM", value: (self, rawValue) => rawValue == null ? '' : "$" + rawValue.toFixed(2), // series style stroke: "red", width: 1, fill: "rgba(255, 0, 0, 0.3)", dash: [10, 5], } ], }; let uplot = new uPlot(opts, data, document.body); ``` - `id` and `class` are optional HTML attributes to set on the chart's container `
` (`uplot.root`). - `width` and `height` are required dimensions in plotting area, axes & ticks, but **excluding** `title` or `legend` dimensions (which can be variable based on user CSS). - `spanGaps` can be set to `true` to connect `null` data points. - For a series to be rendered, it **must** be specified in the opts; simply having it in the data is insufficient. - All series' options are optional; `label` will default to "Value" and `stroke` will default to "black". - `width` is the series' line width in CSS pixels. - `stroke`, `width`, `fill`, and `dash` map directly to Canvas API's [ctx.strokeStyle](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/strokeStyle), [ctx.lineWidth](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineWidth), [ctx.fillStyle](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle), and [ctx.setLineDash](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash). --- #### High/Low Bands High/Low bands are defined by two adjacent `data` series in low,high order and matching opts with `series.band = true`. ```js const opts = { series: [ {}, { label: "Low", fill: "rgba(0, 255, 0, .2)", band: true, }, { label: "High", fill: "rgba(0, 255, 0, .2)", band: true, }, ], }; ``` --- #### Series, Scales, Axes, Grid uPlot's API strives for brevity, uniformity and logical consistency. Understanding the roles and processing order of `data`, `series`, `scales`, and `axes` will help with the remaining topics. The high-level rendering flow is this: 1. `data` is the first input into the system. 0. `series` holds the config of each dataset, such as visibility, styling, labels & value display in the legend, and the `scale` key along which they should be drawn. Implicit scale keys are `x` for the `data[0]` series and `y` for `data[1..N]`. 0. `scales` reflect the min/max ranges visible within the view. All view range adjustments such as zooming and pagination are done here. If not explicitly set via opts, `scales` are automatically initialized using the `series` config and auto-ranged using the provided `data`. 0. `axes` render the ticks, values, labels and grid along their `scale`. Tick & grid spacing, value granularity & formatting, timezone & DST handling is done here. You may have noticed in the previous examples that `series` and `axes` arrays begin with `{}`. This represents options/overrides for the `x` series and axis. They are required due to the way uPlot sets defaults: - `data[0]`, `series[0]` and `axes[0]` represent & inherit `x` defaults, e.g: - `"x"` scale w/ `auto: false` - temporal - hz orientation, bottom position - larger minimum tick spacing - `data[1..N]`, `series[1..N]` and `axes[1..N]` represent & inherit `y` defaults, e.g: - `"y"` scale w/ `auto: true` - numeric - vt orientation, left position - smaller minimum tick spacing While somewhat unusual, keeping x & y opts in flat arrays [rather than splitting them] serves several purposes: - API & structural uniformity. e.g. `series[i]` maps to `data[i]` - Hooks receive an unambiguous `i` into the arrays without needing further context - Internals don't need added complexity to conceal the fact that everything is merged & DRY More thoughts in [#76](https://github.com/leeoniya/uPlot/pull/76) & [#77](https://github.com/leeoniya/uPlot/issues/77). --- #### Multiple Scales & Axes Series with differing units can be plotted along additional scales and display corresponding y-axes. 1. Use the same `series.scale` key. 2. Optionally, specify an additional `axis` with the `scale` key. ```js let opts = { series: [ {}, { label: "CPU", stroke: "red", scale: "%", value: (self, rawValue) => rawValue == null ? '' : rawValue.toFixed(1) + "%", } { label: "RAM", stroke: "blue", scale: "%", value: (self, rawValue) => rawValue == null ? '' : rawValue.toFixed(1) + "%", }, { label: "TCP", stroke: "green", scale: "mb", value: (self, rawValue) => rawValue == null ? '' : rawValue.toFixed(2) + "MB", }, ], axes: [ {}, { scale: "%", values: (self, ticks) => ticks.map(rawValue => rawValue.toFixed(1) + "%"), }, { scale: "mb", values: (self, ticks) => ticks.map(rawValue => rawValue.toFixed(2) + "MB"), side: 1, grid: {show: false}, }, ], }; ``` - `side` is the where to place the axis (0: top, 1: right, 2: bottom, 3: left). #### Axes for Alternate Units Sometimes it's useful to provide an additional axis to display alternate units, e.g. °F / °C. This is done using dependent scales. ```js let opts = { series: [ {}, { label: "Temp", stroke: "red", scale: "F", }, ], axes: [ {}, { scale: "F", values: (self, ticks) => ticks.map(rawValue => rawValue + "° F"), }, { scale: "C", values: (self, ticks) => ticks.map(rawValue => rawValue + "° C"), side: 1, grid: {show: false}, } ], scales: { "C": { from: "F", range: (self, fromMin, fromMax) => [ (fromMin - 32) * 5/9, (fromMax - 32) * 5/9, ], } }, ``` - `from` specifies the scale on which this one depends. - `range` converts `from`'s min/max into this one's min/max. --- #### Scale Opts If a scale does not need auto-ranging from the visible data, you can provide static min/max values. This is also a performance optimization, since the data does not need to be scanned on every view change. ```js let opts = { scales: { "%": { auto: false, range: [0, 100], } }, } ``` The default x scale is temporal, but can be switched to plain numbers. This can be used to plot functions. ```js let opts = { scales: { "x": { time: false, } }, } ``` A scale's default distribution is linear `distr: 1`, but can be switched to indexed/evenly-spaced. This is useful when you'd like to squash periods with no data, such as weekends. Keep in mind that this will prevent logical temporal tick baselines such as start of day or start of month. ```js let opts = { scales: { "x": { distr: 2, } }, } ``` --- #### Axis & Grid Opts Most options are self-explanatory: ```js let opts = { axes: [ {}, { show: true, label: "Population", labelSize: 30, labelFont: "bold 12px Arial", font: "12px Arial", gap: 5, size: 50, stroke: "red", grid: { show: true, stroke: "#eee", width: 2, dash: [], }, ticks: { show: true, stroke: "#eee", width: 2, dash: [], size: 10, } } ] } ``` - `size` & `labelSize` represent the perpendicular dimensions assigned to `values` and `labels` DOM elements, respectively. In the above example, the full width of this y-axis would be 30 + 50; for an x-axis, it would be its height. - `gap` is the space between axis ticks and `values`. Customizing the tick/grid spacing, value formatting and granularity is somewhat more involved: ```js let opts = { axes: [ { space: 40, incrs: [ // minute divisors (# of secs) 1, 5, 10, 15, 30, // hour divisors 60, 60 * 5, 60 * 10, 60 * 15, 60 * 30, // day divisors 3600, // ... ], // [0]: minimum num secs in found axis split (tick incr) // [1]: default tick format // [2-7]: rollover tick formats // [8]: mode: 0: replace [1] -> [2-7], 1: concat [1] + [2-7] values: [ // tick incr default year month day hour min sec mode [3600 * 24 * 365, "{YYYY}", null, null, null, null, null, null, 1], [3600 * 24 * 28, "{MMM}", "\n{YYYY}", null, null, null, null, null, 1], [3600 * 24, "{M}/{D}", "\n{YYYY}", null, null, null, null, null, 1], [3600, "{h}{aa}", "\n{M}/{D}/{YY}", null, "\n{M}/{D}", null, null, null, 1], [60, "{h}:{mm}{aa}", "\n{M}/{D}/{YY}", null, "\n{M}/{D}", null, null, null, 1], [1, ":{ss}", "\n{M}/{D}/{YY} {h}:{mm}{aa}", null, "\n{M}/{D} {h}:{mm}{aa}", null, "\n{h}:{mm}{aa}", null, 1], [0.001, ":{ss}.{fff}", "\n{M}/{D}/{YY} {h}:{mm}{aa}", null, "\n{M}/{D} {h}:{mm}{aa}", null, "\n{h}:{mm}{aa}", null, 1], ], // splits: } ], } ``` - `space` is the minimum space between adjacent ticks; a smaller number will result in smaller selected divisors. can also be a function of the form `(self, axisIdx, scaleMin, scaleMax, dim) => space` where `dim` is the dimension of the plot along the axis in CSS pixels. - `incrs` are divisors available for segmenting the axis to produce ticks. can also be a function of the form `(self) => divisors`. - `values` can be: - a function with the form `(self, ticks, space) => values` where `ticks` is an array of raw values along the axis' scale, `space` is the determined tick spacing in CSS pixels and `values` is an array of formatted tick labels. - array of tick formatters with breakpoints. ================================================ FILE: jsconfig.json ================================================ { "compilerOptions": { "checkJs": true, "target": "ES2020" }, "include": ["src/*", "dist/*"], "exclude": ["node_modules"] } ================================================ FILE: package.json ================================================ { "name": "uplot", "version": "1.6.32", "description": "A small, fast chart for time series, lines, areas, ohlc & bars", "main": "./dist/uPlot.cjs.js", "module": "./dist/uPlot.esm.js", "typings": "./dist/uPlot.d.ts", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/leeoniya/uPlot.git" }, "files": [ "package.json", "README.md", "LICENSE", "dist" ], "keywords": [ "micro", "time", "series", "line", "area", "trend", "bar", "ohlc", "plot", "chart", "graph" ], "author": "Leon Sorokin ", "license": "MIT", "bugs": { "url": "https://github.com/leeoniya/uPlot/issues" }, "homepage": "https://github.com/leeoniya/uPlot#readme", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.57.1" } } ================================================ FILE: rollup.config.js ================================================ const fs = require('fs'); function cssmin(css) { return css .replace(/\s{1,}/g, ' ') .replace(/\{\s{1,}/g,"{") .replace(/\}\s{1,}/g,"}") .replace(/\;\s{1,}/g,";") .replace(/\/\*\s{1,}/g,"/*") .replace(/\*\/\s{1,}/g,"*/"); } let minicss = cssmin(fs.readFileSync('./src/uPlot.css', 'utf8')); fs.writeFileSync('./dist/uPlot.min.css', minicss); import terser from '@rollup/plugin-terser'; const pkg = JSON.parse(fs.readFileSync('./package.json', 'utf8')); const ver = "v" + pkg.version; const urlVer = "https://github.com/leeoniya/uPlot (" + ver + ")"; const banner = [ "/**", "* Copyright (c) " + new Date().getFullYear() + ", Leon Sorokin", "* All rights reserved. (MIT Licensed)", "*", "* uPlot.js (μPlot)", "* A small, fast chart for time series, lines, areas, ohlc & bars", "* " + urlVer, "*/", "", ].join("\n"); function bannerlessESM() { return { name: 'stripBanner', resolveId(importee) { if (importee == 'uPlot') return importee; return null; }, load(id) { if (id == 'uPlot') return fs.readFileSync('./dist/uPlot.esm.js', 'utf8').replace(/\/\*\*.*?\*\//gms, ''); return null; } }; } const terserOpts = { compress: { inline: 0, passes: 2, keep_fargs: false, pure_getters: true, unsafe: true, unsafe_comps: true, unsafe_math: true, unsafe_undefined: true, }, output: { comments: /^!/ } }; export default [ { input: './src/uPlot.js', output: { name: 'uPlot', file: './dist/uPlot.esm.js', format: 'es', banner, // sourcemap: true, }, }, { input: './src/uPlot.js', output: { name: 'uPlot', file: './dist/uPlot.cjs.js', format: 'cjs', exports: "auto", banner, }, }, { input: 'uPlot', output: { name: 'uPlot', file: './dist/uPlot.iife.js', format: 'iife', esModule: false, banner, }, plugins: [ bannerlessESM(), ] }, { input: 'uPlot', output: { name: 'uPlot', file: './dist/uPlot.iife.min.js', format: 'iife', esModule: false, banner: "/*! " + urlVer + " */", }, plugins: [ bannerlessESM(), terser(terserOpts), ] }, ]; ================================================ FILE: src/dom.js ================================================ import { OFF, } from './domClasses'; import { change, dppxchange, } from './strings'; export const domEnv = typeof window != 'undefined'; export const doc = domEnv ? document : null; export const win = domEnv ? window : null; export let pxRatio; //export const canHover = domEnv && !win.matchMedia('(hover: none)').matches; let query; function setPxRatio() { let _pxRatio = devicePixelRatio; // during print preview, Chrome fires off these dppx queries even without changes if (pxRatio != _pxRatio) { pxRatio = _pxRatio; query && off(change, query, setPxRatio); query = matchMedia(`(min-resolution: ${pxRatio - 0.001}dppx) and (max-resolution: ${pxRatio + 0.001}dppx)`); on(change, query, setPxRatio); win.dispatchEvent(new CustomEvent(dppxchange)); } } export function addClass(el, c) { if (c != null) { let cl = el.classList; !cl.contains(c) && cl.add(c); } } export function remClass(el, c) { let cl = el.classList; cl.contains(c) && cl.remove(c); } export function setStylePx(el, name, value) { el.style[name] = value + "px"; } export function placeTag(tag, cls, targ, refEl) { let el = doc.createElement(tag); if (cls != null) addClass(el, cls); if (targ != null) targ.insertBefore(el, refEl); return el; } export function placeDiv(cls, targ) { return placeTag("div", cls, targ); } const xformCache = new WeakMap(); export function elTrans(el, xPos, yPos, xMax, yMax) { let xform = "translate(" + xPos + "px," + yPos + "px)"; let xformOld = xformCache.get(el); if (xform != xformOld) { el.style.transform = xform; xformCache.set(el, xform); if (xPos < 0 || yPos < 0 || xPos > xMax || yPos > yMax) addClass(el, OFF); else remClass(el, OFF); } } const colorCache = new WeakMap(); export function elColor(el, background, borderColor) { let newColor = background + borderColor; let oldColor = colorCache.get(el); if (newColor != oldColor) { colorCache.set(el, newColor); el.style.background = background; el.style.borderColor = borderColor; } } const sizeCache = new WeakMap(); export function elSize(el, newWid, newHgt, centered) { let newSize = newWid + "" + newHgt; let oldSize = sizeCache.get(el); if (newSize != oldSize) { sizeCache.set(el, newSize); el.style.height = newHgt + "px"; el.style.width = newWid + "px"; el.style.marginLeft = centered ? -newWid/2 + "px" : 0; el.style.marginTop = centered ? -newHgt/2 + "px" : 0; } } const evOpts = {passive: true}; const evOpts2 = {...evOpts, capture: true}; export function on(ev, el, cb, capt) { el.addEventListener(ev, cb, capt ? evOpts2 : evOpts); } export function off(ev, el, cb, capt) { el.removeEventListener(ev, cb, capt ? evOpts2 : evOpts); } domEnv && setPxRatio(); ================================================ FILE: src/domClasses.js ================================================ const pre = "u-"; export const UPLOT = "uplot"; export const ORI_HZ = pre + "hz"; export const ORI_VT = pre + "vt"; export const TITLE = pre + "title"; export const WRAP = pre + "wrap"; export const UNDER = pre + "under"; export const OVER = pre + "over"; export const AXIS = pre + "axis"; export const OFF = pre + "off"; export const SELECT = pre + "select"; export const CURSOR_X = pre + "cursor-x"; export const CURSOR_Y = pre + "cursor-y"; export const CURSOR_PT = pre + "cursor-pt"; export const LEGEND = pre + "legend" export const LEGEND_LIVE = pre + "live"; export const LEGEND_INLINE = pre + "inline"; export const LEGEND_SERIES = pre + "series"; export const LEGEND_MARKER = pre + "marker"; export const LEGEND_LABEL = pre + "label"; export const LEGEND_VALUE = pre + "value"; ================================================ FILE: src/feats.js ================================================ export const FEAT_TIME = true; export const FEAT_LEGEND = true; export const FEAT_POINTS = true; export const FEAT_PATHS = true; export const FEAT_PATHS_LINEAR = true; export const FEAT_PATHS_STEPPED = true; export const FEAT_PATHS_BARS = true; export const FEAT_PATHS_SPLINE = true; export const FEAT_PATHS_SPLINE2 = false; export const FEAT_JOIN = true; ================================================ FILE: src/fmtDate.js ================================================ import { FEAT_TIME, } from './feats'; import { abs, floor } from './utils'; const months = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ]; const days = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ]; function slice3(str) { return str.slice(0, 3); } const days3 = FEAT_TIME && days.map(slice3); const months3 = FEAT_TIME && months.map(slice3); const engNames = { MMMM: months, MMM: months3, WWWW: days, WWW: days3, }; function zeroPad2(int) { return (int < 10 ? '0' : '') + int; } function zeroPad3(int) { return (int < 10 ? '00' : int < 100 ? '0' : '') + int; } /* function suffix(int) { let mod10 = int % 10; return int + ( mod10 == 1 && int != 11 ? "st" : mod10 == 2 && int != 12 ? "nd" : mod10 == 3 && int != 13 ? "rd" : "th" ); } */ const subs = { // 2019 YYYY: d => d.getFullYear(), // 19 YY: d => (d.getFullYear()+'').slice(2), // July MMMM: (d, names) => names.MMMM[d.getMonth()], // Jul MMM: (d, names) => names.MMM[d.getMonth()], // 07 MM: d => zeroPad2(d.getMonth()+1), // 7 M: d => d.getMonth()+1, // 09 DD: d => zeroPad2(d.getDate()), // 9 D: d => d.getDate(), // Monday WWWW: (d, names) => names.WWWW[d.getDay()], // Mon WWW: (d, names) => names.WWW[d.getDay()], // 03 HH: d => zeroPad2(d.getHours()), // 3 H: d => d.getHours(), // 9 (12hr, unpadded) h: d => {let h = d.getHours(); return h == 0 ? 12 : h > 12 ? h - 12 : h;}, // AM AA: d => d.getHours() >= 12 ? 'PM' : 'AM', // am aa: d => d.getHours() >= 12 ? 'pm' : 'am', // a a: d => d.getHours() >= 12 ? 'p' : 'a', // 09 mm: d => zeroPad2(d.getMinutes()), // 9 m: d => d.getMinutes(), // 09 ss: d => zeroPad2(d.getSeconds()), // 9 s: d => d.getSeconds(), // 374 fff: d => zeroPad3(d.getMilliseconds()), /* // this really only makes sense for DateZoned // -05:00 tzo: d => { let o = d.getTimezoneOffset(); let s = o > 0 ? '-' : '+'; o = abs(o); let hh = zeroPad2(floor(o / 60)); let mm = zeroPad2(o % 60); return `${s}${hh}:${mm}`; } */ }; // export const iso8601 = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); export function fmtDate(tpl, names) { names = names || engNames; let parts = []; let R = /\{([a-z]+)\}|[^{]+/gi, m; while (m = R.exec(tpl)) parts.push(m[0][0] == '{' ? subs[m[1]] : m[0]); return d => { let out = ''; for (let i = 0; i < parts.length; i++) out += typeof parts[i] == "string" ? parts[i] : parts[i](d, names); return out; } } const localTz = new Intl.DateTimeFormat().resolvedOptions().timeZone; export function tzDate(dateOrTs, tz) { if (tz == null || tz == localTz) return typeof dateOrTs == 'number' ? new Date(dateOrTs) : dateOrTs; let d = new DateZoned(dateOrTs); d.setTimeZone(tz); return d; } const twoDigit = '2-digit'; const fmtrOpts = { weekday: "short", year: 'numeric', month: twoDigit, day: twoDigit, hour: twoDigit, minute: twoDigit, second: twoDigit, fractionalSecondDigits: 3, timeZoneName: 'longOffset', }; /* // this might be a bit easier to parse to avoid negative .slice() offsets new Intl.DateTimeFormat('en-US', { hour12: false, timeZone: 'Europe/London', year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', timeZoneName: 'longOffset', weekday: 'short', fractionalSecondDigits: 3, }).format(new Date()); // Tue, 07/22/2025, 07:02:37.043 GMT+01:00 */ const tzFmt = {}; function getFormatter(tz) { if (tzFmt[tz] == null) tzFmt[tz] = new Intl.DateTimeFormat("sv", {...fmtrOpts, timeZone: tz}).format; return tzFmt[tz]; } export class DateZoned extends Date { tz = null; #utc = false; // sön, 1972-10-15 17:25:23,434 GMT+01:00 #str = null; constructor(...args) { super(...args); if (args[0] instanceof DateZoned) { this.tz = args[0].tz; this.#str = args[0].#str; this.#utc = args[0].#utc; } } #get(utcMeth, locMeth, fr, to, add = 0) { let s = this.#str; return this.#utc ? utcMeth.call(this) : s == null ? locMeth.call(this) : Number(s.slice(fr,to)) + add; } setTimeZone(tz) { this.tz = tz; if (tz == 'UTC' || tz == 'Etc/UTC') this.#utc = true; else { let fmt = getFormatter(tz); let f = fmt(this); if (f.endsWith('GMT')) f += '+00:00'; this.#str = f; } } getFullYear() { return this.#get(this.getUTCFullYear, super.getFullYear, -33, -29); } getMonth() { return this.#get(this.getUTCMonth, super.getMonth, -28, -26, -1); } getDate() { return this.#get(this.getUTCDate, super.getDate, -25, -23); } getHours() { return this.#get(this.getUTCHours, super.getHours, -22, -20); } getMinutes() { return this.#get(this.getUTCMinutes, super.getMinutes, -19, -17); } getSeconds() { return this.#get(this.getUTCSeconds, super.getSeconds, -16, -14); } getMilliseconds() { return this.#get(this.getUTCMilliseconds, super.getMilliseconds, -13, -10); } getDay() { let s = this.#str; return this.#utc ? this.getUTCDay() : s == null ? super.getDay() : ( s[0] == 's' ? 0 : // sön s[0] == 'm' ? 1 : // mån s[1] == 'i' ? 2 : // tis s[0] == 'o' ? 3 : // ons s[1] == 'o' ? 4 : // tors s[0] == 'f' ? 5 : // fre s[0] == 'l' ? 6 : // lör -1 ); } getTimezoneOffset() { let s = this.#str; return this.#utc ? 0 : s == null ? super.getTimezoneOffset() : (60 * Number(s.slice(-5,-3)) + Number(s.slice(-2))) * (s.at(-6) == '-' ? -1 : 1); } } function getDayOfYear(date) { let y = date.getFullYear(); let m = date.getMonth() + 1; let d = date.getDate(); // https://stackoverflow.com/a/27790471 return --m*31-(m>1?(1054267675>>m*3-6&7)-(y&3||!(y%25)&&y&15?0:1):0)+d; } function leapYear(year) { return ((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0); } // these can be done through just incrRoundDn of 1e3 or 60 * 1e3 // export const PERIOD_SECOND = 0; // export const PERIOD_MINUTE = 1; // this might be needed for tzs where DST is not whole hours? // otherwise incrRoundDn of 3600 * 1e3 // export const PERIOD_HOUR = 2; // thse need special handling due to day length changing due to DST export const PERIOD_DAY = 3; export const PERIOD_MONTH = 4; export const PERIOD_YEAR = 5; // export const PERIOD_WEEK; // get start of period, requires DateZoned and period const export function floorSOP(dz, per) { let ts = dz.getTime(); // initial guess (assumes no DST) let ts2 = ts - ( dz.getMilliseconds() + dz.getSeconds() * 1e3 + dz.getMinutes() * 60 * 1e3 + dz.getHours() * 3600 * 1e3 + ( ( per == PERIOD_MONTH ? dz.getDate() - 1: per == PERIOD_YEAR ? getDayOfYear(dz) - 1: 0 ) * 24 * 3600 * 1e3 ) ); // if (ts2 == ts) // return dz; let dz2 = new DateZoned(ts2); dz2.setTimeZone(dz.tz); let h2 = dz2.getHours(); // we want hours to be 0 if (h2 > 0) { let dstAdj = h2 > 12 ? 24 - h2 : -h2; dz2 = new DateZoned(ts2 + dstAdj * 3600 * 1e3); dz2.setTimeZone(dz.tz); } return dz2; } // tweaks the time by +/- 1hr to make sure it lands on 12am // used for correcting optimistically-computed ticks from adding fixed increments // export function sopNear(dz, per) {} /* let fmt = fmtDate('{YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff}{tzo}'); { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554274800000); // post-roll date d.setTimeZone('America/Chicago'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1554004800000); // few hours after london spring forward d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } { let d = new DateZoned(1572156000000); // few hours after london fall back d.setTimeZone('Europe/London'); let sod = getSOP(d, PERIOD_DAY); console.log(sod.getTime() / 1e3); console.log(fmt(sod)); } */ /* TODO: 2024 - leap year start of year before feb vs after start of month in dst fwd month / bwd month start of day in dst fwd day / bwd day Australia/Darwin */ ================================================ FILE: src/opts.js ================================================ import { FEAT_TIME, } from './feats'; import { assign, abs, min, max, inf, pow, log2, log10, genIncrs, round, incrRoundUp, roundDec, floor, fmtNum, fixedDec, retArg1, noop, ceil, closestIdx, } from './utils'; import { hexBlack, WIDTH, HEIGHT, LEGEND_DISP, } from './strings'; import { placeDiv, setStylePx, } from './dom'; import { DateZoned, fmtDate, floorSOP, PERIOD_DAY, PERIOD_MONTH, PERIOD_YEAR } from './fmtDate'; //export const series = []; // default formatters: const onlyWhole = v => v % 1 == 0; const allMults = [1,2,2.5,5]; // ...0.01, 0.02, 0.025, 0.05, 0.1, 0.2, 0.25, 0.5 export const decIncrs = genIncrs(10, -32, 0, allMults); // 1, 2, 2.5, 5, 10, 20, 25, 50... export const oneIncrs = genIncrs(10, 0, 32, allMults); // 1, 2, 5, 10, 20, 25, 50... export const wholeIncrs = oneIncrs.filter(onlyWhole); export const numIncrs = decIncrs.concat(oneIncrs); const NL = "\n"; const yyyy = "{YYYY}"; const NLyyyy = NL + yyyy; const md = "{M}/{D}"; const NLmd = NL + md; const NLmdyy = NLmd + "/{YY}"; const aa = "{aa}"; const hmm = "{h}:{mm}"; const hmmaa = hmm + aa; const NLhmmaa = NL + hmmaa; const ss = ":{ss}"; const _ = null; function genTimeStuffs(ms) { let s = ms * 1e3, m = s * 60, h = m * 60, d = h * 24, mo = d * 30, y = d * 365; // min of 1e-3 prevents setting a temporal x ticks too small since Date objects cannot advance ticks smaller than 1ms let subSecIncrs = ms == 1 ? genIncrs(10, 0, 3, allMults).filter(onlyWhole) : genIncrs(10, -3, 0, allMults); let timeIncrs = subSecIncrs.concat([ // minute divisors (# of secs) s, s * 5, s * 10, s * 15, s * 30, // hour divisors (# of mins) m, m * 5, m * 10, m * 15, m * 30, // day divisors (# of hrs) h, h * 2, h * 3, h * 4, h * 6, h * 8, h * 12, // month divisors TODO: need more? d, d * 2, d * 3, d * 4, d * 5, d * 6, d * 7, d * 8, d * 9, d * 10, d * 15, // year divisors (# months, approx) mo, mo * 2, mo * 3, mo * 4, mo * 6, // century divisors y, y * 2, y * 5, y * 10, y * 25, y * 50, y * 100, ]); // [0]: minimum num secs in the tick incr // [1]: default tick format // [2-7]: rollover tick formats // [8]: mode: 0: replace [1] -> [2-7], 1: concat [1] + [2-7] const _timeAxisStamps = [ // tick incr default year month day hour min sec mode [y, yyyy, _, _, _, _, _, _, 1], [d * 28, "{MMM}", NLyyyy, _, _, _, _, _, 1], [d, md, NLyyyy, _, _, _, _, _, 1], [h, "{h}" + aa, NLmdyy, _, NLmd, _, _, _, 1], [m, hmmaa, NLmdyy, _, NLmd, _, _, _, 1], [s, ss, NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], [ms, ss + ".{fff}", NLmdyy + " " + hmmaa, _, NLmd + " " + hmmaa, _, NLhmmaa, _, 1], ]; // the ensures that axis ticks, values & grid are aligned to logical temporal breakpoints and not an arbitrary timestamp // https://www.timeanddate.com/time/dst/ // https://www.timeanddate.com/time/dst/2019.html // https://www.epochconverter.com/timezones function timeAxisSplits(tzDate) { return (self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace) => { let splits = []; let isYr = foundIncr >= y; let isMo = foundIncr >= mo && foundIncr < y; let isDays = foundIncr >= d && foundIncr < mo; let isHours = foundIncr > h && foundIncr < d // get the timezone-adjusted date let minDate = tzDate(scaleMin); let minDateTs = roundDec(minDate * ms, 3); // get ts of 12am (this lands us at or before the original scaleMin) let minMin = floorSOP(minDate, isYr || isMo ? PERIOD_YEAR : isDays ? PERIOD_MONTH : PERIOD_DAY); // should we do PERIOD_HOUR? let minMinTs = roundDec(minMin * ms, 3); if (isDays) { let incrDays = foundIncr / d; // incrs to add to month baseline let skip = floor((minDate.getDate() - 1) / incrDays); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour != 0) { split += hour > 12 ? h : -h; date = tzDate(split); } // rolled over into next month onto non-divisible incr, reset baseline if ((date.getDate() - 1) % incrDays > 0) { date = floorSOP(date, PERIOD_MONTH); split = date.getTime() * ms; // make sure we're not rendering a collision between 31 and 1 if (split - splits[splits.length - 1] < foundIncr * 0.7) splits.pop(); } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isMo || isYr) { let subIncrs = 1; let subIncrDays = 1; let periodType = 0; let periodMin = 0; if (isMo) { subIncrs = foundIncr / mo; subIncrDays = 32; periodType = PERIOD_MONTH; periodMin = minDate.getMonth(); } else if (isYr) { subIncrs = foundIncr / y; subIncrDays = 366; periodType = PERIOD_YEAR; periodMin = minDate.getYear(); } foundIncr = subIncrs * subIncrDays * d; let skip = floor(periodMin / subIncrDays); let split = minMinTs + (foundIncr * skip); do { let date = floorSOP(tzDate(split), periodType); split = date.getTime() * ms; if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else if (isHours) { let incrHours = foundIncr / h; let skip = floor(minDate.getHours() / incrHours); let split = minMinTs + (foundIncr * skip); do { let date = tzDate(split); // adjust for DST misses let hour = date.getHours(); if (hour % incrHours > 0) { let hour2 = tzDate(split - h).getHours(); split += hour2 % incrHours == 0 ? -h : h; } if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } else { let split = minMinTs + incrRoundUp(minDateTs - minMinTs, foundIncr); do { if (split > scaleMax) break; if (split >= scaleMin) splits.push(split); split += foundIncr; } while (1); } return splits; } } return [ timeIncrs, _timeAxisStamps, timeAxisSplits, ]; } export const [ timeIncrsMs, _timeAxisStampsMs, timeAxisSplitsMs ] = FEAT_TIME && genTimeStuffs(1); export const [ timeIncrsS, _timeAxisStampsS, timeAxisSplitsS ] = FEAT_TIME && genTimeStuffs(1e-3); // base 2 const binIncrs = genIncrs(2, -53, 53, [1]); /* console.log({ decIncrs, oneIncrs, wholeIncrs, numIncrs, timeIncrs, fixedDec, }); */ export function timeAxisStamps(stampCfg, fmtDate) { return stampCfg.map(s => s.map((v, i) => i == 0 || i == 8 || v == null ? v : fmtDate(i == 1 || s[8] == 0 ? v : s[1] + v) )); } // TODO: will need to accept spaces[] and pull incr into the loop when grid will be non-uniform, eg for log scales. // currently we ignore this for months since they're *nearly* uniform and the added complexity is not worth it export function timeAxisVals(tzDate, stamps) { return (self, splits, axisIdx, foundSpace, foundIncr) => { let s = stamps.find(s => foundIncr >= s[0]) || stamps[stamps.length - 1]; // these track boundaries when a full label is needed again let prevYear; let prevMnth; let prevDate; let prevHour; let prevMins; let prevSecs; return splits.map(split => { let date = tzDate(split); let newYear = date.getFullYear(); let newMnth = date.getMonth(); let newDate = date.getDate(); let newHour = date.getHours(); let newMins = date.getMinutes(); let newSecs = date.getSeconds(); let stamp = ( newYear != prevYear && s[2] || newMnth != prevMnth && s[3] || newDate != prevDate && s[4] || newHour != prevHour && s[5] || newMins != prevMins && s[6] || newSecs != prevSecs && s[7] || s[1] ); prevYear = newYear; prevMnth = newMnth; prevDate = newDate; prevHour = newHour; prevMins = newMins; prevSecs = newSecs; return stamp(date); }); } } // for when axis.values is defined as a static fmtDate template string export function timeAxisVal(tzDate, dateTpl) { let stamp = fmtDate(dateTpl); return (self, splits, axisIdx, foundSpace, foundIncr) => splits.map(split => stamp(tzDate(split))); } function mkDate(y, m, d) { return new Date(y, m, d); } export function timeSeriesStamp(stampCfg, fmtDate) { return fmtDate(stampCfg); }; export const _timeSeriesStamp = '{YYYY}-{MM}-{DD} {h}:{mm}{aa}'; export function timeSeriesVal(tzDate, stamp) { return (self, val, seriesIdx, dataIdx) => dataIdx == null ? LEGEND_DISP : stamp(tzDate(val)); } export function legendStroke(self, seriesIdx) { let s = self.series[seriesIdx]; return s.width ? s.stroke(self, seriesIdx) : s.points.width ? s.points.stroke(self, seriesIdx) : null; } export function legendFill(self, seriesIdx) { return self.series[seriesIdx].fill(self, seriesIdx); } export const legendOpts = { show: true, live: true, isolate: false, mount: noop, markers: { show: true, width: 2, stroke: legendStroke, fill: legendFill, dash: "solid", }, idx: null, idxs: null, values: [], }; function cursorPointShow(self, si) { let o = self.cursor.points; let pt = placeDiv(); let size = o.size(self, si); setStylePx(pt, WIDTH, size); setStylePx(pt, HEIGHT, size); let mar = size / -2; setStylePx(pt, "marginLeft", mar); setStylePx(pt, "marginTop", mar); let width = o.width(self, si, size); width && setStylePx(pt, "borderWidth", width); return pt; } function cursorPointFill(self, si) { let sp = self.series[si].points; return sp._fill || sp._stroke; } function cursorPointStroke(self, si) { let sp = self.series[si].points; return sp._stroke || sp._fill; } function cursorPointSize(self, si) { let sp = self.series[si].points; return sp.size; } const moveTuple = [0,0]; function cursorMove(self, mouseLeft1, mouseTop1) { moveTuple[0] = mouseLeft1; moveTuple[1] = mouseTop1; return moveTuple; } function filtBtn0(self, targ, handle, onlyTarg = true) { return e => { e.button == 0 && (!onlyTarg || e.target == targ) && handle(e); }; } function filtTarg(self, targ, handle, onlyTarg = true) { return e => { (!onlyTarg || e.target == targ) && handle(e); }; } export const cursorOpts = { show: true, x: true, y: true, lock: false, move: cursorMove, points: { one: false, show: cursorPointShow, size: cursorPointSize, width: 0, stroke: cursorPointStroke, fill: cursorPointFill, }, bind: { mousedown: filtBtn0, mouseup: filtBtn0, click: filtBtn0, // legend clicks, not .u-over clicks dblclick: filtBtn0, mousemove: filtTarg, mouseleave: filtTarg, mouseenter: filtTarg, }, drag: { setScale: true, x: true, y: false, dist: 0, uni: null, click: (self, e) => { // e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); }, _x: false, _y: false, }, focus: { dist: (self, seriesIdx, dataIdx, valPos, curPos) => valPos - curPos, prox: -1, bias: 0, }, hover: { skip: [void 0], prox: null, bias: 0, }, left: -10, top: -10, idx: null, dataIdx: null, idxs: null, event: null, }; const axisLines = { show: true, stroke: "rgba(0,0,0,0.07)", width: 2, // dash: [], }; const grid = assign({}, axisLines, { filter: retArg1, }); const ticks = assign({}, grid, { size: 10, }); const border = assign({}, axisLines, { show: false, }); const font = '12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'; const labelFont = "bold " + font; const lineGap = 1.5; // font-size multiplier export const xAxisOpts = { show: true, scale: "x", stroke: hexBlack, space: 50, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 2, // class: "x-vals", // incrs: timeIncrs, // values: timeVals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; export const numSeriesLabel = "Value"; export const timeSeriesLabel = "Time"; export const xSeriesOpts = { show: true, scale: "x", auto: false, sorted: 1, // label: "Time", // value: v => stamp(new Date(v * 1e3)), // internal caches min: inf, max: -inf, idxs: [], }; export function numAxisVals(self, splits, axisIdx, foundSpace, foundIncr) { return splits.map(v => v == null ? "" : fmtNum(v)); } export function numAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let splits = []; let numDec = fixedDec.get(foundIncr) || 0; scaleMin = forceMin ? scaleMin : roundDec(incrRoundUp(scaleMin, foundIncr), numDec); for (let val = scaleMin; val <= scaleMax; val = roundDec(val + foundIncr, numDec)) splits.push(Object.is(val, -0) ? 0 : val); // coalesces -0 return splits; } // this doesnt work for sin, which needs to come off from 0 independently in pos and neg dirs export function logAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { const splits = []; const logBase = self.scales[self.axes[axisIdx].scale].log; const logFn = logBase == 10 ? log10 : log2; const exp = floor(logFn(scaleMin)); foundIncr = pow(logBase, exp); // boo: 10 ** -24 === 1.0000000000000001e-24 // this grabs the proper 1e-24 one if (logBase == 10) foundIncr = numIncrs[closestIdx(foundIncr, numIncrs)]; let split = foundIncr; let nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; do { if (split >= scaleMin) splits.push(split); split = split + foundIncr; if (logBase == 10 && !fixedDec.has(split)) split = roundDec(split, fixedDec.get(foundIncr)); if (split >= nextMagIncr) { foundIncr = split; nextMagIncr = foundIncr * logBase; if (logBase == 10) nextMagIncr = numIncrs[closestIdx(nextMagIncr, numIncrs)]; } } while (split <= scaleMax); return splits; } export function asinhAxisSplits(self, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace, forceMin) { let sc = self.scales[self.axes[axisIdx].scale]; let linthresh = sc.asinh; let posSplits = scaleMax > linthresh ? logAxisSplits(self, axisIdx, max(linthresh, scaleMin), scaleMax, foundIncr, foundSpace, forceMin) : [linthresh]; let zero = scaleMax >= 0 && scaleMin <= 0 ? [0] : []; let negSplits = scaleMin < -linthresh ? logAxisSplits(self, axisIdx, max(linthresh, -scaleMax), -scaleMin, foundIncr, foundSpace, forceMin): [linthresh]; return negSplits.reverse().map(v => -v).concat(zero, posSplits); } const RE_ALL = /./; const RE_12357 = /[12357]/; const RE_125 = /[125]/; const RE_1 = /1/; const _filt = (splits, distr, re, keepMod) => splits.map((v, i) => ((distr == 4 && v == 0) || i % keepMod == 0 && re.test(v.toExponential()[v < 0 ? 1 : 0])) ? v : null); export function log10AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let sc = self.scales[scaleKey]; // if (sc.distr == 3 && sc.log == 2) // return splits; let valToPos = self.valToPos; let minSpace = axis._space; let _10 = valToPos(10, scaleKey); let re = ( valToPos(9, scaleKey) - _10 >= minSpace ? RE_ALL : valToPos(7, scaleKey) - _10 >= minSpace ? RE_12357 : valToPos(5, scaleKey) - _10 >= minSpace ? RE_125 : RE_1 ); if (re == RE_1) { let magSpace = abs(valToPos(1, scaleKey) - _10); if (magSpace < minSpace) return _filt(splits.slice().reverse(), sc.distr, re, ceil(minSpace / magSpace)).reverse(); // max->min skip } return _filt(splits, sc.distr, re, 1); } export function log2AxisValsFilt(self, splits, axisIdx, foundSpace, foundIncr) { let axis = self.axes[axisIdx]; let scaleKey = axis.scale; let minSpace = axis._space; let valToPos = self.valToPos; let magSpace = abs(valToPos(1, scaleKey) - valToPos(2, scaleKey)); if (magSpace < minSpace) return _filt(splits.slice().reverse(), 3, RE_ALL, ceil(minSpace / magSpace)).reverse(); // max->min skip return splits; } export function numSeriesVal(self, val, seriesIdx, dataIdx) { return dataIdx == null ? LEGEND_DISP : val == null ? "" : fmtNum(val); } export const yAxisOpts = { show: true, scale: "y", stroke: hexBlack, space: 30, gap: 5, alignTo: 1, size: 50, labelGap: 0, labelSize: 30, labelFont, side: 3, // class: "y-vals", // incrs: numIncrs, // values: (vals, space) => vals, // filter: retArg1, grid, ticks, border, font, lineGap, rotate: 0, }; // takes stroke width export function ptDia(width, mult) { let dia = 3 + (width || 1) * 2; return roundDec(dia * mult, 3); } function seriesPointsShow(self, si) { let { scale, idxs } = self.series[0]; let xData = self._data[0]; let p0 = self.valToPos(xData[idxs[0]], scale, true); let p1 = self.valToPos(xData[idxs[1]], scale, true); let dim = abs(p1 - p0); let s = self.series[si]; // const dia = ptDia(s.width, self.pxRatio); let maxPts = dim / (s.points.space * self.pxRatio); return idxs[1] - idxs[0] <= maxPts; } const facet = { scale: null, auto: true, sorted: 0, // internal caches min: inf, max: -inf, }; const gaps = (self, seriesIdx, idx0, idx1, nullGaps) => nullGaps; export const xySeriesOpts = { show: true, auto: true, sorted: 0, gaps, alpha: 1, facets: [ assign({}, facet, {scale: 'x'}), assign({}, facet, {scale: 'y'}), ], }; export const ySeriesOpts = { scale: "y", auto: true, sorted: 0, show: true, spanGaps: false, gaps, alpha: 1, points: { show: seriesPointsShow, filter: null, // paths: // stroke: "#000", // fill: "#fff", // width: 1, // size: 10, }, // label: "Value", // value: v => v, values: null, // internal caches min: inf, max: -inf, idxs: [], path: null, clip: null, }; export function clampScale(self, val, scaleMin, scaleMax, scaleKey) { /* if (val < 0) { let cssHgt = self.bbox.height / self.pxRatio; let absPos = self.valToPos(abs(val), scaleKey); let fromBtm = cssHgt - absPos; return self.posToVal(cssHgt + fromBtm, scaleKey); } */ return scaleMin / 10; } export const xScaleOpts = { time: FEAT_TIME, auto: true, distr: 1, log: 10, asinh: 1, min: null, max: null, dir: 1, ori: 0, }; export const yScaleOpts = assign({}, xScaleOpts, { time: false, ori: 1, }); ================================================ FILE: src/paths/bars.js ================================================ import { abs, floor, min, max, inf, ifNull, EMPTY_OBJ, fnOrSelf, clamp, retArg0, EMPTY_ARR } from '../utils'; import { orient, rectV, rectH } from './utils'; function findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid = inf) { if (dataX.length > 1) { // prior index with non-undefined y data let prevIdx = null; // scan full dataset for smallest adjacent delta // will not work properly for non-linear x scales, since does not do expensive valToPosX calcs till end for (let i = 0, minDelta = Infinity; i < dataX.length; i++) { if (dataY[i] !== undefined) { if (prevIdx != null) { let delta = abs(dataX[i] - dataX[prevIdx]); if (delta < minDelta) { minDelta = delta; colWid = abs(valToPosX(dataX[i], scaleX, xDim, xOff) - valToPosX(dataX[prevIdx], scaleX, xDim, xOff)); } } prevIdx = i; } } } return colWid; } export function bars(opts) { opts = opts || EMPTY_OBJ; const size = ifNull(opts.size, [0.6, inf, 1]); const align = opts.align || 0; const _extraGap = (opts.gap || 0); let ro = opts.radius; ro = // [valueRadius, baselineRadius] ro == null ? [0, 0] : typeof ro == 'number' ? [ro, 0] : ro; const radiusFn = fnOrSelf(ro); const gapFactor = 1 - size[0]; const _maxWidth = ifNull(size[1], inf); const _minWidth = ifNull(size[2], 1); const disp = ifNull(opts.disp, EMPTY_OBJ); const _each = ifNull(opts.each, _ => {}); const { fill: dispFills, stroke: dispStrokes } = disp; return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; let _align = align; let extraGap = _extraGap * pxRatio; let maxWidth = _maxWidth * pxRatio; let minWidth = _minWidth * pxRatio; let valRadius, baseRadius; if (scaleX.ori == 0) [valRadius, baseRadius] = radiusFn(u, seriesIdx); else [baseRadius, valRadius] = radiusFn(u, seriesIdx); const _dirX = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); // const _dirY = scaleY.dir * (scaleY.ori == 1 ? 1 : -1); let rect = scaleX.ori == 0 ? rectH : rectV; let each = scaleX.ori == 0 ? _each : (u, seriesIdx, i, top, lft, hgt, wid) => { _each(u, seriesIdx, i, lft, top, wid, hgt); }; // band where this series is the "from" edge let band = ifNull(u.bands, EMPTY_ARR).find(b => b.series[0] == seriesIdx); let fillDir = band != null ? band.dir : 0; let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, fillDir); let fillToY = pxRound(valToPosY(fillTo, scaleY, yDim, yOff)) // barWid is to center of stroke let xShift, barWid, fullGap, colWid = xDim; let strokeWidth = pxRound(series.width * pxRatio); let multiPath = false; let fillColors = null; let fillPaths = null; let strokeColors = null; let strokePaths = null; if (dispFills != null && (strokeWidth == 0 || dispStrokes != null)) { multiPath = true; fillColors = dispFills.values(u, seriesIdx, idx0, idx1); fillPaths = new Map(); (new Set(fillColors)).forEach(color => { if (color != null) fillPaths.set(color, new Path2D()); }); if (strokeWidth > 0) { strokeColors = dispStrokes.values(u, seriesIdx, idx0, idx1); strokePaths = new Map(); (new Set(strokeColors)).forEach(color => { if (color != null) strokePaths.set(color, new Path2D()); }); } } let { x0, size } = disp; if (x0 != null && size != null) { _align = 1; dataX = x0.values(u, seriesIdx, idx0, idx1); if (x0.unit == 2) dataX = dataX.map(pct => u.posToVal(xOff + pct * xDim, scaleX.key, true)); // assumes uniform sizes, for now let sizes = size.values(u, seriesIdx, idx0, idx1); if (size.unit == 2) barWid = sizes[0] * xDim; else barWid = valToPosX(sizes[0], scaleX, xDim, xOff) - valToPosX(0, scaleX, xDim, xOff); // assumes linear scale (delta from 0) colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid - barWid; fullGap = gapWid + extraGap; } else { colWid = findColWidth(dataX, dataY, valToPosX, scaleX, xDim, xOff, colWid); let gapWid = colWid * gapFactor; fullGap = gapWid + extraGap; barWid = colWid - fullGap; } if (fullGap < 1) fullGap = 0; if (strokeWidth >= barWid / 2) strokeWidth = 0; // for small gaps, disable pixel snapping since gap inconsistencies become noticible and annoying if (fullGap < 5) pxRound = retArg0; let insetStroke = fullGap > 0; let rawBarWid = colWid - fullGap - (insetStroke ? strokeWidth : 0); barWid = pxRound(clamp(rawBarWid, minWidth, maxWidth)); xShift = (_align == 0 ? barWid / 2 : _align == _dirX ? 0 : barWid) - _align * _dirX * ((_align == 0 ? extraGap / 2 : 0) + (insetStroke ? strokeWidth / 2 : 0)); const _paths = {stroke: null, fill: null, clip: null, band: null, gaps: null, flags: 0}; // disp, geom const stroke = multiPath ? null : new Path2D(); let dataY0 = null; if (band != null) dataY0 = u.data[band.series[1]]; else { let { y0, y1 } = disp; if (y0 != null && y1 != null) { dataY = y1.values(u, seriesIdx, idx0, idx1); dataY0 = y0.values(u, seriesIdx, idx0, idx1); } } let radVal = valRadius * barWid; let radBase = baseRadius * barWid; for (let i = _dirX == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += _dirX) { let yVal = dataY[i]; if (yVal == null) continue; if (dataY0 != null) { let yVal0 = dataY0[i] ?? 0; if (yVal - yVal0 == 0) continue; fillToY = valToPosY(yVal0, scaleY, yDim, yOff); } let xVal = scaleX.distr != 2 || disp != null ? dataX[i] : i; // TODO: all xPos can be pre-computed once for all series in aligned set let xPos = valToPosX(xVal, scaleX, xDim, xOff); let yPos = valToPosY(ifNull(yVal, fillTo), scaleY, yDim, yOff); let lft = pxRound(xPos - xShift); let btm = pxRound(max(yPos, fillToY)); let top = pxRound(min(yPos, fillToY)); // this includes the stroke let barHgt = btm - top; if (yVal != null && yVal != fillTo) { let rv = yVal < 0 ? radBase : radVal; let rb = yVal < 0 ? radVal : radBase; if (multiPath) { if (strokeWidth > 0 && strokeColors[i] != null) rect(strokePaths.get(strokeColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); if (fillColors[i] != null) rect(fillPaths.get(fillColors[i]), lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); } else rect(stroke, lft, top + floor(strokeWidth / 2), barWid, max(0, barHgt - strokeWidth), rv, rb); each(u, seriesIdx, i, lft - strokeWidth / 2, top, barWid + strokeWidth, barHgt, ); } } if (strokeWidth > 0) _paths.stroke = multiPath ? strokePaths : stroke; else if (!multiPath) { _paths._fill = series.width == 0 ? series._fill : series._stroke ?? series._fill; _paths.width = 0; } _paths.fill = multiPath ? fillPaths : stroke; return _paths; }); }; } ================================================ FILE: src/paths/catmullRomCentrip.js ================================================ import { pow, sqrt } from '../utils'; import { splineInterp } from "./spline"; export function catmullRomCentrip(opts) { return splineInterp(catmullRomFitting, opts); } // adapted from https://gist.github.com/nicholaswmin/c2661eb11cad5671d816 (MIT) /** * Interpolates a Catmull-Rom Spline through a series of x/y points * Converts the CR Spline to Cubic Beziers for use with SVG items * * If 'alpha' is 0.5 then the 'Centripetal' variant is used * If 'alpha' is 1 then the 'Chordal' variant is used * */ function catmullRomFitting(xCoords, yCoords, moveTo, lineTo, bezierCurveTo, pxRound) { const alpha = 0.5; const path = new Path2D(); const dataLen = xCoords.length; let p0x, p0y, p1x, p1y, p2x, p2y, p3x, p3y, bp1x, bp1y, bp2x, bp2y, d1, d2, d3, A, B, N, M, d3powA, d2powA, d3pow2A, d2pow2A, d1pow2A, d1powA; moveTo(path, pxRound(xCoords[0]), pxRound(yCoords[0])); for (let i = 0; i < dataLen - 1; i++) { let p0i = i == 0 ? 0 : i - 1; p0x = xCoords[p0i]; p0y = yCoords[p0i]; p1x = xCoords[i]; p1y = yCoords[i]; p2x = xCoords[i + 1]; p2y = yCoords[i + 1]; if (i + 2 < dataLen) { p3x = xCoords[i + 2]; p3y = yCoords[i + 2]; } else { p3x = p2x; p3y = p2y; } d1 = sqrt(pow(p0x - p1x, 2) + pow(p0y - p1y, 2)); d2 = sqrt(pow(p1x - p2x, 2) + pow(p1y - p2y, 2)); d3 = sqrt(pow(p2x - p3x, 2) + pow(p2y - p3y, 2)); // Catmull-Rom to Cubic Bezier conversion matrix // A = 2d1^2a + 3d1^a * d2^a + d3^2a // B = 2d3^2a + 3d3^a * d2^a + d2^2a // [ 0 1 0 0 ] // [ -d2^2a /N A/N d1^2a /N 0 ] // [ 0 d3^2a /M B/M -d2^2a /M ] // [ 0 0 1 0 ] d3powA = pow(d3, alpha); d3pow2A = pow(d3, alpha * 2); d2powA = pow(d2, alpha); d2pow2A = pow(d2, alpha * 2); d1powA = pow(d1, alpha); d1pow2A = pow(d1, alpha * 2); A = 2 * d1pow2A + 3 * d1powA * d2powA + d2pow2A; B = 2 * d3pow2A + 3 * d3powA * d2powA + d2pow2A; N = 3 * d1powA * (d1powA + d2powA); if (N > 0) N = 1 / N; M = 3 * d3powA * (d3powA + d2powA); if (M > 0) M = 1 / M; bp1x = (-d2pow2A * p0x + A * p1x + d1pow2A * p2x) * N; bp1y = (-d2pow2A * p0y + A * p1y + d1pow2A * p2y) * N; bp2x = (d3pow2A * p1x + B * p2x - d2pow2A * p3x) * M; bp2y = (d3pow2A * p1y + B * p2y - d2pow2A * p3y) * M; if (bp1x == 0 && bp1y == 0) { bp1x = p1x; bp1y = p1y; } if (bp2x == 0 && bp2y == 0) { bp2x = p2x; bp2y = p2y; } bezierCurveTo(path, bp1x, bp1y, bp2x, bp2y, p2x, p2y); } return path; } ================================================ FILE: src/paths/linear.js ================================================ import { nonNullIdxs, ifNull } from '../utils'; import { orient, clipGaps, lineToH, lineToV, clipBandLine, BAND_CLIP_FILL, bandFillClipDirs, findGaps } from './utils'; function _drawAcc(lineTo) { return (stroke, accX, minY, maxY, inY, outY) => { if (minY != maxY) { if (inY != minY && outY != minY) lineTo(stroke, accX, minY); if (inY != maxY && outY != maxY) lineTo(stroke, accX, maxY); lineTo(stroke, accX, outY); } }; } const drawAccH = _drawAcc(lineToH); const drawAccV = _drawAcc(lineToV); export function linear(opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo, drawAcc; if (scaleX.ori == 0) { lineTo = lineToH; drawAcc = drawAccH; } else { lineTo = lineToV; drawAcc = drawAccV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let hasGap = false; // decimate when number of points >= 4x available pixels const decimate = idx1 - idx0 >= xDim * 4; if (decimate) { let xForPixel = pos => u.posToVal(pos, scaleX.key, true); let minY = null, maxY = null, inY, outY, drawnAtX; let accX = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let idx0px = pixelForX(dataX[idx0]); let idx1px = pixelForX(dataX[idx1]); // tracks limit of current x bucket to avoid having to get x pixel for every x value let nextAccXVal = xForPixel(dir == 1 ? idx0px + 1 : idx1px - 1); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let xVal = dataX[i]; let reuseAccX = dir == 1 ? (xVal < nextAccXVal) : (xVal > nextAccXVal); let x = reuseAccX ? accX : pixelForX(xVal); let yVal = dataY[i]; if (x == accX) { if (yVal != null) { outY = yVal; if (minY == null) { lineTo(stroke, x, pixelForY(outY)); inY = minY = maxY = outY; } else { if (outY < minY) minY = outY; else if (outY > maxY) maxY = outY; } } else { if (yVal === null) hasGap = true; } } else { if (minY != null) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); if (yVal != null) { outY = yVal; lineTo(stroke, x, pixelForY(outY)); minY = maxY = inY = outY; } else { minY = maxY = null; if (yVal === null) hasGap = true; } accX = x; nextAccXVal = xForPixel(accX + dir); } } if (minY != null && minY != maxY && drawnAtX != accX) drawAcc(stroke, accX, pixelForY(minY), pixelForY(maxY), pixelForY(inY), pixelForY(outY)); } else { for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal === null) hasGap = true; else if (yVal != null) lineTo(stroke, pixelForX(dataX[i]), pixelForY(yVal)); } } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillToVal = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillToVal); let frX = pixelForX(dataX[idx0]); let toX = pixelForX(dataX[idx1]); if (dir == -1) [toX, frX] = [frX, toX]; lineTo(fill, toX, fillToY); lineTo(fill, frX, fillToY); } if (!series.spanGaps) { // skip in mode: 2? // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } ================================================ FILE: src/paths/monotoneCubic.js ================================================ import { splineInterp } from "./spline"; export function monotoneCubic(opts) { return splineInterp(_monotoneCubic, opts); } // Monotone Cubic Spline interpolation, adapted from the Chartist.js implementation: // https://github.com/gionkunz/chartist-js/blob/e7e78201bffe9609915e5e53cfafa29a5d6c49f9/src/scripts/interpolation.js#L240-L369 function _monotoneCubic(xs, ys, moveTo, lineTo, bezierCurveTo, pxRound) { const n = xs.length; if (n < 2) return null; const path = new Path2D(); moveTo(path, xs[0], ys[0]); if (n == 2) lineTo(path, xs[1], ys[1]); else { let ms = Array(n), ds = Array(n - 1), dys = Array(n - 1), dxs = Array(n - 1); // calc deltas and derivative for (let i = 0; i < n - 1; i++) { dys[i] = ys[i + 1] - ys[i]; dxs[i] = xs[i + 1] - xs[i]; ds[i] = dys[i] / dxs[i]; } // determine desired slope (m) at each point using Fritsch-Carlson method // http://math.stackexchange.com/questions/45218/implementation-of-monotone-cubic-interpolation ms[0] = ds[0]; for (let i = 1; i < n - 1; i++) { if (ds[i] === 0 || ds[i - 1] === 0 || (ds[i - 1] > 0) !== (ds[i] > 0)) ms[i] = 0; else { ms[i] = 3 * (dxs[i - 1] + dxs[i]) / ( (2 * dxs[i] + dxs[i - 1]) / ds[i - 1] + (dxs[i] + 2 * dxs[i - 1]) / ds[i] ); if (!isFinite(ms[i])) ms[i] = 0; } } ms[n - 1] = ds[n - 2]; for (let i = 0; i < n - 1; i++) { bezierCurveTo( path, xs[i] + dxs[i] / 3, ys[i] + ms[i] * dxs[i] / 3, xs[i + 1] - dxs[i] / 3, ys[i + 1] - ms[i + 1] * dxs[i] / 3, xs[i + 1], ys[i + 1], ); } } return path; } ================================================ FILE: src/paths/points.js ================================================ import { orient, moveToH, moveToV, rectH, arcH, arcV, BAND_CLIP_FILL, BAND_CLIP_STROKE } from './utils'; import { roundDec, PI } from '../utils'; // TODO: drawWrap(seriesIdx, drawPoints) (save, restore, translate, clip) export function points(opts) { return (u, seriesIdx, idx0, idx1, filtIdxs) => { // log("drawPoints()", arguments); let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let { pxRound, points } = series; let moveTo, arc; if (scaleX.ori == 0) { moveTo = moveToH; arc = arcH; } else { moveTo = moveToV; arc = arcV; } const width = roundDec(points.width * pxRatio, 3); let rad = (points.size - points.width) / 2 * pxRatio; let dia = roundDec(rad * 2, 3); let fill = new Path2D(); let clip = new Path2D(); let { left: lft, top: top, width: wid, height: hgt } = u.bbox; rectH(clip, lft - dia, top - dia, wid + dia * 2, hgt + dia * 2, ); const drawPoint = pi => { if (dataY[pi] != null) { let x = pxRound(valToPosX(dataX[pi], scaleX, xDim, xOff)); let y = pxRound(valToPosY(dataY[pi], scaleY, yDim, yOff)); moveTo(fill, x + rad, y); arc(fill, x, y, rad, 0, PI * 2); } }; if (filtIdxs) filtIdxs.forEach(drawPoint); else { for (let pi = idx0; pi <= idx1; pi++) drawPoint(pi); } return { stroke: width > 0 ? fill : null, fill, clip, flags: BAND_CLIP_FILL | BAND_CLIP_STROKE, }; }); }; } ================================================ FILE: src/paths/spline.js ================================================ import { ifNull, nonNullIdxs } from '../utils'; import { orient, clipGaps, moveToH, moveToV, lineToH, lineToV, bezierCurveToH, bezierCurveToV, clipBandLine, BAND_CLIP_FILL, bandFillClipDirs, findGaps } from './utils'; export function splineInterp(interp, opts) { return (u, seriesIdx, idx0, idx1) => { return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let moveTo, bezierCurveTo, lineTo; if (scaleX.ori == 0) { moveTo = moveToH; lineTo = lineToH; bezierCurveTo = bezierCurveToH; } else { moveTo = moveToV; lineTo = lineToV; bezierCurveTo = bezierCurveToV; } const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let xCoords = []; let yCoords = []; let hasGap = false; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = dataY[i]; if (yVal != null) { let xVal = dataX[i]; let xPos = pixelForX(xVal); xCoords.push(prevXPos = xPos); yCoords.push(pixelForY(dataY[i])); } else if (yVal === null) hasGap = true; } const _paths = {stroke: interp(xCoords, yCoords, moveTo, lineTo, bezierCurveTo, pxRound), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPos, fillToY); lineTo(fill, firstXPos, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; // if FEAT_PATHS: false in rollup.config.js // u.ctx.save(); // u.ctx.beginPath(); // u.ctx.rect(u.bbox.left, u.bbox.top, u.bbox.width, u.bbox.height); // u.ctx.clip(); // u.ctx.strokeStyle = u.series[sidx].stroke; // u.ctx.stroke(stroke); // u.ctx.fillStyle = u.series[sidx].fill; // u.ctx.fill(fill); // u.ctx.restore(); // return null; }); }; } ================================================ FILE: src/paths/stepped.js ================================================ import { ifNull, nonNullIdxs } from '../utils'; import { orient, clipGaps, lineToH, lineToV, clipBandLine, BAND_CLIP_FILL, bandFillClipDirs, findGaps } from './utils'; // BUG: align: -1 behaves like align: 1 when scale.dir: -1 export function stepped(opts) { const align = ifNull(opts.align, 1); // whether to draw ascenders/descenders at null/gap bondaries const ascDesc = ifNull(opts.ascDesc, false); const extend = ifNull(opts.extend, false); return (u, seriesIdx, idx0, idx1) => { let { pxRatio } = u; return orient(u, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { [idx0, idx1] = nonNullIdxs(dataY, idx0, idx1); let pxRound = series.pxRound; let alignGaps = opts?.alignGaps ?? series.alignGaps ?? 0; let { left, width } = u.bbox; let pixelForX = val => pxRound(valToPosX(val, scaleX, xDim, xOff)); let pixelForY = val => pxRound(valToPosY(val, scaleY, yDim, yOff)); let lineTo = scaleX.ori == 0 ? lineToH : lineToV; const _paths = {stroke: new Path2D(), fill: null, clip: null, band: null, gaps: null, flags: BAND_CLIP_FILL}; const stroke = _paths.stroke; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); let hasGap = false; let prevYPos = pixelForY(dataY[dir == 1 ? idx0 : idx1]); let firstXPos = pixelForX(dataX[dir == 1 ? idx0 : idx1]); let prevXPos = firstXPos; let firstXPosExt = firstXPos; if (extend && align == -1) { firstXPosExt = left; lineTo(stroke, firstXPosExt, prevYPos); } lineTo(stroke, firstXPos, prevYPos); for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal1 = dataY[i]; if (yVal1 == null) { if (yVal1 === null) hasGap = true; continue; } let x1 = pixelForX(dataX[i]); let y1 = pixelForY(yVal1); if (align == 1) lineTo(stroke, x1, prevYPos); else lineTo(stroke, prevXPos, y1); lineTo(stroke, x1, y1); prevYPos = y1; prevXPos = x1; } let prevXPosExt = prevXPos; if (extend && align == 1) { prevXPosExt = left + width; lineTo(stroke, prevXPosExt, prevYPos); } let [ bandFillDir, bandClipDir ] = bandFillClipDirs(u, seriesIdx); if (series.fill != null || bandFillDir != 0) { let fill = _paths.fill = new Path2D(stroke); let fillTo = series.fillTo(u, seriesIdx, series.min, series.max, bandFillDir); let fillToY = pixelForY(fillTo); lineTo(fill, prevXPosExt, fillToY); lineTo(fill, firstXPosExt, fillToY); } if (!series.spanGaps) { // console.time('gaps'); let gaps = hasGap ? findGaps(dataX, dataY, idx0, idx1, dir, pixelForX, alignGaps) : []; // console.timeEnd('gaps'); // console.log('gaps', JSON.stringify(gaps)); // expand/contract clips for ascenders/descenders let halfStroke = (series.width * pxRatio) / 2; let startsOffset = (ascDesc || align == 1) ? halfStroke : -halfStroke; let endsOffset = (ascDesc || align == -1) ? -halfStroke : halfStroke; gaps.forEach(g => { g[0] += startsOffset; g[1] += endsOffset; }); _paths.gaps = gaps = series.gaps(u, seriesIdx, idx0, idx1, gaps); _paths.clip = clipGaps(gaps, scaleX.ori, xOff, yOff, xDim, yDim); } if (bandClipDir != 0) { _paths.band = bandClipDir == 2 ? [ clipBandLine(u, seriesIdx, idx0, idx1, stroke, -1), clipBandLine(u, seriesIdx, idx0, idx1, stroke, 1), ] : clipBandLine(u, seriesIdx, idx0, idx1, stroke, bandClipDir); } return _paths; }); }; } ================================================ FILE: src/paths/utils.js ================================================ import { round, incrRound, retArg0, min, EMPTY_ARR, ifNull } from "../utils"; export const BAND_CLIP_FILL = 1 << 0; export const BAND_CLIP_STROKE = 1 << 1; export function orient(u, seriesIdx, cb) { const mode = u.mode; const series = u.series[seriesIdx]; const data = mode == 2 ? u._data[seriesIdx] : u._data; const scales = u.scales; const bbox = u.bbox; let dx = data[0], dy = mode == 2 ? data[1] : data[seriesIdx], sx = mode == 2 ? scales[series.facets[0].scale] : scales[u.series[0].scale], sy = mode == 2 ? scales[series.facets[1].scale] : scales[series.scale], l = bbox.left, t = bbox.top, w = bbox.width, h = bbox.height, H = u.valToPosH, V = u.valToPosV; return (sx.ori == 0 ? cb( series, dx, dy, sx, sy, H, V, l, t, w, h, moveToH, lineToH, rectH, arcH, bezierCurveToH, ) : cb( series, dx, dy, sx, sy, V, H, t, l, h, w, moveToV, lineToV, rectV, arcV, bezierCurveToV, ) ); } export function bandFillClipDirs(self, seriesIdx) { let fillDir = 0; // 2 bits, -1 | 1 let clipDirs = 0; let bands = ifNull(self.bands, EMPTY_ARR); for (let i = 0; i < bands.length; i++) { let b = bands[i]; // is a "from" band edge if (b.series[0] == seriesIdx) fillDir = b.dir; // is a "to" band edge else if (b.series[1] == seriesIdx) { if (b.dir == 1) clipDirs |= 1; else clipDirs |= 2; } } return [ fillDir, ( clipDirs == 1 ? -1 : // neg only clipDirs == 2 ? 1 : // pos only clipDirs == 3 ? 2 : // both 0 // neither ) ]; } export function seriesFillTo(self, seriesIdx, dataMin, dataMax, bandFillDir) { let mode = self.mode; let series = self.series[seriesIdx]; let scaleKey = mode == 2 ? series.facets[1].scale : series.scale; let scale = self.scales[scaleKey]; return ( bandFillDir == -1 ? scale.min : bandFillDir == 1 ? scale.max : scale.distr == 3 ? ( scale.dir == 1 ? scale.min : scale.max ) : 0 ); } // creates inverted band clip path (from stroke path -> yMax || yMin) // clipDir is always inverse of fillDir // default clip dir is upwards (1), since default band fill is downwards/fillBelowTo (-1) (highIdx -> lowIdx) export function clipBandLine(self, seriesIdx, idx0, idx1, strokePath, clipDir) { return orient(self, seriesIdx, (series, dataX, dataY, scaleX, scaleY, valToPosX, valToPosY, xOff, yOff, xDim, yDim) => { let pxRound = series.pxRound; const dir = scaleX.dir * (scaleX.ori == 0 ? 1 : -1); const lineTo = scaleX.ori == 0 ? lineToH : lineToV; let frIdx, toIdx; if (dir == 1) { frIdx = idx0; toIdx = idx1; } else { frIdx = idx1; toIdx = idx0; } // path start let x0 = pxRound(valToPosX(dataX[frIdx], scaleX, xDim, xOff)); let y0 = pxRound(valToPosY(dataY[frIdx], scaleY, yDim, yOff)); // path end x let x1 = pxRound(valToPosX(dataX[toIdx], scaleX, xDim, xOff)); // upper or lower y limit let yLimit = pxRound(valToPosY(clipDir == 1 ? scaleY.max : scaleY.min, scaleY, yDim, yOff)); let clip = new Path2D(strokePath); lineTo(clip, x1, yLimit); lineTo(clip, x0, yLimit); lineTo(clip, x0, y0); return clip; }); } export function clipGaps(gaps, ori, plotLft, plotTop, plotWid, plotHgt) { let clip = null; // create clip path (invert gaps and non-gaps) if (gaps.length > 0) { clip = new Path2D(); const rect = ori == 0 ? rectH : rectV; let prevGapEnd = plotLft; for (let i = 0; i < gaps.length; i++) { let g = gaps[i]; if (g[1] > g[0]) { let w = g[0] - prevGapEnd; w > 0 && rect(clip, prevGapEnd, plotTop, w, plotTop + plotHgt); prevGapEnd = g[1]; } } let w = plotLft + plotWid - prevGapEnd; // hack to ensure we expand the clip enough to avoid cutting off strokes at edges let maxStrokeWidth = 10; w > 0 && rect(clip, prevGapEnd, plotTop - maxStrokeWidth / 2, w, plotTop + plotHgt + maxStrokeWidth); } return clip; } export function addGap(gaps, fromX, toX) { let prevGap = gaps[gaps.length - 1]; if (prevGap && prevGap[0] == fromX) // TODO: gaps must be encoded at stroke widths? prevGap[1] = toX; else gaps.push([fromX, toX]); } export function findGaps(xs, ys, idx0, idx1, dir, pixelForX, align) { let gaps = []; let len = xs.length; for (let i = dir == 1 ? idx0 : idx1; i >= idx0 && i <= idx1; i += dir) { let yVal = ys[i]; if (yVal === null) { let fr = i, to = i; if (dir == 1) { while (++i <= idx1 && ys[i] === null) to = i; } else { while (--i >= idx0 && ys[i] === null) to = i; } let frPx = pixelForX(xs[fr]); let toPx = to == fr ? frPx : pixelForX(xs[to]); // if value adjacent to edge null is same pixel, then it's partially // filled and gap should start at next pixel let fri2 = fr - dir; let frPx2 = align <= 0 && fri2 >= 0 && fri2 < len ? pixelForX(xs[fri2]) : frPx; // if (frPx2 == frPx) // frPx++; // else frPx = frPx2; let toi2 = to + dir; let toPx2 = align >= 0 && toi2 >= 0 && toi2 < len ? pixelForX(xs[toi2]) : toPx; // if (toPx2 == toPx) // toPx--; // else toPx = toPx2; if (toPx >= frPx) gaps.push([frPx, toPx]); // addGap } } return gaps; } export function pxRoundGen(pxAlign) { return pxAlign == 0 ? retArg0 : pxAlign == 1 ? round : v => incrRound(v, pxAlign); } /* // inefficient linear interpolation that does bi-directinal scans on each call export function costlyLerp(i, idx0, idx1, _dirX, dataY) { let prevNonNull = nonNullIdx(dataY, _dirX == 1 ? idx0 : idx1, i, -_dirX); let nextNonNull = nonNullIdx(dataY, i, _dirX == 1 ? idx1 : idx0, _dirX); let prevVal = dataY[prevNonNull]; let nextVal = dataY[nextNonNull]; return prevVal + (i - prevNonNull) / (nextNonNull - prevNonNull) * (nextVal - prevVal); } */ function rect(ori) { let moveTo = ori == 0 ? moveToH : moveToV; let arcTo = ori == 0 ? (p, x1, y1, x2, y2, r) => { p.arcTo(x1, y1, x2, y2, r) } : (p, y1, x1, y2, x2, r) => { p.arcTo(x1, y1, x2, y2, r) }; let rect = ori == 0 ? (p, x, y, w, h) => { p.rect(x, y, w, h); } : (p, y, x, h, w) => { p.rect(x, y, w, h); }; // TODO (pending better browser support): https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect return (p, x, y, w, h, endRad = 0, baseRad = 0) => { if (endRad == 0 && baseRad == 0) rect(p, x, y, w, h); else { endRad = min(endRad, w / 2, h / 2); baseRad = min(baseRad, w / 2, h / 2); // adapted from https://stackoverflow.com/questions/1255512/how-to-draw-a-rounded-rectangle-using-html-canvas/7838871#7838871 moveTo(p, x + endRad, y); arcTo(p, x + w, y, x + w, y + h, endRad); arcTo(p, x + w, y + h, x, y + h, baseRad); arcTo(p, x, y + h, x, y, baseRad); arcTo(p, x, y, x + w, y, endRad); p.closePath(); } }; } // orientation-inverting canvas functions export const moveToH = (p, x, y) => { p.moveTo(x, y); } export const moveToV = (p, y, x) => { p.moveTo(x, y); } export const lineToH = (p, x, y) => { p.lineTo(x, y); } export const lineToV = (p, y, x) => { p.lineTo(x, y); } export const rectH = rect(0); export const rectV = rect(1); export const arcH = (p, x, y, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); } export const arcV = (p, y, x, r, startAngle, endAngle) => { p.arc(x, y, r, startAngle, endAngle); } export const bezierCurveToH = (p, bp1x, bp1y, bp2x, bp2y, p2x, p2y) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; export const bezierCurveToV = (p, bp1y, bp1x, bp2y, bp2x, p2y, p2x) => { p.bezierCurveTo(bp1x, bp1y, bp2x, bp2y, p2x, p2y); }; ================================================ FILE: src/strings.js ================================================ export const WIDTH = "width"; export const HEIGHT = "height"; export const TOP = "top"; export const BOTTOM = "bottom"; export const LEFT = "left"; export const RIGHT = "right"; export const hexBlack = "#000"; export const transparent = hexBlack + "0"; export const mousemove = "mousemove"; export const mousedown = "mousedown"; export const mouseup = "mouseup"; export const mouseenter = "mouseenter"; export const mouseleave = "mouseleave"; export const dblclick = "dblclick"; export const resize = "resize"; export const scroll = "scroll"; export const change = "change"; export const dppxchange = "dppxchange"; export const LEGEND_DISP = "--"; ================================================ FILE: src/sync.js ================================================ export const syncs = {}; export function _sync(key, opts) { let s = syncs[key]; if (!s) { s = { key, plots: [], sub(plot) { s.plots.push(plot); }, unsub(plot) { s.plots = s.plots.filter(c => c != plot); }, pub(type, self, x, y, w, h, i) { for (let j = 0; j < s.plots.length; j++) s.plots[j] != self && s.plots[j].pub(type, self, x, y, w, h, i); }, }; if (key != null) syncs[key] = s; } return s; } ================================================ FILE: src/uPlot.css ================================================ .uplot, .uplot *, .uplot *::before, .uplot *::after { box-sizing: border-box; } .uplot { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; width: min-content; } .u-title { text-align: center; font-size: 18px; font-weight: bold; } .u-wrap { position: relative; user-select: none; } .u-over, .u-under { position: absolute; } .u-under { overflow: hidden; } .uplot canvas { display: block; position: relative; width: 100%; height: 100%; } .u-axis { position: absolute; } .u-legend { font-size: 14px; margin: auto; text-align: center; } .u-inline { display: block; } .u-inline * { display: inline-block; } .u-inline tr { margin-right: 16px; } .u-legend th { font-weight: 600; } .u-legend th > * { vertical-align: middle; display: inline-block; } .u-legend .u-marker { width: 1em; height: 1em; margin-right: 4px; background-clip: padding-box !important; } .u-inline.u-live th::after { content: ":"; vertical-align: middle; } .u-inline:not(.u-live) .u-value { display: none; } .u-series > * { padding: 4px; } .u-series th { cursor: pointer; } .u-legend .u-off > * { opacity: 0.3; } .u-select { background: rgba(0,0,0,0.07); position: absolute; pointer-events: none; } .u-cursor-x, .u-cursor-y { position: absolute; left: 0; top: 0; pointer-events: none; will-change: transform; } .u-hz .u-cursor-x, .u-vt .u-cursor-y { height: 100%; border-right: 1px dashed #607D8B; } .u-hz .u-cursor-y, .u-vt .u-cursor-x { width: 100%; border-bottom: 1px dashed #607D8B; } .u-cursor-pt { position: absolute; top: 0; left: 0; border-radius: 50%; border: 0 solid; pointer-events: none; will-change: transform; /* this has to be !important since we set inline "background" shorthand */ background-clip: padding-box !important; } .u-axis.u-off, .u-select.u-off, .u-cursor-x.u-off, .u-cursor-y.u-off, .u-cursor-pt.u-off { display: none; } ================================================ FILE: src/uPlot.js ================================================ import { FEAT_TIME, FEAT_LEGEND, FEAT_POINTS, FEAT_PATHS, FEAT_PATHS_LINEAR, FEAT_PATHS_SPLINE, FEAT_PATHS_SPLINE2, FEAT_PATHS_STEPPED, FEAT_PATHS_BARS, FEAT_JOIN, } from './feats'; import { copy, assign, PI, inf, abs, floor, round, roundDec, ceil, min, max, clamp, pow, asinh, sinh, log10, closestIdx, getMinMax, rangeNum, rangeLog, rangeAsinh, incrRound, incrRoundUp, isArr, isObj, fastIsObj, isStr, fnOrSelf, fmtNum, fixedDec, ifNull, join, microTask, retArg0, retArg1, retNull, retTrue, EMPTY_OBJ, EMPTY_ARR, nullNullTuple, retEq, autoRangePart, rangePad, hasData, numIntDigits, isUndef, guessDec, cmpObj, isFn, } from './utils'; import { WIDTH, HEIGHT, TOP, BOTTOM, LEFT, RIGHT, transparent, mousemove, mousedown, mouseup, mouseleave, mouseenter, dblclick, resize, scroll, dppxchange, LEGEND_DISP } from './strings'; import { UPLOT, ORI_HZ, ORI_VT, TITLE, WRAP, UNDER, OVER, AXIS, OFF, SELECT, CURSOR_X, CURSOR_Y, CURSOR_PT, LEGEND, LEGEND_LIVE, LEGEND_INLINE, LEGEND_SERIES, LEGEND_MARKER, LEGEND_LABEL, LEGEND_VALUE, } from './domClasses'; import { domEnv, doc, win, pxRatio as pxRatioGlobal, addClass, remClass, setStylePx, placeTag, placeDiv, elTrans, elColor, elSize, on, off, } from './dom'; import { fmtDate, tzDate, } from './fmtDate'; import { ptDia, cursorOpts, xAxisOpts, yAxisOpts, xSeriesOpts, ySeriesOpts, xScaleOpts, yScaleOpts, xySeriesOpts, clampScale, timeIncrsMs, timeIncrsS, wholeIncrs, numIncrs, timeAxisVal, timeAxisVals, numAxisVals, log2AxisValsFilt, log10AxisValsFilt, timeSeriesVal, numSeriesVal, timeSeriesLabel, numSeriesLabel, timeAxisSplitsMs, timeAxisSplitsS, numAxisSplits, logAxisSplits, asinhAxisSplits, timeAxisStamps, _timeAxisStampsMs, _timeAxisStampsS, timeSeriesStamp, _timeSeriesStamp, legendOpts, } from './opts'; import { _sync } from './sync'; import { points } from './paths/points'; import { linear } from './paths/linear'; import { stepped } from './paths/stepped'; import { bars } from './paths/bars'; import { monotoneCubic as spline } from './paths/monotoneCubic'; import { catmullRomCentrip as spline2 } from './paths/catmullRomCentrip'; import { addGap, clipGaps, moveToH, moveToV, arcH, arcV, orient, pxRoundGen, seriesFillTo, BAND_CLIP_FILL, BAND_CLIP_STROKE } from './paths/utils'; function log(name, args) { console.log.apply(console, [name].concat(Array.prototype.slice.call(args))); } const cursorPlots = new Set(); function invalidateRects() { for (let u of cursorPlots) u.syncRect(true); } if (domEnv) { on(resize, win, invalidateRects); on(scroll, win, invalidateRects, true); on(dppxchange, win, () => { uPlot.pxRatio = pxRatioGlobal; }); } const linearPath = FEAT_PATHS && FEAT_PATHS_LINEAR ? linear() : null; const pointsPath = FEAT_POINTS ? points() : null; function setDefaults(d, xo, yo, initY) { let d2 = initY ? [d[0], d[1]].concat(d.slice(2)) : [d[0]].concat(d.slice(1)); return d2.map((o, i) => setDefault(o, i, xo, yo)); } function setDefaults2(d, xyo) { return d.map((o, i) => i == 0 ? {} : assign({}, xyo, o)); // todo: assign() will not merge facet arrays } function setDefault(o, i, xo, yo) { return assign({}, (i == 0 ? xo : yo), o); } function snapNumX(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : [dataMin, dataMax]; } const snapTimeX = snapNumX; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value function snapNumY(self, dataMin, dataMax) { return dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, rangePad, true); } function snapLogY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeLog(dataMin, dataMax, self.scales[scale].log, true); } const snapLogX = snapLogY; function snapAsinhY(self, dataMin, dataMax, scale) { return dataMin == null ? nullNullTuple : rangeAsinh(dataMin, dataMax, self.scales[scale].log, true); } const snapAsinhX = snapAsinhY; // dim is logical (getClientBoundingRect) pixels, not canvas pixels function findIncr(minVal, maxVal, incrs, dim, minSpace) { let intDigits = max(numIntDigits(minVal), numIntDigits(maxVal)); let delta = maxVal - minVal; let incrIdx = closestIdx((minSpace / dim) * delta, incrs); do { let foundIncr = incrs[incrIdx]; let foundSpace = dim * foundIncr / delta; if (foundSpace >= minSpace && intDigits + (foundIncr < 5 ? fixedDec.get(foundIncr) : 0) <= 17) return [foundIncr, foundSpace]; } while (++incrIdx < incrs.length); return [0, 0]; } function pxRatioFont(font, pxRatio) { let fontSize, fontSizeCss; font = font.replace(/(\d+)px/, (m, p1) => (fontSize = round((fontSizeCss = +p1) * pxRatio)) + 'px'); return [font, fontSize, fontSizeCss]; } function syncFontSize(axis, pxRatio) { if (axis.show) { [axis.font, axis.labelFont].forEach(f => { let size = roundDec(f[2] * pxRatio, 1); f[0] = f[0].replace(/[0-9.]+px/, size + 'px'); f[1] = size; }); } } export default function uPlot(opts, data, then) { let pxRatio = opts.pxRatio ?? pxRatioGlobal; function setPxRatio(_pxRatio) { pxRatio = self.pxRatio = (_pxRatio ?? pxRatioGlobal); axes.forEach(axis => syncFontSize(axis, pxRatio)); _setSize(self.width, self.height, true); } const self = { mode: ifNull(opts.mode, 1), pxRatio, setPxRatio, }; self.setPxRatio = setPxRatio; const mode = self.mode; function getHPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? (1 - pct) : pct); } function getVPos(val, scale, dim, off) { let pct = scale.valToPct(val); return off + dim * (scale.dir == -1 ? pct : (1 - pct)); } function getPos(val, scale, dim, off) { return scale.ori == 0 ? getHPos(val, scale, dim, off) : getVPos(val, scale, dim, off); } self.valToPosH = getHPos; self.valToPosV = getVPos; let ready = false; self.status = 0; const root = self.root = placeDiv(UPLOT); if (opts.id != null) root.id = opts.id; addClass(root, opts.class); if (opts.title) { let title = placeDiv(TITLE, root); title.textContent = opts.title; } const can = placeTag("canvas"); const ctx = self.ctx = can.getContext("2d"); const wrap = placeDiv(WRAP, root); on("click", wrap, e => { if (e.target === over) { let didDrag = mouseLeft1 != mouseLeft0 || mouseTop1 != mouseTop0; didDrag && drag.click(self, e); } }, true); const under = self.under = placeDiv(UNDER, wrap); wrap.appendChild(can); const over = self.over = placeDiv(OVER, wrap); opts = copy(opts); const usePathCache = opts.cache ?? true; const pxAlign = +ifNull(opts.pxAlign, 1); const pxRound = pxRoundGen(pxAlign); (opts.plugins || []).forEach(p => { if (p.opts) opts = p.opts(self, opts) || opts; }); const ms = opts.ms || 1e-3; const series = self.series = mode == 1 ? setDefaults(opts.series || [], xSeriesOpts, ySeriesOpts, false) : setDefaults2(opts.series || [null], xySeriesOpts); const axes = self.axes = setDefaults(opts.axes || [], xAxisOpts, yAxisOpts, true); const scales = self.scales = {}; const bands = self.bands = opts.bands || []; bands.forEach(b => { b.fill = fnOrSelf(b.fill || null); b.dir = ifNull(b.dir, -1); }); const xScaleKey = mode == 2 ? series[1].facets[0].scale : series[0].scale; const drawOrderMap = { axes: drawAxesGrid, series: drawSeries, }; const drawOrder = (opts.drawOrder || ["axes", "series"]).map(key => drawOrderMap[key]); function initValToPct(sc) { const getVal = ( sc.distr == 3 ? val => log10(val > 0 ? val : sc.clamp(self, val, sc.min, sc.max, sc.key)) : sc.distr == 4 ? val => asinh(val, sc.asinh) : sc.distr == 100 ? val => sc.fwd(val) : val => val ); return val => { let _val = getVal(val); let { _min, _max } = sc; let delta = _max - _min; return (_val - _min) / delta; }; } function initScale(scaleKey) { let sc = scales[scaleKey]; if (sc == null) { let scaleOpts = (opts.scales || EMPTY_OBJ)[scaleKey] || EMPTY_OBJ; if (scaleOpts.from != null) { // ensure parent is initialized initScale(scaleOpts.from); // dependent scales inherit let sc = assign({}, scales[scaleOpts.from], scaleOpts, {key: scaleKey}); sc.valToPct = initValToPct(sc); scales[scaleKey] = sc; } else { sc = scales[scaleKey] = assign({}, (scaleKey == xScaleKey ? xScaleOpts : yScaleOpts), scaleOpts); sc.key = scaleKey; let isTime = FEAT_TIME && sc.time; let rn = sc.range; let rangeIsArr = isArr(rn); if (scaleKey != xScaleKey || (mode == 2 && !isTime)) { // if range array has null limits, it should be auto if (rangeIsArr && (rn[0] == null || rn[1] == null)) { rn = { min: rn[0] == null ? autoRangePart : { mode: 1, hard: rn[0], soft: rn[0], }, max: rn[1] == null ? autoRangePart : { mode: 1, hard: rn[1], soft: rn[1], }, }; rangeIsArr = false; } if (!rangeIsArr && isObj(rn)) { let cfg = rn; // this is similar to snapNumY rn = (self, dataMin, dataMax) => dataMin == null ? nullNullTuple : rangeNum(dataMin, dataMax, cfg); } } sc.range = fnOrSelf(rn || (isTime ? snapTimeX : scaleKey == xScaleKey ? (sc.distr == 3 ? snapLogX : sc.distr == 4 ? snapAsinhX : snapNumX) : (sc.distr == 3 ? snapLogY : sc.distr == 4 ? snapAsinhY : snapNumY) )); sc.auto = fnOrSelf(rangeIsArr ? false : sc.auto); sc.clamp = fnOrSelf(sc.clamp || clampScale); // caches for expensive ops like asinh() & log() sc._min = sc._max = null; sc.valToPct = initValToPct(sc); } } } initScale("x"); initScale("y"); // TODO: init scales from facets in mode: 2 if (mode == 1) { series.forEach(s => { initScale(s.scale); }); } axes.forEach(a => { initScale(a.scale); }); for (let k in opts.scales) initScale(k); const scaleX = scales[xScaleKey]; const xScaleDistr = scaleX.distr; let valToPosX, valToPosY, moveTo, arc, xDimCan, xOffCan, yDimCan, yOffCan, xDimCss, xOffCss, yDimCss, yOffCss, updOriDims; if (scaleX.ori == 0) { addClass(root, ORI_HZ); valToPosX = getHPos; valToPosY = getVPos; moveTo = moveToH; arc = arcH; /* updOriDims = () => { xDimCan = plotWid; xOffCan = plotLft; yDimCan = plotHgt; yOffCan = plotTop; xDimCss = plotWidCss; xOffCss = plotLftCss; yDimCss = plotHgtCss; yOffCss = plotTopCss; }; */ } else { addClass(root, ORI_VT); valToPosX = getVPos; valToPosY = getHPos; moveTo = moveToV; arc = arcV; /* updOriDims = () => { xDimCan = plotHgt; xOffCan = plotTop; yDimCan = plotWid; yOffCan = plotLft; xDimCss = plotHgtCss; xOffCss = plotTopCss; yDimCss = plotWidCss; yOffCss = plotLftCss; }; */ } const pendScales = {}; // explicitly-set initial scales for (let k in scales) { let sc = scales[k]; if (sc.min != null || sc.max != null) { pendScales[k] = {min: sc.min, max: sc.max}; sc.min = sc.max = null; } } // self.tz = opts.tz || Intl.DateTimeFormat().resolvedOptions().timeZone; const _tzDate = FEAT_TIME && (opts.tzDate || (ts => new Date(round(ts / ms)))); const _fmtDate = FEAT_TIME && (opts.fmtDate || fmtDate); const _timeAxisSplits = FEAT_TIME && (ms == 1 ? timeAxisSplitsMs(_tzDate) : timeAxisSplitsS(_tzDate)); const _timeAxisVals = FEAT_TIME && timeAxisVals(_tzDate, timeAxisStamps((ms == 1 ? _timeAxisStampsMs : _timeAxisStampsS), _fmtDate)); const _timeSeriesVal = FEAT_TIME && timeSeriesVal(_tzDate, timeSeriesStamp(_timeSeriesStamp, _fmtDate)); const activeIdxs = []; const legend = FEAT_LEGEND && (self.legend = assign({}, legendOpts, opts.legend)); const cursor = (self.cursor = assign({}, cursorOpts, {drag: {y: mode == 2}}, opts.cursor)); const showLegend = FEAT_LEGEND && legend.show; const showCursor = cursor.show; const markers = FEAT_LEGEND && legend.markers; if (FEAT_LEGEND) { legend.idxs = activeIdxs; markers.width = fnOrSelf(markers.width); markers.dash = fnOrSelf(markers.dash); markers.stroke = fnOrSelf(markers.stroke); markers.fill = fnOrSelf(markers.fill); } let legendTable; let legendHead; let legendBody; let legendRows = []; let legendCells = []; let legendCols; let multiValLegend = false; let NULL_LEGEND_VALUES = {}; if (FEAT_LEGEND && legend.live) { const getMultiVals = series[1] ? series[1].values : null; multiValLegend = getMultiVals != null; legendCols = multiValLegend ? getMultiVals(self, 1, 0) : {_: 0}; for (let k in legendCols) NULL_LEGEND_VALUES[k] = LEGEND_DISP; } if (showLegend) { legendTable = placeTag("table", LEGEND, root); legendBody = placeTag("tbody", null, legendTable); // allows legend to be moved out of root legend.mount(self, legendTable); if (multiValLegend) { legendHead = placeTag("thead", null, legendTable, legendBody); let head = placeTag("tr", null, legendHead); placeTag("th", null, head); for (var key in legendCols) placeTag("th", LEGEND_LABEL, head).textContent = key; } else { addClass(legendTable, LEGEND_INLINE); legend.live && addClass(legendTable, LEGEND_LIVE); } } const son = {show: true}; const soff = {show: false}; function initLegendRow(s, i) { if (i == 0 && (multiValLegend || !legend.live || mode == 2)) return nullNullTuple; let cells = []; let row = placeTag("tr", LEGEND_SERIES, legendBody, legendBody.childNodes[i]); addClass(row, s.class); if (!s.show) addClass(row, OFF); let label = placeTag("th", null, row); if (markers.show) { let indic = placeDiv(LEGEND_MARKER, label); if (i > 0) { let width = markers.width(self, i); if (width) indic.style.border = width + "px " + markers.dash(self, i) + " " + markers.stroke(self, i); indic.style.background = markers.fill(self, i); } } let text = placeDiv(LEGEND_LABEL, label); if (s.label instanceof HTMLElement) text.appendChild(s.label); else text.textContent = s.label; if (i > 0) { if (!markers.show) text.style.color = s.width > 0 ? markers.stroke(self, i) : markers.fill(self, i); onMouse("click", label, e => { if (cursor._lock) return; setCursorEvent(e); let seriesIdx = series.indexOf(s); if ((e.ctrlKey || e.metaKey) != legend.isolate) { // if any other series is shown, isolate this one. else show all let isolate = series.some((s, i) => i > 0 && i != seriesIdx && s.show); series.forEach((s, i) => { i > 0 && setSeries(i, isolate ? (i == seriesIdx ? son : soff) : son, true, syncOpts.setSeries); }); } else setSeries(seriesIdx, {show: !s.show}, true, syncOpts.setSeries); }, false); if (cursorFocus) { onMouse(mouseenter, label, e => { if (cursor._lock) return; setCursorEvent(e); setSeries(series.indexOf(s), FOCUS_TRUE, true, syncOpts.setSeries); }, false); } } for (var key in legendCols) { let v = placeTag("td", LEGEND_VALUE, row); v.textContent = "--"; cells.push(v); } return [row, cells]; } const mouseListeners = new Map(); function onMouse(ev, targ, fn, onlyTarg = true) { const targListeners = mouseListeners.get(targ) || {}; const listener = cursor.bind[ev](self, targ, fn, onlyTarg); if (listener) { on(ev, targ, targListeners[ev] = listener); mouseListeners.set(targ, targListeners); } } function offMouse(ev, targ, fn) { const targListeners = mouseListeners.get(targ) || {}; for (let k in targListeners) { if (ev == null || k == ev) { off(k, targ, targListeners[k]); delete targListeners[k]; } } if (ev == null) mouseListeners.delete(targ); } let fullWidCss = 0; let fullHgtCss = 0; let plotWidCss = 0; let plotHgtCss = 0; // plot margins to account for axes let plotLftCss = 0; let plotTopCss = 0; // previous values for diffing let _plotLftCss = plotLftCss; let _plotTopCss = plotTopCss; let _plotWidCss = plotWidCss; let _plotHgtCss = plotHgtCss; let plotLft = 0; let plotTop = 0; let plotWid = 0; let plotHgt = 0; self.bbox = {}; let shouldSetScales = false; let shouldSetSize = false; let shouldConvergeSize = false; let shouldSetCursor = false; let shouldSetSelect = false; let shouldSetLegend = false; function _setSize(width, height, force) { if (force || (width != self.width || height != self.height)) calcSize(width, height); resetYSeries(false); shouldConvergeSize = true; shouldSetSize = true; commit(); } function calcSize(width, height) { // log("calcSize()", arguments); self.width = fullWidCss = plotWidCss = width; self.height = fullHgtCss = plotHgtCss = height; plotLftCss = plotTopCss = 0; calcPlotRect(); calcAxesRects(); let bb = self.bbox; plotLft = bb.left = incrRound(plotLftCss * pxRatio, 0.5); plotTop = bb.top = incrRound(plotTopCss * pxRatio, 0.5); plotWid = bb.width = incrRound(plotWidCss * pxRatio, 0.5); plotHgt = bb.height = incrRound(plotHgtCss * pxRatio, 0.5); // updOriDims(); } // ensures size calc convergence const CYCLE_LIMIT = 3; function convergeSize() { let converged = false; let cycleNum = 0; while (!converged) { cycleNum++; let axesConverged = axesCalc(cycleNum); let paddingConverged = paddingCalc(cycleNum); converged = cycleNum == CYCLE_LIMIT || (axesConverged && paddingConverged); if (!converged) { calcSize(self.width, self.height); shouldSetSize = true; } } } function setSize({width, height}) { _setSize(width, height); } self.setSize = setSize; // accumulate axis offsets, reduce canvas width function calcPlotRect() { // easements for edge labels let hasTopAxis = false; let hasBtmAxis = false; let hasRgtAxis = false; let hasLftAxis = false; axes.forEach((axis, i) => { if (axis.show && axis._show) { let {side, _size} = axis; let isVt = side % 2; let labelSize = axis.label != null ? axis.labelSize : 0; let fullSize = _size + labelSize; if (fullSize > 0) { if (isVt) { plotWidCss -= fullSize; if (side == 3) { plotLftCss += fullSize; hasLftAxis = true; } else hasRgtAxis = true; } else { plotHgtCss -= fullSize; if (side == 0) { plotTopCss += fullSize; hasTopAxis = true; } else hasBtmAxis = true; } } } }); sidesWithAxes[0] = hasTopAxis; sidesWithAxes[1] = hasRgtAxis; sidesWithAxes[2] = hasBtmAxis; sidesWithAxes[3] = hasLftAxis; // hz padding plotWidCss -= _padding[1] + _padding[3]; plotLftCss += _padding[3]; // vt padding plotHgtCss -= _padding[2] + _padding[0]; plotTopCss += _padding[0]; } function calcAxesRects() { // will accum + let off1 = plotLftCss + plotWidCss; let off2 = plotTopCss + plotHgtCss; // will accum - let off3 = plotLftCss; let off0 = plotTopCss; function incrOffset(side, size) { switch (side) { case 1: off1 += size; return off1 - size; case 2: off2 += size; return off2 - size; case 3: off3 -= size; return off3 + size; case 0: off0 -= size; return off0 + size; } } axes.forEach((axis, i) => { if (axis.show && axis._show) { let side = axis.side; axis._pos = incrOffset(side, axis._size); if (axis.label != null) axis._lpos = incrOffset(side, axis.labelSize); } }); } if (cursor.dataIdx == null) { let hov = cursor.hover; let skip = hov.skip = new Set(hov.skip ?? []); skip.add(void 0); // alignment artifacts let prox = hov.prox = fnOrSelf(hov.prox); let bias = hov.bias ??= 0; cursor.dataIdx = (self, seriesIdx, cursorIdx, valAtPosX) => { if (seriesIdx == 0) return cursorIdx; let idx2 = cursorIdx; let _prox = prox(self, seriesIdx, cursorIdx, valAtPosX) ?? inf; let withProx = _prox >= 0 && _prox < inf; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let cursorLft = cursor.left; let xValues = data[0]; let yValues = data[seriesIdx]; if (skip.has(yValues[cursorIdx])) { idx2 = null; let nonNullLft = null, nonNullRgt = null, j; if (bias == 0 || bias == -1) { j = cursorIdx; while (nonNullLft == null && --j >= i0) { if (!skip.has(yValues[j])) nonNullLft = j; } } if (bias == 0 || bias == 1) { j = cursorIdx; while (nonNullRgt == null && ++j <= i1) { if (!skip.has(yValues[j])) nonNullRgt = j; } } if (nonNullLft != null || nonNullRgt != null) { if (withProx) { let lftPos = nonNullLft == null ? -Infinity : valToPosX(xValues[nonNullLft], scaleX, xDim, 0); let rgtPos = nonNullRgt == null ? Infinity : valToPosX(xValues[nonNullRgt], scaleX, xDim, 0); let lftDelta = cursorLft - lftPos; let rgtDelta = rgtPos - cursorLft; if (lftDelta <= rgtDelta) { if (lftDelta <= _prox) idx2 = nonNullLft; } else { if (rgtDelta <= _prox) idx2 = nonNullRgt; } } else { idx2 = nonNullRgt == null ? nonNullLft : nonNullLft == null ? nonNullRgt : cursorIdx - nonNullLft <= nonNullRgt - cursorIdx ? nonNullLft : nonNullRgt; } } } else if (withProx) { let dist = abs(cursorLft - valToPosX(xValues[cursorIdx], scaleX, xDim, 0)); if (dist > _prox) idx2 = null; } return idx2; }; } const setCursorEvent = e => { cursor.event = e; }; cursor.idxs = activeIdxs; cursor._lock = false; let points = cursor.points; points.show = fnOrSelf(points.show); points.size = fnOrSelf(points.size); points.stroke = fnOrSelf(points.stroke); points.width = fnOrSelf(points.width); points.fill = fnOrSelf(points.fill); const focus = self.focus = assign({}, opts.focus || {alpha: 0.3}, cursor.focus); const cursorFocus = focus.prox >= 0; const cursorOnePt = cursorFocus && points.one; // series-intersection markers let cursorPts = []; // position caches in CSS pixels let cursorPtsLft = []; let cursorPtsTop = []; function initCursorPt(s, si) { let pt = points.show(self, si); if (pt instanceof HTMLElement) { addClass(pt, CURSOR_PT); addClass(pt, s.class); elTrans(pt, -10, -10, plotWidCss, plotHgtCss); over.insertBefore(pt, cursorPts[si]); return pt; } } function initSeries(s, i) { if (mode == 1 || i > 0) { let isTime = FEAT_TIME && mode == 1 && scales[s.scale].time; let sv = s.value; s.value = isTime ? (isStr(sv) ? timeSeriesVal(_tzDate, timeSeriesStamp(sv, _fmtDate)) : sv || _timeSeriesVal) : sv || numSeriesVal; s.label = s.label || (isTime ? timeSeriesLabel : numSeriesLabel); } if (cursorOnePt || i > 0) { s.width = s.width == null ? 1 : s.width; s.paths = s.paths || linearPath || retNull; s.fillTo = fnOrSelf(s.fillTo || seriesFillTo); s.pxAlign = +ifNull(s.pxAlign, pxAlign); s.pxRound = pxRoundGen(s.pxAlign); s.stroke = fnOrSelf(s.stroke || null); s.fill = fnOrSelf(s.fill || null); s._stroke = s._fill = s._paths = s._focus = null; let _ptDia = ptDia(max(1, s.width), 1); let points = s.points = assign({}, { size: _ptDia, width: max(1, _ptDia * .2), stroke: s.stroke, space: _ptDia * 2, paths: pointsPath, _stroke: null, _fill: null, }, s.points); points.show = fnOrSelf(points.show); points.filter = fnOrSelf(points.filter); points.fill = fnOrSelf(points.fill); points.stroke = fnOrSelf(points.stroke); points.paths = fnOrSelf(points.paths); points.pxAlign = s.pxAlign; } if (showLegend) { let rowCells = initLegendRow(s, i); legendRows.splice(i, 0, rowCells[0]); legendCells.splice(i, 0, rowCells[1]); legend.values.push(null); // NULL_LEGEND_VALS not yet avil here :( } if (showCursor) { activeIdxs.splice(i, 0, null); let pt = null; if (cursorOnePt) { if (i == 0) pt = initCursorPt(s, i); } else if (i > 0) pt = initCursorPt(s, i); cursorPts.splice(i, 0, pt); cursorPtsLft.splice(i, 0, 0); cursorPtsTop.splice(i, 0, 0); } fire("addSeries", i); } function addSeries(opts, si) { si = si == null ? series.length : si; opts = mode == 1 ? setDefault(opts, si, xSeriesOpts, ySeriesOpts) : setDefault(opts, si, {}, xySeriesOpts); series.splice(si, 0, opts); initSeries(series[si], si); } self.addSeries = addSeries; function delSeries(i) { series.splice(i, 1); if (showLegend) { legend.values.splice(i, 1); legendCells.splice(i, 1); let tr = legendRows.splice(i, 1)[0]; offMouse(null, tr.firstChild); tr.remove(); } if (showCursor) { activeIdxs.splice(i, 1); cursorPts.splice(i, 1)[0].remove(); cursorPtsLft.splice(i, 1); cursorPtsTop.splice(i, 1); } // TODO: de-init no-longer-needed scales? fire("delSeries", i); } self.delSeries = delSeries; const sidesWithAxes = [false, false, false, false]; function initAxis(axis, i) { axis._show = axis.show; if (axis.show) { let isVt = axis.side % 2; let sc = scales[axis.scale]; // this can occur if all series specify non-default scales if (sc == null) { axis.scale = isVt ? series[1].scale : xScaleKey; sc = scales[axis.scale]; } // also set defaults for incrs & values based on axis distr let isTime = FEAT_TIME && sc.time; axis.size = fnOrSelf(axis.size); axis.space = fnOrSelf(axis.space); axis.rotate = fnOrSelf(axis.rotate); if (isArr(axis.incrs)) { axis.incrs.forEach(incr => { !fixedDec.has(incr) && fixedDec.set(incr, guessDec(incr)); }); } axis.incrs = fnOrSelf(axis.incrs || ( sc.distr == 2 ? wholeIncrs : (isTime ? (ms == 1 ? timeIncrsMs : timeIncrsS) : numIncrs))); axis.splits = fnOrSelf(axis.splits || (isTime && sc.distr == 1 ? _timeAxisSplits : sc.distr == 3 ? logAxisSplits : sc.distr == 4 ? asinhAxisSplits : numAxisSplits)); axis.stroke = fnOrSelf(axis.stroke); axis.grid.stroke = fnOrSelf(axis.grid.stroke); axis.ticks.stroke = fnOrSelf(axis.ticks.stroke); axis.border.stroke = fnOrSelf(axis.border.stroke); let av = axis.values; axis.values = ( // static array of tick values isArr(av) && !isArr(av[0]) ? fnOrSelf(av) : // temporal isTime ? ( // config array of fmtDate string tpls isArr(av) ? timeAxisVals(_tzDate, timeAxisStamps(av, _fmtDate)) : // fmtDate string tpl isStr(av) ? timeAxisVal(_tzDate, av) : av || _timeAxisVals ) : av || numAxisVals ); axis.filter = fnOrSelf(axis.filter || ( sc.distr >= 3 && sc.log == 10 ? log10AxisValsFilt : sc.distr == 3 && sc.log == 2 ? log2AxisValsFilt : retArg1)); axis.font = pxRatioFont(axis.font, pxRatio); axis.labelFont = pxRatioFont(axis.labelFont, pxRatio); axis._size = axis.size(self, null, i, 0); axis._space = axis._rotate = axis._incrs = axis._found = // foundIncrSpace axis._splits = axis._values = null; if (axis._size > 0) { sidesWithAxes[i] = true; axis._el = placeDiv(AXIS, wrap); } // debug // axis._el.style.background = "#" + Math.floor(Math.random()*16777215).toString(16) + '80'; } } function autoPadSide(self, side, sidesWithAxes, cycleNum) { let [hasTopAxis, hasRgtAxis, hasBtmAxis, hasLftAxis] = sidesWithAxes; let ori = side % 2; let size = 0; if (ori == 0 && (hasLftAxis || hasRgtAxis)) size = (side == 0 && !hasTopAxis || side == 2 && !hasBtmAxis ? round(xAxisOpts.size / 3) : 0); if (ori == 1 && (hasTopAxis || hasBtmAxis)) size = (side == 1 && !hasRgtAxis || side == 3 && !hasLftAxis ? round(yAxisOpts.size / 2) : 0); return size; } const padding = self.padding = (opts.padding || [autoPadSide,autoPadSide,autoPadSide,autoPadSide]).map(p => fnOrSelf(ifNull(p, autoPadSide))); const _padding = self._padding = padding.map((p, i) => p(self, i, sidesWithAxes, 0)); let dataLen; // rendered data window let i0 = null; let i1 = null; const idxs = mode == 1 ? series[0].idxs : null; let data0 = null; let viaAutoScaleX = false; function setData(_data, _resetScales) { data = _data == null ? [] : _data; self.data = self._data = data; if (mode == 2) { dataLen = 0; for (let i = 1; i < series.length; i++) dataLen += data[i][0].length; } else { if (data.length == 0) self.data = self._data = data = [[]]; data0 = data[0]; dataLen = data0.length; let scaleData = data; if (xScaleDistr == 2) { scaleData = data.slice(); let _data0 = scaleData[0] = Array(dataLen); for (let i = 0; i < dataLen; i++) _data0[i] = i; } self._data = data = scaleData; } resetYSeries(true); fire("setData"); // forces x axis tick values to re-generate when neither x scale nor y scale changes // in ordinal mode, scale range is by index, so will not change if new data has same length, but tick values are from data if (xScaleDistr == 2) { shouldConvergeSize = true; /* or somewhat cheaper, and uglier: if (ready) { // logic extracted from axesCalc() let i = 0; let axis = axes[i]; let _splits = axis._splits.map(i => data0[i]); let [_incr, _space] = axis._found; let incr = data0[_splits[1]] - data0[_splits[0]]; axis._values = axis.values(self, axis.filter(self, _splits, i, _space, incr), i, _space, incr); } */ } if (_resetScales !== false) { let xsc = scaleX; if (xsc.auto(self, viaAutoScaleX)) autoScaleX(); else _setScale(xScaleKey, xsc.min, xsc.max); shouldSetCursor = shouldSetCursor || cursor.left >= 0; shouldSetLegend = true; commit(); } } self.setData = setData; function autoScaleX() { viaAutoScaleX = true; let _min, _max; if (mode == 1) { if (dataLen > 0) { i0 = idxs[0] = 0; i1 = idxs[1] = dataLen - 1; _min = data[0][i0]; _max = data[0][i1]; if (xScaleDistr == 2) { _min = i0; _max = i1; } else if (_min == _max) { if (xScaleDistr == 3) [_min, _max] = rangeLog(_min, _min, scaleX.log, false); else if (xScaleDistr == 4) [_min, _max] = rangeAsinh(_min, _min, scaleX.log, false); else if (scaleX.time) _max = _min + round(86400 / ms); else [_min, _max] = rangeNum(_min, _max, rangePad, true); } } else { i0 = idxs[0] = _min = null; i1 = idxs[1] = _max = null; } } _setScale(xScaleKey, _min, _max); } let ctxStroke, ctxFill, ctxWidth, ctxDash, ctxJoin, ctxCap, ctxFont, ctxAlign, ctxBaseline; let ctxAlpha; function setCtxStyle(stroke, width, dash, cap, fill, join) { stroke ??= transparent; dash ??= EMPTY_ARR; cap ??= "butt"; // (‿|‿) fill ??= transparent; join ??= "round"; if (stroke != ctxStroke) ctx.strokeStyle = ctxStroke = stroke; if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (width != ctxWidth) ctx.lineWidth = ctxWidth = width; if (join != ctxJoin) ctx.lineJoin = ctxJoin = join; if (cap != ctxCap) ctx.lineCap = ctxCap = cap; if (dash != ctxDash) ctx.setLineDash(ctxDash = dash); } function setFontStyle(font, fill, align, baseline) { if (fill != ctxFill) ctx.fillStyle = ctxFill = fill; if (font != ctxFont) ctx.font = ctxFont = font; if (align != ctxAlign) ctx.textAlign = ctxAlign = align; if (baseline != ctxBaseline) ctx.textBaseline = ctxBaseline = baseline; } function accScale(wsc, psc, facet, data, sorted = 0) { if (data.length > 0 && wsc.auto(self, viaAutoScaleX) && (psc == null || psc.min == null)) { let _i0 = ifNull(i0, 0); let _i1 = ifNull(i1, data.length - 1); // only run getMinMax() for invalidated series data, else reuse let minMax = facet.min == null ? getMinMax(data, _i0, _i1, sorted, wsc.distr == 3) : [facet.min, facet.max]; // initial min/max wsc.min = min(wsc.min, facet.min = minMax[0]); wsc.max = max(wsc.max, facet.max = minMax[1]); } } const AUTOSCALE = {min: null, max: null}; function setScales() { // log("setScales()", arguments); // implicitly add auto scales, and unranged scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && ( // scales that have never been set (on init) sc.min == null || // or auto scales when the x scale was explicitly set pendScales[xScaleKey] != null && sc.auto(self, viaAutoScaleX) ) ) { pendScales[k] = AUTOSCALE; } } // implicitly add dependent scales for (let k in scales) { let sc = scales[k]; if (pendScales[k] == null && sc.from != null && pendScales[sc.from] != null) pendScales[k] = AUTOSCALE; } // explicitly setting the x-scale invalidates everything (acts as redraw) if (pendScales[xScaleKey] != null) resetYSeries(true); // TODO: only reset series on auto scales? let wipScales = {}; for (let k in pendScales) { let psc = pendScales[k]; if (psc != null) { let wsc = wipScales[k] = copy(scales[k], fastIsObj); if (psc.min != null) assign(wsc, psc); else if (k != xScaleKey || mode == 2) { if (dataLen == 0 && wsc.from == null) { let minMax = wsc.range(self, null, null, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } else { wsc.min = inf; wsc.max = -inf; } } } } if (dataLen > 0) { // pre-range y-scales from y series' data values series.forEach((s, i) => { if (mode == 1) { let k = s.scale; let psc = pendScales[k]; if (psc == null) return; let wsc = wipScales[k]; if (i == 0) { let minMax = wsc.range(self, wsc.min, wsc.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; i0 = closestIdx(wsc.min, data[0]); i1 = closestIdx(wsc.max, data[0]); // don't try to contract same or adjacent idxs if (i1 - i0 > 1) { // closest indices can be outside of view if (data[0][i0] < wsc.min) i0++; if (data[0][i1] > wsc.max) i1--; } s.min = data0[i0]; s.max = data0[i1]; } else if (s.show && s.auto) accScale(wsc, psc, s, data[i], s.sorted); s.idxs[0] = i0; s.idxs[1] = i1; } else { if (i > 0) { if (s.show && s.auto) { // TODO: only handles, assumes and requires facets[0] / 'x' scale, and facets[1] / 'y' scale let [ xFacet, yFacet ] = s.facets; let xScaleKey = xFacet.scale; let yScaleKey = yFacet.scale; let [ xData, yData ] = data[i]; let wscx = wipScales[xScaleKey]; let wscy = wipScales[yScaleKey]; // null can happen when only x is zoomed, but y has static range and doesnt get auto-added to pending wscx != null && accScale(wscx, pendScales[xScaleKey], xFacet, xData, xFacet.sorted); wscy != null && accScale(wscy, pendScales[yScaleKey], yFacet, yData, yFacet.sorted); // temp s.min = yFacet.min; s.max = yFacet.max; } } } }); // range independent scales for (let k in wipScales) { let wsc = wipScales[k]; let psc = pendScales[k]; if (wsc.from == null && (psc == null || psc.min == null)) { let minMax = wsc.range( self, wsc.min == inf ? null : wsc.min, wsc.max == -inf ? null : wsc.max, k ); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } // range dependent scales for (let k in wipScales) { let wsc = wipScales[k]; if (wsc.from != null) { let base = wipScales[wsc.from]; if (base.min == null) wsc.min = wsc.max = null; else { let minMax = wsc.range(self, base.min, base.max, k); wsc.min = minMax[0]; wsc.max = minMax[1]; } } } let changed = {}; let anyChanged = false; for (let k in wipScales) { let wsc = wipScales[k]; let sc = scales[k]; if (sc.min != wsc.min || sc.max != wsc.max) { sc.min = wsc.min; sc.max = wsc.max; let distr = sc.distr; sc._min = distr == 3 ? log10(sc.min) : distr == 4 ? asinh(sc.min, sc.asinh) : distr == 100 ? sc.fwd(sc.min) : sc.min; sc._max = distr == 3 ? log10(sc.max) : distr == 4 ? asinh(sc.max, sc.asinh) : distr == 100 ? sc.fwd(sc.max) : sc.max; changed[k] = anyChanged = true; } } if (anyChanged) { // invalidate paths of all series on changed scales series.forEach((s, i) => { if (mode == 2) { if (i > 0 && changed.y) s._paths = null; } else { if (changed[s.scale]) s._paths = null; } }); for (let k in changed) { shouldConvergeSize = true; fire("setScale", k); } if (showCursor && cursor.left >= 0) shouldSetCursor = shouldSetLegend = true; } for (let k in pendScales) pendScales[k] = null; } // grabs the nearest indices with y data outside of x-scale limits function getOuterIdxs(ydata) { let _i0 = clamp(i0 - 1, 0, dataLen - 1); let _i1 = clamp(i1 + 1, 0, dataLen - 1); while (ydata[_i0] == null && _i0 > 0) _i0--; while (ydata[_i1] == null && _i1 < dataLen - 1) _i1++; return [_i0, _i1]; } function drawSeries() { if (dataLen > 0) { let shouldAlpha = series.some(s => s._focus) && ctxAlpha != focus.alpha; if (shouldAlpha) ctx.globalAlpha = ctxAlpha = focus.alpha; series.forEach((s, i) => { if (i > 0 && s.show) { FEAT_PATHS && cacheStrokeFill(i, false); FEAT_POINTS && cacheStrokeFill(i, true); if (s._paths == null) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; let _idxs = mode == 2 ? [0, data[i][0].length - 1] : getOuterIdxs(data[i]); s._paths = s.paths(self, i, _idxs[0], _idxs[1]); if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; } } }); series.forEach((s, i) => { if (i > 0 && s.show) { let _ctxAlpha = ctxAlpha; if (ctxAlpha != s.alpha) ctx.globalAlpha = ctxAlpha = s.alpha; FEAT_PATHS && s._paths != null && drawPath(i, false); if (FEAT_POINTS) { let _gaps = s._paths != null ? s._paths.gaps : null; let show = s.points.show(self, i, i0, i1, _gaps); let idxs = s.points.filter(self, i, show, _gaps); if (show || idxs) { s.points._paths = s.points.paths(self, i, i0, i1, idxs); drawPath(i, true); } } if (ctxAlpha != _ctxAlpha) ctx.globalAlpha = ctxAlpha = _ctxAlpha; fire("drawSeries", i); } }); if (shouldAlpha) ctx.globalAlpha = ctxAlpha = 1; } } function cacheStrokeFill(si, _points) { let s = _points ? series[si].points : series[si]; s._stroke = s.stroke(self, si); s._fill = s.fill(self, si); } function drawPath(si, _points) { let s = _points ? series[si].points : series[si]; let { stroke, fill, clip: gapsClip, flags, _stroke: strokeStyle = s._stroke, _fill: fillStyle = s._fill, _width: width = s.width, } = s._paths; width = roundDec(width * pxRatio, 3); let boundsClip = null; let offset = (width % 2) / 2; if (_points && fillStyle == null) fillStyle = width > 0 ? "#fff" : strokeStyle; let _pxAlign = s.pxAlign == 1 && offset > 0; _pxAlign && ctx.translate(offset, offset); if (!_points) { let lft = plotLft - width / 2, top = plotTop - width / 2, wid = plotWid + width, hgt = plotHgt + width; boundsClip = new Path2D(); boundsClip.rect(lft, top, wid, hgt); } // the points pathbuilder's gapsClip is its boundsClip, since points dont need gaps clipping, and bounds depend on point size if (_points) strokeFill(strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, gapsClip); else fillStroke(si, strokeStyle, width, s.dash, s.cap, fillStyle, stroke, fill, flags, boundsClip, gapsClip); _pxAlign && ctx.translate(-offset, -offset); } function fillStroke(si, strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip) { let didStrokeFill = false; // for all bands where this series is the top edge, create upwards clips using the bottom edges // and apply clips + fill with band fill or dfltFill flags != 0 && bands.forEach((b, bi) => { // isUpperEdge? if (b.series[0] == si) { let lowerEdge = series[b.series[1]]; let lowerData = data[b.series[1]]; let bandClip = (lowerEdge._paths || EMPTY_OBJ).band; if (isArr(bandClip)) bandClip = b.dir == 1 ? bandClip[0] : bandClip[1]; let gapsClip2; let _fillStyle = null; // hasLowerEdge? if (lowerEdge.show && bandClip && hasData(lowerData, i0, i1)) { _fillStyle = b.fill(self, bi) || fillStyle; gapsClip2 = lowerEdge._paths.clip; } else bandClip = null; strokeFill(strokeStyle, lineWidth, lineDash, lineCap, _fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip); didStrokeFill = true; } }); if (!didStrokeFill) strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip); } const CLIP_FILL_STROKE = BAND_CLIP_FILL | BAND_CLIP_STROKE; function strokeFill(strokeStyle, lineWidth, lineDash, lineCap, fillStyle, strokePath, fillPath, flags, boundsClip, gapsClip, gapsClip2, bandClip) { setCtxStyle(strokeStyle, lineWidth, lineDash, lineCap, fillStyle); if (boundsClip || gapsClip || bandClip) { ctx.save(); boundsClip && ctx.clip(boundsClip); gapsClip && ctx.clip(gapsClip); } if (bandClip) { if ((flags & CLIP_FILL_STROKE) == CLIP_FILL_STROKE) { ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_STROKE) { doFill(fillStyle, fillPath); ctx.clip(bandClip); doStroke(strokeStyle, strokePath, lineWidth); } else if (flags & BAND_CLIP_FILL) { ctx.save(); ctx.clip(bandClip); gapsClip2 && ctx.clip(gapsClip2); doFill(fillStyle, fillPath); ctx.restore(); doStroke(strokeStyle, strokePath, lineWidth); } } else { doFill(fillStyle, fillPath); doStroke(strokeStyle, strokePath, lineWidth); } if (boundsClip || gapsClip || bandClip) ctx.restore(); } function doStroke(strokeStyle, strokePath, lineWidth) { if (lineWidth > 0) { if (strokePath instanceof Map) { strokePath.forEach((strokePath, strokeStyle) => { ctx.strokeStyle = ctxStroke = strokeStyle; ctx.stroke(strokePath); }); } else strokePath != null && strokeStyle && ctx.stroke(strokePath); } } function doFill(fillStyle, fillPath) { if (fillPath instanceof Map) { fillPath.forEach((fillPath, fillStyle) => { ctx.fillStyle = ctxFill = fillStyle; ctx.fill(fillPath); }); } else fillPath != null && fillStyle && ctx.fill(fillPath); } function getIncrSpace(axisIdx, min, max, fullDim) { let axis = axes[axisIdx]; let incrSpace; if (fullDim <= 0) incrSpace = [0, 0]; else { let minSpace = axis._space = axis.space(self, axisIdx, min, max, fullDim); let incrs = axis._incrs = axis.incrs(self, axisIdx, min, max, fullDim, minSpace); incrSpace = findIncr(min, max, incrs, fullDim, minSpace); } return (axis._found = incrSpace); } function drawOrthoLines(offs, filts, ori, side, pos0, len, width, stroke, dash, cap) { let offset = (width % 2) / 2; pxAlign == 1 && ctx.translate(offset, offset); setCtxStyle(stroke, width, dash, cap, stroke); ctx.beginPath(); let x0, y0, x1, y1, pos1 = pos0 + (side == 0 || side == 3 ? -len : len); if (ori == 0) { y0 = pos0; y1 = pos1; } else { x0 = pos0; x1 = pos1; } for (let i = 0; i < offs.length; i++) { if (filts[i] != null) { if (ori == 0) x0 = x1 = offs[i]; else y0 = y1 = offs[i]; ctx.moveTo(x0, y0); ctx.lineTo(x1, y1); } } ctx.stroke(); pxAlign == 1 && ctx.translate(-offset, -offset); } function axesCalc(cycleNum) { // log("axesCalc()", arguments); let converged = true; axes.forEach((axis, i) => { if (!axis.show) return; let scale = scales[axis.scale]; if (scale.min == null) { if (axis._show) { converged = false; axis._show = false; resetYSeries(false); } return; } else { if (!axis._show) { converged = false; axis._show = true; resetYSeries(false); } } let side = axis.side; let ori = side % 2; let {min, max} = scale; // // should this toggle them ._show = false let [_incr, _space] = getIncrSpace(i, min, max, ori == 0 ? plotWidCss : plotHgtCss); if (_space == 0) return; // if we're using index positions, force first tick to match passed index let forceMin = scale.distr == 2; let _splits = axis._splits = axis.splits(self, i, min, max, _incr, _space, forceMin); // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let values = axis._values = axis.values(self, axis.filter(self, splits, i, _space, incr), i, _space, incr); // rotating of labels only supported on bottom x axis axis._rotate = side == 2 ? axis.rotate(self, values, i, _space) : 0; let oldSize = axis._size; axis._size = ceil(axis.size(self, values, i, cycleNum)); if (oldSize != null && axis._size != oldSize) // ready && ? converged = false; }); return converged; } function paddingCalc(cycleNum) { let converged = true; padding.forEach((p, i) => { let _p = p(self, i, sidesWithAxes, cycleNum); if (_p != _padding[i]) converged = false; _padding[i] = _p; }); return converged; } function drawAxesGrid() { for (let i = 0; i < axes.length; i++) { let axis = axes[i]; if (!axis.show || !axis._show) continue; let side = axis.side; let ori = side % 2; let x, y; let fillStyle = axis.stroke(self, i); let shiftDir = side == 0 || side == 3 ? -1 : 1; let [_incr, _space] = axis._found; // axis label if (axis.label != null) { let shiftAmt = axis.labelGap * shiftDir; let baseLpos = round((axis._lpos + shiftAmt) * pxRatio); setFontStyle(axis.labelFont[0], fillStyle, "center", side == 2 ? TOP : BOTTOM); ctx.save(); if (ori == 1) { x = y = 0; ctx.translate( baseLpos, round(plotTop + plotHgt / 2), ); ctx.rotate((side == 3 ? -PI : PI) / 2); } else { x = round(plotLft + plotWid / 2); y = baseLpos; } let _label = isFn(axis.label) ? axis.label(self, i, _incr, _space) : axis.label; ctx.fillText(_label, x, y); ctx.restore(); } if (_space == 0) continue; let scale = scales[axis.scale]; let plotDim = ori == 0 ? plotWid : plotHgt; let plotOff = ori == 0 ? plotLft : plotTop; let _splits = axis._splits; // tick labels // BOO this assumes a specific data/series let splits = scale.distr == 2 ? _splits.map(i => data0[i]) : _splits; let incr = scale.distr == 2 ? data0[_splits[1]] - data0[_splits[0]] : _incr; let ticks = axis.ticks; let border = axis.border; let _tickSize = ticks.show ? ticks.size : 0; let tickSize = round(_tickSize * pxRatio); let axisGap = round((axis.alignTo == 2 ? axis._size - _tickSize - axis.gap : axis.gap) * pxRatio); // rotating of labels only supported on bottom x axis let angle = axis._rotate * -PI/180; let basePos = pxRound(axis._pos * pxRatio); let shiftAmt = (tickSize + axisGap) * shiftDir; let finalPos = basePos + shiftAmt; y = ori == 0 ? finalPos : 0; x = ori == 1 ? finalPos : 0; let font = axis.font[0]; let textAlign = axis.align == 1 ? LEFT : axis.align == 2 ? RIGHT : angle > 0 ? LEFT : angle < 0 ? RIGHT : ori == 0 ? "center" : side == 3 ? RIGHT : LEFT; let textBaseline = angle || ori == 1 ? "middle" : side == 2 ? TOP : BOTTOM; setFontStyle(font, fillStyle, textAlign, textBaseline); let lineHeight = axis.font[1] * axis.lineGap; let canOffs = _splits.map(val => pxRound(getPos(val, scale, plotDim, plotOff))); let _values = axis._values; for (let i = 0; i < _values.length; i++) { let val = _values[i]; if (val != null) { if (ori == 0) x = canOffs[i]; else y = canOffs[i]; val = "" + val; let _parts = val.indexOf("\n") == -1 ? [val] : val.split(/\n/gm); for (let j = 0; j < _parts.length; j++) { let text = _parts[j]; if (angle) { ctx.save(); ctx.translate(x, y + j * lineHeight); // can this be replaced with position math? ctx.rotate(angle); // can this be done once? ctx.fillText(text, 0, 0); ctx.restore(); } else ctx.fillText(text, x, y + j * lineHeight); } } } // ticks if (ticks.show) { drawOrthoLines( canOffs, ticks.filter(self, splits, i, _space, incr), ori, side, basePos, tickSize, roundDec(ticks.width * pxRatio, 3), ticks.stroke(self, i), ticks.dash, ticks.cap, ); } // grid let grid = axis.grid; if (grid.show) { drawOrthoLines( canOffs, grid.filter(self, splits, i, _space, incr), ori, ori == 0 ? 2 : 1, ori == 0 ? plotTop : plotLft, ori == 0 ? plotHgt : plotWid, roundDec(grid.width * pxRatio, 3), grid.stroke(self, i), grid.dash, grid.cap, ); } if (border.show) { drawOrthoLines( [basePos], [1], ori == 0 ? 1 : 0, ori == 0 ? 1 : 2, ori == 1 ? plotTop : plotLft, ori == 1 ? plotHgt : plotWid, roundDec(border.width * pxRatio, 3), border.stroke(self, i), border.dash, border.cap, ); } } fire("drawAxes"); } function resetYSeries(minMax) { // log("resetYSeries()", arguments); series.forEach((s, i) => { if (i > 0) { s._paths = null; if (minMax) { if (mode == 1) { s.min = null; s.max = null; } else { s.facets.forEach(f => { f.min = null; f.max = null; }); } } } }); } let queuedCommit = false; let deferHooks = false; let hooksQueue = []; function flushHooks() { deferHooks = false; for (let i = 0; i < hooksQueue.length; i++) fire(...hooksQueue[i]) hooksQueue.length = 0; } function commit() { if (!queuedCommit) { microTask(_commit); queuedCommit = true; } } // manual batching (aka immediate mode), skips microtask queue function batch(fn, _deferHooks = false) { queuedCommit = true; deferHooks = _deferHooks; fn(self); _commit(); if (_deferHooks && hooksQueue.length > 0) queueMicrotask(flushHooks); } self.batch = batch; function _commit() { // log("_commit()", arguments); if (shouldSetScales) { setScales(); shouldSetScales = false; } if (shouldConvergeSize) { convergeSize(); shouldConvergeSize = false; } if (shouldSetSize) { setStylePx(under, LEFT, plotLftCss); setStylePx(under, TOP, plotTopCss); setStylePx(under, WIDTH, plotWidCss); setStylePx(under, HEIGHT, plotHgtCss); setStylePx(over, LEFT, plotLftCss); setStylePx(over, TOP, plotTopCss); setStylePx(over, WIDTH, plotWidCss); setStylePx(over, HEIGHT, plotHgtCss); setStylePx(wrap, WIDTH, fullWidCss); setStylePx(wrap, HEIGHT, fullHgtCss); // NOTE: mutating this during print preview in Chrome forces transparent // canvas pixels to white, even when followed up with clearRect() below can.width = round(fullWidCss * pxRatio); can.height = round(fullHgtCss * pxRatio); axes.forEach(({ _el, _show, _size, _pos, side }) => { if (_el != null) { if (_show) { let posOffset = (side === 3 || side === 0 ? _size : 0); let isVt = side % 2 == 1; setStylePx(_el, isVt ? "left" : "top", _pos - posOffset); setStylePx(_el, isVt ? "width" : "height", _size); setStylePx(_el, isVt ? "top" : "left", isVt ? plotTopCss : plotLftCss); setStylePx(_el, isVt ? "height" : "width", isVt ? plotHgtCss : plotWidCss); remClass(_el, OFF); } else addClass(_el, OFF); } }); // invalidate ctx style cache ctxStroke = ctxFill = ctxWidth = ctxJoin = ctxCap = ctxFont = ctxAlign = ctxBaseline = ctxDash = null; ctxAlpha = 1; syncRect(true); if ( plotLftCss != _plotLftCss || plotTopCss != _plotTopCss || plotWidCss != _plotWidCss || plotHgtCss != _plotHgtCss ) { resetYSeries(false); let pctWid = plotWidCss / _plotWidCss; let pctHgt = plotHgtCss / _plotHgtCss; if (showCursor && !shouldSetCursor && cursor.left >= 0) { cursor.left *= pctWid; cursor.top *= pctHgt; vCursor && elTrans(vCursor, round(cursor.left), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(cursor.top), plotWidCss, plotHgtCss); for (let i = 0; i < cursorPts.length; i++) { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] *= pctWid; cursorPtsTop[i] *= pctHgt; elTrans(pt, ceil(cursorPtsLft[i]), ceil(cursorPtsTop[i]), plotWidCss, plotHgtCss); } } } if (select.show && !shouldSetSelect && select.left >= 0 && select.width > 0) { select.left *= pctWid; select.width *= pctWid; select.top *= pctHgt; select.height *= pctHgt; for (let prop in _hideProps) setStylePx(selectDiv, prop, select[prop]); } _plotLftCss = plotLftCss; _plotTopCss = plotTopCss; _plotWidCss = plotWidCss; _plotHgtCss = plotHgtCss; } fire("setSize"); shouldSetSize = false; } if (fullWidCss > 0 && fullHgtCss > 0) { ctx.clearRect(0, 0, can.width, can.height); fire("drawClear"); drawOrder.forEach(fn => fn()); fire("draw"); } if (select.show && shouldSetSelect) { setSelect(select); shouldSetSelect = false; } if (showCursor && shouldSetCursor) { updateCursor(null, true, false); shouldSetCursor = false; } if (FEAT_LEGEND && legend.show && legend.live && shouldSetLegend) { setLegend(); shouldSetLegend = false; // redundant currently } if (!ready) { ready = true; self.status = 1; fire("ready"); } viaAutoScaleX = false; queuedCommit = false; if (!usePathCache) clearPathCache(); } function clearPathCache() { series.forEach((s, i) => { if (i > 0) s._paths = null; }); } self.clearCache = clearPathCache; self.redraw = (rebuildPaths, recalcAxes) => { shouldConvergeSize = recalcAxes || false; if (rebuildPaths !== false) _setScale(xScaleKey, scaleX.min, scaleX.max); else commit(); }; // redraw() => setScale('x', scales.x.min, scales.x.max); // explicit, never re-ranged (is this actually true? for x and y) function setScale(key, opts) { let sc = scales[key]; if (sc.from == null) { if (dataLen == 0) { let minMax = sc.range(self, opts.min, opts.max, key); opts.min = minMax[0]; opts.max = minMax[1]; } if (opts.min > opts.max) { let _min = opts.min; opts.min = opts.max; opts.max = _min; } if (dataLen > 1 && opts.min != null && opts.max != null && opts.max - opts.min < 1e-16) return; if (key == xScaleKey) { if (sc.distr == 2 && dataLen > 0) { opts.min = closestIdx(opts.min, data[0]); opts.max = closestIdx(opts.max, data[0]); if (opts.min == opts.max) opts.max++; } } // log("setScale()", arguments); pendScales[key] = opts; shouldSetScales = true; commit(); } } self.setScale = setScale; // INTERACTION let xCursor; let yCursor; let vCursor; let hCursor; // starting position before cursor.move let rawMouseLeft0; let rawMouseTop0; // starting position let mouseLeft0; let mouseTop0; // current position before cursor.move let rawMouseLeft1; let rawMouseTop1; // current position let mouseLeft1; let mouseTop1; let dragging = false; const drag = cursor.drag; let dragX = drag.x; let dragY = drag.y; if (showCursor) { if (cursor.x) xCursor = placeDiv(CURSOR_X, over); if (cursor.y) yCursor = placeDiv(CURSOR_Y, over); if (scaleX.ori == 0) { vCursor = xCursor; hCursor = yCursor; } else { vCursor = yCursor; hCursor = xCursor; } mouseLeft1 = cursor.left; mouseTop1 = cursor.top; } const select = self.select = assign({ show: true, over: true, left: 0, width: 0, top: 0, height: 0, }, opts.select); const selectDiv = select.show ? placeDiv(SELECT, select.over ? over : under) : null; function setSelect(opts, _fire) { if (select.show) { for (let prop in opts) { select[prop] = opts[prop]; if (prop in _hideProps) setStylePx(selectDiv, prop, opts[prop]); } _fire !== false && fire("setSelect"); } } self.setSelect = setSelect; function toggleDOM(i) { let s = series[i]; if (s.show) showLegend && remClass(legendRows[i], OFF); else { showLegend && addClass(legendRows[i], OFF); if (showCursor) { let pt = cursorOnePt ? cursorPts[0] : cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } } } function _setScale(key, min, max) { setScale(key, {min, max}); } function setSeries(i, opts, _fire, _pub) { // log("setSeries()", arguments); if (opts.focus != null) setFocus(i); if (opts.show != null) { series.forEach((s, si) => { if (si > 0 && (i == si || i == null)) { s.show = opts.show; FEAT_LEGEND && toggleDOM(si); if (mode == 2) { _setScale(s.facets[0].scale, null, null); _setScale(s.facets[1].scale, null, null); } else _setScale(s.scale, null, null); commit(); } }); } _fire !== false && fire("setSeries", i, opts); _pub && pubSync("setSeries", self, i, opts); } self.setSeries = setSeries; function setBand(bi, opts) { assign(bands[bi], opts); } function addBand(opts, bi) { opts.fill = fnOrSelf(opts.fill || null); opts.dir = ifNull(opts.dir, -1); bi = bi == null ? bands.length : bi; bands.splice(bi, 0, opts); } function delBand(bi) { if (bi == null) bands.length = 0; else bands.splice(bi, 1); } self.addBand = addBand; self.setBand = setBand; self.delBand = delBand; function setAlpha(i, value) { series[i].alpha = value; if (showCursor && cursorPts[i] != null) cursorPts[i].style.opacity = value; if (FEAT_LEGEND && showLegend && legendRows[i]) legendRows[i].style.opacity = value; } // y-distance let closestDist; let closestSeries; let focusedSeries; const FOCUS_TRUE = {focus: true}; function setFocus(i) { if (i != focusedSeries) { // log("setFocus()", arguments); let allFocused = i == null; let _setAlpha = focus.alpha != 1; series.forEach((s, i2) => { if (mode == 1 || i2 > 0) { let isFocused = allFocused || i2 == 0 || i2 == i; s._focus = allFocused ? null : isFocused; _setAlpha && setAlpha(i2, isFocused ? 1 : focus.alpha); } }); focusedSeries = i; _setAlpha && commit(); } } if (showLegend && cursorFocus) { onMouse(mouseleave, legendTable, e => { if (cursor._lock) return; setCursorEvent(e); if (focusedSeries != null) setSeries(null, FOCUS_TRUE, true, syncOpts.setSeries); }); } function posToVal(pos, scale, can) { let sc = scales[scale]; if (can) pos = pos / pxRatio - (sc.ori == 1 ? plotTopCss : plotLftCss); let dim = plotWidCss; if (sc.ori == 1) { dim = plotHgtCss; pos = dim - pos; } if (sc.dir == -1) pos = dim - pos; let _min = sc._min, _max = sc._max, pct = pos / dim; let sv = _min + (_max - _min) * pct; let distr = sc.distr; return ( distr == 3 ? pow(10, sv) : distr == 4 ? sinh(sv, sc.asinh) : distr == 100 ? sc.bwd(sv) : sv ); } function closestIdxFromXpos(pos, can) { let v = posToVal(pos, xScaleKey, can); return closestIdx(v, data[0], i0, i1); } self.valToIdx = val => closestIdx(val, data[0]); self.posToIdx = closestIdxFromXpos; self.posToVal = posToVal; self.valToPos = (val, scale, can) => ( scales[scale].ori == 0 ? getHPos(val, scales[scale], can ? plotWid : plotWidCss, can ? plotLft : 0, ) : getVPos(val, scales[scale], can ? plotHgt : plotHgtCss, can ? plotTop : 0, ) ); self.setCursor = (opts, _fire, _pub) => { mouseLeft1 = opts.left; mouseTop1 = opts.top; // assign(cursor, opts); updateCursor(null, _fire, _pub); }; function setSelH(off, dim) { setStylePx(selectDiv, LEFT, select.left = off); setStylePx(selectDiv, WIDTH, select.width = dim); } function setSelV(off, dim) { setStylePx(selectDiv, TOP, select.top = off); setStylePx(selectDiv, HEIGHT, select.height = dim); } let setSelX = scaleX.ori == 0 ? setSelH : setSelV; let setSelY = scaleX.ori == 1 ? setSelH : setSelV; function syncLegend() { if (showLegend && legend.live) { for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { if (i == 0 && multiValLegend) continue; let vals = legend.values[i]; let j = 0; for (let k in vals) legendCells[i][j++].firstChild.nodeValue = vals[k]; } } } function setLegend(opts, _fire) { if (opts != null) { if (opts.idxs) { opts.idxs.forEach((didx, sidx) => { activeIdxs[sidx] = didx; }); } else if (!isUndef(opts.idx)) activeIdxs.fill(opts.idx); legend.idx = activeIdxs[0]; } if (showLegend && legend.live) { for (let sidx = 0; sidx < series.length; sidx++) { if (sidx > 0 || mode == 1 && !multiValLegend) setLegendValues(sidx, activeIdxs[sidx]); } syncLegend(); } shouldSetLegend = false; _fire !== false && fire("setLegend"); } self.setLegend = setLegend; function setLegendValues(sidx, idx) { let s = series[sidx]; let src = sidx == 0 && xScaleDistr == 2 ? data0 : data[sidx]; let val; if (multiValLegend) val = s.values(self, sidx, idx) ?? NULL_LEGEND_VALUES; else { val = s.value(self, idx == null ? null : src[idx], sidx, idx); val = val == null ? NULL_LEGEND_VALUES : {_: val}; } legend.values[sidx] = val; } function updateCursor(src, _fire, _pub) { // ts == null && log("updateCursor()", arguments); rawMouseLeft1 = mouseLeft1; rawMouseTop1 = mouseTop1; [mouseLeft1, mouseTop1] = cursor.move(self, mouseLeft1, mouseTop1); cursor.left = mouseLeft1; cursor.top = mouseTop1; if (showCursor) { vCursor && elTrans(vCursor, round(mouseLeft1), 0, plotWidCss, plotHgtCss); hCursor && elTrans(hCursor, 0, round(mouseTop1), plotWidCss, plotHgtCss); } let idx; // when zooming to an x scale range between datapoints the binary search // for nearest min/max indices results in this condition. cheap hack :D let noDataInRange = i0 > i1; // works for mode 1 only closestDist = inf; closestSeries = null; // TODO: extract let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss; let yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss; // if cursor hidden, hide points & clear legend vals if (mouseLeft1 < 0 || dataLen == 0 || noDataInRange) { idx = cursor.idx = null; for (let i = 0; i < series.length; i++) { let pt = cursorPts[i]; pt != null && elTrans(pt, -10, -10, plotWidCss, plotHgtCss); } if (cursorFocus) setSeries(null, FOCUS_TRUE, true, src == null && syncOpts.setSeries); if (FEAT_LEGEND && legend.live) { activeIdxs.fill(idx); shouldSetLegend = true; } } else { // let pctY = 1 - (y / rect.height); let mouseXPos, valAtPosX, xPos; if (mode == 1) { mouseXPos = scaleX.ori == 0 ? mouseLeft1 : mouseTop1; valAtPosX = posToVal(mouseXPos, xScaleKey); idx = cursor.idx = closestIdx(valAtPosX, data[0], i0, i1); xPos = valToPosX(data[0][idx], scaleX, xDim, 0); } // closest pt values let _ptLft = -10; let _ptTop = -10; let _ptWid = 0; let _ptHgt = 0; let _centered = true; let _ptFill = ''; let _ptStroke = ''; for (let i = mode == 2 ? 1 : 0; i < series.length; i++) { let s = series[i]; let idx1 = activeIdxs[i]; let yVal1 = idx1 == null ? null : (mode == 1 ? data[i][idx1] : data[i][1][idx1]); let idx2 = cursor.dataIdx(self, i, idx, valAtPosX); let yVal2 = idx2 == null ? null : (mode == 1 ? data[i][idx2] : data[i][1][idx2]); shouldSetLegend = shouldSetLegend || yVal2 != yVal1 || idx2 != idx1; activeIdxs[i] = idx2; if (i > 0 && s.show) { let xPos2 = idx2 == null ? -10 : idx2 == idx ? xPos : valToPosX(mode == 1 ? data[0][idx2] : data[i][0][idx2], scaleX, xDim, 0); // this doesnt really work for state timeline, heatmap, status history (where the value maps to color, not y coords) let yPos = yVal2 == null ? -10 : valToPosY(yVal2, mode == 1 ? scales[s.scale] : scales[s.facets[1].scale], yDim, 0); if (cursorFocus && yVal2 != null) { let mouseYPos = scaleX.ori == 1 ? mouseLeft1 : mouseTop1; let dist = abs(focus.dist(self, i, idx2, yPos, mouseYPos)); if (dist < closestDist) { let bias = focus.bias; if (bias != 0) { let mouseYVal = posToVal(mouseYPos, s.scale); let seriesYValSign = yVal2 >= 0 ? 1 : -1; let mouseYValSign = mouseYVal >= 0 ? 1 : -1; // with a focus bias, we will never cross zero when prox testing // it's either closest towards zero, or closest away from zero if (mouseYValSign == seriesYValSign && ( mouseYValSign == 1 ? (bias == 1 ? yVal2 >= mouseYVal : yVal2 <= mouseYVal) : // >= 0 (bias == 1 ? yVal2 <= mouseYVal : yVal2 >= mouseYVal) // < 0 )) { closestDist = dist; closestSeries = i; } } else { closestDist = dist; closestSeries = i; } } } if (shouldSetLegend || cursorOnePt) { let hPos, vPos; if (scaleX.ori == 0) { hPos = xPos2; vPos = yPos; } else { hPos = yPos; vPos = xPos2; } let ptWid, ptHgt, ptLft, ptTop, ptStroke, ptFill, centered = true, getBBox = points.bbox; if (getBBox != null) { centered = false; let bbox = getBBox(self, i); ptLft = bbox.left; ptTop = bbox.top; ptWid = bbox.width; ptHgt = bbox.height; } else { ptLft = hPos; ptTop = vPos; ptWid = ptHgt = points.size(self, i); } ptFill = points.fill(self, i); ptStroke = points.stroke(self, i); if (cursorOnePt) { if (i == closestSeries && closestDist <= focus.prox) { _ptLft = ptLft; _ptTop = ptTop; _ptWid = ptWid; _ptHgt = ptHgt; _centered = centered; _ptFill = ptFill; _ptStroke = ptStroke; } } else { let pt = cursorPts[i]; if (pt != null) { cursorPtsLft[i] = ptLft; cursorPtsTop[i] = ptTop; elSize(pt, ptWid, ptHgt, centered); elColor(pt, ptFill, ptStroke); elTrans(pt, ceil(ptLft), ceil(ptTop), plotWidCss, plotHgtCss); } } } } } // if only using single hover point (at cursorPts[0]) // we have trigger styling at last visible series (once closestSeries is settled) if (cursorOnePt) { // some of this logic is similar to series focus below, since it matches the behavior by design let p = focus.prox; let focusChanged = focusedSeries == null ? closestDist <= p : (closestDist > p || closestSeries != focusedSeries); if (shouldSetLegend || focusChanged) { let pt = cursorPts[0]; if (pt != null) { cursorPtsLft[0] = _ptLft; cursorPtsTop[0] = _ptTop; elSize(pt, _ptWid, _ptHgt, _centered); elColor(pt, _ptFill, _ptStroke); elTrans(pt, ceil(_ptLft), ceil(_ptTop), plotWidCss, plotHgtCss); } } } } // nit: cursor.drag.setSelect is assumed always true if (select.show && dragging) { if (src != null) { let [xKey, yKey] = syncOpts.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let [xKeySrc, yKeySrc] = src.cursor.sync.scales; // match the dragX/dragY implicitness/explicitness of src let sdrag = src.cursor.drag; dragX = sdrag._x; dragY = sdrag._y; if (dragX || dragY) { let { left, top, width, height } = src.select; let sori = src.scales[xKeySrc].ori; let sPosToVal = src.posToVal; let sOff, sDim, sc, a, b; let matchingX = xKey != null && matchXKeys(xKey, xKeySrc); let matchingY = yKey != null && matchYKeys(yKey, yKeySrc); if (matchingX && dragX) { if (sori == 0) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[xKey]; a = valToPosX(sPosToVal(sOff, xKeySrc), sc, xDim, 0); b = valToPosX(sPosToVal(sOff + sDim, xKeySrc), sc, xDim, 0); setSelX(min(a,b), abs(b-a)); } else setSelX(0, xDim); if (matchingY && dragY) { if (sori == 1) { sOff = left; sDim = width; } else { sOff = top; sDim = height; } sc = scales[yKey]; a = valToPosY(sPosToVal(sOff, yKeySrc), sc, yDim, 0); b = valToPosY(sPosToVal(sOff + sDim, yKeySrc), sc, yDim, 0); setSelY(min(a,b), abs(b-a)); } else setSelY(0, yDim); } else hideSelect(); } else { let rawDX = abs(rawMouseLeft1 - rawMouseLeft0); let rawDY = abs(rawMouseTop1 - rawMouseTop0); if (scaleX.ori == 1) { let _rawDX = rawDX; rawDX = rawDY; rawDY = _rawDX; } dragX = drag.x && rawDX >= drag.dist; dragY = drag.y && rawDY >= drag.dist; let uni = drag.uni; if (uni != null) { // only calc drag status if they pass the dist thresh if (dragX && dragY) { dragX = rawDX >= uni; dragY = rawDY >= uni; // force unidirectionality when both are under uni limit if (!dragX && !dragY) { if (rawDY > rawDX) dragY = true; else dragX = true; } } } else if (drag.x && drag.y && (dragX || dragY)) // if omni with no uni then both dragX / dragY should be true if either is true dragX = dragY = true; let p0, p1; if (dragX) { if (scaleX.ori == 0) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelX(min(p0, p1), abs(p1 - p0)); if (!dragY) setSelY(0, yDim); } if (dragY) { if (scaleX.ori == 1) { p0 = mouseLeft0; p1 = mouseLeft1; } else { p0 = mouseTop0; p1 = mouseTop1; } setSelY(min(p0, p1), abs(p1 - p0)); if (!dragX) setSelX(0, xDim); } // the drag didn't pass the dist requirement if (!dragX && !dragY) { setSelX(0, 0); setSelY(0, 0); } } } drag._x = dragX; drag._y = dragY; if (src == null) { if (_pub) { if (syncKey != null) { let [xSyncKey, ySyncKey] = syncOpts.scales; syncOpts.values[0] = xSyncKey != null ? posToVal(scaleX.ori == 0 ? mouseLeft1 : mouseTop1, xSyncKey) : null; syncOpts.values[1] = ySyncKey != null ? posToVal(scaleX.ori == 1 ? mouseLeft1 : mouseTop1, ySyncKey) : null; } pubSync(mousemove, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, idx); } if (cursorFocus) { let shouldPub = _pub && syncOpts.setSeries; let p = focus.prox; if (focusedSeries == null) { if (closestDist <= p) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } else { if (closestDist > p) setSeries(null, FOCUS_TRUE, true, shouldPub); else if (closestSeries != focusedSeries) setSeries(closestSeries, FOCUS_TRUE, true, shouldPub); } } } if (shouldSetLegend) { legend.idx = idx; setLegend(); } _fire !== false && fire("setCursor"); } let rect = null; Object.defineProperty(self, 'rect', { get() { if (rect == null) syncRect(false); return rect; }, }); function syncRect(defer = false) { if (defer) rect = null; else { rect = over.getBoundingClientRect(); fire("syncRect", rect); } } function mouseMove(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; // Chrome on Windows has a bug which triggers a stray mousemove event after an initial mousedown event // when clicking into a plot as part of re-focusing the browser window. // we gotta ignore it to avoid triggering a phantom drag / setSelect // However, on touch-only devices Chrome-based browsers trigger a 0-distance mousemove before mousedown // so we don't ignore it when mousedown has set the dragging flag if (dragging && e != null && e.movementX == 0 && e.movementY == 0) return; cacheMouse(e, src, _l, _t, _w, _h, _i, false, e != null); if (e != null) updateCursor(null, true, true); else updateCursor(src, true, false); } function cacheMouse(e, src, _l, _t, _w, _h, _i, initial, snap) { if (rect == null) syncRect(false); setCursorEvent(e); if (e != null) { _l = e.clientX - rect.left; _t = e.clientY - rect.top; } else { if (_l < 0 || _t < 0) { mouseLeft1 = -10; mouseTop1 = -10; return; } let [xKey, yKey] = syncOpts.scales; let syncOptsSrc = src.cursor.sync; let [xValSrc, yValSrc] = syncOptsSrc.values; let [xKeySrc, yKeySrc] = syncOptsSrc.scales; let [matchXKeys, matchYKeys] = syncOpts.match; let rotSrc = src.axes[0].side % 2 == 1; let xDim = scaleX.ori == 0 ? plotWidCss : plotHgtCss, yDim = scaleX.ori == 1 ? plotWidCss : plotHgtCss, _xDim = rotSrc ? _h : _w, _yDim = rotSrc ? _w : _h, _xPos = rotSrc ? _t : _l, _yPos = rotSrc ? _l : _t; if (xKeySrc != null) _l = matchXKeys(xKey, xKeySrc) ? getPos(xValSrc, scales[xKey], xDim, 0) : -10; else _l = xDim * (_xPos/_xDim); if (yKeySrc != null) _t = matchYKeys(yKey, yKeySrc) ? getPos(yValSrc, scales[yKey], yDim, 0) : -10; else _t = yDim * (_yPos/_yDim); if (scaleX.ori == 1) { let __l = _l; _l = _t; _t = __l; } } if (snap && (src == null || src.cursor.event.type == mousemove)) { if (_l <= 1 || _l >= plotWidCss - 1) _l = incrRound(_l, plotWidCss); if (_t <= 1 || _t >= plotHgtCss - 1) _t = incrRound(_t, plotHgtCss); } if (initial) { rawMouseLeft0 = _l; rawMouseTop0 = _t; [mouseLeft0, mouseTop0] = cursor.move(self, _l, _t); } else { mouseLeft1 = _l; mouseTop1 = _t; } } const _hideProps = { width: 0, height: 0, left: 0, top: 0, }; function hideSelect() { setSelect(_hideProps, false); } let downSelectLeft; let downSelectTop; let downSelectWidth; let downSelectHeight; function mouseDown(e, src, _l, _t, _w, _h, _i) { dragging = true; dragX = dragY = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, true, false); if (e != null) { onMouse(mouseup, doc, mouseUp, false); pubSync(mousedown, self, mouseLeft0, mouseTop0, plotWidCss, plotHgtCss, null); } let { left, top, width, height } = select; downSelectLeft = left; downSelectTop = top; downSelectWidth = width; downSelectHeight = height; // hideSelect(); } function mouseUp(e, src, _l, _t, _w, _h, _i) { dragging = drag._x = drag._y = false; cacheMouse(e, src, _l, _t, _w, _h, _i, false, true); let { left, top, width, height } = select; let hasSelect = width > 0 || height > 0; let chgSelect = ( downSelectLeft != left || downSelectTop != top || downSelectWidth != width || downSelectHeight != height ); hasSelect && chgSelect && setSelect(select); if (drag.setScale && hasSelect && chgSelect) { // if (syncKey != null) { // dragX = drag.x; // dragY = drag.y; // } let xOff = left, xDim = width, yOff = top, yDim = height; if (scaleX.ori == 1) { xOff = top, xDim = height, yOff = left, yDim = width; } if (dragX) { _setScale(xScaleKey, posToVal(xOff, xScaleKey), posToVal(xOff + xDim, xScaleKey) ); } if (dragY) { for (let k in scales) { let sc = scales[k]; if (k != xScaleKey && sc.from == null && sc.min != inf) { _setScale(k, posToVal(yOff + yDim, k), posToVal(yOff, k) ); } } } hideSelect(); } else if (cursor.lock) { cursor._lock = !cursor._lock; updateCursor(src, true, e != null); } if (e != null) { offMouse(mouseup, doc, mouseUp); pubSync(mouseup, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } } function mouseLeave(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); let _dragging = dragging; if (dragging) { // handle case when mousemove aren't fired all the way to edges by browser let snapH = true; let snapV = true; let snapProx = 10; let dragH, dragV; if (scaleX.ori == 0) { dragH = dragX; dragV = dragY; } else { dragH = dragY; dragV = dragX; } if (dragH && dragV) { // maybe omni corner snap snapH = mouseLeft1 <= snapProx || mouseLeft1 >= plotWidCss - snapProx; snapV = mouseTop1 <= snapProx || mouseTop1 >= plotHgtCss - snapProx; } if (dragH && snapH) mouseLeft1 = mouseLeft1 < mouseLeft0 ? 0 : plotWidCss; if (dragV && snapV) mouseTop1 = mouseTop1 < mouseTop0 ? 0 : plotHgtCss; updateCursor(null, true, true); dragging = false; } mouseLeft1 = -10; mouseTop1 = -10; activeIdxs.fill(null); // passing a non-null timestamp to force sync/mousemove event updateCursor(null, true, true); if (_dragging) dragging = _dragging; } function dblClick(e, src, _l, _t, _w, _h, _i) { if (cursor._lock) return; setCursorEvent(e); autoScaleX(); hideSelect(); if (e != null) pubSync(dblclick, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null); } function onDppxChange() { setPxRatio(); } on(dppxchange, win, onDppxChange); // internal pub/sub const events = {}; events.mousedown = mouseDown; events.mousemove = mouseMove; events.mouseup = mouseUp; events.dblclick = dblClick; events["setSeries"] = (e, src, idx, opts) => { let seriesIdxMatcher = syncOpts.match[2]; idx = seriesIdxMatcher(self, src, idx); idx != -1 && setSeries(idx, opts, true, false); }; if (showCursor) { onMouse(mousedown, over, mouseDown); onMouse(mousemove, over, mouseMove); onMouse(mouseenter, over, e => { setCursorEvent(e); syncRect(false); }); onMouse(mouseleave, over, mouseLeave); onMouse(dblclick, over, dblClick); cursorPlots.add(self); self.syncRect = syncRect; } // external on/off const hooks = self.hooks = opts.hooks || {}; function fire(evName, a1, a2) { if (deferHooks) hooksQueue.push([evName, a1, a2]); else { if (evName in hooks) { hooks[evName].forEach(fn => { fn.call(null, self, a1, a2); }); } } } (opts.plugins || []).forEach(p => { for (let evName in p.hooks) hooks[evName] = (hooks[evName] || []).concat(p.hooks[evName]); }); const seriesIdxMatcher = (self, src, srcSeriesIdx) => srcSeriesIdx; const syncOpts = assign({ key: null, setSeries: false, filters: { pub: retTrue, sub: retTrue, }, scales: [xScaleKey, series[1] ? series[1].scale : null], match: [retEq, retEq, seriesIdxMatcher], values: [null, null], }, cursor.sync); if (syncOpts.match.length == 2) syncOpts.match.push(seriesIdxMatcher); cursor.sync = syncOpts; const syncKey = syncOpts.key; const sync = _sync(syncKey); function pubSync(type, src, x, y, w, h, i) { if (syncOpts.filters.pub(type, src, x, y, w, h, i)) sync.pub(type, src, x, y, w, h, i); } sync.sub(self); function pub(type, src, x, y, w, h, i) { if (syncOpts.filters.sub(type, src, x, y, w, h, i)) events[type](null, src, x, y, w, h, i); } self.pub = pub; function destroy() { sync.unsub(self); cursorPlots.delete(self); mouseListeners.clear(); off(dppxchange, win, onDppxChange); root.remove(); FEAT_LEGEND && legendTable?.remove(); // in case mounted outside of root fire("destroy"); } self.destroy = destroy; function _init() { fire("init", opts, data); setData(data || opts.data, false); if (pendScales[xScaleKey]) setScale(xScaleKey, pendScales[xScaleKey]); else autoScaleX(); shouldSetSelect = select.show && (select.width > 0 || select.height > 0); shouldSetCursor = shouldSetLegend = true; _setSize(opts.width, opts.height); } series.forEach(initSeries); axes.forEach(initAxis); if (then) { if (then instanceof HTMLElement) { then.appendChild(root); _init(); } else then(self, _init); } else _init(); return self; } uPlot.assign = assign; uPlot.fmtNum = fmtNum; uPlot.rangeNum = rangeNum; uPlot.rangeLog = rangeLog; uPlot.rangeAsinh = rangeAsinh; uPlot.orient = orient; uPlot.pxRatio = pxRatioGlobal; if (FEAT_JOIN) { uPlot.join = join; } if (FEAT_TIME) { uPlot.fmtDate = fmtDate; uPlot.tzDate = tzDate; } uPlot.sync = _sync; if (FEAT_PATHS) { uPlot.addGap = addGap; uPlot.clipGaps = clipGaps; let paths = uPlot.paths = { points, }; FEAT_PATHS_LINEAR && (paths.linear = linear); FEAT_PATHS_STEPPED && (paths.stepped = stepped); FEAT_PATHS_BARS && (paths.bars = bars); FEAT_PATHS_SPLINE && (paths.spline = spline); FEAT_PATHS_SPLINE2 && (paths.spline2 = spline2); } ================================================ FILE: src/utils.js ================================================ // binary search for index of closest value export function closestIdx(num, arr, lo, hi) { let mid; lo = lo || 0; hi = hi || arr.length - 1; let bitwise = hi <= 2147483647; while (hi - lo > 1) { mid = bitwise ? (lo + hi) >> 1 : floor((lo + hi) / 2); if (arr[mid] < num) lo = mid; else hi = mid; } if (num - arr[lo] <= arr[hi] - num) return lo; return hi; } function makeIndexOfs(predicate) { let indexOfs = (data, _i0, _i1) => { let i0 = -1; let i1 = -1; for (let i = _i0; i <= _i1; i++) { if (predicate(data[i])) { i0 = i; break; } } for (let i = _i1; i >= _i0; i--) { if (predicate(data[i])) { i1 = i; break; } } return [i0, i1]; }; return indexOfs; } const notNullish = v => v != null; const isPositive = v => v != null && v > 0; export const nonNullIdxs = makeIndexOfs(notNullish); export const positiveIdxs = makeIndexOfs(isPositive); export function getMinMax(data, _i0, _i1, sorted = 0, log = false) { // console.log("getMinMax()"); let getEdgeIdxs = log ? positiveIdxs : nonNullIdxs; let predicate = log ? isPositive : notNullish; [_i0, _i1] = getEdgeIdxs(data, _i0, _i1); let _min = data[_i0]; let _max = data[_i0]; if (_i0 > -1) { if (sorted == 1) { _min = data[_i0]; _max = data[_i1]; } else if (sorted == -1) { _min = data[_i1]; _max = data[_i0]; } else { for (let i = _i0; i <= _i1; i++) { let v = data[i]; if (predicate(v)) { if (v < _min) _min = v; else if (v > _max) _max = v; } } } } return [_min ?? inf, _max ?? -inf]; // todo: fix to return nulls } export function rangeLog(min, max, base, fullMags) { if (base == 2) fullMags = true; let minSign = sign(min); let maxSign = sign(max); if (min == max) { if (minSign == -1) { min *= base; max /= base; } else { min /= base; max *= base; } } let logFn = base == 10 ? log10 : log2; let growMinAbs = minSign == 1 ? floor : ceil; let growMaxAbs = maxSign == 1 ? ceil : floor; let minLogAbs = logFn(abs(min)) let maxLogAbs = logFn(abs(max)); let minExp = growMinAbs(minLogAbs); let maxExp = growMaxAbs(maxLogAbs); let minIncr = pow(base, minExp); let maxIncr = pow(base, maxExp); // fix values like Math.pow(10, -5) === 0.000009999999999999999 if (base == 10) { if (minExp < 0) minIncr = roundDec(minIncr, -minExp); if (maxExp < 0) maxIncr = roundDec(maxIncr, -maxExp); } if (fullMags) { min = minIncr * minSign; max = maxIncr * maxSign; } else { min = incrRoundDn(min, pow(base, floor(minLogAbs)), false); max = incrRoundUp(max, pow(base, floor(maxLogAbs)), false); } return [min, max]; } export function rangeAsinh(min, max, base, fullMags) { let minMax = rangeLog(min, max, base, fullMags); if (min == 0) minMax[0] = 0; if (max == 0) minMax[1] = 0; return minMax; } export const rangePad = 0.1; export const autoRangePart = { mode: 3, pad: rangePad, }; const _eqRangePart = { pad: 0, soft: null, mode: 0, }; const _eqRange = { min: _eqRangePart, max: _eqRangePart, }; // this ensures that non-temporal/numeric y-axes get multiple-snapped padding added above/below // TODO: also account for incrs when snapping to ensure top of axis gets a tick & value export function rangeNum(_min, _max, mult, extra) { if (isObj(mult)) return _rangeNum(_min, _max, mult); _eqRangePart.pad = mult; _eqRangePart.soft = extra ? 0 : null; _eqRangePart.mode = extra ? 3 : 0; return _rangeNum(_min, _max, _eqRange); } // nullish coalesce export function ifNull(lh, rh) { return lh == null ? rh : lh; } // checks if given index range in an array contains a non-null value // aka a range-bounded Array.some() export function hasData(data, idx0, idx1) { idx0 = ifNull(idx0, 0); idx1 = ifNull(idx1, data.length - 1); while (idx0 <= idx1) { if (data[idx0] != null) return true; idx0++; } return false; } function _rangeNum(_min, _max, cfg) { let cmin = cfg.min; let cmax = cfg.max; let padMin = ifNull(cmin.pad, 0); let padMax = ifNull(cmax.pad, 0); let hardMin = ifNull(cmin.hard, -inf); let hardMax = ifNull(cmax.hard, inf); let softMin = ifNull(cmin.soft, inf); let softMax = ifNull(cmax.soft, -inf); let softMinMode = ifNull(cmin.mode, 0); let softMaxMode = ifNull(cmax.mode, 0); let delta = _max - _min; let deltaMag = log10(delta); let scalarMax = max(abs(_min), abs(_max)); let scalarMag = log10(scalarMax); let scalarMagDelta = abs(scalarMag - deltaMag); // this handles situations like 89.7, 89.69999999999999 // by assuming 0.001x deltas are precision errors // if (delta > 0 && delta < abs(_max) / 1e3) // delta = 0; // treat data as flat if delta is less than 1e-24 // or range is 11+ orders of magnitude below raw values, e.g. 99999999.99999996 - 100000000.00000004 if (delta < 1e-24 || scalarMagDelta > 10) { delta = 0; // if soft mode is 2 and all vals are flat at 0, avoid the 0.1 * 1e3 fallback // this prevents 0,0,0 from ranging to -100,100 when softMin/softMax are -1,1 if (_min == 0 || _max == 0) { delta = 1e-24; if (softMinMode == 2 && softMin != inf) padMin = 0; if (softMaxMode == 2 && softMax != -inf) padMax = 0; } } let nonZeroDelta = delta || scalarMax || 1e3; let mag = log10(nonZeroDelta); let base = pow(10, floor(mag)); let _padMin = nonZeroDelta * (delta == 0 ? (_min == 0 ? .1 : 1) : padMin); let _newMin = roundDec(incrRoundDn(_min - _padMin, base/10), 24); let _softMin = _min >= softMin && (softMinMode == 1 || softMinMode == 3 && _newMin <= softMin || softMinMode == 2 && _newMin >= softMin) ? softMin : inf; let minLim = max(hardMin, _newMin < _softMin && _min >= _softMin ? _softMin : min(_softMin, _newMin)); let _padMax = nonZeroDelta * (delta == 0 ? (_max == 0 ? .1 : 1) : padMax); let _newMax = roundDec(incrRoundUp(_max + _padMax, base/10), 24); let _softMax = _max <= softMax && (softMaxMode == 1 || softMaxMode == 3 && _newMax >= softMax || softMaxMode == 2 && _newMax <= softMax) ? softMax : -inf; let maxLim = min(hardMax, _newMax > _softMax && _max <= _softMax ? _softMax : max(_softMax, _newMax)); if (minLim == maxLim && minLim == 0) maxLim = 100; return [minLim, maxLim]; } // alternative: https://stackoverflow.com/a/2254896 const numFormatter = new Intl.NumberFormat(); export const fmtNum = val => numFormatter.format(val); const M = Math; export const PI = M.PI; export const abs = M.abs; export const floor = M.floor; export const round = M.round; export const ceil = M.ceil; export const min = M.min; export const max = M.max; export const pow = M.pow; export const sqrt = M.sqrt; export const sign = M.sign; export const log10 = M.log10; export const log2 = M.log2; // TODO: seems like this needs to match asinh impl if the passed v is tweaked? export const sinh = (v, linthresh = 1) => M.sinh(v) * linthresh; export const asinh = (v, linthresh = 1) => M.asinh(v / linthresh); export const inf = Infinity; export function numIntDigits(x) { return (log10((x ^ (x >> 31)) - (x >> 31)) | 0) + 1; } export function clamp(num, _min, _max) { return min(max(num, _min), _max); } export function isFn(v) { return typeof v == "function"; } export function fnOrSelf(v) { return isFn(v) ? v : () => v; } export const noop = () => {}; // note: these identity fns may get deoptimized if reused for different arg types // a TS version would enforce they stay monotyped and require making variants export const retArg0 = _0 => _0; export const retArg1 = (_0, _1) => _1; export const retNull = _ => null; export const retTrue = _ => true; export const retEq = (a, b) => a == b; const regex6 = /\.\d*?(?=9{6,}|0{6,})/gm; // e.g. 17999.204999999998 -> 17999.205 const fixFloat = val => { if (isInt(val) || fixedDec.has(val)) return val; const str = `${val}`; const match = str.match(regex6); if (match == null) return val; let len = match[0].length - 1; // e.g. 1.0000000000000001e-24 if (str.indexOf('e-') != -1) { let [num, exp] = str.split('e'); return +`${fixFloat(num)}e${exp}`; } return roundDec(val, len); } export function incrRound(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(roundDec(fixFloat(num/incr))*incr) : roundDec(num/incr)*incr; } export function incrRoundUp(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(ceil(fixFloat(num/incr))*incr) : ceil(num/incr)*incr; } export function incrRoundDn(num, incr, _fixFloat = true) { return _fixFloat ? fixFloat(floor(fixFloat(num/incr))*incr) : floor(num/incr)*incr; } // https://stackoverflow.com/a/48764436 // rounds half away from zero export function roundDec(val, dec = 0) { if (isInt(val)) return val; // else if (dec == 0) // return round(val); let p = 10 ** dec; let n = (val * p) * (1 + Number.EPSILON); return round(n) / p; } // https://stackoverflow.com/questions/14879691/get-number-of-digits-with-javascript/28203456#28203456 export function numDigits(x) { return (log10((x ^ (x >> 31)) - (x >> 31)) | 0) + 1; } export const fixedDec = new Map(); export function guessDec(num) { return ((""+num).split(".")[1] || "").length; } export function genIncrs(base, minExp, maxExp, mults) { let incrs = []; let multDec = mults.map(guessDec); for (let exp = minExp; exp < maxExp; exp++) { let expa = abs(exp); let mag = roundDec(pow(base, exp), expa); for (let i = 0; i < mults.length; i++) { let _incr = base == 10 ? +`${mults[i]}e${exp}` : mults[i] * mag; let dec = (exp >= 0 ? 0 : expa) + (exp >= multDec[i] ? 0 : multDec[i]); let incr = base == 10 ? _incr : roundDec(_incr, dec); incrs.push(incr); fixedDec.set(incr, dec); } } return incrs; } //export const assign = Object.assign; export const EMPTY_OBJ = {}; export const EMPTY_ARR = []; export const nullNullTuple = [null, null]; export const isArr = Array.isArray; export const isInt = Number.isInteger; export const isUndef = v => v === void 0; export function isStr(v) { return typeof v == 'string'; } export function cmpObj(a, b) { for (let k in a) { if (b[k] != a[k]) return false; } return true; } export function isObj(v) { let is = false; if (v != null) { let c = v.constructor; is = c == null || c == Object; } return is; } export function fastIsObj(v) { return v != null && typeof v == 'object'; } const TypedArray = Object.getPrototypeOf(Uint8Array); const __proto__ = "__proto__"; export function copy(o, _isObj = isObj) { let out; if (isArr(o)) { let val = o.find(v => v != null); if (isArr(val) || _isObj(val)) { out = Array(o.length); for (let i = 0; i < o.length; i++) out[i] = copy(o[i], _isObj); } else out = o.slice(); } else if (o instanceof TypedArray) // also (ArrayBuffer.isView(o) && !(o instanceof DataView)) out = o.slice(); else if (_isObj(o)) { out = {}; for (let k in o) { if (k != __proto__) out[k] = copy(o[k], _isObj); } } else out = o; return out; } export function assign(targ) { let args = arguments; for (let i = 1; i < args.length; i++) { let src = args[i]; for (let key in src) { if (key != __proto__) { if (isObj(targ[key])) assign(targ[key], copy(src[key])); else targ[key] = copy(src[key]); } } } return targ; } // nullModes const NULL_REMOVE = 0; // nulls are converted to undefined (e.g. for spanGaps: true) const NULL_RETAIN = 1; // nulls are retained, with alignment artifacts set to undefined (default) const NULL_EXPAND = 2; // nulls are expanded to include any adjacent alignment artifacts // sets undefined values to nulls when adjacent to existing nulls (minesweeper) function nullExpand(yVals, nullIdxs, alignedLen) { for (let i = 0, xi, lastNullIdx = -1; i < nullIdxs.length; i++) { let nullIdx = nullIdxs[i]; if (nullIdx > lastNullIdx) { xi = nullIdx - 1; while (xi >= 0 && yVals[xi] == null) yVals[xi--] = null; xi = nullIdx + 1; while (xi < alignedLen && yVals[xi] == null) yVals[lastNullIdx = xi++] = null; } } } // nullModes is a tables-matched array indicating how to treat nulls in each series // output is sorted ASC on the joined field (table[0]) and duplicate join values are collapsed export function join(tables, nullModes) { if (allHeadersSame(tables)) { // console.log('cheap join!'); let table = tables[0].slice(); for (let i = 1; i < tables.length; i++) table.push(...tables[i].slice(1)); if (!isAsc(table[0])) table = sortCols(table); return table; } let xVals = new Set(); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; let len = xs.length; for (let i = 0; i < len; i++) xVals.add(xs[i]); } let data = [Array.from(xVals).sort((a, b) => a - b)]; let alignedLen = data[0].length; let xIdxs = new Map(); for (let i = 0; i < alignedLen; i++) xIdxs.set(data[0][i], i); for (let ti = 0; ti < tables.length; ti++) { let t = tables[ti]; let xs = t[0]; for (let si = 1; si < t.length; si++) { let ys = t[si]; let yVals = Array(alignedLen).fill(undefined); let nullMode = nullModes ? nullModes[ti][si] : NULL_RETAIN; let nullIdxs = []; for (let i = 0; i < ys.length; i++) { let yVal = ys[i]; let alignedIdx = xIdxs.get(xs[i]); if (yVal === null) { if (nullMode != NULL_REMOVE) { yVals[alignedIdx] = yVal; if (nullMode == NULL_EXPAND) nullIdxs.push(alignedIdx); } } else yVals[alignedIdx] = yVal; } nullExpand(yVals, nullIdxs, alignedLen); data.push(yVals); } } return data; } export const microTask = typeof queueMicrotask == "undefined" ? fn => Promise.resolve().then(fn) : queueMicrotask; // TODO: https://github.com/dy/sort-ids (~2x faster for 1e5+ arrays) function sortCols(table) { let head = table[0]; let rlen = head.length; let idxs = Array(rlen); for (let i = 0; i < idxs.length; i++) idxs[i] = i; idxs.sort((i0, i1) => head[i0] - head[i1]); let table2 = []; for (let i = 0; i < table.length; i++) { let row = table[i]; let row2 = Array(rlen); for (let j = 0; j < rlen; j++) row2[j] = row[idxs[j]]; table2.push(row2); } return table2; } // test if we can do cheap join (all join fields same) function allHeadersSame(tables) { let vals0 = tables[0][0]; let len0 = vals0.length; for (let i = 1; i < tables.length; i++) { let vals1 = tables[i][0]; if (vals1.length != len0) return false; if (vals1 != vals0) { for (let j = 0; j < len0; j++) { if (vals1[j] != vals0[j]) return false; } } } return true; } function isAsc(vals, samples = 100) { const len = vals.length; // empty or single value if (len <= 1) return true; // skip leading & trailing nullish let firstIdx = 0; let lastIdx = len - 1; while (firstIdx <= lastIdx && vals[firstIdx] == null) firstIdx++; while (lastIdx >= firstIdx && vals[lastIdx] == null) lastIdx--; // all nullish or one value surrounded by nullish if (lastIdx <= firstIdx) return true; const stride = max(1, floor((lastIdx - firstIdx + 1) / samples)); for (let prevVal = vals[firstIdx], i = firstIdx + stride; i <= lastIdx; i += stride) { const v = vals[i]; if (v != null) { if (v <= prevVal) return false; prevVal = v; } } return true; }